cheerio icon indicating copy to clipboard operation
cheerio copied to clipboard

TypeError: cheerio.fromURL is not a function

Open user4302 opened this issue 10 months ago • 6 comments

i use the following code

import * as cheerio from 'cheerio';
const data = await cheerio.fromURL(https://www.youtube.com/);

and i get the following error TypeError: cheerio.fromURL is not a function

user4302 avatar Sep 19 '23 16:09 user4302