Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import * as cheerio from 'cheerio'; const $ = cheerio.load('<html><body><h1>Hello, world!</h1></body></html>'); console.log($('h1').text()); instead of h1, the title was mentioned so the output was empty string
- Loading branch information