summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-26Remove old dependenciesAndres Rey
2017-11-26New Readability classAndres Rey
2017-11-26Fix configuration namespaceAndres Rey
2017-11-26New configuration classAndres Rey
2017-11-26New NodeClasses to extend the original DOMDocument ones + local traitAndres Rey
2017-11-26Making room for v1Andres Rey
2017-11-23Fix indentationAndres Rey
2017-11-23Move the title searching function inside the getMetadataAndres Rey
2017-11-23Update changelogAndres Rey
2017-11-23Merge pull request #30 from PedroAmorim/getImagesAndres Rey
Get images
2017-11-23Update changelogAndres Rey
2017-11-23Fix issue #32: Avoid division by zero when title is null.Andres Rey
2017-11-23Update READMEPedro Amorim
2017-11-23Add test for Challenges.frPedro Amorim
Use absolute URI for main image too. https://www.challenges.fr/monde/les-motivations-du-tueur-de-las-vegas-demeurent-floues_503396
2017-11-23Use absolute Uri on main image.Pedro Amorim
Sometimes og:image use a relative URI too.
2017-11-23Update AUTHORSPedro Amorim
:)
2017-11-23Add test testHTMLParserParsesImages()Pedro Amorim
2017-11-23Simplify calls to toAbsoluteUri()Pedro Amorim
2017-11-23Add test for getImages()Pedro Amorim
2017-11-23Add getImages()Pedro Amorim
Get all images URL of current DOM at once.
2017-11-22Update changelogAndres Rey
2017-11-22Merge pull request #31 from PedroAmorim/fixUnsupportedOperandTypesAndres Rey
Fix "Unsupported operand types"
2017-11-22Update ChangelogAndres Rey
2017-11-22Add node to the elementsToScore array after converting it from a div to a p ↵Andres Rey
+ test case
2017-11-22Fix "Unsupported operand types"Pedro Amorim
Missing method "count" in if statement. PHP Fatal error: Uncaught Error: Unsupported operand types in vendor/andreskrey/readability.php/src/HTMLParser.php:622
2017-11-14Trim strings when detecting hierarchical separatorsAndres Rey
2017-11-13Update project statusAndres Rey
2017-11-12Prepare for release v0.3.0Andres Rey
2017-11-12Add missing MD filesAndres Rey
2017-11-12Merge pull request #27 from ↵Andres Rey
andreskrey/development-update-to-f0edc77cb58ef52890e3065cf2b0e334d940feb2 Update to c3ff1a2d2c94c1db257b2c9aa88a4b8fbeb221c5 (2017-10-16)
2017-11-12Merge pull request #26 from andreskrey/analysis-qJaM2bAndres Rey
Apply fixes from StyleCI
2017-11-12Apply fixes from StyleCIAndres Rey
2017-11-12Update styleci config to make it compatible with PHPStorm auto formatterAndres Rey
2017-11-12Update ChangelogAndres Rey
2017-11-12Update test cases for new table properties cleaningAndres Rey
2017-11-12Clean specific attributes during _cleanStylesAndres Rey
2017-11-12Refactor title matching in H2sAndres Rey
2017-11-12Update readme and changelogAndres Rey
2017-11-12Import new test caseAndres Rey
2017-11-12Add wordThreshold optionAndres Rey
2017-11-12Final test case fixed! :DAndres Rey
2017-11-12Remove empty or just whitespace P elements during ratingAndres Rey
2017-11-12Merge remote-tracking branch ↵Andres Rey
'origin/development-update-to-f0edc77cb58ef52890e3065cf2b0e334d940feb2' into development-update-to-f0edc77cb58ef52890e3065cf2b0e334d940feb2 # Conflicts: # test/test-pages/daringfireball-1/expected.html # test/test-pages/iab-1/expected.html # test/test-pages/liberation-1/expected.html # test/test-pages/yahoo-4/expected.html
2017-11-12Fix more test casesAndres Rey
2017-11-12Add new regexp to check for whitespace include unicode version of  Andres Rey
2017-11-12Minor fix when pushing results to the $alternativeCandidateAncestors arrayAndres Rey
2017-11-11Minor fix when getting alternative top candidate ancestors + Remove DOMCommentsAndres Rey
2017-11-11Allow getting all node ancestorsAndres Rey
2017-11-11Filter empty children nodes when scanning for single P nodesAndres Rey
2017-11-11Switch to array iterator when replacing links on prepArticleAndres Rey