article-extractor

To extract main article from given URL with Node.js

MIT License

Downloads
14.8K
Stars
1.6K
Committers
13

Bot releases are visible (Hide)

article-extractor - v3.0.0

Published by ndaidong about 5 years ago

  • Remove parseWithEmbedly (Embedly.com provides better client)
  • Update dependencies
  • Update & fix coding convention
article-extractor - v2.3.2

Published by ndaidong about 7 years ago

article-extractor - v2.2.0

Published by ndaidong about 7 years ago

Clean article with salient.

article-extractor - v2.0.0-rc0

Published by ndaidong over 7 years ago

Refactor the whole code base.

  • Simplify APIs, now there are just 4 methods are available.
  • Reorganize source code structure with extension mechanism
  • Remove some properties from config object
  • Improve performance with LRU cache
article-extractor - v1.6.14

Published by ndaidong over 7 years ago

  • Allow to change request timeout via configure() method
article-extractor - v1.6.0

Published by ndaidong almost 8 years ago

  • Refactor main workflow and file structure
  • Use Bluebird and debug
  • Include node 7.4 for test
article-extractor - v0.5.10

Published by ndaidong over 8 years ago

  • Refactor core
  • Remove getOembed method
  • Replace async & bluebird with promise-wtf
  • Remove Readability API support
  • No longer use read-art & oembed-auto-es6
  • Replace node-readability by a modified copy
article-extractor - v0.1.8

Published by ndaidong almost 9 years ago

First release.