I have created multiple Scenarios that starts with the YouTube module, pulls in videos from the channel, and then creates them as a blog post. All of the scenarios have a very similar setup, but connect to different YouTube channels.
One of the scenarios is not getting all of the channel videos. It will only pull in video as far back as 2014. Other very similar scenarios I have created pull in videos all the way back to 2006.
The other issue is the channel is missing a huge chunk of videos after March 2023 and jumping straight to January 2025.
I have confirmed this channel has videos older than 2014 and videos after March 2023.
I have also tried creating a new version of the scenario from scratch. There is only one YouTube channel giving me this issue.
Is it possible that your videos are private? Or maybe unlisted?
You can check if the problem is Make or your channel by using Python to call the YouTube API on that channel and see what you get back. If you get all the results with a direct API call, then there may be a problem with the YouTube module. If you don’t get all the results, then there’s somethign funky in that channel, compared to others.
If you can’t get it to work and run into errors, give the errors to ChatGPT and ask how to correct them.
If not, let me know. I’ll try to get it working on my end and give you a clean script if needed. But normally, since the script comes from Google, it should work.