mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 19:36:58 -05:00
Merge branch 'patch-2025.01.7' into patch-2025.01.2
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user