Tagged Questions
0
votes
1answer
400 views
Export Youtube subscribers as text list
Is there any way to export all Youtube subscribers as a text list?
Is there ANY API, or something...?
3
votes
0answers
505 views
YouTube sets awesome videos? [closed]
I was doing a web trace to see how much my blog would take in loading time, using Chrome Inspector network tools. I then found a video I had posted and decided to click on it.
The weird thing is that ...
7
votes
2answers
1k views
Download links given by YouTube API return 403
I am trying to download all available files that are different qualities of a single video using the YouTube API, but every URL I follow to download the video results in a 403.
Script:
#!/bin/bash
...
1
vote
0answers
19 views
rss from sites that also gives the appreciation for an item
For our new project we are playing around with a recommendation system that only uses the date when an object was created and how many people appreciated it.
This can be of the form:
youtube video, ...
5
votes
1answer
667 views
YouTube: How do I get a video-entry's RSS “description” via the API?
I used to use the RSS feed to obtain videos from a user. I then used the "description" part of the feed, which contained a nicely HTML-formatted summary of a video. It shows a thumbnail with a link, ...
4
votes
1answer
1k views
YouTube: Possible to get feed of user's uploaded+favorited videos?
I know how to get a feed of the videos a user uploaded:
http://gdata.youtube.com/feeds/base/users/KeepWatchingTheSkies/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile
...