mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Update clean.js
This commit is contained in:
parent
35d16b053d
commit
f21a039de2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ program
|
|||
.parse(process.argv)
|
||||
|
||||
const config = program.opts()
|
||||
const offlineStatusCodes = [404, 410, 500, 501]
|
||||
const offlineStatusCodes = [404, 410, 451, 500, 501]
|
||||
const ignore = ['Geo-blocked', 'Not 24/7']
|
||||
const instance = axios.create({
|
||||
timeout: config.timeout,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue