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.
Handling deleted videos in a play-list. #2076
Comments
|
We use the playlist page to extract the video ids, we should probably skip the videos marked as deleted. |
|
Yes, I am aware of the Thanks ! You may close this issue. |
Hi,
A Happy 2014 to you !!
youtube-dl does not download a video that is deleted from a play-list; which is fine. But, I wonder, what is the source of all videos in the play-list that youtube-dl accesses ?
I came across this YouTube API (https://developers.google.com/youtube/2.0/developers_guide_protocol_playlists#Retrieving_a_playlist) to retrieve a public play-list. In result of this API, the
yt:positiontag does not appear for the missing video. But, youtube-dl is not only able to get the video ID, but, reports an error that it is unable to download. This is good; but obviously, youtube-dl is looking for video ID in the play-list some where else. Where ?Example:
Playlist URL: http://www.youtube.com/playlist?list=PLAD5B880806EBE0A4
Missing video numbers: 33 and 34.
Feed URL: https://gdata.youtube.com/feeds/api/playlists/PLAD5B880806EBE0A4?start-index=26&max-results=25&v=2
XPath (does not return results):
youtube-dl reports that video # 33 cannot be downloaded. The YouTube web-page itself does show that the video was deleted.