Skip to content

Commit 5ca3a0a

Browse files
mstephen19mnmkng
andauthored
Update content/academy/anti_scraping/mitigation/using_proxies.md
Co-authored-by: Ondra Urban <[email protected]>
1 parent 50e8f1d commit 5ca3a0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/academy/anti_scraping/mitigation/using_proxies.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ const crawler = new CheerioCrawler({
7979
if (request.label === 'START') {
8080
await enqueueLinks({
8181
selector: 'a[href*="/product/"]',
82-
baseUrl: new URL(request.url).origin,
8382
});
8483
return;
8584
}

0 commit comments

Comments
 (0)