All Versions
17
Latest Version
Avg Release Cycle
48 days
Latest Release
3006 days ago

Changelog History
Page 1

  • v0.1.7 Changes

    January 30, 2016

    Full Changelog

    Closed issues:

    • ImportError: cannot import name 'Image' #183
    • Won't let me import #182
    • Install on Mac - El Capitan Failed - "Operation not permitted" #181
    • โฌ‡๏ธ Downgrades to old versions of required packages upon installation #174
    • Handling 404, 500, and other non-200 http response codes to prevent scraping error pages #142
    • โฌ‡๏ธ Libray downgrading in installation #138

    ๐Ÿ”€ Merged pull requests:

    • Don't scrape error pages #190 (yprez)
    • โž• Added Hebrew stop words for language support #188 (alon7)
    • ๐Ÿ›  Fix installation and build #187 (yprez)
    • ๐Ÿ›  Fix installation docs #184 (yprez)
    • ๐Ÿ‘ท Travis CI integration #180 (yprez)
    • requirements.txt - Use minimal instead of exact versions #179 (yprez)
    • ๐Ÿ– Handle lxml raising ValueError on node.itertext() - Python 3 #178 (yprez)
    • ๐Ÿ– Handle lxml raising ValueError on node.itertext() #144 (yprez)
    • ๐Ÿ“œ Parse byline fix #132 (davecrumbacher)
  • v0.1.6 Changes

    January 10, 2016

    Full Changelog

    Closed issues:

    • ๐Ÿš‘ Critical leak in newspaper.mthreading.Worker #177
    • ๐Ÿ‘€ HTMLParseError #165
    • Take local paths to .html files #153
    • Wall Street Journal Full Text is not Correctly Scraped #150
    • Article HTML Returning Null #131
    • No articles #130
    • Loading Pages that use heavy javascript #127
    • Login handling for premium websites #126
    • Installation of nltk is failing #121

    ๐Ÿ”€ Merged pull requests:

  • v0.1.5 Changes

    March 04, 2015

    Full Changelog

    Closed issues:

    • ๐Ÿ“š is there any kind of documentation on centos 7? #114
    • โž• Add extraction publishing date from article. #3

    ๐Ÿ”€ Merged pull requests:

    • โฌ†๏ธ bumping nltk to 2.0.5 - see #824 in nltk #125 (hexelon)
  • v0.1.4 Changes

    February 04, 2015

    Full Changelog

    Closed issues:

    • Getting rate limiting issue? #116
    • ๐Ÿ†• newspaper.build( ) error #111
    • Allow lists in Parser.clean_article_html() #108

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix incorrect log call while generating articles #115 (curita)
    • Allow lists in clean_article_html() - fixes #108 #112 (ecesena)
    • ๐Ÿ›  Fixed nodeToString() to return valid HTML #110 (ecesena)
    • Fixed empty return in top_meta_image #109 (ecesena)
  • v0.1.3 Changes

    January 15, 2015

    Full Changelog

    Implemented enhancements:

    • Fulltext extraction improvement #1 #105

    Closed issues:

    • ๐Ÿท Tags h1 in article_html - indented behavior? #107

    ๐Ÿ”€ Merged pull requests:

  • v0.1.2 Changes

    January 01, 2015

    Full Changelog

    Closed issues:

    • Metatags on Vice.com #103
    • Can't extract images from german newspapers #96
    • article_html misses many of the images #89

    ๐Ÿ”€ Merged pull requests:

    • โ†” Integrate UnicodeDammit, deprecate parser_class, deprecate encodeValue, refactor, scaffolding for more unit tests #104 (codelucas)
  • v0.1.1 Changes

    December 27, 2014

    Full Changelog

    Closed issues:

    • UnicodeDecodeError: 'utf8' codec can't decode byte 0xcc #99
    • TypeError: Can't convert 'bytes' object to str implicitly #98
    • ๐Ÿ“œ [Parse lxml ERR] Unicode strings with encoding declaration are not supported. Please use bytes input or XML fragments without declaration. #78
    • UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 11: ordinal not in range(128) #77
    • article.text and keywords error #47

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Huge bugfix to aid lxml DOM parsing + remove unhelpful and excess exception messages and added tracebacks to exception logging #102 (codelucas)
    • โœ… Decode bytestring returned from lxml's toString early on before sending it out to outer code #101 (codelucas)
    • ๐Ÿ›  Fixed #78: Remove encoding tag because lxml won't accept it for unicode #97 (mhall1)
  • v0.1.0 Changes

    December 17, 2014
  • v0.0.9 Changes

    December 17, 2014

    Full Changelog

    Closed issues:

    • ๐Ÿ“œ object has no attribute clean Error when using parse method #90
    • Questions #85
    • [nltk_data] Error loading brown: <urlopen error [Errno -2] Name or [nltk_data] service not known> #84
    • ๐Ÿ†• newspaper unable to find embeded youtube video #82
    • Bound for memory usage #81
    • Hosted demo #80
    • Having issues installing due to lxml #79
    • โž• Add a BeautifulSoup4 parser. #44
    • ๐Ÿ‘ python 3 support request #36

    ๐Ÿ”€ Merged pull requests:

  • v0.0.8 Changes

    October 13, 2014

    Full Changelog

    Closed issues:

    • ๐Ÿ“œ Parsing Raw HTML #74
    • Can't install newspaper #72
    • ๐Ÿ”จ Refactor codebase so newspaper is actually pythonic #70
    • Article.top_node == Article.clean_top_node #65
    • article.movies missing 'http:' #64
    • KeyError when calling newspaper.languages() #62
    • ๐Ÿ“ Memoize Articles - Not Printing #61
    • โž• Add URL headers while building a "paper" #60
    • ๐Ÿ— AttributeError: 'module' object has no attribute 'build' #59
    • ๐Ÿ— Typo in newspaper.build argument "memoize_articles" #58
    • issue with stopwords-tr.txt #51
    • ๐Ÿ‘ Other language support. #34
    • Character encoding detection #2

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Huge refactor: entire codebase in PEP8, imports alphabetized, bugfixes, core changes #71 (codelucas)
    • ๐Ÿ›  Meta tag extraction fixes #69 (karls)
    • โœ… Test suite improvements #68 (karls)
    • โœ… Test suite fixes #67 (karls)
    • โช Revert "Added published date to the extractor+article" #66 (codelucas)
    • โž• Added published date to the extractor+article #63 (parhammmm)