[Answered ]-Goose-extractor for python 3.4 Error

2👍

goose-extractor currently supports just python 2.7 and earlier versions.

With python 3 you can use the readability-lxml package, which has a pretty similar feature set as goose.

👤sc3w

0👍

the current version of goose-extractor is 1.0.25, in which the requirements contains beautifulsoup 3.2.1, but this bs package is based on python2.x, so u got the error :Missing parentheses in call to ‘print’

0👍

install goose 3 version for python 3

 pip install goose3==3.1.6

Link to PyPi:
goose 3

Leave a comment