How to import youtube videos from feeds with the help of Feeds Import and Feeds: Youtube parser module ? Or is there any other way to do this?
1 に答える
0
YouTube API V2 は、RSS および ATOM フィードをサポートしています。RSS フィードの例: https://gdata.youtube.com/feeds/api/standardfeeds/most_popular?v=2&alt=rss 。ATOMは V2 のデフォルト形式であるため、フィード URL はhttps://gdata です。 youtube.com/feeds/api/standardfeeds/most_popular?v=2 . 詳細については、https://developers.google.com/youtube/2.0/developers_guide_protocolを参照してください。
于 2013-02-08T22:01:56.520 に答える