mirror of https://github.com/Free-TV/IPTV
Compare commits
4 Commits
dd23193022
...
2355f7d21d
| Author | SHA1 | Date |
|---|---|---|
|
|
2355f7d21d | |
|
|
d370d9076e | |
|
|
a1dafe025a | |
|
|
5176eb2db8 |
|
|
@ -140,7 +140,7 @@ Format
|
|||
|
||||
The m3u8 playlist is generated by `make_playlist.py`, using the `.md` files located in `lists`.
|
||||
|
||||
Each .md file represesnts a group. The `<h1>` line is used as the group title.
|
||||
Each .md file represents a group. The `<h1>` line is used as the group title.
|
||||
|
||||
Only channels which URL column starts with `[>]` are included in the playlist.
|
||||
|
||||
|
|
|
|||
|
|
@ -14,3 +14,5 @@ https://en.wikipedia.org/wiki/List_of_television_networks_in_Venezuela
|
|||
| 9 | Chivacoatv Internacional | [x](https://glb.bozztv.com/glb/ssh101/1234chivacoa/index.m3u8) | <img height="20" src="https://i.imgur.com/9rbwZFY.png"/> | Chivacoatv.ve |
|
||||
| 10 | Latina TV | [>](https://streamtv.latinamedios.com:3413/live/latinatvlive.m3u8) | <img height="20" src="https://intervenhosting.net/imagenes/latinatv.jpg"> | LatinaTV.ve |
|
||||
| 11 | inter TV | [>](https://streamtv.intervenhosting.net:3439/hybrid/play.m3u8) | <img height="20" src="https://intervenhosting.net/imagenes/itv.jpg"> | interTV.ve |
|
||||
| 12 | Aguacate TV | [>](https://streamtv.intervenhosting.net:3040/hybrid/play.m3u8) | <img height="20" src="https://intervenhosting.net/imagenes/aguacatetv.jpg"> | AguacateTV.ve |
|
||||
| 13 | AS3 Sport TV | [>](https://streamtv.as3sport.online:3394/hybrid/play.m3u8) | <img height="20" src="https://intervenhosting.net/imagenes/as3sporttv.jpg"> | AS3SportTV.ve |
|
||||
|
|
|
|||
|
|
@ -96,21 +96,21 @@ class Channel: # pylint: disable=too-few-public-methods,too-many-instance-attri
|
|||
"""A single channel entry parsed from a markdown list line."""
|
||||
|
||||
def __init__(self, group, md_line, country_code=""):
|
||||
self.group = group
|
||||
self.group = group.replace('"', '')
|
||||
self.country_code = country_code
|
||||
md_line = md_line.strip()
|
||||
parts = md_line.split("|")
|
||||
self.number = parts[1].strip()
|
||||
self.name = parts[2].strip()
|
||||
self.name = parts[2].strip().replace('"', '')
|
||||
self.url = parts[3].strip()
|
||||
self.url = self.url[self.url.find("(")+1:self.url.rfind(")")]
|
||||
self.logo = parts[4].strip()
|
||||
self.logo = self.logo[self.logo.find('src="')+5:self.logo.rfind('"')]
|
||||
self.logo = self.logo[self.logo.find('src="')+5:self.logo.rfind('"')].replace('"', '')
|
||||
|
||||
self.chno = self.number if self.number and self.number != "0" else None
|
||||
|
||||
if len(parts) > 6:
|
||||
self.epg = parts[5].strip()
|
||||
self.epg = parts[5].strip().replace('"', '')
|
||||
else:
|
||||
self.epg = None
|
||||
|
||||
|
|
|
|||
|
|
@ -3387,6 +3387,10 @@ https://raw.githubusercontent.com/BellezaEmporium/IPTV_Exception/master/channels
|
|||
https://streamtv.latinamedios.com:3413/live/latinatvlive.m3u8
|
||||
#EXTINF:-1 tvg-name="inter TV" tvg-logo="https://intervenhosting.net/imagenes/itv.jpg" tvg-id="interTV.ve" tvg-chno="11" tvg-country="VE" group-title="Venezuela",inter TV
|
||||
https://streamtv.intervenhosting.net:3439/hybrid/play.m3u8
|
||||
#EXTINF:-1 tvg-name="Aguacate TV" tvg-logo="https://intervenhosting.net/imagenes/aguacatetv.jpg" tvg-id="AguacateTV.ve" tvg-chno="12" tvg-country="VE" group-title="Venezuela",Aguacate TV
|
||||
https://streamtv.intervenhosting.net:3040/hybrid/play.m3u8
|
||||
#EXTINF:-1 tvg-name="AS3 Sport TV" tvg-logo="https://intervenhosting.net/imagenes/as3sporttv.jpg" tvg-id="AS3SportTV.ve" tvg-chno="13" tvg-country="VE" group-title="Venezuela",AS3 Sport TV
|
||||
https://streamtv.as3sport.online:3394/hybrid/play.m3u8
|
||||
#EXTINF:-1 tvg-name="Al Jazeera Documentary Ⓖ" tvg-logo="https://upload.wikimedia.org/wikipedia/en/e/e6/Al_Jazeera_Doc.png" tvg-id="AlJazeeraDocumentary.qa" group-title="Documentaries (AR)",Al Jazeera Documentary Ⓖ
|
||||
https://live-hls-web-ajd.getaj.net/AJD/index.m3u8
|
||||
#EXTINF:-1 tvg-name="CGTN Documentary English Ⓢ" tvg-logo="https://i.imgur.com/JHv0WxM.png" tvg-id="CGTNDocumentary.cn" group-title="Documentaries (EN)",CGTN Documentary English Ⓢ
|
||||
|
|
|
|||
|
|
@ -15,3 +15,7 @@ https://raw.githubusercontent.com/BellezaEmporium/IPTV_Exception/master/channels
|
|||
https://streamtv.latinamedios.com:3413/live/latinatvlive.m3u8
|
||||
#EXTINF:-1 tvg-name="inter TV" tvg-logo="https://intervenhosting.net/imagenes/itv.jpg" tvg-id="interTV.ve" tvg-chno="11" tvg-country="VE" group-title="Venezuela",inter TV
|
||||
https://streamtv.intervenhosting.net:3439/hybrid/play.m3u8
|
||||
#EXTINF:-1 tvg-name="Aguacate TV" tvg-logo="https://intervenhosting.net/imagenes/aguacatetv.jpg" tvg-id="AguacateTV.ve" tvg-chno="12" tvg-country="VE" group-title="Venezuela",Aguacate TV
|
||||
https://streamtv.intervenhosting.net:3040/hybrid/play.m3u8
|
||||
#EXTINF:-1 tvg-name="AS3 Sport TV" tvg-logo="https://intervenhosting.net/imagenes/as3sporttv.jpg" tvg-id="AS3SportTV.ve" tvg-chno="13" tvg-country="VE" group-title="Venezuela",AS3 Sport TV
|
||||
https://streamtv.as3sport.online:3394/hybrid/play.m3u8
|
||||
|
|
|
|||
Loading…
Reference in New Issue