-
Notifications
You must be signed in to change notification settings - Fork 519
Closed
Labels
bugSomething isn't working.Something isn't working.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Description
I was crawling a test site that I have hosted locally (localhost).
My PlaywrightCrawler subclass must add additional user_data to each request, so I extract and form each request manually.
new_requests = await context.extract_links(strategy='same-origin')
for new_request in new_requests:
print(f"[LINK] Extracted link: {new_request.url}")
I start my crawl pointed at http://localhost, yet the crawler ends up crawling YouTube since there is a link to YouTube on my site.
Metadata
Metadata
Assignees
Labels
bugSomething isn't working.Something isn't working.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.