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

@@ -50,7 +50,7 @@ async function init() {
method.render(result, screen);
}
} catch (error) {
console.error(error.message);
console.error(argv.debug ? error : error.message);
}
}