1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-25 21:29:35 +00:00
Command-line program to download videos from YouTube.com and other video sites http://ytdl-org.github.io/youtube-dl/
Go to file
Gergely Imreh 7cc3c6fd62 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.
2011-02-13 19:02:56 +08:00
LATEST_VERSION Bump version number 2011-01-30 12:58:01 +01:00
youtube-dl Fix possible missing parameter in playlist url extraction 2011-02-13 19:02:56 +08:00