Skip to content

YouTube Channel RSS vs API

myhqmyhq usa
edited January 2017 in Feature Requests
Hi @Sven, the youtube RSS only gives the most recent 15 videos:
https://www.youtube.com/feeds/videos.xml?channel_id=UCnJcnEDuVhII4HdKz_YptXg

However, via de API you can get all videosIDs & Titles:
https://www.googleapis.com/youtube/v3/search?key=AIzaSyA3idAwLFYuFexj6Wo9rJl6UCT5Vi3ZbgY&channelId=UCnJcnEDuVhII4HdKz_YptXg&part=snippet,id&order=date&maxResults=50&pageToken=

Any chance you can add this to project targets, in addition to RSS feeds?

Comments

  • note that per query only 50 results are given, with pagination (pageToken) you can get the rest.
  • SvenSven www.GSA-Online.de
    sorry but this is to special...you might however want to build yourself some proxy for this using php on your site?
  • isn't this handy for everyone ranking youtube videos?

    If I knew how do fix it myself I would have already done it..
Sign In or Register to comment.