This PR allows IPTV Manager to handle raw M3U8 or XMLTV data next to the JSON-STREAMS or JSON-EPG formats when fetching data from the add-ons. This can be useful when the addon already has a M3U8 playlist or XMLTV file with the data, or when special things need to be added to the m3u or xml directly.
IPTV Manager will only remove the headers, but keep the rest of the data as-is.
This PR allows IPTV Manager to handle raw
M3U8
orXMLTV
data next to theJSON-STREAMS
orJSON-EPG
formats when fetching data from the add-ons. This can be useful when the addon already has aM3U8
playlist orXMLTV
file with the data, or when special things need to be added to the m3u or xml directly.IPTV Manager will only remove the headers, but keep the rest of the data as-is.
TODO: