Skip to content

Commit

Permalink
Fixing focus spider
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Nov 15, 2023
1 parent 8406b57 commit 41245d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minet/crawl/focus.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def process(self, job: CrawlJob, response: Response):
if not should_follow_href(url):
continue

unique_urls.add(response.resolve(url))
unique_urls.add(response.urljoin(url))

has_relevant_content, relevant_size = self.content_relevance(content)

Expand Down

0 comments on commit 41245d0

Please sign in to comment.