The reason why find_all_videos only returns 100 records using the Media API is because there is a built-in default page size of 100 for the find_all_videos method.
In order to return all of the records, you need to use the page_number parameter to return the next set of 100, and so on.
The method and all its parameters are listed on our online help center, in the Media API documentation.
In order to return all of the records, you need to use the page_number parameter to return the next set of 100, and so on.
The method and all its parameters are listed on our online help center, in the Media API documentation.