YouTube Channel RSS vs API
myhq
usa
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/you tube/v3/search?key=AIzaSyA3idA wLFYuFexj6Wo9rJl6UCT5Vi3ZbgY& 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?
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/you
Any chance you can add this to project targets, in addition to RSS feeds?
Comments
If I knew how do fix it myself I would have already done it..