xaicron / p5-www-youtube-download

YouTube video download interface.
http://blog.livedoor.jp/xaicron/
Other
38 stars 28 forks source link

youtube-playlists fails with 410 "Gone" #40

Open bestscarper opened 7 years ago

bestscarper commented 7 years ago

youtube-playlists PL73q2zDIiGK_O5OYdK5vxcezzC0zu_3OS http://gdata.youtube.com/feeds/api/playlists/PL73q2zDIiGK_O5OYdK5vxcezzC0zu_3OS?v=2&max-results=50: 410 Gone

oalders commented 7 years ago

Thanks! I'd accept a pull request to fix this.

Grinnz commented 6 years ago

This is because the API it uses has been shut down. The new API requires an API key: https://stackoverflow.com/questions/30685625/alternative-for-https-gdata-youtube-com-feeds-api-videos-video-idv-2

oalders commented 6 years ago

Maybe this script should be updated to exit with a message about the API having been shut down. If somebody wanted to migrate the script to the new API after that, we could still do that.