!7 p { S html; html = loadPage("https://www.youtube.com/watch?v=kTFS3V4PnQM"); // showText(html); L tok = htmlTok(html); int i = tok.indexOf([[
]]); if (i >= 0) { S s = tok.get(i+1); print("Raw views: " + s); print("Parsed: " + parseFirstInt(s)); } }