youtube issues? (1 Viewer)

hermy65

Portal Pro
January 11, 2007
126
0
Im noticing that after I upgraded the online videos plugin most of my youtube feeds dont work at all. The only ones that pull a video list are Top Rated, Top Favorites, Top Viewed, Recently Featured. The rest dont pull a list of videos. Anybody else having this issue or have a fix for it?
 

gregmac45

Portal Pro
March 17, 2006
165
44
AZ, USA
replace the youtube feeds with
Code:
      <rss name="Top Rated"><![CDATA[http://gdata.youtube.com/feeds/api/standardfeeds/top_rated]]></rss>
      <rss name="Recently Added"><![CDATA[http://gdata.youtube.com/feeds/api/videos?orderby=published]]></rss>
      <rss name="Recently Featured"><![CDATA[http://gdata.youtube.com/feeds/api/standardfeeds/recently_featured]]></rss>
      <rss name="Top Favorites"><![CDATA[http://gdata.youtube.com/feeds/api/standardfeeds/top_favorites]]></rss>
      <rss name="Top Viewed"><![CDATA[http://gdata.youtube.com/feeds/api/standardfeeds/most_viewed]]></rss>
      <rss name="Top Viewed:Today"><![CDATA[http://gdata.youtube.com/feeds/api/standardfeeds/most_viewed?time=today]]></rss>
      <rss name="Top Viewed:This Week"><![CDATA[http://gdata.youtube.com/feeds/api/standardfeeds/most_viewed?time=this_week]]></rss>
      <rss name="Top Viewed:This Month"><![CDATA[http://gdata.youtube.com/feeds/api/standardfeeds/most_viewed?time=this_month]]></rss>      
      <rss name="Search"><![CDATA[http://gdata.youtube.com/feeds/api/videos?vq={0}]]></rss>
 

JoJo07

New Member
January 21, 2008
2
0
Home Country
United Kingdom United Kingdom
I’ve added the RSS feeds into the config of OnlineVideos but don’t get any results back on three of the links given: Recently Added, Top Viewed This Week & Top Viewed This Month. Is anyone else having the same result?
 

Users who are viewing this thread

Top Bottom