JoMingyu / google-play-scraper

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

[BUG] contentRating is always wrong #75

Closed thousandsofthem closed 3 years ago

thousandsofthem commented 3 years ago

google_play_scraper.VERSION '0.1.2'

Describe the bug

contentRating is always wrong Example:

https://play.google.com/store/apps/details?id=org.telegram.messenger

Actual contentRating on page is:

lib's output:

"contentRating": "Mature 17+",
"contentRatingDescription": null, 

Code

import google_play_scraper
output = google_play_scraper.app("org.telegram.messenger", lang="en", country="us")

>>> output["contentRating"]
'Mature 17+'
JoMingyu commented 3 years ago

I'll handle it.

JoMingyu commented 3 years ago

It is non-issue.