Merge branch 'master' into BellezaEmporium-patch-2

This commit is contained in:
Ismaël Moret
2023-04-09 10:29:15 +02:00
committed by GitHub
45 changed files with 878 additions and 157 deletions
+13 -8
View File
@@ -5,7 +5,6 @@ Basic:
- [Do I need a good Internet connection to watch an available stream?](#Do-i-need-a-good-internet-connection-to-watch-an-available-stream) - [Do I need a good Internet connection to watch an available stream?](#Do-i-need-a-good-internet-connection-to-watch-an-available-stream)
- [I have a cable service and I want those channels to be on this IPTV. Is that possible?](#I-have-a-cable-service-and-i-want-those-channels-to-be-on-this-iptv-is-that-possible) - [I have a cable service and I want those channels to be on this IPTV. Is that possible?](#I-have-a-cable-service-and-i-want-those-channels-to-be-on-this-iptv-is-that-possible)
- [Does the playlist have a channel guide?](#Does-the-playlist-have-a-channel-guide) - [Does the playlist have a channel guide?](#Does-the-playlist-have-a-channel-guide)
- [Is it possible to view channels directly from the main website?](#Is-it-possible-to-view-channels-directly-from-the-main-website)
- [Why don't we show NSFW channels in most playlists?](#Why-dont-we-show-nsfw-channels-in-most-playlists) - [Why don't we show NSFW channels in most playlists?](#Why-dont-we-show-nsfw-channels-in-most-playlists)
- [Do I have to pay to use this playlist?](#Do-i-have-to-pay-to-use-this-playlist) - [Do I have to pay to use this playlist?](#Do-i-have-to-pay-to-use-this-playlist)
- [Are you planning to include a VOD of TV shows broadcasted on this playlist?](#Are-you-planning-to-include-a-vod-of-tv-shows-broadcasted-on-this-playlist) - [Are you planning to include a VOD of TV shows broadcasted on this playlist?](#Are-you-planning-to-include-a-vod-of-tv-shows-broadcasted-on-this-playlist)
@@ -18,6 +17,9 @@ Channels:
- [I've created my channel and I want to add it to this playlist. What should I do?](#Ive-created-my-channel-and-i-want-to-add-it-to-this-playlist-what-should-i-do) - [I've created my channel and I want to add it to this playlist. What should I do?](#Ive-created-my-channel-and-i-want-to-add-it-to-this-playlist-what-should-i-do)
- [Is there any way to add my channel other than via this git repository?](#Is-there-any-way-to-add-my-channel-other-than-via-this-git-repository) - [Is there any way to add my channel other than via this git repository?](#Is-there-any-way-to-add-my-channel-other-than-via-this-git-repository)
Website:
- [I've seen this channel on the website/the EPG, though it is not seen in the playlists, why?](#Ive-seen-this-channel-on-the-websitethe-epg-though-it-is-not-seen-in-the-playlists-why)
Technical: Technical:
- [Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"?](#Why-am-i-asked-to-provide-an-adaptive-playlist-like-masterm3u8-playlistm3u8-or-indexm3u8) - [Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"?](#Why-am-i-asked-to-provide-an-adaptive-playlist-like-masterm3u8-playlistm3u8-or-indexm3u8)
- [Why don't we accept Xtream-Codes servers inside our playlists?](#Why-dont-we-accept-xtream-codes-servers-inside-our-playlists) - [Why don't we accept Xtream-Codes servers inside our playlists?](#Why-dont-we-accept-xtream-codes-servers-inside-our-playlists)
@@ -54,13 +56,6 @@ Note: For storage space reasons, the programming guide is only available in gz c
Based on [#1797](https://github.com/iptv-org/iptv/issues/1797), [#2438](https://github.com/iptv-org/iptv/issues/2438), [#4537](https://github.com/iptv-org/iptv/discussions/4537) and [#7043](https://github.com/iptv-org/iptv/discussions/7043). Based on [#1797](https://github.com/iptv-org/iptv/issues/1797), [#2438](https://github.com/iptv-org/iptv/issues/2438), [#4537](https://github.com/iptv-org/iptv/discussions/4537) and [#7043](https://github.com/iptv-org/iptv/discussions/7043).
### Is it possible to view channels directly from the main website?
No. In our website, you will see an extensive list of channels and their respective information, like a global database. In this case, you will only be able to search and review the channels you want. If your favorite channel is legally available as an indexed stream in the IPTV playlist, there's a "Streams" option that will be available on the right side of the channel, so that you can have the link to watch it. Else, you can make an issue to ask for it. Please respect the [contribution guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) before doing so.
Note: You can consult the information of the channels by country, write in the search box as `country:UK` (for UK, per example).
Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https://github.com/iptv-org/iptv/issues/7415), [#7509](https://github.com/iptv-org/iptv/discussions/7509) and [#10242](https://github.com/iptv-org/iptv/discussions/10242).
### Why don't we show NSFW channels in most playlists? ### Why don't we show NSFW channels in most playlists?
NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist.
@@ -128,6 +123,16 @@ No, there is no such option.
Based on [#2392](https://github.com/iptv-org/iptv/issues/2392). Based on [#2392](https://github.com/iptv-org/iptv/issues/2392).
## Website
### I've seen this channel on the website/the EPG, though it is not seen in the playlists, why?
The website is a database of channels that are available worldwide, and the EPG repo scrapes the guides for various channels available on different websites.
Both these different scopes do not represent a list of streams that are available in the playlists, as they're entirely different repositories and serve different purposes.
How to check if the playlist stream is available on the web: In our website, you will see an extensive list of channels and their respective information, when you can also search their name or filter by type (like `country:UK` for UK channels). On the right side of the channel, when the link is indexed in our database, there's a "Streams" option (but you can not play it). If you want add the missing stream, please respect the [contribution guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) before doing so.
Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https://github.com/iptv-org/iptv/issues/7415), [#7509](https://github.com/iptv-org/iptv/discussions/7509), [#10242](https://github.com/iptv-org/iptv/discussions/10242) and [#11927](https://github.com/iptv-org/iptv/discussions/11927).
## Technical ## Technical
### Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"? ### Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"?
An adaptive playlist is a m3u8 file that contains certain informations: the bandwidth, the quality, the type of codec used to read the channel. The player then reads the channel playlist based on your bandwidth and screen (hence the name "adaptive"). This permits you to watch your channel on perfect conditions. An adaptive playlist is a m3u8 file that contains certain informations: the bandwidth, the quality, the type of codec used to read the channel. The player then reads the channel playlist based on your bandwidth and screen (hence the name "adaptive"). This permits you to watch your channel on perfect conditions.
+1 -1
View File
@@ -48,7 +48,7 @@ async function findStreams() {
stream.set('url', { url: item.url }) stream.set('url', { url: item.url })
stream.set('http_referrer', { http_referrer: item.http.referrer }) stream.set('http_referrer', { http_referrer: item.http.referrer })
stream.set('user_agent', { user_agent: item.http['user-agent'] }) stream.set('user_agent', { user_agent: item.http['user-agent'] })
stream.set('status', { status: cached.status }) stream.set('status', { status: cached.status || 'online' })
stream.set('width', { width: cached.width }) stream.set('width', { width: cached.width })
stream.set('height', { height: cached.height }) stream.set('height', { height: cached.height })
stream.set('bitrate', { bitrate: cached.bitrate }) stream.set('bitrate', { bitrate: cached.bitrate })
+2
View File
@@ -135,6 +135,8 @@ https://svs.itworkscdn.net/smc1live/smc1.smil/playlist.m3u8
https://stream.skynewsarabia.com/hls/sna.m3u8 https://stream.skynewsarabia.com/hls/sna.m3u8
#EXTINF:-1 tvg-id="SkyNewsArabiaVertical.ae" status="online",Sky News Arabia (Portrait) (1280p) [Not 24/7] #EXTINF:-1 tvg-id="SkyNewsArabiaVertical.ae" status="online",Sky News Arabia (Portrait) (1280p) [Not 24/7]
https://stream.skynewsarabia.com/vertical/vertical.m3u8 https://stream.skynewsarabia.com/vertical/vertical.m3u8
#EXTINF:-1 tvg-id="SkyNewsArabia.ae" status="online",Sky News Arabia (1080p) [Not 24/7]
https://ythls.onrender.com/channel/UCIJXOvggjKtCagMfxvcCzAA.m3u8
#EXTINF:-1 tvg-id="Wanasah.ae" status="online",Wanasah (1080p) #EXTINF:-1 tvg-id="Wanasah.ae" status="online",Wanasah (1080p)
https://shls-wanasah-prod-dub.shahid.net/out/v1/c84ef3128e564b74a6a796e8b6287de6/index.m3u8 https://shls-wanasah-prod-dub.shahid.net/out/v1/c84ef3128e564b74a6a796e8b6287de6/index.m3u8
#EXTINF:-1 tvg-id="WeyyakAction.ae" status="online",Weyyak Action (1080p) #EXTINF:-1 tvg-id="WeyyakAction.ae" status="online",Weyyak Action (1080p)
-18
View File
@@ -1,10 +1,6 @@
#EXTM3U #EXTM3U
#EXTINF:-1 tvg-id="AlbUKTV.uk" status="online",AlbUK TV (1080p) [Not 24/7]
http://albuk.dyndns.tv:1935/albuk/albuk.stream/playlist.m3u8
#EXTINF:-1 tvg-id="AlpoTV.al" status="online",ALPO (720p) [Not 24/7] #EXTINF:-1 tvg-id="AlpoTV.al" status="online",ALPO (720p) [Not 24/7]
https://5d00db0e0fcd5.streamlock.net/7236/7236/playlist.m3u8 https://5d00db0e0fcd5.streamlock.net/7236/7236/playlist.m3u8
#EXTINF:-1 tvg-id="KlanPlus.al" status="timeout",Klan Plus
http://93.157.62.180/KlanPlus/index.m3u8
#EXTINF:-1 tvg-id="News24.al" status="online",News 24 (392p) [Not 24/7] #EXTINF:-1 tvg-id="News24.al" status="online",News 24 (392p) [Not 24/7]
http://tv.balkanweb.com/news24/livestream/playlist.m3u8 http://tv.balkanweb.com/news24/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="News24.al" status="online",News 24 Albania #EXTINF:-1 tvg-id="News24.al" status="online",News 24 Albania
@@ -13,30 +9,16 @@ http://tv.balkanweb.com:8081/news24/livestream/playlist.m3u8
https://live1.mediadesk.al/oranews.m3u8 https://live1.mediadesk.al/oranews.m3u8
#EXTINF:-1 tvg-id="ReportTV.al" status="online",Report TV #EXTINF:-1 tvg-id="ReportTV.al" status="online",Report TV
https://deb10stream.duckdns.org/hls/stream.m3u8 https://deb10stream.duckdns.org/hls/stream.m3u8
#EXTINF:-1 tvg-id="SyriTV.ch" status="online",Syri TV (720p) [Not 24/7]
http://live.syri.tv:6969/live/syriblue/hd/23.ts
#EXTINF:-1 tvg-id="TopNews.al" status="error",Top News
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/dy4TXNUDSdWyS39
#EXTINF:-1 tvg-id="TV7Albania.al" status="online",TV 7 Albania (540p) [Not 24/7] #EXTINF:-1 tvg-id="TV7Albania.al" status="online",TV 7 Albania (540p) [Not 24/7]
http://media.az-mediaserver.com:1935/7064/7064/playlist.m3u8 http://media.az-mediaserver.com:1935/7064/7064/playlist.m3u8
#EXTINF:-1 tvg-id="TV7Albania.al" status="online",7 HD (540p) [Not 24/7] #EXTINF:-1 tvg-id="TV7Albania.al" status="online",7 HD (540p) [Not 24/7]
https://5d00db0e0fcd5.streamlock.net/7064/7064/playlist.m3u8 https://5d00db0e0fcd5.streamlock.net/7064/7064/playlist.m3u8
#EXTINF:-1 tvg-id="TVApollon.al" status="online",TV Apollon (720p) #EXTINF:-1 tvg-id="TVApollon.al" status="online",TV Apollon (720p)
https://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2 https://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2
#EXTINF:-1 tvg-id="TVOpoja.xk" status="error",TV Opoja (720p) [Not 24/7]
http://ip.opoja.tv:1935/tvopoja/tvopoja/playlist.m3u8
#EXTINF:-1 tvg-id="ABCNewsAlbania.al" status="online",ABC News (720p) [Not 24/7] #EXTINF:-1 tvg-id="ABCNewsAlbania.al" status="online",ABC News (720p) [Not 24/7]
https://tv2.abcnews.al/live/abcnews/playlist.m3u8 https://tv2.abcnews.al/live/abcnews/playlist.m3u8
#EXTINF:-1 tvg-id="AlbdreamsTV.us" status="online",AlbDreams TV (720p)
http://live.albavision.net:1123/live/albdreams.m3u8
#EXTINF:-1 tvg-id="AlbKanaleMusicTV.al" status="online",AlbKanale Music TV #EXTINF:-1 tvg-id="AlbKanaleMusicTV.al" status="online",AlbKanale Music TV
https://albportal.net/albkanalemusic.m3u8 https://albportal.net/albkanalemusic.m3u8
#EXTINF:-1 tvg-id="ATDTV.us" status="online",ATD (1080p)
http://46.99.146.236/0.m3u8
#EXTINF:-1 tvg-id="TVArberia4Muzike.xk" status="online",RTV Arberia Musik
http://rtvarberia4.flashmediacast.com:1935/RtvArberia4/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="TopEstradaTV.mk" status="online",TopEstrada TV
http://live.topestrada.com/live/topestrada/playlist.m3u8
#EXTINF:-1 tvg-id="A2CNN.al",A2 CNN (720p) #EXTINF:-1 tvg-id="A2CNN.al",A2 CNN (720p)
https://tv.a2news.com/live/smil:a2cnnweb.stream.smil/playlist.m3u8 https://tv.a2news.com/live/smil:a2cnnweb.stream.smil/playlist.m3u8
#EXTINF:-1 tvg-id="OraTV.al",Ora TV (720p) #EXTINF:-1 tvg-id="OraTV.al",Ora TV (720p)
+18 -4
View File
@@ -1,6 +1,4 @@
#EXTM3U #EXTM3U
#EXTINF:-1 tvg-id="Eurochannel.uk" status="online",Eurochannel
https://mfe01.tring.al/delta/106/out/u/1120_3.m3u8
#EXTINF:-1 tvg-id="TringClassic.al" status="online",Tring Classic #EXTINF:-1 tvg-id="TringClassic.al" status="online",Tring Classic
https://mfe01.tring.al/delta/106/out/u/1114_3.m3u8 https://mfe01.tring.al/delta/106/out/u/1114_3.m3u8
#EXTINF:-1 tvg-id="TringCollection.al" status="error",Tring Collection #EXTINF:-1 tvg-id="TringCollection.al" status="error",Tring Collection
@@ -21,7 +19,23 @@ https://mfe01.tring.al/delta/105/out/u/622_13.m3u8
https://mfe01.tring.al/delta/106/out/u/284_1.m3u8 https://mfe01.tring.al/delta/106/out/u/284_1.m3u8
#EXTINF:-1 tvg-id="ZjarrTV.al" status="error",Zjarr TV (alt) #EXTINF:-1 tvg-id="ZjarrTV.al" status="error",Zjarr TV (alt)
https://mfe01.tring.al/delta/106/out/u/285_1.m3u8 https://mfe01.tring.al/delta/106/out/u/285_1.m3u8
#EXTINF:-1 tvg-id="" status="online",Bubble TV #EXTINF:-1 tvg-id="BubbleTV.al" status="online",Bubble TV
https://mfe01.tring.al/delta/106/out/u/1118_3.m3u8 https://mfe01.tring.al/delta/106/out/u/1118_3.m3u8
#EXTINF:-1 tvg-id="" status="online",Tëvë1 #EXTINF:-1 tvg-id="Teve1.xk" status="online",Tëvë1
https://mfe01.tring.al/delta/105/out/u/694_1.m3u8 https://mfe01.tring.al/delta/105/out/u/694_1.m3u8
#EXTINF:-1 tvg-id="3Plus.al",3 Plus (1080p)
https://mfe01.tring.al/delta/106/out/u/896_3.m3u8
#EXTINF:-1 tvg-id="TringSuper.al",Tring Super (1080p)
https://mfe01.tring.al/delta/106/out/u/890_1.m3u8
#EXTINF:-1 tvg-id="TringNovelas.al",Tring Novelas (720p)
https://mfe01.tring.al/delta/106/out/u/1126_3.m3u8
#EXTINF:-1 tvg-id="TringTring.al",Tring Tring (1080p)
https://mfe01.tring.al/delta/106/out/u/898_3.m3u8
#EXTINF:-1 tvg-id="LivingHD.al",Living HD (720p)
https://mfe01.tring.al/delta/106/out/u/894_1.m3u8
#EXTINF:-1 tvg-id="Kanali7.al",Kanali 7 (576p)
https://mfe01.tring.al/delta/105/out/u/581_1.m3u8
#EXTINF:-1 tvg-id="ABCNewsAlbania",ABC News Albania (720p)
https://mfe01.tring.al/delta/105/out/u/650_1.m3u8
#EXTINF:-1 tvg-id="RTSH1.al",RTSH 1 (540p)
https://mfe01.tring.al/delta/105/out/u/643_1.m3u8
+2 -2
View File
@@ -62,8 +62,8 @@ http://ott-cdn.ucom.am/s13/index.m3u8
#EXTINF:-1 tvg-id="YerkirMediaTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Երկիր Մեդիա (480p) #EXTINF:-1 tvg-id="YerkirMediaTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Երկիր Մեդիա (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s7/index.m3u8 http://ott-cdn.ucom.am/s7/index.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",5-րդ ալիք (480p) #EXTINF:-1 tvg-id="5TVArmenia.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",5-րդ ալիք (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s6/index.m3u8 http://ott-cdn.ucom.am/s6/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Առաջին ալիք (1080p) #EXTINF:-1 tvg-id="Armenia1.am" status="online",Առաջին ալիք (1080p)
https://amtv1.livestreamingcdn.com/am2abr/index.m3u8 https://amtv1.livestreamingcdn.com/am2abr/index.m3u8
+85 -9
View File
@@ -396,21 +396,97 @@ https://5f700d5b2c46f.streamlock.net/vertv/vertv/playlist.m3u8
http://srv1.zcast.com.ar/x24hd/x24hd/playlist.m3u8 http://srv1.zcast.com.ar/x24hd/x24hd/playlist.m3u8
#EXTINF:-1 tvg-id="ZondaTV.ar" status="blocked",Zonda TV [Geo-blocked] #EXTINF:-1 tvg-id="ZondaTV.ar" status="blocked",Zonda TV [Geo-blocked]
https://cnnsanjuan.com:9999/zonda/zonda/playlist.m3u8 https://cnnsanjuan.com:9999/zonda/zonda/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",AstroNet (360p) #EXTINF:-1 tvg-id="AstroNet.ar" status="online",AstroNet (360p)
https://stmv1.cnarlatam.com/astronet/astronet/playlist.m3u8 https://stmv1.cnarlatam.com/astronet/astronet/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Aventuras TV (360p) #EXTINF:-1 tvg-id="AventurasTV.ar" status="online",Aventuras TV (360p)
https://stmv1.cnarlatam.com/mundotv/mundotv/playlist.m3u8 https://stmv1.cnarlatam.com/mundotv/mundotv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Canal 79 La Costa (240p) #EXTINF:-1 tvg-id="Canal79LaCosta.ar" status="online",Canal 79 La Costa (240p)
https://streamconex.com:1936/lacosta/lacosta/playlist.m3u8 https://streamconex.com:1936/lacosta/lacosta/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Canal 79 Puan (240p) #EXTINF:-1 tvg-id="Canal79Puan.ar" status="online",Canal 79 Puan (240p)
https://streamconex.com:1936/puan/puan/playlist.m3u8 https://streamconex.com:1936/puan/puan/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Canal 79 Villa Maza (240p) #EXTINF:-1 tvg-id="Canal79VillaMaza.ar" status="online",Canal 79 Villa Maza (240p)
https://streamconex.com:1936/villamaza/villamaza/playlist.m3u8 https://streamconex.com:1936/villamaza/villamaza/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Canal Showsport [Not 24/7] #EXTINF:-1 tvg-id="CanalShowsport.ar" status="error",Canal Showsport [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/canalshowsport http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/canalshowsport
#EXTINF:-1 tvg-id="" status="online",Te Lo Cuento (360p) #EXTINF:-1 tvg-id="TeloCuentoyQue.ar" status="online",Te Lo Cuento (360p)
https://stmv1.cnarlatam.com/telocuento/telocuento/playlist.m3u8 https://stmv1.cnarlatam.com/telocuento/telocuento/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",TechScience 365 (360p) #EXTINF:-1 tvg-id="TechScience365.ar" status="online",TechScience 365 (360p)
https://stmv1.cnarlatam.com/techscience365/techscience365/playlist.m3u8 https://stmv1.cnarlatam.com/techscience365/techscience365/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Xtrema Animal (360p) #EXTINF:-1 tvg-id="XtremaAnimal.ar" status="online",Xtrema Animal (360p)
https://stmv1.cnarlatam.com/xtremaanimal/xtremaanimal/playlist.m3u8 https://stmv1.cnarlatam.com/xtremaanimal/xtremaanimal/playlist.m3u8
#EXTINF:-1 tvg-id="Canal9SantaCruz.ar",Canal 9 Santa Cruz (1080p)
https://videostream.shockmedia.com.ar:19360/canal9santacruz/canal9santacruz.m3u8
#EXTINF:-1 tvg-id="CatamarcaTV.ar",Catamarca TV (720p)
https://stream.arcast.com.ar/canal7catamarca/ngrp:canal7catamarca_all/playlist.m3u8?DVR
#EXTINF:-1 tvg-id="Aunar.ar",Aunar (720p)
https://538d0bde28ccf.streamlock.net/live-cont.ar/mirador/.m3u8
#EXTINF:-1 tvg-id="XtremaCartoons.ar",Xtrema Cartoons (360p)
https://stmv1.cnarlatam.com/cineinfantil/cineinfantil/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaRetroCartoons.ar",Xtrema Retro Cartoons (360p)
https://stmv1.cnarlatam.com/retroinfantil/retroinfantil/playlist.m3u8
#EXTINF:-1 tvg-id="SuperKaosTV.ar",Super Kaos TV (360p)
https://stmv1.cnarlatam.com/novakidstv/novakidstv/playlist.m3u8
#EXTINF:-1 tvg-id="CnArNoticias.ar",CnAr Noticias (360p)
https://stmv1.cnarlatam.com/cnarnoticias/cnarnoticias/playlist.m3u8
#EXTINF:-1 tvg-id="CnArDeportes.ar",CnAr Deportes (1440p)
https://stmv1.cnarlatam.com/cnardeportes2/cnardeportes2/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaAccion.ar",Xtrema Cine Acción (268p)
https://stmv1.cnarlatam.com/cineaccion/cineaccion/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaSuspenso.ar",Xtrema Cine Suspenso (360p)
https://stmv1.cnarlatam.com/cinesuspenso/cinesuspenso/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaTerror.ar",Xtrema Cine Terror (270p)
https://stmv1.cnarlatam.com/cineterror/cineterror/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaFamily.ar",Xtrema Cine Family (274p)
https://stmv1.cnarlatam.com/cinefamiliy/cinefamiliy/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaComedy.ar",Xtrema Cine Comedy (344p)
https://stmv1.cnarlatam.com/cinecomedia/cinecomedia/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaHindi.ar",Xtrema Cine Hindi (272p)
https://stmv1.cnarlatam.com/cinehindi/cinehindi/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaAsia.ar",Xtrema Cine Asia (268p)
https://stmv1.cnarlatam.com/cineasia/cineasia/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaEuropa.ar",Xtrema Cine Europa (360p)
https://stmv1.cnarlatam.com/cineuropa/cineuropa/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaDrama.ar",Xtrema Cine Drama (360p)
https://stmv1.cnarlatam.com/cinedrama/cinedrama/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaLatina.ar",Xtrema Cine Latino (360p)
https://stmv1.cnarlatam.com/cinelatino/cinelatino/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaSeries.ar",Xtrema Series (360p)
https://stmv1.cnarlatam.com/xtremaseries/xtremaseries/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaRetroSeries.ar",Xtrema Retro Series (360p)
https://stmv1.cnarlatam.com/xtremaretroseries/xtremaretroseries/playlist.m3u8
#EXTINF:-1 tvg-id="XtremaAnime.ar",Xtrema Anime (360p)
https://stmv1.cnarlatam.com/xtremaanime/xtremaanime/playlist.m3u8
#EXTINF:-1 tvg-id="",Cadena Cover's Clásicos (360p)
https://bamus-spa-roku.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="",Dance TV (360p)
https://stmv1.cnarlatam.com/danncetv/danncetv/playlist.m3u8
#EXTINF:-1 tvg-id="",Super Classics TV (360p)
https://stmv1.cnarlatam.com/megaclassics/megaclassics/playlist.m3u8
#EXTINF:-1 tvg-id="",Más Música TV (360p)
https://stmv1.cnarlatam.com/televideo/televideo/playlist.m3u8
#EXTINF:-1 tvg-id="",Global TV (1080p)
https://stmv.video.gmpro.top/global/global/playlist.m3u8
#EXTINF:-1 tvg-id="",Radio Yguazú TV (480p)
https://live.enhdtv.com:8081/radioiguazutv/index.m3u8
#EXTINF:-1 tvg-id="",Línea Directa Radio (360p)
https://stmv1.cnarlatam.com/lineadirectaradio/lineadirectaradio/playlist.m3u8
#EXTINF:-1 tvg-id="",Azahares Radio Multimedia (720p)
https://streamyes.alsolnet.com/azaharesfm/live/playlist.m3u8
#EXTINF:-1 tvg-id="AVCHD.ar",AVC HD (720p)
https://ssh101.bozztv.com/ssh101/streamavc/playlist.m3u8
#EXTINF:-1 tvg-id="Canal10MardelPlata.ar",Canal 10 Mar del Plata (720p)
https://g5.mc-slo.transport.edge-access.net/a15/ngrp:canal10mdq-100044_all/Playlist.m3u8?sense=true
#EXTINF:-1 tvg-id="Canal5SantaFe.ar",Canal 5 Santa Fe (240p)
https://stream.arcast.com.ar/c5sf/c5sf/playlist.m3u8
#EXTINF:-1 tvg-id="EcoTV.ar",Eco TV (720p)
https://stream.arcast.com.ar/ecotv/ngrp:ecotv_all/playlist.m3u8
#EXTINF:-1 tvg-id="",Magic Kids (486p)
https://magicstream.ddns.net:443/magicstream/stream.m3u8
#EXTINF:-1 tvg-id="QuatroTV.ar",Quatro TV (540p)
https://stream.arcast.live/quatro/quatro/playlist.m3u8
#EXTINF:-1 tvg-id="RBDRadioMultimedia.ar",RBD Radio Multimedia (720p)
https://videostream.shockmedia.com.ar:19360/rbdradio/rbdradio.m3u8
#EXTINF:-1 tvg-id="TVMAXCBA.ar",TVMAXCBA (720p)
https://panel.dattalive.com/8976/8976/playlist.m3u8
#EXTINF:-1 tvg-id="TN.ar",TN Todo Noticias (1080p)
https://live-01-01-tn.vodgc.net/TN24/index.m3u8
+3 -3
View File
@@ -33,11 +33,11 @@ https://racingvic-i.akamaized.net/hls/live/598695/racingvic/index1500.m3u8
https://dai.google.com/linear/hls/event/nPy2IRtvQTWudFfYwdBgsg/master.m3u8 https://dai.google.com/linear/hls/event/nPy2IRtvQTWudFfYwdBgsg/master.m3u8
#EXTINF:-1 tvg-id="TVSN.au" status="online",TVSN (1080p) #EXTINF:-1 tvg-id="TVSN.au" status="online",TVSN (1080p)
https://tvsnhlslivetest.akamaized.net/hls/live/2034711/TVSN-MSL4/master.m3u8 https://tvsnhlslivetest.akamaized.net/hls/live/2034711/TVSN-MSL4/master.m3u8
#EXTINF:-1 tvg-id="" status="online",ABC News (720p) #EXTINF:-1 tvg-id="ABCNewsAustralia.au" status="online",ABC News (720p)
https://abc-iview-mediapackagestreams-2.akamaized.net/out/v1/6e1cc6d25ec0480ea099a5399d73bc4b/index.m3u8 https://abc-iview-mediapackagestreams-2.akamaized.net/out/v1/6e1cc6d25ec0480ea099a5399d73bc4b/index.m3u8
#EXTINF:-1 tvg-id="" status="online",ABC News (720p) [Geo-blocked] #EXTINF:-1 tvg-id="ABCNewsAustralia.au" status="online",ABC News (720p) [Geo-blocked]
https://c.mjh.nz/101002210220 https://c.mjh.nz/101002210220
#EXTINF:-1 tvg-id="" status="online",Aus Tamil (720p) [Not 24/7] #EXTINF:-1 tvg-id="AUSTamilTV.au" status="online",Aus Tamil (720p) [Not 24/7]
https://bk7l2pn7dx53-hls-live.5centscdn.com/austamil/fe01ce2a7fbac8fafaed7c982a04e229.sdp/playlist.m3u8 https://bk7l2pn7dx53-hls-live.5centscdn.com/austamil/fe01ce2a7fbac8fafaed7c982a04e229.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Race Central TV (720p) #EXTINF:-1 tvg-id="" status="timeout",Race Central TV (720p)
https://nrpus.bozztv.com/36bay2/gusa-racecentral/index.m3u8 https://nrpus.bozztv.com/36bay2/gusa-racecentral/index.m3u8
+26
View File
@@ -17,3 +17,29 @@ http://85.132.53.162:1935/live/eltv/playlist.m3u8
http://109.205.166.68/server124/idman_az/index.m3u8 http://109.205.166.68/server124/idman_az/index.m3u8
#EXTINF:-1 tvg-id="KepezTV.az" status="online",Kəpəz TV (540p) [Not 24/7] #EXTINF:-1 tvg-id="KepezTV.az" status="online",Kəpəz TV (540p) [Not 24/7]
http://85.132.81.184:8080/arbkepez/live/index.m3u8 http://85.132.81.184:8080/arbkepez/live/index.m3u8
#EXTINF:-1 tvg-id="ARB.az",ARB (1080p)
http://85.132.81.184:8080/arb/live/index.m3u8
#EXTINF:-1 tvg-id="CBC.az",CBC (720p)
http://cbctvlive.flashmediacast.com:1935/CBCTVLive/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="AzTV.az",Az TV (1080p)
https://str.yodacdn.net/aztv/index.m3u8
#EXTINF:-1 tvg-id="MedeniyyetTV.az",Medeniyyet TV (406p)
https://str.yodacdn.net/medeniyyet/index.m3u8
#EXTINF:-1 tvg-id="MuganTV.az",Mugan TV (1080p) [Not 24/7]
https://cdn10-mugantv.yayin.com.tr/mugantv/mugantv/playlist.m3u8
#EXTINF:-1 tvg-id="QafqazTV.az",Qafqaz TV [Geo-blocked]
https://str1.yodacdn.net/qafkaz/playlist.m3u8
#EXTINF:-1 tvg-id="RealTV.az",Real TV [Geo-blocked]
https://str.yodacdn.net/real/playlist.m3u8
#EXTINF:-1 tvg-id="IctimaiTV.az",Ictimai TV
http://109.205.166.68/server124/ictimai_tv/index.m3u8
#EXTINF:-1 tvg-id="",Kanal Turan (576p)
https://donvolga.com/Turan-TV/index.m3u8
#EXTINF:-1 tvg-id="",Baku TV (720p)
https://rtmp.baku.tv/live/bakutv_720p.m3u8
#EXTINF:-1 tvg-id="",AZ News (720p)
https://edge1.socialsmart.tv/aznews/smil/aznews/720p/chunks.m3u8
#EXTINF:-1 tvg-id="",AZ News (720p)
https://swow1.socialsmart.tv/aznews/smil:aznews.smil/playlist.m3u8
#EXTINF:-1 tvg-id="",APA TV (720p)
http://rtmp.apa.tv/@pagroup!23.m3u8
+4 -4
View File
@@ -57,13 +57,13 @@ https://614013e273786.streamlock.net/TvUniversitaria/TvUniversitaria/playlist.m3
https://solo.disfrutaenlared.com:1936/tuch/ngrp:tuch_all/playlist.m3u8 https://solo.disfrutaenlared.com:1936/tuch/ngrp:tuch_all/playlist.m3u8
#EXTINF:-1 tvg-id="XTOTV.bo" status="online",XTOTV (404p) [Not 24/7] #EXTINF:-1 tvg-id="XTOTV.bo" status="online",XTOTV (404p) [Not 24/7]
http://www.channel.tevemi.com:1935/XtoTv/XtoTv/playlist.m3u8 http://www.channel.tevemi.com:1935/XtoTv/XtoTv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",SEO TV (1080p) #EXTINF:-1 tvg-id="SEOTV1FHD.bo" status="online",SEO TV (1080p)
https://live.seo.tv.bo/live/1SEO.m3u8 https://live.seo.tv.bo/live/1SEO.m3u8
#EXTINF:-1 tvg-id="" status="online",SEO TV Kids (1080p) #EXTINF:-1 tvg-id="SEOTV2Kids.bo" status="online",SEO TV Kids (1080p)
https://live.seo.tv.bo/live/2SEO.m3u8 https://live.seo.tv.bo/live/2SEO.m3u8
#EXTINF:-1 tvg-id="" status="online",SEO TV Novelas (1080p) #EXTINF:-1 tvg-id="SEOTV3Novelas.bo" status="online",SEO TV Novelas (1080p)
https://live.seo.tv.bo/live/3SEO.m3u8 https://live.seo.tv.bo/live/3SEO.m3u8
#EXTINF:-1 tvg-id="" status="online",SEO TV Películas (1080p) #EXTINF:-1 tvg-id="SEOTV4Peliculas.bo" status="online",SEO TV Películas (1080p)
https://live.seo.tv.bo/live/4SEO.m3u8 https://live.seo.tv.bo/live/4SEO.m3u8
#EXTINF:-1 tvg-id="" status="online",UPP TV (480p) [Not 24/7] #EXTINF:-1 tvg-id="" status="online",UPP TV (480p) [Not 24/7]
https://d2byzrnrdb259r.cloudfront.net/hls/upptv.m3u8 https://d2byzrnrdb259r.cloudfront.net/hls/upptv.m3u8
+1 -1
View File
@@ -589,5 +589,5 @@ http://stream.foratedio.com/foratedio/foratedio/playlist.m3u8
https://w2.manasat.com/kcine/smil:kcine.smil/playlist.m3u8 https://w2.manasat.com/kcine/smil:kcine.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Kuriakos Kids (1080p) #EXTINF:-1 tvg-id="" status="online",Kuriakos Kids (1080p)
https://w2.manasat.com/kkids/smil:kkids.smil/playlist.m3u8 https://w2.manasat.com/kkids/smil:kkids.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",TVCOM DF (360p) #EXTINF:-1 tvg-id="TVComunitaria.br" status="online",TVCOM DF (360p)
https://5b7f3c45ab7c2.streamlock.net/8008/smil:8008.smil/playlist.m3u8?DVR= https://5b7f3c45ab7c2.streamlock.net/8008/smil:8008.smil/playlist.m3u8?DVR=
+2 -2
View File
@@ -21,7 +21,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f36f2346
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1212ad1728050007a523b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1212ad1728050007a523b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVVidaRealBrazil.br" status="online",Pluto TV Vida Real (720p) #EXTINF:-1 tvg-id="PlutoTVVidaRealBrazil.br" status="online",Pluto TV Vida Real (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32d4d9ec194100070c7449/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32d4d9ec194100070c7449/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="" status="online",Pluto TV Investigação (720p) #EXTINF:-1 tvg-id="PlutoTVInvestigacaoBrazil.br" status="online",Pluto TV Investigação (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32cf37c9ff2b00082adbc8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32cf37c9ff2b00082adbc8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV (Brazil) (720p) #EXTINF:-1 tvg-id="MTVBrazil.br" status="online",Pluto TV MTV (Brazil) (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1212fb81e85c00077ae9ef/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1212fb81e85c00077ae9ef/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
+1 -1
View File
@@ -7,5 +7,5 @@ https://tastemade-pt16intl-samsungbrazil.amagi.tv/playlist.m3u8
https://bloomberg-bloomberg-3-br.samsung.wurl.com/manifest/playlist.m3u8 https://bloomberg-bloomberg-3-br.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Fuel TV (720p) #EXTINF:-1 tvg-id="" status="online",Fuel TV (720p)
https://fueltv-fueltv-9-br.samsung.wurl.com/manifest/playlist.m3u8 https://fueltv-fueltv-9-br.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",MyTime movie network Brazil (720p) #EXTINF:-1 tvg-id="MyTimeMovieNetworkBrazil.br" status="online",MyTime Movie Network Brazil (720p)
https://appletree-mytime-samsungbrazil.amagi.tv/playlist.m3u8 https://appletree-mytime-samsungbrazil.amagi.tv/playlist.m3u8
+5 -5
View File
@@ -19,13 +19,13 @@ http://95.46.208.8:26259/nashe
https://stream.dc.beltelecom.by/ont/ont/playlist.m3u8 https://stream.dc.beltelecom.by/ont/ont/playlist.m3u8
#EXTINF:-1 tvg-id="Vitebsk.by" status="online",Витебск (720p) [Not 24/7] #EXTINF:-1 tvg-id="Vitebsk.by" status="online",Витебск (720p) [Not 24/7]
https://flu.vtv.by/tvt-non-by/playlist.m3u8 https://flu.vtv.by/tvt-non-by/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",8 канал (Витебск) (576p) [Not 24/7] #EXTINF:-1 tvg-id="Channel8Belarus.by" status="timeout",8 канал (Витебск) (576p) [Not 24/7]
http://95.46.208.8:24433/art http://95.46.208.8:24433/art
#EXTINF:-1 tvg-id="" status="timeout",Первый Музыкальный Канал 4K (2160p) #EXTINF:-1 tvg-id="FirstMusicChannel.by" status="timeout",Первый Музыкальный Канал 4K (2160p)
http://rtmp.one.by:1499 http://rtmp.one.by:1499
#EXTINF:-1 tvg-id="" status="online",Первый Музыкальный Канал HD (720p) #EXTINF:-1 tvg-id="FirstMusicChannel.by" status="online",Первый Музыкальный Канал HD (720p)
http://hz1.teleport.cc/HLS/HD.m3u8 http://hz1.teleport.cc/HLS/HD.m3u8
#EXTINF:-1 tvg-id="" status="online",Первый Музыкальный Канал HD (1080p) #EXTINF:-1 tvg-id="FirstMusicChannel.by" status="online",Первый Музыкальный Канал HD (1080p)
http://rtmp.one.by:1300 http://rtmp.one.by:1300
#EXTINF:-1 tvg-id="" status="online",Первый Музыкальный Канал Россия HD (1080p) #EXTINF:-1 tvg-id="FirstMusicChannelRussia.by" status="online",Первый Музыкальный Канал Россия HD (1080p)
http://rtmp.one.by:2300 http://rtmp.one.by:2300
+1 -1
View File
@@ -107,7 +107,7 @@ http://dee7mwgg9dzvl.cloudfront.net/hls/uvagut/playlist.m3u8
https://uni6rtmp.tulix.tv/vbstv/vbsabr.smil/playlist.m3u8 https://uni6rtmp.tulix.tv/vbstv/vbsabr.smil/playlist.m3u8
#EXTINF:-1 tvg-id="WCGtv.ca" status="online",WCGtv Public (720p) #EXTINF:-1 tvg-id="WCGtv.ca" status="online",WCGtv Public (720p)
https://wowzastream.westmancom.com/wcgtvlive/wcgtvPSA.stream/master.m3u8 https://wowzastream.westmancom.com/wcgtvlive/wcgtvPSA.stream/master.m3u8
#EXTINF:-1 tvg-id="" status="blocked",Knowledge (720p) [Geo-blocked] #EXTINF:-1 tvg-id="KnowledgeNetwork.ca" status="blocked",Knowledge (720p) [Geo-blocked]
http://knstream1.azureedge.net/knlive/knlive_high.m3u8 http://knstream1.azureedge.net/knlive/knlive_high.m3u8
#EXTINF:-1 tvg-id="" status="online",WATAN-E-MAA #EXTINF:-1 tvg-id="" status="online",WATAN-E-MAA
https://5caf24a595d94.streamlock.net:1937/8132/8132/playlist.m3u8 https://5caf24a595d94.streamlock.net:1937/8132/8132/playlist.m3u8
+2 -2
View File
@@ -13,7 +13,7 @@ https://kidoodletv-kdtv-1-ca.samsung.wurl.tv/playlist.m3u8
https://mhz-samsung-linear-ca.samsung.wurl.tv/playlist.m3u8 https://mhz-samsung-linear-ca.samsung.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Baywatch #EXTINF:-1 tvg-id="" status="online",Baywatch
https://d22ljxpuae2sin.cloudfront.net/playlist.m3u8 https://d22ljxpuae2sin.cloudfront.net/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Bein Sport Xtra #EXTINF:-1 tvg-id="beINSportsCanada.ca" status="online",Bein Sport Xtra
https://bein-xtra-samsung-canada.amagi.tv/playlist.m3u8 https://bein-xtra-samsung-canada.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",DryBar Comedy #EXTINF:-1 tvg-id="" status="online",DryBar Comedy
https://drybar-drybarcomedy-1-ca.samsung.wurl.tv/playlist.m3u8 https://drybar-drybarcomedy-1-ca.samsung.wurl.tv/playlist.m3u8
@@ -37,7 +37,7 @@ https://thedesignnetwork-tdn-6-ca.samsung.wurl.tv/playlist.m3u8
https://littonjackhannah-samsungca.amagi.tv/playlist.m3u8 https://littonjackhannah-samsungca.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",The Pet Collective #EXTINF:-1 tvg-id="" status="online",The Pet Collective
https://the-pet-collective-international-ca.samsung.wurl.tv/playlist.m3u8 https://the-pet-collective-international-ca.samsung.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Weatherspy (720p) #EXTINF:-1 tvg-id="WeatherSpyCanada.ca" status="online",Weatherspy (720p)
https://jukin-weatherspy-2-ca.samsung.wurl.com/manifest/playlist.m3u8 https://jukin-weatherspy-2-ca.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",World Poker Tour #EXTINF:-1 tvg-id="" status="online",World Poker Tour
https://world-poker-tour-samsung-ca.samsung.wurl.tv/playlist.m3u8 https://world-poker-tour-samsung-ca.samsung.wurl.tv/playlist.m3u8
+1 -1
View File
@@ -19,5 +19,5 @@ https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f7722
https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/190/master.m3u8 https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/190/master.m3u8
#EXTINF:-1 tvg-id="StingrayUrbanBeat.ca" status="online",Stingray Urban Beat (1080p) #EXTINF:-1 tvg-id="StingrayUrbanBeat.ca" status="online",Stingray Urban Beat (1080p)
https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/133/master.m3u8 https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/133/master.m3u8
#EXTINF:-1 tvg-id="" status="online",Stingray Everything 80s (1080p) #EXTINF:-1 tvg-id="StingrayEverything80s.ca" status="online",Stingray Everything 80s (1080p)
https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/128/master.m3u8 https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/128/master.m3u8
+2
View File
@@ -75,3 +75,5 @@ https://edge.vedge.infomaniak.com/livecast/tvm3/playlist.m3u8
https://tvm3.vedge.infomaniak.com/livecast/tvm3/playlist.m3u8 https://tvm3.vedge.infomaniak.com/livecast/tvm3/playlist.m3u8
#EXTINF:-1 tvg-id="TVO.ch" status="online",TVO (CH) (720p) #EXTINF:-1 tvg-id="TVO.ch" status="online",TVO (CH) (720p)
https://cdnapisec.kaltura.com/p/1719221/sp/171922100/playManifest/entryId/1_t5h46v64/format/applehttp/protocol/https/a.m3u8 https://cdnapisec.kaltura.com/p/1719221/sp/171922100/playManifest/entryId/1_t5h46v64/format/applehttp/protocol/https/a.m3u8
#EXTINF:-1 tvg-id="SyriTV.ch" status="online",Syri TV (720p) [Not 24/7]
http://live.syri.tv:6969/live/syriblue/hd/23.ts
+81 -3
View File
@@ -115,8 +115,8 @@ https://5eaccbab48461.streamlock.net:1936/8074/8074/playlist.m3u8
http://unlimited1-cl.dps.live/estaciontv/estaciontv.smil/playlist.m3u8 http://unlimited1-cl.dps.live/estaciontv/estaciontv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="EstudioTV.cl" status="error",Estudio TV (La Ligua) #EXTINF:-1 tvg-id="EstudioTV.cl" status="error",Estudio TV (La Ligua)
https://mediacpstreamchile.com:1936/hugomendez/hugomendez/playlist.m3u8 https://mediacpstreamchile.com:1936/hugomendez/hugomendez/playlist.m3u8
#EXTINF:-1 tvg-id="EvaRetro.cl" status="error",EvaRetro (Corporación Eva) (480p) [Not 24/7] #EXTINF:-1 tvg-id="EvaRetro.cl" status="error",EvaRetro (Corporación Eva) (600p) [Not 24/7]
https://stmv2.voxtvhd.com.br/evaretro/evaretro/playlist.m3u8 https://stmv2.zcasthn.com.br/evaretro/evaretro/playlist.m3u8
#EXTINF:-1 tvg-id="EvaStream.cl" status="online",Eva Stream (Corporación Eva) (480p) [Not 24/7] #EXTINF:-1 tvg-id="EvaStream.cl" status="online",Eva Stream (Corporación Eva) (480p) [Not 24/7]
https://mediacpstreamchile.com:1936/evavision/evavision/playlist.m3u8 https://mediacpstreamchile.com:1936/evavision/evavision/playlist.m3u8
#EXTINF:-1 tvg-id="Evavision.cl" status="online",Evavisión (720p) #EXTINF:-1 tvg-id="Evavision.cl" status="online",Evavisión (720p)
@@ -363,5 +363,83 @@ https://zmlive.zappingtv.com/zm-free/zm.smil/playlist.m3u8
http://38.131.11.9:1080/play/a00x http://38.131.11.9:1080/play/a00x
#EXTINF:-1 tvg-id="ZonaPlayTV.cl" status="error",Zona Play TV (720p) #EXTINF:-1 tvg-id="ZonaPlayTV.cl" status="error",Zona Play TV (720p)
https://paneltv.online:1936/8100/8100/playlist.m3u8 https://paneltv.online:1936/8100/8100/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Sur TV (720p) #EXTINF:-1 tvg-id="SURTV.cl" status="online",Sur TV (720p)
https://paneltv.online:1936/8034/8034/playlist.m3u8 https://paneltv.online:1936/8034/8034/playlist.m3u8
#EXTINF:-1 tvg-id="Canal5PuertoMontt.cl",Canal 5 Puerto Montt (1080p)
https://stmv2.zcasthn.com.br/canal5/canal5/playlist.m3u8
#EXTINF:-1 tvg-id="PalmiraTV5.cl",Canal 5 Los Vilos (720p)
https://oracle.streaminghd.cl:443/canal5/canal5/playlist.m3u8
#EXTINF:-1 tvg-id="AMCanal.cl",AM Canal (720p) [Not 24/7]
https://v2.tustreaming.cl/amtv/index.m3u8
#EXTINF:-1 tvg-id="AtacamaNoticias.cl",Atacama Noticias (720p) [Not 24/7]
https://v2.tustreaming.cl/atacamanoticias/index.m3u8
#EXTINF:-1 tvg-id="ATVValdivia.cl",ATV Valdivia (720p)
https://6362ca6f1fc28.streamlock.net/8028/8028/playlist.m3u8
#EXTINF:-1 tvg-id="TVBajoCero.cl",TV Bajo Cero (804p)
https://stmv2.zcasthn.com.br/bajocerotv/bajocerotv/playlist.m3u8
#EXTINF:-1 tvg-id="BioBioTV.cl",Bío Bío TV (1080p)
https://unlimited1-cl-isp.dps.live/bbtv/bbtv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="ChileChannel.cl",Chile Channel (720p)
https://v2.tustreaming.cl/chilechannel/index.m3u8
#EXTINF:-1 tvg-id="Cauquenesnet.cl",Cauquenesnet (720p)
https://vdo.miserver.pro:3102/stream/play.m3u8
#EXTINF:-1 tvg-id="ConcepcionTV.cl",Concepción TV (1080p)
http://live.mundogo.cl/mundo/concepciontv/index.m3u8
#EXTINF:-1 tvg-id="HuascoTelevision.cl",Huasco Televisión (360p)
https://paneltv.online:1936/8024/8024/playlist.m3u8
#EXTINF:-1 tvg-id="LancoTV.cl",Lanco TV (1080p)
https://lancotv.ngrok.app/hls/stream.m3u8
#EXTINF:-1 tvg-id="Canal8.cl",Canal 8 Los Sauces TV (720p)
http://live.mundogo.cl/mundo/LossaucesTV/index.m3u8
#EXTINF:-1 tvg-id="MTNATV.cl",MTNA TV (720p)
https://6362ca6f1fc28.streamlock.net/8140/8140/playlist.m3u8
#EXTINF:-1 tvg-id="NativaTV.cl",Nativa TV (720p)
https://mediacpstreamchile.com:1936/nativa3/nativa3/playlist.m3u8
#EXTINF:-1 tvg-id="NCTV.cl",NCTV (1080p)
https://pantera1-100gb-cl-movistar.dps.live/nctv/nctv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="Nortevision.cl",Nortevisión (720p)
https://live.tvcontrolcp.com:1936/nortevision/nortevision/playlist.m3u8
#EXTINF:-1 tvg-id="NTV.cl",NTV (720p)
https://marine2.miplay.cl/ntv/playlist.m3u8
#EXTINF:-1 tvg-id="NuevaRegionTV.cl",Nueva Región TV (720p)
http://live.mundogo.cl/mundo/Nuevaregion/index.m3u8
#EXTINF:-1 tvg-id="PlazaTV.cl",Plaza TV (720p)
https://unlimited10-cl.dps.live/girovisual2/girovisual2.smil/playlist.m3u8
#EXTINF:-1 tvg-id="Televida.cl",Televida (1080p)
https://tls-cl.cdnz.cl/televida/live/playlist.m3u8
#EXTINF:-1 tvg-id="TeleCauquenes.cl",TeleCauquenes (720p)
https://vdo.panelstreaming.live:3401/hybrid/play.m3u8
#EXTINF:-1 tvg-id="TMNTV.cl",TMN TV (720p)
https://v1.tustreaming.cl/tmntv/index.m3u8
#EXTINF:-1 tvg-id="Telezion.cl",Telezion (720p)
https://paneltv.net:3751/hybrid/play.m3u8
#EXTINF:-1 tvg-id="TerranovaTelevision.cl",Terranova Televisión (810p)
https://5ff3d9babae13.streamlock.net:443/gtryhpwpwe/gtryhpwpwe/playlist.m3u8
#EXTINF:-1 tvg-id="AutonomaTV.cl",Autónoma TV (480p)
https://stream.wifispeed.cl:3033/hybrid/play.m3u8
#EXTINF:-1 tvg-id="",Cámara de Diputados (720p)
https://tls-cl.cdnz.cl/camara/live/playlist.m3u8
#EXTINF:-1 tvg-id="CanalAltaFrontera.cl",Canal Alta Frontera (288p)
https://mediacpstreamchile.com:1936/altafronteratv/altafronteratv/playlist.m3u8
#EXTINF:-1 tvg-id="MacarenaFM.cl",Macarena FM (720p)
https://5ff3d9babae13.streamlock.net:443/8042/8042/playlist.m3u8
#EXTINF:-1 tvg-id="RDOTelevision.cl",RDO Televisión (480p)
http://live.mundogo.cl/mundo/RDO/index.m3u8
#EXTINF:-1 tvg-id="RTVNuble.cl",RTV Ñuble (720p)
https://live.tvcontrolcp.com:1936/guzman/guzman/playlist.m3u8
#EXTINF:-1 tvg-id="",TVU Concepción (1080p)
https://unlimited1-cl-isp.dps.live/tvu/tvu.smil/playlist.m3u8
#EXTINF:-1 tvg-id="",TVR Canal 11 Curicó (1080p)
https://unlimited6-cl.dps.live/tvrcurico/tvrcurico.smil/playlist.m3u8
#EXTINF:-1 tvg-id="",UChile TV (720p)
https://unlimited1-cl-isp.dps.live/uchiletv/uchiletv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="",Radio Tributo Valentina (720p)
https://vdochile.com:3385/hybrid/play.m3u8
#EXTINF:-1 tvg-id="",VC Multichannel (720p)
https://panel.tvstream.cl:1936/8024/8024/playlist.m3u8
#EXTINF:-1 tvg-id="",TVM (720p)
https://tls-cl.cdnz.cl/tvm/live/playlist.m3u8
#EXTINF:-1 tvg-id="",TV MÁS 2 (480p)
https://marine2.miplay.cl/tateti/playlist.m3u8
#EXTINF:-1 tvg-id="TVPlus.cl",TV+ (720p) [Geo-blocked]
https://mdstrm.com/live-stream-playlist/5c0e8b19e4c87f3f2d3e6a59.m3u8
+2 -2
View File
@@ -49,9 +49,9 @@ https://svs.itworkscdn.net/sat7parslive/sat7pars.smil/playlist_dvr.m3u8
https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/playlist_dvr.m3u8 https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/playlist_dvr.m3u8
#EXTINF:-1 tvg-id="SigmaTV.cy" status="online",Sigma (576p) [Not 24/7] #EXTINF:-1 tvg-id="SigmaTV.cy" status="online",Sigma (576p) [Not 24/7]
https://sl2.sigmatv.com/hls/live.m3u8 https://sl2.sigmatv.com/hls/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",BRT 1 HD (576p) [Not 24/7] #EXTINF:-1 tvg-id="BRT1.cy" status="timeout",BRT 1 HD (576p) [Not 24/7]
http://wms.brtk.net:1935/live/BRTHD/playlist.m3u8 http://wms.brtk.net:1935/live/BRTHD/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",BRT 1 HD (720p) [Not 24/7] #EXTINF:-1 tvg-id="BRT1.cy" status="online",BRT 1 HD (720p) [Not 24/7]
http://kuzeykibris.tv/m3u8/tv_brt1.m3u8 http://kuzeykibris.tv/m3u8/tv_brt1.m3u8
#EXTINF:-1 tvg-id="" status="online",Reload (804p) #EXTINF:-1 tvg-id="" status="online",Reload (804p)
http://web.onair-radio.eu:1935/video/video/playlist.m3u8 http://web.onair-radio.eu:1935/video/video/playlist.m3u8
+8 -8
View File
@@ -459,30 +459,30 @@ https://zdf-hls-16.akamaized.net/hls/live/2016499/de/high/master.m3u8
https://serve-first.folxplay.tv/folx/ch-2/master.m3u8 https://serve-first.folxplay.tv/folx/ch-2/master.m3u8
#EXTINF:-1 tvg-id="" status="online",Antenne Vorarlberg (720p) [Not 24/7] #EXTINF:-1 tvg-id="" status="online",Antenne Vorarlberg (720p) [Not 24/7]
http://5857db5306b83.streamlock.net/antennevorarlberg-live/_definst_/mp4:livestream/playlist.m3u8 http://5857db5306b83.streamlock.net/antennevorarlberg-live/_definst_/mp4:livestream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",DW (480p) #EXTINF:-1 tvg-id="DWDeutsch.de" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",DW (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s26/index.m3u8 http://ott-cdn.ucom.am/s26/index.m3u8
#EXTINF:-1 tvg-id="" status="online",H1 Fernsehen (1080p) #EXTINF:-1 tvg-id="h1.de" status="online",H1 Fernsehen (1080p)
https://5857499ee635b.streamlock.net/heinstv-live/_definst_/smil:livestream.smil/playlist.m3u8 https://5857499ee635b.streamlock.net/heinstv-live/_definst_/smil:livestream.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Isar TV (1080p) [Not 24/7] #EXTINF:-1 tvg-id="" status="online",Isar TV (1080p) [Not 24/7]
https://isar-tv.iptv-playoutcenter.de/isar-tv/isar-tv.stream_1/playlist.m3u8 https://isar-tv.iptv-playoutcenter.de/isar-tv/isar-tv.stream_1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Magenta Musik 360 2 (1080p) #EXTINF:-1 tvg-id="" status="online",Magenta Musik 360 2 (1080p)
https://streaming.magenta-musik-360.de/csm/573871/magentamusik2/index.m3u8 https://streaming.magenta-musik-360.de/csm/573871/magentamusik2/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Magenta Musik 360 (1080p) #EXTINF:-1 tvg-id="MagentaMusik360.de" status="online",Magenta Musik 360 (1080p)
https://streaming.magenta-musik-360.de/csm/573870/magentamusik1/index.m3u8 https://streaming.magenta-musik-360.de/csm/573870/magentamusik1/index.m3u8
#EXTINF:-1 tvg-id="" status="online",MyTVplus (Dresden) (576p) #EXTINF:-1 tvg-id="MyTVplus.de" status="online",MyTVplus (Dresden) (576p)
https://mytvplus.iptv-playoutcenter.de/mytvplus/mytvplus.stream_1/playlist.m3u8 https://mytvplus.iptv-playoutcenter.de/mytvplus/mytvplus.stream_1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",OK Fulda #EXTINF:-1 tvg-id="" status="online",OK Fulda
https://s.ok54.de/mok-fu/livestream/playlist.m3u8 https://s.ok54.de/mok-fu/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",ONE1 Slovenija (1080p) #EXTINF:-1 tvg-id="" status="timeout",ONE1 Slovenija (1080p)
https://serve-first.folxplay.tv/folx/ch-6/master.m3u8 https://serve-first.folxplay.tv/folx/ch-6/master.m3u8
#EXTINF:-1 tvg-id="" status="online",Parlamentsfernsehen 3 (1080p) #EXTINF:-1 tvg-id="Parlamentsfernsehen3.de" status="online",Parlamentsfernsehen 3 (1080p)
https://bttv-live-z.r53.cdn.tv1.eu/13014bundestag-hk3/_definst_/live/video/hk3_de.smil/playlist.m3u8 https://bttv-live-z.r53.cdn.tv1.eu/13014bundestag-hk3/_definst_/live/video/hk3_de.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Parlamentsfernsehen 4 (1080p) #EXTINF:-1 tvg-id="Parlamentsfernsehen4.de" status="online",Parlamentsfernsehen 4 (1080p)
https://bttv-live-z.r53.cdn.tv1.eu/13014bundestag-hk4/_definst_/live/video/hk4_de.smil/playlist.m3u8 https://bttv-live-z.r53.cdn.tv1.eu/13014bundestag-hk4/_definst_/live/video/hk4_de.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",PunktUm Hettstedt (1080p) #EXTINF:-1 tvg-id="" status="online",PunktUm Hettstedt (1080p)
https://58bd5b7a98e04.streamlock.net/medienasa-live/_definst_/mp4:punktum_high/playlist.m3u8 https://58bd5b7a98e04.streamlock.net/medienasa-live/_definst_/mp4:punktum_high/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",SRF (720p) #EXTINF:-1 tvg-id="SRF.de" status="online",SRF (720p)
https://58de7a369a9c4.streamlock.net/srf/stream_720p/playlist.m3u8 https://58de7a369a9c4.streamlock.net/srf/stream_720p/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Wir24 TV [Geo-blocked] #EXTINF:-1 tvg-id="Wir24TV.de" status="online",Wir24 TV [Geo-blocked]
https://edge14.vedge.infomaniak.com/livecast/ik:wir24tv_hms/manifest.m3u8 https://edge14.vedge.infomaniak.com/livecast/ik:wir24tv_hms/manifest.m3u8
+4 -4
View File
@@ -513,13 +513,13 @@ https://secure3.todostreaming.es/live/visionseis-livestream.m3u8
https://5d8d85cf2c308.streamlock.net:1936/AlcalaTV/endirecto/playlist.m3u8 https://5d8d85cf2c308.streamlock.net:1936/AlcalaTV/endirecto/playlist.m3u8
#EXTINF:-1 tvg-id="VivaTV.es" status="online",Viva TV #EXTINF:-1 tvg-id="VivaTV.es" status="online",Viva TV
https://app.viloud.tv/hls/channel/c0d91440f0b445407e7b7a4e414f64ca.m3u8 https://app.viloud.tv/hls/channel/c0d91440f0b445407e7b7a4e414f64ca.m3u8
#EXTINF:-1 tvg-id="" status="blocked",Canal Taronja Osona i Moianés (480p) [Not 24/7] #EXTINF:-1 tvg-id="CanalTaronjaOsonaiMoianes.es" status="blocked",Canal Taronja Osona i Moianés (480p) [Not 24/7]
https://taronjavic.streaming-pro.com/hls/vic.m3u8 https://taronjavic.streaming-pro.com/hls/vic.m3u8
#EXTINF:-1 tvg-id="" status="online",Canal Taronja Osona i Moianés (1080p) [Not 24/7] #EXTINF:-1 tvg-id="CanalTaronjaOsonaiMoianes.es" status="online",Canal Taronja Osona i Moianés (1080p) [Not 24/7]
https://ingest1-video.streaming-pro.com/videostream/ctvic/playlist.m3u8 https://ingest1-video.streaming-pro.com/videostream/ctvic/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Nuestra Comarca TV [Not 24/7] #EXTINF:-1 tvg-id="NuestraComarcaTV.es" status="error",Nuestra Comarca TV [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://twitch.tv/nuestracomarcatelevision http://free.fullspeed.tv/iptv-query?streaming-ip=https://twitch.tv/nuestracomarcatelevision
#EXTINF:-1 tvg-id="" status="online",Radio Televisión Melilla (720p) [Not 24/7] #EXTINF:-1 tvg-id="" status="online",Radio Televisión Melilla (720p) [Not 24/7]
https://tvmelilla-hls-rm-lw.flumotion.com/playlist.m3u8 https://tvmelilla-hls-rm-lw.flumotion.com/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",RTVCE (1080p) #EXTINF:-1 tvg-id="RTVC.es" status="online",RTVCE (1080p)
https://cdnlive.shooowit.net/rtvcelive/channel1.smil/playlist.m3u8 https://cdnlive.shooowit.net/rtvcelive/channel1.smil/playlist.m3u8
+1 -1
View File
@@ -9,5 +9,5 @@ https://mmm-ducktv-4-fi.samsung.wurl.com/manifest/playlist.m3u8
https://bloomberg-bloomberg-1-fi.samsung.wurl.com/manifest/playlist.m3u8 https://bloomberg-bloomberg-1-fi.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Euronews English (720p) #EXTINF:-1 tvg-id="" status="online",Euronews English (720p)
https://rakuten-euronews-1-fi.samsung.wurl.com/manifest/playlist.m3u8 https://rakuten-euronews-1-fi.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Rakuten Family (Finland) (720p) #EXTINF:-1 tvg-id="RakutenTVFamilyMoviesFinland.fi" status="online",Rakuten Family (Finland) (720p)
https://rakuten-family-12-fi.samsung.wurl.tv/playlist.m3u8 https://rakuten-family-12-fi.samsung.wurl.tv/playlist.m3u8
+2 -2
View File
@@ -195,11 +195,11 @@ https://vosgestv.live-kd.com/live/vosgestv/vosgestv/playlist.m3u8
https://live.digiteka.com/1/WGQ1NnhEN0lzM0NU/dk1EOHhw/hls/live/playlist.m3u8 https://live.digiteka.com/1/WGQ1NnhEN0lzM0NU/dk1EOHhw/hls/live/playlist.m3u8
#EXTINF:-1 tvg-id="Weo.fr" status="online",Wéo (Picardie) (480p) [Not 24/7] #EXTINF:-1 tvg-id="Weo.fr" status="online",Wéo (Picardie) (480p) [Not 24/7]
https://live.digiteka.com/1/Zks2L0VsM2V0T242/QTBqcFly/hls/live/playlist.m3u8 https://live.digiteka.com/1/Zks2L0VsM2V0T242/QTBqcFly/hls/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",CStar (480p) [Not 24/7] [Geo-blocked] #EXTINF:-1 tvg-id="CStar.fr" status="error",CStar (480p) [Not 24/7] [Geo-blocked]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x5gv5v0 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x5gv5v0
#EXTINF:-1 tvg-id="" status="error",Fun Radio (720p) #EXTINF:-1 tvg-id="" status="error",Fun Radio (720p)
https://livevideo.infomaniak.com/streaming/livecast/funradiovisionhd/playlist.m3u8 https://livevideo.infomaniak.com/streaming/livecast/funradiovisionhd/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",LCP (480p) [Not 24/7] [Geo-blocked] #EXTINF:-1 tvg-id="LCP.fr" status="error",LCP (480p) [Not 24/7] [Geo-blocked]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/xji3qy http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/xji3qy
#EXTINF:-1 tvg-id="" status="online",TV3V (720p) #EXTINF:-1 tvg-id="" status="online",TV3V (720p)
https://tv3v.hdr-tv.com/live/tv3v/livestream/master.m3u8 https://tv3v.hdr-tv.com/live/tv3v/livestream/master.m3u8
+1 -1
View File
@@ -13,5 +13,5 @@ https://live.palitranews.ge/hls/palitratv/index.m3u8
https://livestream.palitra.ge/hls/palitratv/index.m3u8 https://livestream.palitra.ge/hls/palitratv/index.m3u8
#EXTINF:-1 tvg-id="RioniTV.ge" status="online",Rioni TV (720p) [Not 24/7] #EXTINF:-1 tvg-id="RioniTV.ge" status="online",Rioni TV (720p) [Not 24/7]
http://video.rionitv.com:9090/hls/live/rioni.m3u8 http://video.rionitv.com:9090/hls/live/rioni.m3u8
#EXTINF:-1 tvg-id="" status="online",1TV (240p) [Geo-blocked] #EXTINF:-1 tvg-id="1TV.ge" status="online",1TV (240p) [Geo-blocked]
https://tv.cdn.xsg.ge/gpb-1tv/index.m3u8 https://tv.cdn.xsg.ge/gpb-1tv/index.m3u8
+1 -1
View File
@@ -1,3 +1,3 @@
#EXTM3U #EXTM3U
#EXTINF:-1 tvg-id="" status="error",RTG (240p) [Not 24/7] #EXTINF:-1 tvg-id="RTG1.gn" status="error",RTG (240p) [Not 24/7]
https://dcunilive38-lh.akamaihd.net/i/dclive_1@690091/master.m3u8 https://dcunilive38-lh.akamaihd.net/i/dclive_1@690091/master.m3u8
+35 -29
View File
@@ -21,15 +21,15 @@ https://stream.oursnetworktv.com/latin/radioTGBAgtm/playlist.m3u8
http://204.12.202.90:8080/playgt/playgt2023/129 http://204.12.202.90:8080/playgt/playgt2023/129
#EXTINF:-1 tvg-id="ExpresionTV.gt" status="online",Expresión TV (720p) #EXTINF:-1 tvg-id="ExpresionTV.gt" status="online",Expresión TV (720p)
https://cdn.streamhispanatv.net:3508/live/extvlive.m3u8 https://cdn.streamhispanatv.net:3508/live/extvlive.m3u8
#EXTINF:-1 tvg-id="FeViviente.gt" status="online",Fe Viviente #EXTINF:-1 tvg-id="FeViviente.gt" status="online",Fe Viviente (480p)
https://stream.oursnetworktv.com/latin/feVivienteGtm/playlist.m3u8 https://stream.oursnetworktv.com/latin/feVivienteGtm/playlist.m3u8
#EXTINF:-1 tvg-id="FranchsTV.gt" status="online",Franchs TV #EXTINF:-1 tvg-id="FranchsTV.gt" status="online",Franchs TV (720p)
https://stream.oursnetworktv.com/latin/franchstv/playlist.m3u8 https://stream.oursnetworktv.com/latin/franchstv/playlist.m3u8
#EXTINF:-1 tvg-id="FullChannel.gt" status="online",Full Channel (720p) #EXTINF:-1 tvg-id="FullChannel.gt" status="online",Full Channel (720p)
http://204.12.202.90:8080/playgt/playgt2023/130 http://204.12.202.90:8080/playgt/playgt2023/130
#EXTINF:-1 tvg-id="FullChannel.gt" status="online",Full Channel (720p) #EXTINF:-1 tvg-id="FullChannel.gt" status="online",Full Channel (720p)
https://cdn.streamhispanatv.net:3845/live/fullchannelgtlive.m3u8 https://cdn.streamhispanatv.net:3845/live/fullchannelgtlive.m3u8
#EXTINF:-1 tvg-id="Guatevision.gt" status="online",Guatevisión #EXTINF:-1 tvg-id="Guatevision.gt" status="online",Guatevisión (1080p)
https://prensalibre-live.cdn.vustreams.com/live/cd8f5328-7a1c-49d9-b318-9190858d1826/live.isml/playlist.m3u8 https://prensalibre-live.cdn.vustreams.com/live/cd8f5328-7a1c-49d9-b318-9190858d1826/live.isml/playlist.m3u8
#EXTINF:-1 tvg-id="IglesiaDelCamino.gt" status="online",Iglesia Del Camino (480p) [Not 24/7] #EXTINF:-1 tvg-id="IglesiaDelCamino.gt" status="online",Iglesia Del Camino (480p) [Not 24/7]
http://streamingcontrol.com:1935/ectv/ectv/playlist.m3u8 http://streamingcontrol.com:1935/ectv/ectv/playlist.m3u8
@@ -45,7 +45,7 @@ http://ms.android-iptv.com/live/V7rA1feOk3/FkGkEh8Spe/6671.m3u8
http://204.12.202.90:8080/playgt/playgt2023/134 http://204.12.202.90:8080/playgt/playgt2023/134
#EXTINF:-1 tvg-id="NimTV.gt" status="online",Nim TV (720p) [Not 24/7] #EXTINF:-1 tvg-id="NimTV.gt" status="online",Nim TV (720p) [Not 24/7]
https://cdn.streamhispanatv.net:3210/live/nimtvgtlive.m3u8 https://cdn.streamhispanatv.net:3210/live/nimtvgtlive.m3u8
#EXTINF:-1 tvg-id="NuevoMundoTV.gt" status="online",Nuevo Mundo TV #EXTINF:-1 tvg-id="NuevoMundoTV.gt" status="online",Nuevo Mundo TV (720p)
https://tvlatina.live:1936/8030/8030/playlist.m3u8 https://tvlatina.live:1936/8030/8030/playlist.m3u8
#EXTINF:-1 tvg-id="PenielKY.gt" status="online",Peniel Kids & Young (480p) #EXTINF:-1 tvg-id="PenielKY.gt" status="online",Peniel Kids & Young (480p)
http://204.12.202.90:8080/playgt/playgt2023/136 http://204.12.202.90:8080/playgt/playgt2023/136
@@ -57,9 +57,9 @@ http://204.12.202.90:8080/playgt/playgt2023/137
https://cdn.streamhispanatv.net:3533/live/penielmusicagtlive.m3u8 https://cdn.streamhispanatv.net:3533/live/penielmusicagtlive.m3u8
#EXTINF:-1 tvg-id="PenielMusical.gt" status="online",Peniel Musical (720p) #EXTINF:-1 tvg-id="PenielMusical.gt" status="online",Peniel Musical (720p)
https://stream.oursnetworktv.com/latin/eC3pEmUsYKmcaLeJ/playlist.m3u8 https://stream.oursnetworktv.com/latin/eC3pEmUsYKmcaLeJ/playlist.m3u8
#EXTINF:-1 tvg-id="RhemaTV.gt" status="online",Rhema TV #EXTINF:-1 tvg-id="RhemaTV.gt" status="online",Rhema TV (720p)
https://5e85d90130e77.streamlock.net/6006/6006/playlist.m3u8 https://5e85d90130e77.streamlock.net/6006/6006/playlist.m3u8
#EXTINF:-1 tvg-id="Telecosta.gt" status="online",Telecosta #EXTINF:-1 tvg-id="Telecosta.gt" status="online",Telecosta (480p)
https://tv91.hostingnuclear.com:19360/telecosta/telecosta.m3u8 https://tv91.hostingnuclear.com:19360/telecosta/telecosta.m3u8
#EXTINF:-1 tvg-id="Telemax.gt" status="blocked",Canal 32 Telemax (720p) [Not 24/7] #EXTINF:-1 tvg-id="Telemax.gt" status="blocked",Canal 32 Telemax (720p) [Not 24/7]
http://204.12.202.90:8080/playgt/playgt2023/99 http://204.12.202.90:8080/playgt/playgt2023/99
@@ -91,51 +91,57 @@ https://cdn.streamhispanatv.net:3642/live/unicatvlive.m3u8
http://204.12.202.90:8080/playgt/playgt2023/59 http://204.12.202.90:8080/playgt/playgt2023/59
#EXTINF:-1 tvg-id="VisionTV.gt" status="online",Visión TV (720p) #EXTINF:-1 tvg-id="VisionTV.gt" status="online",Visión TV (720p)
https://cdn.streamhispanatv.net:3076/live/visiontvlive.m3u8 https://cdn.streamhispanatv.net:3076/live/visiontvlive.m3u8
#EXTINF:-1 tvg-id="" status="online",Aurora Media Films (720p) #EXTINF:-1 tvg-id="AuroraMediaFilms.gt" status="online",Aurora Media Films (720p)
http://204.12.202.90:8080/playgt/playgt2023/104 http://204.12.202.90:8080/playgt/playgt2023/104
#EXTINF:-1 tvg-id="" status="online",Aurora Media Films (720p) #EXTINF:-1 tvg-id="AuroraMediaFilms.gt" status="online",Aurora Media Films (720p)
https://cdn.streamhispanatv.net:3398/live/auroramflive.m3u8 https://cdn.streamhispanatv.net:3398/live/auroramflive.m3u8
#EXTINF:-1 tvg-id="" status="online",Canal 5 (720p) #EXTINF:-1 tvg-id="" status="online",Canal 5 (720p)
http://204.12.202.90:8080/playgt/playgt2023/141 http://204.12.202.90:8080/playgt/playgt2023/141
#EXTINF:-1 tvg-id="" status="online",Canal 8 (720p) #EXTINF:-1 tvg-id="Canal8SantaRosa.gt" status="online",Canal 8 Santa Rosa (720p)
http://204.12.202.90:8080/playgt/playgt2023/105 http://204.12.202.90:8080/playgt/playgt2023/105
#EXTINF:-1 tvg-id="" status="online",Canal 8 (720p) #EXTINF:-1 tvg-id="Canal8SantaRosa.gt" status="online",Canal 8 Santa Rosa (720p)
https://cdn.streamhispanatv.net:3697/live/canal8starosalive.m3u8 https://cdn.streamhispanatv.net:3697/live/canal8starosalive.m3u8
#EXTINF:-1 tvg-id="" status="online",Canal 9 Ixchiguán (720p) #EXTINF:-1 tvg-id="IxchiguanEstereoTV.gt" status="online",Canal 9 Ixchiguán (720p)
https://cdn.streamhispanatv.net:3859/live/ixchiguanlive.m3u8 https://cdn.streamhispanatv.net:3859/live/ixchiguanlive.m3u8
#EXTINF:-1 tvg-id="" status="online",Canal 98 Jesús TV (720p) #EXTINF:-1 tvg-id="JesusTV.gt" status="online",Canal 98 Jesús TV (720p)
http://204.12.202.90:8080/playgt/playgt2023/97 http://204.12.202.90:8080/playgt/playgt2023/97
#EXTINF:-1 tvg-id="" status="online",Canal 98 Jesús TV (720p) #EXTINF:-1 tvg-id="JesusTV.gt" status="online",Canal 98 Jesús TV (720p)
https://cdn.streamhispanatv.net:3189/live/jesustvlive.m3u8 https://cdn.streamhispanatv.net:3189/live/jesustvlive.m3u8
#EXTINF:-1 tvg-id="" status="online",Candelaria TV (720p) [Not 24/7] #EXTINF:-1 tvg-id="CandelariaTV.gt" status="online",Candelaria TV (720p) [Not 24/7]
http://204.12.202.90:8080/playgt/playgt2023/128 http://204.12.202.90:8080/playgt/playgt2023/128
#EXTINF:-1 tvg-id="" status="online",Candelaria TV (720p) [Not 24/7] #EXTINF:-1 tvg-id="CandelariaTV.gt" status="online",Candelaria TV (720p) [Not 24/7]
https://cdn.streamhispanatv.net:3921/live/candetvlive.m3u8 https://cdn.streamhispanatv.net:3921/live/candetvlive.m3u8
#EXTINF:-1 tvg-id="" status="online",Cariñosa TV (720p) [Not 24/7] #EXTINF:-1 tvg-id="CarinosaTV.gt" status="online",Cariñosa TV (720p) [Not 24/7]
http://204.12.202.90:8080/playgt/playgt2023/142 http://204.12.202.90:8080/playgt/playgt2023/142
#EXTINF:-1 tvg-id="" status="online",Cariñosa TV (720p) [Not 24/7] #EXTINF:-1 tvg-id="CarinosaTV.gt" status="online",Cariñosa TV (720p) [Not 24/7]
https://cdn.streamhispanatv.net:3110/live/carinosatvlive.m3u8 https://cdn.streamhispanatv.net:3110/live/carinosatvlive.m3u8
#EXTINF:-1 tvg-id="" status="online",CNI Digital (720p) [Not 24/7] #EXTINF:-1 tvg-id="CNI.gt" status="online",CNI Digital (720p) [Not 24/7]
http://204.12.202.90:8080/playgt/playgt2023/143 http://204.12.202.90:8080/playgt/playgt2023/143
#EXTINF:-1 tvg-id="" status="online",GuaTV (720p) [Not 24/7] #EXTINF:-1 tvg-id="GuaTV.gt" status="online",GuaTV (720p) [Not 24/7]
http://204.12.202.90:8080/playgt/playgt2023/131 http://204.12.202.90:8080/playgt/playgt2023/131
#EXTINF:-1 tvg-id="" status="online",GuaTV (720p) [Not 24/7] #EXTINF:-1 tvg-id="GuaTV.gt" status="online",GuaTV (720p) [Not 24/7]
https://cdn.streamhispanatv.net:3589/live/guatvgtlive.m3u8 https://cdn.streamhispanatv.net:3589/live/guatvgtlive.m3u8
#EXTINF:-1 tvg-id="" status="online",Knal 4 (720p) #EXTINF:-1 tvg-id="Knal4Quiche.gt" status="online",Knal 4 (720p)
https://cdn.streamhispanatv.net:3261/live/knal4gtlive.m3u8 https://cdn.streamhispanatv.net:3261/live/knal4gtlive.m3u8
#EXTINF:-1 tvg-id="" status="online",PlayMedios Digital (720p) #EXTINF:-1 tvg-id="PlayMediosDigital.gt" status="online",PlayMedios Digital (720p)
http://204.12.202.90:8080/playgt/playgt2023/61 http://204.12.202.90:8080/playgt/playgt2023/61
#EXTINF:-1 tvg-id="" status="online",Presencia TV #EXTINF:-1 tvg-id="PresenciaTelevision.gt" status="online",Presencia TV (720p)
https://stream.oursnetworktv.com/latin/remaPresencia/playlist.m3u8 https://stream.oursnetworktv.com/latin/remaPresencia/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",SAS TV (720p) #EXTINF:-1 tvg-id="SASTV.gt" status="online",SAS TV (720p)
http://204.12.202.90:8080/playgt/playgt2023/138 http://204.12.202.90:8080/playgt/playgt2023/138
#EXTINF:-1 tvg-id="" status="online",SAS TV (720p) #EXTINF:-1 tvg-id="SASTV.gt" status="online",SAS TV (720p)
https://cdn.streamhispanatv.net:3390/live/sastvgtlive.m3u8 https://cdn.streamhispanatv.net:3390/live/sastvgtlive.m3u8
#EXTINF:-1 tvg-id="" status="online",TDS Televisión Departamental Sololá (720p) #EXTINF:-1 tvg-id="TDS.gt" status="online",TDS Televisión Departamental Sololá (720p)
http://204.12.202.90:8080/playgt/playgt2023/102 http://204.12.202.90:8080/playgt/playgt2023/102
#EXTINF:-1 tvg-id="" status="online",TV Florencia (720p) #EXTINF:-1 tvg-id="TVFlorencia.gt" status="online",TV Florencia (720p)
http://204.12.202.90:8080/playgt/playgt2023/96 http://204.12.202.90:8080/playgt/playgt2023/96
#EXTINF:-1 tvg-id="" status="online",TV Florencia (720p) #EXTINF:-1 tvg-id=TVFlorencia.gt"" status="online",TV Florencia (720p)
https://cdn.streamhispanatv.net:3819/live/tvflorencialive.m3u8 https://cdn.streamhispanatv.net:3819/live/tvflorencialive.m3u8
#EXTINF:-1 tvg-id="" status="online",TV Tun (240p) [Not 24/7] #EXTINF:-1 tvg-id="TVTun.gt" status="online",TV Tun (240p) [Not 24/7]
https://cdn.streamhispanatv.net:3832/live/tvtunlive.m3u8 https://cdn.streamhispanatv.net:3832/live/tvtunlive.m3u8
#EXTINF:-1 tvg-id="TVMaya.gt",TV Maya (480p)
https://5ca9af4645e15.streamlock.net/mayas/videomayas/playlist.m3u8
#EXTINF:-1 tvg-id="EsquipulasTV.gt",Esquipulas TV (1080p)
https://tv91.hostingnuclear.com:19360/esquipulastv/esquipulastv.m3u8
#EXTINF:-1 tvg-id="Canal13Esquipulas.gt",Canal 13 Esquipulas (720p)
https://tv91.hostingnuclear.com:19360/intercable/intercable.m3u8
+7 -7
View File
@@ -69,25 +69,25 @@ https://cdn.hklive.tv/xxxx/96/index.m3u8
https://live.astradamy.com/viutv6/index.m3u8 https://live.astradamy.com/viutv6/index.m3u8
#EXTINF:-1 tvg-id="ViuTVsix.hk" status="timeout",ViuTVsix #EXTINF:-1 tvg-id="ViuTVsix.hk" status="timeout",ViuTVsix
http://61.238.6.49:8000/bysid/96 http://61.238.6.49:8000/bysid/96
#EXTINF:-1 tvg-id="" status="online",Celestial Classic 天映经典 (Celestial Classic Movies) (Indonesian Subtitle) (576p) #EXTINF:-1 tvg-id="CCM.hk" status="online",Celestial Classic 天映经典 (Celestial Classic Movies) (Indonesian Subtitle) (576p)
http://210.210.155.37/qwr9ew/s/s31/index.m3u8 http://210.210.155.37/qwr9ew/s/s31/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked",HOY Infotainment Channel (1080p) #EXTINF:-1 tvg-id="HOYTV.hk" status="blocked",HOY Infotainment Channel (1080p)
https://hoytv-live-stream.hoy.tv/ch78/index-fhd.m3u8 https://hoytv-live-stream.hoy.tv/ch78/index-fhd.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",i-Cable News Channel (有線新聞台) (1080p) [Geo-blocked] #EXTINF:-1 tvg-id="iCABLENewsChannel.hk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",i-Cable News Channel (有線新聞台) (1080p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246
https://cdn.hklive.tv/xxxx/78/index.m3u8 https://cdn.hklive.tv/xxxx/78/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Kix (Indonesian Subtitle) (576p) #EXTINF:-1 tvg-id="KIX.hk" status="online",Kix (Indonesian Subtitle) (576p)
http://210.210.155.37/dr9445/h/h07/index.m3u8 http://210.210.155.37/dr9445/h/h07/index.m3u8
#EXTINF:-1 tvg-id="" status="online",RTHK (港台電視33) (720p) #EXTINF:-1 tvg-id="RTHKTV33.hk" status="online",RTHK TV 33 (港台電視33) (720p)
https://live.astradamy.com/hk33/index.m3u8 https://live.astradamy.com/hk33/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked",SPOTV2 (1080p) #EXTINF:-1 tvg-id="" status="blocked",SPOTV2 (1080p)
https://bcovlive-a.akamaihd.net/48eee16919834d3b97df1082a649bcfa/ap-northeast-1/6271486521001/playlist.m3u8 https://bcovlive-a.akamaihd.net/48eee16919834d3b97df1082a649bcfa/ap-northeast-1/6271486521001/playlist.m3u8
#EXTINF:-1 tvg-id="" status="blocked",SPOTV (1080p) #EXTINF:-1 tvg-id="" status="blocked",SPOTV (1080p)
https://bcovlive-a.akamaihd.net/99545824f51f4c1592b35314c6ece3b0/ap-northeast-1/6271486521001/playlist.m3u8 https://bcovlive-a.akamaihd.net/99545824f51f4c1592b35314c6ece3b0/ap-northeast-1/6271486521001/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",TVB Finance and Sport Channel (720p) #EXTINF:-1 tvg-id="TVBFinanceSportsInformationChannel.hk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",TVB Finance and Sport Channel (720p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246
https://cdn.hklive.tv/xxxx/85/index.m3u8 https://cdn.hklive.tv/xxxx/85/index.m3u8
#EXTINF:-1 tvg-id="" status="online",TVB Finance and Sport Channel (720p) #EXTINF:-1 tvg-id="TVBFinanceSportsInformationChannel.hk" status="online",TVB Finance Sports & Information Channel (720p)
https://tvp22.sky4k.top/index2.php https://tvp22.sky4k.top/index2.php
#EXTINF:-1 tvg-id="" status="online",TVB J2 #EXTINF:-1 tvg-id="" status="online",TVB J2
https://j3.lhlh.app/mv.m3u8 https://j3.lhlh.app/mv.m3u8
+1 -1
View File
@@ -87,5 +87,5 @@ https://5caf24a595d94.streamlock.net:1937/8142/8142/playlist.m3u8
http://lencatelevision.com:8080/hls/ltv2.m3u8 http://lencatelevision.com:8080/hls/ltv2.m3u8
#EXTINF:-1 tvg-id="" status="online",Sula TV (720p) #EXTINF:-1 tvg-id="" status="online",Sula TV (720p)
https://sulatv1.ddns.net/hls/live/index.m3u8 https://sulatv1.ddns.net/hls/live/index.m3u8
#EXTINF:-1 tvg-id="" status="online",TV Centro 27.2 (720p) #EXTINF:-1 tvg-id="TVCentroHD.hn" status="online",TV Centro 27.2 (720p)
https://cloud2.streaminglivehd.com:1936/8004/8004/playlist.m3u8 https://cloud2.streaminglivehd.com:1936/8004/8004/playlist.m3u8
+68
View File
@@ -75,3 +75,71 @@ https://cloudfront63.lexanetwork.com:1344/relay02/livestream002.sdp/playlist.m3u
http://makomedia.mikrohalo.hu/hls/makotv.m3u8 http://makomedia.mikrohalo.hu/hls/makotv.m3u8
#EXTINF:-1 tvg-id="" status="online",Williams TV (480p) #EXTINF:-1 tvg-id="" status="online",Williams TV (480p)
http://79.120.178.90:1935/williams/williamstv/playlist.m3u8 http://79.120.178.90:1935/williams/williamstv/playlist.m3u8
#EXTINF:-1 tvg-id="HalomTV.hu",Halom TV (576p)
http://stream.battanet.hu:8080/hls/livestream1/1_2/index.m3u8
#EXTINF:-1 tvg-id="ZalaegerszegiTV.hu",Zalaegerszegi TV (360p)
https://cloudfront44.lexanetwork.com:1344/freerelay/zegtv.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="BalatonTV.hu",Balaton TV (432p)
https://stream.iptvservice.eu/hls/balatontv.m3u8
#EXTINF:-1 tvg-id="",Szolnok TV (1080p)
https://cloudfront44.lexanetwork.com:1344/relay01/livestream004.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",Budapest Európa Televízió (576p)
https://cloudfront44.lexanetwork.com:1344/freerelay/bpetv.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",Tatai TV (1080p)
https://cloudfront44.lexanetwork.com:1344/relay01/broadcast006.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",Komáromi Televízió (400p)
https://cloudfront44.lexanetwork.com:1344/relay01/HDE017.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",Zuglo TV (360p)
https://cloudfront44.lexanetwork.com:1344/freerelay/zuglotv.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",TV Keszthely (360p)
https://cloudfront44.lexanetwork.com:1344/freerelay/keszthelyivtv.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",Karcag TV (720p)
https://cloudfront41.lexanetwork.com:1344/relay03/livestream003.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",Jászsági Térségi TV (440p)
https://cloudfront44.lexanetwork.com:1344/relay01/broadcast007.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",Light Channel (720p)
http://streamer1.streamhost.org:1935/salive/hungarian/playlist.m3u8
#EXTINF:-1 tvg-id="",TV Szentendre (1080p) [Geo-blocked]
https://stream.streaming4u.hu/TVSzentendre/index.m3u8
#EXTINF:-1 tvg-id="",TelePaks (396p)
https://cloudfront44.lexanetwork.com:1344/relay02/livestream004.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",ESTV (420p)
https://cloudfront44.lexanetwork.com:1344/relay01/HDE032.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",Csurgó TV (720p)
https://5cd03f21c7193.streamlock.net/csurgotv/csurgolive/playlist.m3u8
#EXTINF:-1 tvg-id="",PilisTV (1080p) [Geo-blocked]
https://stream.streaming4u.hu/PilisTV/index.m3u8
#EXTINF:-1 tvg-id="",Globo TV (720p) [Geo-blocked]
https://stream.streaming4u.hu/GloboTV/index.m3u8
#EXTINF:-1 tvg-id="",Mezőkövesdi Televízió (360p)
https://cloudfront44.lexanetwork.com:1344/freerelay/mezokovesdvtv.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",16tv Budapest (360p)
https://cloudfront44.lexanetwork.com:1344/freerelay/16tv.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",DSTV (720p)
http://79.120.178.90:1935/dstv/dstvlive/playlist.m3u8
#EXTINF:-1 tvg-id="",Szécsény TV (720p)
http://iptv.eurocable.co.hu/EC-SZECSENYTVHD/index.m3u8
#EXTINF:-1 tvg-id="",Alföld TV (1080p)
https://cloudfront41.lexanetwork.com:1344/relay01/livestream006.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",Trimedio TV (1080p) [Geo-blocked]
https://stream.streaming4u.hu/TriMedioTV/index.m3u8
#EXTINF:-1 tvg-id="",Gólya TV (480p) [Geo-blocked]
https://stream.streaming4u.hu/GolyaTV/index.m3u8
#EXTINF:-1 tvg-id="",RégióPlusz TV (1080p) [Geo-blocked]
https://stream.streaming4u.hu/RegioPluszTV/index.m3u8
#EXTINF:-1 tvg-id="",Oroszlányi Városi Televízió (720p)
https://cloudfront44.lexanetwork.com:1344/relay01/broadcast002.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",Daru TV (720p)
https://5cd03f21c7193.streamlock.net/darutv/darutvlive/playlist.m3u8
#EXTINF:-1 tvg-id="",Móra-Net TV (576p)
https://stream.moranettv.hu/live/index.m3u8
#EXTINF:-1 tvg-id="",Kiskőrös TV (720p)
https://5cd03f21c7193.streamlock.net/kiskorostv/korostvlive/playlist.m3u8
#EXTINF:-1 tvg-id="",Völgyhíd TV (540p)
https://5cd03f21c7193.streamlock.net/volgyhidtv/mediakft/playlist.m3u8
#EXTINF:-1 tvg-id="",Berente TV (1080p)
https://stream.streaming4u.hu/BerenteTV/index.m3u8
#EXTINF:-1 tvg-id="",Hévízi TV (1080p)
https://cloudfront44.lexanetwork.com:1344/relay03/livestream003.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="",Soltvadkerti Televízió (720p)
http://79.120.178.90:1935/soltvadkerttv/soltvlive/playlist.m3u8
+142 -6
View File
@@ -133,6 +133,8 @@ https://5ce9406b73c33.streamlock.net/RSD/ngrp:livestream_all/playlist.m3u8
https://stream2.xdevel.com/video1s3-7/stream/playlist.m3u8 https://stream2.xdevel.com/video1s3-7/stream/playlist.m3u8
#EXTINF:-1 tvg-id="RadioZetaTV.it" status="timeout",RadioZeta (480p) #EXTINF:-1 tvg-id="RadioZetaTV.it" status="timeout",RadioZeta (480p)
https://unlimited1-cl.dps.live/radioztv/radioztv.smil/radioztv/livestream2/chunks.m3u8 https://unlimited1-cl.dps.live/radioztv/radioztv.smil/radioztv/livestream2/chunks.m3u8
#EXTINF:-1 tvg-id="RadioZetaTV.it",Radio Zeta TV (1080p)
https://streamcdnb1-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S9346184/XEx1LqlYbNic/playlist_video.m3u8
#EXTINF:-1 tvg-id="Rai1.it" status="online",Rai 1 (Geo) (576p) #EXTINF:-1 tvg-id="Rai1.it" status="online",Rai 1 (Geo) (576p)
http://mediapolisevent.rai.it/relinker/relinkerServlet.htm?cont=2606803 http://mediapolisevent.rai.it/relinker/relinkerServlet.htm?cont=2606803
#EXTINF:-1 tvg-id="Rai1.it" status="online",Rai 1 (576p) [Geo-blocked] #EXTINF:-1 tvg-id="Rai1.it" status="online",Rai 1 (576p) [Geo-blocked]
@@ -308,9 +310,9 @@ https://live2-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channe
http://wms.shared.streamshow.it:1935/visualradio/visualradio/live.m3u8 http://wms.shared.streamshow.it:1935/visualradio/visualradio/live.m3u8
#EXTINF:-1 tvg-id="Vuemme.it" status="online",Vuemme (480p) #EXTINF:-1 tvg-id="Vuemme.it" status="online",Vuemme (480p)
https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8 https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8
#EXTINF:-1 tvg-id="" status="blocked",20 Mediaset [Geo-blocked] #EXTINF:-1 tvg-id="20.it" status="blocked",20 Mediaset [Geo-blocked]
https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(lb)/index.m3u8 https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(lb)/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Antenna Tre Veneto (480p) [Geo-blocked] #EXTINF:-1 tvg-id="AntennaTre.it" status="timeout",Antenna Tre Veneto (480p) [Geo-blocked]
https://59d8c0cee6f3d.streamlock.net/antennatreveneto/antennatreveneto.stream/playlist.m3u8 https://59d8c0cee6f3d.streamlock.net/antennatreveneto/antennatreveneto.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Boing Spain #EXTINF:-1 tvg-id="" status="timeout",Boing Spain
http://149.62.177.157:8000/play/a010 http://149.62.177.157:8000/play/a010
@@ -318,19 +320,153 @@ http://149.62.177.157:8000/play/a010
https://stream2.xdevel.com/video1s86-22/stream/playlist_dvr.m3u8 https://stream2.xdevel.com/video1s86-22/stream/playlist_dvr.m3u8
#EXTINF:-1 tvg-id="" status="online",Radio Radicale TV (240p) [Not 24/7] #EXTINF:-1 tvg-id="" status="online",Radio Radicale TV (240p) [Not 24/7]
https://video-ar.radioradicale.it/diretta/padtv2/playlist.m3u8 https://video-ar.radioradicale.it/diretta/padtv2/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Super TV (720p) #EXTINF:-1 tvg-id="SuperTV.it" status="online",Super TV (720p)
http://wms.shared.streamshow.it/supertv/mp4:supertv/playlist.m3u8 http://wms.shared.streamshow.it/supertv/mp4:supertv/playlist.m3u8
#EXTINF:-1 tvg-id="SuperTV.it" status="online",Super TV (720p)
https://59d7d6f47d7fc.streamlock.net/supertv/supertv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Super TV Brescia (720p) #EXTINF:-1 tvg-id="" status="online",Super TV Brescia (720p)
http://wms.shared.streamshow.it:1935/supertv/supertv/live.m3u8 http://wms.shared.streamshow.it:1935/supertv/supertv/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Super TV Oristano (720p) [Not 24/7] #EXTINF:-1 tvg-id="" status="timeout",Super TV Oristano (720p) [Not 24/7]
http://193.70.81.40:1935/supertvoristano/supertvoristano/playlist.m3u8 http://193.70.81.40:1935/supertvoristano/supertvoristano/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",TeleFormula (720p) [Not 24/7] #EXTINF:-1 tvg-id="" status="timeout",TeleFormula (720p) [Not 24/7]
https://wms60.tecnoxia.com/radiof/abr_radioftele/playlist.m3u8 https://wms60.tecnoxia.com/radiof/abr_radioftele/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Teleliberta (486p) [Not 24/7] #EXTINF:-1 tvg-id="Teleliberta.it" status="online",Teleliberta (486p) [Not 24/7]
https://api.new.livestream.com/accounts/17114188/events/4902226/live.m3u8 https://api.new.livestream.com/accounts/17114188/events/4902226/live.m3u8
#EXTINF:-1 tvg-id="" status="online",TSN Tele Sondrio News (480p) [Not 24/7] #EXTINF:-1 tvg-id="TSNTeleSondrioNews.it" status="online",TSN Tele Sondrio News (480p) [Not 24/7]
http://wms.shared.streamshow.it/tsn/tsn_mobile/playlist.m3u8 http://wms.shared.streamshow.it/tsn/tsn_mobile/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",TV Sei (576p) [Not 24/7] #EXTINF:-1 tvg-id="TVSei.it" status="online",TV Sei (576p) [Not 24/7]
http://185.202.128.1:1935/Tv6Stream/tv6TV.stream/playlist.m3u8 http://185.202.128.1:1935/Tv6Stream/tv6TV.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",TV UNO (240p) #EXTINF:-1 tvg-id="" status="online",TV UNO (240p)
http://ftp.tiscali.it/francescovernata/TVUNO/monoscopioTvUNOint-1.wmv http://ftp.tiscali.it/francescovernata/TVUNO/monoscopioTvUNOint-1.wmv
#EXTINF:-1 tvg-id="NTN.it",NTN (720p)
https://stream4.xdevel.com/video0s975955-782/stream/playlist.m3u8
#EXTINF:-1 tvg-id="Odeon24.it",Odeon 24 (288p)
https://streaming.softwarecreation.it/Odeon/Odeon/playlist.m3u8
#EXTINF:-1 tvg-id="PaciContemporaryChannel.it",Paci Contemporary Channel (720p)
https://5f22d76e220e1.streamlock.net/pacicontemporarychannel/pacicontemporarychannel/playlist.m3u8
#EXTINF:-1 tvg-id="PadrePioTV.it",Padre Pio TV (1080p)
https://600f07e114306.streamlock.net/PadrePioTV/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="RaiItaliaAmerica.it",Rai Italia America (360p)
http://210.210.155.69/s/s63/S4/mnf.m3u8
#EXTINF:-1 tvg-id="DeejayTV.it",Deejay TV (1080p)
https://4c4b867c89244861ac216426883d1ad0.msvdn.net/live/S85984808/sMO0tz9Sr2Rk/playlist.m3u8
#EXTINF:-1 tvg-id="InterTV.it",Inter TV (720p)
https://open.http.mp.streamamg.com/p/3001560/sp/300156000/playManifest/entryId/0_xmkk2kjr/flavorIds/0_zlbr85f8,0_zlbr85f8,0_noewhew2/format/applehttp/protocol/https/a.m3u8
#EXTINF:-1 tvg-id="GM24.it",GM24 (480p)
https://streaming.softwarecreation.it/GM24/GM24/playlist.m3u8
#EXTINF:-1 tvg-id="LucaniaChannel.it",Lucania Channel (720p)
http://wms.shared.streamshow.it/lucaniatv/lucaniatv/playlist.m3u8
#EXTINF:-1 tvg-id="ItaliaChannel.it",Italia Channel (1080p)
https://stream1.aswifi.it/italiachannel/stream/index.m3u8
#EXTINF:-1 tvg-id="TGNorba24.it",TG Norba 24 (404p)
https://router.xdevel.com/video0s976570-1326/stream/playlist_dvr.m3u8
#EXTINF:-1 tvg-id="TeleMiaExtra.it",TeleMia Extra (576p)
https://playerssl.telemia.tv/fileadmin/hls/TelemiaExtra/telemiaextra_mediachunks.m3u8
#EXTINF:-1 tvg-id="LaCTV.it",La C TV (720p)
https://f5842579ff984c1c98d63b8d789673eb.msvdn.net/live/S47282891/JWjL3xqPf4bX/playlist.m3u8
#EXTINF:-1 tvg-id="",La C News 24 (720p)
https://f5842579ff984c1c98d63b8d789673eb.msvdn.net/live/S27391994/HVvPMzy/playlist.m3u8
#EXTINF:-1 tvg-id="TCI.it",TCI (1080p)
https://tbn-jw.cdn.vustreams.com/live/tci/live.isml/2b7d53c5-b504-4d26-b25f-a70deb8d0faf.m3u8
#EXTINF:-1 tvg-id="TeleTerni.it",TeleTerni (720p)
https://diretta.teleterni.it:8080//show/show.m3u8
#EXTINF:-1 tvg-id="TV7Triveneta.it",TV7 Triveneta (562p)
https://www.gruppotv7.com:8090/hls/ireporter.m3u8
#EXTINF:-1 tvg-id="",TV7 Meteo (404p)
https://www.gruppotv7.com:8090/hls/meteo.m3u8
#EXTINF:-1 tvg-id="A2itv.it",A2itv (1080p)
https://stream.sen-gt.com/A2itv/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="CarinaTV.it",CarinaTV (720p)
https://stream7.zivoli.it/carinatv/carinatv/playlist.m3u8
#EXTINF:-1 tvg-id="CusanoItaliaTV.it",Cusano Italia TV (720p)
https://router.xdevel.com/video0s975363-69/stream/playlist.m3u8
#EXTINF:-1 tvg-id="DonnaShopping.it",Donna Shopping (576p)
https://5926fc9c7c5b2.streamlock.net/9354/9354/playlist.m3u8
#EXTINF:-1 tvg-id="RossiniTV.it",Rossini TV (720p)
https://5cbd3bc28341f.streamlock.net:444/rossinitv_live/944A-63A6-9EB8-4492/playlist.m3u8
#EXTINF:-1 tvg-id="RTL1025Best.it",RTL 102.5 Best (1080p)
https://streamcdnb7-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S76960628/OEPHRUIctA0M/playlist_video.m3u8
#EXTINF:-1 tvg-id="RTL1025BroSis.it",RTL 102.5 Bro&Sis (1080p)
https://streamcdnb6-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S75007890/MUGHuxc9dQ3b/playlist.m3u8
#EXTINF:-1 tvg-id="RTL1025Doc.it",RTL 102.5 Doc (1080p)
https://streamcdnb12-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S51100361/0Fb4R3k82b5Z/playlist_video.m3u8
#EXTINF:-1 tvg-id="",RTL 102.5 Extra (1080p)
https://streamcdnb2-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S26743519/49ksH8apMKou/playlist.m3u8
#EXTINF:-1 tvg-id="RTL1025Napule.it",RTL 102.5 Napulé (1080p)
https://streamcdnb5-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S27134503/0f9AhuwKlhnZ/playlist_video.m3u8
#EXTINF:-1 tvg-id="RTL1025News.it",RTL 102.5 News (1080p)
https://streamcdnb2-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S38122967/2lyQRIAAGgRR/playlist_video.m3u8
#EXTINF:-1 tvg-id="RTL1025RomeoJuliet.it",RTL 102.5 Romeo&Juliet (1080p)
https://streamcdnb4-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S8448465/zTYa1Z5Op9ue/playlist_video.m3u8
#EXTINF:-1 tvg-id="RTL1025TV.it",RTL 102.5 TV (1080p)
https://streamcdnb12-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S97044836/tbbP8T1ZRPBL/playlist_video.m3u8
#EXTINF:-1 tvg-id="RadioFrecciaTV.it",Radio Freccia TV (1080p)
https://streamcdnb1-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S3160845/0tuSetc8UFkF/playlist_video.m3u8
#EXTINF:-1 tvg-id="T9.it",T9 (288p)
https://streaming.softwarecreation.it/tnove/tnove/playlist.m3u8
#EXTINF:-1 tvg-id="Telestense.it",Telestense (720p)
https://5e73cf528f404.streamlock.net/TeleEstense/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="TeleGenova.it",TeleGenova (404p)
https://5db313b643fd8.streamlock.net/Telegenova/Telegenova/playlist.m3u8
#EXTINF:-1 tvg-id="Teleromagna.it",Teleromagna (480p)
http://livetr.teleromagna.it/teleromagna/live/playlist.m3u8
#EXTINF:-1 tvg-id="TelesirioWebTV.it",Telesirio Web TV (240p)
https://www.telesirio.it/live/stream.m3u8
#EXTINF:-1 tvg-id="TTTeletutto.it",TT Teletutto (720p)
https://600f07e114306.streamlock.net/TT_TELETUTTO/smil:TT.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TT2Teletutto.it",TT2 Teletutto (720p)
https://600f07e114306.streamlock.net/TT2_TELETUTTO/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="TT24Teletutto.it",TT24 Teletutto (720p)
https://600f07e114306.streamlock.net/TT24_TELETUTTO/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="Telepace1.it",Telepace 1 (1080p)
https://live.mariatvcdn.com/teleradiopace1/efcc8fc46cab26315ce3f5845d76008f.sdp/index.m3u8
#EXTINF:-1 tvg-id="Telepace2.it",Telepace 2 (1080p)
https://live.mariatvcdn.com/teleradiopace2/254c9b5c52a73a94ef0f6169cbd05dc2.sdp/index.m3u8
#EXTINF:-1 tvg-id="Telepace3.it",Telepace 3 (360p)
https://live.mariatvcdn.com/teleradiopace3/d2274c22e9ee09eb2eda01ed0496f8f5.sdp/index.m3u8
#EXTINF:-1 tvg-id="Telepace4.it",Telepace 4 (720p)
https://live.mariatvcdn.com/teleradiopace4/13d74f2cfe921bfbc262697203d47d8f.sdp/index.m3u8
#EXTINF:-1 tvg-id="TelepaceNews.it",Telepace News (720p)
https://live.mariatvcdn.com/teleradiopace6/d289fe76f16ad32afec471ea1b941583.sdp/index.m3u8
#EXTINF:-1 tvg-id="",Telepace Roma (720p)
https://live.mariatvcdn.com/mariatvpoint/d36592901d5429dd7f9ec1e7bbeda8c2.sdp/index.m3u8
#EXTINF:-1 tvg-id="",Telepace Trento (540p)
https://5a1178b42cc03.streamlock.net/telepacetrento/telepacetrento/playlist.m3u8
#EXTINF:-1 tvg-id="TeleSanDomenico.it",TeleSanDomenico (1080p)
https://stream.mariatvcdn.com/tsd/7c59373bfdb38201b9215ff86f0ce6af.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="TVYesItalia.it",TV Yes Italia (720p)
https://stream1.aswifi.it/radioyes/live/index.m3u8
#EXTINF:-1 tvg-id="UniNettunoUniversityTV.it",UniNettuno University TV (720p)
https://stream6-rai-it.akamaized.net/live/uninettuno/playlist.m3u8
#EXTINF:-1 tvg-id="VH1Italia.it",VH1 Italia (1080p)
https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8
#EXTINF:-1 tvg-id="ZerounoTVNews.it",Zerouno TV News (720p)
https://5db313b643fd8.streamlock.net/ZerounoTVEventi/ZerounoTVEventi/playlist.m3u8
#EXTINF:-1 tvg-id="111TV.it",111 TV (720p)
https://5db313b643fd8.streamlock.net/111TV/111TV/playlist.m3u8
#EXTINF:-1 tvg-id="Antenna2TV.it",Antenna 2 TV (720p)
https://58f12ffd2447a.streamlock.net/Antenna2/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="ApuliaWebTV.it",Apulia Web TV (1080p)
https://cp1.server89.com:19360/apuliawebtv/apuliawebtv.m3u8
#EXTINF:-1 tvg-id="CalabriaTV.it",Calabria TV (256p)
https://5db313b643fd8.streamlock.net:443/CalabriaTv2/CalabriaTv2/playlist.m3u8
#EXTINF:-1 tvg-id="EtnaEspressoChannel.it",Etna Espresso Channel (720p)
https://5db313b643fd8.streamlock.net/Etnachannelponte/Etnachannelponte/playlist.m3u8
#EXTINF:-1 tvg-id="eTvMarche.it",èTv Marche (720p)
https://live.ipstream.it/etvmarche/etvmarche.stream/playlist.m3u8
#EXTINF:-1 tvg-id="eTvRete7.it",èTv Rete 7 (720p)
https://live.ipstream.it/etv/etv.stream/playlist.m3u8
#EXTINF:-1 tvg-id="FanoTV.it",Fano TV (1080p)
https://5cbd3bc28341f.streamlock.net:444/fanotv_live/_definst_/43DA-3923-9C72-4E9F/playlist.m3u8
#EXTINF:-1 tvg-id="Adnkronos.it",Adnkronos (720p)
https://5e73cf528f404.streamlock.net/GR_sport/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="GRPVERATV.it",GRP VERATV (576p)
https://5cbd3bc28341f.streamlock.net:444/grp/live/playlist.m3u8
#EXTINF:-1 tvg-id="LabTV.it",L@b TV (1080p)
http://live.sloode.com:1935/labtv_live/labtv/playlist.m3u8
#EXTINF:-1 tvg-id="LeCronacheTV.it",Le Cronache TV (720p)
http://stucazz.com:8888/hls/cronache.m3u8
#EXTINF:-1 tvg-id="LombardiaTV.it",Lombardia TV (720p)
https://5db313b643fd8.streamlock.net/LOMBARDIATV/LOMBARDIATV/playlist.m3u8
#EXTINF:-1 tvg-id="LoveinVenice.it",Love in Venice (480p)
http://59d7d6f47d7fc.streamlock.net/loveinvenice/loveinvenice/playlist.m3u8
+2 -2
View File
@@ -89,8 +89,8 @@ https://ythls.onrender.com/channel/UC6AG81pAkf6Lbi_1VC5NmPA.m3u8
https://movie.mcas.jp/mcas/mx1_2/master.m3u8 https://movie.mcas.jp/mcas/mx1_2/master.m3u8
#EXTINF:-1 tvg-id="TokyoMX1.jp" status="online",Tokyo MX1 (720p) #EXTINF:-1 tvg-id="TokyoMX1.jp" status="online",Tokyo MX1 (720p)
https://movie.mcas.jp/mcas/mx_live_2/master.m3u8 https://movie.mcas.jp/mcas/mx_live_2/master.m3u8
#EXTINF:-1 tvg-id="TokyoMX1.jp" status="online",Tokyo MX1 #EXTINF:-1 tvg-id="TokyoMX1.jp" status="online",Tokyo MX1 (neetball 720p)
https://neetball.net/live/test2.m3u8 https://neetball.net/live/neet.m3u8
#EXTINF:-1 tvg-id="TokyoMX1.jp" status="online",Tokyo MX1 (360p) #EXTINF:-1 tvg-id="TokyoMX1.jp" status="online",Tokyo MX1 (360p)
https://movie.mcas.jp/mcas/smil:mx1_prod.smil/master.m3u8 https://movie.mcas.jp/mcas/smil:mx1_prod.smil/master.m3u8
#EXTINF:-1 tvg-id="TokyoMX2.jp" status="online",Tokyo MX2 (720p) #EXTINF:-1 tvg-id="TokyoMX2.jp" status="online",Tokyo MX2 (720p)
+2
View File
@@ -22,6 +22,7 @@ http://185.105.4.236:1935/live/ngrp:livestream_all/live.m3u8
#EXTINF:-1 tvg-id="MTVLebanon.lb" status="online",MTV Lebanon (1080p) #EXTINF:-1 tvg-id="MTVLebanon.lb" status="online",MTV Lebanon (1080p)
https://1537084837.rsc.cdn77.org/1537084837/playlist.m3u8 https://1537084837.rsc.cdn77.org/1537084837/playlist.m3u8
#EXTINF:-1 tvg-id="MTVLebanon.lb" status="online",MTV Lebanon (1080p) #EXTINF:-1 tvg-id="MTVLebanon.lb" status="online",MTV Lebanon (1080p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
https://live.3cd.io/v1/broadcast/mtv/playlist.m3u8 https://live.3cd.io/v1/broadcast/mtv/playlist.m3u8
#EXTINF:-1 tvg-id="NabaaTV.lb" status="online",Nabaa TV (720p) [Not 24/7] #EXTINF:-1 tvg-id="NabaaTV.lb" status="online",Nabaa TV (720p) [Not 24/7]
http://31.14.40.237:1935/live/Nabaa/playlist.m3u8 http://31.14.40.237:1935/live/Nabaa/playlist.m3u8
@@ -38,6 +39,7 @@ https://svs.itworkscdn.net/nour9satlive/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="Noursat.lb" status="online",NourSAT (576p) #EXTINF:-1 tvg-id="Noursat.lb" status="online",NourSAT (576p)
https://svs.itworkscdn.net/nour4satlive/livestream/playlist.m3u8 https://svs.itworkscdn.net/nour4satlive/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="OneTVLebanon.lb" status="online",One TV Lebanon (1080p) #EXTINF:-1 tvg-id="OneTVLebanon.lb" status="online",One TV Lebanon (1080p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
https://live.3cd.io/v1/broadcast/one/playlist.m3u8 https://live.3cd.io/v1/broadcast/one/playlist.m3u8
#EXTINF:-1 tvg-id="OTV.lb" status="online",OTV (720p) [Not 24/7] #EXTINF:-1 tvg-id="OTV.lb" status="online",OTV (720p) [Not 24/7]
http://62.182.82.104/OTV/index.m3u8?token=test http://62.182.82.104/OTV/index.m3u8?token=test
+2
View File
@@ -5,3 +5,5 @@ https://stream.nasatv.com.mk/hls/nasatv_live.m3u8
https://eu.live.skyfolk.mk/live.m3u8 https://eu.live.skyfolk.mk/live.m3u8
#EXTINF:-1 tvg-id="SkyFolkTV.mk" status="online",Sky Folk TV (720p) [Not 24/7] #EXTINF:-1 tvg-id="SkyFolkTV.mk" status="online",Sky Folk TV (720p) [Not 24/7]
https://skyfolk.mk/live.m3u8 https://skyfolk.mk/live.m3u8
#EXTINF:-1 tvg-id="TopEstradaTV.mk" status="online",TopEstrada TV
http://live.topestrada.com/live/topestrada/playlist.m3u8
+48 -8
View File
@@ -17,7 +17,7 @@ https://api.new.livestream.com/accounts/3789491/events/8003011/live.m3u8
https://5e50264bd6766.streamlock.net/canal442/videocanal442/playlist.m3u8 https://5e50264bd6766.streamlock.net/canal442/videocanal442/playlist.m3u8
#EXTINF:-1 tvg-id="Canal44.mx" status="blocked",Canal 44 Ciudad Juárez (720p) [Geo-blocked] #EXTINF:-1 tvg-id="Canal44.mx" status="blocked",Canal 44 Ciudad Juárez (720p) [Geo-blocked]
https://5e50264bd6766.streamlock.net/canal44/videocanal44/playlist.m3u8 https://5e50264bd6766.streamlock.net/canal44/videocanal44/playlist.m3u8
#EXTINF:-1 tvg-id="CanaldelCongreso451.mx" status="timeout",Canal del Congreso 45.1 #EXTINF:-1 tvg-id="CanaldelCongreso451.mx" status="timeout",Canal del Congreso 45.1 [Not 24/7]
https://edge.canaldelcongreso.gob.mx/live_sd1/smil:canal-sd1.smil/playlist.m3u8 https://edge.canaldelcongreso.gob.mx/live_sd1/smil:canal-sd1.smil/playlist.m3u8
#EXTINF:-1 tvg-id="CanalIberoamericano.mx" status="timeout",Canal Iberoamericano #EXTINF:-1 tvg-id="CanalIberoamericano.mx" status="timeout",Canal Iberoamericano
https://icsbaldeastd.aldeasolutions.mx/EVLiveCan18ABR/mp4:7NBH6B8L/playlist.m3u8 https://icsbaldeastd.aldeasolutions.mx/EVLiveCan18ABR/mp4:7NBH6B8L/playlist.m3u8
@@ -147,21 +147,61 @@ https://hls.gvstream.live/telesistemas/15tv.stream/playlist.m3u8
https://60ed5b6d0df78.streamlock.net:1936/segundo/segundo/playlist.m3u8 https://60ed5b6d0df78.streamlock.net:1936/segundo/segundo/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Alcarria TV (576p) [Not 24/7] #EXTINF:-1 tvg-id="" status="online",Alcarria TV (576p) [Not 24/7]
http://217.182.77.27/live/alcarriatv-livestream.m3u8 http://217.182.77.27/live/alcarriatv-livestream.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Canal del Congreso 45.2 #EXTINF:-1 tvg-id="CanaldelCongreso452.mx" status="timeout",Canal del Congreso 45.2 [Not 24/7]
https://edge.canaldelcongreso.gob.mx/live_sd2/smil:canal-sd2.smil/playlist.m3u8 https://edge.canaldelcongreso.gob.mx/live_sd2/smil:canal-sd2.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Canal del Congreso 45.3 #EXTINF:-1 tvg-id="CanaldelCongreso453.mx" status="timeout",Canal del Congreso 45.3 [Not 24/7]
https://edge.canaldelcongreso.gob.mx/live_hd1/smil:canal-hd1.smil/playlist.m3u8 https://edge.canaldelcongreso.gob.mx/live_hd1/smil:canal-hd1.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Lo Mejor De La Liga MX #EXTINF:-1 tvg-id="" status="online",ViX Lo Mejor De La Liga MX (720p)
https://linear-193.frequency.stream/193/hls/master/playlist.m3u8 https://linear-193.frequency.stream/193/hls/master/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Nueve TV San Luís Potosí (720p) #EXTINF:-1 tvg-id="NueveTV.mx" status="online",Nueve TV San Luís Potosí (720p)
https://5ca9af4645e15.streamlock.net/nuevetv/videonuevetv/.m3u8 https://5ca9af4645e15.streamlock.net/nuevetv/videonuevetv/.m3u8
#EXTINF:-1 tvg-id="" status="online",POP TV (542p) [Not 24/7] #EXTINF:-1 tvg-id="" status="online",POP TV (542p) [Not 24/7]
https://5ca3e84a76d30.streamlock.net/gpacifico3/smil:obregon.smil/playlist.m3u8 https://5ca3e84a76d30.streamlock.net/gpacifico3/smil:obregon.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",TELE SISTEMA CANAL 9 (486p) [Geo-blocked] #EXTINF:-1 tvg-id="" status="online",TELE SISTEMA CANAL 9 (486p) [Geo-blocked]
http://k4.usastreams.com/ARBtv/ARBtv/playlist.m3u8 http://k4.usastreams.com/ARBtv/ARBtv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Teleplay Sureste (360p) #EXTINF:-1 tvg-id="TeleplaySureste.mx" status="online",Teleplay Sureste (360p)
https://teleplay.mediaflix.istream.mx/livestream/teleplay/livesd/playlist.m3u8 https://teleplay.mediaflix.istream.mx/livestream/teleplay/livesd/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Turistik TV (720p) #EXTINF:-1 tvg-id="TuristikTV.mx" status="online",Turistik TV (720p)
https://5fa5de1a545ae.streamlock.net/8030/8030/.m3u8 https://5fa5de1a545ae.streamlock.net/8030/8030/.m3u8
#EXTINF:-1 tvg-id="" status="error",ViBE TV [Not 24/7] #EXTINF:-1 tvg-id="ViBETV.mx" status="error",ViBE TV [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vibetv http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vibetv
#EXTINF:-1 tvg-id="",TV UJAT (XHUJAT-TDT) (720p) [Not 24/7]
https://5e50264bd6766.streamlock.net/ujat/videoujat/playlist.m3u8
#EXTINF:-1 tvg-id="LasEstrellas.mx",Las Estrellas (1080p)
https://linear-416.frequency.stream/416/hls/master/playlist.m3u8
#EXTINF:-1 tvg-id="",B15 (1080p)
https://60ed5b6d0df78.streamlock.net:1936/envio2/envio2/playlist.m3u8
#EXTINF:-1 tvg-id="",TV Guanajuato (720p)
https://stream.oursnetworktv.com/latin/tvguanajuato/playlist.m3u8
#EXTINF:-1 tvg-id="",TV Mar Puerto Vallarta (1080p)
https://5ca3e84a76d30.streamlock.net/tvmarvallarta/videotvmarvallarta/playlist.m3u8
#EXTINF:-1 tvg-id="",TV Mar La Paz (1080p)
https://5fc584f3f19c9.streamlock.net/tvmarlapaz/smil:tvmarlapaz.smil/playlist.m3u8
#EXTINF:-1 tvg-id="",TV Mar Los Cabos (1080p)
https://5fc584f3f19c9.streamlock.net/tvmarloscabos/smil:tvmarloscabos.smil/playlist.m3u8
#EXTINF:-1 tvg-id="",NRT México Canal 4 (720p)
https://59e88b197fb16.streamlock.net:4443/live/canal4/playlist.m3u8
#EXTINF:-1 tvg-id="",SIZART Canal 24 (1080p)
https://5ca9af4645e15.streamlock.net/zacatecas/videozacatecas/playlist.m3u8
#EXTINF:-1 tvg-id="",Canal 10 Chiapas (720p)
https://5ca9af4645e15.streamlock.net/chiapas/videochiapas/playlist.m3u8
#EXTINF:-1 tvg-id="",IERTBCS Canal 8 La Paz (1080p) [Not 24/7]
https://60ed5b6d0df78.streamlock.net:1936/iertbcs/iertbcs/playlist.m3u8
#EXTINF:-1 tvg-id="",Señal España (XHUNES-TDT) (720p)
https://tv91.hostingnuclear.com:19360/xhunestv/xhunestv.m3u8
#EXTINF:-1 tvg-id="",Alcance TV (720p)
https://5bf8041cb3fed.streamlock.net/AlcanceTV/AlcanceTV/playlist.m3u8
#EXTINF:-1 tvg-id="",VB Media TV (1080p)
https://capomo01-enitv.eninetworks.com/locales_vbmedia_publico/index.m3u8
#EXTINF:-1 tvg-id="",ViX Cine Club (720p)
https://linear-192.frequency.stream/192/hls/master/playlist.m3u8
#EXTINF:-1 tvg-id="",ViX Novelas de Romance (720p)
https://linear-194.frequency.stream/194/hls/master/playlist.m3u8
#EXTINF:-1 tvg-id="",ViX Familia (720p)
https://linear-195.frequency.stream/195/hls/master/playlist.m3u8
#EXTINF:-1 tvg-id="",ViX Novelas de Oro (720p)
https://linear-196.frequency.stream/196/hls/master/playlist.m3u8
#EXTINF:-1 tvg-id="",ViX Parejas (1080p)
https://d1f3q72l8uy8ur.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-z46pswns8dp1b-ssai-prd/dist/samsungtv/318/hls/master/playlist.m3u8
#EXTINF:-1 tvg-id="",ViX Jajaja (1080p)
https://d1406h321fcaxw.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-hlqsnnxad8rlq-ssai-prd/dist/samsungtv/310/hls/master/playlist.m3u8
+2
View File
@@ -13,3 +13,5 @@ https://fueltv-fueltv-11-mx.samsung.wurl.com/manifest/playlist.m3u8
https://appletree-mytime-samsungmexico.amagi.tv/playlist.m3u8 https://appletree-mytime-samsungmexico.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Runtime (Mexico) (1080p) #EXTINF:-1 tvg-id="" status="online",Runtime (Mexico) (1080p)
https://runtimemx-samsungmx.amagi.tv/playlist.m3u8 https://runtimemx-samsungmx.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="TlnovelasEuropa.mx",Tlnovelas Europa (720p)
https://televisa-televisa-1-it.samsung.wurl.tv/playlist.m3u8
+2
View File
@@ -325,3 +325,5 @@ http://177.53.152.186:8000/play/a00j/index.m3u8
http://177.53.152.186:8000/play/a00g/index.m3u8 http://177.53.152.186:8000/play/a00g/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Radio y TV Filadelfia #EXTINF:-1 tvg-id="" status="online",Radio y TV Filadelfia
https://streamlive8.hearthis.at/hls/9355343_orig/index.m3u8 https://streamlive8.hearthis.at/hls/9355343_orig/index.m3u8
#EXTINF:-1 tvg-id="Latina.pe",Latina (480p)
https://mdstrm.com/live-stream-playlist/5ce7109c7398b977dc0744cd.m3u8
+40 -4
View File
@@ -5,11 +5,47 @@ https://59825a54e4454.streamlock.net:8443/marcos536/marcos536/playlist.m3u8
https://59514edd5dd8e.streamlock.net/unoradio/unoradio1/playlist.m3u8 https://59514edd5dd8e.streamlock.net/unoradio/unoradio1/playlist.m3u8
#EXTINF:-1 tvg-id="PuraPalabra.pr" status="online",Pura Palabra (718p) [Not 24/7] #EXTINF:-1 tvg-id="PuraPalabra.pr" status="online",Pura Palabra (718p) [Not 24/7]
https://59825a54e4454.streamlock.net:8443/william233/william233/playlist.m3u8 https://59825a54e4454.streamlock.net:8443/william233/william233/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",CDM TV (480p) [Not 24/7] #EXTINF:-1 tvg-id="WCCVDT1.us" status="online",WCCV-DT1 (CDM TV) (480p) [Not 24/7]
http://205.164.56.130:1935/marcos536/marcos536/playlist.m3u8 http://205.164.56.130:1935/marcos536/marcos536/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",CTNi (Christian Television Network International) (480p) [Not 24/7] #EXTINF:-1 tvg-id="WELUDT1.us" status="online",CTNi (Christian Television Network International) (480p) [Not 24/7]
https://584097344c1f0.streamlock.net/48/smil:48.smil/playlist.m3u8 https://584097344c1f0.streamlock.net/48/smil:48.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Mas TV (1080p) #EXTINF:-1 tvg-id="WXWZLD1.us" status="online",WXWZ-LD1 (Mas TV) (1080p)
https://video1.getstreamhosting.com:1936/8212/8212/playlist.m3u8 https://video1.getstreamhosting.com:1936/8212/8212/playlist.m3u8
#EXTINF:-1 tvg-id="" status="blocked",Wipr #EXTINF:-1 tvg-id="WIPRDT1.us" status="blocked",WIPR (1080p) [Geo-blocked]
https://streannliveprtv.cachefly.net/prtv1/prtv1/playlist.m3u8 https://streannliveprtv.cachefly.net/prtv1/prtv1/playlist.m3u8
#EXTINF:-1 tvg-id="MasterVideo.pr",Master Video (1080p)
https://5fd5567570c0e.streamlock.net/222/stream/playlist.m3u8
#EXTINF:-1 tvg-id="SalvacionTV.pr",Salvación TV (720p)
https://stream.eleden.com/livesalvatv/ngrp:livesalvatv_all/playlist.m3u8
#EXTINF:-1 tvg-id="BuenaTV.pr",Buena TV (1080p)
https://59825a54e4454.streamlock.net:8443/papo351/papo351/playlist.m3u8
#EXTINF:-1 tvg-id="LaX.pr",La-X (720p)
https://stream.eleden.com/livelax/ngrp:livelax_all/playlist.m3u8
#EXTINF:-1 tvg-id="TeleOnce.pr",TeleOnce (1080p)
https://univision-live.cdn.vustreams.com/live/ce88b839-6376-4494-a2ee-83d66bc7cfc1/live.isml/ce88b839-6376-4494-a2ee-83d66bc7cfc1.m3u8
#EXTINF:-1 tvg-id="ACSNetwork.pr",ACS Network (480p)
https://vdo2.streamgato.us:3273/live/acsnetworktvlive.m3u8
#EXTINF:-1 tvg-id="AmericaTeVe.pr",América TeVé (720p)
https://uni01rtmp.tulix.tv/americateve1/americateve1/playlist.m3u8
#EXTINF:-1 tvg-id="",Nueva Vida (720p)
https://vip.livecastnet.com:3206/live/nuevavidalive.m3u8
#EXTINF:-1 tvg-id="",Radio Isla (720p)
https://59a564764e2b6.streamlock.net/palestra/palestra/playlist.m3u8
#EXTINF:-1 tvg-id="",Triunfo 96.9 FM TV (360p)
https://59825a54e4454.streamlock.net:8443/william652/william652/playlist.m3u8
#EXTINF:-1 tvg-id="",WZNT (Zeta 93) (1080p) [Not 24/7]
https://livestream.lamusica.com/nacionz/ngrp:nacionz_all/playlist.m3u8
#EXTINF:-1 tvg-id="WKAQDT1.us" status="online",WKAQ-DT1 (Telemundo PR) (1080p)
https://nbculocallive.akamaized.net/hls/live/2037499/puertorico/stream1/master.m3u8
#EXTINF:-1 tvg-id="WRUADT1.us",WRUA-DT1 (Tiva TV) (720p)
https://fl496518-exthls-p1.flovp.com/fl496518/live/live.m3u8
#EXTINF:-1 tvg-id="WRUADT1.us",WRUA-DT1 (Tiva TV) (720p)
https://link.frontlayer.com/services/hls2/fl496518/index.m3u8
#EXTINF:-1 tvg-id="WSBSDT1.us" status="online",WSBS-DT1 (Mega TV) (1080p)
https://livestream.lamusica.com/megatvP320/ngrp:megatvP320_all/playlist.m3u8
#EXTINF:-1 tvg-id="WWXYDT1.us",WWXY-DT1 (Boricua TV) (1080p)
https://2-fss-2.streamhoster.com/pl_138/amlst:201284-1347630/playlist.m3u8
#EXTINF:-1 tvg-id="WDWLDT2.us",WDWL-DT2 (EJTV) (720p)
https://11554-1.b.cdn13.com/EJTV/smil:ejtv-hd.smil/playlist.m3u8
#EXTINF:-1 tvg-id="WWXYDT3.us",WWXY-DT3 (Maranatha Radio Ministries) (720p)
https://vip.livecastnet.com:3930/live/maranatharadiolive.m3u8
+6
View File
@@ -21,6 +21,12 @@ https://shls-spacetoon-prod-dub.shahid.net/out/v1/6240b773a3f34cca95d119f9e76aec
https://streams.spacetoon.com/live/stchannel/smil:livesmil.smil/playlist.m3u8 https://streams.spacetoon.com/live/stchannel/smil:livesmil.smil/playlist.m3u8
#EXTINF:-1 tvg-id="SyriaDrama.sy" status="timeout",Syria Drama (360p) [Not 24/7] #EXTINF:-1 tvg-id="SyriaDrama.sy" status="timeout",Syria Drama (360p) [Not 24/7]
http://vod.ortas.sy:1935/oLive/drama05042022/playlist.m3u8 http://vod.ortas.sy:1935/oLive/drama05042022/playlist.m3u8
#EXTINF:-1 tvg-id="SyrianEducationalTV.sy" status="timeout",Syrian Educational TV (360p) [Not 24/7]
http://vod.ortas.sy:1935/oLive/sedu05042022/playlist.m3u8
#EXTINF:-1 tvg-id="SyrianNewsChannel.sy" status="online",Syrian News Channel (360p) [Not 24/7]
http://vod.ortas.sy:1935/oLive/snews05042022/playlist.m3u8
#EXTINF:-1 tvg-id="SyrianNewsChannel.sy" status="online",Syrian News Channel (360p) [Not 24/7]
http://vod.alikhbaria.net:1935/oLive/snews05042022/playlist.m3u8
#EXTINF:-1 tvg-id="SyrianSatelliteChannel.sy" status="timeout",Syria Satellite Channel (360p) [Not 24/7] #EXTINF:-1 tvg-id="SyrianSatelliteChannel.sy" status="timeout",Syria Satellite Channel (360p) [Not 24/7]
http://vod.ortas.sy:1935/oLive/sat05042022/playlist.m3u8 http://vod.ortas.sy:1935/oLive/sat05042022/playlist.m3u8
#EXTINF:-1 tvg-id="SyriaTV.sy" status="online",Syria TV (1080p) [Not 24/7] #EXTINF:-1 tvg-id="SyriaTV.sy" status="online",Syria TV (1080p) [Not 24/7]
+137 -1
View File
@@ -251,7 +251,7 @@ http://tv-trt1-persona-live.medya.trt.com.tr/master.m3u8
https://tv-trt2.medya.trt.com.tr/master.m3u8 https://tv-trt2.medya.trt.com.tr/master.m3u8
#EXTINF:-1 tvg-id="TRT2.tr" status="online",TRTeba Anaokulu #EXTINF:-1 tvg-id="TRT2.tr" status="online",TRTeba Anaokulu
https://tv-e-okul00.medya.trt.com.tr/master.m3u8 https://tv-e-okul00.medya.trt.com.tr/master.m3u8
#EXTINF:-1 tvg-id="TRTArabi.tr" status="online",TRT Arabi (720p) [Not 24/7] #EXTINF:-1 tvg-id="TRTArabi.tr" status="online",TRT Arabi (1080p) [Not 24/7]
https://tv-trtarabi.live.trt.com.tr/master.m3u8 https://tv-trtarabi.live.trt.com.tr/master.m3u8
#EXTINF:-1 tvg-id="TRTArabi.tr" status="online",TRT Arabi (720p) [Not 24/7] #EXTINF:-1 tvg-id="TRTArabi.tr" status="online",TRT Arabi (720p) [Not 24/7]
https://ythls.onrender.com/channel/UC5GvVahlgulCyo4cshSmbcg.m3u8 https://ythls.onrender.com/channel/UC5GvVahlgulCyo4cshSmbcg.m3u8
@@ -341,3 +341,139 @@ https://s01.vpis.io/ogun/ogun.m3u8
https://59cba4d34b678.streamlock.net/canlitv/torbatv/playlist.m3u8 https://59cba4d34b678.streamlock.net/canlitv/torbatv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Yol TV (720p) #EXTINF:-1 tvg-id="" status="online",Yol TV (720p)
https://stream.yol.tv:9443/medialive/yol.m3u8 https://stream.yol.tv:9443/medialive/yol.m3u8
#EXTINF:-1 tvg-id="DRTDenizli.tr",DRT Denizli (720p)
https://edge1.socialsmart.tv/drttv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="EdessaTV.tr",Edessa TV (720p)
https://tv.digitalbox.xyz:19360/edessatv/edessatv.m3u8
#EXTINF:-1 tvg-id="ESTV.tr",ES TV (720p)
https://live.artidijitalmedya.com/artidijital_estv/estv/playlist.m3u8
#EXTINF:-1 tvg-id="FalastiniTV.tr",Falastini TV (1080p)
https://cdg8.edge.technocdn.com/palestiniantv_source/live/playlist.m3u8
#EXTINF:-1 tvg-id="GoncaTV.tr",Gonca TV (720p)
https://edge1.socialsmart.tv/goncatv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="GuneydoguTV.tr",Guneydogu TV (720p)
https://broadcasttr.com:446/gtv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="BeykentTV.tr",Beykent TV (720p)
https://yayin30.haber100.com/live/beykenttv/playlist.m3u8
#EXTINF:-1 tvg-id="DreamTurk.tr",Dream Türk (720p)
https://live.duhnet.tv//S2/HLS_LIVE/dreamturknp/playlist.m3u8
#EXTINF:-1 tvg-id="KanalHayat.tr",Kanal Hayat (1080p)
https://tbn02a.ltnschedule.com/hls/nx21i.m3u8
#EXTINF:-1 tvg-id="KardelenTV.tr",Kardelen TV (1080p)
https://edge1.socialsmart.tv/kardelentv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="On4TV.tr",On4 TV (1080p)
https://edge1.socialsmart.tv/on4/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="QafTV.tr",Qaf TV (1080p)
https://mn-nl.mncdn.com/qaf/live/playlist.m3u8
#EXTINF:-1 tvg-id="RehberTV.tr",Rehber TV (720p)
https://yayin30.haber100.com/live/rehbertv/playlist.m3u8
#EXTINF:-1 tvg-id="SyriaTV.tr",Syria TV (1080p)
https://svs.itworkscdn.net/syriatvlive/syriatv.smil/playlist_dvr.m3u8
#EXTINF:-1 tvg-id="TarimTV.tr",Tarim TV (1080p)
https://content.tvkur.com/l/c7e1da7mm25p552d9u9g/master.m3u8
#EXTINF:-1 tvg-id="TatlisesTV.tr",Tatlises TV (720p)
https://live.artidijitalmedya.com/artidijital_tatlisestv/tatlisestv/playlist.m3u8
#EXTINF:-1 tvg-id="Teve2.tr",Teve2 (1080p)
https://teve2vod.duhnet.tv//S12/HLS_VOD/382843_2e5b/index.m3u8
#EXTINF:-1 tvg-id="TV1.tr",TV 1 (720p)
https://edge1.socialsmart.tv/tv1/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="TV264.tr",TV 264 (1080p)
https://b01c02nl.mediatriple.net/videoonlylive/mtdxkkitgbrckilive/broadcast_5ee244263fd6d.smil/playlist.m3u8
#EXTINF:-1 tvg-id="UlusalKanal.tr",Ulusal Kanal (720p)
https://stream.guventechnology.com:19360/ulusaltv/ulusaltv.m3u8
#EXTINF:-1 tvg-id="UUTV1.tr",ÜÜ TV 1 (1080p)
http://uskudarunv.mediatriple.net/uskudarunv/uskudar1/playlist.m3u8
#EXTINF:-1 tvg-id="NTV.tr",NTV (720p)
https://dogus-live.daioncdn.net/ntv/ntv.m3u8
#EXTINF:-1 tvg-id="TRTSpor.tr",TRT Spor (720p) [Geo-blocked]
https://tv-trtspor1.medya.trt.com.tr/master.m3u8
#EXTINF:-1 tvg-id="TRTSporYildiz.tr",TRT Spor Yildiz (720p) [Geo-blocked]
https://tv-trtspor2.medya.trt.com.tr/master.m3u8
#EXTINF:-1 tvg-id="KanalDDrama.tr",Kanal D Drama (1080p)
https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg01602-themahqfrance-vivekanald-samsungspain/playlist.m3u8
#EXTINF:-1 tvg-id="AgroTV.tr",Agro TV (1080p)
https://yayin30.haber100.com/live/agrotv/playlist.m3u8
#EXTINF:-1 tvg-id="AksuTV.tr",Aksu TV (720p)
https://live.artidijitalmedya.com/artidijital_aksutv/aksutv/playlist.m3u8
#EXTINF:-1 tvg-id="KanalAvrupa.tr",Kanal Avrupa (1080p)
http://51.15.2.151/hls/kanalavrupa.m3u8
#EXTINF:-1 tvg-id="MedMuzik.tr",Med Müzik (720p)
http://137.74.205.201/medmuzik/MedStream/playlist.m3u8
#EXTINF:-1 tvg-id="AlQanat9.tr",Al Qanat 9 (720p)
https://cdn.bestream.io:19360/alqanat9/alqanat9.m3u8
#EXTINF:-1 tvg-id="Kanal12.tr",Kanal 12 (1080p)
https://live.artidijitalmedya.com/artidijital_kanal12/kanal12/playlist.m3u8
#EXTINF:-1 tvg-id="DostTV.tr",Dost TV (576p)
https://dost.stream.emsal.im/tv/live.m3u8
#EXTINF:-1 tvg-id="TBMMTV.tr",TBMM TV (720p)
https://meclistv-live.ercdn.net/meclistv/meclistv.m3u8
#EXTINF:-1 tvg-id="",Kanal S (720p)
https://cdn-kanals.yayin.com.tr/kanals/kanals/playlist.m3u8
#EXTINF:-1 tvg-id="",Diyar TV (1080p)
https://yayin30.haber100.com/live/diyartv/playlist.m3u8
#EXTINF:-1 tvg-id="",MTürk TV (1080p)
https://broadcasttr.com:446/muglaturk/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="",Tivi 6 (720p)
https://live.artidijitalmedya.com/artidijital_tivi6/tivi6/playlist.m3u8
#EXTINF:-1 tvg-id="",Woman TV (360p)
https://embedlp.becdn.net/womantv.m3u8
#EXTINF:-1 tvg-id="KanalD.tr",Kanal D (1080p)
https://demiroren-live.daioncdn.net/kanald/kanald.m3u8
#EXTINF:-1 tvg-id="Ekoturk.tr",Ekotürk (720p)
https://mn-nl.mncdn.com/blutv_ekoturk2/live.m3u8
#EXTINF:-1 tvg-id="HalkTV.tr",Halk TV (720p)
https://halktv.blutv.com/blutv_halktv_live/live.m3u8
#EXTINF:-1 tvg-id="Cine5.tr",Cine5 (720p)
https://cdn-cine5tv.yayin.com.tr/cine5tv/cine5tv/playlist.m3u8
#EXTINF:-1 tvg-id="On6.tr",On 6 (720p)
https://live.artidijitalmedya.com/artidijital_kanal16/kanal16/playlist.m3u8
#EXTINF:-1 tvg-id="BizimevTV.tr",Bizimev TV (720p)
https://mn-nl.mncdn.com/blutv_bizimev/bizimev_sd.smil/playlist.m3u8
#EXTINF:-1 tvg-id="EuroD.tr",Euro D
https://live.duhnet.tv/S2/HLS_LIVE/eurodnp/playlist.m3u8
#EXTINF:-1 tvg-id="FlashTV.tr",Flash TV (720p)
https://mn-nl.mncdn.com/blutv_flashtv/live.m3u8
#EXTINF:-1 tvg-id="",Fortuna TV Istambul (720p)
https://fortunacdn.socialsmart.tv/ftvturk/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="KonTV.tr",Kon TV (720p)
https://mn-nl.mncdn.com/blutv_kontv2/live.m3u8
#EXTINF:-1 tvg-id="KRT.tr",KRT
https://krt.blutv.com/blutv_krt_live/live.m3u8
#EXTINF:-1 tvg-id="",KRAL TV (720p)
https://dogus-live.daioncdn.net/kraltv/playlist.m3u8
#EXTINF:-1 tvg-id="",KRAL Pop TV (720p)
https://dogus-live.daioncdn.net/kralpoptv/playlist.m3u8
#EXTINF:-1 tvg-id="Number1Turk.tr",Number 1 Türk (720p)
https://mn-nl.mncdn.com/blutv_nr1turk2/live.m3u8
#EXTINF:-1 tvg-id="Number1TV.tr",Number 1 TV (720p)
https://mn-nl.mncdn.com/blutv_nr12/live.m3u8
#EXTINF:-1 tvg-id="PamukkaleTV.tr",Pamukkale TV (614p)
http://ms1.sanlisoy.com:1935/pamukkaletv/pamukkaletv/playlist.m3u8
#EXTINF:-1 tvg-id="",Power Dance (1080p)
https://livetv.powerapp.com.tr/dance/dance.smil/playlist.m3u8
#EXTINF:-1 tvg-id="",Power Love (1080p)
https://livetv.powerapp.com.tr/plove/love.smil/playlist.m3u8
#EXTINF:-1 tvg-id="",Power Plus (1080p)
https://livetv.powerapp.com.tr/pplustv/pplustv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="",Power Türk Akustik (1080p)
http://livetv.powerapp.com.tr/pturkakustik/akustik.smil/playlist.m3u8
#EXTINF:-1 tvg-id="",Power Türk En Iyiler (1080p)
http://livetv.powerapp.com.tr/pturkeniyiler/eniyiler.smil/playlist.m3u8
#EXTINF:-1 tvg-id="",Power Türk Taptaze (1080p)
http://livetv.powerapp.com.tr/pturktaptaze/taptaze.smil/playlist.m3u8
#EXTINF:-1 tvg-id="",Power Türk Slow (1080p)
http://livetv.powerapp.com.tr/pturkslow/slow.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TekRumeliTV.tr",Tek Rumeli TV (576p)
https://edge1.socialsmart.tv/tekrumelitv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="TurkHaber.tr",TürkHaber (720p)
https://edge1.socialsmart.tv/turkhaber/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="TV100.tr",TV 100 (720p)
https://mn-nl.mncdn.com/blutv_tv1002/live.m3u8
#EXTINF:-1 tvg-id="",ADA TV (720p)
https://edge1.socialsmart.tv/adatv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="TVO.tr",TVO (720p)
https://cdn-kanaltvo.yayin.com.tr/kanaltvo/kanaltvo/playlist.m3u8
#EXTINF:-1 tvg-id="UlkeTV.tr",Ülke TV (720p)
https://mn-nl.mncdn.com/blutv_ulketv2/live.m3u8
#EXTINF:-1 tvg-id="",A Türk Izmir (360p)
https://vdo.digitalbox.xyz:3807/stream/play.m3u8
+56
View File
@@ -90,3 +90,59 @@ http://194.50.51.34/playlist.m3u8
https://stream.ntktv.ua/s/ntk/ntk.m3u8 https://stream.ntktv.ua/s/ntk/ntk.m3u8
#EXTINF:-1 tvg-id="" status="online",Орбіта ТВ (360p) [Not 24/7] #EXTINF:-1 tvg-id="" status="online",Орбіта ТВ (360p) [Not 24/7]
http://ftp.orbita.dn.ua/hls/orbita.m3u8 http://ftp.orbita.dn.ua/hls/orbita.m3u8
#EXTINF:-1 tvg-id="Channel7Ukraine.ua",Channel 7 Ukraine (720p)
http://cdn10.live-tv.od.ua:8081/7tvod/7tvod-abr/7tvod/7tvod/playlist.m3u8
#EXTINF:-1 tvg-id="PershiyDilovy.ua",Pershiy Dilovy
http://212.28.87.173:8000/play/a105/index.m3u8
#EXTINF:-1 tvg-id="TISTV.ua",TIS TV (480p)
http://cdn10.live-tv.od.ua:8081/riood/tisod-abr-lq/riood/tisod504/playlist.m3u8
#EXTINF:-1 tvg-id="Avers.ua",Avers (480p)
https://avers.pp.ua/hls/efir.m3u8
#EXTINF:-1 tvg-id="ChernomorskayaTV.ua",Chernomorskaya TV (720p)
https://stream.skyvision.com.ua/blackseatv/stream/main/playlist.m3u8
#EXTINF:-1 tvg-id="CNLUkraine.ua",CNL Ukraine (1080p)
https://live.cnl.in.ua/gnctv_hls_tcode/gnctv_tc1/playlist.m3u8?DVR
#EXTINF:-1 tvg-id="BamBarBiaTV.ua",BamBarBia TV (720p)
http://cdn1.live-tv.od.ua:8081/bbb/bbbtv-abr/playlist.m3u8
#EXTINF:-1 tvg-id="SK1.ua",SK 1 (720p)
http://cdn10.live-tv.od.ua:8081/sk1zt/sk1zt720p/playlist.m3u8
#EXTINF:-1 tvg-id="DumskayaTV.ua",Dumskaya TV (720p)
http://cdn1.live-tv.od.ua:8081/dumska/dumska720p/playlist.m3u8
#EXTINF:-1 tvg-id="PervyygorodskoyKrivoyRog.ua",Pervyy gorodskoy Krivoy Rog (720p)
http://cdn1.live-tv.od.ua:8081/1tvkr/1tvkr/playlist.m3u8
#EXTINF:-1 tvg-id="",Первый Городской Одесса (720p)
http://cdn1.live-tv.od.ua:8081/31chod/31chod-abr/31chod/31chod/playlist.m3u8
#EXTINF:-1 tvg-id="",Тернопіль 1 (720p)
http://ott.columbus.te.ua/ternopil1/index.m3u8
#EXTINF:-1 tvg-id="TRKKrug.ua",TRK Krug (576p)
http://cdn1.live-tv.od.ua:8081/krugod/krugod-abr/krugod/krugod/playlist.m3u8
#EXTINF:-1 tvg-id="Cherniveckiypromin.ua",Cherniveckiy promin (720p)
http://langate.tv/promin/live_720/index.m3u8
#EXTINF:-1 tvg-id="TV7Plus.ua",TV7+
https://tv7plus.com/hls/tv7_site.m3u8
#EXTINF:-1 tvg-id="",TBN Україна (720p)
https://5d23269b3ec0c.streamlock.net/WEB_Ukraine24/ngrp:Ukraine24.stream-adaptive/playlist.m3u8
#EXTINF:-1 tvg-id="",PTV (720p)
https://cdn10.live-tv.cloud/hrpl/hrpl-abr/playlist.m3u8
#EXTINF:-1 tvg-id="",ITV (480p)
https://cdn10.live-tv.cloud/itvrv/abr-lq/playlist.m3u8
#EXTINF:-1 tvg-id="" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0",Vita TV (720p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0
https://vitatv.cdn-05.cosmonova.net.ua/hls/vitatv_ua_hi/index.m3u8
#EXTINF:-1 tvg-id="FirstBusiness.ua" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0",First Business (720p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0
https://pershij-dlovij.cdn-01.cosmonova.net.ua/hls/pershij-dlovij_ua_hi/index.m3u8
#EXTINF:-1 tvg-id="Dom.ua" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0",Kanal Dom (720p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0
https://kanaldom.cdn-05.cosmonova.net.ua/hls/kanaldom_ua_hi/index.m3u8
#EXTINF:-1 tvg-id="" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0",TRK Ildana (720p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0
https://pravdatytkyiv.cdn-01.cosmonova.net.ua/hls/pradva-tut-ildana_ua_hi/index.m3u8
#EXTINF:-1 tvg-id="ATR.ua" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0",ATR (720p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0
https://atr-live.cdn-01.cosmonova.net.ua/hls/atr_ua_hi/index.m3u8
#EXTINF:-1 tvg-id="" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0",11 Kanal (720p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0
https://11tv-dp.cdn-04.cosmonova.net.ua/hls/11tv-dp_ua_hi/index.m3u8
#EXTINF:-1 tvg-id="K2.ua",K2 [Geo-blocked]
http://212.28.87.173:8000/play/a10y/index.m3u8
+51 -9
View File
@@ -1,7 +1,7 @@
#EXTM3U #EXTM3U
#EXTINF:-1 tvg-id="BBCAlba.uk" status="blocked",BBC Alba (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCAlba.uk" status="blocked",BBC Alba (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_alba/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_alba/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCAlba.uk" status="blocked",BBC Alba (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCAlba.uk" status="blocked",BBC Alba (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_alba/iptv_hd_abr_v1.mpd https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_alba/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p)
https://vs-cmaf-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2.mpd https://vs-cmaf-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2.mpd
@@ -37,55 +37,85 @@ https://vs-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_news_c
https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_news_channel_hd/mobile_wifi_main_sd_abr_v2.m3u8 https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_news_channel_hd/mobile_wifi_main_sd_abr_v2.m3u8
#EXTINF:-1 tvg-id="BBCNews.uk" status="blocked",BBC News HD (720p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCNews.uk" status="blocked",BBC News HD (720p) [Geo-blocked]
https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_news_channel_hd/t=3840/v=pv14/b=5070016/main.m3u8 https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_news_channel_hd/t=3840/v=pv14/b=5070016/main.m3u8
#EXTINF:-1 tvg-id="BBCOneCambridgeshire.uk" status="blocked",BBC One Cambridge (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_cambridge/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneChannelIslands.uk" status="blocked",BBC One Channel Islands (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneChannelIslands.uk" status="blocked",BBC One Channel Islands (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_channel_islands/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_channel_islands/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneChannelIslands.uk" status="blocked",BBC One Channel Islands (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_channel_islands/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneEast.uk" status="blocked",BBC One East (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneEast.uk" status="blocked",BBC One East (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_east/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_east/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneEast.uk" status="blocked",BBC One East (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_east/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneEastMidlands.uk" status="blocked",BBC One East Midlands (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneEastMidlands.uk" status="blocked",BBC One East Midlands (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_east_midlands/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_east_midlands/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneEastMidlands.uk" status="blocked",BBC One East Midlands (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_east_midlands/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneEngland.uk" status="blocked",BBC One HD (720p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneEngland.uk" status="blocked",BBC One HD (720p) [Geo-blocked]
https://vs-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_hd/iptv_hd_abr_v1.mpd https://vs-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_hd/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="BBCOneEngland.uk" status="blocked",BBC One HD (720p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneEngland.uk" status="blocked",BBC One HD (720p) [Geo-blocked]
https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_hd/t=3840/v=pv14/b=5070016/main.m3u8 https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_hd/t=3840/v=pv14/b=5070016/main.m3u8
#EXTINF:-1 tvg-id="BBCOneEngland.uk" status="timeout",BBC One HD (540p) #EXTINF:-1 tvg-id="BBCOneEngland.uk" status="timeout",BBC One HD (540p)
http://w4.12all.tv:4000/play/bbc1/index.m3u8 http://w4.12all.tv:4000/play/bbc1/index.m3u8
#EXTINF:-1 tvg-id="BBCOneLondon.uk" status="blocked",BBC One London (720p) [Geo-blocked]
https://vs-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_london/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="BBCOneLondon.uk" status="blocked",BBC One London (720p) [Geo-blocked]
https://vs-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_london/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneLondon.uk" status="blocked",BBC One London (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneLondon.uk" status="blocked",BBC One London (540p) [Geo-blocked]
https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_london/mobile_wifi_main_sd_abr_v2.m3u8 https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_london/mobile_wifi_main_sd_abr_v2.m3u8
#EXTINF:-1 tvg-id="BBCOneNorthEastCumbria.uk" status="blocked",BBC One North East (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneNorthEastCumbria.uk" status="blocked",BBC One North East (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_north_east/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_north_east/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneNorthEastCumbria.uk" status="blocked",BBC One North East (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_north_east/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneNorthernIreland.uk" status="blocked",BBC One Northern Ireland (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneNorthernIreland.uk" status="blocked",BBC One Northern Ireland (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_northern_ireland_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_northern_ireland_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneNorthernIreland.uk" status="blocked",BBC One Northern Ireland HD (720p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneNorthernIreland.uk" status="blocked",BBC One Northern Ireland HD (720p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_northern_ireland_hd/t=3840/v=pv14/b=5070016/main.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_northern_ireland_hd/t=3840/v=pv14/b=5070016/main.m3u8
#EXTINF:-1 tvg-id="BBCOneNorthernIreland.uk" status="blocked",BBC One Northern Ireland HD (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_northern_ireland_hd/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneNorthWest.uk" status="blocked",BBC One North West (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneNorthWest.uk" status="blocked",BBC One North West (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_north_west/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_north_west/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneOxfordshire.uk" status="blocked",BBC One Oxford (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneNorthWest.uk" status="blocked",BBC One North West (720p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_oxford/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_north_west/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneScotland.uk" status="blocked",BBC One Scotland (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneScotland.uk" status="blocked",BBC One Scotland (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_scotland_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_scotland_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneScotland.uk" status="blocked",BBC One Scotland HD (720p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneScotland.uk" status="blocked",BBC One Scotland HD (720p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_scotland_hd/t=3840/v=pv14/b=5070016/main.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_scotland_hd/t=3840/v=pv14/b=5070016/main.m3u8
#EXTINF:-1 tvg-id="BBCOneScotland.uk" status="blocked",BBC One Scotland HD (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_scotland_hd/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneSouth.uk" status="blocked",BBC One South (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneSouth.uk" status="blocked",BBC One South (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_south/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_south/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneSouth.uk" status="blocked",BBC One South (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_south/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneSouthEast.uk" status="blocked",BBC One South East (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneSouthEast.uk" status="blocked",BBC One South East (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_south_east/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_south_east/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneSouthEast.uk" status="blocked",BBC One South East (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_south_east/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneSouthWest.uk" status="blocked",BBC One South West (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneSouthWest.uk" status="blocked",BBC One South West (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_south_west/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_south_west/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneSouthWest.uk" status="blocked",BBC One South West (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_south_west/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneWales.uk" status="blocked",BBC One Wales (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneWales.uk" status="blocked",BBC One Wales (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_wales_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_wales_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneWales.uk" status="blocked",BBC One Wales HD (720p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneWales.uk" status="blocked",BBC One Wales (720p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_wales_hd/t=3840/v=pv14/b=5070016/main.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_wales_hd/t=3840/v=pv14/b=5070016/main.m3u8
#EXTINF:-1 tvg-id="BBCOneWales.uk" status="blocked",BBC One Wales (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_wales_hd/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneWest.uk" status="blocked",BBC One West (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneWest.uk" status="blocked",BBC One West (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_west/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_west/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneWest.uk" status="blocked",BBC One West (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_west/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneWestMidlands.uk" status="blocked",BBC One West Midlands (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneWestMidlands.uk" status="blocked",BBC One West Midlands (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_west_midlands/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_west_midlands/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneWestMidlands.uk" status="blocked",BBC One West Midlands (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_west_midlands/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneYorkshire.uk" status="blocked",BBC One East Yorkshire (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneYorkshire.uk" status="blocked",BBC One East Yorkshire (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_east_yorkshire/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_east_yorkshire/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCOneYorkshire.uk" status="blocked",BBC One East Yorkshire (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_east_yorkshire/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCOneYorksLincs.uk" status="blocked",BBC One Yorks (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneYorksLincs.uk" status="blocked",BBC One Yorks (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_yorks/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_yorks/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCParliament.uk" status="blocked",BBC Parliament (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCOneYorksLincs.uk" status="blocked",BBC One Yorks (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_yorks/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCParliament.uk" status="blocked",BBC Parliament (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_parliament/iptv_hd_abr_v1.mpd https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_parliament/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="BBCParliament.uk" status="blocked",BBC Parliament (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCParliament.uk" status="blocked",BBC Parliament (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_parliament/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_parliament/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
@@ -163,9 +193,13 @@ https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_three_
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_three_hd/t=3840/v=pv14/b=5070016/main.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_three_hd/t=3840/v=pv14/b=5070016/main.m3u8
#EXTINF:-1 tvg-id="BBCThree.uk" status="blocked",BBC Three HD (720p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCThree.uk" status="blocked",BBC Three HD (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_three_hd/iptv_hd_abr_v1.mpd https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_three_hd/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="BBCThree.uk" status="blocked",BBC Three HD (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_three_hd/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="BBCTwoEngland.uk" status="blocked",BBC Two HD (720p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCTwoEngland.uk" status="blocked",BBC Two HD (720p) [Geo-blocked]
https://vs-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_hd/iptv_hd_abr_v1.mpd https://vs-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_hd/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="BBCTwoEngland.uk" status="blocked",BBC Two England (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCTwoEngland.uk" status="blocked",BBC Two HD (720p) [Geo-blocked]
https://vs-cmaf-push-uk.live.fastly.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_two_hd/pc_hd_abr_v2.mpd
#EXTINF:-1 tvg-id="BBCTwoEngland.uk" status="blocked",BBC Two HD (540p) [Geo-blocked]
https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_hd/mobile_wifi_main_sd_abr_v2.m3u8 https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_hd/mobile_wifi_main_sd_abr_v2.m3u8
#EXTINF:-1 tvg-id="BBCTwoEngland.uk" status="blocked",BBC Two HD (720p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCTwoEngland.uk" status="blocked",BBC Two HD (720p) [Geo-blocked]
https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_hd/t=3840/v=pv14/b=5070016/main.m3u8 https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_hd/t=3840/v=pv14/b=5070016/main.m3u8
@@ -175,8 +209,12 @@ http://w4.12all.tv:4000/play/bbc2/index.m3u8
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_northern_ireland_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_northern_ireland_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCTwoNorthernIreland.uk" status="blocked",BBC Two Northern Ireland HD (720p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCTwoNorthernIreland.uk" status="blocked",BBC Two Northern Ireland HD (720p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_northern_ireland_hd/t=3840/v=pv14/b=5070016/main.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_northern_ireland_hd/t=3840/v=pv14/b=5070016/main.m3u8
#EXTINF:-1 tvg-id="BBCTwoNorthernIreland.uk" status="blocked",BBC Two Northern Ireland HD (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_northern_ireland_hd/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="BBCTwoWales.uk" status="blocked",BBC Two Wales (540p) [Geo-blocked] #EXTINF:-1 tvg-id="BBCTwoWales.uk" status="blocked",BBC Two Wales (540p) [Geo-blocked]
https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_wales_digital/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_wales_digital/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="BBCTwoWales.uk" status="blocked",BBC Two Wales (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_wales_digital/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="BBCUHD1.uk" status="blocked",BBC UHD 1 (2160p) [Geo-blocked] [Not 24/7] #EXTINF:-1 tvg-id="BBCUHD1.uk" status="blocked",BBC UHD 1 (2160p) [Geo-blocked] [Not 24/7]
https://ve-uhd-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uhd_stream_01/iptv_uhd_v1.mpd https://ve-uhd-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uhd_stream_01/iptv_uhd_v1.mpd
#EXTINF:-1 tvg-id="BBCUHD2.uk" status="blocked",BBC UHD 2 (2160p) [Geo-blocked] [Not 24/7] #EXTINF:-1 tvg-id="BBCUHD2.uk" status="blocked",BBC UHD 2 (2160p) [Geo-blocked] [Not 24/7]
@@ -196,13 +234,17 @@ https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:cbbc_hd/mo
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:cbbc_hd/t=3840/v=pv14/b=5070016/main.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:cbbc_hd/t=3840/v=pv14/b=5070016/main.m3u8
#EXTINF:-1 tvg-id="CBBC.uk" status="blocked",CBBC HD (720p) [Geo-blocked] #EXTINF:-1 tvg-id="CBBC.uk" status="blocked",CBBC HD (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:cbbc_hd/iptv_hd_abr_v1.mpd https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:cbbc_hd/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="CBBC.uk" status="blocked",CBBC HD (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:cbbc_hd/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="CBeebies.uk" status="blocked",CBeebies (540p) [Geo-blocked] #EXTINF:-1 tvg-id="CBeebies.uk" status="blocked",CBeebies (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:cbeebies_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:cbeebies_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8
#EXTINF:-1 tvg-id="CBeebies.uk" status="blocked",CBeebies HD (720p) [Geo-blocked] #EXTINF:-1 tvg-id="CBeebies.uk" status="blocked",CBeebies HD (720p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:cbeebies_hd/t=3840/v=pv14/b=5070016/main.m3u8 https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:cbeebies_hd/t=3840/v=pv14/b=5070016/main.m3u8
#EXTINF:-1 tvg-id="CBeebies.uk" status="blocked",CBeebies HD (720p) [Geo-blocked] #EXTINF:-1 tvg-id="CBeebies.uk" status="blocked",CBeebies HD (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:cbeebies_hd/iptv_hd_abr_v1.mpd https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:cbeebies_hd/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="CBeebies.uk" status="blocked",CBeebies HD (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:cbeebies_hd/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="S4C.uk" status="blocked",S4C (1080p) [Geo-blocked] #EXTINF:-1 tvg-id="S4C.uk" status="blocked",S4C (1080p) [Geo-blocked]
https://live-uk.s4c-cdn.co.uk/out/v1/a0134f1fd5a2461b9422b574566d4442/live_uk.m3u8 https://live-uk.s4c-cdn.co.uk/out/v1/a0134f1fd5a2461b9422b574566d4442/live_uk.m3u8
#EXTINF:-1 tvg-id="S4C.uk" status="blocked",S4C (540p) [Geo-blocked] #EXTINF:-1 tvg-id="S4C.uk" status="blocked",S4C (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:s4cpbs/iptv_hd_abr_v1.mpd https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:s4cpbs/iptv_hd_abr_v1.mpd
+4
View File
@@ -1010,3 +1010,7 @@ https://content.uplynk.com/channel/ce3b524c342247549e996e7d3a977157.m3u8
https://content.uplynk.com/channel/29aff31fecb848ab9044369db2d61642.m3u8 https://content.uplynk.com/channel/29aff31fecb848ab9044369db2d61642.m3u8
#EXTINF:-1 tvg-id="" status="online",WDAY-X Automatic Weather Fargo ND (720p) #EXTINF:-1 tvg-id="" status="online",WDAY-X Automatic Weather Fargo ND (720p)
https://player-api.new.livestream.com/accounts/27442514/events/8331542/live.m3u8 https://player-api.new.livestream.com/accounts/27442514/events/8331542/live.m3u8
#EXTINF:-1 tvg-id="AlbdreamsTV.us" status="online",AlbDreams TV (720p)
http://live.albavision.net:1123/live/albdreams.m3u8
#EXTINF:-1 tvg-id="ATDTV.us" status="online",ATD (1080p)
http://46.99.146.236/0.m3u8
-6
View File
@@ -619,12 +619,8 @@ https://edge-f.swagit.com/live/wilmingtonde/smil:std-4x3-1-a/playlist.m3u8
http://trn03.tulix.tv/teleup-nbc-wgal-new1/playlist.m3u8 http://trn03.tulix.tv/teleup-nbc-wgal-new1/playlist.m3u8
#EXTINF:-1 tvg-id="WJACDT4.us" status="blocked",The CW Altoona PA (WJAC4) (720p) #EXTINF:-1 tvg-id="WJACDT4.us" status="blocked",The CW Altoona PA (WJAC4) (720p)
http://trn03.tulix.tv/teleup-cw-whp/playlist.m3u8 http://trn03.tulix.tv/teleup-cw-whp/playlist.m3u8
#EXTINF:-1 tvg-id="WJANCD1.us" status="online",América TeVé (WJAN-CD1) (720p)
https://uni01rtmp.tulix.tv/americateve1/americateve1/playlist.m3u8
#EXTINF:-1 tvg-id="WJLADT1.us" status="online",ABC 7 Washington DC (WJLA) (720p) #EXTINF:-1 tvg-id="WJLADT1.us" status="online",ABC 7 Washington DC (WJLA) (720p)
https://content.uplynk.com/40cec2bf074c40f08932da03ab4510be.m3u8 https://content.uplynk.com/40cec2bf074c40f08932da03ab4510be.m3u8
#EXTINF:-1 tvg-id="WKAQDT1.us" status="online",WKAQ-DT1 (Telemundo Puerto Rico)
https://nbculocallive.akamaized.net/hls/live/2037499/puertorico/stream1/master.m3u8
#EXTINF:-1 tvg-id="WKMJDT1.us" status="online",PBS KET Louisville KY (WKMJ-TV) (720p) #EXTINF:-1 tvg-id="WKMJDT1.us" status="online",PBS KET Louisville KY (WKMJ-TV) (720p)
https://2-fss-1.streamhoster.com/pl_134/amlst:200914-1282960/playlist.m3u8 https://2-fss-1.streamhoster.com/pl_134/amlst:200914-1282960/playlist.m3u8
#EXTINF:-1 tvg-id="WKMJDT3.us" status="online",PBS KET World (480p) #EXTINF:-1 tvg-id="WKMJDT3.us" status="online",PBS KET World (480p)
@@ -683,8 +679,6 @@ https://content.uplynk.com/channel/bba3e7da884a49bba96341ecf5128f0f.m3u8
https://d2rwx6gwduugne.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10010_183ec1c7-4183-4661-803b-3ed282ffb625_LE/in/cmg-wsbtvnow-hls-v3/live.m3u8 https://d2rwx6gwduugne.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10010_183ec1c7-4183-4661-803b-3ed282ffb625_LE/in/cmg-wsbtvnow-hls-v3/live.m3u8
#EXTINF:-1 tvg-id="WSBDT1.us" status="blocked",ABC Atlanta-GA (WSB-DT1) (720p) #EXTINF:-1 tvg-id="WSBDT1.us" status="blocked",ABC Atlanta-GA (WSB-DT1) (720p)
https://trn10.tulix.tv/WSB-ABC/index.m3u8 https://trn10.tulix.tv/WSB-ABC/index.m3u8
#EXTINF:-1 tvg-id="WSBSDT1.us" status="online",Mega TV (WSBS-TV) (1080p)
https://livestream.lamusica.com/megatvP320/ngrp:megatvP320_all/playlist.m3u8
#EXTINF:-1 tvg-id="WTAJDT1.us" status="blocked",CBS Altoona PA (WTAJ1) (720p) #EXTINF:-1 tvg-id="WTAJDT1.us" status="blocked",CBS Altoona PA (WTAJ1) (720p)
http://trn03.tulix.tv/teleup-cbs-whp-new1/playlist.m3u8 http://trn03.tulix.tv/teleup-cbs-whp-new1/playlist.m3u8
#EXTINF:-1 tvg-id="WTGSDT1.us" status="online",Fox 28 News Savannah GA (WTGS) (720p) #EXTINF:-1 tvg-id="WTGSDT1.us" status="online",Fox 28 News Savannah GA (WTGS) (720p)
+4
View File
@@ -29,3 +29,7 @@ https://ub1doy938d.gjirafa.net/live/V5VHPPcRRtIuWFdnDuwjefzSqTKyBrW3/zyq001.m3u8
https://ub1doy938d.gjirafa.net/live/oEZi1otQqIHglY0tzZidyCPWhxrS5WgO/yky0y1.m3u8 https://ub1doy938d.gjirafa.net/live/oEZi1otQqIHglY0tzZidyCPWhxrS5WgO/yky0y1.m3u8
#EXTINF:-1 tvg-id="",Syri Vision (1080p) #EXTINF:-1 tvg-id="",Syri Vision (1080p)
https://ub1doy938d.gjirafa.net/live/DpTlD159VIIRWtzFOvUI70nftnyosgUE/y10z1k.m3u8 https://ub1doy938d.gjirafa.net/live/DpTlD159VIIRWtzFOvUI70nftnyosgUE/y10z1k.m3u8
#EXTINF:-1 tvg-id="TVOpoja.xk" status="error",TV Opoja (720p) [Not 24/7]
http://ip.opoja.tv:1935/tvopoja/tvopoja/playlist.m3u8
#EXTINF:-1 tvg-id="TVArberia4Muzike.xk" status="online",RTV Arberia Musik
http://rtvarberia4.flashmediacast.com:1935/RtvArberia4/livestream/playlist.m3u8