Merge branch 'patch-2025.01.7' into patch-2025.01.2

This commit is contained in:
freearhey
2025-02-01 03:25:54 +03:00
106 changed files with 22862 additions and 11624 deletions

View File

@@ -25,6 +25,7 @@ program
'DELAY'
)
)
.addOption(new Option('-x, --proxy <url>', 'Use the specified proxy').env('PROXY'))
.addOption(
new Option(
'--days <days>',
@@ -55,6 +56,7 @@ export type GrabOptions = {
delay?: string
lang?: string
days?: number
proxy?: string
}
const options: GrabOptions = program.opts()