mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
adds kickass scrapper
This commit is contained in:
@@ -69,7 +69,7 @@ function getProvider(provider) {
|
||||
}
|
||||
|
||||
function updateProvider(provider) {
|
||||
return Provider.update(provider);
|
||||
return Provider.update(provider, { where: { name: { [Op.eq]: provider.name } } });
|
||||
}
|
||||
|
||||
function getTorrent(torrent) {
|
||||
|
||||
Reference in New Issue
Block a user