AndyTheFactory / newspaper4k

📰 Newspaper4k a fork of the beloved Newspaper3k. Extraction of articles, titles, and metadata from news websites.
MIT License
429 stars 37 forks source link

Where to find and delete all articles? #570

Open AndyTheFactory opened 10 months ago

AndyTheFactory commented 10 months ago

Issue by steeljardas Fri Jan 6 08:33:40 2023 Originally opened as https://github.com/codelucas/newspaper/issues/959


I am using Newspaper3k on around 20k articles, where would I need to go to delete all these articles that Newspaper3k is downloading?

AndyTheFactory commented 10 months ago

Comment by johnbumgarner Sat Jan 14 17:16:18 2023


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.