Closed thousandsofthem closed 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:
Rated for 12+
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+'
I'll handle it.
It is non-issue.
Telegram
Mature 17+
us
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:
Rated for 12+
(Parental Guidance Recommended)lib's output:
Code