Getting a variable from a HTML?
If you look at any youtube playlist page's source, there is a variable call "ytInitialData" in the built in script section. I was wondering how would I get that data with js? I'm looking at cheerio and request tools for js but all the tutorials seem to teach only scraping html section and not deal with the script section.