Skip to content

Commit

Permalink
but do it right
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Jan 6, 2024
1 parent fa06d80 commit ae1457d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedi/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def entry_explode(id):
urls = []
for content in [entry.content_short, entry.content_full]:
if content:
urls += scraping.extract_links(entry.content_full)
urls += scraping.extract_links(content)
urls = set(urls)

# create (or load old) entries for those that are valid articles
Expand Down

0 comments on commit ae1457d

Please sign in to comment.