• 24-11-2012, 11:34:06
    #1
    Üyeliği durduruldu
    Youtube RSS Adresini bilen varmı?
  • 08-12-2012, 22:10:30
    #2
    bilen yok mu?bende bulamadım
  • 09-12-2012, 04:42:35
    #3
    Üyeliği durduruldu
    Bahsettiğiniz bumu farklımı http://www.youtube.com/t/rss_feeds
  • 09-12-2012, 05:08:15
    #4
    Kimlik 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]