Skip to content

Commit 50e8f1d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/academy/anti_scraping/mitigation/using_proxies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Awesome, so there's our proxy pool! Usually, a proxy pool is much larger than th
7676
const crawler = new CheerioCrawler({
7777
proxyConfiguration,
7878
requestHandler: async ({ $, request, enqueueLinks }) => {
79-
if (request.userData.label === 'START') {
79+
if (request.label === 'START') {
8080
await enqueueLinks({
8181
selector: 'a[href*="/product/"]',
8282
baseUrl: new URL(request.url).origin,

0 commit comments

Comments
 (0)