-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Where to find and delete all articles? #959
Comments
If memoize_articles is not set to False then Newspaper will cache the article's urls and associated data in your system's temp directory. Here are some details on this cache in my Newspaper3k Overview Document. |
I believe what @steeljardas is asking is how to delete the cache? |
the cache folder is ANCHOR_DIRECTORY newspaper/newspaper/settings.py Line 48 in f622011
normally it would be
|
Thanks @AndyTheFactory |
@AndyTheFactory Yes, I agree that @steeljardas was looking for a way to delete all the memoize articles. The document that I mentioned contains information on the cache's location. |
@johnbumgarner I have read your very good documentation! your great work inspired me to keep this software alive as a new package https://github.com/AndyTheFactory/newspaper4k there were a lot of problems and bugs, but i have the sense it's moving in the right direction. I will release a new version pretty soon with a lot of fixes and improvements. Have a very good new year! and many thanks for your great work! |
@AndyTheFactory Thanks. I will reference your fork in my document. You reference that newspaper3k was last updated in September 2020. The correct date is September 2018. That is the date of the last code push to PyPI. And you are correct there are a lot of bugs in the current code base. I started a new project called NewsHound, but never pushed the code, because someone wanted to use it commercially. They lost their funding and now I have to revisit the code. The issue that I have found with OpenSource projects is that everyone wants to use them, but few people will put the effort in help someone maintain a project. Good Luck with your fork... |
I am using Newspaper3k on around 20k articles, where would I need to go to delete all these articles that Newspaper3k is downloading?
The text was updated successfully, but these errors were encountered: