mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-12 08:18:17 +01: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]