summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-05Update test expectationsAndres Rey
2018-11-05Fix phrasing content checking mistakeAndres Rey
2018-11-03Update test expectationsAndres Rey
2018-11-03Fix wrong variable name when checking length of bylineAndres Rey
2018-11-01Update testsAndres Rey
2018-11-01Switch to array_intersectAndres Rey
2018-11-01Improve metadata searching functionAndres Rey
2018-11-01Fix metadata extraction bugAndres Rey
2018-10-31Update test expectationsAndres Rey
2018-10-31Look for classes names when checking visibilityAndres Rey
2018-10-29Update more testsAndres Rey
2018-10-29Update test expectations + import new testsAndres Rey
2018-10-24Update test expectationsAndres Rey
2018-10-21Fix incorrect tagName checkAndres Rey
2018-10-17Update comment of hasSingleTagInsideElementAndres Rey
2018-10-17Improve script node removing functionAndres Rey
2018-09-11Import new metadata search "algorithm"Andres Rey
2018-09-05Remove experimental ifAndres Rey
2018-09-05Update initial parsing and add isWhitespace trait function.Andres Rey
2018-09-02Add hasAttribute overrideAndres Rey
2018-09-02Check for visible nodes before parsingAndres Rey
2018-09-02Add isProbablyVisible functionAndres Rey
2018-09-02Remove DOMComments before anything elseAndres Rey
2018-09-02Remove single cell tablesAndres Rey
2018-09-02Rename hasSinglePNode to hasSingleTagInsideElement and accept tag as parameterAndres Rey
2018-09-01Avoid nesting paragraphsAndres Rey
2018-09-01Import the isPhrasingContent function. Might want to check the recursive ↵Andres Rey
loop there if it's actually doing what it should and if there's a better way to optimize it
2018-09-01Update logic when accessing next elementAndres Rey
2018-09-01Update changelogAndres Rey
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