Extracting all YouTube channel subscribers using API v3 -


using youtube data api version 3 download subscribers using query similar this:

v3.channels().\ list(part=parts,mysubscribers=true,      maxresults=50, pagetoken=nextpagetoken).execute() 

i never manage download more 70,000 results in total. result despite there being many more results available reported on channels' page.

for example 1 channel has on 2 million subscribers retrieving small subset of total.

is limit enforced google? possible extract more?


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -