Abdullah Bezir

Results 5 comments of Abdullah Bezir

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.