We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to parse https://www.youngmoney.co/p/defense-fed with Graby's fetchContent results in an exception:
https://www.youngmoney.co/p/defense-fed
fetchContent
https://flareapp.io/share/yPa9qqKP (You need to expand the vendor frames to see the stack trace)
It looks like the error occures here: https://github.com/j0k3r/php-readability/blob/master/src/Readability.php#L1183
Not sure if this is a problem with the site or Graby or this package.
The text was updated successfully, but these errors were encountered:
What version of Graby are you using? I just tried on the 2.4.4 and I worked well:
<?php declare(strict_types=1); require 'vendor/autoload.php'; use Graby\Graby; $article = 'https://www.youngmoney.co/p/defense-fed'; $graby = new Graby(['debug' => true]); $result = $graby->fetchContent($article); var_export($result);
Sorry, something went wrong.
I'm using Graby 4c0b0365ddd3fbe877d05abf985a15dc1bf3ad75 (via dev-master) with j0k3r/graby#286 and j0k3r/graby#332
dev-master
No branches or pull requests
Trying to parse
https://www.youngmoney.co/p/defense-fed
with Graby'sfetchContent
results in an exception:https://flareapp.io/share/yPa9qqKP (You need to expand the vendor frames to see the stack trace)
It looks like the error occures here: https://github.com/j0k3r/php-readability/blob/master/src/Readability.php#L1183
Not sure if this is a problem with the site or Graby or this package.
The text was updated successfully, but these errors were encountered: