1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-01-19 21:31:16 +00:00
Files
yt-dlp/youtube-dl
Rogério Brito 7125a7ca8b Support "newstyle" Youtube playlist IDs.
Many playlists reported by Youtube now have the form like in:

    http://www.youtube.com/playlist?list=PL520044A3524F5E5D

where `PL` is prefixed to what youtube-dl used to use as playlist IDs. So,
while matching it, we adapt the regular expression so as to discard the `PL`
and only get the `520044A3524F5E5D` in the case of the playlist of the
example.
2011-10-03 21:41:33 -03:00

131 KiB
Executable File