Skip to content

Commit e389f3a

Browse files
mstephen19mnmkng
andauthored
Update content/academy/web_scraping_for_beginners/crawling/dealing_with_dynamic_pages.md
Co-authored-by: Ondra Urban <[email protected]>
1 parent a7fd83c commit e389f3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/academy/web_scraping_for_beginners/crawling/dealing_with_dynamic_pages.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ Let's change a few lines of our code to switch the crawler type from CheerioCraw
100100
101101
```JavaScript
102102
import { PuppeteerCrawler } from 'crawlee';
103-
// Add cheerio import
104-
import cheerio from 'cheerio';
105103

106104
const BASE_URL = 'https://demo-webstore.apify.org';
107105

0 commit comments

Comments
 (0)