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.
download of youtube rss-feeds stopped working #2491
Comments
|
Why don't you just use |
|
Okay, I may have been overthinking this. I just pulled those URLs out of Miro, which also stopped working, so I blatantly assumed that Youtube changed their APIs. Originally I used https://developers.google.com/youtube/2.0/reference#Searching_for_videos for building my feed URLs, so I assumed that was the only way. Too many assumptions on my part, sorry. |
|
Youtube rss feeds are not working for me.
|
gives the following error:
After fiddling around with the source a bit, I found that youtube-dl tries to download the following url:
https://gdata.youtube.com/feeds/api/users/feeds/uploads?max-results=50&start-index=1&alt=json
which I think should actually be:
https://gdata.youtube.com/feeds/api/users/BlueXephos/uploads?max-results=50&start-index=1&alt=json