-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Parsing differences between f43.me and a local graby #83
Comments
I just tried with a simple script and I got the same result (which you can put at the root of the project): <?php
require 'vendor/autoload.php';
$full = new \Graby\Graby(array('debug' => true));
$res = $full->fetchContent('http://www.rom-game.fr/news/2446-Jean%20Baudlot%20-%20de%20l%20Eurovision%20a%20Delphine%20Software.html');
var_export($res); Graby 1.6.1 (same result with 1.6.0), php-readability 1.1.6 |
I did that but get no content. Do I need a special extension? I don't know how to debug this. :/ |
Do you have tidy installed?
|
Without tidy:
I think you need to install the tidy extension. |
Hmmm, it fixed the standalone issue but not the wallabag one. Even if I cleared my cache. |
It might be a cache issue this time because it is working this morning. It could be great adding tidy to the requirements or at least to en enhanced experience explained into the documentation. |
It's a requirement from php-readability, not graby. Also, maybe this will prevent the problem when suggesting the extension but it doesn't seems to work atm j0k3r/php-readability#25 |
Fair enough. Thanks anyway! |
Sorry, I'm back. Getting no content with http://www.begeek.fr/the-elder-scrolls-legends-officiellement-lance-pc-233727 event on wallabag.it but it is working on f43.me. |
Sorry to get back so late on this, but I'm getting content for that url using graby. |
It seems to be fixed. Closing. |
Hi,
I've got a strange behavior with graby on my local machine. I started with wallabag 2.2.2, graby 1.6.0, readability 1.1.6 but I have the same issue with a standalone graby.
This URL http://www.rom-game.fr/news/2446-Jean%20Baudlot%20-%20de%20l%20Eurovision%20a%20Delphine%20Software.html cannot be parsed on my local but it works on https://f43.me/feed/test .
Any idea?
The text was updated successfully, but these errors were encountered: