mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-05-24 10:43:49 +00:00
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]