Youtube RSS Adresi
3
●3.870
- 09-12-2012, 04:42:35Üyeliği durdurulduBahsettiğiniz bumu farklımı http://www.youtube.com/t/rss_feeds
- 09-12-2012, 05:08:15Kimlik doğrulama veya yönetimden onay bekliyor.1. Get the most recently uploaded videos of any YouTube user
https://gdata.youtube.com/feeds/api/users/<user>/uploads [example]
2. Get the RSS feed of videos that contain a particular tag
https://gdata.youtube.com/feeds/api/videos/-/<tag> [example]
3. Get the RSS feed for any search query on YouTube
https://gdata.youtube.com/feeds/api/videos?q=<query>&orderby=relevance [example]