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.
yt-dlp/youtube_dl
wankerer 4ee0b8afdb [eporner] fix for the new URL layout
Recently eporner slightly changed the URL layout, the ID that used to be
digits only are now digits and letters, so youtube-dl falls back to
the generic extractor that doesn't work.

Fix the matching regex to allow letters in ID.

[v2: added a test case]
8 years ago
..
downloader [downloader/f4m] Tolerate truncate segments when testing 9 years ago
extractor [eporner] fix for the new URL layout 8 years ago
postprocessor [compat] Rename shlex_quote and remove unused subprocess_check_output 9 years ago
YoutubeDL.py Don't hardcode errno constant 9 years ago
__init__.py [__init__] Simplify colon presence check 9 years ago
__main__.py
aes.py
cache.py
compat.py [compat] Fix for XML with <!DOCTYPE> in Python 2.7 and 3.2 8 years ago
jsinterp.py
options.py [options] Update --proxy description for SOCKS proxies 9 years ago
socks.py
swfinterp.py
update.py [update] Fix youtube-dl.exe updating from arbitrary directory (Closes #2718) 8 years ago
utils.py [utils] Do not fail on unknown date formats in unified_strdate 8 years ago
version.py release 2016.05.21.2 8 years ago