UNPKG

youtube-s-dl

Version:

A YouTube Video/Audio downloader.

7 lines 162 B
module.exports.checkSig = (arr) => { let hasSig = false; arr.forEach(obj => { if (obj.signatureCipher) hasSig = true; }); return hasSig; }