mirror of
https://github.com/iptv-org/iptv
synced 2026-05-14 21:45:13 -04:00
Update scripts
This commit is contained in:
@@ -82,7 +82,7 @@ async function main() {
|
||||
logger.info('adding the missing quality...')
|
||||
const progressBar = new cliProgress.SingleBar({
|
||||
clearOnComplete: true,
|
||||
format: `[{bar}] {percentage}% | {value}/{total}`
|
||||
format: '[{bar}] {percentage}% | {value}/{total}'
|
||||
})
|
||||
progressBar.start(streams.count(), 0)
|
||||
await eachLimit(streams.all(), options.parallel, async (stream: Stream) => {
|
||||
|
||||
Reference in New Issue
Block a user