bucbrock
14 years agoNewbie
Youtube Code API on Private Roku Channel
Hello Guys!
I have a private grid channel that is currently calling the the following videos:
I would like to use the You Tube Code API to pull videos from my play list and insert it into my code above. I'm sure someone was able to do this since the "Woot Channel" is also pulling videos from their You Tube Playlist. http://gdata.youtube.com/demo/index.html
Im not sure which option to pick and what steps to take on the youtube code API.
I have a private grid channel that is currently calling the the following videos:
<?xml version="1.0" encoding="ISO-8859-1"?>
<opml version="1.0">
<body>
<outline title="Live TV" description="Ideas worth spreading" img="http://ted.streamguys.net/TEDTalksvideo_tile_144.jpg" url="http://feeds.feedburner.com/tedtalks_video" />
<outline title="New Episodes" description="powered by CNET.com" img="http://www.cnet.com/i/pod/images/podcastsHD_loaded_300x300.jpg" url="http://loadedhdpodcast.cnettv.com" />
<outline title="test" description="" img="http://www.blogsmithmedia.com/www.engadget.com/media/engadgetshow_logo.png" url="http://domain.com/xml.xml" />
</body>
</opml>
I would like to use the You Tube Code API to pull videos from my play list and insert it into my code above. I'm sure someone was able to do this since the "Woot Channel" is also pulling videos from their You Tube Playlist. http://gdata.youtube.com/demo/index.html
Im not sure which option to pick and what steps to take on the youtube code API.