mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Remove FlareSolverr Variables after scraping
This commit is contained in:
@@ -22,7 +22,11 @@ async function scrape() {
|
||||
lastScrape.lastScraped = scrapeStart;
|
||||
return lastScrape.save();
|
||||
})
|
||||
.then(() => console.log(`[${moment()}] finished ${NAME} scrape`));
|
||||
.then(() => console.log(`[${moment()}] finished ${NAME} scrape`))
|
||||
.then(() => {
|
||||
leetx.FlaresolverrCookies = '';
|
||||
leetx.FlaresolverrUserAgent = '';
|
||||
});
|
||||
}
|
||||
|
||||
async function updateSeeders(torrent) {
|
||||
|
||||
Reference in New Issue
Block a user