Skip to content

Releases: crscheid/php-article-extractor

Version 2.3.1

21 Jul 18:38
Compare
Choose a tag to compare

Fixed small bug in ArticleExtractor.

Version 2.4

12 Jul 19:07
Compare
Choose a tag to compare

Reinstates paquettg/php-html-parser as the preferred DOM parser.

Version 2.3

12 Jul 18:30
Compare
Choose a tag to compare

Added a new public method called processHTML that will allow the caller to pass in HTML that has already been retrieved and utilize the same processing methodologies.

Version 2.2.1

21 Dec 23:50
4d3744d
Compare
Choose a tag to compare

Quick fix change to logging. Accidentally left the debug flag on for the 2.2 release.

Version 2.2

21 Dec 23:24
Compare
Choose a tag to compare
  • Added ability to override/force the reading method.
  • Added handling of common Google referral URLs
  • Added 'result_url' to the return structure to inform the caller what the resultant URL was after redirects

Version 2.0.1

26 Feb 14:19
ae14f30
Compare
Choose a tag to compare

Minor change to turn off debugging on ArticleExtractor.

Version 2.0

26 Feb 14:08
Compare
Choose a tag to compare
Update to Version 2.0

Closes #27.
Closes #26.

Version 1.0.2

29 Jan 20:30
Compare
Choose a tag to compare
Fixed dumb mistake.

Version 1.0.1

29 Jan 20:07
Compare
Choose a tag to compare
  • Fixes minor issue parsing parse_url results.

First major release.

23 Jan 22:09
Compare
Choose a tag to compare
  • Updated to modify the approach for cleaning HTML tags and dealing with newlines.
  • Updated README.md to outline the new text format.
  • Updated CHANGELOG.md
  • Closes issue #25