summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-06Rename getContentObject to getDOMDocumentAndres Rey
2018-03-06Save the full DOMDocument when finish processing + pull images of the article...Andres Rey
2018-03-06Add data-src as a image path sourceAndres Rey
2018-01-27Make sure that we do not allow the DOMDocument reach the parsing algorithm (B...Andres Rey
2018-01-11Merge remote-tracking branch 'origin/logging' into loggingAndres Rey
2018-01-11Merge branch 'master' into loggingAndres Rey
2018-01-11Apply fixes from StyleCIAndres Rey
2018-01-11Merge pull request #38 from PedroAmorim/domEntityReferenceAndres Rey
2018-01-11Add missing DOM class DOMEntityReference.Pedro Amorim
2018-01-11Remove the data-readability referencesAndres Rey
2017-12-22Check for node type when scanning for better topCandidatesAndres Rey
2017-12-10Remove logger declaration inside the ConfigurationAndres Rey
2017-12-10Improve logging messagesAndres Rey
2017-12-10Adding comments everywhereAndres Rey
2017-12-10Check for minimum html before parsing metadataAndres Rey
2017-12-10Switch to a logger aware trait in the Configuration objectAndres Rey
2017-12-10Initial approach to logger injectionAndres Rey
2017-12-09Remove modal as a negative propertyAndres Rey
2017-12-05Search for 'data-orig' in image urlsAndres Rey
2017-12-03Add function to extract img srcs from other tags that might be used on lazy l...Andres Rey
2017-12-02Apply fixes from StyleCIAndres Rey
2017-12-02Add small template on __toString magic methodAndres Rey
2017-12-02Search for excerpt in case it's not found on HTML metadataAndres Rey
2017-12-01Clean upAndres Rey
2017-12-01Clean upAndres Rey
2017-12-01Move load function below parse functionAndres Rey
2017-12-01Move the DOM classes to its own namespaceAndres Rey
2017-12-01Merge remote-tracking branch 'origin/v1.0' into v1.0Andres Rey
2017-12-01Add readabilityDataTable param with getters and settersAndres Rey
2017-12-01Minor cleanupAndres Rey
2017-12-01Fix phpdoc on settersAndres Rey
2017-12-01Apply fixes from StyleCIAndres Rey
2017-12-01Add ParseExceptionAndres Rey
2017-12-01Rename NodeClass namespace to NodesAndres Rey
2017-11-30Remove configuration setting from the __constructAndres Rey
2017-11-30Minor fixAndres Rey
2017-11-30Bye bye array with results, hello object with gettersAndres Rey
2017-11-30Minor clean up and reorganizationAndres Rey
2017-11-30Import functions from NodeUtility to NodeClassTraitAndres Rey
2017-11-30Remove duplicated functionsAndres Rey
2017-11-30Remove duplicated function and fix callsAndres Rey
2017-11-30Replace regex with NodeUtility::$regexps equivalentAndres Rey
2017-11-30Move regexps array to NodeUtilityAndres Rey
2017-11-30Optimize getChildren with array_filter instead of a foreachAndres Rey
2017-11-30Add todoAndres Rey
2017-11-29Remove node comparing functionAndres Rey
2017-11-29Check for class weighting before doing itAndres Rey
2017-11-29Fix PHPDoc on getAllLinksAndres Rey
2017-11-29Even better refactor on getAllLinksAndres Rey
2017-11-29Refactor getAllLinksAndres Rey