1.0.6 • Published 4 years ago

crawl_str v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

intall

$ npm install crawl_str

usage

const crawl_str = require('crawl_str');
crawl_str(`
Make url list here
Lines that doesn't start with 'http' or 'https' are gonna be ignored


https://archive.is/ALjBy
https://archive.is/ALjBy
https://archive.is/ALjBy
https://archive.is/ALjBy
https://archive.is/ALjBy


`, {
    progress: (info, progress_ratio) => {
        console.log('progress', info.url, progress_ratio);
    },
    complete: faillist => {
        console.log('complete');
    }
}, './data/');
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago