mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[scraper] use same cached proxy for rd requests
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports.updateTorrentSize = function (torrent) {
|
||||
.then(result => ({ ...torrent, size: result.size, files: result.files }));
|
||||
};
|
||||
|
||||
module.exports.sizeAndFiles = torrent => filesAndSizeFromTorrentStream(torrent, 20000);
|
||||
module.exports.sizeAndFiles = torrent => filesAndSizeFromTorrentStream(torrent, 30000);
|
||||
|
||||
module.exports.torrentFiles = function (torrent) {
|
||||
return getFilesFromObject(torrent)
|
||||
|
||||
Reference in New Issue
Block a user