Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Inconsistent _type definition with multi-arc videos #4254
Comments
|
As indicated by the |
youtube-dl -J --flat-playlist 'http://southpark.cc.com/full-episodes/s18e07-grounded-vindaloop'returns
"_type": "compat_list"youtube-dl -J --flat-playlist 'http://thecolbertreport.cc.com/full-episodes/lykr9m/november-18--2014---eva-longoria'returns
"_type": "playlist"... although both are similarly structured multi-arc videos. For mpv it would be very good to know exactly when we have a multi-arc video, since those require different handling from actual playlists and also enables us to use some neat features like building one long virtual video out of the arcs. So ideally, multi-arc videos should always return
"_type": "compat_list"(or something entirely different, but not "playlist").