Abdullah Bezir
Abdullah Bezir
In my case the problem was docker, I reinstalled the docker to fix the problem (though I acknowledge there might be a better solution)
We're eager to receive a PR from the community 🤗! I am also having this issue.
Here is my code with an example input. Code: ``` def crawl_homepage(homepage_url, max_iteration, output_file): to_visit, known_links = focused_crawler(homepage_url, max_seen_urls=1) i = 0 while i < max_iteration: to_visit, known_links = focused_crawler(homepage_url,...
How to fix it? I want to be able to get the news links in the website.
Thank you Adrien!