const $ = cheerio.load((await axios.get(url)).data, { xmlMode: true });
{ xmlMode: true }
'Study > Backend' 카테고리의 다른 글
[Nest.js] CRUD with TypeORM, Postgres (0) | 2021.12.22 |
---|---|
[Nest.js] CRUD (Local Memory) (0) | 2021.12.19 |
[Node.js] 웹 크롤링 하기 (puppteer) (0) | 2021.11.15 |
[Node.js] js로 콘솔 입력 받기 (inquirer) (0) | 2021.11.15 |
[Node.js] Passport (0) | 2021.09.12 |
Comment