mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Update format.js
This commit is contained in:
parent
a51cb33c19
commit
31cf0ff7da
1 changed files with 0 additions and 3 deletions
|
@ -107,9 +107,6 @@ function updateStatus(channel, status) {
|
|||
channel.status = null
|
||||
} else if (status.reason.includes('timed out')) {
|
||||
// nothing
|
||||
} else if (status.reason.includes('403')) {
|
||||
channel.status = 'Geo-blocked'
|
||||
if (config.debug) log.print(` ERR: ${channel.url} (${status.reason})\n`)
|
||||
} else {
|
||||
channel.status = 'Offline'
|
||||
if (config.debug) log.print(` ERR: ${channel.url} (${status.reason})\n`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue