Added tags and duration to scraping. Added LegalPorno scraper.

This commit is contained in:
2019-03-24 01:29:22 +01:00
parent e8d4b76403
commit 4fcabb4aae
11 changed files with 273 additions and 15 deletions

View File

@@ -17,6 +17,10 @@ const { argv } = yargs
describe: 'Copy relevant result to clipboard',
type: 'boolean',
alias: 'c',
})
.option('debug', {
describe: 'Show error stack traces',
type: 'boolean',
});
module.exports = argv;