[scraper] fixes eztv latest scraper method

This commit is contained in:
TheBeastLT
2020-04-14 11:05:01 +02:00
parent c565980e45
commit fd7057f3dc
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ async function updateSeeders(torrent) {
}
async function scrapeLatestTorrents() {
return scrapeLatestTorrentsForCategory(1654);
return scrapeLatestTorrentsForCategory();
}
async function scrapeLatestTorrentsForCategory(page = 1) {