Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

public function getContentRating() return '' #44

Open
kidd1126 opened this issue Jan 29, 2023 · 1 comment · May be fixed by #47
Open

public function getContentRating() return '' #44

kidd1126 opened this issue Jan 29, 2023 · 1 comment · May be fixed by #47

Comments

@kidd1126
Copy link

public function getContentRating() return '' , actually it has vlaue.
Eg: https://play.google.com/store/apps/details?id=com.endgameinteractive.betrayalio
I hope get '12 岁以上' but return '' instead.

And I find if change the code:
$contentRating = $appInfo[111][1] ?? ''; -> $contentRating = $appInfo[9][0] ?? '';

It will return the value;

My version:
"nelexa/google-play-scraper": "0.4.0.9",
Code place:
/nelexa/google-play-scraper/src/Scraper/AppInfoScraper.php at line 113

@Log1x Log1x linked a pull request May 22, 2023 that will close this issue
@kidd1126
Copy link
Author

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant