mirror of https://github.com/blackjack4494/yt-dlc
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.pull/2/head
parent
54d47874f7
commit
7125a7ca8b
Loading…
Reference in New Issue