mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-09-25 03:21:20 +02:00
Compare commits
124
Commits
epg
...
freetv332-patch-2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
702343a639 | ||
|
|
4c650fe804 | ||
|
|
120578077e | ||
|
|
deb872f91d | ||
|
|
79afd751d9 | ||
|
|
2819051126 | ||
|
|
d4af48c0d0 | ||
|
|
ac52d5bfb2 | ||
|
|
f6a2309f5c | ||
|
|
7c4b4df52e | ||
|
|
a96e589bec | ||
|
|
c2015e8373 | ||
|
|
9611fc95c3 | ||
|
|
33a7005bd7 | ||
|
|
38a13b4a85 | ||
|
|
7c80bec6f0 | ||
|
|
ef6f342a93 | ||
|
|
7d6b30f29a | ||
|
|
9bbf17fc18 | ||
|
|
fb80293a0d | ||
|
|
ac61037acc | ||
|
|
37728d0905 | ||
|
|
971f13c325 | ||
|
|
9218a02009 | ||
|
|
4eb1fa1abf | ||
|
|
c67a16e523 | ||
|
|
62e6776c66 | ||
|
|
b3c238d312 | ||
|
|
16f09f9e44 | ||
|
|
98ace9b167 | ||
|
|
d681f594eb | ||
|
|
0d277ecd15 | ||
|
|
90333c9ffa | ||
|
|
e2606d72b8 | ||
|
|
f9e71b529a | ||
|
|
297d003443 | ||
|
|
c5cba2a42c | ||
|
|
006f144681 | ||
|
|
4f583e4d0a | ||
|
|
a2c06a87e2 | ||
|
|
f913e3656a | ||
|
|
3cb45950cf | ||
|
|
3f02f25144 | ||
|
|
d288db29be | ||
|
|
a7a48032d2 | ||
|
|
521f9f1203 | ||
|
|
5137de287c | ||
|
|
98c263d595 | ||
|
|
b0435bd6cf | ||
|
|
2c271f15a8 | ||
|
|
90bc1d31cb | ||
|
|
9bcd76b91f | ||
|
|
13c036fdf1 | ||
|
|
8e7d4d4a25 | ||
|
|
0d7583372d | ||
|
|
11ea05a0c6 | ||
|
|
a4c2d67cea | ||
|
|
aeac7b19a1 | ||
|
|
98803b82d0 | ||
|
|
6b94c008d6 | ||
|
|
c21f5444b0 | ||
|
|
5df63abdf4 | ||
|
|
07dbd5988f | ||
|
|
a5478a7775 | ||
|
|
40aaa2eb92 | ||
|
|
7e8e475443 | ||
|
|
3c2b046926 | ||
|
|
04461e4322 | ||
|
|
e15518b04e | ||
|
|
9865ffa144 | ||
|
|
153e4be5ad | ||
|
|
7f641eec3c | ||
|
|
170e642bde | ||
|
|
998ea539ef | ||
|
|
61de8fc65b | ||
|
|
af971a0f70 | ||
|
|
1df6063f67 | ||
|
|
1986697957 | ||
|
|
b8234aae20 | ||
|
|
43da176675 | ||
|
|
c62212e53a | ||
|
|
29aeb4b884 | ||
|
|
90afb94b41 | ||
|
|
fc12c1cda4 | ||
|
|
a14d43ec41 | ||
|
|
8f31b13369 | ||
|
|
f5b2774a81 | ||
|
|
7e3bbf3fdb | ||
|
|
17d3d3e03b | ||
|
|
28e42646b8 | ||
|
|
51037563d7 | ||
|
|
18a7a6c505 | ||
|
|
31b3f4e81d | ||
|
|
11875b1214 | ||
|
|
a0b70f2198 | ||
|
|
fcd8aea6a5 | ||
|
|
0eae8bc2a2 | ||
|
|
84bab69d25 | ||
|
|
fd61538924 | ||
|
|
15a7e04e1c | ||
|
|
1e14f8670b | ||
|
|
ac4eda3eab | ||
|
|
214a133c13 | ||
|
|
f0e25d79d5 | ||
|
|
a050f22e21 | ||
|
|
b133afc474 | ||
|
|
c0d6c95d52 | ||
|
|
b2d0b2c23d | ||
|
|
c69aaa3e26 | ||
|
|
dbc1f8357c | ||
|
|
a139e7e11d | ||
|
|
5f39690e4a | ||
|
|
3bcd77121c | ||
|
|
e54870f90e | ||
|
|
ba78e743ed | ||
|
|
9a54b7315f | ||
|
|
07d0d77dc7 | ||
|
|
88eed9872c | ||
|
|
ebdc5de11d | ||
|
|
bbc3a8e490 | ||
|
|
8dcdb8acf6 | ||
|
|
d09604cd10 | ||
|
|
eae7cd27e4 | ||
|
|
07fa2e0357 |
@@ -0,0 +1,50 @@
|
||||
name: Test IPTV file quality
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "16.x"
|
||||
|
||||
- name: Install m3u-linter and check the playlist
|
||||
run: |
|
||||
npm install -g m3u-linter || true
|
||||
cat <<EOF > M3u-linter.config.json
|
||||
{
|
||||
"files": ["playlist1.m3u", "playlist2.m3u"],
|
||||
"rules": {
|
||||
"no-empty-lines": true,
|
||||
"require-header": true,
|
||||
"attribute-quotes": true,
|
||||
"require-info": true,
|
||||
"no-trailing-spaces": true,
|
||||
"no-whitespace-before-title": true,
|
||||
"no-multi-spaces": true,
|
||||
"no-extra-comma": true,
|
||||
"space-before-paren": true,
|
||||
"no-dash": true
|
||||
}
|
||||
}
|
||||
EOF
|
||||
ls -lar ./ || true
|
||||
cat playlist.m3u8 || true
|
||||
m3u-linter -c ./m3u-linter.config.json ./playlist.m3u8
|
||||
|
||||
- name: Install IPTV Checker and check the playlist
|
||||
run: |
|
||||
npm install -g iptv-checker || true
|
||||
mkdir -p output
|
||||
iptv-checker -o output -p 100 -t 120000 ./playlist.m3u8
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
name: Update playlist
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update-plalist:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Update playlist
|
||||
run: |
|
||||
git config user.name "PlaylistBot"
|
||||
git config user.email "[email protected]"
|
||||
git add .
|
||||
git commit --quiet -m "Update Playlist (GitHub Actions)"
|
||||
git push -f origin automate-1
|
||||
@@ -5,35 +5,12 @@ This is an M3U playlist for free TV channels around the World.
|
||||
|
||||
Either free locally (over the air):
|
||||
|
||||
<img src="https://hatscripts.github.io/circle-flags/flags/gb.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/ca.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/au.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/ie.svg" width="48">
|
||||
|
||||
<img src="https://hatscripts.github.io/circle-flags/flags/es.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/mx.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/ar.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/py.svg" width="48">
|
||||
|
||||
<img src="https://hatscripts.github.io/circle-flags/flags/de.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/at.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/fr.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/be.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/nl.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/ch.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/it.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/sm.svg" width="48">
|
||||
|
||||
<img src="https://hatscripts.github.io/circle-flags/flags/tr.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/gr.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/sk.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/si.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/mt.svg" width="48">
|
||||
|
||||
<img src="https://hatscripts.github.io/circle-flags/flags/se.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/dk.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/fi.svg" width="48">
|
||||
|
||||
<img src="https://hatscripts.github.io/circle-flags/flags/hu.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/cz.svg" width="48">
|
||||
|
||||
<img src="https://hatscripts.github.io/circle-flags/flags/ro.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/ru.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/by.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/ua.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/ee.svg" width="48">
|
||||
|
||||
<img src="https://hatscripts.github.io/circle-flags/flags/pt.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/br.svg" width="48">
|
||||
|
||||
<img src="https://hatscripts.github.io/circle-flags/flags/in.svg" width="48">
|
||||
|
||||
<img src="https://hatscripts.github.io/circle-flags/flags/jp.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/kr.svg" width="48">
|
||||
|
||||
<img src="https://hatscripts.github.io/circle-flags/flags/iq.svg" width="48">
|
||||
<img src="https://hatscripts.github.io/circle-flags/flags/gb.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/ca.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/au.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/ie.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/es.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/mx.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/ar.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/py.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/de.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/at.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/fr.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/be.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/nl.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/ch.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/it.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/sm.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/tr.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/gr.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/sk.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/si.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/mt.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/se.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/dk.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/fi.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/hu.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/cz.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/ro.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/ru.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/by.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/ua.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/ee.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/pt.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/br.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/in.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/jp.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/kr.svg" width="24"> <img src="https://hatscripts.github.io/circle-flags/flags/iq.svg" width="24">
|
||||
|
||||
Or free on the Internet:
|
||||
|
||||
- Plex TV
|
||||
- Pluto TV
|
||||
- Pluto TV (Spanish)
|
||||
- Pluto TV (French)
|
||||
- Pluto TV (Italy)
|
||||
- Pluto TV (English, Spanish, French, Italian)
|
||||
- Redbox Live TV
|
||||
- Roku TV
|
||||
- Samsung TV Plus
|
||||
@@ -70,10 +47,21 @@ This is a playlist for everybody.
|
||||
- No channels dedicated to any particular political party
|
||||
- No channels made for a country and funded by a different country
|
||||
|
||||
Feed sources
|
||||
============
|
||||
|
||||
It can be quite hard to find up to date URLs, here's a list of sources:
|
||||
|
||||
- https://github.com/iptv-org/iptv/tree/master/streams
|
||||
- https://github.com/iptv-restream/iptv-channels/tree/master/channels
|
||||
- https://github.com/Onemars/iptv-1/tree/master/channels
|
||||
- Youtube: As long as the channel is live and its URL doesn't change (check the age of the stream, the number of viewers..)
|
||||
- Dailymotion: Same criteria as for youtube
|
||||
|
||||
Format
|
||||
======
|
||||
|
||||
The m3u8 playlist is generated from the .md files by the .py script.
|
||||
The m3u8 playlist is generated by `make_playlist.py`, using the `.md` files located in `lists`.
|
||||
|
||||
Each .md file represesnts a group. The `<h1>` line is used as the group title.
|
||||
|
||||
|
||||
@@ -1,54 +0,0 @@
|
||||
<h1>France</h1>
|
||||
|
||||
<h2>DVB-T</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:----------:|:-----:|:----:|:------:|
|
||||
| 1 | TF1 | [>](https://s6.tntendirect.com/tf1/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/TF1_logo_2013.png/62px-TF1_logo_2013.png"/> |
|
||||
| 2 | France 2 | [>](http://edge9.iptvnetwork.net/live/france2/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/France_2_2018.svg/35px-France_2_2018.svg.png"/> |
|
||||
| 3 | France 3 | [>](http://edge9.iptvnetwork.net/live/france3/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/France_3_2018.svg/35px-France_3_2018.svg.png"/> |
|
||||
| 4 | France 4 | [>](http://edge9.iptvnetwork.net/live/france4/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/France_4_2018.svg/39px-France_4_2018.svg.png"/> |
|
||||
| 5 | France 5 | [>](http://edge9.iptvnetwork.net/live/france5/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/France_5_2018.svg/35px-France_5_2018.svg.png"/> |
|
||||
| 6 | M6 | [>](https://s6.tntendirect.com/m6/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Logo_M6_%282020%2C_fond_clair%29.svg/49px-Logo_M6_%282020%2C_fond_clair%29.svg.png"/> |
|
||||
| 7 | Arte | [>](https://s6.tntendirect.com/arte/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Arte_Logo_2017.svg/12px-Arte_Logo_2017.svg.png"/> |
|
||||
| 8 | C8 | [x](https://s6.tntendirect.com/d8/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/7/7d/Logo_C8.svg/49px-Logo_C8.svg.png"/> |
|
||||
| 9 | W9 | [>](https://s6.tntendirect.com/w9/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/40/W9_2018.svg/56px-W9_2018.svg.png"/> |
|
||||
| 10 | TMC | [>](https://s6.tntendirect.com/tmc/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/a/a8/TMC_logo_2016.svg/62px-TMC_logo_2016.svg.png"/> |
|
||||
| 11 | TFX | [>](https://s6.tntendirect.com/nt1/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/8/83/TFX_logo_2018.svg/62px-TFX_logo_2018.svg.png"/> |
|
||||
| 12 | NRJ 12 | [>](https://s6.tntendirect.com/nrj12/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/9/93/NRJ_12_logo_2015.svg/45px-NRJ_12_logo_2015.svg.png"/> |
|
||||
| 13 | LCP | [>](https://lcp.fr/le-live-lcp-tnt-5433) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/6/6a/Logo_LCP-AN_-_Public_S%C3%A9nat_%282019%29.svg/53px-Logo_LCP-AN_-_Public_S%C3%A9nat_%282019%29.svg.png"/> |
|
||||
| 14 | Public Sénat | [>](https://www.publicsenat.fr/direct) | <img height="20" src="https://i.imgur.com/bJOdFT1.png"/> |
|
||||
| 15 | BFM TV | [>](https://s6.tntendirect.com/bmftv/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Logo_BFM_TV_%282019%29.png/53px-Logo_BFM_TV_%282019%29.png"/> |
|
||||
| 16 | CNews | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Canal_News_logo.svg.png/87px-Canal_News_logo.svg.png"/> |
|
||||
| 17 | CStar | [>](https://s6.tntendirect.com/d17/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Logo_projet_CStar.svg/80px-Logo_projet_CStar.svg.png"/> |
|
||||
| 18 | Gulli | [>](https://d13anarbtxy8c5.cloudfront.net/6play/short/clr/gulli/sdindex.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/4/43/18._Gulli.png/57px-18._Gulli.png"/> |
|
||||
| 19 | CultureBox | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/0/0a/Culturebox_tv_2021.png/65px-Culturebox_tv_2021.png"/> |
|
||||
| 20 | TF1 Séries Films | [>](https://s6.tntendirect.com/hd1/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/4/4b/TF1_S%C3%A9ries_Films_logo_2020.svg/81px-TF1_S%C3%A9ries_Films_logo_2020.svg.png"/> |
|
||||
| 21 | L'Équipe | [>](https://s6.tntendirect.com/lequipe21/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/L%27%C3%89quipe_wordmark.svg/79px-L%27%C3%89quipe_wordmark.svg.png"/> |
|
||||
| 22 | 6ter | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/a/a9/6ter_2012.png/73px-6ter_2012.png"/> |
|
||||
| 23 | RMC Story | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/3/3e/RMC_Story_logo_2018.svg/74px-RMC_Story_logo_2018.svg.png"/> |
|
||||
| 24 | RMC Découverte | [>](https://s6.tntendirect.com/rmcdecouverte/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/b/b3/RMC_D%C3%A9couverte_logo_2017.svg/76px-RMC_D%C3%A9couverte_logo_2017.svg.png"/> |
|
||||
| 25 | Chérie 25 | [>](https://s6.tntendirect.com/cherie25/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/f/f0/Ch%C3%A9rie_25_logo_2015.svg/51px-Ch%C3%A9rie_25_logo_2015.svg.png"/> |
|
||||
| 26 | LCI | [>](https://lci-hls-live-ssl.tf1.fr/lci/1/hls/live_2328.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/3/38/LCI_-_Logo_%28Ao%C3%BBt_2017%29.svg/62px-LCI_-_Logo_%28Ao%C3%BBt_2017%29.svg.png"/> |
|
||||
| 27 | franceinfo:| [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Franceinfo.svg/85px-Franceinfo.svg.png"/> |
|
||||
|
||||
<h2>DVB-S</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 28 | France 24 | [>](https://static.france24.com/live/F24_FR_HI_HLS/live_tv.m3u8) | <img height="20" src="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/france/france-24-fr.png"/> |
|
||||
| 29 | TV5 Monde Info | [>](https://v3plusinfo247hls-i.akamaihd.net/hls/live/218877/v3plusinfo247hls/index.m3u8) | <img height="20" src="https://i.imgur.com/NcysrWH.png"/> |
|
||||
| 30 | TV5 Monde Europe | [>](https://tv5europe-i.akamaihd.net/hls/live/729480/tv5europehls/master.m3u8) | <img height="20" src="https://i.imgur.com/uPmwTo9.png"/> |
|
||||
| 31 | Euronews | [>](https://alchimie-euronews-1-fr.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3Lr5iAj.png"/> |
|
||||
|
||||
<h2>Alternative links (disabled)</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | TF1 | [x](https://tf1-hls-live-ssl.tf1.fr/tf1/1/hls/live_2328.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/TF1_logo_2013.png/62px-TF1_logo_2013.png"/> |
|
||||
| 2 | France 2 | [x](https://s6.tntendirect.com/france2/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/France_2_2018.svg/35px-France_2_2018.svg.png"/> |
|
||||
| 3 | France 3 | [x](https://s6.tntendirect.com/france3/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/France_3_2018.svg/35px-France_3_2018.svg.png"/> |
|
||||
| 5 | France 5 | [x](https://s6.tntendirect.com/france5/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/France_5_2018.svg/35px-France_5_2018.svg.png"/> |
|
||||
| 15 | BFM TV | [x](https://bfmtvalive1-a.akamaihd.net/2cc377e69b5f492e91de57728c82f907/eu-central-1/876450610001/7b4151e1e2434a7cacdb9936db7a7910/playlist_ssaiM.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Logo_BFM_TV_%282019%29.png/53px-Logo_BFM_TV_%282019%29.png"/> |
|
||||
| 21 | L'Équipe Ⓖ | [x](https://www.dailymotion.com/video/x2lefik) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/L%27%C3%89quipe_wordmark.svg/79px-L%27%C3%89quipe_wordmark.svg.png"/> |
|
||||
|
||||
@@ -1,536 +0,0 @@
|
||||
<h1>Italy</h1>
|
||||
|
||||
https://en.wikipedia.org/wiki/Television_in_Italy#Digital_terrestrial_television
|
||||
https://www.tivusat.tv/sat-eng/tivusat/multicanale.aspx
|
||||
|
||||
<h2>National</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 4 | Rete 4 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(r4)/index.m3u8) | <img height="20" src="https://i.imgur.com/GWx2Fkl.png"/> |
|
||||
| 5 | Canale 5 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(c5)/index.m3u8) | <img height="20" src="https://i.imgur.com/p6YdiR1.png"/> |
|
||||
| 6 | Italia 1 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(i1)/index.m3u8) | <img height="20" src="https://i.imgur.com/oCiOxBG.png"/> |
|
||||
| 7 | La7 | [>](https://d15umi5iaezxgx.cloudfront.net/LA7/CLN/HLS-B/Live.m3u8) | <img height="20" src="https://i.imgur.com/F90mpSa.png"/> |
|
||||
| 22 | Iris Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(ki)/index.m3u8) | <img height="20" src="https://i.imgur.com/Ixz1BY3.png"/> |
|
||||
| 27 | 27 Twentyseven Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(ts)/index.m3u8) | <img height="20" src="https://i.imgur.com/y2PdPCK.png"/> |
|
||||
| 28 | TV 2000 Ⓢ | [>](http://mi1.wz.tv2000.it/tv2000_alfa.m3u8) | <img height="20" src="https://i.imgur.com/x7RaK3a.png"/> |
|
||||
| 29 | La7d | [>](https://d15umi5iaezxgx.cloudfront.net/LA7D/CLN/HLS-B/Live.m3u8) | <img height="20" src="https://i.imgur.com/AOL9nMw.png"/> |
|
||||
| 30 | La 5 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(ka)/index.m3u8) | <img height="20" src="https://i.imgur.com/UNyJaho.png"/> |
|
||||
| 32 | QVC | [>](https://qrg.akamaized.net/hls/live/2017383/lsqvc1it/master.m3u8) | <img height="20" src="https://i.imgur.com/Ea7iUX2.png"/> |
|
||||
| 34 | Cine34 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(b6)/index.m3u8) | <img height="20" src="https://i.imgur.com/YyldwhI.png"/> |
|
||||
| 35 | Focus Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(fu)/index.m3u8) | <img height="20" src="https://i.imgur.com/M4smqpF.png"/> |
|
||||
| 36 | RTL 102.5 Ⓢ | [>](https://rtl-video1-stream.thron.com/live-video/video1/ngrp:video1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KdissvS.png"/> |
|
||||
| 37 | GM24 Ⓢ | [>](https://streaming.softwarecreation.it/GM24/GM24/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UCntSA3.png"/> |
|
||||
| 38 | Giallo | [>](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_2@810996/master.m3u8) | <img height="20" src="https://i.imgur.com/0PIRwZS.png"/> |
|
||||
| 39 | Top Crime Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(lt)/index.m3u8) | <img height="20" src="https://i.imgur.com/RFIwv9O.png"/> |
|
||||
| 40 | BOING Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(kb)/index.m3u8) | <img height="20" src="https://i.imgur.com/niSlrqT.png"/> |
|
||||
| 46 | Cartoonito Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(la)/index.m3u8) | <img height="20" src="https://i.imgur.com/zqc0TrY.png"/> |
|
||||
| 47 | Super! Ⓢ | [>](https://viacomitalytest-lh.akamaihd.net/i/sbshdlive_1@357018/master.m3u8) | <img height="20" src="https://i.imgur.com/zDByOwo.png"/> |
|
||||
| 49 | Italia 2 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(i2)/index.m3u8) | <img height="20" src="https://i.imgur.com/nq48sjO.png"/> |
|
||||
| 50 | Sky TG 24 Ⓢ | [>](https://skyanywhere3-i.akamaihd.net/hls/live/510696/tg24/playlist.m3u8) | <img height="20" src="https://i.imgur.com/q4d3Dah.png"/> |
|
||||
| 51 | TGCOM 24 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(kf)/index.m3u8) | <img height="20" src="https://i.imgur.com/xautVD8.png"/> |
|
||||
| 55 | Mediaset Extra Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(kq)/index.m3u8) | <img height="20" src="https://i.imgur.com/mM8lopo.png"/> |
|
||||
| 60 | Sportitalia | [>](https://di-kzbhv8pw.vo.lswcdn.net/sportitalia/sihd_720p/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> |
|
||||
| 60 | Sportitalia MOTORI | [>](https://di-kzbhv8pw.vo.lswcdn.net/sportitalia/smil:simotori.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> |
|
||||
| 60 | Sportitalia LIVE24 | [>](https://di-kzbhv8pw.vo.lswcdn.net/sportitalia/smil:silive24.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> |
|
||||
| 61 | Sportitalia SOLOCALCIO | [>](https://di-kzbhv8pw.vo.lswcdn.net/sportitalia/smil:sisolocalcio.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> |
|
||||
| 62 | Donna TV Ⓢ | [>](https://streaming.softwarecreation.it/DonnaTv/DonnaTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Aa1Abme.png"/> |
|
||||
| 65 | Alma TV | [>](https://streaming.softwarecreation.it/AlmaTv/AlmaTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Y8JiDwN.png"/> |
|
||||
| 66 | Radio 105 TV Ⓢ Ⓖ | [>](https://live2-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(ec)/index.m3u8) | <img height="20" src="https://i.imgur.com/3NiLKvj.png"/> |
|
||||
| 67 | R101 TV Ⓢ Ⓖ | [>](https://live2-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(er)/index.m3u8) | <img height="20" src="https://i.imgur.com/xstH1d2.png"/> |
|
||||
| 68 | BOM Channel Ⓢ | [>](https://5f22d76e220e1.streamlock.net/BOMCHANNEL/BOMCHANNEL/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hISoOK3.png"/> |
|
||||
| 69 | Deejay TV Ⓢ | [>](https://deejay-tv-lh.akamaized.net/i/DeejayTv_1@129866/master.m3u8) | <img height="20" src="https://i.imgur.com/rlaKH6k.png"/> |
|
||||
| 70 | RadioItaliaTV Ⓢ | [>](https://radioitaliatv-lh.akamaihd.net/i/radioitaliatv_1@329645/master.m3u8) | <img height="20" src="https://i.imgur.com/4VCEJuJ.png"/> |
|
||||
| 158 | Radio KISS KISS TV | [>](https://59253971be783.streamlock.net/KissKissTV/KissKissTV.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qxu8Fkh.png"/> |
|
||||
| 167 | VH1 | [>](https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8) | <img height="20" src="https://i.imgur.com/5ONlZGS.png"/> |
|
||||
| 258 | RadioFreccia Ⓢ | [>](https://rtl-video2-stream.thron.com/live-video/video2/ngrp:video2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M5YYJv8.png"/> |
|
||||
| 265 | RDS Social TV Ⓢ | [>](https://stream.rdstv.radio/out/v1/ec85f72b87f04555aa41d616d5be41dc/index.m3u8) | <img height="20" src="https://i.imgur.com/TVuu0DH.png"/> |
|
||||
| 266 | Radio ZETA Ⓢ | [>](https://rtl-video3-stream.thron.com/live-video/video3/ngrp:video3/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0MgCm1n.png"/> |
|
||||
| 772 | Radio Montecarlo TV Ⓢ Ⓖ | [>](https://live2-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(bb)/index.m3u8) | <img height="20" src="https://i.imgur.com/3TMMXmS.png"/> |
|
||||
| 786 | Virgin Radio TV Ⓢ Ⓖ | [>](https://live2-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(ew)/index.m3u8) | <img height="20" src="https://i.imgur.com/7Im3HI1.png"/> |
|
||||
| 0 | Grande Fratello Vip Regia 1 Ⓢ Ⓖ | [>](https://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b7)/manifest.mpd) | <img height="20" src="https://i.imgur.com/PBTdU4G.png"/> |
|
||||
| 0 | Grande Fratello Vip Regia 2 Ⓢ Ⓖ | [>](https://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b8)/manifest.mpd) | <img height="20" src="https://i.imgur.com/FKfwbHD.png"/> |
|
||||
| 0 | Grande Fratello Vip Regia un'ora fa Ⓢ Ⓖ | [>](https://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b9)/manifest.mpd) | <img height="20" src="https://i.imgur.com/fFZeBnc.png"/> |
|
||||
|
||||
<h2>Satellite</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 210 | Rai 4K Ⓖ | [>](https://raievent10-live.akamaized.net/hls/live/619189/raievent10/raievent10/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5gkt9DD.png"/> |
|
||||
| 701 | UniNettuno University TV Ⓖ | [>](https://stream6-rai-it.akamaized.net/live/uninettuno/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BOGMeio.png"/> |
|
||||
|
||||
<h2>Regional</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 0 | 111 Tv | [>](https://5db313b643fd8.streamlock.net/111TV/111TV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4jY8yAI.png"/> |
|
||||
| 0 | 12 Tv Parma | [>](https://meridelive01-lh.akamaihd.net/i/tvparma_1@356964/master.m3u8) | <img height="20" src="https://i.imgur.com/xnUgx6b.png"/> |
|
||||
| 0 | 696 Tv | [>](https://meridelive-lh.akamaihd.net/i/ottop_1@118465/index_1_av-p.m3u8?sd=10&rebase=on) | <img height="20" src="https://i.imgur.com/i6PJJDU.png"/> |
|
||||
| 0 | 8 Video Calabria | [>](http://wms.shared.streamshow.it:80/videocalabria/videocalabria/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9bVuiaQ.png"/> |
|
||||
| 0 | AB Channel | [>](https://tsw.streamingwebtv24.it:1936/abchanneltv/abchanneltv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Ze2xvoY.png"/> |
|
||||
| 0 | Abc Tv | [>](https://streamlive.arcapuglia.it:8080/live/abctv/index.m3u8) | <img height="20" src="https://i.imgur.com/nVmIeTD.png"/> |
|
||||
| 0 | Alpa 1 | [>](http://live.streamcaster.net:1935/alpauno/alpauno/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4QKFtUa.png"/> |
|
||||
| 0 | Alto Adige Tv | [>](https://5f204aff97bee.streamlock.net/AltoAdigeTV/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/S2sCFQi.png"/> |
|
||||
| 0 | Antenna 2 Bergamo | [>](https://58f12ffd2447a.streamlock.net/Antenna2/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NfvHIAw.png"/> |
|
||||
| 0 | Antenna 3 Massa | [>](http://163.172.88.73:1935/antenna3massa/a3/playlist.m3u8) | <img height="20" src="https://i.imgur.com/79dWgVB.png"/> |
|
||||
| 0 | Antenna 3 Veneto Nord Est | [>](https://59d8c0cee6f3d.streamlock.net/antennatreveneto/antennatreveneto.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NiVHLwp.png"/> |
|
||||
| 0 | Antenna Sud 13 | [>](https://streamlive13.arcapuglia.it:8080/live/antennasud/index.m3u8) | <img height="20" src="https://i.imgur.com/VCn0g3a.png"/> |
|
||||
| 0 | Antenna Sud 174 | [>](https://streamlivesud.arcapuglia.it:8080/live/eventi/index.m3u8) | <img height="20" src="https://i.imgur.com/02dXr31.png"/> |
|
||||
| 0 | Antenna Sud 299 | [>](https://streamlivesud.arcapuglia.it:8080/live/cult/index.m3u8) | <img height="20" src="https://i.imgur.com/XuIXCKg.png"/> |
|
||||
| 0 | Antenna Sud 85 | [>](https://streamlive85.arcapuglia.it:8080/live/canale85/index.m3u8) | <img height="20" src="https://i.imgur.com/0JM7Jw0.png"/> |
|
||||
| 0 | Antenna Sud 90 | [>](https://streamlivesud.arcapuglia.it:8080/live/teleonda/index.m3u8) | <img height="20" src="https://i.imgur.com/jsGagGp.png"/> |
|
||||
| 0 | Apulia Web Tv | [>](https://cp1.server89.com:19360/apuliawebtv/apuliawebtv.m3u8) | <img height="20" src="https://i.imgur.com/AnU4g2J.png"/> |
|
||||
| 0 | Aurora Arte | [>](https://59d7d6f47d7fc.streamlock.net/auroraarte/auroraarte/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BoLZ5wG.png"/> |
|
||||
| 0 | Azzurra Tv Vco | [>](https://59d7d6f47d7fc.streamlock.net/azzurratv/azzurratv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mSWw8uW.png"/> |
|
||||
| 0 | Basilicata 1 Tv | [>](http://77.68.40.210:8888/hls/basilicata1.m3u8) | <img height="20" src="https://i.imgur.com/VS6CQ88.png"/> |
|
||||
| 0 | Bergamo Tv | [>](http://api.new.livestream.com/accounts/245066/events/3063596/live.m3u8) | <img height="20" src="https://i.imgur.com/1doR6Vl.png"/> |
|
||||
| 0 | BFC | [>](https://backup.superstreaming.inaria.me/BFC/index.m3u8) | <img height="20" src="https://i.imgur.com/3OOsLu6.png"/> |
|
||||
| 0 | BIKE | [>](https://backup.superstreaming.inaria.me/BikeSmartMobilityDTT/index.m3u8) | <img height="20" src="https://i.imgur.com/4IzVSQI.png"/> |
|
||||
| 262 | Byoblu Tv | [>](https://09bd1346f7a44cc9ac230cc1cb22ca4f.msvdn.net/live/S39249178/EnTK3KeeN1Eg/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KldC2gI.png"/> |
|
||||
| 0 | Cafe Tv 24 | [>](http://srv3.meway.tv:1957/cafe/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KbcbxFw.png"/> |
|
||||
| 0 | Calabria Uno TV | [>](https://5f22d76e220e1.streamlock.net/calabriaunotv/calabriaunotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2TK1GQ5.png"/> |
|
||||
| 0 | Calabria tv | [>](https://5db313b643fd8.streamlock.net:443/CalabriaTv2/CalabriaTv2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qWirucd.png"/> |
|
||||
| 0 | Canale 10 | [>](http://37.187.142.147:1935/ch10live/high.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KuQcjYV.png"/> |
|
||||
| 0 | Canale 12 Sassari | [>](http://wifitv.tv/media/live/1001/video_850000.m3u8) | <img height="20" src="https://i.imgur.com/u6P2lTY.jpg"/> |
|
||||
| 0 | Canale 16 | [>](https://streaming.softwarecreation.it/Canale16/Canale16/playlist.m3u8) | <img height="20" src="https://i.imgur.com/SPfgKHk.png"/> |
|
||||
| 0 | Canale 18 | [>](https://streaming.softwarecreation.it/Canale18/Canale18/playlist.m3u8) | <img height="20" src="https://i.imgur.com/PZBX4iy.png"/> |
|
||||
| 0 | Canale 2 | [>](https://59d7d6f47d7fc.streamlock.net/canale2/canale2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ETqDkS1.png"/> |
|
||||
| 0 | Canale 21 Campania | [>](https://stream.mariatvcdn.com/canaleventuno/f5d2060b3682e0dfffd5b2f18e935ad3.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KVh8cOR.png"/> |
|
||||
| 0 | Canale 21 Lazio | [>](https://stream.mariatvcdn.com/canaleventunodue/61d14e72c90980498c9d7cee64fde847.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KVh8cOR.png"/> |
|
||||
| 0 | Canale 58 | [>](https://dotfvxkfj90ca.cloudfront.net/live/canale58_aac/master.m3u8) | <img height="20" src="https://i.imgur.com/RlFc74C.png"/> |
|
||||
| 0 | Canale 7 | [>](http://wms.shared.streamshow.it:80/canale7/canale7/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9cuOLCn.png"/> |
|
||||
| 0 | Canale 74 Sicilia | [>](http://stream.ets-sistemi.it:1935/live.canale74/canale74tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/18JIVgu.png"/> |
|
||||
| 0 | Canale 8 | [>](https://59d8c0cee6f3d.streamlock.net/canale8/canale8/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ElAS2WC.png"/> |
|
||||
| 0 | Canale Italia 83 | [>](https://ovp-live.akamaized.net/ac024_live/video1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ZaenpJA.jpg"/> |
|
||||
| 0 | Canale Uno Tivù | [>](https://eu1.servers10.com:8081/8096/index.m3u8) | <img height="20" src="https://i.imgur.com/hfqNw92.png"/> |
|
||||
| 0 | Carina Tv | [>](http://wms.shared.streamshow.it/carinatv/mp4:carinatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FMGcm6I.jpg"/> |
|
||||
| 0 | Casa del Sole Tv | [>](https://eu1.servers10.com:8081/8040/index.m3u8) | <img height="20" src="https://i.imgur.com/qPdGelu.png"/> |
|
||||
| 0 | Casa Sanremo TV | [>](https://router.xdevel.com/video0s975911-633/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/WL3SFTs.png"/> |
|
||||
| 0 | Castrovillari Tv | [>](http://msh0062.stream.seeweb.it/live/flv:stream00.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/V0kjYNG.png"/> |
|
||||
| 0 | Chiesa Tv | [>](http://cldwz.glauco.it/HLS/Chiesadimilanoaac/chunklist.m3u8) | <img height="20" src="https://i.imgur.com/U0PRT88.png"/> |
|
||||
| 0 | Ciao USA | [>](http://joe.livebox.co.in/iotieviTVhls/CIAOUSA.m3u8) | <img height="20" src="https://i.imgur.com/CJ2iXYx.png"/> |
|
||||
| 0 | Cilento Channel | [>](https://streaming.dimind.it/live/cilentocnn/index.m3u8) | <img height="20" src="https://i.imgur.com/4k9Su8j.png"/> |
|
||||
| 0 | Class CNBC | [>](https://859c1818ed614cc5b0047439470927b0.msvdn.net/live/S76890577/tDoFkZD3T1Lw/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oAiSU8O.png"/> |
|
||||
| 0 | Cremona 1 | [>](https://59d8c0cee6f3d.streamlock.net/cremona1/cremona1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/a5d0F01.jpg"/> |
|
||||
| 0 | Cusano Italia Tv | [>](https://router.xdevel.com/video0s975363-69/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9F1sVjZ.png"/> |
|
||||
| 0 | Di.Tv 90 | [>](https://media2021.rtvweb.com/di_tv_90/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ul0o7zv.png"/> |
|
||||
| 0 | Di.Tv 92 | [>](https://media2021.rtvweb.com/di_tv_92/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ul0o7zv.png"/> |
|
||||
| 0 | Digital Tv7 Benevento | [>](http://streaming.senecadot.com/live/flv:tv7.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NaQkklP.png"/> |
|
||||
| 0 | Donna Shopping Tv | [>](https://media.streambrothers.com:1936/8038/8038/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oLDvx2T.png"/> |
|
||||
| 0 | E'live Brescia Tv | [>](https://59d7d6f47d7fc.streamlock.net/elivebresciatv/elivebresciatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bZ3B7pi.png"/> |
|
||||
| 0 | Easy Tv | [>](https://streamlive.arcapuglia.it:8080/live/canale190/index.m3u8) | <img height="20" src="https://i.imgur.com/LKrVuRR.jpg"/> |
|
||||
| 0 | Explorer | [>](https://59d7d6f47d7fc.streamlock.net/explorerhdch/explorerhdch/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gFwhIZC.png"/> |
|
||||
| 0 | Entella Tv | [>](https://5f22d76e220e1.streamlock.net:443/EntellaTV/EntellaTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1VPXKrW.png"/> |
|
||||
| 0 | Espansione Tv | [>](https://srvx1.selftv.video/espansione/smil:live.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mm9HKpD.png"/> |
|
||||
| 0 | Esperia Tv | [>](https://59d8c0cee6f3d.streamlock.net/esperiatv/esperiatv/playlist.m3u8) | <img height="20" src="https://patbuweb.com/tivustream/chanlogoz/ita/esperiatv.png"/> |
|
||||
| 0 | Etna Espresso Channel | [>](https://5db313b643fd8.streamlock.net/Etnachannelponte/Etnachannelponte/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hMUxytZ.png"/> |
|
||||
| 0 | Etv Marche | [>](https://live.ipstream.it/etvmarche/etvmarche.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4UO7q69.png"/> |
|
||||
| 0 | Etv Rete7 | [>](https://live.ipstream.it/etv/etv.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Gwj65qg.jpg"/> |
|
||||
| 0 | Euro Tv | [>](https://5f22d76e220e1.streamlock.net/eurotv/eurotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/HCl5Zbu.png"/> |
|
||||
| 0 | FM Tv Marche | [>](https://cloudtv.azotosolutions.com:9553/media/media/playlist.m3u8) | <img height="20" src="https://i.imgur.com/yY01NhL.jpg"/> |
|
||||
| 0 | Fano Tv (Canale17) | [>](https://5cbd3bc28341f.streamlock.net:444/fanotv_live/_definst_/43DA-3923-9C72-4E9F/playlist.m3u8) | <img height="20" src="https://i.imgur.com/39oS1s4.jpg"/> |
|
||||
| 0 | GRP Televisione | [>](https://5cbd3bc28341f.streamlock.net:444/grp/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1zNPpVE.png"/> |
|
||||
| 0 | Giornale Radio Tv | [>](https://5db313b643fd8.streamlock.net:443/GiornaleRadioTelevision/GiornaleRadioTelevision/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TMtvCLL.jpg"/> |
|
||||
| 0 | Giovanni Paolo Tv | [>](https://media2021.rtvweb.com/giovannipaolotv/web/chunklist_w663456797.m3u8) | <img height="20" src="https://i.imgur.com/GH5eJE6.png"/> |
|
||||
| 0 | Gold 78 HD | [>](http://stream2.xdevel.com/video1s86-22/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/2UHu1ye.png"/> |
|
||||
| 0 | Gold Tv | [>](https://streaming.softwarecreation.it/GoldTv/GoldTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3rVi4kD.png"/> |
|
||||
| 0 | History Lab | [>](https://5929b138b139d.streamlock.net/HistoryLab/livestream/playlis.m3u8) | <img height="20" src="https://i.imgur.com/KhRZsoz.png"/> |
|
||||
| 0 | HUB Tv | [>](https://5c483b9d1019c.streamlock.net/8004/8004/playlist.m3u8) | <img height="20" src="https://i.imgur.com/46GTBEW.png"/> |
|
||||
| 0 | Icaro Tv Rimini | [>](https://59d7d6f47d7fc.streamlock.net/icarotv/icarotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/z05VSSN.png"/> |
|
||||
| 0 | Idea Plus | [>](https://eu1.servers10.com:8081/8044/index.m3u8) | <img height="20" src="https://i.imgur.com/2edmxYF.png"/> |
|
||||
| 0 | IT Channel | [>](https://whoptv.on-the-web.tv:4430/diretta/direttats/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YxteePM.png"/> |
|
||||
| 0 | Italia 2 | [>](https://59d7d6f47d7fc.streamlock.net/italia2/italia2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ISbxfY0.png"/> |
|
||||
| 0 | Italia 7 | [>](https://streaming.softwarecreation.it/Italia7/Italia7/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YBXkY4w.png"/> |
|
||||
| 0 | Iunior Tv | [>](https://5f22d76e220e1.streamlock.net/iuniortv/iuniortv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9jeNlLE.png"/> |
|
||||
| 0 | L'Altro Corriere Tv | [>](https://stream.ets-sistemi.it/live.laltrocorrieretv/laltrocorrieretv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dgj79J3.png"/> |
|
||||
| 254 | La Grande Italia | [>](https://5f22d76e220e1.streamlock.net/GrandeItalia/GrandeItalia/chunklist_w748924424.m3u8) | <img height="20" src="https://i.imgur.com/hc8KT06.png"/> |
|
||||
| 0 | La Tua Tv | [>](https://wms2.zivoli.it/latuatv/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Nc3I0cS.png"/> |
|
||||
| 0 | La tr3 Marsala | [>](https://tsw.streamingwebtv24.it:1936/eslife1/eslife1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/XlxpfEx.png"/> |
|
||||
| 0 | LaC News 24 | [>](https://cdn.mainstreaming.tv/live/100532/HVvPMzy/playlist.m3u8?rnd=861954) | <img height="20" src="https://i.imgur.com/02vCECa.png"/> |
|
||||
| 0 | LaC Tv Calabria | [>](http://streamcdnb9-f5842579ff984c1c98d63b8d789673eb.msvdn.net/live/100197/SOrBDPy/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2Ef6crS.png"/> |
|
||||
| 0 | Lab Tv | [>](http://live.sloode.com:1935/labtv_live/labtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OpRS6Fl.png"/> |
|
||||
| 0 | Lazio Tv | [>](https://streaming.softwarecreation.it/LazioTv/LazioTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/6gbWHvP.jpg"/> |
|
||||
| 0 | Le Cronache Lucane Tv | [>](http://stucazz.com:8888/hls/cronache.m3u8) | <img height="20" src="https://i.imgur.com/EBY3IZL.jpg"/> |
|
||||
| 0 | Lira Tv | [>](https://5e06222f4d978.streamlock.net/liratv/liratv1500/playlist.m3u8) | <img height="20" src="https://i.imgur.com/S0ReVEo.png"/> |
|
||||
| 0 | Lombardia Tv | [>](https://5db313b643fd8.streamlock.net/LOMBARDIATV/LOMBARDIATV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aksVy9f.jpg"/> |
|
||||
| 0 | Love in Venice | [>](http://59d7d6f47d7fc.streamlock.net/loveinvenice/loveinvenice/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lLBzzce.png"/> |
|
||||
| 0 | Lucania Tv | [>](http://wms.shared.streamshow.it:80/lucaniatv/lucaniatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wuUNVR5.png"/> |
|
||||
| 0 | Made in BO | [>](https://srvx1.selftv.video/dmchannel/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WFnrMS0.png"/> |
|
||||
| 0 | Media Tv | [>](http://live.sloode.com:1935/mediatv/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WFiRWO9.png"/> |
|
||||
| 0 | Mediterranea Tv | [>](https://59bb40cf810aa.streamlock.net:4443/streamingvincente/streamingvincente/playlist.m3u8) | <img height="20" src="https://i.imgur.com/GUTOqRt.png"/> |
|
||||
| 0 | Medjugorje Italia Tv | [>](https://5f22d76e220e1.streamlock.net/medjugorjeitaliatv/medjugorjeitaliatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hkZScXf.png"/> |
|
||||
| 0 | Medjugorje Tv Puglia | [>](https://streamlive.arcapuglia.it:8080/live/medjugorietv/index.m3u8) | <img height="20" src="https://i.imgur.com/IWBeddh.png"/> |
|
||||
| 0 | Minformo Tv | [>](https://5db313b643fd8.streamlock.net:443/MinformoTV/MinformoTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/VJNtnZM.jpg"/> |
|
||||
| 0 | NSL | [>](https://streannunsec-lh.akamaihd.net/i/tv_1@868496/master.m3u8) | <img height="20" src="https://i.imgur.com/5W6vRaf.png"/> |
|
||||
| 0 | NTI Canale 271 | [>](https://www.ntimedia.it/video/S0/S0_master.m3u8) | <img height="20" src="https://i.imgur.com/zlmcUe0.jpg"/> |
|
||||
| 0 | Napoli Nova Tv | [>](https://stream1.aswifi.it/napolinova/live/index.m3u8) | <img height="20" src="https://i.imgur.com/P5Boz0e.jpg"/> |
|
||||
| 0 | New Signal Tv Genova | [>](https://5f22d76e220e1.streamlock.net/NewSignalTV/NewSignalTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5uGTCJn.png"/> |
|
||||
| 0 | Nuova TV Nazionale | [>](https://stream4.xdevel.com/video0s975955-782/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/QWlRuXg.png"/> |
|
||||
| 0 | Nuova Tv 1 | [>](https://nuovatv.net:8443/tv/stream.m3u8) | <img height="20" src="https://i.imgur.com/1yqTZhR.png"/> |
|
||||
| 0 | Nuova Tv 2 | [>](https://nuovatv.net:8443/tv2/stream.m3u8) | <img height="20" src="https://i.imgur.com/0vauyV3.png"/> |
|
||||
| 0 | Odeon 24 | [>](https://streaming.softwarecreation.it/Odeon/Odeon/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M1tVBuH.png"/> |
|
||||
| 0 | Ofanto Tv | [>](http://media.az-mediaserver.com:1935/7446/7446/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UCgATWn.png"/> |
|
||||
| 0 | Onda Novara Tv | [>](https://585b674743bbb.streamlock.net/9006/9006/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Qoh9CFy.png"/> |
|
||||
| 0 | Onda Tv Sicilia | [>](https://5926fc9c7c5b2.streamlock.net/9040/9040/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0c5Y6lr.png"/> |
|
||||
| 0 | Onda Web Radio | [>](http://178.33.224.197:1935/ondaradioweb/ondaradioweb/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3hTvrC8.jpg"/> |
|
||||
| 0 | One Tv E.R. | [>](https://5db313b643fd8.streamlock.net:443/OneTvEmilia/OneTvEmilia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/iAg0Kjl.png"/> |
|
||||
| 0 | Ora Tv | [>](https://5db313b643fd8.streamlock.net/OraTv/OraTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/clWVrvE.png"/> |
|
||||
| 0 | Orler Tv | [>](https://w1.mediastreaming.it/orlertv/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dBkxD8e.png"/> |
|
||||
| 0 | Padre Pio Tv | [>](https://600f07e114306.streamlock.net/PadrePioTV/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/7ajxEPH.png"/> |
|
||||
| 0 | Paradise Tv | [>](https://tsw.streamingwebtv24.it:1936/paradisetv/paradisetv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/okIBfIb.jpg"/> |
|
||||
| 0 | Parole di Vita | [>](https://5db313b643fd8.streamlock.net/Paroledivita/Paroledivita/chunklist_w2067011949.m3u8) | <img height="20" src="https://i.imgur.com/M9mIiZD.png"/> |
|
||||
| 0 | Partenope Tv | [>](https://streamlive.arcapuglia.it:8080/live/partenopetv/index.m3u8) | <img height="20" src="https://i.imgur.com/FtuWkj1.png"/> |
|
||||
| 0 | Passione Lotto Tv | [>](http://185.63.52.103:8080/hls/passionelotto/1_2/index.m3u8) | <img height="20" src="https://i.imgur.com/E2JBphv.jpg"/> |
|
||||
| 0 | Pop Tv | [>](https://59d7d6f47d7fc.streamlock.net/poptv/poptv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TeolCu9.png"/> |
|
||||
| 0 | PrimAntenna TV | [>](https://585b674743bbb.streamlock.net:443/9062/9062/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gSklP3y.png"/> |
|
||||
| 0 | Prima Napoli Tv | [>](https://stream1.aswifi.it/primatvnapoli/live/index.m3u8) | <img height="20" src="https://i.imgur.com/yPuQeEy.jpg"/> |
|
||||
| 0 | Prima Tivvù | [>](https://streamtechglobal.akamaized.net/hls/live/2024751/primativvu/Group02/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oUGS2Nt.png"/> |
|
||||
| 0 | Prima Tv Sicilia | [>](https://5db313b643fd8.streamlock.net/PrimaTV/PrimaTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/br45JER.png"/> |
|
||||
| 0 | Primantenna Torino | [>](https://585b674743bbb.streamlock.net/9062/9062/playlist.m3u8) | <img height="20" src="https://i.imgur.com/sqEcPFs.gif"/> |
|
||||
| 0 | Primocanale | [>](https://msh0203.stream.seeweb.it/live/flv:stream2.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xWF1A1U.png"/> |
|
||||
| 0 | Promovideo Tv | [>](https://media2021.rtvweb.com/promovideo_web/promovideo/playlist.m3u8) | <img height="20" src="https://i.imgur.com/MwK9HVG.png"/> |
|
||||
| 0 | Quarto Canale Flegreo | [>](http://live.mariatvcdn.com/dialogos/171e41deedf405f10c7dd6311387fb43.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8RKY3Du.png"/> |
|
||||
| 0 | R+Tv Abruzzo | [>](https://54627d4fc5996.streamlock.net/rnews/rnews/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jKVvT3K.jpg"/> |
|
||||
| 0 | R.T.C. Quarta Rete | [>](https://msh0232.stream.seeweb.it/live/stream00.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rFGA6qL.png"/> |
|
||||
| 0 | R.T.C. Telecalabria | [>](https://w1.mediastreaming.it/calabriachannel/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tTYLcuh.jpg"/> |
|
||||
| 0 | R.T.I. Calabria | [>](https://stream.ets-sistemi.it/live.rti/rti-calabria/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hVzEvmo.jpg"/> |
|
||||
| 0 | RDE Tv | [>](https://visual.shoutca.st:1936/saiuz2/rde/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NiwPlrr.png"/> |
|
||||
| 0 | Radio Colonna Tv | [>](https://5f22d76e220e1.streamlock.net/rctv/rctv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/EcQvDfq.png"/> |
|
||||
| 0 | Radio Italia Cina Tv | [>](https://585b674743bbb.streamlock.net/9054/9054/playlist.m3u8) | <img height="20" src="https://i.imgur.com/QGkyrO3.png"/> |
|
||||
| 0 | Radio Libertà | [>](https://router.xdevel.com/video0s975360-67/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/HRvPlf5.png"/> |
|
||||
| 0 | Radio Monte Kronio Tv (R.M.K.) | [>](http://vod1.kronopress.com:1935/tmk_live/5123-CA5C-9EBE-428A/playlist.m3u8) | <img height="20" src="https://i.imgur.com/t0I2Shi.jpg"/> |
|
||||
| 0 | Reggio Tv | [>](https://59d7d6f47d7fc.streamlock.net/reggiotv/reggiotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/merrg2C.png"/> |
|
||||
| 0 | Rete 55 | [>](https://stream.internet.one/Rete55_Live/index.m3u8) | <img height="20" src="https://i.imgur.com/EsZn2cj.png"/> |
|
||||
| 0 | Rete 7 Tv | [>](https://stream.ets-sistemi.it/live.rete7/rete7/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lUTxfoh.png"/> |
|
||||
| 0 | Rete 8 Vga | [>](https://604e46ac2bdee.streamlock.net:1936/rete8_1/rete8_1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3wF2AJX.jpg"/> |
|
||||
| 0 | Rete 8 | [>](https://dacastmmd.mmdlive.lldns.net/dacastmmd/dd01eec16f934937b790b24d4a7c7916/chunklist_b4628000.m3u8) | <img height="20" src="https://i.imgur.com/5WLYqLx.jpg"/> |
|
||||
| 0 | Rete 8 Sport | [>](https://dacastmmd.mmdlive.lldns.net/dacastmmd/ae2a474227e7496aaf9380bc9e2eaf91/chunklist_b4628000.m3u8) | <img height="20" src="https://i.imgur.com/5WLYqLx.jpg"/> |
|
||||
| 0 | Rete Biella | [>](https://sb.top-ix.org/retebiella/streaming/playlist.m3u8) | <img height="20" src="https://i.imgur.com/e2ryHx7.png"/> |
|
||||
| 0 | Rete Chiara | [>](https://cp1.server89.com:19360/mediamasterpress/mediamasterpress.m3u8) | <img height="20" src="https://i.imgur.com/viL8ZrS.png"/> |
|
||||
| 0 | Rete Mia | [>](https://5db313b643fd8.streamlock.net/Retemia/Retemia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kCJ621Q.png"/> |
|
||||
| 0 | Rete Oro Tv | [>](https://5926fc9c7c5b2.streamlock.net/9094/9094/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OCxGtwA.png"/> |
|
||||
| 0 | Rete Sole (Lazio) | [>](http://5c389faa13be3.streamlock.net:1935/8056/8056/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Ajaa5pk.png"/> |
|
||||
| 0 | Rete Sole (Umbria) | [>](http://5c389faa13be3.streamlock.net:1935/8058/8058/playlist.m3u8) | <img height="20" src="https://i.imgur.com/u0ezKgE.png"/> |
|
||||
| 0 | Rete Tv Italia | [>](https://57068da1deb21.streamlock.net/retetvitalia/retetvitalia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lXGWoV9.png"/> |
|
||||
| 0 | Rete Veneta | [>](http://wms.shared.streamshow.it/reteveneta/reteveneta/playlist.m3u8) | <img height="20" src="https://i.imgur.com/cInhQFp.png"/> |
|
||||
| 0 | Roma Ch 71 | [>](https://streaming.softwarecreation.it/RomaCH71/RomaCH71/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UVgXu9L.png"/> |
|
||||
| 0 | Rossini Tv | [>](https://5cbd3bc28341f.streamlock.net:444/rossinitv_live/944A-63A6-9EB8-4492/playlist.m3u8) | <img height="20" src="https://i.imgur.com/K0Em0nx.jpg"/> |
|
||||
| 0 | Rtc Targato Napoli | [>](https://eu1.servers10.com:8081/8014/index.m3u8) | <img height="20" src="https://i.imgur.com/Jsep7uM.png"/> |
|
||||
| 0 | Rtp Tv | [>](http://flash2.xdevel.com/rtptv/rtptv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/I1hYI0C.png"/> |
|
||||
| 0 | Rttr | [>](https://5f204aff97bee.streamlock.net/RTTRlive/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/z7xMArA.png"/> |
|
||||
| 0 | Rtv 38 Toscana | [>](http://845d8509d2cb4f249dd0b2ae5755b6c2.msvdn.net/live/S12268608/CXHH7K39hg9K/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xqlhJqK.png"/> |
|
||||
| 0 | Rtv Calabria | [>](https://59d7d6f47d7fc.streamlock.net/reggiotv/reggiotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Ytwyx8D.png"/> |
|
||||
| 0 | SL 48 Tv | [>](http://media.velcom.it:1935/sl48/sl48/playlist.m3u8) | <img height="20" src="https://i.imgur.com/b58oouu.jpg"/> |
|
||||
| 0 | ST Europe Channel | [>](https://5f22d76e220e1.streamlock.net/steuropetv/steuropetv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/T7kyY2p.png"/> |
|
||||
| 0 | Sardegna 1 | [>](https://59d8c0cee6f3d.streamlock.net/sardegnauno/sardegnauno/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qRRGn1e.png"/> |
|
||||
| 0 | Set Tv Cilento | [>](https://stream1.aswifi.it/settv/live/index.m3u8) | <img height="20" src="https://i.imgur.com/qN5D1jD.png"/> |
|
||||
| 0 | Sicilia Media | [>](http://live.streamcaster.net:1935/siciliamediatv_live/siciliamedia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oQwo4AP.png"/> |
|
||||
| 0 | Sicilia Tv | [>](https://5f22d76e220e1.streamlock.net/SiciliaTV/SiciliaTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/I5FoThW.png"/> |
|
||||
| 0 | Sienatv | [>](https://flash8.xdevel.com/sienatv/sienatv/master.m3u8) | <img height="20" src="https://i.imgur.com/gcysky4.png"/> |
|
||||
| 0 | Siracusa Live Tv | [>](https://5db313b643fd8.streamlock.net/SRLIVE_1/SRLIVE_1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oyPkDnz.jpg"/> |
|
||||
| 0 | Sophia Tv | [>](https://www.onairport.live/sophiatv-it-live/livestream_low/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fiLNK3b.jpg"/> |
|
||||
| 0 | Sport2U | [>](https://live.sport2u.tv/EvoLive/myStream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WW0lNk1.png"/> |
|
||||
| 0 | Stiletv | [>](http://convision2.convergenze.it/hls-live/livepkgr/_definst_/liveevent/livestream1.m3u8) | <img height="20" src="https://i.imgur.com/v5Grhff.jpg"/> |
|
||||
| 0 | Studio 100 | [>](http://wms.shared.streamshow.it:1935/studio100ta/studio100ta/playlist.m3u8) | <img height="20" src="https://i.imgur.com/z84qFXd.png"/> |
|
||||
| 0 | Super J Tv | [>](http://uk4.streamingpulse.com:1935/SuperJtv/SuperJtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5oy5Nuu.png"/> |
|
||||
| 0 | Super Six | [>](https://5db313b643fd8.streamlock.net/SUPERSIXLombardia/SUPERSIXLombardia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kHSuyub.png"/> |
|
||||
| 0 | Supertv | [>](http://wms.shared.streamshow.it:1935/supertv/supertv/live.m3u8) | <img height="20" src="https://i.imgur.com/7gUZcEh.png"/> |
|
||||
| 0 | T.R.L Tele Radio Leo | [>](https://5db313b643fd8.streamlock.net/TRL/TRL/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qAagkJT.png"/> |
|
||||
| 0 | T.S.E. Uno (Tele Scout Europa) | [>](http://stream.mariatvcdn.com/tse/bd5a2cb40637623177295aed22db25f9.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OA0PRsb.png"/> |
|
||||
| 0 | T9 | [>](https://streaming.softwarecreation.it/tnove/tnove/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vlJaxJl.png"/> |
|
||||
| 0 | TRC Santeramo | [>](https://59d7d6f47d7fc.streamlock.net/trc/trc/playlist.m3u8) | <img height="20" src="https://i.imgur.com/VbYdS8P.jpg"/> |
|
||||
| 0 | TSD Tv Arezzo(Tele San Domenico) | [>](https://stream.mariatvcdn.com/tsd/7c59373bfdb38201b9215ff86f0ce6af.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WQ8eQXc.png"/> |
|
||||
| 0 | TVL (TV Libera Pistoia) | [>](http://live.mariatvcdn.com/mariatvcdn/70564e1c6884c007c76f0c128d679eed.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/07geF0L.png"/> |
|
||||
| 0 | Tcf Tv | [>](http://live.sloode.com:1935/tcf_live/telecineforum/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fiylFs2.jpg"/> |
|
||||
| 0 | Tci | [>](https://player-api.new.livestream.com/accounts/27460990/events/8287184/broadcasts/223071659.secure.m3u8) | <img height="20" src="https://i.imgur.com/lCZTaKs.jpg"/> |
|
||||
| 0 | Teatro Tv | [>](https://m.iostream.it/hls/teatrotv/teatrotv.m3u8) | <img height="20" src="https://i.imgur.com/UsvffQL.png"/> |
|
||||
| 0 | Tele A | [>](http://82.62.190.94/hls/telea/video.m3u8) | <img height="20" src="https://i.imgur.com/l7Za9KH.jpg"/> |
|
||||
| 0 | Tele Abruzzo Tv | [>](http://uk4.streamingpulse.com:1935/TeleabruzzoTV/TeleabruzzoTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/koB8J4b.jpg"/> |
|
||||
| 0 | Tele Acras | [>](https://5cbd3bc28341f.streamlock.net:444/teleacras/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/90Lsv8q.png"/> |
|
||||
| 0 | Tele Arena | [>](https://5e73cf528f404.streamlock.net/TeleArena/TeleArena.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9hsoWMO.png"/> |
|
||||
| 0 | Tele Argento/Magic Tv | [>](http://163.172.88.73:1935/magic_web/site/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gseTf4W.jpg"/> |
|
||||
| 0 | Tele Bari | [>](https://w1.mediastreaming.it/telebari/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/HYSz4rx.png"/> |
|
||||
| 0 | Tele Belluno | [>](https://live.mariatvcdn.com/telebelluno/a3b80388da9801906adf885282e73bc3.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/YiM2Z7E.png"/> |
|
||||
| 0 | Tele Blu | [>](https://58d921499d3d3.streamlock.net/Teleblu/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NWMTlry.jpg"/> |
|
||||
| 0 | Tele Boario | [>](http://flash7.streaming.xdevel.com/teleboario/teleboario/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LlLD3L6.png"/> |
|
||||
| 0 | Tele Bruzzano | [>](https://player.ilariochiera.it/fileadmin/hls/Telebruzzano/telebruzzano_mediachunks.m3u8) | <img height="20" src="https://i.imgur.com/7TWbCDt.jpg"/> |
|
||||
| 0 | Tele Chiara | [>](http://fms.tvavicenza.it:1935/telechiara/diretta/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Q5XpnXR.png"/> |
|
||||
| 0 | Tele Citta' Padova | [>](http://stream.telepadova.com/live/tv1.m3u8) | <img height="20" src="https://i.imgur.com/xvVgEaA.jpg"/> |
|
||||
| 0 | Tele Club Italia | [>](https://www.theclubfactory.com/streaming/index.m3u8) | <img height="20" src="https://i.imgur.com/WxkOgg0.png"/> |
|
||||
| 0 | Tele Clusone Bergamo | [>](https://media.streambrothers.com:1936/8168/8168/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dVDY1ng.png"/> |
|
||||
| 0 | Tele Color Lombardia | [>](http://cdn.mainstreaming.tv/live/324149/hlbAWtl/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hUA29XI.jpg"/> |
|
||||
| 0 | Tele Cupole | [>](http://live.livevideosolution.it/telecupole/dd6d85e5b7452f7b85a099509292b421.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ZmUI9zb.png"/> |
|
||||
| 0 | Tele Estense | [>](https://5e73cf528f404.streamlock.net/TeleEstense/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/X7i7DWo.png"/> |
|
||||
| 0 | Tele Foggia | [>](http://wms.shared.streamshow.it/telefoggia/mp4:telefoggia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M7tqBu9.jpg"/> |
|
||||
| 0 | Tele Friuli | [>](https://streamtechglobal.akamaized.net/hls/live/2024685/telefriuli/Group01/2024685-telefriuli/chunklist.m3u8) | <img height="20" src="https://i.imgur.com/AoQxZxD.png"/> |
|
||||
| 0 | Tele Gela | [>](http://live.sloode.com:1935/qdg_live/AF74-FF2C-7350-41F2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/sjrxbgP.png"/> |
|
||||
| 0 | Tele Genova | [>](https://5db313b643fd8.streamlock.net/Telegenova/Telegenova/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BXvPBKb.png"/> |
|
||||
| 0 | Tele Granda | [>](http://live.sloode.com:1935/telegranda_live/C2AD-0664-DC75-4744/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mdPc8cX.jpg"/> |
|
||||
| 0 | Tele Ischia | [>](https://eu1.servers10.com:8081/8130/index.m3u8) | <img height="20" src="https://i.imgur.com/vihHVQn.jpg"/> |
|
||||
| 0 | Tele Jonio | [>](http://59d7d6f47d7fc.streamlock.net/telejonio/telejonio/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qJeDV8R.png"/> |
|
||||
| 0 | Tele Lazio Nord | [>](http://tln.srfms.com:1935/TLN/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gZEojVW.png"/> |
|
||||
| 0 | Tele Liberta' HD | [>](https://player-api.new.livestream.com/accounts/17114188/events/4902226/broadcasts/229448070.secure.m3u8) | <img height="20" src="https://i.imgur.com/XzAB5k7.jpg"/> |
|
||||
| 0 | Tele Liguria Sud | [>](https://live.teleliguriasud.it/hls/tls/index.m3u8) | <img height="20" src="https://i.imgur.com/BeLAYJ6.jpg"/> |
|
||||
| 0 | Tele Mantova | [>](https://5ce9406b73c33.streamlock.net/TeleMantova/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bkSPcs4.png"/> |
|
||||
| 0 | Tele Mia Extra | [>](https://player.ilariochiera.it/fileadmin/hls/TelemiaExtra/stream.m3u8) | <img height="20" src="https://i.imgur.com/upzBG32.png"/> |
|
||||
| 0 | Tele Mia | [>](http://wms.shared.streamshow.it:80/telemia/telemia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/SdXpCwL.png"/> |
|
||||
| 0 | Tele Mistretta Life e Family | [>](https://stream.mariatvcdn.com/telemistrettalive2/ddbcd59a192d6f92336991e344fa1821.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/y2LLwiy.png"/> |
|
||||
| 0 | Tele Mistretta Radio | [>](https://stream.mariatvcdn.com/telemistrettaradio/900bfcc0f9012ea272584fd5ff5281b8.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/d7O7Uqa.png"/> |
|
||||
| 0 | Tele Mistretta | [>](https://live.mariatvcdn.com/telemistretta/8fbcd205ada81b295ee6c211c3a80dde.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OJ3zUS0.png"/> |
|
||||
| 0 | Tele Molise | [>](http://185.202.128.1:1935/test/BlackMagic/playlist.m3u8) | <img height="20" src="https://i.imgur.com/u5VD0x9.png"/> |
|
||||
| 0 | Tele Monteneve 3 | [>](http://wms.shared.streamshow.it/telemonteneve3/telemonteneve3/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LJhQApn.jpg"/> |
|
||||
| 0 | Tele Norba (TG Norba 24 )| [>](https://flash2.xdevel.com/tgnorba_24/tgnorba_24_source.stream/manifest.mpd) | <img height="20" src="https://i.imgur.com/9MhrrJK.png"/> |
|
||||
| 0 | Tele Nord Est | [>](https://59d7d6f47d7fc.streamlock.net/telenord/telenord/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TakoSUX.png"/> |
|
||||
| 0 | Tele Nord Genova | [>](https://5db313b643fd8.streamlock.net/Telenord/Telenord/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gQWB9Gx.png"/> |
|
||||
| 0 | Tele Nostra | [>](https://meridelive-lh.akamaihd.net/i/ottop_1@118465/index_1_av-p.m3u8?sd=10&rebase=on) | <img height="20" src="https://i.imgur.com/FACahKZ.png"/> |
|
||||
| 0 | Tele Occidente | [>](http://ciaoitalystream.ddns.net/live/webTELEOCCIDENTEweb/montelepre@palermo/2.m3u8) | <img height="20" src="https://i.imgur.com/3aOiWKa.png"/> |
|
||||
| 0 | Tele Oltre | [>](http://1se1.troydesign.eu/np_teleoltre/_definst_/channel1_np_teleoltre/playlist.m3u8?ext=.m3u8) | <img height="20" src="https://i.imgur.com/PxtJAxs.png"/> |
|
||||
| 0 | Tele One | [>](http://live.streamcaster.net:1935/mediaone_live/teleone/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hTDDVOQ.png"/> |
|
||||
| 0 | Tele Pace 1 | [>](https://live.mariatvcdn.com/teleradiopace1/efcc8fc46cab26315ce3f5845d76008f.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/ut0Hg8o.png"/> |
|
||||
| 0 | Tele Pace 2 | [>](https://live.mariatvcdn.com/teleradiopace2/254c9b5c52a73a94ef0f6169cbd05dc2.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/RqrPraO.png"/> |
|
||||
| 0 | Tele Pace 3 | [>](https://live.mariatvcdn.com/teleradiopace3/d2274c22e9ee09eb2eda01ed0496f8f5.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/gLsE3mX.png"/> |
|
||||
| 0 | Tele Pace 4 | [>](https://live.mariatvcdn.com/teleradiopace4/13d74f2cfe921bfbc262697203d47d8f.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/tEQvgpz.png"/> |
|
||||
| 0 | Tele Pace News | [>](https://live.mariatvcdn.com/teleradiopace6/d289fe76f16ad32afec471ea1b941583.sdp/index.m3u8) | <img height="20" src="https://i.imgur.com/AxmgoMT.png"/> |
|
||||
| 0 | Tele Pace Roma | [>](https://live.mariatvcdn.com/mariatvpoint/d36592901d5429dd7f9ec1e7bbeda8c2.sdp/index.m3u8) | <img height="20" src="https://i.imgur.com/54oi0cg.png"/> |
|
||||
| 0 | Tele Pace Trento | [>](https://5a1178b42cc03.streamlock.net/telepacetrento/telepacetrento/playlist.m3u8) | <img height="20" src="https://i.imgur.com/o5sQCpF.png"/> |
|
||||
| 0 | Tele Pace Verona | [>](https://live.mariatvcdn.com/TelepaceVerona/a9027aba28cf4b54d10aedc38b0df192.sdp/index.m3u8) | <img height="20" src="https://i.imgur.com/su2ipkb.png"/> |
|
||||
| 0 | Tele Pavia | [>](http://wms.shared.streamshow.it:1935/telepavia/telepavia/live.m3u8) | <img height="20" src="https://i.imgur.com/YVodo4T.png"/> |
|
||||
| 0 | Tele Pegaso | [>](https://flash2.xdevel.com/telepegasocanale812/telepegasocanale812/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FQkM8Vd.png"/> |
|
||||
| 0 | Tele Piadena | [>](https://stream3.xdevel.com/video0s975441-151/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/VqaPuQN.png"/> |
|
||||
| 0 | Tele Pordenone | [>](https://video.wifi4all.it/telepn/telepn.m3u8) | <img height="20" src="https://i.imgur.com/dbYwXwg.png"/> |
|
||||
| 0 | Tele Prima | [>](http://live.sloode.com:1935/teleprima/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WLziQCV.png"/> |
|
||||
| 0 | Tele Quattro Trieste | [>](http://wms.shared.streamshow.it/telequattro/telequattro/playlist.m3u8) | <img height="20" src="https://i.imgur.com/MFxQxve.png"/> |
|
||||
| 0 | Tele Radio Ercolano | [>](https://eu1.servers10.com:8081/8012/index.m3u8) | <img height="20" src="https://i.imgur.com/YPuoy8N.jpg"/> |
|
||||
| 0 | Tele Radio Orte | [>](https://flash2.xdevel.com/ortetv/ortetv/index.m3u8) | <img height="20" src="https://i.imgur.com/uX2uxvN.png"/> |
|
||||
| 0 | Tele Radio Sciacca | [>](http://5cbd3bc28341f.streamlock.net:1935/trs_live/teleradiosciacca-tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/suhz5mE.png"/> |
|
||||
| 0 | Tele Radio Studio 5 | [>](http://mars.az-streamingserver.com:1935/7444/7444/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lPRjSor.jpg"/> |
|
||||
| 0 | Tele Rama | [>](https://58d921499d3d3.streamlock.net/TeleRama/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/enfqUlI.jpg"/> |
|
||||
| 0 | Tele Roma 1 | [>](https://flash2.xdevel.com/teleromauno/teleromauno/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3t7JWrf.png"/> |
|
||||
| 0 | Tele Romagna 24 | [>](http://livetr.teleromagna.it/mia/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Bpml478.png"/> |
|
||||
| 0 | Tele Romagna Lifestyle | [>](http://livetr.teleromagna.it/lifestyle/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Gup84Sb.png"/> |
|
||||
| 0 | Tele Romagna Mia | [>](http://livetr.teleromagna.it/news/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/IdHPiQz.png"/> |
|
||||
| 0 | Tele Romagna | [>](http://livetr.teleromagna.it/teleromagna/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4jWadI8.png"/> |
|
||||
| 0 | Tele Sirio | [>](https://www.telesirio.it/live/stream.m3u8) | <img height="20" src="https://i.imgur.com/mDN6QX1.png"/> |
|
||||
| 0 | Tele Spazio Messina | [>](http://smart.telespazioplay.com:8080/play/stream.m3u8) | <img height="20" src="https://i.imgur.com/Io5w6lT.png"/> |
|
||||
| 0 | Tele Star 1 | [>](http://193.34.109.10:8090/) | <img height="20" src="https://i.imgur.com/UZQjEsd.png"/> |
|
||||
| 0 | Tele Sud Puglia | [>](https://webtv.pugliaservice.it:1936/telesud-webtv/telesud-webtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fqTLtvs.png"/> |
|
||||
| 0 | Tele Sveva News 24 | [>](https://dc1.telesveva.erefresh.it:4443/news24.mp4) | <img height="20" src="https://i.imgur.com/4HlRpf4.jpg"/> |
|
||||
| 0 | Tele Tebe | [>](https://5c389faa13be3.streamlock.net:9553/calabriasat/calabriasat/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YirYT4J.png"/> |
|
||||
| 0 | Tele Terni | [>](https://diretta.teleterni.it/live/stream_src.m3u8) | <img height="20" src="https://i.imgur.com/lslSS3a.jpg"/> |
|
||||
| 0 | Tele Tricolore | [>](https://59d7d6f47d7fc.streamlock.net/rs2/rs2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/A2XouAd.png"/> |
|
||||
| 0 | Tele Tutto 2 | [>](https://600f07e114306.streamlock.net/TT2_TELETUTTO/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mxXbMaw.png"/> |
|
||||
| 0 | Tele Tutto 24 | [>](https://600f07e114306.streamlock.net/TT24_TELETUTTO/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/weKWQgx.png"/> |
|
||||
| 0 | Tele Tutto | [>](https://600f07e114306.streamlock.net/TT_TELETUTTO/smil:TT.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/sZxMP7g.png"/> |
|
||||
| 0 | Tele Venezia | [>](https://59d8c0cee6f3d.streamlock.net/televenezia/televenezia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/SavGpCE.jpg"/> |
|
||||
| 0 | Tele Video Agrigento (T.V.A.) | [>](https://59d7d6f47d7fc.streamlock.net/tva/tva/playlist.m3u8) | <img height="20" src="https://i.imgur.com/AaPr63E.png"/> |
|
||||
| 0 | TeleAmbiente | [>](https://5f22d76e220e1.streamlock.net/teleambiente/teleambiente/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jxZcQhU.png"/> |
|
||||
| 0 | TeleMajg | [>](https://59d7d6f47d7fc.streamlock.net/telemajg/telemajg/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9tefonp.jpg"/> |
|
||||
| 0 | TeleRent 7Gold | [>](http://stream2.xdevel.com/video0s86-21/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wjZT8De.png"/> |
|
||||
| 0 | Telesud Trapani | [>](https://5cbd3bc28341f.streamlock.net:444/telesud/_definst_/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tpZvU1P.png"/> |
|
||||
| 0 | Teleuniverso | [>](https://media.velcom.it:19360/teleuniverso/teleuniverso.m3u8) | <img height="20" src="https://i.imgur.com/u8E9wBb.png"/> |
|
||||
| 0 | Televallo Trapani | [>](https://5cbd3bc28341f.streamlock.net:444/televallo/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/P6zuiRH.png"/> |
|
||||
| 0 | Tevere Tv | [>](https://5926fc9c7c5b2.streamlock.net/9098/9098/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ghBX2Hn.png"/> |
|
||||
| 0 | TLT Molise | [>](https://5f22d76e220e1.streamlock.net/tltmolise/tltmolise/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wgwD7gh.png"/> |
|
||||
| 0 | Touring Tv | [>](https://flash2.xdevel.com/radiotouring10496/radiotouring10496_aac/playlist.m3u8) | <img height="20" src="https://i.imgur.com/E2Feao5.jpg"/> |
|
||||
| 0 | Trentino Tv | [>](https://5e73cf528f404.streamlock.net/TrentinoTV/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ROKOCR2.png"/> |
|
||||
| 0 | Tris News | [>](https://5db313b643fd8.streamlock.net/WLTV/WLTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/zasGDNl.jpg"/> |
|
||||
| 0 | Tris Siracusa | [>](https://5db313b643fd8.streamlock.net/Tris/Tris/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dZgKD3j.jpg"/> |
|
||||
| 0 | Trm H24 | [>](http://w1.streamingmedia.it:1935/trmh24/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/eWV9yII.png"/> |
|
||||
| 0 | Tsn Lecco | [>](http://59d8c0cee6f3d.streamlock.net/tsn2/tsn2_mobile/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vlyaN3U.jpg"/> |
|
||||
| 0 | Tsn Tele Sondrio News | [>](http://wms.shared.streamshow.it/tsn/tsn_mobile/playlist.m3u8) | <img height="20" src="https://i.imgur.com/24Anl5o.png"/> |
|
||||
| 0 | Tua Channel | [>](https://media2021.rtvweb.com/promovideo_web/tuachannel/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BDdQvtS.png"/> |
|
||||
| 0 | Tuscia Sabina 2000Tv | [>](http://ts2000tv.streaming.nextware.it:8081/ts2000tv/ts2000tv/chunks.m3u8) | <img height="20" src="https://i.imgur.com/Tq5nEAy.png"/> |
|
||||
| 0 | Tv 6 | [>](http://185.202.128.1:1935/Tv6Stream/tv6TV.stream_tlm/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bJ2e604.png"/> |
|
||||
| 0 | Tv Campane 1 | [>](https://eu1.servers10.com:8081/8032/index.m3u8) | <img height="20" src="https://i.imgur.com/UrHKovD.jpg"/> |
|
||||
| 0 | Tv Campania Streaming | [>](https://eu1.servers10.com:8081/8020/index.m3u8) | <img height="20" src="https://i.imgur.com/5Ly6LyC.png"/> |
|
||||
| 0 | Tv Luna Napoli | [>](https://streamlive.arcapuglia.it:8080/live/teleluna/index.m3u8) | <img height="20" src="https://i.imgur.com/jxhuoyE.png"/> |
|
||||
| 0 | Tv Prato | [>](https://live.mariatvcdn.com/tvprato/2db0dd5674586686a867ec52c3aa8e06.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/zDeVpZd.png"/> |
|
||||
| 0 | Tv Qui Modena | [>](https://59d7d6f47d7fc.streamlock.net/tvqui/tvqui/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4bOYlfg.png"/> |
|
||||
| 0 | Tv Uno | [>](http://ftp.tiscali.it/francescovernata/TVUNO/monoscopioTvUNOint-1.wmv) | <img height="20" src="https://i.imgur.com/OtCwYsh.jpg"/> |
|
||||
| 0 | Tv Yes | [>](https://stream1.aswifi.it/radioyes/live/index.m3u8) | <img height="20" src="https://i.imgur.com/1wsO8U7.png"/> |
|
||||
| 0 | Tv7 Azzurra | [>](http://217.61.26.46:8080/hls/azzurra.m3u8) | <img height="20" src="https://i.imgur.com/yYvGWHL.png"/> |
|
||||
| 0 | Tv7 News | [>](http://217.61.26.46:8080/hls/news.m3u8) | <img height="20" src="https://i.imgur.com/rlMEE1j.png"/> |
|
||||
| 0 | Tv7 Triveneta | [>](http://217.61.26.46:8080/hls/triveneta.m3u8) | <img height="20" src="https://i.imgur.com/O2NF7jJ.jpg"/> |
|
||||
| 0 | Tva Agrigento | [>](https://59d7d6f47d7fc.streamlock.net/tva/tva/playlist.m3u8) | <img height="20" src="https://i.imgur.com/6dxp79F.png"/> |
|
||||
| 0 | Tva Vicenza | [>](http://fms.tvavicenza.it:1935/live/diretta_1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FtFuPCC.png"/> |
|
||||
| 0 | Tvr Xenon | [>](https://cloudtv.azotosolutions.com:9553/tvrxenonlive/tvrxenonlive/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kLzW1Pf.jpg"/> |
|
||||
| 0 | Tvrs Tv | [>](https://59d7d6f47d7fc.streamlock.net/tvrs/tvrs/playlist.m3u8) | <img height="20" src="https://i.imgur.com/6p7hTmY.jpg"/> |
|
||||
| 0 | Umbria TV | [>](https://umbriatv.stream.rubidia.it:8083/live/umbriatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kccGe02.png"/> |
|
||||
| 0 | Vera Tv | [>](http://wms.shared.streamshow.it/veratv/veratv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/djMvkvN.png"/> |
|
||||
| 0 | Video 33 | [>](http://livestream.goinfo.it/V33Live/v33ros/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Wp24htV.jpg"/> |
|
||||
| 0 | Video Brescia | [>](http://wms.shared.streamshow.it/videobrescia/videobrescia/hasbahca.m3u8) | <img height="20" src="https://i.imgur.com/9Fw2wBT.png"/> |
|
||||
| 0 | Video Mediterraneo | [>](http://stream.ets-sistemi.it:1935/live.rvm/rvmtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hJHC3uQ.png"/> |
|
||||
| 0 | Video Nola | [>](http://stream1.aswifi.it/videonola/live/index.m3u8) | <img height="20" src="https://i.imgur.com/M5z5UoD.jpg"/> |
|
||||
| 0 | Video Star | [>](https://5cbd3bc28341f.streamlock.net:444/videostar_live/_definst_/videostar/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1ddJVZ7.jpg"/> |
|
||||
| 0 | Videolina | [>](http://livestreaming.videolina.it/live/Videolina/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bnDZJwd.gif"/> |
|
||||
| 0 | Videostar Tv Lombardia | [>](http://dreamsiteradiocpvideo.com:1935/vds/vds/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ecpPFZL.jpg"/> |
|
||||
| 0 | Vintage Radio Tv | [>](https://5f22d76e220e1.streamlock.net/vintageradiotv/vintageradiotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/n3LtBNT.jpg"/> |
|
||||
| 0 | Vuemme Tv | [>](https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8) | <img height="20" src="https://i.imgur.com/x5A0xU6.png"/> |
|
||||
| 0 | Well Tv | [>](https://59d7d6f47d7fc.streamlock.net/welltv/welltv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Kqgz4Na.png"/> |
|
||||
| 0 | Yvii Tv | [>](https://yviistreamer.kernel.online/hls/yviitv.m3u8) | <img height="20" src="https://i.imgur.com/yP5AvDo.png"/> |
|
||||
| 0 | Zerouno Tv News | [>](https://5db313b643fd8.streamlock.net/ZerounoTVEventi/ZerounoTVEventi/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vxRzyjE.png"/> |
|
||||
|
||||
<h2>Samsung TV Plus</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 4002 | Commedia – Rakuten TV | [>](https://rakuten-comedymovies-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/EKKXdIU.jpg"/> |
|
||||
| 4003 | Euronews in diretta | [>](https://rakuten-euronews-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DUUxsO7.jpeg"/> |
|
||||
| 4005 | Euronews | [x](https://alchimie-euronews-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8MsbPCU.png"/> |
|
||||
| 4051 | MMATV | [x](https://alchimie-mmatv-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lDlbCo3.png"/> |
|
||||
| 4052 | MySurf | [x](https://alchimie-mysurf-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BknaJ94.png"/> |
|
||||
| 4053 | Motor1TV | [x](https://motorsportnetwork-motor1tv-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UERYhO1.png"/> |
|
||||
| 4072 | FUEL TV | [>](https://fueltv-fueltv-6-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4Lzo6M4.png"/> |
|
||||
| 4073 | SportOutdoor.tv | [x](https://gto2000-sportoutdoortv-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fwOuEBl.png"/> |
|
||||
| 4101 | Humanity Documentari | [x](https://alchimie-humanity-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/k5KusfQ.jpg"/> |
|
||||
| 4250 | Yamato Animation | [x](https://yamatovideo-yamatoanimation-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rOl7HfS.png"/> |
|
||||
| 4251 | Big Name | [x](https://alchimie-big-names-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FsjPjTb.png"/> |
|
||||
| 4253 | FailArmy | [>](https://failarmy-international-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/JmQ6QjL.png"/> |
|
||||
| 4254 | The Pet Collective | [x](https://the-pet-collective-international-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/daTU44g.jpeg"/> |
|
||||
| 4255 | Stories – Rakuten TV | [>](https://rakuten-spotlight-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/A3A97V1.jpeg"/> |
|
||||
| 4256 | People Are Awesome | [x](https://jukin-peopleareawesome-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xwz9zKk.jpeg"/> |
|
||||
| 4257 | A3series | [x](https://atresmedia-atreseries-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YE1PYtC.png"/> |
|
||||
| 4258 | Canale Europa | [>](https://canaleeuropa-canaleeuropa-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Zw2ZIfz.jpg"/> |
|
||||
| 4301 | MONDO TV KIDS | [x](https://mondotv-mondotvkids-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DMqKFIM.png"/> |
|
||||
| 4302 | Amuse Animation | [x](https://amuse-amuseanimation-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TLIQ9Th.png"/> |
|
||||
| 4305 | SuperToons TV | [x](https://kedoo-supertoonstv-4-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/A6vCYsC.png"/> |
|
||||
| 4307 | Teletubbies | [x](https://dhx-teletubbies-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tSw1oON.jpeg"/> |
|
||||
| 4309 | duckTV | [>](https://mmm-ducktv-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BKoAJZV.jpeg"/> |
|
||||
| 4351 | Brindiamo! | [x](https://okproductions-brindiamochannel-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8g0K6iP.jpeg"/> |
|
||||
| 4352 | Fashion TV | [>](https://fashiontv-fashiontv-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KT3zgc1.png"/> |
|
||||
| 4451 | Classical Harmony | [x](https://alchimie-classical-harmony-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Mje2i8r.png"/> |
|
||||
| 4452 | Moods | [x](https://alchimie-moods-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xdycnbu.png"/> |
|
||||
| 4502 | Bizzarro Movies | [x](https://8a0cd8fae5654aeab31dd0958c3f116f.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/RakutenTV-it_BizzarroMovies/d950f77c-2ec1-49bd-8896-3fb7522247f1/2.m3u8) | <img height="20" src="https://i.imgur.com/EbDLnZB.png"/> |
|
||||
| 4503 | Cinema Segreto | [x](https://6e7b0ca5587e4580a2922d0853ee0498.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/RakutenTV-it_CinemaSegreto/99daf9c1-8b9a-45b7-b229-370562c1c71c/1.m3u8) | <img height="20" src="https://i.imgur.com/BkzplSs.png"/> |
|
||||
| 4504 | CGtv | [x](https://cgentertainment-cgtv-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/6rsLtY7.png"/> |
|
||||
| 4508 | Sofy.tv | [>](https://sofytv-samsungit.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fsJFJeZ.png"/> |
|
||||
| 4510 | Dark Matter TV | [x](https://amg00434-tricoast-darkmatter-italy-samsunguk-lvse1.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Stm6Zc9.png"/> |
|
||||
| 4547 | Documentari – Rakuten TV | [>](https://rakuten-documentaries-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rAHBiO8.jpg"/> |
|
||||
| 4548 | Family – Rakuten TV | [>](https://rakuten-family-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BCC123A.jpg"/> |
|
||||
| 4549 | Drammatico – Rakuten TV | [>](https://rakuten-tvshows-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Nx3JzZK.jpg"/> |
|
||||
| 4550 | Film d'azione – Rakuten TV | [>](https://rakuten-actionmovies-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KDmDQM6.jpg"/> |
|
||||
| 5000 | Film Top – Rakuten TV | [>](https://rakuten-topfree-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OfD9hM9.jpeg"/> |
|
||||
| 5005 | Classico – Rakuten TV | [>](https://rakuten-classico-1-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ytN6jfl.jpeg"/> |
|
||||
| 5008 | Thriller – Rakuten TV | [>](https://rakuten-thriller-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jJTnBNk.jpeg"/> |
|
||||
| 5009 | Romance – Rakuten TV | [>](https://rakuten-romance-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TiXrzJZ.jpeg"/> |
|
||||
|
||||
<h2>Pluto TV</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 50 | Due Fantagenitori – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62b57a6752a0060008bc65cd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/HOvLgGK.png"/> |
|
||||
| 51 | Super! Film – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626182c72e4c720007432786/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/tYAI0xu.png"/> |
|
||||
| 100 | Film – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa17fb9f4490007e6419a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/QeFc7F3.png"/> |
|
||||
| 105 | Horror – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61c09e3ac210ed0007606620/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/zhoHRSE.png"/> |
|
||||
| 110 | Film Azione – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa20a2e7f270007c4878d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/ZmAuf3H.png"/> |
|
||||
| 115 | Film Romantici – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa4a4cc92820007b663af/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/sHg0bZc.png"/> |
|
||||
| 120 | Film Thriller – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa5e995132a00075f7005/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/hIWMGRW.png"/> |
|
||||
| 125 | Film Classici – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa3c446d73500075f0e24/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/jNyZPLV.png"/> |
|
||||
| 130 | Cinema Italiano – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa7d8359b270007861489/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/drDX5DC.png"/> |
|
||||
| 135 | Film Commedia – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa512d67fd900072323db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/cSKaVHW.png"/> |
|
||||
| 140 | Film Drama – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa42b5c2b8f0007197529/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/X8jimKP.png"/> |
|
||||
| 145 | Shorts – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61c49ccfcc9cc600070eae5c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/2tQnopK.png"/> |
|
||||
| 200 | I Jefferson – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62442f28afe626000747f195/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/PEjrLRc.png"/> |
|
||||
| 205 | Sposati...con figli – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62443055c9735d00076feff7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/ZSqwxmH.png"/> |
|
||||
| 210 | Serie – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9ff2722bfa400072676ef/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/CHBhRZr.png"/> |
|
||||
| 215 | Serie Teen – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940639add5910008c0cdd1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/pBmsfU7.png"/> |
|
||||
| 220 | Family – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6123742451cce0000789fc7a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Wux4qyT.png"/> |
|
||||
| 225 | Consulenze illegali – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9dc99521a1400079bdfba/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/AoOiYJX.png"/> |
|
||||
| 230 | Le sorelle mcleod – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a2837f8154ab0007c4dcdf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/P310ryf.png"/> |
|
||||
| 300 | Star Trek – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619b87091a9c310008f733b5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/P68oN6Z.png"/> |
|
||||
| 305 | Sci-Fi – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61728bb9ee3773000840c1fa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/5B94N8g.png"/> |
|
||||
| 310 | Mutant X – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802c209a26320007c92ad5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/SptYKFI.png"/> |
|
||||
| 315 | Andromeda – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802d37ee238e0007c94e64/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/2HFhwX9.png"/> |
|
||||
| 400 | Scherzi e risate – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609404b0a8ec810007d8de9d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/kPxGzPI.png"/> |
|
||||
| 405 | Ridiculousness – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd721e5b49e00079bfedc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Yyj3Dm6.png"/> |
|
||||
| 410 | Fail army – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608014d19a26320007c92ab6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/SqRDd2U.png"/> |
|
||||
| 415 | The pet collective – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60801317a0ccef00072aaf75/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/034PrSz.png"/> |
|
||||
| 420 | Just for laughs – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f48c95132a00075fd859/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/VvEz0XX.png"/> |
|
||||
| 425 | People are awesome – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608017cbe375e400070cc981/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/jn0OeWv.png"/> |
|
||||
| 450 | Crime – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa777b907770007e5d05d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/WRMGIdb.png"/> |
|
||||
| 500 | Il banco dei pugni – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60e4507a06171800072339a3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/2Lj1sdf.png"/> |
|
||||
| 505 | Geordie Shore – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619263ee9541940007d20d60/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/y0fkHVi.png"/> |
|
||||
| 510 | Ex on the beach – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940ebad67fd900072382db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/IONkdyk.png"/> |
|
||||
| 515 | Il Testimone – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd3f0733df400076c9a2d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/9NXL9kY.png"/> |
|
||||
| 520 | Catfish – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f9ed2c75660007322bb7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/KajHKoP.png"/> |
|
||||
| 525 | Anime – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612375086abc84000738fc03/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/lkBlZgl.png"/> |
|
||||
| 530 | Are You The One? – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6094071be159e00007e860fa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/YqMl3Iu.png"/> |
|
||||
| 535 | 16 anni e incinta – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940a07d88ba90007b9cb71/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/4BHrbP7.png"/> |
|
||||
| 540 | Reality – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61925f874b1ec000075e700a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/tPEOeTk.png"/> |
|
||||
| 545 | Got Game – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61e9119366401100074dd3fd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/w9EJUQ3.png"/> |
|
||||
| 600 | Cucina – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa718a8ec810007d87fee/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/KsOhaOn.png"/> |
|
||||
| 605 | Real life – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60801976f92a750007a0699c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/FpwqJYw.png"/> |
|
||||
| 610 | Fashion – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60c88130ab4a9800074e5f87/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/cC0wrqG.png"/> |
|
||||
| 650 | VH1+ Summer Vibes – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626180ec537f210007e94b52/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/yka85yk.png"/> |
|
||||
| 655 | VH1+ – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61cd822216e2fd00086d0aeb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/kmduUJ4.png"/> |
|
||||
| 660 | Clubbing TV – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802de3fd2d70000763bb83/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/D5U4unl.png"/> |
|
||||
| 665 | Qwest Jazz&Beyond – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60db3bbd9397a00007ab029a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Ch2qOA4.png"/> |
|
||||
| 700 | Avatar – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/624da1cd2af90c0007c13205/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/KDSStnJ.png"/> |
|
||||
| 705 | Kids – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62444e195d2ab7000861694b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/ybd7A0r.png"/> |
|
||||
| 710 | Super! Spongebob – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f9281db477000759fce0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/vFiwODM.png"/> |
|
||||
| 715 | Super! Summer – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbf29bf123940007858709/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/jGL3SSp.png"/> |
|
||||
| 720 | Super! Brothers and Sisters – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61925ea79541940007d20881/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/KSQvVye.png"/> |
|
||||
| 725 | Super! Mystery – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6192624035f3910007fc7305/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/6So6078.png"/> |
|
||||
| 730 | Super! Eroi – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f5ab128c2b00070ebd51/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/gsX9A5b.png"/> |
|
||||
| 735 | Super! Icarly – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609401db8cf51c00084b592e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Mhl252U.png"/> |
|
||||
| 740 | Super! POP – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f7b5bb49b90007cecaad/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/jlz31HP.png"/> |
|
||||
| 745 | Super! Star – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f6f8351eb0000754afb8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/YLtqPkF.png"/> |
|
||||
| 750 | Nickelodeon Ukraine – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/622a2d8da9d8210007d918c2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/syX2HGd.png"/> |
|
||||
| 800 | World poker tour – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608016e446d73500075ea7e0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/AF1ON8u.png"/> |
|
||||
| 805 | IGN – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608015ea48a6e800076f0f2f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/9SsTKJu.png"/> |
|
||||
| 810 | Sport – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608030eff4b6f70007e1684c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/o2psAYW.png"/> |
|
||||
| 815 | FUEL TV – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9dbea1f19550007dd0dfa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/sfL6NXb.png"/> |
|
||||
| 900 | Documentari – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa8a5709d6b0007b132fe/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/0jYrODf.png"/> |
|
||||
| 905 | Natura – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802b37709d6b0007b0c549/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Pc4gx12.png"/> |
|
||||
| 910 | Naturescape – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/610a9ebe8c2ac2000734776e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/CGB6qiV.png"/> |
|
||||
| 950 | Euronews – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61b86ea479a4390007c6d5fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Zpf2ykM.png"/> |
|
||||
| 955 | CBS News – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6231ec4b62cd1f0007093c7b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/ApsK6Eq.png"/> |
|
||||
| 960 | Telefe Noticias – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/627d15744208ae000727c67c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/X1YDGcd.png"/> |
|
||||
| 965 | Chilevision Noticias – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/627d16b55b43690007badae0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/uD3N2If.png"/> |
|
||||
|
||||
<h2>Invalid</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | Rai 1 Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803) | <img height="20" src="https://i.imgur.com/CAx7yRm.png"/> |
|
||||
| 2 | Rai 2 Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308718) | <img height="20" src="https://i.imgur.com/zA0PTcs.png"/> |
|
||||
| 3 | Rai 3 Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308709) | <img height="20" src="https://i.imgur.com/9kuQCIi.png"/> |
|
||||
| 8 | TV8 | [x]() | <img height="20" src="https://i.imgur.com/xvoHVOU.png"/> |
|
||||
| 9 | Nove | [x](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_3@810997/master.m3u8) | <img height="20" src="https://i.imgur.com/Hp723RU.png"/> |
|
||||
| 20 | Canale 20 Ⓢ Ⓖ | [x](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(lb)/index.m3u8) | <img height="20" src="https://i.imgur.com/It13jwX.png"/> |
|
||||
| 21 | Rai 4 Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746966) | <img height="20" src="https://i.imgur.com/XFkZRfv.png"/> |
|
||||
| 23 | Rai 5 Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276) | <img height="20" src="https://i.imgur.com/Leu2zTO.png"/> |
|
||||
| 24 | Rai Movie Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747002) | <img height="20" src="https://i.imgur.com/RKpO8CE.png"/> |
|
||||
| 25 | Rai Premium Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746992) | <img height="20" src="https://i.imgur.com/RKI4nFy.png"/> |
|
||||
| 26 | Cielo | [x]() | <img height="20" src="https://i.imgur.com/cPluF03.png"/> |
|
||||
| 31 | Real Time | [x](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_4@810998/master.m3u8) | <img height="20" src="https://i.imgur.com/9dcTYg1.png"/> |
|
||||
| 33 | Food Network | [x](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_6@1000854/master.m3u8) | <img height="20" src="https://i.imgur.com/i60OYr9.png"/> |
|
||||
| 41 | K2 | [x](https://sbshdlu2-lh.akamaihd.net/i/sbshdl_21@443297/master.m3u8) | <img height="20" src="https://i.imgur.com/wlLgSiA.png"/> |
|
||||
| 42 | Rai Gulp Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746953) | <img height="20" src="https://i.imgur.com/lu1DPVb.png"/> |
|
||||
| 43 | Rai YoYo Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746899) | <img height="20" src="https://i.imgur.com/DRSa3ys.png"/> |
|
||||
| 44 | Frisbee | [x](https://sbshdlu1-lh.akamaihd.net/i/sbshdl_21@443313/master.m3u8) | <img height="20" src="https://i.imgur.com/9y1zIAe.png"/> |
|
||||
| 48 | Rai News 24 Ⓖ | [x](http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=1) | <img height="20" src="https://i.imgur.com/gdzGwB6.png"/> |
|
||||
| 52 | Dmax | [x](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_5@825063/master.m3u8) | <img height="20" src="https://i.imgur.com/dmEmRX7.png"/> |
|
||||
| 54 | Rai Storia Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746990) | <img height="20" src="https://i.imgur.com/K8y5q8x.png"/> |
|
||||
| 56 | HGTV – Home & Garden Tv | [x](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_7@106896/master.m3u8) | <img height="20" src="https://i.imgur.com/emLNC0U.png"/> |
|
||||
| 57 | Rai Scuola Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747011) | <img height="20" src="https://i.imgur.com/tmtJW6s.png"/> |
|
||||
| 58 | Rai Sport + Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=358025) | <img height="20" src="https://i.imgur.com/vD0CDEp.png"/> |
|
||||
| 59 | Motor Trend | [x](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_1@810993/master.m3u8) | <img height="20" src="https://i.imgur.com/ipj2H0n.png"/> |
|
||||
| 64 | SuperTennis | [x]() | <img height="20" src="https://i.imgur.com/GzsPlbX.png"/> |
|
||||
| 146 | Rai Sport Ⓢ Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=179975) | <img height="20" src="https://i.imgur.com/xsGljsb.png"/> |
|
||||
| 50 | Christmas – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612e05b885183d0007958101/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/tQ8lN30.png"/> |
|
||||
| 300 | Super! Xmas – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce0ead825b300078b7082/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/pBwvZfS.png"/> |
|
||||
| 305 | Fireplace – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce23f51cce000078eeed5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/csk1e76.png"/> |
|
||||
| 310 | Christmas Lights – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce316d825b300078b70bc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/a6TI66l.png"/> |
|
||||
| 715 | Maradona, sin cortes – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/618b98b04b1ec000075af6da/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/1BqLYel.png"/> |
|
||||
| 540 | Celebration – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612cde2edd516f0007e102ad/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/DQL9vG8.png"/> |
|
||||
| 51 | In Love – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6192605c9541940007d208f8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/wA8GYOU.png"/> |
|
||||
| 52 | Super! Cupido – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6192612b6d03190008139f32/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/I0C7E4v.png"/> |
|
||||
| 660 | Loupe – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802e86a6997500072cfe90/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/RApNs2W.png"/> |
|
||||
| 700 | Super! Papà – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619263124a270700077c9471/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/FHRX7Vb.png"/> |
|
||||
| 300 | Star Trek – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619b87091a9c310008f733b5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/6v8KZDC.png"/> |
|
||||
| 605 | Young and fabulous – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a7c62ee90dd20007637411/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/H61Q2oO.png"/> |
|
||||
| 700 | Super! Surprise – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd31b7365340007f9373c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/OLNEjHo.png"/> |
|
||||
| 500 | Viva la mamma! – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd6820ac006000761a849/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/LNu8TbF.png"/> |
|
||||
| 700 | Super! Mamma – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd59f8cc25c000750facc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/b6tvDHj.png"/> |
|
||||
| 730 | Super! Spaziale – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd4c9e5b49e00079bfed9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/aKyyfBs.png"/> |
|
||||
@@ -1,20 +0,0 @@
|
||||
<h1>Japan</h1>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | ANN News Ⓨ | [>](https://youtu.be/coYw-eVU0Ks) | <img height="20" src="https://i.imgur.com/9IVsFXz.png"/> |
|
||||
| 2 | NHK G Ⓢ | [>](https://nhk.mov3.co/hls/nhk.m3u8) | <img height="20" src="https://i.imgur.com/ns0PHbl.png"/> |
|
||||
| 3 | NHK World | [>](https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index_4M.m3u8) | <img height="20" src="https://i.imgur.com/TDCuUDs.png"/> |
|
||||
| 4 | 日テレ1 Ⓢ | [>](https://ntv1.mov3.co/hls/ntv.m3u8) | <img height="20" src="https://i.imgur.com/IGu52nM.png"/> |
|
||||
| 5 | 日テレNEWS24 Ⓢ | [>](https://n24-cdn-live.ntv.co.jp/ch01/high.m3u8) | <img height="20" src="https://i.imgur.com/tVNZ0BU.png"/> |
|
||||
| 6 | フジテレビ Ⓢ | [>](https://fujitv.mov3.co/hls/fujitv.m3u8) | <img height="20" src="https://i.imgur.com/CjoqJXh.png"/> |
|
||||
| 7 | TBS Ⓢ | [>](https://tbs.mov3.co/hls/tbs.m3u8) | <img height="20" src="https://i.imgur.com/SzWJscr.png"/> |
|
||||
| 8 | TV Tokyo | [>](https://bcsecurelivehls-i.akamaihd.net/hls/live/265320/5043843989001/140130JTDX/index.m3u8) | <img height="20" src="https://i.imgur.com/BMXZjA1.png"/> |
|
||||
| 9 | Tokyo MX1 | [>](https://movie.mcas.jp/mcas/mx1_2/master.m3u8) | <img height="20" src="https://i.imgur.com/ghRFrKj.png"/> |
|
||||
| 10 | Tokyo MX2 | [>](https://movie.mcas.jp/mcas/mx2_2/master.m3u8) | <img height="20" src="https://i.imgur.com/ghRFrKj.png"/> |
|
||||
| 11 | HTB Ⓨ | [>](https://www.youtube.com/watch?v=5iK9G85rPVc) | <img height="20" src="https://i.imgur.com/A0Wj0Ys.png"/> |
|
||||
| 12 | Gunma TV | [>](https://movie.mcas.jp/switcher/smil:mcas8.smil/master.m3u8) | <img height="20" src="https://i.imgur.com/Fik3Nm9.png"/> |
|
||||
| 13 | Weathernews | [>](http://movie.mcas.jp/mcas/wn1_2/master.m3u8) | <img height="20" src="https://i.imgur.com/7YLRtla.png"/> |
|
||||
| 14 | GSTV | [>](https://gemstv.wide-stream.net/gemstv01/smil:gemstv01.smil/chunklist.m3u8) | <img height="20" src="https://i.imgur.com/0wds9n8.png"/> |
|
||||
| 15 | QVC Ⓢ | [>](http://cdn-live1.qvc.jp/iPhone/800/800.m3u8) | <img height="20" src="https://i.imgur.com/B74hZKd.png"/> |
|
||||
| 16 | Shop Channel | [>](http://stream1.shopch.jp/HLS/out1/prog_index.m3u8) | <img height="20" src="https://i.imgur.com/rkdKa5a.png"/> |
|
||||
@@ -7,7 +7,6 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Argentina#Major_bro
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:----:|:--------------:|:-----:|:----:|:------:|
|
||||
| 24.2 | Canal 26 | [>](https://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xDjOUuz.png"/> | Canal26HD.ar |
|
||||
| 25.3 | LN+ Ⓨ | [>](https://youtu.be/ns8-5XKA0Ww) | <img height="20" src="https://i.imgur.com/vJYzGt1.png"/> | ElNueveHD.ar |
|
||||
|
||||
<h2>Invalid</h2>
|
||||
|
||||
@@ -18,3 +17,4 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Argentina#Major_bro
|
||||
| 23.1 | Televisión Pública Ⓨ | [x](https://youtu.be/5fEdfSoEw8s) | <img height="20" src="https://i.imgur.com/4hYYpiu.png"/> | TVPublica.ar |
|
||||
| 24.4 | Crónica TV Ⓨ | [x](https://youtu.be/O3D4RwYUmzw) | <img height="20" src="https://i.imgur.com/k2Ku8Ib.png"/> | CronicaTV.ar |
|
||||
| 25.2 | C5N Ⓨ | [x](https://youtu.be/wlNWw5k14y8) | <img height="20" src="https://i.imgur.com/E3pamA5.png"/> | C5NHD.ar |
|
||||
| 25.3 | LN+ Ⓨ | [x](https://youtu.be/ns8-5XKA0Ww) | <img height="20" src="https://i.imgur.com/vJYzGt1.png"/> | ElNueveHD.ar |
|
||||
@@ -6,10 +6,9 @@
|
||||
| 2 | 8 Kanal Vitebsk Ⓢ | [>](http://95.46.208.8:24433/art) | <img height="20" src="https://i.imgur.com/tjwBSTF.jpg"/> | 8kanal.by |
|
||||
| 3 | Belros Ⓢ | [>](https://live2.mediacdn.ru/sr1/tro/playlist.m3u8) | <img height="20" src="https://i.imgur.com/HWqxjGl.png"/> | BelRos.ru |
|
||||
| 4 | Belarus 24 | [>](http://serv30.vintera.tv:8081/belarus24/belarus24/playlist.m3u8) | <img height="20" src="https://i.imgur.com/IyAScOh.jpg"/> | Belarus24.by |
|
||||
| 5 | Belarus 4 Vitebsk Ⓢ | [>](http://95.46.208.8:26258/belarus4) | <img height="20" src="https://i.imgur.com/TW6Ap71.png"/> | Belarus4Vitebsk.by
|
||||
| 5 | Belarus 4 Vitebsk Ⓢ | [>](http://95.46.208.8:26258/belarus4) | <img height="20" src="https://i.imgur.com/TW6Ap71.png"/> | Belarus4Vitebsk.by |
|
||||
| 6 | CTV Belarus Ⓢ | [>](http://212.98.171.116/HLS/ctvby/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Gz6mSGu.png"/> | STV.by |
|
||||
| 7 | Hawe TV Vitebsk Ⓢ | [>](http://95.46.208.8:26259/nashe) | <img height="20" src="https://i.imgur.com/HOb5m5f.jpg"/> | NasheTV.by |
|
||||
| 8 | Nastoyashcheye vremya Ⓢ | [>](https://rfe-lh.akamaihd.net/i/rfe_tvmc5@383630/master.m3u8) | <img height="20" src="https://i.imgur.com/z9E3DBW.png"/> | CurrentTimeTV.cz |
|
||||
| 9 | Pervyy Muzykal'nyy BY Ⓢ | [>](http://rtmp.one.by:1200) | <img height="20" src="https://i.imgur.com/7tFiG6S.jpg"/> | FirstMusicChannel.by |
|
||||
| 10 | Planeta RTR Ⓢ | [>](https://a3569455801-s26881.cdn.ngenix.net/live/smil:rtrp.smil/chunklist_b1600000.m3u8) | <img height="20" src="https://i.imgur.com/yqRuEJd.png"/> | RTRBelarus.by |
|
||||
| 11 | Radio HIT Orsk | [>](http://hithd.camsh.orsk.ru/hls/hithd.m3u8) | <img height="20" src="https://i.imgur.com/e2RyN4r.jpg"/> |
|
||||
+10
-10
@@ -21,17 +21,17 @@
|
||||
| 16 | Star TV | [>](http://live.canadastartv.com:1935/canadastartv/canadastartv/playlist.m3u) | <img height="20" src="https://i.imgur.com/Ap54LCC.png"/> |
|
||||
| 17 | CBC News | [>](https://cbcnewshd-f.akamaihd.net/i/cbcnews_1@8981/index_2500_av-p.m3u8) | <img height="20" src="https://i.imgur.com/1EqQGKS.png"/> |
|
||||
| 18 | CTV News | [>](https://pe-fa-lp02a.9c9media.com/live/News1Digi/p/hls/00000201/38ef78f479b07aa0/index/0c6a10a2/live/stream/h264/v1/3500000/manifest.m3u8) | <img height="20" src="https://i.imgur.com/T3oBeiX.png"/> |
|
||||
| 19 | Global News | [>](https://live.corusdigitaldev.com/groupd/live/49a91e7f-1023-430f-8d66-561055f3d0f7/live.isml/master.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 20 | Global News BC | [>](https://live.corusdigitaldev.com/groupa/live/48a5882b-a1ec-42d7-bfd7-6c2739e737da/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 21 | Global News Calgary | [>](https://live.corusdigitaldev.com/groupd/live/8970c668-40cd-4ca9-8c4d-25fd04f619b5/live.isml/master.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 22 | Global News Halifax | [>](https://live.corusdigitaldev.com/groupa/live/b60d1d57-2851-4c29-bf5c-36feed988e57/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 23 | Global News Kingston | [>](https://live.corusdigitaldev.com/groupa/live/023a9e25-f0cf-4d97-af9f-5c665b7d45b9/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 24 | Global News Montreal | [>](https://live.corusdigitaldev.com/groupa/live/6bfb7f13-9d9d-4211-9c50-fb56330e4ccd/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 25 | Global News Peterborough | [>](https://live.corusdigitaldev.com/groupa/live/5eb39b64-58e8-47d2-97ca-25e8cd760b63/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 26 | Global News Regina | [>](https://live.corusdigitaldev.com/groupb/live/3062d0e3-ed4c-4f47-8482-95648250f4b8/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 27 | Global News Saskatoon | [>](https://live.corusdigitaldev.com/groupc/live/f191ef59-6c28-42ba-86d0-d47df5280249/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 19 | Global News | [x](https://live.corusdigitaldev.com/groupd/live/49a91e7f-1023-430f-8d66-561055f3d0f7/live.isml/master.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 20 | Global News BC | [x](https://live.corusdigitaldev.com/groupa/live/48a5882b-a1ec-42d7-bfd7-6c2739e737da/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 21 | Global News Calgary | [x](https://live.corusdigitaldev.com/groupd/live/8970c668-40cd-4ca9-8c4d-25fd04f619b5/live.isml/master.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 22 | Global News Halifax | [x](https://live.corusdigitaldev.com/groupa/live/b60d1d57-2851-4c29-bf5c-36feed988e57/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 23 | Global News Kingston | [x](https://live.corusdigitaldev.com/groupa/live/023a9e25-f0cf-4d97-af9f-5c665b7d45b9/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 24 | Global News Montreal | [x](https://live.corusdigitaldev.com/groupa/live/6bfb7f13-9d9d-4211-9c50-fb56330e4ccd/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 25 | Global News Peterborough | [x](https://live.corusdigitaldev.com/groupa/live/5eb39b64-58e8-47d2-97ca-25e8cd760b63/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 26 | Global News Regina | [x](https://live.corusdigitaldev.com/groupb/live/3062d0e3-ed4c-4f47-8482-95648250f4b8/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 27 | Global News Saskatoon | [x](https://live.corusdigitaldev.com/groupc/live/f191ef59-6c28-42ba-86d0-d47df5280249/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 28 | Global News Vancouver | [>](https://d8i9f8op7jmyk.cloudfront.net/out/v1/89a3f0453e134472a2101f6264d055ae/index.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 29 | Global News Winnipeg | [>](https://live.corusdigitaldev.com/groupb/live/564df695-94f9-4f27-b1b9-0a936ab01721/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 29 | Global News Winnipeg | [x](https://live.corusdigitaldev.com/groupb/live/564df695-94f9-4f27-b1b9-0a936ab01721/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||
| 30 | CPAC (EN) | [>](https://bcsecurelivehls-i.akamaihd.net/hls/live/680602/1242843915001_1/master.m3u8) | <img height="20" src="https://i.imgur.com/AbdFD0S.png"/> |
|
||||
|
||||
<h2>French</h2>
|
||||
@@ -0,0 +1,9 @@
|
||||
<h1>Croatia</h1>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:-:|:------------------:|:--------------------------------------------------------------------:|:--------------------------------------------------------:|:-------------------:|
|
||||
| 1 | RTL | [>](https://d1cs5tlhj75jxe.cloudfront.net/rtl/playlist.m3u8) | <img height="20" src="https://i.imgur.com/zAjr6pO.png"/> | RTLCroatia.hr |
|
||||
| 2 | RTL2 | [>](https://d1um9c09e0t5ag.cloudfront.net/rtl2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dQLaylJ.png"/> | RTL2Croatia.hr |
|
||||
| 3 | RTL Kockica | [>](https://d1rzyyum8t0q1e.cloudfront.net/rtl-kockica/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BiSVmRa.png"/> | RTLKockica.hr |
|
||||
| 4 | CMC TV | [>](https://stream.cmctv.hr:49998/cmc/live.m3u8) | <img height="20" src="https://i.imgur.com/Fh2vawT.png"/> | CMCTV.hr |
|
||||
| 5 | Al Jazeera Balkans | [>](https://live-hls-web-ajb.getaj.net/AJB/index.m3u8) | <img height="20" src="https://i.imgur.com/Z1FB6wl.png"/> | AlJazeeraBalkans.qa |
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | ETV Ⓖ | [>](http://sb.err.ee/live/etv.m3u8) | <img height="20" src="https://i.imgur.com/SAOGSmL.png"/> |
|
||||
| 2 | ETV2 Ⓖ | [>](http://sb.err.ee/live/etv2.m3u8) | <img height="20" src="https://i.imgur.com/wY6Pz37.png"/> |
|
||||
| 3 | ETV+ Ⓖ | [>](http://sb.err.ee/live/etvpluss.m3u8) | <img height="20" src="https://i.imgur.com/L8fGd9d.png"/> |
|
||||
| 4 | Riigikogu | [>](https://riigikogu.babahhcdn.com/bb1027/smil:riigikogu_ch1.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xuySaSN.png"/> |
|
||||
| 5 | Taevas TV7 | [>](https://vod.tv7.fi/tv7-ee/_definst_/smil:tv7-ee.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FaQQdzz.png"/> |
|
||||
| 1 | ETV Ⓖ | [>](http://sb.err.ee/live/etv.m3u8) | <img height="20" src="https://i.imgur.com/SAOGSmL.png"/> | ETV.ee |
|
||||
| 2 | ETV2 Ⓖ | [>](http://sb.err.ee/live/etv2.m3u8) | <img height="20" src="https://i.imgur.com/wY6Pz37.png"/> | ETV2.ee |
|
||||
| 3 | ETV+ Ⓖ | [>](http://sb.err.ee/live/etvpluss.m3u8) | <img height="20" src="https://i.imgur.com/L8fGd9d.png"/> | ETVPlus.ee |
|
||||
| 4 | Riigikogu | [>](https://riigikogu.babahhcdn.com/bb1027/smil:riigikogu_ch1.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xuySaSN.png"/> | Riigikogu.ee |
|
||||
| 5 | Taevas TV7 | [>](https://vod.tv7.fi/tv7-ee/_definst_/smil:tv7-ee.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FaQQdzz.png"/> | TaevasTV7.fi |
|
||||
@@ -0,0 +1,54 @@
|
||||
<h1>France</h1>
|
||||
|
||||
<h2>Reliable feeds</h2>
|
||||
|
||||
<p>These feeds are hosted by their TV channel, either on their website or their youtube channel. They're likely to continue to work well for a long period of time.</p>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:----------:|:-----:|:----:|:------:|
|
||||
| 13 | LCP | [>](https://lcp.fr/le-live-lcp-tnt-5433) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/6/6a/Logo_LCP-AN_-_Public_S%C3%A9nat_%282019%29.svg/53px-Logo_LCP-AN_-_Public_S%C3%A9nat_%282019%29.svg.png"/> | LCP.fr |
|
||||
| 14 | Public Sénat | [>](https://www.publicsenat.fr/direct) | <img height="20" src="https://i.imgur.com/bJOdFT1.png"/> | PublicSenat.fr |
|
||||
| 16 | CNews | [>](https://www.dailymotion.com/embed/video/x3b68jn) | <img height="20" src="https://i.imgur.com/UMRGAHx.png"/> | CNews.fr |
|
||||
| 27 | franceinfo: | [>](https://www.youtube.com/watch?v=Z-Nwo-ypKtM) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Franceinfo.svg/85px-Franceinfo.svg.png"/> | Franceinfo.fr |
|
||||
| 28 | France 24 | [>](https://www.youtube.com/watch?v=gxG3pdKvlIs) | <img height="20" src="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/france/france-24-fr.png"/> | France24French.fr |
|
||||
| 31 | Euronews | [>](https://www.youtube.com/watch?v=MsN0_WNXvh8) | <img height="20" src="https://i.imgur.com/3Lr5iAj.png"/> |
|
||||
| 21 | L'Équipe Ⓖ | [>](https://www.dailymotion.com/video/x2lefik) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/L%27%C3%89quipe_wordmark.svg/79px-L%27%C3%89quipe_wordmark.svg.png"/> | LEquipe.fr |
|
||||
| 32 | France Inter | [>](https://www.youtube.com/watch?v=lmaSg4EAYVQ) | <img height="20" src="https://i.imgur.com/d9Ncl8m.png"/> |
|
||||
|
||||
<h2>Unreliable (tntdirect)</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:----------:|:-----:|:----:|:------:|
|
||||
| 1 | TF1 | [>](https://s13.tntendirect.com/tf1/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/TF1_logo_2013.png/62px-TF1_logo_2013.png"/> | TF1.fr |
|
||||
| 1 | TF1 | [x](https://tf1-hls-live-ssl.tf1.fr/tf1/1/hls/live_2328.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/TF1_logo_2013.png/62px-TF1_logo_2013.png"/> | TF1.fr |
|
||||
| 2 | France 2 | [>](https://s13.tntendirect.com/france2/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/France_2_2018.svg/35px-France_2_2018.svg.png"/> | France2.fr |
|
||||
| 3 | France 3 | [>](https://s13.tntendirect.com/france3/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/France_3_2018.svg/35px-France_3_2018.svg.png"/> | France3.fr |
|
||||
| 4 | France 4 | [x](http://edge9.iptvnetwork.net/live/france4/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/France_4_2018.svg/39px-France_4_2018.svg.png"/> | France4.fr |
|
||||
| 5 | France 5 | [>](https://s13.tntendirect.com/france5/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/France_5_2018.svg/35px-France_5_2018.svg.png"/> | France5.fr |
|
||||
| 6 | M6 | [>](https://s13.tntendirect.com/m6/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Logo_M6_%282020%2C_fond_clair%29.svg/49px-Logo_M6_%282020%2C_fond_clair%29.svg.png"/> | M6.fr |
|
||||
| 7 | Arte | [>](https://s13.tntendirect.com/arte/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Arte_Logo_2017.svg/12px-Arte_Logo_2017.svg.png"/> | ARTEFrench.fr |
|
||||
| 8 | C8 | [>](https://s13.tntendirect.com/d8/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LXhXF8l.png"/> | C8.fr |
|
||||
| 9 | W9 | [>](https://s13.tntendirect.com/w9/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/40/W9_2018.svg/56px-W9_2018.svg.png"/> | W9.fr |
|
||||
| 10 | TMC | [>](https://s13.tntendirect.com/tmc/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/a/a8/TMC_logo_2016.svg/62px-TMC_logo_2016.svg.png"/> | TMC.fr |
|
||||
| 11 | TFX | [>](https://s13.tntendirect.com/nt1/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/8/83/TFX_logo_2018.svg/62px-TFX_logo_2018.svg.png"/> | TFX.fr |
|
||||
| 12 | NRJ 12 | [>](https://s13.tntendirect.com/nrj12/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/9/93/NRJ_12_logo_2015.svg/45px-NRJ_12_logo_2015.svg.png"/> | NRJ12.fr |
|
||||
| 15 | BFM TV | [>](https://bcovlive-a.akamaihd.net/f3c53617100e4fd7a0fbdf9e784a650e/eu-central-1/876450610001/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Logo_BFM_TV_%282019%29.png/53px-Logo_BFM_TV_%282019%29.png"/> | BFMTV.fr |
|
||||
| 17 | CStar | [>](https://s13.tntendirect.com/d17/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Logo_projet_CStar.svg/80px-Logo_projet_CStar.svg.png"/> | CStar.fr |
|
||||
| 18 | Gulli | [x](https://d13anarbtxy8c5.cloudfront.net/6play/short/clr/gulli/sdindex.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/4/43/18._Gulli.png/57px-18._Gulli.png"/> | Gulli.fr |
|
||||
| 20 | TF1 Séries Films | [>](https://s13.tntendirect.com/hd1/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/4/4b/TF1_S%C3%A9ries_Films_logo_2020.svg/81px-TF1_S%C3%A9ries_Films_logo_2020.svg.png"/> | TF1SeriesFilms.fr |
|
||||
| 21 | L'Équipe | [>](https://s13.tntendirect.com/lequipe21/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/L%27%C3%89quipe_wordmark.svg/79px-L%27%C3%89quipe_wordmark.svg.png"/> | LEquipe.fr |
|
||||
| 22 | 6ter | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/a/a9/6ter_2012.png/73px-6ter_2012.png"/> | 6ter.fr |
|
||||
| 24 | RMC Découverte | [>](https://s13.tntendirect.com/rmcdecouverte/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/b/b3/RMC_D%C3%A9couverte_logo_2017.svg/76px-RMC_D%C3%A9couverte_logo_2017.svg.png"/> | RMCDecouverte.fr |
|
||||
| 25 | Chérie 25 | [>](https://s13.tntendirect.com/cherie25/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/f/f0/Ch%C3%A9rie_25_logo_2015.svg/51px-Ch%C3%A9rie_25_logo_2015.svg.png"/> | Cherie25.fr |
|
||||
| 26 | LCI | [>](https://sv0.data-stream.top/hls/lci.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/3/38/LCI_-_Logo_%28Ao%C3%BBt_2017%29.svg/62px-LCI_-_Logo_%28Ao%C3%BBt_2017%29.svg.png"/> | LCI.fr |
|
||||
| 31 | Euronews | [x](https://rakuten-euronews-2-fr.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3Lr5iAj.png"/> |
|
||||
| 31 | Euronews | [x](https://euronews.alteox.app/hls/fr_stream.m3u8) | <img height="20" src="https://i.imgur.com/3Lr5iAj.png"/> |
|
||||
|
||||
|
||||
<h2>DVB-S</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 29 | TV5 Monde Info | [>](https://ott.tv5monde.com/Content/HLS/Live/channel(info)/index.m3u8) | <img height="20" src="https://i.imgur.com/NcysrWH.png"/> | TV5MondeInfo.fr |
|
||||
| 30 | TV5 Monde FBS | [>](https://ott.tv5monde.com/Content/HLS/Live/channel(fbs)/index.m3u8) | <img height="20" src="https://i.imgur.com/uPmwTo9.png"/> | TV5MondeEurope.fr |
|
||||
| 31 | TV5 Monde Europe | [>](https://ott.tv5monde.com/Content/HLS/Live/channel(europe)/index.m3u8) | <img height="20" src="https://i.imgur.com/uPmwTo9.png"/> | TV5MondeEurope.fr |
|
||||
@@ -7,14 +7,14 @@ https://wiki.ubuntuusers.de/Internet-TV/Stationen
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | Das Erste Ⓖ | [>](https://mcdn.daserste.de/daserste/de/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Das_Erste_2014.svg/640px-Das_Erste_2014.svg.png"/> |
|
||||
| 2 | ZDF Ⓖ | [>](http://zdf-hls-15.akamaized.net/hls/live/2016498/de/veryhigh/master.m3u8) | <img height="20" src="https://i.imgur.com/JosNLQ0.png"/> |
|
||||
| 3 | 3sat Ⓖ | [>](https://zdf-hls-18.akamaized.net/hls/live/2016501/dach/veryhigh/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/3sat_2019.svg/640px-3sat_2019.svg.png"/> |
|
||||
| 4 | ARTE Ⓖ | [>](https://artesimulcast.akamaized.net/hls/live/2030993/artelive_de/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Arte_Logo_2011.svg/640px-Arte_Logo_2011.svg.png"/> |
|
||||
| 5 | ONE Ⓖ | [>](https://mcdn.one.ard.de/ardone/hls/master.m3u8) | <img height="20" src="https://i.imgur.com/zu5gaQU.png"/> |
|
||||
| 6 | ZDFinfo Ⓖ | [>](https://zdf-hls-17.akamaized.net/hls/live/2016500/de/veryhigh/master.m3u8) | <img height="20" src="https://i.imgur.com/0jcN11J.png"/> |
|
||||
| 7 | ZDFneo Ⓖ | [>](https://zdf-hls-16.akamaized.net/hls/live/2016499/de/veryhigh/master.m3u8) | <img height="20" src="https://i.imgur.com/XMPIWeS.png"/> |
|
||||
| 8 | Phoenix Ⓖ | [>](https://zdf-hls-19.akamaized.net/hls/live/2016502/de/veryhigh/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Phoenix-logo-2018.svg/640px-Phoenix-logo-2018.svg.png"/> |
|
||||
| 1 | Das Erste Ⓖ | [>](https://mcdn.daserste.de/daserste/de/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Das_Erste_2014.svg/640px-Das_Erste_2014.svg.png"/> | DasErste.de |
|
||||
| 2 | ZDF Ⓖ | [>](http://zdf-hls-15.akamaized.net/hls/live/2016498/de/veryhigh/master.m3u8) | <img height="20" src="https://i.imgur.com/JosNLQ0.png"/> | ZDF.de |
|
||||
| 3 | 3sat Ⓖ | [>](https://zdf-hls-18.akamaized.net/hls/live/2016501/dach/veryhigh/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/3sat_2019.svg/640px-3sat_2019.svg.png"/> | 3sat.de |
|
||||
| 4 | ARTE Ⓖ | [>](https://artesimulcast.akamaized.net/hls/live/2030993/artelive_de/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Arte_Logo_2011.svg/640px-Arte_Logo_2011.svg.png"/> | ARTEDeutsch.de |
|
||||
| 5 | ONE Ⓖ | [>](https://mcdn.one.ard.de/ardone/hls/master.m3u8) | <img height="20" src="https://i.imgur.com/zu5gaQU.png"/> | One.de |
|
||||
| 6 | ZDFinfo Ⓖ | [>](https://zdf-hls-17.akamaized.net/hls/live/2016500/de/veryhigh/master.m3u8) | <img height="20" src="https://i.imgur.com/0jcN11J.png"/> | ZDFinfo.de |
|
||||
| 7 | ZDFneo Ⓖ | [>](https://zdf-hls-16.akamaized.net/hls/live/2016499/de/veryhigh/master.m3u8) | <img height="20" src="https://i.imgur.com/XMPIWeS.png"/> | ZDFneo.de |
|
||||
| 8 | Phoenix Ⓖ | [>](https://zdf-hls-19.akamaized.net/hls/live/2016502/de/veryhigh/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Phoenix-logo-2018.svg/640px-Phoenix-logo-2018.svg.png"/> | Phoenix.de |
|
||||
| 9 | MDR Sachsen-Anhalt Ⓖ | [>](https://mdrtvsahls.akamaized.net/hls/live/2016879/mdrtvsa/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/mdr.png"/> |
|
||||
| 10 | MDR Sachsen Ⓖ | [>](https://mdrtvsnhls.akamaized.net/hls/live/2016928/mdrtvsn/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/mdr.png"/> |
|
||||
| 11 | MDR Thüringen Ⓖ | [>](https://mdrtvthhls.akamaized.net/hls/live/2016880/mdrtvth/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/mdr.png"/> |
|
||||
@@ -29,15 +29,15 @@ https://wiki.ubuntuusers.de/Internet-TV/Stationen
|
||||
| 20 | HR Ⓖ | [>](https://hrhls.akamaized.net/hls/live/2024525/hrhls/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/hr.png"/> |
|
||||
| 21 | BR Nord Ⓖ | [>](http://brlive-lh.akamaihd.net/i/bfsnord_germany@119898/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/br.png"/> |
|
||||
| 22 | BR Süd Ⓖ | [>](http://mcdn.br.de/bfs_sued/de/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/br.png"/> |
|
||||
| 23 | KiKa Ⓖ | [>](https://kikageohls.akamaized.net/hls/live/2022693/livetvkika_de/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/kika.png"/> |
|
||||
| 24 | Tagesschau24 | [>](https://tagesschau.akamaized.net/hls/live/2020115/tagesschau/tagesschau_1/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Tagesschau24-2012.svg/640px-Tagesschau24-2012.svg.png"/> |
|
||||
| 25 | ARD Alpha Ⓖ | [>](http://brlive-lh.akamaihd.net/i/bralpha_germany@119899/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/ARD_alpha.svg/640px-ARD_alpha.svg.png"/> |
|
||||
| 23 | KiKa Ⓖ | [>](https://kikageohls.akamaized.net/hls/live/2022693/livetvkika_de/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/kika.png"/> | KIKA.de |
|
||||
| 24 | Tagesschau24 | [>](https://tagesschau.akamaized.net/hls/live/2020115/tagesschau/tagesschau_1/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Tagesschau24-2012.svg/640px-Tagesschau24-2012.svg.png"/> | tagesschau24.de |
|
||||
| 25 | ARD Alpha Ⓖ | [>](http://brlive-lh.akamaihd.net/i/bralpha_germany@119899/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/ARD_alpha.svg/640px-ARD_alpha.svg.png"/> | ARDalpha.de |
|
||||
| 26 | DW Ⓖ | [>](http://dwstream6-lh.akamaihd.net/i/dwstream6_live@123962/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/69/Deutsche_Welle_Logo.svg/320px-Deutsche_Welle_Logo.svg.png"/> |
|
||||
| 27 | RBB Berlin Ⓖ | [>](https://rbb-hls-berlin.akamaized.net/hls/live/2017824/rbb_berlin/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/rbb.png"/> |
|
||||
| 28 | RBB Brandenburg Ⓖ | [>](https://rbb-hls-brandenburg.akamaized.net/hls/live/2017825/rbb_brandenburg/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/rbb.png"/> |
|
||||
| 27 | RBB Berlin Ⓖ | [>](https://rbb-hls-berlin.akamaized.net/hls/live/2017824/rbb_berlin/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/rbb.png"/> | RBBBerlin.de |
|
||||
| 28 | RBB Brandenburg Ⓖ | [>](https://rbb-hls-brandenburg.akamaized.net/hls/live/2017825/rbb_brandenburg/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/rbb.png"/> | RBBBrandenburg.de |
|
||||
| 29 | Radio Bremen Ⓖ | [>](https://rbhlslive.akamaized.net/hls/live/2020435/rbfs/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Logo_Radio_Bremen.svg/640px-Logo_Radio_Bremen.svg.png"/> |
|
||||
| 30 | Nick Ⓖ | [>](http://unilivemtveu-lh.akamaihd.net/i/nickde_1@448749/master.m3u8) | <img height="20" src="https://i.imgur.com/mhldfsB.png"/> |
|
||||
| 31 | Deluxe Music | [>](https://sdn-global-live-streaming-packager-cache.3qsdn.com/13456/13456_264_live.m3u8) | <img height="20" src="https://i.imgur.com/E65GQN9.png"/> |
|
||||
| 30 | Nick Ⓖ | [>](http://unilivemtveu-lh.akamaihd.net/i/nickde_1@448749/master.m3u8) | <img height="20" src="https://i.imgur.com/mhldfsB.png"/> | NickGermany.de |
|
||||
| 31 | Deluxe Music | [>](https://sdn-global-live-streaming-packager-cache.3qsdn.com/13456/13456_264_live.m3u8) | <img height="20" src="https://i.imgur.com/E65GQN9.png"/> | DeluxeMusic.de |
|
||||
| 32 | Euronews Deutsch | [>](https://euronews.alteox.app/hls/de_stream.m3u8) | <img height="20" src="https://i.postimg.cc/sDDydM6Z/Euronews-2016-logo.png"/> |
|
||||
|
||||
|
||||
+15
-15
@@ -2,21 +2,21 @@
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | ERT 1 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_1/ert_1medium.m3u8) | <img height="20" src="https://i.imgur.com/WWMe8IY.png"/> |
|
||||
| 2 | ERT 2 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_2/ert_2medium.m3u8) | <img height="20" src="https://i.imgur.com/pcusPFl.png"/> |
|
||||
| 3 | ERT 3 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_3/ert_3medium.m3u8) | <img height="20" src="https://i.imgur.com/KyhzDRm.png"/> |
|
||||
| 4 | ANT1 | [>](https://antennalivesp-lh.akamaihd.net/i/live_1@715138/index_800_av-p.m3u8) | <img height="20" src="https://i.imgur.com/np0s1FN.png"/> |
|
||||
| 5 | Star Ⓖ | [>](https://livestar.siliconweb.com/media/star1/star1mediumhd.m3u8) | <img height="20" src="https://i.imgur.com/CJOtJlL.png"/> |
|
||||
| 6 | AlphaTV | [>](https://alphalive-i.akamaihd.net/hls/live/682300/live/master.m3u8) | <img height="20" src="https://i.imgur.com/bAVGX0l.png"/> |
|
||||
| 7 | Skai TV | [>](https://skai-live.siliconweb.com/media/cambria4/index.m3u8) | <img height="20" src="https://i.imgur.com/TSg7B8X.png"/> |
|
||||
| 8 | Open TV | [>](https://liveopencloud.siliconweb.com/1/ZlRza2R6L2tFRnFJ/eWVLSlQx/hls/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/T99OSnk.png"/> |
|
||||
| 9 | Makedonia TV | [x]() | <img height="20" src="https://i.imgur.com/6Ir6wcR.png"/> |
|
||||
| 10 | Mega Channel | [x]() | <img height="20" src="https://i.imgur.com/zewcwLd.png"/> |
|
||||
| 11 | Kontra | [>](http://kontralive.siliconweb.com/live/kontratv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/zMgczHY.png"/> |
|
||||
| 12 | ERT World | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_world/ert_worldmedium.m3u8) | <img height="20" src="https://i.imgur.com/RwrQKns.png"/> |
|
||||
| 13 | ERT Sports 1 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_sports/ert_sports.m3u8) | <img height="20" src="https://i.imgur.com/gebWmAB.png"/> |
|
||||
| 14 | ERT Sports 2 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_2/ert_sports_2medium.m3u8) | <img height="20" src="https://i.imgur.com/gebWmAB.png"/> |
|
||||
| 15 | ERT Sports 3 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_3/ert_sports_3medium.m3u8) | <img height="20" src="https://i.imgur.com/gebWmAB.png"/> |
|
||||
| 1 | ERT 1 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_1/ert_1medium.m3u8) | <img height="20" src="https://i.imgur.com/WWMe8IY.png"/> | ERT1.gr |
|
||||
| 2 | ERT 2 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_2/ert_2medium.m3u8) | <img height="20" src="https://i.imgur.com/pcusPFl.png"/> | ERT2.gr |
|
||||
| 3 | ERT 3 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_3/ert_3medium.m3u8) | <img height="20" src="https://i.imgur.com/KyhzDRm.png"/> | ERT3.gr |
|
||||
| 4 | ANT1 | [>](https://antennalivesp-lh.akamaihd.net/i/live_1@715138/index_800_av-p.m3u8) | <img height="20" src="https://i.imgur.com/np0s1FN.png"/> | ANT1.gr |
|
||||
| 5 | Star Ⓖ | [>](https://livestar.siliconweb.com/media/star1/star1mediumhd.m3u8) | <img height="20" src="https://i.imgur.com/CJOtJlL.png"/> | StarChannel.gr |
|
||||
| 6 | AlphaTV | [>](https://alphalive-i.akamaihd.net/hls/live/682300/live/master.m3u8) | <img height="20" src="https://i.imgur.com/bAVGX0l.png"/> | AlphaTV.gr |
|
||||
| 7 | Skai TV | [>](https://skai-live.siliconweb.com/media/cambria4/index.m3u8) | <img height="20" src="https://i.imgur.com/TSg7B8X.png"/> | SkaiTV.gr |
|
||||
| 8 | Open TV | [>](https://liveopencloud.siliconweb.com/1/ZlRza2R6L2tFRnFJ/eWVLSlQx/hls/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/T99OSnk.png"/> | OpenTV.gr |
|
||||
| 9 | Makedonia TV | [x]() | <img height="20" src="https://i.imgur.com/6Ir6wcR.png"/> | MakedoniaTV.gr |
|
||||
| 10 | Mega Channel | [x]() | <img height="20" src="https://i.imgur.com/zewcwLd.png"/> | MEGATVHD.gr |
|
||||
| 11 | Kontra | [>](http://kontralive.siliconweb.com/live/kontratv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/zMgczHY.png"/> | KontraChannel.gr |
|
||||
| 12 | ERT World | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_world/ert_worldmedium.m3u8) | <img height="20" src="https://i.imgur.com/RwrQKns.png"/> | ERTWorld.gr |
|
||||
| 13 | ERT Sports 1 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_sports/ert_sports.m3u8) | <img height="20" src="https://i.imgur.com/gebWmAB.png"/> | ERTSports1.gr |
|
||||
| 14 | ERT Sports 2 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_2/ert_sports_2medium.m3u8) | <img height="20" src="https://i.imgur.com/gebWmAB.png"/> | ERTSports2.gr |
|
||||
| 15 | ERT Sports 3 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_3/ert_sports_3medium.m3u8) | <img height="20" src="https://i.imgur.com/gebWmAB.png"/> | ERTSports3.gr |
|
||||
| 15 | ERT Sports 4 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_4/ert_sports_4medium.m3u8) | <img height="20" src="https://i.imgur.com/gebWmAB.png"/> |
|
||||
| 15 | ERT Sports 5 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_5/ert_sports_5medium.m3u8) | <img height="20" src="https://i.imgur.com/gebWmAB.png"/> |
|
||||
| 15 | ERT Sports 6 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_6/ert_sports_6medium.m3u8) | <img height="20" src="https://i.imgur.com/gebWmAB.png"/> |
|
||||
@@ -8,7 +8,7 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Hungary
|
||||
|:---:|:--------------:|:-----:|:----:|:-----:|
|
||||
| 1 | M1 | [>](https://sktv-forwarders.7m.pl/get.php?x=M1) | <img height="20" src="https://i.imgur.com/neddXUd.png" /> | M1.hu |
|
||||
| 2 | M2 / Petőfi TV | [>](https://sktv-forwarders.7m.pl/get.php?x=M2) | <img height="20" src="https://i.imgur.com/CzaDhmA.png" /> | M2.hu |
|
||||
| 3 | M3 | [>](https://archivum.mtva.hu/m3/embed) | <img height="20" src="https://onlinestream.live/logos/5931.png" /> | M3.hu |
|
||||
| 3 | M3 | [x](https://archivum.mtva.hu/m3/embed) | <img height="20" src="https://onlinestream.live/logos/5931.png" /> | M3.hu |
|
||||
| 4 | M4 Sport | [>](https://list.iptvcat.com/my_list/s/1bd809b15a85095d1439415e911c146b.m3u8) | <img height="20" src="https://nb1.hu/uploads/news/3/31023.jpg" /> | M4Sport.hu |
|
||||
| 5 | M4+ Sport | [>](https://sktv-forwarders.7m.pl/get.php?x=M4Plus) | <img height="20" src="https://www.lyngsat.com/logo/tv/mm/m4-sport-plus-hu.png" /> | M4SportPlus.hu |
|
||||
| 6 | M5 Hungary | [>](https://sktv-forwarders.7m.pl/get.php?x=M5) | <img height="20" src="https://i.imgur.com/qLQz2V6.png" /> | M5.hu |
|
||||
@@ -38,6 +38,7 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Hungary
|
||||
|:---:|:--------------:|:-----:|:----:|:-----:|
|
||||
| 1 | 1Music Hungary | [>](http://1music.hu/1music.m3u8) | <img height="20" src="https://i.imgur.com/rw2C3DY.jpg" /> | MusicChannelHungary.hu |
|
||||
| 2 | H!T Music HU | [>](http://hitmusic.hu/hitmusic.m3u8) | <img height="20" src="https://i.imgur.com/rw2C3DY.jpg" /> | HtMusicChannelHungary.hu |
|
||||
| 3 | MUSICPlus | [>](http://s02.diazol.hu:10192/stream.m3u8) | | MUSICPlus.hu |
|
||||
|
||||
<h2>Series</h2>
|
||||
|
||||
+12
-12
@@ -2,16 +2,16 @@
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | Al-Hurra Iraq | [>](https://mbnvvideoingest-i.akamaihd.net/hls/live/1004674/MBNV_ALHURRA_IRAQ/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mXBZEQP.png"/> |
|
||||
| 2 | Al-Hurra | [>](https://mbnvvideoingest-i.akamaihd.net/hls/live/1004673/MBNV_ALHURRA_MAIN/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0izeu5z.png"/> |
|
||||
| 1 | Al-Hurra Iraq | [>](https://mbnvvideoingest-i.akamaihd.net/hls/live/1004674/MBNV_ALHURRA_IRAQ/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mXBZEQP.png"/> | AlhurraTVIraq.iq |
|
||||
| 2 | Al-Hurra | [>](https://mbnvvideoingest-i.akamaihd.net/hls/live/1004673/MBNV_ALHURRA_MAIN/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0izeu5z.png"/> | AlHurra.iq |
|
||||
| 3 | Al-Iraqiya | [>](https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8) | <img height="20" src="https://i.imgur.com/imdV6kL.png"/> |
|
||||
| 4 | Al-Rafidain | [>](https://cdg8.edge.technocdn.com/arrafidaintv/abr_live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/D78qG91.png"/> |
|
||||
| 5 | Al-Rasheed | [>](https://media1.livaat.com/AL-RASHEED-HD/tracks-v1a1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/SU9HbXY.png"/> |
|
||||
| 6 | Al-Sharqiya News | [>](https://5d94523502c2d.streamlock.net/alsharqiyalive/mystream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/P6p17ZY.jpg"/> |
|
||||
| 7 | Al-Sharqiya | [>](https://5d94523502c2d.streamlock.net/home/mystream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bPYyXNf.png"/> |
|
||||
| 8 | Dijlah Tarab | [>](https://ghaasiflu.online/tarab/tracks-v1a1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2SBjjBQ.png"/> |
|
||||
| 9 | Dijlah TV | [>](https://ghaasiflu.online/Dijlah/tracks-v1a1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FJEeYiz.png"/> |
|
||||
| 10 | iNEWS | [>](https://svs.itworkscdn.net/inewsiqlive/inewsiq.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/PeuBkaH.png"/> |
|
||||
| 11 | Iraq Future Ⓢ | [>](https://streaming.viewmedia.tv/viewsatstream40/viewsatstream40.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Z7woTe5.png"/> |
|
||||
| 12 | Turkmeneli TV | [>](https://137840.global.ssl.fastly.net/edge/live_6b7c6e205afb11ebb010f5a331abaf98/playlist.m3u8) | <img height="20" src="https://i.imgur.com/iUhhg4B.png"/> |
|
||||
| 13 | Zagros TV | [>](https://5a3ed7a72ed4b.streamlock.net/zagrostv/SMIL:myStream.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UjIuIQX.png"/> |
|
||||
| 4 | Al-Rafidain | [>](https://cdg8.edge.technocdn.com/arrafidaintv/abr_live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/D78qG91.png"/> | AlRafidainTV.iq |
|
||||
| 5 | Al-Rasheed | [>](https://media1.livaat.com/AL-RASHEED-HD/tracks-v1a1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/SU9HbXY.png"/> | AlRasheedTV.iq |
|
||||
| 6 | Al-Sharqiya News | [>](https://5d94523502c2d.streamlock.net/alsharqiyalive/mystream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/P6p17ZY.jpg"/> | AlSharqiyaNews.iq |
|
||||
| 7 | Al-Sharqiya | [>](https://5d94523502c2d.streamlock.net/home/mystream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bPYyXNf.png"/> | AlSharqiya.iq |
|
||||
| 8 | Dijlah Tarab | [>](https://ghaasiflu.online/tarab/tracks-v1a1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2SBjjBQ.png"/> | DijlahTarab.iq |
|
||||
| 9 | Dijlah TV | [>](https://ghaasiflu.online/Dijlah/tracks-v1a1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FJEeYiz.png"/> | DijlahTV.iq |
|
||||
| 10 | iNEWS | [>](https://svs.itworkscdn.net/inewsiqlive/inewsiq.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/PeuBkaH.png"/> | INews.iq |
|
||||
| 11 | Iraq Future Ⓢ | [>](https://streaming.viewmedia.tv/viewsatstream40/viewsatstream40.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Z7woTe5.png"/> | IraqFuture.iq |
|
||||
| 12 | Turkmeneli TV | [>](https://137840.global.ssl.fastly.net/edge/live_6b7c6e205afb11ebb010f5a331abaf98/playlist.m3u8) | <img height="20" src="https://i.imgur.com/iUhhg4B.png"/> | TurkmeneliTV.iq |
|
||||
| 13 | Zagros TV | [>](https://5a3ed7a72ed4b.streamlock.net/zagrostv/SMIL:myStream.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UjIuIQX.png"/> | ZagrosTV.iq |
|
||||
@@ -4,16 +4,16 @@
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 3 | Virgin Media 1 | [>](http://csm-e.cds1.yospace.com/csm/extlive/tv3ie01,tv3-prd.m3u8) | <img height="20" src="https://i.imgur.com/Tt2Lzil.png"/> |
|
||||
| 4 | TG4 | [>](http://csm-e.cds1.yospace.com/csm/live/74246610.m3u8) | <img height="20" src="https://i.imgur.com/Etm3Kgq.png"/> |
|
||||
| 5 | Virgin Media 2 | [>](http://csm-e.cds1.yospace.com/csm/extlive/tv3ie01,3e-prd.m3u8) | <img height="20" src="https://i.imgur.com/qs8LY2M.png"/> |
|
||||
| 6 | Virgin Media 3 | [>](http://csm-e.cds1.yospace.com/csm/extlive/tv3ie01,be3-prd.m3u8) | <img height="20" src="https://i.imgur.com/SSbPIDZ.png"/> |
|
||||
| 8 | RTE News | [>](https://live.rte.ie/live/a/channel3/news.isml/.m3u8) | <img height="20" src="https://i.imgur.com/OisW3m0.png"/> |
|
||||
| 3 | Virgin Media 1 | [x](http://csm-e.cds1.yospace.com/csm/extlive/tv3ie01,tv3-prd.m3u8) | <img height="20" src="https://i.imgur.com/Tt2Lzil.png"/> | VirginMediaOne.ie |
|
||||
| 4 | TG4 | [x](http://csm-e.cds1.yospace.com/csm/live/74246610.m3u8) | <img height="20" src="https://i.imgur.com/Etm3Kgq.png"/> | TG4.ie |
|
||||
| 5 | Virgin Media 2 | [x](http://csm-e.cds1.yospace.com/csm/extlive/tv3ie01,3e-prd.m3u8) | <img height="20" src="https://i.imgur.com/qs8LY2M.png"/> | VirginMediaTwo.ie |
|
||||
| 6 | Virgin Media 3 | [x](http://csm-e.cds1.yospace.com/csm/extlive/tv3ie01,be3-prd.m3u8) | <img height="20" src="https://i.imgur.com/SSbPIDZ.png"/> | VirginMediaThree.ie |
|
||||
| 8 | RTE News | [x](https://live.rte.ie/live/a/channel3/news.isml/.m3u8) | <img height="20" src="https://i.imgur.com/OisW3m0.png"/> | RTENews.ie |
|
||||
|
||||
<h2>Invalid</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | RTE One | [x]() | <img height="20" src="https://i.imgur.com/44tfMTT.png"/> |
|
||||
| 2 | RTE Two | [x]() | <img height="20" src="https://i.imgur.com/X7V1Qpk.png"/> |
|
||||
| 7 | RTE Jr | [x]() | <img height="20" src="https://i.imgur.com/fgpsaqm.png"/> |
|
||||
| 1 | RTE One | [x]() | <img height="20" src="https://i.imgur.com/44tfMTT.png"/> | RTEOne.ie |
|
||||
| 2 | RTE Two | [x]() | <img height="20" src="https://i.imgur.com/X7V1Qpk.png"/> | RTE2.ie |
|
||||
| 7 | RTE Jr | [x]() | <img height="20" src="https://i.imgur.com/fgpsaqm.png"/> | RTEjr.ie |
|
||||
+399
@@ -0,0 +1,399 @@
|
||||
<h1>Italy</h1>
|
||||
|
||||
https://en.wikipedia.org/wiki/Television_in_Italy#Digital_terrestrial_television
|
||||
https://www.tivusat.tv/sat-eng/tivusat/multicanale.aspx
|
||||
|
||||
<h2>National</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | Rai 1 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803&output=16) | <img height="20" src="https://i.imgur.com/CAx7yRm.png"/> | Rai1.it |
|
||||
| 2 | Rai 2 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308718&output=16) | <img height="20" src="https://i.imgur.com/zA0PTcs.png"/> | Rai2.it |
|
||||
| 3 | Rai 3 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308709&output=16) | <img height="20" src="https://i.imgur.com/9kuQCIi.png"/> | Rai3.it |
|
||||
| 4 | Rete 4 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(r4)/index.m3u8) | <img height="20" src="https://i.imgur.com/GWx2Fkl.png"/> | Rete4.it |
|
||||
| 5 | Canale 5 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(c5)/index.m3u8) | <img height="20" src="https://i.imgur.com/p6YdiR1.png"/> | Canale5.it |
|
||||
| 6 | Italia 1 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(i1)/index.m3u8) | <img height="20" src="https://i.imgur.com/oCiOxBG.png"/> | Italia1.it |
|
||||
| 7 | La7 | [>](https://d15umi5iaezxgx.cloudfront.net/LA7/CLN/HLS-B/Live.m3u8) | <img height="20" src="https://i.imgur.com/F90mpSa.png"/> | La7.it |
|
||||
| 20 | Canale 20 Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(lb)/index.m3u8) | <img height="20" src="https://i.imgur.com/It13jwX.png"/> | 20Mediaset.it |
|
||||
| 21 | Rai 4 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746966&output=16) | <img height="20" src="https://i.imgur.com/XFkZRfv.png"/> | Rai4.it |
|
||||
| 22 | Iris Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(ki)/index.m3u8) | <img height="20" src="https://i.imgur.com/Ixz1BY3.png"/> | Iris.it |
|
||||
| 23 | Rai 5 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276&output=16) | <img height="20" src="https://i.imgur.com/Leu2zTO.png"/> | Rai5.it |
|
||||
| 24 | Rai Movie Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747002&output=16) | <img height="20" src="https://i.imgur.com/RKpO8CE.png"/> | RaiMovie.it |
|
||||
| 25 | Rai Premium Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746992&output=16) | <img height="20" src="https://i.imgur.com/RKI4nFy.png"/> | RaiPremium.it |
|
||||
| 27 | 27 Twentyseven Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(ts)/index.m3u8) | <img height="20" src="https://i.imgur.com/y2PdPCK.png"/> | 27Twentyseven.it |
|
||||
| 28 | TV 2000 | [>](https://hls-live-tv2000.akamaized.net/hls/live/2028510/tv2000/master.m3u8) | <img height="20" src="https://i.imgur.com/x7RaK3a.png"/> | TV2000.va |
|
||||
| 29 | La7d | [>](https://d15umi5iaezxgx.cloudfront.net/LA7D/CLN/HLS-B/Live.m3u8) | <img height="20" src="https://i.imgur.com/AOL9nMw.png"/> | La7d.it |
|
||||
| 30 | La 5 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(ka)/index.m3u8) | <img height="20" src="https://i.imgur.com/UNyJaho.png"/> | La5.it |
|
||||
| 32 | QVC | [>](https://qrg.akamaized.net/hls/live/2017383/lsqvc1it/master.m3u8) | <img height="20" src="https://i.imgur.com/Ea7iUX2.png"/> | QVCItaly.it |
|
||||
| 34 | Cine34 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(b6)/index.m3u8) | <img height="20" src="https://i.imgur.com/YyldwhI.png"/> | Cine34.it |
|
||||
| 35 | Focus Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(fu)/index.m3u8) | <img height="20" src="https://i.imgur.com/M4smqpF.png"/> | Focus.it |
|
||||
| 36 | RTL 102.5 Ⓢ | [>](https://rtl-video1-stream.thron.com/live-video/video1/ngrp:video1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KdissvS.png"/> | RTL1025Radiovisione.it |
|
||||
| 38 | Giallo | [>](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_2@810996/master.m3u8) | <img height="20" src="https://i.imgur.com/0PIRwZS.png"/> | Giallo.it |
|
||||
| 39 | Top Crime Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(lt)/index.m3u8) | <img height="20" src="https://i.imgur.com/RFIwv9O.png"/> | TopCrime.it |
|
||||
| 40 | BOING Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(kb)/index.m3u8) | <img height="20" src="https://i.imgur.com/niSlrqT.png"/> | BoingItaly.it |
|
||||
| 42 | Rai Gulp Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746953&output=16) | <img height="20" src="https://i.imgur.com/lu1DPVb.png"/> | RaiGulp.it |
|
||||
| 43 | Rai YoYo Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746899&output=16) | <img height="20" src="https://i.imgur.com/DRSa3ys.png"/> | RaiYoyo.it |
|
||||
| 46 | Cartoonito Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(la)/index.m3u8) | <img height="20" src="https://i.imgur.com/zqc0TrY.png"/> | CartoonitoItaly.it |
|
||||
| 47 | Super! Ⓢ | [>](https://vimnitaly.akamaized.net/hls/live/2094034/super/master.m3u8) | <img height="20" src="https://i.imgur.com/zDByOwo.png"/> | Super.it |
|
||||
| 48 | Rai News 24 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=1&output=16) | <img height="20" src="https://i.imgur.com/gdzGwB6.png"/> | RaiNews24.it |
|
||||
| 49 | Italia 2 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(i2)/index.m3u8) | <img height="20" src="https://i.imgur.com/nq48sjO.png"/> | Italia2.it |
|
||||
| 51 | TGCOM 24 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(kf)/index.m3u8) | <img height="20" src="https://i.imgur.com/xautVD8.png"/> | TGCom24.it |
|
||||
| 54 | Rai Storia Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746990&output=16) | <img height="20" src="https://i.imgur.com/K8y5q8x.png"/> | RaiStoria.it |
|
||||
| 55 | Mediaset Extra Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(kq)/index.m3u8) | <img height="20" src="https://i.imgur.com/mM8lopo.png"/> | MediasetExtra.it |
|
||||
| 57 | Rai Scuola Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747011&output=16) | <img height="20" src="https://i.imgur.com/tmtJW6s.png"/> | RaiScuola.it |
|
||||
| 58 | Rai Sport + Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=358025&output=16) | <img height="20" src="https://i.imgur.com/vD0CDEp.png"/> | RaiSportPlusHD.it |
|
||||
| 60 | Sportitalia | [>](https://di-kzbhv8pw.vo.lswcdn.net/sportitalia/sihd_720p/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> | Sportitalia.it |
|
||||
| 61 | Sportitalia SOLOCALCIO | [>](https://di-kzbhv8pw.vo.lswcdn.net/sportitalia/smil:sisolocalcio.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> | SportitaliaSolocalcio.it |
|
||||
| 62 | Donna TV Ⓢ | [>](https://streaming.softwarecreation.it/DonnaTv/DonnaTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Aa1Abme.png"/> | DonnaTV.it |
|
||||
| 63 | GM24 Ⓢ | [>](https://streaming.softwarecreation.it/GM24/GM24/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UCntSA3.png"/> | GM24.it |
|
||||
| 64 | SuperTennis | [>](https://supertennix-l3-live1.secure.footprint.net/restreamer/supertennix_client/gpu-a-c0-16/restreamer/rtmp/hls/h24_supertennix/manifest.m3u8) | <img height="20" src="https://i.imgur.com/GzsPlbX.png"/> | SuperTennis.it |
|
||||
| 65 | Alma TV | [>](https://streaming.softwarecreation.it/AlmaTv/AlmaTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Y8JiDwN.png"/> | AlmaTV.it |
|
||||
| 66 | Radio 105 TV Ⓢ Ⓖ | [>](https://live2-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(ec)/index.m3u8) | <img height="20" src="https://i.imgur.com/3NiLKvj.png"/> | Radio105TV.it |
|
||||
| 67 | R101 TV Ⓢ Ⓖ | [>](https://live2-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(er)/index.m3u8) | <img height="20" src="https://i.imgur.com/xstH1d2.png"/> | R101TV.it |
|
||||
| 69 | Deejay TV Ⓢ | [>](https://deejay-tv-lh.akamaized.net/i/DeejayTv_1@129866/master.m3u8) | <img height="20" src="https://i.imgur.com/rlaKH6k.png"/> | DeejayTV.it |
|
||||
| 70 | RadioItaliaTV Ⓢ | [>](https://radioitaliatv-lh.akamaihd.net/i/radioitaliatv_1@329645/master.m3u8) | <img height="20" src="https://i.imgur.com/4VCEJuJ.png"/> | RadioItaliaTV.it |
|
||||
| 158 | Radio KISS KISS TV | [>](https://59253971be783.streamlock.net/KissKissTV/KissKissTV.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qxu8Fkh.png"/> | KissKissTV.it |
|
||||
| 167 | VH1 | [>](https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8) | <img height="20" src="https://i.imgur.com/5ONlZGS.png"/> | VH1Italia.it |
|
||||
| 258 | RadioFreccia Ⓢ | [>](https://rtl-video2-stream.thron.com/live-video/video2/ngrp:video2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M5YYJv8.png"/> | RadioFrecciaTV.it |
|
||||
| 265 | RDS Social TV Ⓢ | [>](https://stream.rdstv.radio/out/v1/ec85f72b87f04555aa41d616d5be41dc/index.m3u8) | <img height="20" src="https://i.imgur.com/TVuu0DH.png"/> | RDSSocialTV.it |
|
||||
| 266 | Radio ZETA Ⓢ | [>](https://rtl-video3-stream.thron.com/live-video/video3/ngrp:video3/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0MgCm1n.png"/> | RadioZetaTV.it |
|
||||
| 772 | Radio Montecarlo TV Ⓢ Ⓖ | [>](https://live2-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(bb)/index.m3u8) | <img height="20" src="https://i.imgur.com/3TMMXmS.png"/> | RadioMonteCarloTV.it |
|
||||
| 786 | Virgin Radio TV Ⓢ Ⓖ | [>](https://live2-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(ew)/index.m3u8) | <img height="20" src="https://i.imgur.com/7Im3HI1.png"/> | VirginRadioTV.it |
|
||||
|
||||
<h2>Satellite</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 89 | Senato TV | [>](https://senato-live.morescreens.com/SENATO_1_001/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FoQoNZW.png"/> | SenatoTV.it |
|
||||
| 90 | Camera dei Deputati Ⓢ | [>](https://video-ar.radioradicale.it/diretta/camera2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fqGn1k9.png"/> | CameradeiDeputati.it |
|
||||
| 210 | Rai 4K Ⓖ | [>](https://raievent10-live.akamaized.net/hls/live/619189/raievent10/raievent10/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5gkt9DD.png"/> | Rai4K.it |
|
||||
| 701 | UniNettuno University TV Ⓖ | [>](https://stream6-rai-it.akamaized.net/live/uninettuno/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BOGMeio.png"/> | UniNettunoUniversityTV.it |
|
||||
|
||||
<h2>Regional</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 0 | 111 Tv | [>](https://5db313b643fd8.streamlock.net/111TV/111TV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4jY8yAI.png"/> |
|
||||
| 0 | 12 Tv Parma | [>](https://meridelive01-lh.akamaihd.net/i/tvparma_1@356964/master.m3u8) | <img height="20" src="https://i.imgur.com/xnUgx6b.png"/> | 12TVParma.it |
|
||||
| 0 | 696 Tv | [>](https://meridelive-lh.akamaihd.net/i/ottop_1@118465/index_1_av-p.m3u8?sd=10&rebase=on) | <img height="20" src="https://i.imgur.com/i6PJJDU.png"/> |
|
||||
| 0 | 8 Video Calabria | [>](http://wms.shared.streamshow.it:80/videocalabria/videocalabria/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9bVuiaQ.png"/> |
|
||||
| 0 | AB Channel | [>](https://tsw.streamingwebtv24.it:1936/abchanneltv/abchanneltv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Ze2xvoY.png"/> | ABChannel.it |
|
||||
| 0 | Abc Tv | [>](https://streamlive.arcapuglia.it:8080/live/abctv/index.m3u8) | <img height="20" src="https://i.imgur.com/nVmIeTD.png"/> |
|
||||
| 0 | Alpa 1 | [>](http://live.streamcaster.net:1935/alpauno/alpauno/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4QKFtUa.png"/> |
|
||||
| 0 | Alto Adige Tv | [>](https://5f204aff97bee.streamlock.net/AltoAdigeTV/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/S2sCFQi.png"/> | AltoAdigeTV.it |
|
||||
| 0 | Antenna 2 Bergamo | [>](https://58f12ffd2447a.streamlock.net/Antenna2/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NfvHIAw.png"/> |
|
||||
| 0 | Antenna 3 Massa | [>](http://163.172.88.73:1935/antenna3massa/a3/playlist.m3u8) | <img height="20" src="https://i.imgur.com/79dWgVB.png"/> |
|
||||
| 0 | Antenna 3 Veneto Nord Est | [>](https://59d8c0cee6f3d.streamlock.net/antennatreveneto/antennatreveneto.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NiVHLwp.png"/> |
|
||||
| 0 | Antenna Sicilia | [>](https://5f22d76e220e1.streamlock.net/antennasicilia/antennasicilia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8DOdqsE.png"/> |
|
||||
| 0 | Antenna Sud 13 | [>](https://streamlive13.arcapuglia.it:8080/live/antennasud/index.m3u8) | <img height="20" src="https://i.imgur.com/VCn0g3a.png"/> |
|
||||
| 0 | Antenna Sud 174 | [>](https://streamlivesud.arcapuglia.it:8080/live/eventi/index.m3u8) | <img height="20" src="https://i.imgur.com/02dXr31.png"/> |
|
||||
| 0 | Antenna Sud 299 | [>](https://streamlivesud.arcapuglia.it:8080/live/cult/index.m3u8) | <img height="20" src="https://i.imgur.com/XuIXCKg.png"/> |
|
||||
| 0 | Antenna Sud 85 | [>](https://streamlive85.arcapuglia.it:8080/live/canale85/index.m3u8) | <img height="20" src="https://i.imgur.com/0JM7Jw0.png"/> |
|
||||
| 0 | Antenna Sud 90 | [>](https://streamlivesud.arcapuglia.it:8080/live/teleonda/index.m3u8) | <img height="20" src="https://i.imgur.com/jsGagGp.png"/> |
|
||||
| 0 | Apulia Web Tv | [>](https://cp1.server89.com:19360/apuliawebtv/apuliawebtv.m3u8) | <img height="20" src="https://i.imgur.com/AnU4g2J.png"/> |
|
||||
| 0 | Aurora Arte | [>](https://59d7d6f47d7fc.streamlock.net/auroraarte/auroraarte/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BoLZ5wG.png"/> | AuroraArte.it |
|
||||
| 0 | Azzurra Tv Vco | [>](https://59d7d6f47d7fc.streamlock.net/azzurratv/azzurratv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mSWw8uW.png"/> |
|
||||
| 0 | Basilicata 1 Tv | [>](http://77.68.40.210:8888/hls/basilicata1.m3u8) | <img height="20" src="https://i.imgur.com/VS6CQ88.png"/> |
|
||||
| 0 | Bergamo Tv | [>](http://api.new.livestream.com/accounts/245066/events/3063596/live.m3u8) | <img height="20" src="https://i.imgur.com/1doR6Vl.png"/> |
|
||||
| 0 | BFC | [>](https://backup.superstreaming.inaria.me/BFC/index.m3u8) | <img height="20" src="https://i.imgur.com/3OOsLu6.png"/> |
|
||||
| 0 | BIKE | [>](https://backup.superstreaming.inaria.me/BikeSmartMobilityDTT/index.m3u8) | <img height="20" src="https://i.imgur.com/4IzVSQI.png"/> |
|
||||
| 0 | BOM Channel Ⓢ | [>](https://5f22d76e220e1.streamlock.net/BOMCHANNEL/BOMCHANNEL/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hISoOK3.png"/> | BomChannel.it |
|
||||
| 0 | Cafe Tv 24 | [>](http://srv3.meway.tv:1957/cafe/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KbcbxFw.png"/> |
|
||||
| 0 | Calabria Uno TV | [>](https://5f22d76e220e1.streamlock.net/calabriaunotv/calabriaunotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2TK1GQ5.png"/> |
|
||||
| 0 | Calabria tv | [>](https://5db313b643fd8.streamlock.net:443/CalabriaTv2/CalabriaTv2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qWirucd.png"/> |
|
||||
| 0 | Canale 10 | [>](http://37.187.142.147:1935/ch10live/high.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KuQcjYV.png"/> |
|
||||
| 0 | Canale 12 Sassari | [>](http://wifitv.tv/media/live/1001/video_850000.m3u8) | <img height="20" src="https://i.imgur.com/u6P2lTY.jpg"/> |
|
||||
| 0 | Canale 16 | [>](https://streaming.softwarecreation.it/Canale16/Canale16/playlist.m3u8) | <img height="20" src="https://i.imgur.com/SPfgKHk.png"/> |
|
||||
| 0 | Canale 18 | [>](https://streaming.softwarecreation.it/Canale18/Canale18/playlist.m3u8) | <img height="20" src="https://i.imgur.com/PZBX4iy.png"/> |
|
||||
| 0 | Canale 2 | [>](https://59d7d6f47d7fc.streamlock.net/canale2/canale2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ETqDkS1.png"/> |
|
||||
| 0 | Canale 21 Campania | [>](https://stream.mariatvcdn.com/canaleventuno/f5d2060b3682e0dfffd5b2f18e935ad3.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mU6Cq89.png"/> | Canale21.it |
|
||||
| 0 | Canale 21 Lazio | [>](https://stream.mariatvcdn.com/canaleventunodue/61d14e72c90980498c9d7cee64fde847.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/cDAsrBl.png"/> | Canale21Extra.it |
|
||||
| 0 | Canale 58 | [>](https://dotfvxkfj90ca.cloudfront.net/live/canale58_aac/master.m3u8) | <img height="20" src="https://i.imgur.com/RlFc74C.png"/> |
|
||||
| 0 | Canale 7 | [>](http://wms.shared.streamshow.it:80/canale7/canale7/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9cuOLCn.png"/> |
|
||||
| 0 | Canale 74 Sicilia | [>](http://stream.ets-sistemi.it:1935/live.canale74/canale74tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/18JIVgu.png"/> |
|
||||
| 0 | Canale 8 | [>](https://59d8c0cee6f3d.streamlock.net/canale8/canale8/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ElAS2WC.png"/> |
|
||||
| 0 | Canale Uno Tivù | [>](https://eu1.servers10.com:8081/8096/index.m3u8) | <img height="20" src="https://i.imgur.com/hfqNw92.png"/> |
|
||||
| 0 | Carina Tv | [>](http://wms.shared.streamshow.it/carinatv/mp4:carinatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FMGcm6I.jpg"/> |
|
||||
| 0 | Casa del Sole Tv | [>](https://eu1.servers10.com:8081/8040/index.m3u8) | <img height="20" src="https://i.imgur.com/qPdGelu.png"/> |
|
||||
| 0 | Casa Sanremo TV | [>](https://router.xdevel.com/video0s975911-633/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/WL3SFTs.png"/> |
|
||||
| 0 | Castrovillari Tv | [>](http://msh0062.stream.seeweb.it/live/flv:stream00.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/V0kjYNG.png"/> |
|
||||
| 0 | Chiesa Tv | [>](http://cldwz.glauco.it/HLS/Chiesadimilanoaac/chunklist.m3u8) | <img height="20" src="https://i.imgur.com/U0PRT88.png"/> |
|
||||
| 0 | Ciao USA | [>](http://joe.livebox.co.in/iotieviTVhls/CIAOUSA.m3u8) | <img height="20" src="https://i.imgur.com/CJ2iXYx.png"/> |
|
||||
| 0 | Cilento Channel | [>](https://streaming.dimind.it/live/cilentocnn/index.m3u8) | <img height="20" src="https://i.imgur.com/4k9Su8j.png"/> |
|
||||
| 0 | Class CNBC | [>](https://859c1818ed614cc5b0047439470927b0.msvdn.net/live/S76890577/tDoFkZD3T1Lw/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oAiSU8O.png"/> |
|
||||
| 0 | Cremona 1 | [>](https://59d8c0cee6f3d.streamlock.net/cremona1/cremona1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/a5d0F01.jpg"/> |
|
||||
| 0 | Cusano Italia Tv | [>](https://router.xdevel.com/video0s975363-69/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9F1sVjZ.png"/> |
|
||||
| 0 | Di.Tv 80 | [>](https://media2021.rtvweb.com/di_tv_80/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ul0o7zv.png"/> |
|
||||
| 0 | Di.Tv 92 | [>](https://media2021.rtvweb.com/di_tv_92/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ul0o7zv.png"/> |
|
||||
| 0 | Digital Tv7 Benevento | [>](http://streaming.senecadot.com/live/flv:tv7.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NaQkklP.png"/> |
|
||||
| 0 | Donna Shopping Tv | [>](https://media.streambrothers.com:1936/8038/8038/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oLDvx2T.png"/> |
|
||||
| 0 | E'live Brescia Tv | [>](https://59d7d6f47d7fc.streamlock.net/elivebresciatv/elivebresciatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bZ3B7pi.png"/> |
|
||||
| 0 | Easy Tv | [>](https://streamlive.arcapuglia.it:8080/live/canale190/index.m3u8) | <img height="20" src="https://i.imgur.com/LKrVuRR.jpg"/> |
|
||||
| 0 | Explorer | [>](https://59d7d6f47d7fc.streamlock.net/explorerhdch/explorerhdch/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gFwhIZC.png"/> |
|
||||
| 0 | Entella Tv | [>](https://5f22d76e220e1.streamlock.net:443/EntellaTV/EntellaTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1VPXKrW.png"/> |
|
||||
| 0 | Espansione Tv | [>](https://srvx1.selftv.video/espansione/smil:live.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mm9HKpD.png"/> |
|
||||
| 0 | Esperia Tv | [>](https://59d8c0cee6f3d.streamlock.net/esperiatv/esperiatv/playlist.m3u8) | <img height="20" src="https://patbuweb.com/tivustream/chanlogoz/ita/esperiatv.png"/> |
|
||||
| 0 | Etna Espresso Channel | [>](https://5db313b643fd8.streamlock.net/Etnachannelponte/Etnachannelponte/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hMUxytZ.png"/> |
|
||||
| 0 | Etv Marche | [>](https://live.ipstream.it/etvmarche/etvmarche.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4UO7q69.png"/> |
|
||||
| 0 | Etv Rete7 | [>](https://live.ipstream.it/etv/etv.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Gwj65qg.jpg"/> |
|
||||
| 0 | Euro Tv | [>](https://5f22d76e220e1.streamlock.net/eurotv/eurotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/HCl5Zbu.png"/> |
|
||||
| 0 | FM Tv Marche | [>](https://cloudtv.azotosolutions.com:9553/media/media/playlist.m3u8) | <img height="20" src="https://i.imgur.com/yY01NhL.jpg"/> |
|
||||
| 0 | Fano Tv (Canale17) | [>](https://5cbd3bc28341f.streamlock.net:444/fanotv_live/_definst_/43DA-3923-9C72-4E9F/playlist.m3u8) | <img height="20" src="https://i.imgur.com/39oS1s4.jpg"/> |
|
||||
| 0 | GRP Televisione | [>](https://5cbd3bc28341f.streamlock.net:444/grp/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1zNPpVE.png"/> |
|
||||
| 0 | Giornale Radio Tv | [>](https://5db313b643fd8.streamlock.net:443/GiornaleRadioTelevision/GiornaleRadioTelevision/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TMtvCLL.jpg"/> |
|
||||
| 0 | Giovanni Paolo Tv | [>](https://media2021.rtvweb.com/giovannipaolotv/web/chunklist_w663456797.m3u8) | <img height="20" src="https://i.imgur.com/GH5eJE6.png"/> |
|
||||
| 0 | Gold 78 HD | [>](http://stream2.xdevel.com/video1s86-22/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/2UHu1ye.png"/> |
|
||||
| 0 | Gold Tv | [>](https://streaming.softwarecreation.it/GoldTv/GoldTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3rVi4kD.png"/> | GoldTV.it |
|
||||
| 0 | GO-TV Channel | [>](https://5f22d76e220e1.streamlock.net/reklamatv/reklamatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xgjrAAn.png"/> | GOTVCanale163.it |
|
||||
| 0 | HUB Tv | [>](https://5c483b9d1019c.streamlock.net/8004/8004/playlist.m3u8) | <img height="20" src="https://i.imgur.com/46GTBEW.png"/> |
|
||||
| 0 | Icaro Tv Rimini | [>](https://59d7d6f47d7fc.streamlock.net/icarotv/icarotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/z05VSSN.png"/> |
|
||||
| 0 | Idea Plus | [>](https://eu1.servers10.com:8081/8044/index.m3u8) | <img height="20" src="https://i.imgur.com/2edmxYF.png"/> |
|
||||
| 0 | IT Channel | [>](https://whoptv.on-the-web.tv:4430/diretta/direttats/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YxteePM.png"/> |
|
||||
| 0 | Italia 2 | [>](https://59d7d6f47d7fc.streamlock.net/italia2/italia2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ISbxfY0.png"/> |
|
||||
| 0 | Italia 7 | [>](https://streaming.softwarecreation.it/Italia7/Italia7/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YBXkY4w.png"/> |
|
||||
| 0 | Iunior Tv | [>](https://5f22d76e220e1.streamlock.net/iuniortv/iuniortv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9jeNlLE.png"/> |
|
||||
| 0 | L'Altro Corriere Tv | [>](https://stream.ets-sistemi.it/live.laltrocorrieretv/laltrocorrieretv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dgj79J3.png"/> |
|
||||
| 254 | La Grande Italia | [>](https://5f22d76e220e1.streamlock.net/GrandeItalia/GrandeItalia/chunklist_w748924424.m3u8) | <img height="20" src="https://i.imgur.com/hc8KT06.png"/> |
|
||||
| 0 | La Tua Tv | [>](https://wms2.zivoli.it/latuatv/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Nc3I0cS.png"/> |
|
||||
| 0 | La tr3 Marsala | [>](https://tsw.streamingwebtv24.it:1936/eslife1/eslife1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/XlxpfEx.png"/> |
|
||||
| 0 | LaC News 24 | [>](https://cdn.mainstreaming.tv/live/100532/HVvPMzy/playlist.m3u8?rnd=861954) | <img height="20" src="https://i.imgur.com/02vCECa.png"/> |
|
||||
| 0 | LaC Tv Calabria | [>](http://streamcdnb9-f5842579ff984c1c98d63b8d789673eb.msvdn.net/live/100197/SOrBDPy/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2Ef6crS.png"/> |
|
||||
| 0 | Lab Tv | [>](http://live.sloode.com:1935/labtv_live/labtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OpRS6Fl.png"/> |
|
||||
| 0 | Lazio Tv | [>](https://streaming.softwarecreation.it/LazioTv/LazioTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/6gbWHvP.jpg"/> |
|
||||
| 0 | Le Cronache Lucane Tv | [>](http://stucazz.com:8888/hls/cronache.m3u8) | <img height="20" src="https://i.imgur.com/EBY3IZL.jpg"/> |
|
||||
| 0 | Lira Tv | [>](https://5e06222f4d978.streamlock.net/liratv/liratv1500/playlist.m3u8) | <img height="20" src="https://i.imgur.com/S0ReVEo.png"/> |
|
||||
| 0 | Lombardia Tv | [>](https://5db313b643fd8.streamlock.net/LOMBARDIATV/LOMBARDIATV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aksVy9f.jpg"/> |
|
||||
| 0 | Love in Venice | [>](http://59d7d6f47d7fc.streamlock.net/loveinvenice/loveinvenice/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lLBzzce.png"/> |
|
||||
| 0 | Lucania Tv | [>](http://wms.shared.streamshow.it:80/lucaniatv/lucaniatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wuUNVR5.png"/> |
|
||||
| 0 | Made in BO | [>](https://srvx1.selftv.video/dmchannel/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WFnrMS0.png"/> |
|
||||
| 0 | Media Tv | [>](http://live.sloode.com:1935/mediatv/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WFiRWO9.png"/> |
|
||||
| 0 | Mediterranea Tv | [>](https://59bb40cf810aa.streamlock.net:4443/streamingvincente/streamingvincente/playlist.m3u8) | <img height="20" src="https://i.imgur.com/GUTOqRt.png"/> |
|
||||
| 0 | Medjugorje Italia Tv | [>](https://5f22d76e220e1.streamlock.net/medjugorjeitaliatv/medjugorjeitaliatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hkZScXf.png"/> |
|
||||
| 0 | Medjugorje Tv Puglia | [>](https://streamlive.arcapuglia.it:8080/live/medjugorietv/index.m3u8) | <img height="20" src="https://i.imgur.com/IWBeddh.png"/> |
|
||||
| 0 | Minformo Tv | [>](https://5db313b643fd8.streamlock.net:443/MinformoTV/MinformoTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/VJNtnZM.jpg"/> |
|
||||
| 0 | NSL | [>](https://streannunsec-lh.akamaihd.net/i/tv_1@868496/master.m3u8) | <img height="20" src="https://i.imgur.com/5W6vRaf.png"/> |
|
||||
| 0 | NTI Canale 271 | [>](https://www.ntimedia.it/video/S0/S0_master.m3u8) | <img height="20" src="https://i.imgur.com/zlmcUe0.jpg"/> |
|
||||
| 0 | Napoli Nova Tv | [>](https://stream1.aswifi.it/napolinova/live/index.m3u8) | <img height="20" src="https://i.imgur.com/P5Boz0e.jpg"/> |
|
||||
| 0 | New Signal Tv Genova | [>](https://5f22d76e220e1.streamlock.net/NewSignalTV/NewSignalTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5uGTCJn.png"/> |
|
||||
| 0 | Nuova TV Nazionale | [>](https://stream4.xdevel.com/video0s975955-782/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/QWlRuXg.png"/> |
|
||||
| 0 | Nuova Tv 1 | [>](https://nuovatv.net:8443/tv/stream.m3u8) | <img height="20" src="https://i.imgur.com/1yqTZhR.png"/> |
|
||||
| 0 | Nuova Tv 2 | [>](https://nuovatv.net:8443/tv2/stream.m3u8) | <img height="20" src="https://i.imgur.com/0vauyV3.png"/> |
|
||||
| 0 | Odeon 24 | [>](https://streaming.softwarecreation.it/Odeon/Odeon/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M1tVBuH.png"/> |
|
||||
| 0 | Ofanto Tv | [>](http://media.az-mediaserver.com:1935/7446/7446/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UCgATWn.png"/> |
|
||||
| 0 | Onda Novara Tv | [>](https://585b674743bbb.streamlock.net/9006/9006/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Qoh9CFy.png"/> |
|
||||
| 0 | Onda Tv Sicilia | [>](https://5926fc9c7c5b2.streamlock.net/9040/9040/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0c5Y6lr.png"/> |
|
||||
| 0 | Onda Web Radio | [>](http://178.33.224.197:1935/ondaradioweb/ondaradioweb/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3hTvrC8.jpg"/> |
|
||||
| 0 | One Tv E.R. | [>](https://5db313b643fd8.streamlock.net:443/OneTvEmilia/OneTvEmilia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/iAg0Kjl.png"/> |
|
||||
| 0 | Ora Tv | [>](https://5db313b643fd8.streamlock.net/OraTv/OraTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/clWVrvE.png"/> |
|
||||
| 0 | Orler Tv | [>](https://w1.mediastreaming.it/orlertv/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dBkxD8e.png"/> |
|
||||
| 0 | Padre Pio Tv | [>](https://600f07e114306.streamlock.net/PadrePioTV/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/7ajxEPH.png"/> |
|
||||
| 0 | Paradise Tv | [>](https://tsw.streamingwebtv24.it:1936/paradisetv/paradisetv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/okIBfIb.jpg"/> |
|
||||
| 0 | Parole di Vita | [>](https://5db313b643fd8.streamlock.net/Paroledivita/Paroledivita/chunklist_w2067011949.m3u8) | <img height="20" src="https://i.imgur.com/M9mIiZD.png"/> |
|
||||
| 0 | Partenope Tv | [>](https://streamlive.arcapuglia.it:8080/live/partenopetv/index.m3u8) | <img height="20" src="https://i.imgur.com/FtuWkj1.png"/> |
|
||||
| 0 | Passione Lotto Tv | [>](http://185.63.52.103:8080/hls/passionelotto/1_2/index.m3u8) | <img height="20" src="https://i.imgur.com/E2JBphv.jpg"/> |
|
||||
| 0 | Pop Tv | [>](https://59d7d6f47d7fc.streamlock.net/poptv/poptv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TeolCu9.png"/> |
|
||||
| 0 | PrimAntenna TV | [>](https://585b674743bbb.streamlock.net:443/9062/9062/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gSklP3y.png"/> |
|
||||
| 0 | Prima Napoli Tv | [>](https://stream1.aswifi.it/primatvnapoli/live/index.m3u8) | <img height="20" src="https://i.imgur.com/yPuQeEy.jpg"/> |
|
||||
| 0 | Prima Tivvù | [>](https://streamtechglobal.akamaized.net/hls/live/2024751/primativvu/Group02/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oUGS2Nt.png"/> |
|
||||
| 0 | Prima Tv Sicilia | [>](https://5db313b643fd8.streamlock.net/PrimaTV/PrimaTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/br45JER.png"/> |
|
||||
| 0 | Primantenna Torino | [>](https://585b674743bbb.streamlock.net/9062/9062/playlist.m3u8) | <img height="20" src="https://i.imgur.com/sqEcPFs.gif"/> |
|
||||
| 0 | Primocanale | [>](https://msh0203.stream.seeweb.it/live/flv:stream2.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xWF1A1U.png"/> |
|
||||
| 0 | Promovideo Tv | [>](https://media2021.rtvweb.com/promovideo_web/promovideo/playlist.m3u8) | <img height="20" src="https://i.imgur.com/MwK9HVG.png"/> |
|
||||
| 0 | Quarto Canale Flegreo | [>](http://live.mariatvcdn.com/dialogos/171e41deedf405f10c7dd6311387fb43.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8RKY3Du.png"/> |
|
||||
| 0 | R+Tv Abruzzo | [>](https://54627d4fc5996.streamlock.net/rnews/rnews/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jKVvT3K.jpg"/> |
|
||||
| 0 | R.T.C. Quarta Rete | [>](https://msh0232.stream.seeweb.it/live/stream00.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rFGA6qL.png"/> |
|
||||
| 0 | R.T.C. Telecalabria | [>](https://w1.mediastreaming.it/calabriachannel/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tTYLcuh.jpg"/> |
|
||||
| 0 | R.T.I. Calabria | [>](https://stream.ets-sistemi.it/live.rti/rti-calabria/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hVzEvmo.jpg"/> |
|
||||
| 0 | RDE Tv | [>](https://visual.shoutca.st:1936/saiuz2/rde/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NiwPlrr.png"/> |
|
||||
| 0 | Radio Colonna Tv | [>](https://5f22d76e220e1.streamlock.net/rctv/rctv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/EcQvDfq.png"/> |
|
||||
| 0 | Radio Italia Cina Tv | [>](https://585b674743bbb.streamlock.net/9054/9054/playlist.m3u8) | <img height="20" src="https://i.imgur.com/QGkyrO3.png"/> |
|
||||
| 0 | Radio Libertà | [>](https://router.xdevel.com/video0s975360-67/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/HRvPlf5.png"/> |
|
||||
| 0 | Radio Monte Kronio Tv (R.M.K.) | [>](http://vod1.kronopress.com:1935/tmk_live/5123-CA5C-9EBE-428A/playlist.m3u8) | <img height="20" src="https://i.imgur.com/t0I2Shi.jpg"/> |
|
||||
| 0 | Reggio Tv | [>](https://59d7d6f47d7fc.streamlock.net/reggiotv/reggiotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/merrg2C.png"/> |
|
||||
| 0 | Rete 55 | [>](https://stream.internet.one/Rete55_Live/index.m3u8) | <img height="20" src="https://i.imgur.com/EsZn2cj.png"/> |
|
||||
| 0 | Rete 7 Tv | [>](https://stream.ets-sistemi.it/live.rete7/rete7/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lUTxfoh.png"/> |
|
||||
| 0 | Rete 8 Vga | [>](https://604e46ac2bdee.streamlock.net:1936/rete8_1/rete8_1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3wF2AJX.jpg"/> |
|
||||
| 0 | Rete 8 | [>](https://dacastmmd.mmdlive.lldns.net/dacastmmd/dd01eec16f934937b790b24d4a7c7916/chunklist_b4628000.m3u8) | <img height="20" src="https://i.imgur.com/5WLYqLx.jpg"/> |
|
||||
| 0 | Rete 8 Sport | [>](https://dacastmmd.mmdlive.lldns.net/dacastmmd/ae2a474227e7496aaf9380bc9e2eaf91/chunklist_b4628000.m3u8) | <img height="20" src="https://i.imgur.com/5WLYqLx.jpg"/> |
|
||||
| 0 | Rete Biella | [>](https://sb.top-ix.org/retebiella/streaming/playlist.m3u8) | <img height="20" src="https://i.imgur.com/e2ryHx7.png"/> |
|
||||
| 0 | Rete Chiara | [>](https://cp1.server89.com:19360/mediamasterpress/mediamasterpress.m3u8) | <img height="20" src="https://i.imgur.com/viL8ZrS.png"/> |
|
||||
| 0 | Rete Mia | [>](https://5db313b643fd8.streamlock.net/Retemia/Retemia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kCJ621Q.png"/> |
|
||||
| 0 | Rete Oro Tv | [>](https://5926fc9c7c5b2.streamlock.net/9094/9094/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OCxGtwA.png"/> |
|
||||
| 0 | Rete Sole (Lazio) | [>](http://5c389faa13be3.streamlock.net:1935/8056/8056/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Ajaa5pk.png"/> |
|
||||
| 0 | Rete Sole (Umbria) | [>](http://5c389faa13be3.streamlock.net:1935/8058/8058/playlist.m3u8) | <img height="20" src="https://i.imgur.com/u0ezKgE.png"/> |
|
||||
| 0 | Rete Tv Italia | [>](https://57068da1deb21.streamlock.net/retetvitalia/retetvitalia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lXGWoV9.png"/> |
|
||||
| 0 | Rete Veneta | [>](http://wms.shared.streamshow.it/reteveneta/reteveneta/playlist.m3u8) | <img height="20" src="https://i.imgur.com/cInhQFp.png"/> |
|
||||
| 0 | Roma Ch 71 | [>](https://streaming.softwarecreation.it/RomaCH71/RomaCH71/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UVgXu9L.png"/> |
|
||||
| 0 | Rossini Tv | [>](https://5cbd3bc28341f.streamlock.net:444/rossinitv_live/944A-63A6-9EB8-4492/playlist.m3u8) | <img height="20" src="https://i.imgur.com/K0Em0nx.jpg"/> |
|
||||
| 0 | Rtc Targato Napoli | [>](https://eu1.servers10.com:8081/8014/index.m3u8) | <img height="20" src="https://i.imgur.com/Jsep7uM.png"/> |
|
||||
| 0 | Rtp Tv | [>](http://flash2.xdevel.com/rtptv/rtptv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/I1hYI0C.png"/> |
|
||||
| 0 | Rttr | [>](https://5f204aff97bee.streamlock.net/RTTRlive/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/z7xMArA.png"/> |
|
||||
| 0 | Rtv 38 Toscana | [>](http://845d8509d2cb4f249dd0b2ae5755b6c2.msvdn.net/live/S12268608/CXHH7K39hg9K/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xqlhJqK.png"/> |
|
||||
| 0 | SL 48 Tv | [>](http://media.velcom.it:1935/sl48/sl48/playlist.m3u8) | <img height="20" src="https://i.imgur.com/b58oouu.jpg"/> |
|
||||
| 0 | ST Europe Channel | [>](https://5f22d76e220e1.streamlock.net/steuropetv/steuropetv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/T7kyY2p.png"/> |
|
||||
| 0 | Sardegna 1 | [>](https://59d8c0cee6f3d.streamlock.net/sardegnauno/sardegnauno/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qRRGn1e.png"/> |
|
||||
| 0 | Set Tv Cilento | [>](https://stream1.aswifi.it/settv/live/index.m3u8) | <img height="20" src="https://i.imgur.com/qN5D1jD.png"/> |
|
||||
| 0 | Sicilia Media | [>](http://live.streamcaster.net:1935/siciliamediatv_live/siciliamedia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oQwo4AP.png"/> |
|
||||
| 0 | Sicilia Tv | [>](https://stream9.xdevel.com/video0s976441-1226/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/I5FoThW.png"/> |
|
||||
| 0 | Sienatv | [>](https://flash8.xdevel.com/sienatv/sienatv/master.m3u8) | <img height="20" src="https://i.imgur.com/gcysky4.png"/> |
|
||||
| 0 | Siracusa Live Tv | [>](https://5db313b643fd8.streamlock.net/SRLIVE_1/SRLIVE_1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oyPkDnz.jpg"/> |
|
||||
| 0 | Sophia Tv | [>](https://www.onairport.live/sophiatv-it-live/livestream_low/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fiLNK3b.jpg"/> |
|
||||
| 0 | Sport2U | [>](https://live.sport2u.tv/EvoLive/myStream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WW0lNk1.png"/> |
|
||||
| 0 | Stiletv | [>](http://convision2.convergenze.it/hls-live/livepkgr/_definst_/liveevent/livestream1.m3u8) | <img height="20" src="https://i.imgur.com/v5Grhff.jpg"/> |
|
||||
| 0 | Studio 100 | [>](http://wms.shared.streamshow.it:1935/studio100ta/studio100ta/playlist.m3u8) | <img height="20" src="https://i.imgur.com/z84qFXd.png"/> |
|
||||
| 0 | Super J Tv | [>](http://uk4.streamingpulse.com:1935/SuperJtv/SuperJtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5oy5Nuu.png"/> |
|
||||
| 0 | Super Six | [>](https://5db313b643fd8.streamlock.net/SUPERSIXLombardia/SUPERSIXLombardia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kHSuyub.png"/> |
|
||||
| 0 | Supertv | [>](http://wms.shared.streamshow.it:1935/supertv/supertv/live.m3u8) | <img height="20" src="https://i.imgur.com/7gUZcEh.png"/> |
|
||||
| 0 | T.R.L Tele Radio Leo | [>](https://5db313b643fd8.streamlock.net/TRL/TRL/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qAagkJT.png"/> |
|
||||
| 0 | T.S.E. Uno (Tele Scout Europa) | [>](http://stream.mariatvcdn.com/tse/bd5a2cb40637623177295aed22db25f9.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OA0PRsb.png"/> |
|
||||
| 0 | T9 | [>](https://streaming.softwarecreation.it/tnove/tnove/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vlJaxJl.png"/> |
|
||||
| 0 | TRC Santeramo | [>](https://59d7d6f47d7fc.streamlock.net/trc/trc/playlist.m3u8) | <img height="20" src="https://i.imgur.com/VbYdS8P.jpg"/> |
|
||||
| 0 | TSD Tv Arezzo(Tele San Domenico) | [>](https://stream.mariatvcdn.com/tsd/7c59373bfdb38201b9215ff86f0ce6af.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WQ8eQXc.png"/> |
|
||||
| 0 | TVL (TV Libera Pistoia) | [>](http://live.mariatvcdn.com/mariatvcdn/70564e1c6884c007c76f0c128d679eed.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/07geF0L.png"/> |
|
||||
| 0 | Tcf Tv | [>](http://live.sloode.com:1935/tcf_live/telecineforum/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fiylFs2.jpg"/> |
|
||||
| 0 | Tci | [>](https://player-api.new.livestream.com/accounts/27460990/events/8287184/broadcasts/223071659.secure.m3u8) | <img height="20" src="https://i.imgur.com/lCZTaKs.jpg"/> |
|
||||
| 0 | Teatro Tv | [>](https://m.iostream.it/hls/teatrotv/teatrotv.m3u8) | <img height="20" src="https://i.imgur.com/UsvffQL.png"/> |
|
||||
| 0 | Tele A | [>](http://82.62.190.94/hls/telea/video.m3u8) | <img height="20" src="https://i.imgur.com/l7Za9KH.jpg"/> |
|
||||
| 0 | Tele Abruzzo Tv | [>](http://uk4.streamingpulse.com:1935/TeleabruzzoTV/TeleabruzzoTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/koB8J4b.jpg"/> |
|
||||
| 0 | Tele Acras | [>](https://5cbd3bc28341f.streamlock.net:444/teleacras/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/90Lsv8q.png"/> |
|
||||
| 0 | Tele Arena | [>](https://5e73cf528f404.streamlock.net/TeleArena/TeleArena.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9hsoWMO.png"/> |
|
||||
| 0 | Tele Argento/Magic Tv | [>](http://163.172.88.73:1935/magic_web/site/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gseTf4W.jpg"/> |
|
||||
| 0 | Tele Bari | [>](https://w1.mediastreaming.it/telebari/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/HYSz4rx.png"/> |
|
||||
| 0 | Tele Belluno | [>](https://live.mariatvcdn.com/telebelluno/a3b80388da9801906adf885282e73bc3.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/YiM2Z7E.png"/> |
|
||||
| 0 | Tele Blu | [>](https://58d921499d3d3.streamlock.net/Teleblu/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NWMTlry.jpg"/> |
|
||||
| 0 | Tele Boario | [>](http://flash7.streaming.xdevel.com/teleboario/teleboario/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LlLD3L6.png"/> |
|
||||
| 0 | Tele Bruzzano | [>](https://player.ilariochiera.it/fileadmin/hls/Telebruzzano/telebruzzano_mediachunks.m3u8) | <img height="20" src="https://i.imgur.com/7TWbCDt.jpg"/> |
|
||||
| 0 | Tele Chiara | [>](http://fms.tvavicenza.it:1935/telechiara/diretta/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Q5XpnXR.png"/> |
|
||||
| 0 | Tele Citta' Padova | [>](http://stream.telepadova.com/live/tv1.m3u8) | <img height="20" src="https://i.imgur.com/xvVgEaA.jpg"/> |
|
||||
| 0 | Tele Club Italia | [>](https://www.theclubfactory.com/streaming/index.m3u8) | <img height="20" src="https://i.imgur.com/WxkOgg0.png"/> |
|
||||
| 0 | Tele Clusone Bergamo | [>](https://media.streambrothers.com:1936/8168/8168/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dVDY1ng.png"/> |
|
||||
| 0 | Telecolor | [>](https://5f22d76e220e1.streamlock.net/telecolor/telecolor/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bMWFJ1C.png"/> |
|
||||
| 0 | Tele Color Lombardia | [>](https://1aadf145546f475282c5b4e658c0ac4b.msvdn.net/live/324149/hlbAWtl/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hUA29XI.jpg"/> | TelecolorLombardia.it |
|
||||
| 0 | Tele Cupole | [>](http://live.livevideosolution.it/telecupole/dd6d85e5b7452f7b85a099509292b421.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ZmUI9zb.png"/> |
|
||||
| 0 | Tele Estense | [>](https://5e73cf528f404.streamlock.net/TeleEstense/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/X7i7DWo.png"/> |
|
||||
| 0 | Tele Foggia | [>](http://wms.shared.streamshow.it/telefoggia/mp4:telefoggia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M7tqBu9.jpg"/> |
|
||||
| 0 | Tele Friuli | [>](https://streamtechglobal.akamaized.net/hls/live/2024685/telefriuli/Group01/2024685-telefriuli/chunklist.m3u8) | <img height="20" src="https://i.imgur.com/AoQxZxD.png"/> |
|
||||
| 0 | Tele Gela | [>](http://live.sloode.com:1935/qdg_live/AF74-FF2C-7350-41F2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/sjrxbgP.png"/> |
|
||||
| 0 | Tele Genova | [>](https://5db313b643fd8.streamlock.net/Telegenova/Telegenova/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BXvPBKb.png"/> |
|
||||
| 0 | Tele Granda | [>](http://live.sloode.com:1935/telegranda_live/C2AD-0664-DC75-4744/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mdPc8cX.jpg"/> |
|
||||
| 0 | Tele Ischia | [>](https://eu1.servers10.com:8081/8130/index.m3u8) | <img height="20" src="https://i.imgur.com/vihHVQn.jpg"/> |
|
||||
| 0 | Tele Jonio | [>](http://59d7d6f47d7fc.streamlock.net/telejonio/telejonio/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qJeDV8R.png"/> |
|
||||
| 0 | Tele Lazio Nord | [>](http://tln.srfms.com:1935/TLN/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gZEojVW.png"/> |
|
||||
| 0 | Tele Liberta' HD | [>](https://player-api.new.livestream.com/accounts/17114188/events/4902226/broadcasts/229448070.secure.m3u8) | <img height="20" src="https://i.imgur.com/XzAB5k7.jpg"/> |
|
||||
| 0 | Tele Liguria Sud | [>](https://live.teleliguriasud.it/hls/tls/index.m3u8) | <img height="20" src="https://i.imgur.com/BeLAYJ6.jpg"/> |
|
||||
| 0 | Tele Mantova | [>](https://5ce9406b73c33.streamlock.net/TeleMantova/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bkSPcs4.png"/> |
|
||||
| 0 | Tele Mia Extra | [>](https://player.ilariochiera.it/fileadmin/hls/TelemiaExtra/stream.m3u8) | <img height="20" src="https://i.imgur.com/upzBG32.png"/> |
|
||||
| 0 | Tele Mia | [>](http://wms.shared.streamshow.it:80/telemia/telemia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/SdXpCwL.png"/> |
|
||||
| 0 | Tele Mistretta Life e Family | [>](https://stream.mariatvcdn.com/telemistrettalive2/ddbcd59a192d6f92336991e344fa1821.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/y2LLwiy.png"/> |
|
||||
| 0 | Tele Mistretta Radio | [>](https://stream.mariatvcdn.com/telemistrettaradio/900bfcc0f9012ea272584fd5ff5281b8.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/d7O7Uqa.png"/> |
|
||||
| 0 | Tele Mistretta | [>](https://live.mariatvcdn.com/telemistretta/8fbcd205ada81b295ee6c211c3a80dde.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OJ3zUS0.png"/> |
|
||||
| 0 | Tele Molise | [>](http://185.202.128.1:1935/test/BlackMagic/playlist.m3u8) | <img height="20" src="https://i.imgur.com/u5VD0x9.png"/> |
|
||||
| 0 | Tele Monteneve 3 | [>](http://wms.shared.streamshow.it/telemonteneve3/telemonteneve3/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LJhQApn.jpg"/> |
|
||||
| 0 | Tele Norba (TG Norba 24 )| [>](https://flash2.xdevel.com/tgnorba_24/tgnorba_24_source.stream/manifest.mpd) | <img height="20" src="https://i.imgur.com/9MhrrJK.png"/> |
|
||||
| 0 | Tele Nord Est | [>](https://59d7d6f47d7fc.streamlock.net/telenord/telenord/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TakoSUX.png"/> |
|
||||
| 0 | Tele Nord Genova | [>](https://5db313b643fd8.streamlock.net/Telenord/Telenord/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gQWB9Gx.png"/> |
|
||||
| 0 | Tele Nostra | [>](https://meridelive-lh.akamaihd.net/i/ottop_1@118465/index_1_av-p.m3u8?sd=10&rebase=on) | <img height="20" src="https://i.imgur.com/FACahKZ.png"/> |
|
||||
| 0 | Tele Occidente | [>](http://ciaoitalystream.ddns.net/live/webTELEOCCIDENTEweb/montelepre@palermo/2.m3u8) | <img height="20" src="https://i.imgur.com/3aOiWKa.png"/> |
|
||||
| 0 | Tele Oltre | [>](http://1se1.troydesign.eu/np_teleoltre/_definst_/channel1_np_teleoltre/playlist.m3u8?ext=.m3u8) | <img height="20" src="https://i.imgur.com/PxtJAxs.png"/> |
|
||||
| 0 | Tele One | [>](http://live.streamcaster.net:1935/mediaone_live/teleone/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hTDDVOQ.png"/> |
|
||||
| 0 | Tele Pace 1 | [>](https://live.mariatvcdn.com/teleradiopace1/efcc8fc46cab26315ce3f5845d76008f.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/ut0Hg8o.png"/> |
|
||||
| 0 | Tele Pace 2 | [>](https://live.mariatvcdn.com/teleradiopace2/254c9b5c52a73a94ef0f6169cbd05dc2.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/RqrPraO.png"/> |
|
||||
| 0 | Tele Pace 3 | [>](https://live.mariatvcdn.com/teleradiopace3/d2274c22e9ee09eb2eda01ed0496f8f5.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/gLsE3mX.png"/> |
|
||||
| 0 | Tele Pace 4 | [>](https://live.mariatvcdn.com/teleradiopace4/13d74f2cfe921bfbc262697203d47d8f.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/tEQvgpz.png"/> |
|
||||
| 0 | Tele Pace News | [>](https://live.mariatvcdn.com/teleradiopace6/d289fe76f16ad32afec471ea1b941583.sdp/index.m3u8) | <img height="20" src="https://i.imgur.com/AxmgoMT.png"/> |
|
||||
| 0 | Tele Pace Roma | [>](https://live.mariatvcdn.com/mariatvpoint/d36592901d5429dd7f9ec1e7bbeda8c2.sdp/index.m3u8) | <img height="20" src="https://i.imgur.com/54oi0cg.png"/> |
|
||||
| 0 | Tele Pace Trento | [>](https://5a1178b42cc03.streamlock.net/telepacetrento/telepacetrento/playlist.m3u8) | <img height="20" src="https://i.imgur.com/o5sQCpF.png"/> |
|
||||
| 0 | Tele Pace Verona | [>](https://live.mariatvcdn.com/TelepaceVerona/a9027aba28cf4b54d10aedc38b0df192.sdp/index.m3u8) | <img height="20" src="https://i.imgur.com/su2ipkb.png"/> |
|
||||
| 0 | Tele Pavia | [>](http://wms.shared.streamshow.it:1935/telepavia/telepavia/live.m3u8) | <img height="20" src="https://i.imgur.com/YVodo4T.png"/> |
|
||||
| 0 | Tele Pegaso | [>](https://flash2.xdevel.com/telepegasocanale812/telepegasocanale812/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FQkM8Vd.png"/> |
|
||||
| 0 | Tele Piadena | [>](https://stream3.xdevel.com/video0s975441-151/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/VqaPuQN.png"/> |
|
||||
| 0 | Tele Pordenone | [>](https://video.wifi4all.it/telepn/telepn.m3u8) | <img height="20" src="https://i.imgur.com/dbYwXwg.png"/> |
|
||||
| 0 | Tele Prima | [>](http://live.sloode.com:1935/teleprima/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WLziQCV.png"/> |
|
||||
| 0 | Tele Quattro Trieste | [>](http://wms.shared.streamshow.it/telequattro/telequattro/playlist.m3u8) | <img height="20" src="https://i.imgur.com/MFxQxve.png"/> |
|
||||
| 0 | Tele Radio Ercolano | [>](https://eu1.servers10.com:8081/8012/index.m3u8) | <img height="20" src="https://i.imgur.com/YPuoy8N.jpg"/> |
|
||||
| 0 | Tele Radio Orte | [>](https://flash2.xdevel.com/ortetv/ortetv/index.m3u8) | <img height="20" src="https://i.imgur.com/uX2uxvN.png"/> |
|
||||
| 0 | Tele Radio Sciacca | [>](http://5cbd3bc28341f.streamlock.net:1935/trs_live/teleradiosciacca-tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/suhz5mE.png"/> |
|
||||
| 0 | Tele Radio Studio 5 | [>](http://mars.az-streamingserver.com:1935/7444/7444/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lPRjSor.jpg"/> |
|
||||
| 0 | Tele Rama | [>](https://58d921499d3d3.streamlock.net/TeleRama/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/enfqUlI.jpg"/> |
|
||||
| 0 | Tele Romagna 24 | [>](http://livetr.teleromagna.it/mia/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Bpml478.png"/> |
|
||||
| 0 | Tele Romagna Lifestyle | [>](http://livetr.teleromagna.it/lifestyle/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Gup84Sb.png"/> |
|
||||
| 0 | Tele Romagna Mia | [>](http://livetr.teleromagna.it/news/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/IdHPiQz.png"/> |
|
||||
| 0 | Tele Romagna | [>](http://livetr.teleromagna.it/teleromagna/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4jWadI8.png"/> |
|
||||
| 0 | Tele Sirio | [>](https://www.telesirio.it/live/stream.m3u8) | <img height="20" src="https://i.imgur.com/mDN6QX1.png"/> |
|
||||
| 0 | Tele Spazio Messina | [>](http://smart.telespazioplay.com:8080/play/stream.m3u8) | <img height="20" src="https://i.imgur.com/Io5w6lT.png"/> |
|
||||
| 0 | Tele Star 1 | [>](http://193.34.109.10:8090/) | <img height="20" src="https://i.imgur.com/UZQjEsd.png"/> |
|
||||
| 0 | Tele Sud Puglia | [>](https://webtv.pugliaservice.it:1936/telesud-webtv/telesud-webtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fqTLtvs.png"/> |
|
||||
| 0 | Tele Sveva News 24 | [>](https://dc1.telesveva.erefresh.it:4443/news24.mp4) | <img height="20" src="https://i.imgur.com/4HlRpf4.jpg"/> |
|
||||
| 0 | Tele Tebe | [>](https://5c389faa13be3.streamlock.net:9553/calabriasat/calabriasat/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YirYT4J.png"/> |
|
||||
| 0 | Tele Terni | [>](https://diretta.teleterni.it/live/stream_src.m3u8) | <img height="20" src="https://i.imgur.com/lslSS3a.jpg"/> |
|
||||
| 0 | Tele Tricolore | [>](https://59d7d6f47d7fc.streamlock.net/rs2/rs2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/A2XouAd.png"/> |
|
||||
| 0 | Tele Tutto 2 | [>](https://600f07e114306.streamlock.net/TT2_TELETUTTO/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mxXbMaw.png"/> |
|
||||
| 0 | Tele Tutto 24 | [>](https://600f07e114306.streamlock.net/TT24_TELETUTTO/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/weKWQgx.png"/> |
|
||||
| 0 | Tele Tutto | [>](https://600f07e114306.streamlock.net/TT_TELETUTTO/smil:TT.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/sZxMP7g.png"/> |
|
||||
| 0 | Tele Venezia | [>](https://59d8c0cee6f3d.streamlock.net/televenezia/televenezia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/SavGpCE.jpg"/> |
|
||||
| 0 | Tele Video Agrigento (T.V.A.) | [>](https://59d7d6f47d7fc.streamlock.net/tva/tva/playlist.m3u8) | <img height="20" src="https://i.imgur.com/AaPr63E.png"/> |
|
||||
| 0 | TeleAmbiente | [>](https://5f22d76e220e1.streamlock.net/teleambiente/teleambiente/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jxZcQhU.png"/> |
|
||||
| 0 | TeleMajg | [>](https://59d7d6f47d7fc.streamlock.net/telemajg/telemajg/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9tefonp.jpg"/> |
|
||||
| 0 | TeleRent 7Gold | [>](https://stream2.xdevel.com/video0s86-21/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wjZT8De.png"/> | 7Gold.it |
|
||||
| 0 | TeleRoma 1 | [>](https://stream9.xdevel.com/video0s976607-1377/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/3t7JWrf.png"/> |
|
||||
| 0 | TeleRoma 2 | [>](https://57068da1deb21.streamlock.net/teletibur/teletibur/playlist.m3u8) | <img height="20" src="https://i.imgur.com/78hA7ma.png"/> |
|
||||
| 0 | Telesud Trapani | [>](https://5cbd3bc28341f.streamlock.net:444/telesud/_definst_/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tpZvU1P.png"/> |
|
||||
| 0 | Teleuniverso | [>](https://media.velcom.it:19360/teleuniverso/teleuniverso.m3u8) | <img height="20" src="https://i.imgur.com/u8E9wBb.png"/> |
|
||||
| 0 | Televallo Trapani | [>](https://5cbd3bc28341f.streamlock.net:444/televallo/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/P6zuiRH.png"/> |
|
||||
| 0 | Tevere Tv | [>](https://5926fc9c7c5b2.streamlock.net/9098/9098/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ghBX2Hn.png"/> |
|
||||
| 0 | TLT Molise | [>](https://5f22d76e220e1.streamlock.net/tltmolise/tltmolise/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wgwD7gh.png"/> |
|
||||
| 0 | Touring Tv | [>](https://flash2.xdevel.com/radiotouring10496/radiotouring10496_aac/playlist.m3u8) | <img height="20" src="https://i.imgur.com/E2Feao5.jpg"/> |
|
||||
| 0 | Trentino Tv | [>](https://5e73cf528f404.streamlock.net/TrentinoTV/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ROKOCR2.png"/> |
|
||||
| 0 | Tris News | [>](https://5db313b643fd8.streamlock.net/WLTV/WLTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/zasGDNl.jpg"/> |
|
||||
| 0 | Tris Siracusa | [>](https://5db313b643fd8.streamlock.net/Tris/Tris/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dZgKD3j.jpg"/> |
|
||||
| 0 | Trm H24 | [>](http://w1.streamingmedia.it:1935/trmh24/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/eWV9yII.png"/> |
|
||||
| 0 | Tsn Lecco | [>](http://59d8c0cee6f3d.streamlock.net/tsn2/tsn2_mobile/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vlyaN3U.jpg"/> |
|
||||
| 0 | Tsn Tele Sondrio News | [>](http://wms.shared.streamshow.it/tsn/tsn_mobile/playlist.m3u8) | <img height="20" src="https://i.imgur.com/24Anl5o.png"/> |
|
||||
| 0 | Tua Channel | [>](https://media2021.rtvweb.com/promovideo_web/tuachannel/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BDdQvtS.png"/> |
|
||||
| 0 | Tuscia Sabina 2000Tv | [>](http://ts2000tv.streaming.nextware.it:8081/ts2000tv/ts2000tv/chunks.m3u8) | <img height="20" src="https://i.imgur.com/Tq5nEAy.png"/> |
|
||||
| 0 | Tv 6 | [>](http://185.202.128.1:1935/Tv6Stream/tv6TV.stream_tlm/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bJ2e604.png"/> |
|
||||
| 0 | Tv Campane 1 | [>](https://eu1.servers10.com:8081/8032/index.m3u8) | <img height="20" src="https://i.imgur.com/UrHKovD.jpg"/> |
|
||||
| 0 | Tv Campania Streaming | [>](https://eu1.servers10.com:8081/8020/index.m3u8) | <img height="20" src="https://i.imgur.com/5Ly6LyC.png"/> |
|
||||
| 0 | Tv Luna Napoli | [>](https://streamlive.arcapuglia.it:8080/live/teleluna/index.m3u8) | <img height="20" src="https://i.imgur.com/jxhuoyE.png"/> |
|
||||
| 0 | Tv Prato | [>](https://live.mariatvcdn.com/tvprato/2db0dd5674586686a867ec52c3aa8e06.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/zDeVpZd.png"/> |
|
||||
| 0 | Tv Qui Modena | [>](https://59d7d6f47d7fc.streamlock.net/tvqui/tvqui/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4bOYlfg.png"/> |
|
||||
| 0 | Tv Uno | [>](http://ftp.tiscali.it/francescovernata/TVUNO/monoscopioTvUNOint-1.wmv) | <img height="20" src="https://i.imgur.com/OtCwYsh.jpg"/> |
|
||||
| 0 | Tv Yes | [>](https://stream1.aswifi.it/radioyes/live/index.m3u8) | <img height="20" src="https://i.imgur.com/1wsO8U7.png"/> |
|
||||
| 0 | Tv7 Azzurra | [>](http://217.61.26.46:8080/hls/azzurra.m3u8) | <img height="20" src="https://i.imgur.com/yYvGWHL.png"/> |
|
||||
| 0 | Tv7 News | [>](http://217.61.26.46:8080/hls/news.m3u8) | <img height="20" src="https://i.imgur.com/rlMEE1j.png"/> |
|
||||
| 0 | Tv7 Triveneta | [>](http://217.61.26.46:8080/hls/triveneta.m3u8) | <img height="20" src="https://i.imgur.com/O2NF7jJ.jpg"/> |
|
||||
| 0 | Tva Vicenza | [>](http://fms.tvavicenza.it:1935/live/diretta_1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FtFuPCC.png"/> |
|
||||
| 0 | Tvr Xenon | [>](https://cloudtv.azotosolutions.com:9553/tvrxenonlive/tvrxenonlive/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kLzW1Pf.jpg"/> |
|
||||
| 0 | Tvrs Tv | [>](https://59d7d6f47d7fc.streamlock.net/tvrs/tvrs/playlist.m3u8) | <img height="20" src="https://i.imgur.com/6p7hTmY.jpg"/> |
|
||||
| 0 | Umbria TV | [>](https://umbriatv.stream.rubidia.it:8083/live/umbriatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kccGe02.png"/> |
|
||||
| 0 | Vera Tv | [>](http://wms.shared.streamshow.it/veratv/veratv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/djMvkvN.png"/> |
|
||||
| 0 | Video 33 | [>](http://livestream.goinfo.it/V33Live/v33ros/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Wp24htV.jpg"/> |
|
||||
| 0 | Video Brescia | [>](http://wms.shared.streamshow.it/videobrescia/videobrescia/hasbahca.m3u8) | <img height="20" src="https://i.imgur.com/9Fw2wBT.png"/> |
|
||||
| 0 | Video Mediterraneo | [>](http://stream.ets-sistemi.it:1935/live.rvm/rvmtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hJHC3uQ.png"/> |
|
||||
| 0 | Video Nola | [>](http://stream1.aswifi.it/videonola/live/index.m3u8) | <img height="20" src="https://i.imgur.com/M5z5UoD.jpg"/> |
|
||||
| 0 | Video Star | [>](https://5cbd3bc28341f.streamlock.net:444/videostar_live/_definst_/videostar/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1ddJVZ7.jpg"/> |
|
||||
| 0 | Videolina | [>](http://livestreaming.videolina.it/live/Videolina/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bnDZJwd.gif"/> |
|
||||
| 0 | Videostar Tv Lombardia | [>](http://dreamsiteradiocpvideo.com:1935/vds/vds/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ecpPFZL.jpg"/> |
|
||||
| 0 | Vintage Radio Tv | [>](https://5f22d76e220e1.streamlock.net/vintageradiotv/vintageradiotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/n3LtBNT.jpg"/> |
|
||||
| 0 | Vuemme Tv | [>](https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8) | <img height="20" src="https://i.imgur.com/x5A0xU6.png"/> |
|
||||
| 0 | Well Tv | [>](https://59d7d6f47d7fc.streamlock.net/welltv/welltv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Kqgz4Na.png"/> |
|
||||
| 0 | Yvii Tv | [>](https://yviistreamer.kernel.online/hls/yviitv.m3u8) | <img height="20" src="https://i.imgur.com/yP5AvDo.png"/> |
|
||||
| 0 | Zerouno Tv News | [>](https://5db313b643fd8.streamlock.net/ZerounoTVEventi/ZerounoTVEventi/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vxRzyjE.png"/> |
|
||||
|
||||
<h2>Invalid</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 8 | TV8 | [x](https://skyanywhere3-i.akamaihd.net/hls/live/510694/mtv8sdlive/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xvoHVOU.png"/> | TV8.it |
|
||||
| 9 | Nove | [x](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_3@810997/master.m3u8) | <img height="20" src="https://i.imgur.com/Hp723RU.png"/> | Nove.it |
|
||||
| 26 | Cielo | [x](https://skyanywhere3-i.akamaihd.net/hls/live/510693/cielo/playlist.m3u8) | <img height="20" src="https://i.imgur.com/cPluF03.png"/> | Cielo.it |
|
||||
| 31 | Real Time | [x](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_4@810998/master.m3u8) | <img height="20" src="https://i.imgur.com/9dcTYg1.png"/> | RealTimeItaly.it |
|
||||
| 33 | Food Network | [x](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_6@1000854/master.m3u8) | <img height="20" src="https://i.imgur.com/i60OYr9.png"/> | FoodNetworkItaly.it |
|
||||
| 41 | K2 | [x](https://sbshdlu2-lh.akamaihd.net/i/sbshdl_21@443297/master.m3u8) | <img height="20" src="https://i.imgur.com/wlLgSiA.png"/> | K2.it |
|
||||
| 44 | Frisbee | [x](https://sbshdlu1-lh.akamaihd.net/i/sbshdl_21@443313/master.m3u8) | <img height="20" src="https://i.imgur.com/9y1zIAe.png"/> | Frisbee.it |
|
||||
| 50 | Sky TG 24 Ⓢ | [x](https://skyanywhere3-i.akamaihd.net/hls/live/510696/tg24/playlist.m3u8) | <img height="20" src="https://i.imgur.com/q4d3Dah.png"/> | SkyTG24.it |
|
||||
| 52 | Dmax | [x](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_5@825063/master.m3u8) | <img height="20" src="https://i.imgur.com/dmEmRX7.png"/> | DMAXItaly.it |
|
||||
| 56 | HGTV – Home & Garden Tv | [x](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_7@106896/master.m3u8) | <img height="20" src="https://i.imgur.com/emLNC0U.png"/> | HGTVItaly.it |
|
||||
| 59 | Motor Trend | [x](https://sbshdlu5-lh.akamaihd.net/i/sbshdl_1@810993/master.m3u8) | <img height="20" src="https://i.imgur.com/ipj2H0n.png"/> | MotorTrend.it |
|
||||
| 146 | Rai Sport Ⓢ Ⓖ | [x](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=179975&output=16) | <img height="20" src="https://i.imgur.com/xsGljsb.png"/> | RaiSport.it |
|
||||
| 0 | Canale Italia 83 | [x](https://ovp-live.akamaized.net/ac024_live/video1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ZaenpJA.jpg"/> |
|
||||
@@ -0,0 +1,21 @@
|
||||
<h1>Japan</h1>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | ANN News Ⓨ | [>](https://youtu.be/coYw-eVU0Ks) | <img height="20" src="https://i.imgur.com/9IVsFXz.png"/> |
|
||||
| 2 | NHK G Ⓢ | [>](https://nhk2.mov3.co/hls/nhk.m3u8) | <img height="20" src="https://i.imgur.com/ns0PHbl.png"/> | NHKGeneralTV.jp |
|
||||
| 3 | NHK World | [>](https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index_4M.m3u8) | <img height="20" src="https://i.imgur.com/TDCuUDs.png"/> | NHKWorldJapan.jp |
|
||||
| 4 | 日テレ1 Ⓢ | [>](https://ntv2.mov3.co/hls/ntv.m3u8) | <img height="20" src="https://i.imgur.com/IGu52nM.png"/> |
|
||||
| 5 | 日テレNEWS24 Ⓢ | [>](https://n24-cdn-live.ntv.co.jp/ch01/index.m3u8) | <img height="20" src="https://i.imgur.com/tVNZ0BU.png"/> | news.ntv.co.jp |
|
||||
| 6 | フジテレビ Ⓢ | [>](https://fujitv2.mov3.co/hls/fujitv.m3u8) | <img height="20" src="https://i.imgur.com/CjoqJXh.png"/> |
|
||||
| 7 | TBS Ⓢ | [>](https://tbs2.mov3.co/hls/tbs.m3u8) | <img height="20" src="https://i.imgur.com/SzWJscr.png"/> |
|
||||
| 8 | TBS News Ⓢ | [>](http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=H3D90-436C4) | <img height="20" src="https://i.imgur.com/SzWJscr.png"/> |
|
||||
| 9 | TV Tokyo | [>](https://bcsecurelivehls-i.akamaihd.net/hls/live/265320/5043843989001/140130JTDX/index.m3u8) | <img height="20" src="https://i.imgur.com/BMXZjA1.png"/> |
|
||||
| 10 | Tokyo MX1 | [>](https://movie.mcas.jp/mcas/mx1_2/master.m3u8) | <img height="20" src="https://i.imgur.com/ghRFrKj.png"/> | TokyoMX1.jp |
|
||||
| 11 | Tokyo MX2 | [>](https://movie.mcas.jp/mcas/mx2_2/master.m3u8) | <img height="20" src="https://i.imgur.com/ghRFrKj.png"/> | TokyoMX2.jp |
|
||||
| 12 | HTB Ⓨ | [>](http://raw.githubusercontent.com/etag2000/IPTV/YTlive/hokkaidonews.m3u8) | <img height="20" src="https://i.imgur.com/A0Wj0Ys.png"/> |
|
||||
| 13 | Gunma TV | [>](https://movie.mcas.jp/switcher/smil:mcas8.smil/master.m3u8) | <img height="20" src="https://i.imgur.com/Fik3Nm9.png"/> | GunmaTV.jp |
|
||||
| 14 | Weathernews | [>](http://movie.mcas.jp/mcas/wn1_2/master.m3u8) | <img height="20" src="https://i.imgur.com/7YLRtla.png"/> | Weathernews.jp |
|
||||
| 15 | GSTV | [>](https://gemstv.wide-stream.net/gemstv01/smil:gemstv01.smil/chunklist.m3u8) | <img height="20" src="https://i.imgur.com/0wds9n8.png"/> | GSTV.jp |
|
||||
| 16 | QVC Ⓢ | [>](http://cdn-live1.qvc.jp/iPhone/800/800.m3u8) | <img height="20" src="https://i.imgur.com/B74hZKd.png"/> | QVCJapan.jp |
|
||||
| 17 | Shop Channel | [>](http://stream1.shopch.jp/HLS/out1/prog_index.m3u8) | <img height="20" src="https://i.imgur.com/rkdKa5a.png"/> | ShopChannel.jp |
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
|1 | Arirang | [>](http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/RuHZ6Dx.png"/> |
|
||||
|2 | All the K-Pop(Y)| [>](https://www.youtube.com/watch?v=8zUdwHwuwhQ) | <img height="20" src="https://i.imgur.com/tJ8GRqi.png"/> |
|
||||
|3 | EBS 1 | [>](http://ebsonair.ebs.co.kr/groundwavefamilypc/familypc1m/chunklist_w1960240276.m3u8) | <img height="20" src="https://i.imgur.com/s1y2zoe.png"/> |
|
||||
|4 | EBS 2 | [>](http://ebsonair.ebs.co.kr:1935/ebs2familypc/familypc1m/playlist.m3u8) | <img height="20" src="https://i.imgur.com/7K7zmoE.png"/> |
|
||||
|5 | EBS Kids(S) | [>](rtsp://ebsonair.ebs.co.kr/ebsutablet500k/tablet500k) | <img height="20" src="https://i.imgur.com/7K7zmoE.png"/> |
|
||||
|6 | KBS Korea(Y) | [>](https://www.youtube.com/watch?v=dbw4EbTEbe0) | <img height="20" src="https://kbsworldimage.kbs.co.kr/images/layout/logo/logo_korea_n.png"/> |
|
||||
|1 | Arirang | [>](http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/RuHZ6Dx.png"/> | ArirangTV.kr |
|
||||
|2 | All the K-Pop(Y)| [>](https://www.youtube.com/watch?v=8zUdwHwuwhQ) | <img height="20" src="https://i.imgur.com/tJ8GRqi.png"/> | AlltheKPop.kr |
|
||||
|3 | EBS 1 | [>](http://ebsonair.ebs.co.kr/groundwavefamilypc/familypc1m/chunklist_w1960240276.m3u8) | <img height="20" src="https://i.imgur.com/s1y2zoe.png"/> | EBS1TV.kr |
|
||||
|4 | EBS 2 | [>](http://ebsonair.ebs.co.kr:1935/ebs2familypc/familypc1m/playlist.m3u8) | <img height="20" src="https://i.imgur.com/7K7zmoE.png"/> | EBS2TV.kr |
|
||||
|5 | EBS Kids(S) | [>](rtsp://ebsonair.ebs.co.kr/ebsutablet500k/tablet500k) | <img height="20" src="https://i.imgur.com/7K7zmoE.png"/> | EBSKids.kr |
|
||||
|6 | KBS Korea(Y) | [>](https://www.youtube.com/watch?v=dbw4EbTEbe0) | <img height="20" src="https://kbsworldimage.kbs.co.kr/images/layout/logo/logo_korea_n.png"/> | KBSKorea.kr |
|
||||
@@ -6,14 +6,14 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Malta
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 4 | ONE TV | [>](https://2-fss-2.streamhoster.com/pl_124/201830-1293592-1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Ym1L7No.png"/> |
|
||||
| 5 | Smash TV | [>](http://a3.smashmalta.com/hls/smash/smash.m3u8) | <img height="20" src="https://i.imgur.com/ZKF0fG3.png"/> |
|
||||
| 4 | ONE TV | [>](https://2-fss-2.streamhoster.com/pl_124/201830-1293592-1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Ym1L7No.png"/> | One.mt |
|
||||
| 5 | Smash TV | [>](http://a3.smashmalta.com/hls/smash/smash.m3u8) | <img height="20" src="https://i.imgur.com/ZKF0fG3.png"/> | SmashTV.mt |
|
||||
|
||||
<h2>Invalid</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | TVM Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/6jaNiUi.png"/> |
|
||||
| 1 | TVM Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/6jaNiUi.png"/> | TVM.mt |
|
||||
| 2 | TVM 2 Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/qUZxPez.png"/> |
|
||||
| 3 | NET TV | [x]() | <img height="20" src="https://i.imgur.com/DcXBpzx.png"/> |
|
||||
| 6 | F Living | [x]() | <img height="20" src="https://i.imgur.com/mAbciXA.png"/> |
|
||||
| 3 | NET TV | [x]() | <img height="20" src="https://i.imgur.com/DcXBpzx.png"/> | NetTV.mt |
|
||||
| 6 | F Living | [x]() | <img height="20" src="https://i.imgur.com/mAbciXA.png"/> | FLivingChannel.mt |
|
||||
@@ -2,8 +2,9 @@
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
|1 | Alcarria TV |[>](http://cls.alcarria.tv/live/alcarriatv-livestream.m3u8) | <img height="20" src="https://i.imgur.com/zNSuxVZ.jpg"/> |
|
||||
|2 | Hipodromo de las Americas |[>](http://wms30.tecnoxia.com/soelvi/abr_soelvi/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wc8MlGw.png"/> |
|
||||
|3 | MVM NoticiasⓈ |[>](http://dcunilive21-lh.akamaihd.net/i/dclive_1@59479/index_1_av-p.m3u8) | <img height="20" src="https://i.imgur.com/dhLXN9n.png"/> |
|
||||
|4 | RCG 3 Saltillo |[>](http://wowzacontrol.com:1936/stream56/stream56/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NefH5qZ.png"/> |
|
||||
|5 | TeleFormula |[>](https://wms60.tecnoxia.com/radiof/abr_radioftele/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jR6taXt.png"/> |
|
||||
|1 | Alcarria TV |[>](http://cls.alcarria.tv/live/alcarriatv-livestream.m3u8) | <img height="20" src="https://i.imgur.com/zNSuxVZ.jpg"/> | AlcarriaTV.es |
|
||||
|2 | Hipodromo de las Americas |[>](http://wms30.tecnoxia.com/soelvi/abr_soelvi/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wc8MlGw.png"/> | HipodromodelasAmericas.mx |
|
||||
|3 | MVM NoticiasⓈ |[>](http://dcunilive21-lh.akamaihd.net/i/dclive_1@59479/index_1_av-p.m3u8) | <img height="20" src="https://i.imgur.com/dhLXN9n.png"/> | MVMNoticias.mx |
|
||||
|4 | RCG 3 Saltillo |[>](http://wowzacontrol.com:1936/stream56/stream56/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NefH5qZ.png"/> | RCGTV3.mx |
|
||||
|5 | TeleFormula |[>](https://wms60.tecnoxia.com/radiof/abr_radioftele/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jR6taXt.png"/> | TeleFormula.mx |
|
||||
|6 | NRT 4 Monclova |[>](https://59e88b197fb16.streamlock.net:4443/live/canal4/playlist.m3u8) | <img height="20" src="https://i.imgur.com/IudKE0n.png"/> | noticiasnrt.com |
|
||||
@@ -4,28 +4,28 @@
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | NPO 1 Ⓖ | [>](http://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo1/npo1.isml/.m3u8) | <img height="20" src="https://i.imgur.com/pUBy4Pb.png"/> |
|
||||
| 2 | NPO 2 Ⓖ | [>](http://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo2/npo2.isml/.m3u8) | <img height="20" src="https://i.imgur.com/Vl2G1H3.png"/> |
|
||||
| 3 | NPO 3 Ⓖ | [>](http://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo3/npo3.isml/.m3u8) | <img height="20" src="https://i.imgur.com/dVB4Pqc.png"/> |
|
||||
| 4 | RTL 4 | [x]() | <img height="20" src="https://i.imgur.com/qzvUqSX.png"/> |
|
||||
| 5 | RTL 5 | [x]() | <img height="20" src="https://i.imgur.com/paBpoKB.png"/> |
|
||||
| 7 | RTL 7 | [x]() | <img height="20" src="https://i.imgur.com/MxWqvuQ.png"/> |
|
||||
| 8 | RTL 8 | [x]() | <img height="20" src="https://i.imgur.com/gnKZbqd.png"/> |
|
||||
| 1 | NPO 1 Ⓖ | [>](http://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo1/npo1.isml/.m3u8) | <img height="20" src="https://i.imgur.com/pUBy4Pb.png"/> | NPO1.nl |
|
||||
| 2 | NPO 2 Ⓖ | [>](http://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo2/npo2.isml/.m3u8) | <img height="20" src="https://i.imgur.com/Vl2G1H3.png"/> | NPO2.nl |
|
||||
| 3 | NPO 3 Ⓖ | [>](http://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo3/npo3.isml/.m3u8) | <img height="20" src="https://i.imgur.com/dVB4Pqc.png"/> | NPO3.nl |
|
||||
| 4 | RTL 4 | [x]() | <img height="20" src="https://i.imgur.com/qzvUqSX.png"/> | RTL4.nl |
|
||||
| 5 | RTL 5 | [x]() | <img height="20" src="https://i.imgur.com/paBpoKB.png"/> | RTL5.nl |
|
||||
| 7 | RTL 7 | [x]() | <img height="20" src="https://i.imgur.com/MxWqvuQ.png"/> | RTL7.nl |
|
||||
| 8 | RTL 8 | [x]() | <img height="20" src="https://i.imgur.com/gnKZbqd.png"/> | RTL8.nl |
|
||||
|
||||
<h2>Regional</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | Omrop Fryslân | [>](https://d3pvma9xb2775h.cloudfront.net/live/omropfryslan/stream04/index.m3u8) | <img height="20" src="https://i.imgur.com/0VKJLAK.png"/> |
|
||||
| 2 | RTV Noord | [>](https://media.rtvnoord.nl/live/rtvnoord/tv/3e8fe3c1-0868-49b0-b2f3-7dd6eb30651f/index.m3u8) | <img height="20" src="https://i.imgur.com/pO5Mexa.png"/> |
|
||||
| 3 | RTV Drenthe | [>](https://cdn.rtvdrenthe.nl/live/rtvdrenthe/tv/1080p/prog_index.m3u8) | <img height="20" src="https://i.imgur.com/GaGqM4z.png"/> |
|
||||
| 4 | RTV Oost Ⓢ | [>](https://mediacdn.rtvoost.nl/live/rtvoost/tv-oost/index.m3u8) | <img height="20" src="https://i.imgur.com/8ropV29.png"/> |
|
||||
| 5 | Omroep Gelderland Ⓢ| [>](http://web.omroepgelderland.nl/live/livetv.m3u8) | <img height="20" src="https://i.imgur.com/TPlyvUQ.png"/> |
|
||||
| 6 | RTV Utrecht | [>](http://media.rtvutrecht.nl/live/rtvutrecht/rtvutrecht/index.m3u8) | <img height="20" src="https://i.imgur.com/c0I24N6.png"/> |
|
||||
| 7 | Omroep Flevoland Ⓢ | [>](https://d5ms27yy6exnf.cloudfront.net/live/omroepflevoland/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/d1CmTcI.png"/> |
|
||||
| 1 | Omrop Fryslân | [>](https://d3pvma9xb2775h.cloudfront.net/live/omropfryslan/stream04/index.m3u8) | <img height="20" src="https://i.imgur.com/0VKJLAK.png"/> | OmropFryslanTV.nl |
|
||||
| 2 | RTV Noord | [>](https://media.rtvnoord.nl/live/rtvnoord/tv/3e8fe3c1-0868-49b0-b2f3-7dd6eb30651f/index.m3u8) | <img height="20" src="https://i.imgur.com/pO5Mexa.png"/> | RTVNoord.nl |
|
||||
| 3 | RTV Drenthe | [>](https://cdn.rtvdrenthe.nl/live/rtvdrenthe/tv/1080p/prog_index.m3u8) | <img height="20" src="https://i.imgur.com/GaGqM4z.png"/> | RTVDrenthe.nl |
|
||||
| 4 | RTV Oost Ⓢ | [>](https://mediacdn.rtvoost.nl/live/rtvoost/tv-oost/index.m3u8) | <img height="20" src="https://i.imgur.com/8ropV29.png"/> | RTVOost.nl |
|
||||
| 5 | Omroep Gelderland Ⓢ| [>](http://web.omroepgelderland.nl/live/livetv.m3u8) | <img height="20" src="https://i.imgur.com/TPlyvUQ.png"/> | OmroepGelderlandTV.nl |
|
||||
| 6 | RTV Utrecht | [>](http://media.rtvutrecht.nl/live/rtvutrecht/rtvutrecht/index.m3u8) | <img height="20" src="https://i.imgur.com/c0I24N6.png"/> | RTVUtrecht.nl |
|
||||
| 7 | Omroep Flevoland Ⓢ | [>](https://d5ms27yy6exnf.cloudfront.net/live/omroepflevoland/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/d1CmTcI.png"/> | OmroepFlevolandTV.nl |
|
||||
| 8 | NH Nieuws | [>](https://rrr.sz.xlcdn.com/?account=nhnieuws&file=live&type=live&service=wowza&protocol=https&output=playlist.m3u8) | <img height="20" src="https://i.imgur.com/SQPVOwn.png"/> |
|
||||
| 9 | RTV Rijnmond | [>](http://d3r4bk4fg0k2xi.cloudfront.net/rijnmondTv/index.m3u8) | <img height="20" src="https://i.imgur.com/TNhUVEm.png"/> |
|
||||
| 10 | Omroep West | [>](http://d2dslh4sd7yvc1.cloudfront.net/live/omroepwest/ngrp:tv-feed_all/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aax1HPH.png"/> |
|
||||
| 11 | Omroep Zeeland | [>](http://d3isaxd2t6q8zm.cloudfront.net/live/omroepzeeland/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/8aLDyUI.png"/> |
|
||||
| 12 | Omroep Brabant | [>](http://d3slqp9xhts6qb.cloudfront.net/live/omroepbrabant/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/Jv7IjHJ.png"/> |
|
||||
| 13 | L1 Ⓢ | [>](http://d34pj260kw1xmk.cloudfront.net/live/l1/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/Jyhn1iP.png"/> |
|
||||
| 9 | RTV Rijnmond | [>](http://d3r4bk4fg0k2xi.cloudfront.net/rijnmondTv/index.m3u8) | <img height="20" src="https://i.imgur.com/TNhUVEm.png"/> | RTVRijnmond.nl |
|
||||
| 10 | Omroep West | [>](http://d2dslh4sd7yvc1.cloudfront.net/live/omroepwest/ngrp:tv-feed_all/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aax1HPH.png"/> | OmroepWestTV.nl |
|
||||
| 11 | Omroep Zeeland | [>](http://d3isaxd2t6q8zm.cloudfront.net/live/omroepzeeland/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/8aLDyUI.png"/> | OmroepZeelandTV.nl |
|
||||
| 12 | Omroep Brabant | [>](http://d3slqp9xhts6qb.cloudfront.net/live/omroepbrabant/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/Jv7IjHJ.png"/> | OmroepBrabantTV.nl |
|
||||
| 13 | L1 Ⓢ | [>](http://d34pj260kw1xmk.cloudfront.net/live/l1/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/Jyhn1iP.png"/> | L1TV.nl |
|
||||
@@ -6,9 +6,9 @@ https://es.wikipedia.org/wiki/Televisi%C3%B3n_digital_terrestre_en_Paraguay
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | Unicanal | [>](http://45.55.127.106/live/unicanal.m3u8) | <img height="20" src="https://i.imgur.com/brlepuX.png"/> |
|
||||
| 2 | Trece | [>](https://stream.rpc.com.py/live/trece_src.m3u8) | <img height="30" src="https://i.imgur.com/9kcYqk2.png"/>|
|
||||
| 3 | ABC TV | [>](https://d2e809bgs49c6y.cloudfront.net/live/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851/live.isml/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851.m3u8) | <img height="30" src="https://i.imgur.com/tBdgllD.png"/>|
|
||||
| 1 | Unicanal | [>](http://45.55.127.106/live/unicanal.m3u8) | <img height="20" src="https://i.imgur.com/brlepuX.png"/> | Unicanal.py |
|
||||
| 2 | Trece | [>](https://stream.rpc.com.py/live/trece_src.m3u8) | <img height="30" src="https://i.imgur.com/9kcYqk2.png"/>| Trece.py |
|
||||
| 3 | ABC TV | [>](https://d2e809bgs49c6y.cloudfront.net/live/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851/live.isml/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851.m3u8) | <img height="30" src="https://i.imgur.com/tBdgllD.png"/>| ABCTV.py |
|
||||
|
||||
<h2>Invalid</h2>
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | Porto Canal Ⓢ | [>](https://streamer-a01.videos.sapo.pt/live/portocanal/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wsyvP2H.png"/> |
|
||||
| 1 | Porto Canal Ⓢ | [>](https://streamer-a01.videos.sapo.pt/live/portocanal/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wsyvP2H.png"/> | PortoCanal.pt |
|
||||
| 2 | ADtv Ⓢ | [>](https://playout172.livextend.cloud/liveiframe/_definst_/ngrp:liveartvabr_abr/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FvlcU3z.png"/> |
|
||||
| 3 | CNN Portugal | [>](https://sktv-forwarders.7m.pl/CNNportugal.php) | <img height="20" src="https://i.imgur.com/NYH39xs.png"/> |
|
||||
| 3 | CNN Portugal | [>](https://sktv-forwarders.7m.pl/CNNportugal.php) | <img height="20" src="https://i.imgur.com/NYH39xs.png"/> | CNNPortugal.pt |
|
||||
+20
-19
@@ -6,25 +6,26 @@ https://ru.wikipedia.org/wiki/%D0%A6%D0%B8%D1%84%D1%80%D0%BE%D0%B2%D0%BE%D0%B5_%
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | Первый канал Ⓢ | [>](http://iptv.ktkru.ru:8001/index.m3u8) | <img height="20" src="https://i.imgur.com/1IqCGe9.png"/> |
|
||||
| 2 | Россия 1 Ⓢ | [>](http://iptv.ktkru.ru:8002/index.m3u8) | <img height="20" src="https://i.imgur.com/WI6hKez.png"/> |
|
||||
| 3 | Матч ТВ Ⓢ | [>](http://iptv.ktkru.ru:8003/index.m3u8) | <img height="20" src="https://i.imgur.com/kFdooR4.png"/> |
|
||||
| 4 | НТВ Ⓢ | [>](http://iptv.ktkru.ru:8004/index.m3u8) | <img height="20" src="https://i.imgur.com/DtQX5P2.png"/> |
|
||||
| 5 | Пятый канал Ⓢ | [>](http://iptv.ktkru.ru:8005/index.m3u8) | <img height="20" src="https://i.imgur.com/u8Q69D9.png"/> |
|
||||
| 6 | Россия-Культура Ⓢ | [>](http://iptv.ktkru.ru:8006/index.m3u8) | <img height="20" src="https://i.imgur.com/S12gaLc.png"/> |
|
||||
| 7 | Россия-24 Ⓢ | [>](http://iptv.ktkru.ru:8007/index.m3u8) | <img height="20" src="https://i.imgur.com/tpqsFzm.png"/> |
|
||||
| 8 | Карусель Ⓢ | [>](http://iptv.ktkru.ru:8008/index.m3u8) | <img height="20" src="https://i.imgur.com/4fFMlVq.png"/> |
|
||||
| 9 | ОТР Ⓢ | [>](http://iptv.ktkru.ru:8009/index.m3u8) | <img height="20" src="https://i.imgur.com/QyZvT3e.png"/> |
|
||||
| 10 | ТВ Центр Ⓢ | [>](http://iptv.ktkru.ru:8010/index.m3u8) | <img height="20" src="https://i.imgur.com/ZP0D6Rd.png"/> |
|
||||
| 11 | Рен ТВ Ⓢ | [>](http://iptv.ktkru.ru:8011/index.m3u8) | <img height="20" src="https://i.imgur.com/18TAzYV.png"/> |
|
||||
| 12 | СТС Ⓢ | [>](http://iptv.ktkru.ru:8013/index.m3u8) | <img height="20" src="https://i.imgur.com/y9bpqUD.png"/> |
|
||||
| 13 | Домашний Ⓢ | [>](http://iptv.ktkru.ru:8014/index.m3u8) | <img height="20" src="https://i.imgur.com/e8wlMIt.png"/> |
|
||||
| 14 | ТВ-3 Ⓢ | [>](http://iptv.ktkru.ru:8015/index.m3u8) | <img height="20" src="https://i.imgur.com/kjaxZms.png"/> |
|
||||
| 15 | Пятница! Ⓢ | [>](http://iptv.ktkru.ru:8016/index.m3u8) | <img height="20" src="https://i.imgur.com/rS11zVB.png"/> |
|
||||
| 16 | Звезда Ⓢ | [>](http://iptv.ktkru.ru:8017/index.m3u8) | <img height="20" src="https://i.imgur.com/c0L0ncA.png"/> |
|
||||
| 17 | Мир | [>](http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv_2500/playlist.m3u8) | <img height="20" src="https://i.imgur.com/L2slsbG.png"/> |
|
||||
| 18 | ТНТ Ⓢ | [>](http://iptv.ktkru.ru:8019/index.m3u8) | <img height="20" src="https://i.imgur.com/1WqIPOB.png"/> |
|
||||
| 19 | Муз-ТВ Ⓢ | [>](http://iptv.ktkru.ru:8020/index.m3u8) | <img height="20" src="https://i.imgur.com/Ml3qqOF.png"/> |
|
||||
| 1 | Первый канал Ⓢ | [>](http://iptv.ktkru.ru:8001/index.m3u8) | <img height="20" src="https://i.imgur.com/1IqCGe9.png"/> | ChannelOne.ru |
|
||||
| 2 | Россия 1 Ⓢ | [>](http://iptv.ktkru.ru:8002/index.m3u8) | <img height="20" src="https://i.imgur.com/WI6hKez.png"/> | Russia1.ru |
|
||||
| 3 | Матч ТВ Ⓢ | [>](http://iptv.ktkru.ru:8003/index.m3u8) | <img height="20" src="https://i.imgur.com/kFdooR4.png"/> | Match.ru |
|
||||
| 4 | НТВ Ⓢ | [>](http://iptv.ktkru.ru:8004/index.m3u8) | <img height="20" src="https://i.imgur.com/DtQX5P2.png"/> | NTV.ru |
|
||||
| 5 | Пятый канал Ⓢ | [>](http://iptv.ktkru.ru:8005/index.m3u8) | <img height="20" src="https://i.imgur.com/u8Q69D9.png"/> | 5Kanal.ru |
|
||||
| 6 | Россия-Культура Ⓢ | [>](http://iptv.ktkru.ru:8006/index.m3u8) | <img height="20" src="https://i.imgur.com/S12gaLc.png"/> | RussiaK.ru |
|
||||
| 7 | Россия-24 Ⓢ | [>](http://iptv.ktkru.ru:8007/index.m3u8) | <img height="20" src="https://i.imgur.com/tpqsFzm.png"/> | Russia24.ru |
|
||||
| 8 | Карусель Ⓢ | [>](http://iptv.ktkru.ru:8008/index.m3u8) | <img height="20" src="https://i.imgur.com/4fFMlVq.png"/> | Karusel.ru |
|
||||
| 9 | ОТР Ⓢ | [>](http://iptv.ktkru.ru:8009/index.m3u8) | <img height="20" src="https://i.imgur.com/QyZvT3e.png"/> | OTR.ru |
|
||||
| 10 | ТВ Центр Ⓢ | [>](http://iptv.ktkru.ru:8010/index.m3u8) | <img height="20" src="https://i.imgur.com/ZP0D6Rd.png"/> | TVCentr.ru |
|
||||
| 11 | Рен ТВ Ⓢ | [>](http://iptv.ktkru.ru:8011/index.m3u8) | <img height="20" src="https://i.imgur.com/18TAzYV.png"/> | RENTV.ru |
|
||||
| 12 | Спас Ⓢ | [>](http://iptv.ktkru.ru:8012/index.m3u8) | <img height="20" src="https://i.imgur.com/A6Cqsom.jpeg"/> | TelekanalSpas.ru |
|
||||
| 13 | СТС Ⓢ | [>](http://iptv.ktkru.ru:8013/index.m3u8) | <img height="20" src="https://i.imgur.com/y9bpqUD.png"/> | STS.ru |
|
||||
| 14 | Домашний Ⓢ | [>](http://iptv.ktkru.ru:8014/index.m3u8) | <img height="20" src="https://i.imgur.com/e8wlMIt.png"/> | Domashniy.ru |
|
||||
| 15 | ТВ-3 Ⓢ | [>](http://iptv.ktkru.ru:8015/index.m3u8) | <img height="20" src="https://i.imgur.com/kjaxZms.png"/> | TV3.ru |
|
||||
| 16 | Пятница! Ⓢ | [>](http://iptv.ktkru.ru:8016/index.m3u8) | <img height="20" src="https://i.imgur.com/rS11zVB.png"/> | Pyatnitsa.ru |
|
||||
| 17 | Звезда Ⓢ | [>](http://iptv.ktkru.ru:8017/index.m3u8) | <img height="20" src="https://i.imgur.com/c0L0ncA.png"/> | TelekanalZvezda.ru |
|
||||
| 18 | Мир | [>](http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv_2500/playlist.m3u8) | <img height="20" src="https://i.imgur.com/L2slsbG.png"/> | Mir.ru |
|
||||
| 19 | ТНТ Ⓢ | [>](http://iptv.ktkru.ru:8019/index.m3u8) | <img height="20" src="https://i.imgur.com/1WqIPOB.png"/> | TNT.ru |
|
||||
| 20 | Муз-ТВ Ⓢ | [>](http://iptv.ktkru.ru:8020/index.m3u8) | <img height="20" src="https://i.imgur.com/Ml3qqOF.png"/> | MuzTV.ru |
|
||||
|
||||
<h2>Invalid</h2>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
| 5 | :O | [>](https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=4) | <img height="20" src="https://i.imgur.com/Nf5gEDc.png"/> |
|
||||
| 6 | RTVS | [>](https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=6) | <img height="20" src="https://i.imgur.com/Nf5gEDc.png"/> |
|
||||
| 7 | NR SR | [>](https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=5) | <img height="20" src="https://i.imgur.com/sPDiS5q.png"/> |
|
||||
| 8 | JOJ | [>](https://st01-1.iptv.joj.sk/101-tv-pc.m3u8) | <img height="20" src="https://i.imgur.com/5BAWD0z.png"/> | JOJ.sk |
|
||||
| 8 | JOJ | [>](https://st01-1.iptv.joj.sk/101-tv-pc.m3u8) | <img height="20" src="https://i.imgur.com/5BAWD0z.png"/> | TVJOJ.sk |
|
||||
| 9 | JOJ Plus | [>](https://st01-1.iptv.joj.sk/102-tv-pc.m3u8) | <img height="20" src="https://i.imgur.com/fKPliTj.png"/> | JojPlus.sk |
|
||||
| 10 | WAU | [>](https://st01-1.iptv.joj.sk/103-tv-pc.m3u8) | <img height="20" src="https://i.imgur.com/3M46moH.png"/> | TVWAU.sk |
|
||||
| 11 | Senzi | [>](http://lb.streaming.sk/senzi/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/W82dwzf.png"/> | Senzi.sk |
|
||||
@@ -6,12 +6,12 @@ https://en.wikipedia.org/wiki/Television_in_Slovenia
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | RTV SLO 1 | [>](https://31-rtvslo-tv-slo1-int.cdn.eurovisioncdn.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YIZOtcm.png"/> |
|
||||
| 2 | RTV SLO 2 | [>](https://21-rtvslo-tv-slo2-int.cdn.eurovisioncdn.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mQe9U2h.png"/> |
|
||||
| 3 | RTV SLO 3 | [>](https://16-rtvslo-tv-slo3-int.cdn.eurovisioncdn.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WGUyj7r.png"/> |
|
||||
| 4 | TV Koper | [>](https://27-rtvslo-tv-kp-int.cdn.eurovisioncdn.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NQvOJNh.png"/> |
|
||||
| 5 | TV Maribor | [>](https://25-rtvslo-tv-mb-int.cdn.eurovisioncdn.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tWf3dgf.png"/> |
|
||||
| 6 | MMC TV | [>](https://29-rtvslo-tv-mmc-int.cdn.eurovisioncdn.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/yzETQJ4.png"/> |
|
||||
| 1 | RTV SLO 1 | [>](https://31-rtvslo-tv-slo1-int.cdn.eurovisioncdn.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YIZOtcm.png"/> | TVSlovenija1.si |
|
||||
| 2 | RTV SLO 2 | [>](https://21-rtvslo-tv-slo2-int.cdn.eurovisioncdn.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mQe9U2h.png"/> | TVSlovenija2.si |
|
||||
| 3 | RTV SLO 3 | [>](https://16-rtvslo-tv-slo3-int.cdn.eurovisioncdn.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WGUyj7r.png"/> | TVSlovenija3.si |
|
||||
| 4 | TV Koper | [>](https://27-rtvslo-tv-kp-int.cdn.eurovisioncdn.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NQvOJNh.png"/> | TVKoperCapodistria.si |
|
||||
| 5 | TV Maribor | [>](https://25-rtvslo-tv-mb-int.cdn.eurovisioncdn.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tWf3dgf.png"/> | TVMaribor.si |
|
||||
| 6 | MMC TV | [>](https://29-rtvslo-tv-mmc-int.cdn.eurovisioncdn.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/yzETQJ4.png"/> | MMC.si |
|
||||
|
||||
<h2>Invalid</h2>
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
<h1>Spain</h1>
|
||||
|
||||
<h2>DVB-T</h2>
|
||||
|
||||
https://en.wikipedia.org/wiki/Television_in_Spain#Digital_terrestrial_television
|
||||
<h3>National</h3>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | La 1 | [>](https://rtvelivestreamv3.akamaized.net/segments/la1/la1_main_720.m3u8) | <img height="20" src="https://i.imgur.com/NbesiPn.png"/> | La1.es |
|
||||
| 2 | La 2 | [>](https://rtvelivestreamv3.akamaized.net/segments/la2/la2_main_1080.m3u8) | <img height="20" src="https://i.imgur.com/DmuTwDw.png"/> | La2.es |
|
||||
| 3 | Antena 3 | [x]() | <img height="20" src="https://i.imgur.com/j3SP4BS.png"/> | Antena3.es |
|
||||
| 4 | Cuatro | [x]() | <img height="20" src="https://i.imgur.com/zROxNap.png"/> | Cuatro.es |
|
||||
| 5 | Telecinco | [x]() | <img height="20" src="https://i.imgur.com/JECsKdk.png"/> | Telecinco.es |
|
||||
| 6 | La Sexta | [x]() | <img height="20" src="https://i.imgur.com/b59MxgM.png"/> | LaSexta.es |
|
||||
| 7 | 24h | [>](https://rtvelivestreamv3.akamaized.net/segments/24h/24h_main_720.m3u8) | <img height="20" src="https://i.imgur.com/ZKR2jKr.png"/> | 24h.es |
|
||||
| 8 | tdp | [>](https://rtvelivestreamv3.akamaized.net/segments/tdp/tdp_main_1080.m3u8) | <img height="20" src="https://i.imgur.com/HliegRJ.png"/> | tdp.es |
|
||||
| 9 | clan | [>](https://rtvelivestreamv3.akamaized.net/segments/clan/clan_main_720.m3u8) | <img height="20" src="https://i.imgur.com/38xIfQ3.png"/> | clan.es |
|
||||
|
||||
<h3>Regional</h3>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | Telemadrid |[>](https://telemadridhls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid/telemadrid_1/bitrate_1.m3u8)|<img height="20" src="https://imgur.com/VSDsSTZ.png"/>| Telemadrid.es |
|
||||
| 2 | La Otra | [>](https://laotrahls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid/laotra_1/bitrate_1.m3u8) | <img height="20" src="https://imgur.com/W1UZyXH.png" /> |
|
||||
| 3 | Canal Sur Andalucía | [>](https://cdnlive.codev8.net/rtvalive/smil:channel1.smil/chunklist_b2200000.m3u8) |<img height="20" src="https://imgur.com/WcVOXPr.png"/>|
|
||||
| 4 | La 7 CYLTV |[>](https://cdnlive.shooowit.net/la7live/smil:channel1.smil/chunklist_b2200000.m3u8)|<img height="20" src="https://i.imgur.com/o2FlMXP.png"/>| La7.es |
|
||||
| 5 | La 8 León | [>](https://cdnlive.shooowit.net/la8leonlive/smil:streamswitchingchannel.smil/chunklist_b2200000.m3u8)|<img height="20" src="https://imgur.com/mhK7EWO.png"/>|
|
||||
| 6 | Televisión Canaria Ⓨ | [>](https://www.youtube.com/watch?v=6LlZXt8nk4s)|<img height="20" src="https://imgur.com/68LNS8e.png"/>|
|
||||
| 7 | IB3 Global Ⓨ | [>](https://www.youtube.com/watch?v=MtNkzID0ULs)|<img height="20" src="https://i.imgur.com/b59MxgM.png"/>|
|
||||
| 8 | Canal Extremadura |[>](https://cdnlive.shooowit.net/canalextremaduralive/smil:channel1.smil/chunklist_b1500000.m3u8)|<img height="20" src="https://imgur.com/xBeywIA.png"/>|
|
||||
| 9 | Aragón TV |[>](https://cartv.streaming.aranova.es/hls/live/aragontv_canal1.m3u8)|<img height="20" src="https://imgur.com/8H3Q07b.png"/>| AragonTV.es |
|
||||
| 10 |EITB1 |[>](https://multimedia.eitb.eus/live-content/etb1hd-hls/bitrate_4.m3u8)|<img height="20" src="https://imgur.com/VBVu2bu.png"/>|
|
||||
| 11 |EITB2|[>](https://multimedia.eitb.eus/live-content/etb2hd-hls/bitrate_4.m3u8)|<img height="20" src="https://imgur.com/VBVu2bu.png"/>|
|
||||
| 12 |TV3 Cat|[>](https://directes-tv-es.ccma.cat/live-origin/tvc-hls/bitrate_3.m3u8)|<img height="20" src="https://imgur.com/rNQYHmx.png"/>|
|
||||
| 13 |3/24| [>](https://directes-tv-int.ccma.cat/live-content/canal324-hls/master.m3u8)|<img height="20" src="https://i.imgur.com/b59MxgM.png"/>|
|
||||
| 14 |Bon Dia | [>](https://directes-tv-int.ccma.cat/live-content/bondia-hls/bitrate_3.m3u8)|<img height="20" src="https://imgur.com/XaiP3nJ.png"/>|
|
||||
| 15 |Super3 | [>](https://directes-tv-es.ccma.cat/live-origin/c33-super3-hls/bitrate_3.m3u8)|<img height="20" src="https://i.imgur.com/X9CLS4m.jpg"/>|
|
||||
| 16 |À Punt TV | [>](https://bcovlive-a.akamaihd.net/469e448f034b4d46afa4bcac53297d60/eu-central-1/6057955885001/profile_0/chunklist_dvr.m3u8)|<img height="20" src="https://i.imgur.com/M88LoNl.png"/>|
|
||||
| 17 |7 Región de Murcia | [>](https://rtv-murcia-live.globalmest.com/stream/abr/first_1080.m3u8)|<img height="20" src="https://imgur.com/TCL7M8r.png" /> |
|
||||
+2
-2
@@ -24,14 +24,14 @@
|
||||
| 51 | Jewlery Maker | [>](https://lo2-1.gemporia.com/abrjewellerymaker/smil:livestream.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/azSptPw.png"/> |
|
||||
| 63 | BBC News Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/xBLLYyx.png"/> |
|
||||
| 65 | CBeebies Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/CE8mgnW.png"/> |
|
||||
| 72 | Sky News | [>](https://skynews2-plutolive-vo.akamaized.net/cdhlsskynewsamericas/1013/latest.m3u8) | <img height="20" src="https://i.imgur.com/wNbxgqe.png"/> |
|
||||
| 72 | Sky News | [>](https://www.youtube.com/watch?v=9Auq9mYxFEE) | <img height="20" src="https://i.imgur.com/wNbxgqe.png"/> |
|
||||
| 91 | PBS America | [>](https://pbs-samsunguk.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/J4zE5z9.jpg"/> |
|
||||
|
||||
<h2>DVB-S</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | BBC World News Ⓢ | [>](http://103.199.161.254/Content/bbcworld/Live/Channel(BBCworld)/index.m3u8) | <img height="20" src="https://i.imgur.com/joD38lo.png"/> |
|
||||
| 1 | BBC World News Ⓢ | [>](http://ott-cdn.ucom.am/s24/index.m3u8) | <img height="20" src="https://i.imgur.com/joD38lo.png"/> |
|
||||
|
||||
<h2>Radio</h2>
|
||||
|
||||
@@ -2,50 +2,48 @@
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | 1 Krivoy Rog | [>](http://cdn1.live-tv.od.ua:8081/1tvkr/1tvkr-abr/1tvkr/1tvkr/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Mzh7Xz5.jpg"/> |
|
||||
| 2 | 1 Odessa Ⓢ | [>](http://cdn1.live-tv.od.ua:8081/1tvod/1tvod-abr/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9z2LnBg.png"/> |
|
||||
| 3 | 34 Kanal Ⓢ | [>](https://streamvideol.luxnet.ua/34ua/34ua.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0buhFKQ.png"/> |
|
||||
| 4 | 7 Kanal | [>](http://cdn10.live-tv.od.ua:8081/7tvod/7tvod-abr/7tvod/7tvod/playlist.m3u8) | <img height="20" src="https://i.imgur.com/nJvGdoj.jpg"/> |
|
||||
| 3 | 34 Kanal Ⓢ | [>](https://streamvideol.luxnet.ua/34ua/34ua.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0buhFKQ.png"/> | 34Telekanal.ua |
|
||||
| 4 | 7 Kanal | [>](http://cdn10.live-tv.od.ua:8081/7tvod/7tvod-abr/7tvod/7tvod/playlist.m3u8) | <img height="20" src="https://i.imgur.com/nJvGdoj.jpg"/> | 7kanal.ua |
|
||||
| 5 | A1 Odessa | [>](http://cdn1.live-tv.od.ua:8081/a1od/a1od-abr/a1od/a1od-720p/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0DUi5fO.jpg"/> |
|
||||
| 6 | Arhat TB | [>](http://arhat.tv/public/720p/index.m3u8) | <img height="20" src="https://i.imgur.com/Qdgntk1.jpg"/> |
|
||||
| 7 | ATR Ⓢ | [>](http://stream.atr.ua/atr/live/index.m3u8) | <img height="20" src="https://i.imgur.com/tKmYWYH.png"/> |
|
||||
| 8 | BamBarBia TV | [>](http://cdn1.live-tv.od.ua:8081/bbb/bbbtv-abr/bbb/bbbtv-720p/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LIk85IA.png"/> |
|
||||
| 6 | Arhat TB | [>](http://arhat.tv/public/720p/index.m3u8) | <img height="20" src="https://i.imgur.com/Qdgntk1.jpg"/> | ArhatTV.ua |
|
||||
| 7 | ATR Ⓢ | [>](http://stream.atr.ua/atr/live/index.m3u8) | <img height="20" src="https://i.imgur.com/tKmYWYH.png"/> | ATR.ua |
|
||||
| 8 | BamBarBia TV | [>](http://cdn1.live-tv.od.ua:8081/bbb/bbbtv-abr/bbb/bbbtv-720p/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LIk85IA.png"/> | BamBarBiaTV.ua |
|
||||
| 9 | BTB Ⓢ | [>](http://video.vtvplus.com.ua:81/hls/online/index.m3u8) | <img height="20" src="https://i.imgur.com/JG493Vn.png"/> |
|
||||
| 10 | Che Pe Info Ⓢ | [>](http://109.68.40.67/life/magnolia_3/index.m3u8) | <img height="20" src="https://i.imgur.com/7Ycv3bL.png"/> |
|
||||
| 11 | Current Time Ⓢ | [>](https://rfe-lh.akamaihd.net/i/rfe_tvmc5@383630/master.m3u8) | <img height="20" src="https://i.imgur.com/FbKbeGo.png"/> |
|
||||
| 10 | Che Pe Info Ⓢ | [>](http://109.68.40.67/life/magnolia_3/index.m3u8) | <img height="20" src="https://i.imgur.com/7Ycv3bL.png"/> | ChePeInfo.ua |
|
||||
| 12 | Chernivtsi Promin | [>](http://langate.tv/promin/live_720/index.m3u8) | <img height="20" src="https://i.imgur.com/IbwmfzF.png"/> |
|
||||
| 13 | CNL Europa Ⓢ | [>](http://live-mobile.cdn01.net/hls-live/202E1F/default/mobile/stream_10429_3.m3u8) | <img height="20" src="https://i.imgur.com/lozzdS7.png"/> |
|
||||
| 14 | Duma TV | [>](http://cdn1.live-tv.od.ua:8081/dumska/dumska-abr/dumska/dumska720p/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KlPqxlo.png"/> |
|
||||
| 15 | GIT | [>](https://stream.uagit.tv/gittv.m3u8) | <img height="20" src="https://i.imgur.com/v5J8tiS.png"/> |
|
||||
| 16 | GTV | [>](http://cdn1.live-tv.od.ua:8081/a1od/gtvod-abr/a1od/gtvod-720p/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Rc6UGkb.jpg"/> |
|
||||
| 15 | GIT | [>](https://stream.uagit.tv/gittv.m3u8) | <img height="20" src="https://i.imgur.com/v5J8tiS.png"/> | GIT.ua |
|
||||
| 16 | GTV | [>](http://cdn1.live-tv.od.ua:8081/a1od/gtvod-abr/a1od/gtvod-720p/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Rc6UGkb.jpg"/> | GTV.ua |
|
||||
| 17 | HTK | [>](http://stream.ntktv.ua/s/ntk/ntk.m3u8) | <img height="20" src="https://i.imgur.com/on0TfJ6.png"/> |
|
||||
| 18 | HTH Ⓢ | [>](https://edge3.iptv.macc.com.ua/img/ntn_3/index.m3u8) | <img height="20" src="https://i.imgur.com/VEuahVK.png"/> |
|
||||
| 19 | ID Fashion | [>](https://idfashion.cdn-02.cosmonova.net.ua/hls/idfashion_ua_hi/index.m3u8?_=1602581479) | <img height="20" src="https://i.imgur.com/Y50tmIN.png"/> |
|
||||
| 20 | IHTEP Ⓢ | [>](https://edge1.iptv.macc.com.ua/img/inter_3/index.m3u8) | <img height="20" src="https://i.imgur.com/R06gbuT.png"/> |
|
||||
| 21 | Izmail TV Ⓢ | [>](https://cdn10.live-tv.od.ua:8083/izod/izod-abr-lq/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mpMjj7o.png"/> |
|
||||
| 22 | K1 Ⓢ | [>](http://109.68.40.67/life/k1_3/index.m3u8) | <img height="20" src="https://i.imgur.com/qhRurXG.png"/> |
|
||||
| 19 | ID Fashion | [>](https://idfashion.cdn-02.cosmonova.net.ua/hls/idfashion_ua_hi/index.m3u8?_=1602581479) | <img height="20" src="https://i.imgur.com/Y50tmIN.png"/> | IDFashion.ua |
|
||||
| 20 | IHTEP Ⓢ | [>](https://edge1.iptv.macc.com.ua/img/inter_3/index.m3u8) | <img height="20" src="https://i.imgur.com/R06gbuT.png"/> | Inter.ua |
|
||||
| 21 | Izmail TV Ⓢ | [>](https://cdn10.live-tv.od.ua:8083/izod/izod-abr-lq/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mpMjj7o.png"/> | IzmailTV.ua |
|
||||
| 22 | K1 Ⓢ | [>](http://109.68.40.67/life/k1_3/index.m3u8) | <img height="20" src="https://i.imgur.com/qhRurXG.png"/> | K1.ua |
|
||||
| 23 | Kratu Ⓢ | [>](https://cdn10.live-tv.od.ua:8083/kratu/kratu-abr-lq/kratu/kratu-sub/chunks.m3u8) | <img height="20" src="https://i.imgur.com/NXqO1Qa.png"/> |
|
||||
| 24 | Lale Ⓢ | [>](http://stream.atr.ua/lale//live/index.m3u8) | <img height="20" src="https://i.imgur.com/Nv6P5Ds.png"/> |
|
||||
| 25 | M2 Ⓢ | [>](http://live.m2.tv/hls3/stream.m3u8) | <img height="20" src="https://i.imgur.com/IwUc4pC.png"/> |
|
||||
| 24 | Lale Ⓢ | [>](http://stream.atr.ua/lale//live/index.m3u8) | <img height="20" src="https://i.imgur.com/Nv6P5Ds.png"/> | Lale.ua |
|
||||
| 25 | M2 Ⓢ | [>](http://live.m2.tv/hls3/stream.m3u8) | <img height="20" src="https://i.imgur.com/IwUc4pC.png"/> | M2.ua |
|
||||
| 26 | NTA | [>](http://95.67.106.10/hls/nta_ua_hi/index.m3u8) | <img height="20" src="https://i.imgur.com/AGzWPZv.png"/> |
|
||||
| 27 | Olvia Sat Odessa | [>](http://cdn1.live-tv.od.ua:8081/ktkod/ktkod-abr/ktkod/ktkod/playlist.m3u8) | <img height="20" src="https://i.imgur.com/khlZ532.png"/> |
|
||||
| 28 | Pershiy Zakhidniy Ⓢ | [>](http://hls.cdn.ua/1zahid.com_live/_definst_/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/yifGKcA.png"/> |
|
||||
| 29 | Perviy Delovoy | [>](http://pershij-dlovij-hls3.cosmonova.net.ua/hls/pershij-dlovij_ua_hi/index.m3u8) | <img height="20" src="https://i.imgur.com/rIaWxpn.png"/> |
|
||||
| 30 | Perviy Gorodskoy Krivoy | [>](http://cdn1.live-tv.od.ua:8081/1tvkr/1tvkr-abr/1tvkr/1tvkr/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Em3J7XO.jpg"/> |
|
||||
| 31 | Perviy Gorodskoy Odessa | [>](http://91.194.79.46:8081/stream1/channel1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Em3J7XO.jpg"/> |
|
||||
| 32 | Pravda TYT | [>](http://pravdatytkievshina-hls2.cosmonova.net.ua/hls/pravdatytkievshina_ua_hi/index.m3u8) | <img height="20" src="https://i.imgur.com/p5MSKuW.jpg"/> |
|
||||
| 33 | Pryamyi | [>](http://prm-hls1.cosmonova.net.ua/hls/prm_ua_hi/index.m3u8) | <img height="20" src="https://i.imgur.com/5rtPDpn.png"/> |
|
||||
| 32 | Pravda TYT | [>](http://pravdatytkievshina-hls2.cosmonova.net.ua/hls/pravdatytkievshina_ua_hi/index.m3u8) | <img height="20" src="https://i.imgur.com/p5MSKuW.jpg"/> | PravdaTUT.ua |
|
||||
| 33 | Pryamyi | [>](http://prm-hls1.cosmonova.net.ua/hls/prm_ua_hi/index.m3u8) | <img height="20" src="https://i.imgur.com/5rtPDpn.png"/> | Pryamyy.ua |
|
||||
| 34 | Radio Suite | [>](http://stream1.luxnet.ua/luxstudio/smil:luxstudio.stream.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/pvf1LXW.png"/> |
|
||||
| 35 | Rudana | [>](https://live.rudana.com.ua/hls/stream_FHD.m3u8) | <img height="20" src="https://i.imgur.com/mu81qSc.png"/> |
|
||||
| 36 | Simon Ⓢ | [>](http://hls.simon.ua/live-HD/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/RaVchcn.jpg"/> |
|
||||
| 37 | SK 1 Ⓢ | [>](https://cdn10.live-tv.od.ua:8083/sk1zt/sk1zt-abr-lq/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wr0CN1l.png"/> |
|
||||
| 36 | Simon Ⓢ | [>](http://hls.simon.ua/live-HD/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/RaVchcn.jpg"/> | Simon.ua |
|
||||
| 37 | SK 1 Ⓢ | [>](https://cdn10.live-tv.od.ua:8083/sk1zt/sk1zt-abr-lq/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wr0CN1l.png"/> | SK1.ua |
|
||||
| 38 | Svarogichi | [>](http://tv.tv-project.com:1935/live/live1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/80bSn6j.png"/> |
|
||||
| 39 | TBN | [>](http://62.32.67.187:1935/WEB_Ukraine24/Ukraine24.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DHwhdRF.png"/> |
|
||||
| 40 | TIS TV Ⓢ | [>](http://cdn10.live-tv.od.ua:8081/riood/tisod-abr/riood/tisod504/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aC01GvC.png"/> |
|
||||
| 41 | Treti Cifrovoj Ⓢ | [>](http://cdn1.live-tv.od.ua:8081/3tvod/3tvod-abr/3tvod/3tvod/playlist.m3u8) | <img height="20" src="https://i.imgur.com/nwRBxTR.png"/> |
|
||||
| 42 | Trofey Ⓢ | [>](https://5db1ab4f970be.streamlock.net/live/smil:trofey.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3LSDHHJ.png"/> |
|
||||
| 39 | TBN | [>](http://62.32.67.187:1935/WEB_Ukraine24/Ukraine24.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DHwhdRF.png"/> | TBNUkraine.us |
|
||||
| 40 | TIS TV Ⓢ | [>](http://cdn10.live-tv.od.ua:8081/riood/tisod-abr/riood/tisod504/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aC01GvC.png"/> | TISTV.ua |
|
||||
| 41 | Treti Cifrovoj Ⓢ | [>](http://cdn1.live-tv.od.ua:8081/3tvod/3tvod-abr/3tvod/3tvod/playlist.m3u8) | <img height="20" src="https://i.imgur.com/nwRBxTR.png"/> | TretiyCifrovoy.ua |
|
||||
| 42 | Trofey Ⓢ | [>](https://5db1ab4f970be.streamlock.net/live/smil:trofey.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3LSDHHJ.png"/> | Trofey.ua |
|
||||
| 43 | TV 5 Zaporozhye Ⓢ | [>](http://rtsp.cdn.ua/tv5.zp.ua_live/_definst_/mp4:tv5/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ixKcTad.png"/> |
|
||||
| 44 | TVA Czernowitz Ⓢ | [>](http://hls.cdn.ua/tva.ua_live/_definst_/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bUz2IP9.png"/> |
|
||||
| 45 | Yuzhnaya Volna | [>](http://cdn1.live-tv.od.ua:8081/wave/wave-abr/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8gSP6aH.png"/> |
|
||||
| 45 | Yuzhnaya Volna | [>](http://cdn1.live-tv.od.ua:8081/wave/wave-abr/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8gSP6aH.png"/> | YuzhnayaVolnaTV.ua |
|
||||
| 46 | Zdorovood TV Odessa Ⓢ | [>](http://cdn1.live-tv.od.ua:8081/zdorovood/zdorovo-abr-lq/zdorovood/zdorovo/playlist.m3u8) | <img height="20" src="https://i.imgur.com/VqDD7OE.png"/> |
|
||||
| 47 | Z Zaporozhye | [>](https://stream.ztv.zp.ua/hls/live.m3u8) | <img height="20" src="https://i.imgur.com/f0nOjL8.png"/> |
|
||||
+16
-16
@@ -4,38 +4,38 @@
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | Buzzr | [>](https://buzzrota-web.amagi.tv/playlist480.m3u8) | <img height="20" src="https://i.imgur.com/VihFt5p.png"/> |
|
||||
| 1 | Buzzr | [>](https://buzzrota-web.amagi.tv/playlist480.m3u8) | <img height="20" src="https://i.imgur.com/VihFt5p.png"/> | Buzzr.us |
|
||||
| 2 | Retro TV | [>](https://bcovlive-a.akamaihd.net/5e531be3ed6c41229b2af2d9bffba88d/us-east-1/6183977686001/profile_1/chunklist.m3u8) | <img height="20" src="https://imgur.com/PNTYOgg.png" /> |
|
||||
| 3 | Stadium | [>](https://bcovlive-a.akamaihd.net/e64d564b9275484f85981d8c146fb915/us-east-1/5994000126001/profile_1/976f34cf5a614518b7b539cbf9812080/chunklist_ssaiV.m3u8) | <img height="30" src="https://imgur.com/6ae9E8d.png"/> |
|
||||
| 4 | Biz TV | [>](https://thegateway.app/BizTV/BizTV-Tones/chunks.m3u8?nimblesessionid=94690008) | <img height="20" src="https://i.imgur.com/cbGvXyF.jpg"/> |
|
||||
| 3 | Stadium | [>](https://bcovlive-a.akamaihd.net/e64d564b9275484f85981d8c146fb915/us-east-1/5994000126001/profile_1/976f34cf5a614518b7b539cbf9812080/chunklist_ssaiV.m3u8) | <img height="30" src="https://imgur.com/6ae9E8d.png"/> | Stadium.us |
|
||||
| 4 | Biz TV | [>](https://thegateway.app/BizTV/BizTV-Tones/chunks.m3u8?nimblesessionid=94690008) | <img height="20" src="https://i.imgur.com/cbGvXyF.jpg"/> | BizTV.us |
|
||||
| 5 | Heartland | [>](https://bcovlive-a.akamaihd.net/1ad942d15d9643bea6d199b729e79e48/us-east-1/6183977686001/profile_1/chunklist.m3u8) | <img height="30" src="https://imgur.com/a67bbag.png" /> |
|
||||
| 6 | Rev'n | [>](https://bcovlive-a.akamaihd.net/a71236fdda1747999843bd3d55bdd6fa/us-east-1/6183977686001/profile_1/chunklist.m3u8) | <img height="30" src="https://imgur.com/VUhqVgG.png" /> |
|
||||
| 6 | Rev'n | [>](https://bcovlive-a.akamaihd.net/a71236fdda1747999843bd3d55bdd6fa/us-east-1/6183977686001/profile_1/chunklist.m3u8) | <img height="30" src="https://imgur.com/VUhqVgG.png" /> | RevnTV.us |
|
||||
|
||||
<h2>DVB-S</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | CNN | [>](https://cnn-cnninternational-1-de.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vyrc1I1.png"/> |
|
||||
| 2 | CNBC | [x]() | <img height="20" src="https://i.imgur.com/BTasyOy.png"/> |
|
||||
| 3 | Bloomberg | [>](https://cdn-videos.akamaized.net/btv/desktop/akamai/us/live/primary.m3u8) | <img height="20" src="https://i.imgur.com/VnCcH73.png"/> |
|
||||
| 4 | ABC News Live | [>](https://content.uplynk.com/channel/3324f2467c414329b3b0cc5cd987b6be.m3u8) | <img height="20" src="https://i.imgur.com/7sJLzKi.png"/> |
|
||||
| 5 | CBSN | [>](https://cbsn-us-cedexis.cbsnstream.cbsnews.com/out/v1/55a8648e8f134e82a470f83d562deeca/master.m3u8) | <img height="20" src="https://i.imgur.com/nki2HDQ.png"/> |
|
||||
| 6 | NBC News Now | [>](http://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/playlist.m3u8) | <img height="20" src="https://i.imgur.com/v48mMRT.png"/> |
|
||||
| 1 | CNN | [>](https://cnn-cnninternational-1-de.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vyrc1I1.png"/> | CNN.us |
|
||||
| 2 | CNBC | [>](https://www.youtube.com/watch?v=Fof55uxFeSs) | <img height="20" src="https://i.imgur.com/BTasyOy.png"/> | CNBC.us |
|
||||
| 3 | Bloomberg | [>](https://www.youtube.com/watch?v=dp8PhLsUcFE) | <img height="20" src="https://i.imgur.com/VnCcH73.png"/> | BloombergTelevision.us |
|
||||
| 4 | ABC News | [>](https://content.uplynk.com/channel/3324f2467c414329b3b0cc5cd987b6be.m3u8) | <img height="20" src="https://i.imgur.com/7sJLzKi.png"/> | ABCNews.us |
|
||||
| 5 | CBS News | [>](https://www.youtube.com/watch?v=DD_rK9_mcrk) | <img height="20" src="https://i.imgur.com/nki2HDQ.png"/> | CBSNews.us |
|
||||
| 6 | NBC News | [>](http://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/playlist.m3u8) | <img height="20" src="https://i.imgur.com/v48mMRT.png"/> | NBCNewsNow.us |
|
||||
| 7 | Reuters TV | [>](https://reuters-reuters-1-eu.rakuten.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/AbvCnoH.png"/> |
|
||||
| 8 | NASA TV Public | [>](https://ntv1.akamaized.net/hls/live/2014075/NASA-NTV1-HLS/master_2000.m3u8) | <img height="20" src="https://i.imgur.com/rmyfoOI.png"/> |
|
||||
| 9 | NASA TV Media | [>](https://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8) | <img height="20" src="https://i.imgur.com/rmyfoOI.png"/> |
|
||||
| 8 | NASA TV Public | [>](https://ntv1.akamaized.net/hls/live/2014075/NASA-NTV1-HLS/master_2000.m3u8) | <img height="20" src="https://i.imgur.com/rmyfoOI.png"/> | NASATVPublic.us |
|
||||
| 9 | NASA TV Media | [>](https://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8) | <img height="20" src="https://i.imgur.com/rmyfoOI.png"/> | NASATVMedia.us |
|
||||
|
||||
<h2>Pluto</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | BBC Food | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5844bf5514d0007945bda/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/N3xiz4m.png"/> |
|
||||
| 2 | BBC Home | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5836fe745b600070fc743/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Ii8DX1x.png"/> |
|
||||
| 1 | BBC Food | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5844bf5514d0007945bda/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/N3xiz4m.png"/> | BBCFood.us |
|
||||
| 2 | BBC Home | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5836fe745b600070fc743/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Ii8DX1x.png"/> | BBCHome.us |
|
||||
|
||||
<h2>Other</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
|1 | Docurama | [>](https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1234A-docuramaA/CDN/master.m3u8) | <img height="20" src="https://i.imgur.com/bNg8mze.png"/> |
|
||||
|2 | Drybar Comedy | [>](https://drybar-drybarcomedy-1-ca.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/EldlmTp.png"/> |
|
||||
|1 | Docurama | [>](https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1234A-docuramaA/CDN/master.m3u8) | <img height="20" src="https://i.imgur.com/bNg8mze.png"/> | Docurama.us |
|
||||
|2 | Drybar Comedy | [>](https://drybar-drybarcomedy-1-ca.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/EldlmTp.png"/> | DryBarComedy.us |
|
||||
|
||||
@@ -0,0 +1,157 @@
|
||||
<h1>VOD Italy</h1>
|
||||
|
||||
<h2>Misc</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 | Sportitalia LIVE24 | [>](https://di-kzbhv8pw.vo.lswcdn.net/sportitalia/smil:silive24.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> | Sportitalia24.it |
|
||||
| 3 | Grande Fratello Vip Regia 1 Ⓢ Ⓖ | [>](https://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b7)/manifest.mpd) | <img height="20" src="https://i.imgur.com/PBTdU4G.png"/> |
|
||||
| 4 | Grande Fratello Vip Regia 2 Ⓢ Ⓖ | [>](https://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b8)/manifest.mpd) | <img height="20" src="https://i.imgur.com/FKfwbHD.png"/> |
|
||||
| 5 | Grande Fratello Vip Regia un'ora fa Ⓢ Ⓖ | [>](https://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b9)/manifest.mpd) | <img height="20" src="https://i.imgur.com/fFZeBnc.png"/> |
|
||||
|
||||
<h2>Samsung TV Plus</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 4002 | Commedia – Rakuten TV | [>](https://rakuten-comedymovies-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/EKKXdIU.jpg"/> |
|
||||
| 4003 | Euronews in diretta | [>](https://rakuten-euronews-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DUUxsO7.jpeg"/> | EuronewsItalian.fr |
|
||||
| 4072 | FUEL TV | [>](https://fueltv-fueltv-6-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4Lzo6M4.png"/> |
|
||||
| 4253 | FailArmy | [>](https://failarmy-international-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/JmQ6QjL.png"/> |
|
||||
| 4255 | Stories – Rakuten TV | [>](https://rakuten-spotlight-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/A3A97V1.jpeg"/> |
|
||||
| 4258 | Canale Europa | [>](https://canaleeuropa-canaleeuropa-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Zw2ZIfz.jpg"/> |
|
||||
| 4309 | duckTV | [>](https://mmm-ducktv-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BKoAJZV.jpeg"/> |
|
||||
| 4352 | Fashion TV | [>](https://fashiontv-fashiontv-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KT3zgc1.png"/> |
|
||||
| 4508 | Sofy.tv | [>](https://sofytv-samsungit.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fsJFJeZ.png"/> |
|
||||
| 4547 | Documentari – Rakuten TV | [>](https://rakuten-documentaries-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rAHBiO8.jpg"/> |
|
||||
| 4548 | Family – Rakuten TV | [>](https://rakuten-family-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BCC123A.jpg"/> |
|
||||
| 4549 | Drammatico – Rakuten TV | [>](https://rakuten-tvshows-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Nx3JzZK.jpg"/> |
|
||||
| 4550 | Film d'azione – Rakuten TV | [>](https://rakuten-actionmovies-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KDmDQM6.jpg"/> |
|
||||
| 5000 | Film Top – Rakuten TV | [>](https://rakuten-topfree-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OfD9hM9.jpeg"/> |
|
||||
| 5005 | Classico – Rakuten TV | [>](https://rakuten-classico-1-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ytN6jfl.jpeg"/> |
|
||||
| 5008 | Thriller – Rakuten TV | [>](https://rakuten-thriller-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jJTnBNk.jpeg"/> |
|
||||
| 5009 | Romance – Rakuten TV | [>](https://rakuten-romance-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TiXrzJZ.jpeg"/> |
|
||||
|
||||
<h2>Pluto TV</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 50 | South Park – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62bc1f502b70e3000706298e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/06wIdRV.png"/> |
|
||||
| 51 | Super! Gaming – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626192c51c279b00072c4553/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/UB7xHRQ.png"/> |
|
||||
| 100 | Film – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa17fb9f4490007e6419a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/QeFc7F3.png"/> |
|
||||
| 105 | Horror – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61c09e3ac210ed0007606620/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/zhoHRSE.png"/> |
|
||||
| 110 | Film Azione – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa20a2e7f270007c4878d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/ZmAuf3H.png"/> |
|
||||
| 115 | Film Romantici – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa4a4cc92820007b663af/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/sHg0bZc.png"/> |
|
||||
| 120 | Film Thriller – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa5e995132a00075f7005/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/hIWMGRW.png"/> |
|
||||
| 125 | Film Classici – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa3c446d73500075f0e24/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/jNyZPLV.png"/> |
|
||||
| 130 | Cinema Italiano – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa7d8359b270007861489/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/drDX5DC.png"/> |
|
||||
| 135 | Film Commedia – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa512d67fd900072323db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/cSKaVHW.png"/> |
|
||||
| 140 | Film Drama – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa42b5c2b8f0007197529/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/X8jimKP.png"/> |
|
||||
| 145 | Shorts – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61c49ccfcc9cc600070eae5c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/2tQnopK.png"/> |
|
||||
| 200 | Settimo Cielo – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6245d3792792150007e20634/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/TC5lo6r.png"/> |
|
||||
| 205 | MacGyver – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6245d4511358320007029cdf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/bz9IwWU.png"/> |
|
||||
| 210 | I Jefferson – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62442f28afe626000747f195/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/PEjrLRc.png"/> |
|
||||
| 215 | Sposati...con figli – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62443055c9735d00076feff7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/ZSqwxmH.png"/> |
|
||||
| 220 | Serie – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9ff2722bfa400072676ef/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/CHBhRZr.png"/> |
|
||||
| 225 | Serie Teen – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940639add5910008c0cdd1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/pBmsfU7.png"/> |
|
||||
| 230 | Family – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6123742451cce0000789fc7a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Wux4qyT.png"/> |
|
||||
| 235 | Consulenze illegali – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9dc99521a1400079bdfba/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/AoOiYJX.png"/> |
|
||||
| 240 | Le sorelle mcleod – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a2837f8154ab0007c4dcdf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/P310ryf.png"/> |
|
||||
| 300 | Star Trek – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619b87091a9c310008f733b5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/P68oN6Z.png"/> |
|
||||
| 305 | Sci-Fi – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61728bb9ee3773000840c1fa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/5B94N8g.png"/> |
|
||||
| 310 | Mutant X – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802c209a26320007c92ad5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/SptYKFI.png"/> |
|
||||
| 315 | Andromeda – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802d37ee238e0007c94e64/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/2HFhwX9.png"/> |
|
||||
| 400 | Scherzi e risate – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609404b0a8ec810007d8de9d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/kPxGzPI.png"/> |
|
||||
| 405 | Ridiculousness – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd721e5b49e00079bfedc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Yyj3Dm6.png"/> |
|
||||
| 410 | Fail army – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608014d19a26320007c92ab6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/SqRDd2U.png"/> |
|
||||
| 415 | The pet collective – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60801317a0ccef00072aaf75/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/034PrSz.png"/> |
|
||||
| 420 | Just for laughs – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f48c95132a00075fd859/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/VvEz0XX.png"/> |
|
||||
| 425 | People are awesome – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608017cbe375e400070cc981/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/jn0OeWv.png"/> |
|
||||
| 450 | Crime – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa777b907770007e5d05d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/WRMGIdb.png"/> |
|
||||
| 500 | Il banco dei pugni – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60e4507a06171800072339a3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/2Lj1sdf.png"/> |
|
||||
| 505 | Geordie Shore – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619263ee9541940007d20d60/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/y0fkHVi.png"/> |
|
||||
| 510 | Ex on the beach – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940ebad67fd900072382db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/IONkdyk.png"/> |
|
||||
| 515 | Anima Latina – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6261868633a2890007e87885/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Q60nHCt.png"/> |
|
||||
| 520 | Il Testimone – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd3f0733df400076c9a2d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/9NXL9kY.png"/> |
|
||||
| 525 | Catfish – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f9ed2c75660007322bb7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/KajHKoP.png"/> |
|
||||
| 530 | Just Tattoo of Us – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62618478b389bb0007b24c12/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/UGx55Zq.png"/> |
|
||||
| 535 | Are You The One? – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6094071be159e00007e860fa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/YqMl3Iu.png"/> |
|
||||
| 540 | 16 anni e incinta – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940a07d88ba90007b9cb71/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/4BHrbP7.png"/> |
|
||||
| 545 | Reality – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61925f874b1ec000075e700a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/tPEOeTk.png"/> |
|
||||
| 550 | Got Game – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61e9119366401100074dd3fd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/w9EJUQ3.png"/> |
|
||||
| 600 | Due Fantagenitori – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62b57a6752a0060008bc65cd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/HOvLgGK.png"/> |
|
||||
| 605 | Anime – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612375086abc84000738fc03/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/lkBlZgl.png"/> |
|
||||
| 610 | Avatar – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/624da1cd2af90c0007c13205/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/KDSStnJ.png"/> |
|
||||
| 615 | Super! Spongebob – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f9281db477000759fce0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/vFiwODM.png"/> |
|
||||
| 700 | Super! Film – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626182c72e4c720007432786/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/tYAI0xu.png"/> |
|
||||
| 705 | Kids – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62444e195d2ab7000861694b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/ybd7A0r.png"/> |
|
||||
| 710 | Super! Summer – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbf29bf123940007858709/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/jGL3SSp.png"/> |
|
||||
| 715 | Super! Brothers and Sisters – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61925ea79541940007d20881/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/KSQvVye.png"/> |
|
||||
| 720 | Super! Mystery – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6192624035f3910007fc7305/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/6So6078.png"/> |
|
||||
| 725 | Super! Eroi – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f5ab128c2b00070ebd51/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/gsX9A5b.png"/> |
|
||||
| 730 | Super! Icarly – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609401db8cf51c00084b592e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Mhl252U.png"/> |
|
||||
| 735 | Super! POP – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f7b5bb49b90007cecaad/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/jlz31HP.png"/> |
|
||||
| 740 | Super! Star – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f6f8351eb0000754afb8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/YLtqPkF.png"/> |
|
||||
| 745 | Nickelodeon Ukraine – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/622a2d8da9d8210007d918c2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/syX2HGd.png"/> |
|
||||
| 800 | Cucina – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa718a8ec810007d87fee/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/KsOhaOn.png"/> |
|
||||
| 805 | Real life – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60801976f92a750007a0699c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/FpwqJYw.png"/> |
|
||||
| 810 | Fashion – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60c88130ab4a9800074e5f87/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/cC0wrqG.png"/> |
|
||||
| 850 | VH1+ Summer Vibes – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626180ec537f210007e94b52/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/yka85yk.png"/> |
|
||||
| 855 | VH1+ – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61cd822216e2fd00086d0aeb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/kmduUJ4.png"/> |
|
||||
| 860 | Clubbing TV – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802de3fd2d70000763bb83/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/D5U4unl.png"/> |
|
||||
| 865 | Qwest Jazz&Beyond – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60db3bbd9397a00007ab029a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Ch2qOA4.png"/> |
|
||||
| 870 | Deluxe Lounge HD – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6278ec6c33d85a00077ad814/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/mTXgaKl.png"/> |
|
||||
| 900 | World poker tour – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608016e446d73500075ea7e0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/AF1ON8u.png"/> |
|
||||
| 905 | IGN – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608015ea48a6e800076f0f2f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/9SsTKJu.png"/> |
|
||||
| 910 | Sport – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608030eff4b6f70007e1684c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/o2psAYW.png"/> |
|
||||
| 915 | FUEL TV – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9dbea1f19550007dd0dfa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/sfL6NXb.png"/> |
|
||||
| 950 | Documentari – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa8a5709d6b0007b132fe/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/0jYrODf.png"/> |
|
||||
| 955 | Natura – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802b37709d6b0007b0c549/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Pc4gx12.png"/> |
|
||||
| 960 | Naturescape – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/610a9ebe8c2ac2000734776e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/CGB6qiV.png"/> |
|
||||
| 965 | Euronews – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61b86ea479a4390007c6d5fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Zpf2ykM.png"/> |
|
||||
| 970 | CBS News – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6231ec4b62cd1f0007093c7b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/ApsK6Eq.png"/> |
|
||||
| 975 | Telefe Noticias – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/627d15744208ae000727c67c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/X1YDGcd.png"/> |
|
||||
| 980 | Chilevision Noticias – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/627d16b55b43690007badae0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/uD3N2If.png"/> |
|
||||
|
||||
<h2>Invalid</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 2 | Sportitalia MOTORI | [x](https://di-kzbhv8pw.vo.lswcdn.net/sportitalia/smil:simotori.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> | SportitaliaMotori.it |
|
||||
| 4005 | Euronews | [x](https://alchimie-euronews-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8MsbPCU.png"/> |
|
||||
| 4051 | MMATV | [x](https://alchimie-mmatv-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lDlbCo3.png"/> |
|
||||
| 4052 | MySurf | [x](https://alchimie-mysurf-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BknaJ94.png"/> |
|
||||
| 4053 | Motor1TV | [x](https://motorsportnetwork-motor1tv-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UERYhO1.png"/> |
|
||||
| 4073 | SportOutdoor.tv | [x](https://gto2000-sportoutdoortv-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fwOuEBl.png"/> |
|
||||
| 4101 | Humanity Documentari | [x](https://alchimie-humanity-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/k5KusfQ.jpg"/> |
|
||||
| 4250 | Yamato Animation | [x](https://yamatovideo-yamatoanimation-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rOl7HfS.png"/> |
|
||||
| 4251 | Big Name | [x](https://alchimie-big-names-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FsjPjTb.png"/> |
|
||||
| 4254 | The Pet Collective | [x](https://the-pet-collective-international-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/daTU44g.jpeg"/> |
|
||||
| 4256 | People Are Awesome | [x](https://jukin-peopleareawesome-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xwz9zKk.jpeg"/> |
|
||||
| 4257 | A3series | [x](https://atresmedia-atreseries-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YE1PYtC.png"/> |
|
||||
| 4301 | MONDO TV KIDS | [x](https://mondotv-mondotvkids-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DMqKFIM.png"/> |
|
||||
| 4302 | Amuse Animation | [x](https://amuse-amuseanimation-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TLIQ9Th.png"/> |
|
||||
| 4305 | SuperToons TV | [x](https://kedoo-supertoonstv-4-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/A6vCYsC.png"/> |
|
||||
| 4307 | Teletubbies | [x](https://dhx-teletubbies-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tSw1oON.jpeg"/> |
|
||||
| 4351 | Brindiamo! | [x](https://okproductions-brindiamochannel-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8g0K6iP.jpeg"/> |
|
||||
| 4451 | Classical Harmony | [x](https://alchimie-classical-harmony-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Mje2i8r.png"/> |
|
||||
| 4452 | Moods | [x](https://alchimie-moods-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xdycnbu.png"/> |
|
||||
| 4502 | Bizzarro Movies | [x](https://minerva-bizzarromovies-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/EbDLnZB.png"/> |
|
||||
| 4503 | Cinema Segreto | [x](https://minerva-cinemasegreto-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BkzplSs.png"/> |
|
||||
| 4504 | CGtv | [x](https://cgentertainment-cgtv-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/6rsLtY7.png"/> |
|
||||
| 4510 | Dark Matter TV | [x](https://amg00434-tricoast-darkmatter-italy-samsunguk-lvse1.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Stm6Zc9.png"/> |
|
||||
| 50 | Christmas – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612e05b885183d0007958101/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/tQ8lN30.png"/> |
|
||||
| 300 | Super! Xmas – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce0ead825b300078b7082/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/pBwvZfS.png"/> |
|
||||
| 305 | Fireplace – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce23f51cce000078eeed5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/csk1e76.png"/> |
|
||||
| 310 | Christmas Lights – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce316d825b300078b70bc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/a6TI66l.png"/> |
|
||||
| 715 | Maradona, sin cortes – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/618b98b04b1ec000075af6da/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/1BqLYel.png"/> |
|
||||
| 540 | Celebration – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612cde2edd516f0007e102ad/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/DQL9vG8.png"/> |
|
||||
| 51 | In Love – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6192605c9541940007d208f8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/wA8GYOU.png"/> |
|
||||
| 52 | Super! Cupido – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6192612b6d03190008139f32/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/I0C7E4v.png"/> |
|
||||
| 660 | Loupe – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802e86a6997500072cfe90/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/RApNs2W.png"/> |
|
||||
| 700 | Super! Papà – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619263124a270700077c9471/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/FHRX7Vb.png"/> |
|
||||
| 300 | Star Trek – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619b87091a9c310008f733b5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/6v8KZDC.png"/> |
|
||||
| 605 | Young and fabulous – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a7c62ee90dd20007637411/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/H61Q2oO.png"/> |
|
||||
| 700 | Super! Surprise – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd31b7365340007f9373c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/OLNEjHo.png"/> |
|
||||
| 500 | Viva la mamma! – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd6820ac006000761a849/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/LNu8TbF.png"/> |
|
||||
| 700 | Super! Mamma – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd59f8cc25c000750facc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/b6tvDHj.png"/> |
|
||||
| 730 | Super! Spaziale – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd4c9e5b49e00079bfed9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/aKyyfBs.png"/> |
|
||||
@@ -152,6 +152,7 @@ class Channel():
|
||||
if __name__ == "__main__":
|
||||
with open("playlist.m3u8", "w", encoding='utf-8') as playlist:
|
||||
print(f'#EXTM3U x-tvg-url="{",".join(EPG_LIST)}"', file=playlist)
|
||||
os.chdir("lists")
|
||||
for filename in sorted(os.listdir(".")):
|
||||
if filename == "README.md" or not filename.endswith(".md"):
|
||||
continue
|
||||
|
||||
+435
-399
File diff suppressed because one or more lines are too long
@@ -1,42 +0,0 @@
|
||||
<h1>Spain</h1>
|
||||
|
||||
<h2>DVB-T</h2>
|
||||
|
||||
https://en.wikipedia.org/wiki/Television_in_Spain#Digital_terrestrial_television
|
||||
<h3>National</h3>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:||
|
||||
| 1 | La 1 | [>](https://hlsliveamdgl7-lh.akamaihd.net/i/hlsdvrlive_1@583042/master.m3u8) | <img height="20" src="https://i.imgur.com/NbesiPn.png"/> | La1.es |
|
||||
| 2 | La 2 | [>](https://hlsliveamdgl0-lh.akamaihd.net/i/hlsdvrlive_1@60531/master.m3u8) | <img height="20" src="https://i.imgur.com/DmuTwDw.png"/> | La2.es |
|
||||
| 3 | Antena 3 | [>](http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Spain/c96d4179790c2af.ts) | <img height="20" src="https://i.imgur.com/j3SP4BS.png"/> | Antena3.es |
|
||||
| 4 | Cuatro | [>](https://limited09.todostreaming.es/live/tarson-livestream.m3u8) | <img height="20" src="https://i.imgur.com/zROxNap.png"/> | Cuatro.es |
|
||||
| 5 | Telecinco | [x]() | <img height="20" src="https://i.imgur.com/JECsKdk.png"/> | Telecinco.es |
|
||||
| 6 | La Sexta | [>](http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Spain/9e5ed2b81a043b0.ts) | <img height="20" src="https://i.imgur.com/b59MxgM.png"/> | LaSexta.es |
|
||||
|
||||
<h3>Regional</h3>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:||
|
||||
| 1 | Telemadrid |[>](https://telemadridhls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid/telemadrid_1/bitrate_1.m3u8)|<img height="20" src="https://imgur.com/VSDsSTZ.png"/>| Telemadrid.es |
|
||||
| 2 | Canal Sur Andalucía Ⓨ | [>](https://www.youtube.com/watch?v=QMM1xsaFlfg) |<img height="20" src="https://imgur.com/WcVOXPr.png"/>|
|
||||
| 3 | La 7 CYLTV |[>](https://cdnlive.shooowit.net/la7live/smil:channel1.smil/chunklist_b2200000.m3u8)|<img height="20" src="https://i.imgur.com/o2FlMXP.png"/>| La7.es |
|
||||
| 4 | La 8 León | [>](https://cdnlive.shooowit.net/la8leonlive/smil:streamswitchingchannel.smil/chunklist_b2200000.m3u8)|<img height="20" src="https://imgur.com/mhK7EWO.png"/>|
|
||||
| 5 | Televisión Canaria | [>](https://rtvc-live1-rm.flumotion.com/playlist.m3u8)|<img height="20" src="https://imgur.com/68LNS8e.png"/>|
|
||||
| 6 | IB3 Global Ⓨ | [>](https://www.youtube.com/watch?v=w2mhujR8Rrk)|<img height="20" src="https://i.imgur.com/b59MxgM.png"/>|
|
||||
| 7 | Canal Extremadura |[>](https://cdnlive.shooowit.net/canalextremaduralive/smil:channel1.smil/chunklist_b1500000.m3u8)|<img height="20" src="https://imgur.com/xBeywIA.png"/>|
|
||||
| 8 | Aragón TV |[>](https://streamer97.server.aranova.cloud/cls/live/aragontv_canal1/index.m3u8?vv=US&h=7gZBm9hQ48dov2oXHs3xLg&e=31363231363338323835&r=5693)|<img height="20" src="https://imgur.com/8H3Q07b.png"/>| AragonTV.es |
|
||||
|9 |EITB1 |[>](https://live-dvr.eitb-fastly.cross-media.es/live-content/etb1hd-hls/bitrate_4.m3u8?start=1621551672)|<img height="20" src="https://imgur.com/VBVu2bu.png"/>|
|
||||
|10|EITB2|[>](https://live-dvr.eitb-fastly.cross-media.es/live-content/etb2hd-hls/bitrate_4.m3u8?start=1621550091)|<img height="20" src="https://imgur.com/VBVu2bu.png"/>|
|
||||
|11|TV3 Cat|[>](https://directes-tv-int.ccma.cat/int/ngrp:tvi_web/chunklist_b1728000.m3u8)|<img height="20" src="https://imgur.com/rNQYHmx.png"/>|
|
||||
|12|3/24| [>](https://directes-tv-int.ccma.cat/int/ngrp:324_web/chunklist_b1728000.m3u8)|<img height="20" src="https://i.imgur.com/b59MxgM.png"/>|
|
||||
|13|Bon Dia | [>](https://directes-tv-int.ccma.cat/int/ngrp:bnd_web/chunklist_b1728000.m3u8)|<img height="20" src="https://imgur.com/XaiP3nJ.png"/>|
|
||||
|14|À Punt TV | [>](https://bcovlive-a.akamaihd.net/469e448f034b4d46afa4bcac53297d60/eu-central-1/6057955885001/profile_0/chunklist_dvr.m3u8)|<img height="20" src="https://i.imgur.com/M88LoNl.png"/>|
|
||||
|
||||
|
||||
<h2>Invalid</h2>
|
||||
|
||||
| # | Channel | Link | Logo | EPG id |
|
||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||
| 1 |La Otra |[x]() | <img height="20" src="https://imgur.com/W1UZyXH.png" /> |
|
||||
| 2 |7 Región de Murica | [x]()|<img height="20" src="https://imgur.com/TCL7M8r.png" /> |
|
||||
Reference in New Issue
Block a user