summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-01Add unlikely candidateAndres Rey
2018-09-01Update changelogAndres Rey
2018-09-01Rename wordThreshold to charThreshold and throw deprecation noticesAndres Rey
2018-05-05Update changelogAndres Rey
2018-05-05Issue #63: Avoid diving by zero + test caseAndres Rey
2018-04-26Update changelogAndres Rey
2018-04-26Remove $parseSuccessful flagAndres Rey
2018-04-24Merge pull request #60 from NinoSkopac/patch-1Andres Rey
Adds a missing import
2018-04-24Adds a missing importNino
The example implies the use of `\ParseException`, but I think the author meant `andreskrey\Readability\ParseException`
2018-04-10Fix tumblr-2 test caseAndres Rey
2018-04-10Update changelogAndres Rey
2018-04-10Rename test caseAndres Rey
2018-04-10Remove extra check for DOMDocument nodes + add commentAndres Rey
2018-04-10Merge pull request #58 from PedroAmorim/noticeparentOfTopCandidate2Andres Rey
Fix notice non-object on $parentOfTopCandidate for tumblr.com
2018-04-09Add test for tumblr2Pedro Amorim
Add test for url: https://clipartx.tumblr.com/post/172752750628/orange-swirl-burnt-orange-orange
2018-04-09Fix notice non-object on $parentOfTopCandidate for tumblr.comPedro Amorim
PHP notice on DOMElement $parentOfTopCandidate. Trying to get property of non-object in serc/Readability.php line 1000 Trying to get property of non-object in serc/Readability.php line 1009 Reproduced with this url: https://clipartx.tumblr.com/post/172752750628/orange-swirl-burnt-orange-orange Config: $config = new Configuration; $config->setWordThreshold(5) ->setSummonCthulhu(true) ->setFixRelativeURLs(true) ->setOriginalURL($url);
2018-03-21Update changelogAndres Rey
2018-03-21Merge branch 'master' into developmentAndres Rey
2018-03-21Fix test cases and add a new oneAndres Rey
2018-03-21Clean <aside> tags on prepArticleAndres Rey
2018-03-19Update changelogAndres Rey
2018-03-19Merge pull request #54 from andreskrey/developmentAndres Rey
Prepare for release
2018-03-19Apply StyleCI diffAndres Rey
2018-03-19Update changelogAndres Rey
2018-03-19Add test for logger injectionAndres Rey
2018-03-19Move coveralls installation to after_scriptAndres Rey
2018-03-18Expand configuration tests to include all current parametersAndres Rey
2018-03-18Move coveralls from project requirements to travis installation instructionsAndres Rey
2018-03-18Merge remote-tracking branch 'origin/development' into developmentAndres Rey
# Conflicts: # CHANGELOG.md # composer.json
2018-03-18Update changelogAndres Rey
2018-03-18Fix test casesAndres Rey
2018-03-18Check for base urls before generating paths for the URL resolverAndres Rey
2018-03-18Use new configuration array on main test casesAndres Rey
2018-03-18Merge branch 'master' into update-to-8525c6aAndres Rey
2018-03-18Fix Hukumusume test caeAndres Rey
2018-03-18Use all the article text to determine how many characters were extracted.Andres Rey
2018-03-15Declare monolog on readme fileAndres Rey
2018-03-15Require monolog on dev installationsAndres Rey
2018-03-15Override setLogger function to be able to return configuration objectAndres Rey
2018-03-15Fix coveralls badge linkAndres Rey
2018-03-15Add coveralls badgeAndres Rey
2018-03-15Add coveralls configuration filesAndres Rey
2018-03-15Add coveralls dependenciesAndres Rey
2018-03-14Update changelogAndres Rey
2018-03-14Merge pull request #49 from PedroAmorim/fixC14NAndres Rey
Fix error C14N
2018-03-14Add test for error C14N on nullPedro Amorim
2018-03-14Use instanceof DOMdocumentPedro Amorim
2018-03-14Fix error C14NPedro Amorim
I have the error: "Call to a member function C14N() on null" You could reproduce like this: - try to parse a url like http://www.dailymotion.com/video/x6ga6qi that doesn't return any content - this throw an exception and the logs show "[Parsing] Could not parse text, giving up :(" - now, call ->getContent() with the same object readability Previously, getContent would return "null" but now it call ->C14N() on a NULL object.
2018-03-13Update readmeAndres Rey
2018-03-12Prepare for releaseAndres Rey