-
Notifications
You must be signed in to change notification settings - Fork 787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goose is non-functional in Python 3 #148
Comments
Also, unittest sucks, and doesn't report anything informative when you have an jieba can be replaced with jieba3k. |
Going through everything, it appears that the heavy dependency on |
I have unit tests working.
Welp! Time to look at other text extractors. Is there any timeline on python 3 compatibility? |
+1 for python 3 support... Is there any schedule? Or you don't care at all? |
@kotrfa - It's not a direct equivalent, but I wound up using python-readability for text extraction. It works well enough. |
Prepare PR to add py3 support: #220 |
+1 for this. Why uses Python 2!? |
Still waitting for Python 3 support :) |
I believe this project is dead. Use https://github.com/codelucas/newspaper instead, which is inspired by goose and supports Python 3 flawlessly. |
Yep, I already knew it but I just wanted to do some comparison of the available tools. Indeed, I will use it. Thanks! |
Any plans to introduce Python 3 support to this project? |
1 similar comment
Any plans to introduce Python 3 support to this project? |
Hi everyone, this may come off as self promotion, but I went ahead and forked goose to work with python3. http://github.com/goose3/goose3 Enjoy |
Title is largely self explanatory.
Primary limitation seems to be reliance on BeautifulSoup 3, which has been EOL for quite a while now, and really should be migrated away from.
The text was updated successfully, but these errors were encountered: