grangier / python-goose

Html Content / Article Extractor, web scrapping lib in Python
Apache License 2.0
3.97k stars 786 forks source link

Unable to use goose with Python 3 #287

Open Ayokunle opened 3 years ago

Ayokunle commented 3 years ago

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'
BoPeng commented 1 year ago

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

Edit: people seems to be using newspaper3k