My goal is to find all the most viewed youtube videos with "Godot" in the title.
Using just the youtube UI I search for "Godot" and in Filters select "Type - Video" and "Sort by - View count": https://www.youtube.com/results?search_query=godot&sp=CAMSAhAB
It shows me a list of videos, but many search results are missing. For example if you look at a popular Godot youtube channel, their most popular video with "Godot" in the title does appear in search results, the second most popular one doesn't. Basically, some of the videos from this channel do appear on the list, but others don't (even though they have a very high view count).
When I use the Youtube API and try to do the same thing, I get the same results.
Why? Can someone help me to figure out a way to get all the most viewed youtube videos with "Godot" in the title?