[scraper] adds scheduling flag to enable it
This commit is contained in:
@@ -95,4 +95,4 @@ async function findTorrent(record) {
|
||||
return Promise.reject("not found");
|
||||
}
|
||||
|
||||
module.exports = { scrape };
|
||||
module.exports = { scrape, NAME };
|
||||
@@ -84,4 +84,4 @@ function typeMapping() {
|
||||
return mapping;
|
||||
}
|
||||
|
||||
module.exports = { scrape };
|
||||
module.exports = { scrape, NAME };
|
||||
Reference in New Issue
Block a user