Skip to content

Commit

Permalink
spider: relax strict parameter for link extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Aug 30, 2024
1 parent 7836a76 commit 794c883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trafilatura/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def process_links(
external_bool=False,
language=params.lang,
with_nav=True,
strict=False,
):
if not params.is_valid_link(link):
continue
Expand Down

0 comments on commit 794c883

Please sign in to comment.