Fix possible missing parameter in playlist url extraction
authorGergely Imreh <imrehg@gmail.com>
Sun, 13 Feb 2011 11:02:56 +0000 (19:02 +0800)
committerGergely Imreh <imrehg@gmail.com>
Sun, 13 Feb 2011 11:02:56 +0000 (19:02 +0800)
commit7cc3c6fd62d82bac36c583a8d1dc6c2f6da8c178
tree468e8e69b2a19517d19bcc0f5cf22560599afea1
parentd119b54df6a02d3985284c36586f6ff7e4cac969
Fix possible missing parameter in playlist url extraction

The "playlist_prefix" parameter was missing when parsing playlist urls
that match the recently added format, e.g.:
http://www.youtube.com/user/stanforduniversity#g/c/9D558D49CA734A02
For these URLs (basically, for every playlist type so far, except the
artist list) playlist_prefix has to be equal to "p" for correct
exctraction.
youtube-dl