What is the new status attribute? #249
-
I can see that many channels where modified to add the status attribute. In the ca.m3u many channels have been marked with the status value error or blocked, does that mean that the channel was blocked or taken down by a dmca? What makes the bot change the value to these values? I looked in the documentation and the readme but couldn't find anything on that. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 4 replies
-
The status of each stream is updated daily by the iptv-bot. The attribute can have one of the following values:
Links to channels that require removal by rights holders are removed from playlists completely. Also, the id of such channels are added to a separate list: https://github.com/iptv-org/database/blob/master/data/blocklist.csv |
Beta Was this translation helpful? Give feedback.
The status of each stream is updated daily by the iptv-bot.
The attribute can have one of the following values:
online
- stream was successfully loadedblocked
- server returned HTTP code 403 Forbiddentimeout
- request time exceeded 60 secondserror
- stream could not be loaded for some other reasonLinks to channels that require removal by rights holders are removed from playlists completely. Also, the id of such channels are added to a separate list: https://github.com/iptv-org/database/blob/master/data/blocklist.csv