mirror of https://github.com/blackjack4494/yt-dlc
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e4e50f60b1
Since Python 3.6, invalid escape sequences are deprecated. It's likely that there are invalid escape sequences somewhere on the webpage, so instead of unescaping the whole webpage, just unescape the URL. See https://bugs.python.org/issue27364. That change was designed for string literals, while it affects the 'unicode_escape' encoding as well. The code path is: str.decode('unicode_escape') codecs.unicode_escape_decode() PyUnicode_DecodeUnicodeEscape() |
8 years ago | |
---|---|---|
.. | ||
downloader | 8 years ago | |
extractor | 8 years ago | |
postprocessor | 8 years ago | |
YoutubeDL.py | 8 years ago | |
__init__.py | 8 years ago | |
__main__.py | 9 years ago | |
aes.py | 8 years ago | |
cache.py | ||
compat.py | 8 years ago | |
jsinterp.py | 8 years ago | |
options.py | 8 years ago | |
socks.py | 8 years ago | |
swfinterp.py | 8 years ago | |
update.py | ||
utils.py | 8 years ago | |
version.py | 8 years ago |