mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
additional updates.
This commit is contained in:
@@ -44,7 +44,7 @@ program
|
||||
.default(false)
|
||||
.env('GZIP')
|
||||
)
|
||||
.parse(process.argv)
|
||||
.parse()
|
||||
|
||||
export type GrabOptions = {
|
||||
site?: string
|
||||
@@ -102,7 +102,10 @@ async function main() {
|
||||
runJob({ logger, parsedChannels })
|
||||
}
|
||||
|
||||
main()
|
||||
main().catch(error => {
|
||||
console.error('ERR:', error.message)
|
||||
process.exit(1)
|
||||
})
|
||||
|
||||
async function runJob({ logger, parsedChannels }: { logger: Logger; parsedChannels: Collection }) {
|
||||
const timer = new Timer()
|
||||
|
||||
Reference in New Issue
Block a user