Results 1 to 3 of 3

Thread: Youtube RSS Feeds

  1. #1
    Join Date
    Nov 2009
    Posts
    3

    Default Youtube RSS Feeds

    I've been trying to create a Youtube RSS feed for the web series Wainy Days. The show is available as a show and as a playlist. I've managed to create an RSS feed from the playlist (easy enough) but it's limiting it to 25 items. I'm at a loss of ideas at this point.

    Another thing that I've been wondering is if anything (Feedburner maybe) will allow me to attatch my own image to the feed. The episodes have thumbnails which looks really neat but the feed itself has a dinky little rectangular YouTube logo.

    Thanks!

  2. #2

    Default

    If you look at the youtube api page it lets you know there is a limit of how many can be in a feed I worked around with my khan academy app. If you view source on http://app.jendabom.com/khan/khanAca...lgebra_RSS.xml you will see how it is done I suppose I will post the code here:
    Code:
    <?xml version="1.0" ?>
    <rss version="2.0">
    <channel>
    <title>Khan Academy | Algebra</title>
    <description>The Khan Academy is a not-for-profit organization with the mission of providing a high quality education to anyone, anywhere. </description>
    <item>
    <title>Algebra - Videos: 1 - 50 by Date Added</title>
    <description>Videos on algebra!</description>
    <link>rss://gdata.youtube.com/feeds/api/playlists/7AF1C14AF1B05894?v=2&alt=rss&sort_field=added&start-index=1&max-results=50</link>
    
    </item>
    <item>
    <title>Algebra - Videos: 51 and beyond by Date Added</title>
    <description>Videos on algebra!</description>
    <link>rss://gdata.youtube.com/feeds/api/playlists/7AF1C14AF1B05894?v=2&alt=rss&sort_field=added&start-index=51&max-results=50</link>
    </item>
    </channel></rss>
    I highlighted the important part. &start-index=51&max-results=50 means that you will start at the 51st video and there is 50 displayed in your results (youtubes max allotted.)

    Hope that helps.
    Jen

    Look for my apps in the main boxee repository. A list of currently available apps is on my website.

  3. #3
    Join Date
    Nov 2009
    Posts
    1

    Default

    Glad to hear you're using this: I plan to keep it much more aggressively up-to-date than has been the case in the past, but don't hesitate to let me know if you find errors or need clarifications.

Similar Threads

  1. Rss Feeds
    By Jim Putrus in forum Boxee Box help
    Replies: 3
    Last Post: April 20th, 2011, 11:31 AM
  2. RSS feeds
    By stijndegroof in forum feature requests
    Replies: 8
    Last Post: March 24th, 2011, 01:59 PM
  3. RSS Feeds
    By teel in forum general boxee help
    Replies: 1
    Last Post: January 27th, 2010, 03:55 PM
  4. How to get YouTube feeds?
    By TomyLo in forum boxee applications
    Replies: 7
    Last Post: September 19th, 2009, 10:30 AM
  5. Replies: 9
    Last Post: January 7th, 2009, 06:54 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •