1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-09 07:47:24 +08:00
Gergely Imreh 86d758c21c Extract additional playlist page type and video link in that playlist
Some user pages have additional playlist formats, e.g.:
http://www.youtube.com/user/stanforduniversity#g/c/9D558D49CA734A02
and
http://www.youtube.com/user/stanforduniversity#p/c/9D558D49CA734A02

There is also a related URL format which refers to a single video
within those playlists, where both playlist and video ids are
included in the URL:
http://www.youtube.com/user/stanforduniversity#p/c/9D558D49CA734A02/0/Ps8jOj7diA0

Extract playlist and turn the URL into a format that is already
understood.
The third format, the single video, should actually belong to
YoutubeIE and handled here temporarily until a better fix is created.
2011-02-12 12:02:31 +08:00
2011-01-30 12:58:01 +01:00
Description
No description provided
175 MiB
Languages
Python 99.6%
Shell 0.2%
Makefile 0.1%