add configure page

This commit is contained in:
mrcanelas
2021-09-11 11:47:09 -03:00
committed by TheBeastLT
parent 7977a0f0fc
commit adc0a6dd71
7 changed files with 27 additions and 26 deletions

View File

@@ -46,7 +46,7 @@ async function scrapeLatestTorrents() {
}
async function scrapeLatestTorrentsForCategory(category, page = 1) {
console.log(`Scrapping ${NAME} ${category} category page ${page}`);
console.log({Scraper: `Scrapping ${NAME} ${category} category page ${page}`});
return leetx
.browse({ category, page })
.catch((error) => {