Skip to content

Commit

Permalink
Merge pull request #459 from flairNLP/fix-url-filter-bug
Browse files Browse the repository at this point in the history
Fix URL Filter Bug
  • Loading branch information
addie9800 authored Apr 25, 2024
2 parents be8addc + 3dcee0d commit 1dff7d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fundus/scraping/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def __init__(
publisher=publisher.publisher_name,
request_header=publisher.request_header,
delay=delay,
url_filter=publisher.url_filter,
query_parameters=publisher.query_parameter,
)
for url_source in url_sources
Expand Down

0 comments on commit 1dff7d7

Please sign in to comment.