We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db5346 commit 67bdd51Copy full SHA for 67bdd51
content/academy/anti_scraping/mitigation/using_proxies.md
@@ -24,8 +24,7 @@ const crawler = new CheerioCrawler({
24
requestHandler: async ({ $, request, enqueueLinks }) => {
25
if (request.label === 'START') {
26
await enqueueLinks({
27
- selector: 'a[href*="/product/"]',
28
- baseUrl: new URL(request.url).origin,
+ selector: 'a[href*="/product/"]'
29
});
30
31
// When on the START page, we don't want to
0 commit comments