mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
add insecure parse to docker cmd
This commit is contained in:
@@ -35,8 +35,8 @@ async function _getInstantAvailable(hashes, apiKey, retries = 3, maxChunkSize =
|
||||
if (!missingHashes.length) {
|
||||
return cachedResults
|
||||
}
|
||||
|
||||
const RD = new RealDebridClient(apiKey, getDefaultOptions());
|
||||
const options = await getDefaultOptions();
|
||||
const RD = new RealDebridClient(apiKey, options);
|
||||
const hashBatches = chunkArray(missingHashes, maxChunkSize)
|
||||
return Promise.all(hashBatches.map(batch => RD.torrents.instantAvailability(batch)
|
||||
.then(response => {
|
||||
|
||||
Reference in New Issue
Block a user