mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-10 20:10:38 +00:00
feat: add outputDir option
This commit is contained in:
parent
e9660c7c70
commit
0d3d450985
2 changed files with 2 additions and 0 deletions
1
@types/crunchyTypes.d.ts
vendored
1
@types/crunchyTypes.d.ts
vendored
|
|
@ -15,6 +15,7 @@ export type CrunchyDownloadOptions = {
|
|||
x: number;
|
||||
q: number;
|
||||
fileName: string;
|
||||
outputDir?: string;
|
||||
numbers: number;
|
||||
partsize: number;
|
||||
callbackMaker?: (data: DownloadInfo) => HLSCallback;
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ export let argvC: {
|
|||
mp4: boolean;
|
||||
skipmux: boolean | undefined;
|
||||
fileName: string;
|
||||
outputDir: string;
|
||||
numbers: number;
|
||||
nosess: string;
|
||||
debug: boolean | undefined;
|
||||
|
|
|
|||
Loading…
Reference in a new issue