// Trying to scrape https://www.opentopia.com/hiddencam.php?p=n for data // THIS IS A PROTOTYPE - DO NOT USE // [Project-Name-Here] 2021 // Current state: Able to get cams from page, get location, unable to get live feed process.exit(1) const fs = require("fs"); const request = require("request"); function requestCamList(n){ request("http://www.opentopia.com/hiddencam.php?showmode=standard&country=%2A&seewhat=highlyrated&p="+n, { json: false }, (err, res2, body) => { if (err) { throw err; } let part = body.split("
")[1] // part = part.split('