mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-04-27 01:03:28 +00:00
4ee0b8afdb
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]