Skip to content

Commit

Permalink
Update article_downloader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mircealungu committed Apr 27, 2024
1 parent f883e14 commit 10bc040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zeeguu/core/content_retriever/article_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def download_from_feed(feed: Feed, session, limit=1000, save_in_elastic=True):
f" + updated feed's last crawled time to {last_retrieval_time_seen_this_crawl}"
)

logp(feed_item["url"])
# check if the article is already in the DB
art = model.Article.find(feed_item["url"])
if art:
Expand Down

0 comments on commit 10bc040

Please sign in to comment.