JoMingyu / google-play-scraper

Google play scraper for Python inspired by <facundoolano/google-play-scraper>
MIT License
757 stars 207 forks source link

Categories dublicates [BUG] #193

Closed Tsarikovich closed 8 months ago

Tsarikovich commented 1 year ago

Library version 1.2.4

Describe the bug When I try to retrieve the data about apps in the loop, "categories" field of next app containing categories of previous app.

Code Copy and paste the code that have issue.

from google_play_scraper import app
apps_names = [ ]
for app_name in apps_names:    
   print(app(app_name)['categories'])
ggouzi commented 11 months ago

198

JoMingyu commented 8 months ago

It seems fixed. Thanks to @ggouzi . I was really stupid :/