[scraper] adds scheduling flag to enable it
This commit is contained in:
@@ -73,4 +73,4 @@ function getType(category) {
|
||||
return Type.MOVIE;
|
||||
}
|
||||
|
||||
module.exports = { scrape };
|
||||
module.exports = { scrape, NAME };
|
||||
@@ -100,4 +100,4 @@ function getType(category) {
|
||||
return Type.MOVIE;
|
||||
}
|
||||
|
||||
module.exports = { scrape };
|
||||
module.exports = { scrape, NAME };
|
||||
Reference in New Issue
Block a user