Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
Quyen Dang committed May 25, 2019
1 parent 60aa8a9 commit 321b9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.js
Expand Up @@ -204,7 +204,7 @@ function run(db) {
//scrappers.push(scrapper(db, "http://google-proxy.net/", "google"));
//scrappers.push(scrapper(db, "http://free-proxy-list.net/anonymous-proxy.html", "anonymous"));
//scrappers.push(scrapperTxt(db, "http://filefab.com/api.php?l=PmxKWgtrKlgMeJa2Z7PTStV5Dgr7Kkn57WZX8lchXd0", "free"));
scrappers.push(scrapperHtml(db, "http://www.live-socks.net/feeds/posts/default", "free"));
scrappers.push(scrapperHtml(db, "https://anotepad.com/notes/aa3fj6", "free"));
Promise.all(scrappers).then(function() {
cleanUp(db).then(function() {
readRows(db);
Expand Down

0 comments on commit 321b9f8

Please sign in to comment.