We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec3059 commit f3d9ccdCopy full SHA for f3d9ccd
src/Scrape/UserGamesParser.php
@@ -36,7 +36,7 @@ public static function parse(Crawler $crawler): iterable
36
)['queries'];
37
38
$linkDetails = self::findQuery($queries, 'PlayerLinkDetails');
39
- if ($linkDetails['public_data']['privacy_state'] < 3) {
+ if ($linkDetails['public_data']['visibility_state'] < 3) {
40
throw new ParserException(
41
'Games list is private or friends-only.',
42
ParserException::NON_PUBLIC,
0 commit comments