downimg.js 151 B

12345
  1. //Get the http content of a webpage, given "url"
  2. requirelib("http");
  3. var ext = url.split(".").pop();
  4. var content = http.getb64(url);
  5. sendResp(content);