Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "newstyle" Youtube playlist IDs. #188

Merged
merged 1 commit into from Oct 4, 2011

Commits on Oct 4, 2011

  1. 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.
    Rogério Brito committed Oct 4, 2011
    Configuration menu
    Copy the full SHA
    7125a7c View commit details
    Browse the repository at this point in the history