feat: add outputDir option

This commit is contained in:
xnabil 2026-03-25 20:00:45 +06:00
parent e9660c7c70
commit 0d3d450985
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@ export type CrunchyDownloadOptions = {
x: number;
q: number;
fileName: string;
outputDir?: string;
numbers: number;
partsize: number;
callbackMaker?: (data: DownloadInfo) => HLSCallback;

View file

@ -68,6 +68,7 @@ export let argvC: {
mp4: boolean;
skipmux: boolean | undefined;
fileName: string;
outputDir: string;
numbers: number;
nosess: string;
debug: boolean | undefined;