mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 07:47:24 +08:00
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.
Description
No description provided
Languages
Python
99.6%
Shell
0.2%
Makefile
0.1%