bellalm

Results 6 comments of bellalm

i test that but the same problem ...work fine only with first 100 result but after that give me this error "too many result" code `# LIST cat = "BOOKS_AND_REFERENCE"...

the problem come from `appList = server.list(cat, catList[0],200,150)` the 4 argument he doesn't impact the result . `for example ``appList = server.list(cat, catList[0],10,5)` .... that will return always 10 result...

the probleme exactly in the o=8 don't impact the result anyway https://android.clients.google.com/fdfe/list?c=3&cat=BOOKS_AND_REFERENCE&ctr=apps_movers_shakers&n=10&o=5

great now work fine ... i have another question can we determine country (to get list for specific country) and thank you sir

there is away to do it whithout proxy or vpn ? i found this function ` def getLoginParams(self, email, encrypted_passwd): return {"Email": email, "EncryptedPasswd": encrypted_passwd, "add_account": "1", "accountType": ACCOUNT, "google_play_services_version":...