python-goose icon indicating copy to clipboard operation
python-goose copied to clipboard

Unable to use goose with Python 3

Open Ayokunle opened this issue 3 years ago • 1 comments

Using Google Collab

!pip install goose3

Version - Python 3.7.11

/content/goose/utils/__init__.py in <module>()
     27 import goose
     28 import codecs
---> 29 import urlparse

ModuleNotFoundError: No module named 'urlparse'

Ayokunle avatar Jul 18 '21 12:07 Ayokunle

So this package is left unmaintained. Does anyone have any working alternative?

Edit: people seems to be using newspaper3k

BoPeng avatar Apr 17 '23 01:04 BoPeng