Update download method
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 18s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 18s
This commit is contained in:
parent
08578eef0b
commit
5bcbfc70ec
5 changed files with 31 additions and 28 deletions
|
@ -17,8 +17,8 @@ export async function getYouTubeMetadata(link: string) {
|
|||
dumpSingleJson: true,
|
||||
noCheckCertificates: true,
|
||||
noWarnings: true,
|
||||
preferFreeFormats: true,
|
||||
}
|
||||
preferFreeFormats: true
|
||||
};
|
||||
|
||||
if (HTTPS_PROXY) {
|
||||
options.proxy = HTTPS_PROXY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue