Author SHA1 Message Date
Free TV 702343a639 Update test_playlist.yml 2022-09-29 10:43:00 +01:00
177 changed files with 1917 additions and 9417 deletions
+4 -5
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: "20.10.x" node-version: "16.x"
- name: Install m3u-linter and check the playlist - name: Install m3u-linter and check the playlist
run: | run: |
@@ -31,21 +31,20 @@ jobs:
"require-info": true, "require-info": true,
"no-trailing-spaces": true, "no-trailing-spaces": true,
"no-whitespace-before-title": true, "no-whitespace-before-title": true,
"no-multi-spaces": false, "no-multi-spaces": true,
"no-extra-comma": true, "no-extra-comma": true,
"space-before-paren": false, "space-before-paren": true,
"no-dash": true "no-dash": true
} }
} }
EOF EOF
ls -lar ./ || true ls -lar ./ || true
cat playlist.m3u8 || true cat playlist.m3u8 || true
m3u-linter -c ./M3u-linter.config.json ./playlist.m3u8 m3u-linter -c ./m3u-linter.config.json ./playlist.m3u8
- name: Install IPTV Checker and check the playlist - name: Install IPTV Checker and check the playlist
run: | run: |
npm install -g iptv-checker || true npm install -g iptv-checker || true
mkdir -p output mkdir -p output
sudo apt-get install -y ffmpeg
iptv-checker -o output -p 100 -t 120000 ./playlist.m3u8 iptv-checker -o output -p 100 -t 120000 ./playlist.m3u8
@@ -7,15 +7,14 @@ on:
jobs: jobs:
update-plalist: update-plalist:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Update playlist - name: Update playlist
run: | run: |
git config user.name "PlaylistBot" || true git config user.name "PlaylistBot"
git config user.email "[email protected]" || true git config user.email "[email protected]"
python3 ./make_playlist.py
git add . git add .
git commit --quiet -m "Update Playlist (GitHub Actions)" git commit --quiet -m "Update Playlist (GitHub Actions)"
git push -f origin master git push -f origin automate-1
+3 -76
View File
@@ -5,82 +5,7 @@ This is an M3U playlist for free TV channels around the World.
Either free locally (over the air): Either free locally (over the air):
[<img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="24">](lists/usa.md) <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">
[<img src="https://hatscripts.github.io/circle-flags/flags/ca.svg" width="24">](lists/canada.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/gb.svg" width="24">](lists/uk.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/ie.svg" width="24">](lists/ireland.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/au.svg" width="24">](lists/australia.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/in.svg" width="24">](lists/india.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/jp.svg" width="24">](lists/japan.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/cn.svg" width="24">](lists/china.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/hk.svg" width="24">](lists/hong_kong.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/mo.svg" width="24">](lists/macau.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/tw.svg" width="24">](lists/taiwan.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/kp.svg" width="24">](lists/north_korea.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/kr.svg" width="24">](lists/korea.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/dk.svg" width="24">](lists/denmark.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/fo.svg" width="24">](lists/faroe_islands.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/gl.svg" width="24">](lists/greenland.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/fi.svg" width="24">](lists/finland.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/is.svg" width="24">](lists/iceland.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/no.svg" width="24">](lists/norway.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/se.svg" width="24">](lists/sweden.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/ee.svg" width="24">](lists/estonia.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/lv.svg" width="24">](lists/latvia.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/lt.svg" width="24">](lists/lithuania.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/be.svg" width="24">](lists/belgium.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/nl.svg" width="24">](lists/netherlands.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/lu.svg" width="24">](lists/luxembourg.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/de.svg" width="24">](lists/germany.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/at.svg" width="24">](lists/austria.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/ch.svg" width="24">](lists/switzerland.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/pl.svg" width="24">](lists/poland.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/cz.svg" width="24">](lists/czech_republic.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/sk.svg" width="24">](lists/slovakia.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/hu.svg" width="24">](lists/hungary.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/ro.svg" width="24">](lists/romania.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/md.svg" width="24">](lists/moldova.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/bg.svg" width="24">](lists/bulgaria.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/fr.svg" width="24">](lists/france.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/it.svg" width="24">](lists/italy.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/pt.svg" width="24">](lists/portugal.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/es.svg" width="24">](lists/spain.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/ru.svg" width="24">](lists/russia.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/by.svg" width="24">](lists/belarus.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/ua.svg" width="24">](lists/ukraine.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/az.svg" width="24">](lists/azerbaijan.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/ge.svg" width="24">](lists/georgia.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/ba.svg" width="24">](lists/bosnia_and_herzegovina.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/hr.svg" width="24">](lists/croatia.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/me.svg" width="24">](lists/montenegro.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/mk.svg" width="24">](lists/north_macedonia.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/rs.svg" width="24">](lists/serbia.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/si.svg" width="24">](lists/slovenia.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/al.svg" width="24">](lists/albania.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/xk.svg" width="24">](lists/kosovo.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/gr.svg" width="24">](lists/greece.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/cy.svg" width="24">](lists/cyprus.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/ad.svg" width="24">](lists/andorra.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/mt.svg" width="24">](lists/malta.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/mc.svg" width="24">](lists/monaco.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/sm.svg" width="24">](lists/san_marino.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/ir.svg" width="24">](lists/iran.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/iq.svg" width="24">](lists/iraq.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/il.svg" width="24">](lists/israel.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/qa.svg" width="24">](lists/qatar.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/tr.svg" width="24">](lists/turkey.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/ae.svg" width="24">](lists/united_arab_emirates.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/ar.svg" width="24">](lists/argentina.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/cr.svg" width="24">](lists/costa_rica.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/do.svg" width="24">](lists/dominican_republic.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/mx.svg" width="24">](lists/mexico.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/py.svg" width="24">](lists/paraguay.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/pe.svg" width="24">](lists/peru.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/ve.svg" width="24">](lists/venezuela.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/br.svg" width="24">](lists/brazil.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/tt.svg" width="24">](lists/trinidad.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/td.svg" width="24">](lists/chad.md)
[<img src="https://hatscripts.github.io/circle-flags/flags/so.svg" width="24">](lists/somalia.md)
Or free on the Internet: Or free on the Internet:
@@ -128,6 +53,8 @@ Feed sources
It can be quite hard to find up to date URLs, here's a list of 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-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..) - 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 - Dailymotion: Same criteria as for youtube
-280
View File
@@ -1,280 +0,0 @@
https://xmltv.tvkaista.net/guides/default.xml
https://xmltv.tvkaista.net/guides/abc.net.au.xml
https://xmltv.tvkaista.net/guides/allente.dk.xml
https://xmltv.tvkaista.net/guides/allente.fi.xml
https://xmltv.tvkaista.net/guides/allente.no.xml
https://xmltv.tvkaista.net/guides/allente.se.xml
https://xmltv.tvkaista.net/guides/andorradifusio.ad.xml
https://xmltv.tvkaista.net/guides/anteltv.com.uy.xml
https://xmltv.tvkaista.net/guides/arianaafgtv.com.xml
https://xmltv.tvkaista.net/guides/arianatelevision.com.xml
https://xmltv.tvkaista.net/guides/arirang.com.xml
https://xmltv.tvkaista.net/guides/artonline.tv.xml
https://xmltv.tvkaista.net/guides/bein.com.xml
https://xmltv.tvkaista.net/guides/beinsports.com.xml
https://xmltv.tvkaista.net/guides/berrymedia.co.kr.xml
https://xmltv.tvkaista.net/guides/cablego.com.pe.xml
https://xmltv.tvkaista.net/guides/cableplus.com.uy.xml
https://xmltv.tvkaista.net/guides/canalplus.com_bf.xml
https://xmltv.tvkaista.net/guides/canalplus.com_bi.xml
https://xmltv.tvkaista.net/guides/canalplus.com_bj.xml
https://xmltv.tvkaista.net/guides/canalplus.com_bl.xml
https://xmltv.tvkaista.net/guides/canalplus.com_cd.xml
https://xmltv.tvkaista.net/guides/canalplus.com_cf.xml
https://xmltv.tvkaista.net/guides/canalplus.com_cg.xml
https://xmltv.tvkaista.net/guides/canalplus.com_ch.xml
https://xmltv.tvkaista.net/guides/canalplus.com_ci.xml
https://xmltv.tvkaista.net/guides/canalplus.com_cm.xml
https://xmltv.tvkaista.net/guides/canalplus.com_cv.xml
https://xmltv.tvkaista.net/guides/canalplus.com_dj.xml
https://xmltv.tvkaista.net/guides/canalplus.com_fr.xml
https://xmltv.tvkaista.net/guides/canalplus.com_ga.xml
https://xmltv.tvkaista.net/guides/canalplus.com_gf.xml
https://xmltv.tvkaista.net/guides/canalplus.com_gh.xml
https://xmltv.tvkaista.net/guides/canalplus.com_gm.xml
https://xmltv.tvkaista.net/guides/canalplus.com_gn.xml
https://xmltv.tvkaista.net/guides/canalplus.com_gw.xml
https://xmltv.tvkaista.net/guides/canalplus.com_mf.xml
https://xmltv.tvkaista.net/guides/canalplus.com_ml.xml
https://xmltv.tvkaista.net/guides/canalplus.com_mq.xml
https://xmltv.tvkaista.net/guides/canalplus.com_mr.xml
https://xmltv.tvkaista.net/guides/canalplus.com_mu.xml
https://xmltv.tvkaista.net/guides/canalplus.com_nc.xml
https://xmltv.tvkaista.net/guides/canalplus.com_ne.xml
https://xmltv.tvkaista.net/guides/canalplus.com_re.xml
https://xmltv.tvkaista.net/guides/canalplus.com_rw.xml
https://xmltv.tvkaista.net/guides/canalplus.com_sl.xml
https://xmltv.tvkaista.net/guides/canalplus.com_sn.xml
https://xmltv.tvkaista.net/guides/canalplus.com_td.xml
https://xmltv.tvkaista.net/guides/canalplus.com_tg.xml
https://xmltv.tvkaista.net/guides/canalplus.com_wf.xml
https://xmltv.tvkaista.net/guides/canalplus.com_yt.xml
https://xmltv.tvkaista.net/guides/cgates.lt.xml
https://xmltv.tvkaista.net/guides/chaines-tv.orange.fr.xml
https://xmltv.tvkaista.net/guides/clickthecity.com.xml
https://xmltv.tvkaista.net/guides/content.astro.com.my.xml
https://xmltv.tvkaista.net/guides/cosmote.gr.xml
https://xmltv.tvkaista.net/guides/cubmu.com.xml
https://xmltv.tvkaista.net/guides/dens.tv.xml
https://xmltv.tvkaista.net/guides/digiturk.com.tr.xml
https://xmltv.tvkaista.net/guides/directv.com.uy.xml
https://xmltv.tvkaista.net/guides/dishtv.in.xml
https://xmltv.tvkaista.net/guides/disneystar.com.xml
https://xmltv.tvkaista.net/guides/dsmart.com.tr.xml
https://xmltv.tvkaista.net/guides/dstv.com_ao.xml
https://xmltv.tvkaista.net/guides/dstv.com_bf.xml
https://xmltv.tvkaista.net/guides/dstv.com_bi.xml
https://xmltv.tvkaista.net/guides/dstv.com_bj.xml
https://xmltv.tvkaista.net/guides/dstv.com_bw.xml
https://xmltv.tvkaista.net/guides/dstv.com_cd.xml
https://xmltv.tvkaista.net/guides/dstv.com_cf.xml
https://xmltv.tvkaista.net/guides/dstv.com_cg.xml
https://xmltv.tvkaista.net/guides/dstv.com_ci.xml
https://xmltv.tvkaista.net/guides/dstv.com_cm.xml
https://xmltv.tvkaista.net/guides/dstv.com_dj.xml
https://xmltv.tvkaista.net/guides/dstv.com_er.xml
https://xmltv.tvkaista.net/guides/dstv.com_et.xml
https://xmltv.tvkaista.net/guides/dstv.com_gh.xml
https://xmltv.tvkaista.net/guides/dstv.com_gm.xml
https://xmltv.tvkaista.net/guides/dstv.com_gn.xml
https://xmltv.tvkaista.net/guides/dstv.com_gq.xml
https://xmltv.tvkaista.net/guides/dstv.com_gw.xml
https://xmltv.tvkaista.net/guides/dstv.com_ke.xml
https://xmltv.tvkaista.net/guides/dstv.com_km.xml
https://xmltv.tvkaista.net/guides/dstv.com_lr.xml
https://xmltv.tvkaista.net/guides/dstv.com_mg.xml
https://xmltv.tvkaista.net/guides/dstv.com_ml.xml
https://xmltv.tvkaista.net/guides/dstv.com_mr.xml
https://xmltv.tvkaista.net/guides/dstv.com_mu.xml
https://xmltv.tvkaista.net/guides/dstv.com_mw.xml
https://xmltv.tvkaista.net/guides/dstv.com_mz.xml
https://xmltv.tvkaista.net/guides/dstv.com_na.xml
https://xmltv.tvkaista.net/guides/dstv.com_ne.xml
https://xmltv.tvkaista.net/guides/dstv.com_ng.xml
https://xmltv.tvkaista.net/guides/dstv.com_rw.xml
https://xmltv.tvkaista.net/guides/dstv.com_sc.xml
https://xmltv.tvkaista.net/guides/dstv.com_sd.xml
https://xmltv.tvkaista.net/guides/dstv.com_sl.xml
https://xmltv.tvkaista.net/guides/dstv.com_sn.xml
https://xmltv.tvkaista.net/guides/dstv.com_so.xml
https://xmltv.tvkaista.net/guides/dstv.com_ss.xml
https://xmltv.tvkaista.net/guides/dstv.com_st.xml
https://xmltv.tvkaista.net/guides/dstv.com_td.xml
https://xmltv.tvkaista.net/guides/dstv.com_tg.xml
https://xmltv.tvkaista.net/guides/dstv.com_tz.xml
https://xmltv.tvkaista.net/guides/dstv.com_ug.xml
https://xmltv.tvkaista.net/guides/dstv.com_za.xml
https://xmltv.tvkaista.net/guides/dstv.com_zm.xml
https://xmltv.tvkaista.net/guides/dstv.com_zw.xml
https://xmltv.tvkaista.net/guides/elcinema.com.xml
https://xmltv.tvkaista.net/guides/ena.skylifetv.co.kr.xml
https://xmltv.tvkaista.net/guides/energeek.cl.xml
https://xmltv.tvkaista.net/guides/entertainment.ie.xml
https://xmltv.tvkaista.net/guides/firstmedia.com.xml
https://xmltv.tvkaista.net/guides/flixed.io.xml
https://xmltv.tvkaista.net/guides/foxsports.com.au.xml
https://xmltv.tvkaista.net/guides/foxtel.com.au.xml
https://xmltv.tvkaista.net/guides/frikanalen.no.xml
https://xmltv.tvkaista.net/guides/gatotv.com.xml
https://xmltv.tvkaista.net/guides/getafteritmedia.com.xml
https://xmltv.tvkaista.net/guides/guida.tv.xml
https://xmltv.tvkaista.net/guides/guidatv.sky.it.xml
https://xmltv.tvkaista.net/guides/horizon.tv.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_au.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_dstv.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_hgtvgo.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_metv.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_nz.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_optus.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_pbs.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_plex.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_pluto.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_roku.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_samsung.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_singtel.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_skygo.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_skysportnow.xml
https://xmltv.tvkaista.net/guides/i.mjh.nz_stirr.xml
https://xmltv.tvkaista.net/guides/i24news.tv.xml
https://xmltv.tvkaista.net/guides/iltalehti.fi.xml
https://xmltv.tvkaista.net/guides/indihometv.com.xml
https://xmltv.tvkaista.net/guides/ipko.com.xml
https://xmltv.tvkaista.net/guides/knr.gl.xml
https://xmltv.tvkaista.net/guides/kvf.fo.xml
https://xmltv.tvkaista.net/guides/m.tv.sms.cz.xml
https://xmltv.tvkaista.net/guides/m.tving.com.xml
https://xmltv.tvkaista.net/guides/magticom.ge.xml
https://xmltv.tvkaista.net/guides/mako.co.il.xml
https://xmltv.tvkaista.net/guides/maxtv.hrvatskitelekom.hr.xml
https://xmltv.tvkaista.net/guides/maxtvgo.mk.xml
https://xmltv.tvkaista.net/guides/mediagenie.co.kr.xml
https://xmltv.tvkaista.net/guides/mediaklikk.hu.xml
https://xmltv.tvkaista.net/guides/mediasetinfinity.mediaset.it.xml
https://xmltv.tvkaista.net/guides/melita.com.xml
https://xmltv.tvkaista.net/guides/meo.pt.xml
https://xmltv.tvkaista.net/guides/meuguia.tv.xml
https://xmltv.tvkaista.net/guides/mewatch.sg.xml
https://xmltv.tvkaista.net/guides/mi.tv_ar.xml
https://xmltv.tvkaista.net/guides/mi.tv_br.xml
https://xmltv.tvkaista.net/guides/mi.tv_cl.xml
https://xmltv.tvkaista.net/guides/mi.tv_co.xml
https://xmltv.tvkaista.net/guides/mi.tv_gt.xml
https://xmltv.tvkaista.net/guides/mi.tv_hn.xml
https://xmltv.tvkaista.net/guides/mi.tv_mx.xml
https://xmltv.tvkaista.net/guides/mi.tv_pe.xml
https://xmltv.tvkaista.net/guides/mi.tv_py.xml
https://xmltv.tvkaista.net/guides/mi.tv_sv.xml
https://xmltv.tvkaista.net/guides/mncvision.id.xml
https://xmltv.tvkaista.net/guides/moji.id.xml
https://xmltv.tvkaista.net/guides/mon-programme-tv.be.xml
https://xmltv.tvkaista.net/guides/movistarplus.es.xml
https://xmltv.tvkaista.net/guides/mtel.ba.xml
https://xmltv.tvkaista.net/guides/mts.rs.xml
https://xmltv.tvkaista.net/guides/mujtvprogram.cz.xml
https://xmltv.tvkaista.net/guides/musor.tv.xml
https://xmltv.tvkaista.net/guides/mysky.com.ph.xml
https://xmltv.tvkaista.net/guides/mytelly.co.uk.xml
https://xmltv.tvkaista.net/guides/mytvsuper.com.xml
https://xmltv.tvkaista.net/guides/nhkworldpremium.com.xml
https://xmltv.tvkaista.net/guides/nostv.pt.xml
https://xmltv.tvkaista.net/guides/novacyprus.com.xml
https://xmltv.tvkaista.net/guides/novasports.gr.xml
https://xmltv.tvkaista.net/guides/nowplayer.now.com_en.xml
https://xmltv.tvkaista.net/guides/nowplayer.now.com_zh.xml
https://xmltv.tvkaista.net/guides/nuevosiglo.com.uy.xml
https://xmltv.tvkaista.net/guides/nzxmltv.com_freeview.xml
https://xmltv.tvkaista.net/guides/nzxmltv.com_pluto.xml
https://xmltv.tvkaista.net/guides/nzxmltv.com_redbull.xml
https://xmltv.tvkaista.net/guides/nzxmltv.com_sky.xml
https://xmltv.tvkaista.net/guides/ontvtonight.com_au.xml
https://xmltv.tvkaista.net/guides/ontvtonight.com_ca.xml
https://xmltv.tvkaista.net/guides/ontvtonight.com_us.xml
https://xmltv.tvkaista.net/guides/osn.com.xml
https://xmltv.tvkaista.net/guides/pbsguam.org.xml
https://xmltv.tvkaista.net/guides/player.ee.co.uk.xml
https://xmltv.tvkaista.net/guides/playtv.unifi.com.my.xml
https://xmltv.tvkaista.net/guides/plex.tv.xml
https://xmltv.tvkaista.net/guides/programacion-tv.elpais.com.xml
https://xmltv.tvkaista.net/guides/programacion.tcc.com.uy.xml
https://xmltv.tvkaista.net/guides/programetv.ro.xml
https://xmltv.tvkaista.net/guides/programme-tv.net.xml
https://xmltv.tvkaista.net/guides/programme-tv.vini.pf.xml
https://xmltv.tvkaista.net/guides/programtv.onet.pl.xml
https://xmltv.tvkaista.net/guides/raiplay.it.xml
https://xmltv.tvkaista.net/guides/reportv.com.ar.xml
https://xmltv.tvkaista.net/guides/rotana.net.xml
https://xmltv.tvkaista.net/guides/rthk.hk.xml
https://xmltv.tvkaista.net/guides/rtmklik.rtm.gov.my.xml
https://xmltv.tvkaista.net/guides/rtp.pt.xml
https://xmltv.tvkaista.net/guides/ruv.is.xml
https://xmltv.tvkaista.net/guides/sat.tv_ar.xml
https://xmltv.tvkaista.net/guides/sat.tv_en.xml
https://xmltv.tvkaista.net/guides/shahid.mbc.net.xml
https://xmltv.tvkaista.net/guides/siba.com.co.xml
https://xmltv.tvkaista.net/guides/singtel.com.xml
https://xmltv.tvkaista.net/guides/sjonvarp.is.xml
https://xmltv.tvkaista.net/guides/sky.co.nz.xml
https://xmltv.tvkaista.net/guides/sky.com.xml
https://xmltv.tvkaista.net/guides/sky.de.xml
https://xmltv.tvkaista.net/guides/starhubtvplus.com.xml
https://xmltv.tvkaista.net/guides/startimestv.com.xml
https://xmltv.tvkaista.net/guides/streamingtvguides.com.xml
https://xmltv.tvkaista.net/guides/superguidatv.it.xml
https://xmltv.tvkaista.net/guides/taiwanplus.com.xml
https://xmltv.tvkaista.net/guides/tapdmv.com.xml
https://xmltv.tvkaista.net/guides/telenet.tv.xml
https://xmltv.tvkaista.net/guides/teliatv.ee.xml
https://xmltv.tvkaista.net/guides/telkussa.fi.xml
https://xmltv.tvkaista.net/guides/telsu.fi.xml
https://xmltv.tvkaista.net/guides/tivu.tv.xml
https://xmltv.tvkaista.net/guides/toonamiaftermath.com.xml
https://xmltv.tvkaista.net/guides/turksatkablo.com.tr.xml
https://xmltv.tvkaista.net/guides/tv-programme.telecablesat.fr.xml
https://xmltv.tvkaista.net/guides/tv.blue.ch.xml
https://xmltv.tvkaista.net/guides/tv.cctv.com.xml
https://xmltv.tvkaista.net/guides/tv.dir.bg.xml
https://xmltv.tvkaista.net/guides/tv.lv.xml
https://xmltv.tvkaista.net/guides/tv.magenta.at.xml
https://xmltv.tvkaista.net/guides/tv.mail.ru.xml
https://xmltv.tvkaista.net/guides/tv.movistar.com.pe.xml
https://xmltv.tvkaista.net/guides/tv.nu.xml
https://xmltv.tvkaista.net/guides/tv.post.lu.xml
https://xmltv.tvkaista.net/guides/tv.trueid.net.xml
https://xmltv.tvkaista.net/guides/tv.yandex.ru.xml
https://xmltv.tvkaista.net/guides/tv24.co.uk.xml
https://xmltv.tvkaista.net/guides/tv24.se.xml
https://xmltv.tvkaista.net/guides/tv2go.t-2.net.xml
https://xmltv.tvkaista.net/guides/tvcesoir.fr.xml
https://xmltv.tvkaista.net/guides/tvcubana.icrt.cu.xml
https://xmltv.tvkaista.net/guides/tvgids.nl.xml
https://xmltv.tvkaista.net/guides/tvguide.com.xml
https://xmltv.tvkaista.net/guides/tvguide.myjcom.jp.xml
https://xmltv.tvkaista.net/guides/tvhebdo.com.xml
https://xmltv.tvkaista.net/guides/tvheute.at.xml
https://xmltv.tvkaista.net/guides/tvim.tv.xml
https://xmltv.tvkaista.net/guides/tvireland.ie.xml
https://xmltv.tvkaista.net/guides/tvmi.mt.xml
https://xmltv.tvkaista.net/guides/tvmusor.hu.xml
https://xmltv.tvkaista.net/guides/tvpassport.com.xml
https://xmltv.tvkaista.net/guides/tvplus.com.tr.xml
https://xmltv.tvkaista.net/guides/tvprofil.com.xml
https://xmltv.tvkaista.net/guides/tvtv.us.xml
https://xmltv.tvkaista.net/guides/v3.myafn.dodmedia.osd.mil.xml
https://xmltv.tvkaista.net/guides/vidio.com.xml
https://xmltv.tvkaista.net/guides/virginmediatelevision.ie.xml
https://xmltv.tvkaista.net/guides/virgintvgo.virginmedia.com.xml
https://xmltv.tvkaista.net/guides/visionplus.id.xml
https://xmltv.tvkaista.net/guides/vtm.be.xml
https://xmltv.tvkaista.net/guides/walesi.com.fj.xml
https://xmltv.tvkaista.net/guides/watch.sportsnet.ca.xml
https://xmltv.tvkaista.net/guides/watchyour.tv.xml
https://xmltv.tvkaista.net/guides/wavve.com.xml
https://xmltv.tvkaista.net/guides/web.magentatv.de.xml
https://xmltv.tvkaista.net/guides/webtv.delta.nl.xml
https://xmltv.tvkaista.net/guides/worldfishingnetwork.com.xml
https://xmltv.tvkaista.net/guides/www3.nhk.or.jp.xml
https://xmltv.tvkaista.net/guides/xumo.tv.xml
https://xmltv.tvkaista.net/guides/zap.co.ao.xml
https://xmltv.tvkaista.net/guides/ziggogo.tv.xml
https://xmltv.tvkaista.net/guides/znbc.co.zm.xml
https://xmltv.tvkaista.net/guides/zuragt.mn.xml
-135
View File
@@ -1,135 +0,0 @@
#################
## ANGLOSPHERE ##
#################
usa
canada
uk
ireland
australia
##########
## ASIA ##
##########
# India / Japan
india
japan
# China / Taiwan
china
hong_kong
macau
taiwan
# North & South Korea
north_korea
korea
############
## EUROPE ##
############
# Nordics (Danish Realm)
denmark
faroe_islands
greenland
# Nordics (other)
finland
iceland
norway
sweden
# Baltics
estonia
latvia
lithuania
# Benelux
belgium
netherlands
luxembourg
# DACH
germany
austria
switzerland
# Visegrád
poland
czech_republic
slovakia
hungary
# Romanian-speaking
romania
moldova
# Other European countries
bulgaria
france
italy
portugal
spain
# Russia, Belarus, Ukraine
russia
belarus
ukraine
# ex-USSR (excl. RU/BY/UA, Baltics and Moldova)
azerbaijan
georgia
# ex-Yugoslavia (excl. Kosovo)
bosnia_and_herzegovina
croatia
montenegro
north_macedonia
serbia
slovenia
# Albanian-speaking
albania
kosovo
# Greek-speaking
greece
cyprus
# European "microstates"
andorra
malta
monaco
san_marino
#################
## MIDDLE EAST ##
#################
iran
iraq
israel
qatar
turkey
united_arab_emirates
############################
## AMERICAS (excl. US/CA) ##
############################
# Spanish-speaking
argentina
costa_rica
dominican_republic
mexico
paraguay
peru
venezuela
# Portuguese-speaking
brazil
# Other South America
trinidad
############
## AFRICA ##
############
chad
somalia
-30
View File
@@ -1,30 +0,0 @@
<h1>Albania</h1>
<h2>DVB-S</h2>
* https://en.satexpat.com/tv/albania/
| # | Channel | Link | Logo | EPG id |
|:--:|:--------------:|:-----:|:----:|:------:|
| 0 | Kanali 7 Ⓢ | [>](https://fe.tring.al/delta/105/out/u/1200_1.m3u8) | <img height="20" src="https://i.imgur.com/rL2v9pM.png"/> | Kanali7.al |
<h2>Web</h2>
| # | Channel | Link | Logo | EPG id |
|:--:|:--------------:|:-----:|:----:|:------:|
| 0 | A2 CNN Albania | [>](https://tv.a2news.com/live/smil:a2cnnweb.stream.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TgO3Lzi.png"/> | A2CNN.al |
| 0 | ABC News Albania Ⓣ | [>](https://www.twitch.tv/abcnewsal) | <img height="20" src="https://i.imgur.com/aObcudw.png"/> | ABCNewsAlbania.al |
| 0 | AlbKanale Music TV Ⓢ | [>](https://albportal.net/albkanalemusic.m3u8) | <img height="20" src="https://i.imgur.com/JdKxscs.png"/> | AlbKanaleMusicTV.al |
| 0 | Alpo TV | [>](https://5d00db0e0fcd5.streamlock.net/7236/7236/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Pr4ixiA.png"/> | AlpoTV.al |
| 0 | CNA | [>](https://live1.mediadesk.al/cnatvlive.m3u8) | <img height="20" src="https://i.imgur.com/X3ukD5t.png"/> | CNA.al |
| 0 | Euronews Albania Ⓨ | [>](https://www.youtube.com/@EuronewsAlbania/live) | <img height="20" src="https://i.imgur.com/Skf6vdi.png"/> | EuronewsAlbania.al |
| 0 | News 24 Ⓢ | [>](https://tv.balkanweb.com/news24/livestream/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/News_24_%28Albania%29.svg/1024px-News_24_%28Albania%29.svg.png"/> | News24.al |
| 0  | Ora News | [>](https://live1.mediadesk.al/oranews.m3u8) | <img height="20" src="https://i.imgur.com/ILZY5bJ.png"/> | OraNews.al |
| 0 | Panorama TV Ⓢ | [>](http://198.244.188.94/panorama/livestream/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Panorama_logo.svg/512px-Panorama_logo.svg.png"/> | PanoramaTV.al |
| 0 | Report TV | [>](https://deb10stream.duckdns.org/hls/stream.m3u8) | <img height="20" src="https://i.imgur.com/yuRDJYY.png"/> | ReportTV.al |
| 0 | Syri | [>](https://stream.syritv.al/SyriTV/index.m3u8) | <img height="20" src="https://i.imgur.com/4zVyj1M.png"/> | Syri.al |
| 0 | Top News Ⓣ | [>](https://www.twitch.tv/topnewsal) | <img height="20" src="https://i.imgur.com/tBAXkOW.png"/> | TopNews.al |
| 0 | Tropoja | [>](https://live.prostream.al/al/smil:tropojatv.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/D3hNOVS.png"/> | TropojaTelevizion.al |
| 0 | TV 7 Albania | [>](https://5d00db0e0fcd5.streamlock.net/7064/7064/playlist.m3u8) | <img height="20" src="https://i.imgur.com/k9WqPLZ.png"/> | TV7Albania.al |
| 0 | TV Apollon Ⓢ | [>](https://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2) | <img height="20" src="https://i.imgur.com/gUz2AjM.png"/> | TVApollon.al |
| 0 | Vizion Plus | [>](https://fe.tring.al/delta/105/out/u/rdghfhsfhfshs.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Vizion_Plus.svg/512px-Vizion_Plus.svg.png"/> | VizionPlus.al |
-5
View File
@@ -1,5 +0,0 @@
<h1>Andorra</h1>
| # | Channel | Link | Logo | EPG id |
|:----:|:--------------:|:-----:|:----:|:------:|
| 1 | Andorra TV | [>](https://videos.rtva.ad/live/rtva/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/3/32/Logo_Andorra_Televisi%C3%B3.png"/> | AndorraTV.ad |
+7 -20
View File
@@ -6,28 +6,15 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Argentina#Major_bro
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:----:|:--------------:|:-----:|:----:|:------:| |:----:|:--------------:|:-----:|:----:|:------:|
| 3 | TN Todo Noticias | [>](https://live-01-01-tn.vodgc.net/TN24/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/TN_todo_noticias_logo.svg/200px-TN_todo_noticias_logo.svg.png"/> | TodoNoticias.ar | | 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 |
| 22.1 | Encuentro Ⓨ Ⓖ | [>](https://www.youtube.com/user/encuentro/live) | <img height="20" src="https://i.imgur.com/IyP2UIx.png"/> | Encuentro.ar |
| 22.2 | Pakapaka Ⓨ Ⓖ | [>](https://www.youtube.com/user/CanalPakapaka/live) | <img height="20" src="https://i.imgur.com/Q4zaCuM.png"/> | Pakapaka.ar |
| 22.3 | Mirador TV | [>](https://5fb24b460df87.streamlock.net/live-cont.ar/mirador/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KjD1uJS.png"/> | Mirador.ar |
| 22.4 | Cine.AR | [>](https://5fb24b460df87.streamlock.net/live-cont.ar/cinear/playlist.m3u8) | <img height="20" src="https://i.imgur.com/RPLyrIC.png"/> | CineAr.ar |
| 22.5 | Tec TV | [>](https://tv.initium.net.ar:3939/live/tectvmainlive.m3u8) | <img height="20" src="https://i.imgur.com/EGCq1wc.png"/> | TECTV.ar |
| 23.1 | Televisión Pública Ⓨ | [>](https://www.youtube.com/user/TVPublicaArgentina/live) | <img height="20" src="https://i.imgur.com/4hYYpiu.png"/> | TVPublica.ar |
| 24.1 | DeporTV | [>](https://5fb24b460df87.streamlock.net/live-cont.ar/deportv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/iyYLNRt.png"/> | DeporTV.ar |
| 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"/> | Canal26.ar |
| 24.4 | Crónica TV Ⓨ | [>](https://www.youtube.com/c/cronicatv/live) | <img height="20" src="https://i.imgur.com/k2Ku8Ib.png"/> | CronicaTV.ar |
| 25.2 | C5N Ⓨ | [>](https://www.youtube.com/c/c5n/live) | <img height="20" src="https://i.imgur.com/E3pamA5.png"/> | C5N.ar |
| 25.3 | LN+ Ⓨ | [>](https://www.youtube.com/c/LaNacionMas/live) | <img height="20" src="https://i.imgur.com/vJYzGt1.png"/> | LaNacionPlus.ar |
| 26.3 | Telemax | [>](https://live-edge01.telecentro.net.ar/live/smil:tlx.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gfX0hdB.png"/> | Telemax.ar |
| 27.2 | Net TV | [>](https://unlimited1-us.dps.live/nettv/nettv.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/EWmshtx.png"/> | NETTV.ar |
| 32.1 | TV Universidad | [>](https://stratus.stream.cespi.unlp.edu.ar/hls/tvunlp.m3u8) | <img height="20" src="https://i.imgur.com/tvLHiAT.png"/> | TVUniversidad.ar |
| 33.1 | El Trece | [>](https://live-01-02-eltrece.vodgc.net/eltrecetv/index.m3u8) | <img height="20" src="https://i.imgur.com/ZK7AQFg.png"/> | ElTrece.ar |
| 35.1 | El Nueve | [>](https://octubre-live.cdn.vustreams.com/live/channel09/live.isml/live.m3u8) | <img height="20" src="https://i.imgur.com/EtcVSm4.png"/> | ElNueve.ar |
| 36.1 | América Ⓨ | [>](https://www.youtube.com/c/americaenvivo/live) | <img height="20" src="https://i.imgur.com/Jt7dOQm.png"/> | AmericaTV.ar |
| 36.2 | A24 Ⓨ | [>](https://www.youtube.com/c/A24com/live) | <img height="20" src="https://i.imgur.com/OdhF7ym.png"/> | A24.ar |
<h2>Invalid</h2> <h2>Invalid</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:----:|:--------------:|:-----:|:----:|:------:| |:----:|:--------------:|:-----:|:----:|:------:|
| 34.1 | Telefe Ⓨ | [x](https://www.youtube.com/telefe/live) | <img height="20" src="https://i.imgur.com/wrZfMXn.png"/> | Telefe.ar | | 22.1 | Encuentro Ⓨ | [x](https://youtu.be/Mb49nmGdcHA) | <img height="20" src="https://i.imgur.com/IyP2UIx.png"/> | EncuentroInternacional.ar |
| 22.2 | Pakapaka Ⓨ | [x](https://youtu.be/6BThtcmhYmE) | <img height="20" src="https://i.imgur.com/Q4zaCuM.png"/> | Pakapaka.ar |
| 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 |
+4 -5
View File
@@ -16,8 +16,7 @@ https://www.freeview.com.au
| 5 | Spree TV | [x]() | <img height="20" src="https://i.imgur.com/RyupyDF.png"/> | SpreeTV.au | | 5 | Spree TV | [x]() | <img height="20" src="https://i.imgur.com/RyupyDF.png"/> | SpreeTV.au |
| 3 | ABC Kids | [x]() | <img height="20" src="https://i.imgur.com/GWDRR1t.png"/> | ABCKids.au | | 3 | ABC Kids | [x]() | <img height="20" src="https://i.imgur.com/GWDRR1t.png"/> | ABCKids.au |
| 4 | ABC Me | [>](https://c.mjh.nz/101002210224/) | <img height="20" src="https://i.imgur.com/gBh54wY.png"/> | ABCMe.au | | 4 | ABC Me | [>](https://c.mjh.nz/101002210224/) | <img height="20" src="https://i.imgur.com/gBh54wY.png"/> | ABCMe.au |
| 5 | ABC News | [>](https://abc-iview-mediapackagestreams-2.akamaized.net/out/v1/6e1cc6d25ec0480ea099a5399d73bc4b/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/d/df/ABC_News_Channel.svg/640px-ABC_News_Channel.svg.png"/> | ABCNews.au | | 5 | ABC News | [>](https://abc-iview-mediapackagestreams-2.akamaized.net/out/v1/6e1cc6d25ec0480ea099a5399d73bc4b/index.m3u8) | <img height="20" src="https://i.imgur.com/GpgrYCb.png"/> | ABCNews.au |
| 8 | M4TV | [>](https://5a32c05065c79.streamlock.net/live/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/HZohlNk.png"/> | M4TV.au |
| 5 | SBS Viceland | [x]() | <img height="20" src="https://i.imgur.com/WMKCkD0.png"/> | SBSViceland.au | | 5 | SBS Viceland | [x]() | <img height="20" src="https://i.imgur.com/WMKCkD0.png"/> | SBSViceland.au |
| 5 | SBS World Movies| [x]() | <img height="20" src="https://i.imgur.com/V6hhtCx.png"/> | SBSWorldMovies.au | | 5 | SBS World Movies| [x]() | <img height="20" src="https://i.imgur.com/V6hhtCx.png"/> | SBSWorldMovies.au |
| 5 | SBS Food | [x]() | <img height="20" src="https://i.imgur.com/qN9p4h0.png"/> | SBSFood.au | | 5 | SBS Food | [x]() | <img height="20" src="https://i.imgur.com/qN9p4h0.png"/> | SBSFood.au |
@@ -27,7 +26,7 @@ https://www.freeview.com.au
| 5 | 7flix | [x]() | <img height="20" src="https://i.imgur.com/6iIYCyC.png"/> | 7flix.au | | 5 | 7flix | [x]() | <img height="20" src="https://i.imgur.com/6iIYCyC.png"/> | 7flix.au |
| 5 | Racing.com | [>](https://racingvic-i.akamaized.net/hls/live/598695/racingvic/1500.m3u8) | <img height="20" src="https://i.imgur.com/pma0OCf.png"/> | Racingcom.au | | 5 | Racing.com | [>](https://racingvic-i.akamaized.net/hls/live/598695/racingvic/1500.m3u8) | <img height="20" src="https://i.imgur.com/pma0OCf.png"/> | Racingcom.au |
| 5 | 9Gem | [x]() | <img height="20" src="https://i.imgur.com/sWmE1kq.png"/> | 9Gem.au | | 5 | 9Gem | [x]() | <img height="20" src="https://i.imgur.com/sWmE1kq.png"/> | 9Gem.au |
| 5 | 9Go! Ⓖ | [>](https://9now-livestreams.akamaized.net/hls/live/2008312/go-syd/master.m3u8) | <img height="20" src="https://i.imgur.com/1CFGu5O.png"/> | 9Go.au | | 5 | 9Go! | [x]() | <img height="20" src="https://i.imgur.com/1CFGu5O.png"/> | 9Go.au |
| 5 | 9Life Ⓖ | [>](https://9now-livestreams.akamaized.net/hls/live/2008313/life-syd/master.m3u8) | <img height="20" src="https://i.imgur.com/ZCUiqlL.png"/> | 9Life.au | | 5 | 9Life | [x]() | <img height="20" src="https://i.imgur.com/ZCUiqlL.png"/> | 9Life.au |
| 5 | 9Rush Ⓖ | [>](https://9now-livestreams.akamaized.net/hls/live/2010626/rush-syd/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/c/c2/Logo_of_9RUSH.png"/> | 9Rush.au | | 5 | 9Rush | [x]() | <img height="20" src="https://i.imgur.com/krGjoHU.png"/> | 9Rush.au |
| 5 | C31 Melbourne | [x]() | <img height="20" src="https://i.imgur.com/dXwkFei.png"/> | C31Melbourne.au | | 5 | C31 Melbourne | [x]() | <img height="20" src="https://i.imgur.com/dXwkFei.png"/> | C31Melbourne.au |
+16 -14
View File
@@ -4,17 +4,19 @@
https://wiki.ubuntuusers.de/Internet-TV/Stationen https://wiki.ubuntuusers.de/Internet-TV/Stationen
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:--:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | ORF 1 Ⓖ | [>](https://orf1.mdn.ors.at/out/u/orf1/q8c/manifest.m3u8) | <img height="20" src="https://i.imgur.com/ft2LuRl.jpg"/> | ORF1.at | | 1 | ORF 1 Ⓖ | [>](https://orf1.mdn.ors.at/out/u/orf1/q8c/manifest.m3u8) | <img height="20" src="https://i.imgur.com/ft2LuRl.jpg"/> | ORF1.at |
| 2 | ORF 2 Ⓖ | [>](https://orf2.mdn.ors.at/out/u/orf2/q8c/manifest.m3u8) | <img height="20" src="https://i.imgur.com/yPVDaXv.png"/> | ORF2.at | | 2 | ORF 2 Ⓖ | [>](https://orf2.mdn.ors.at/out/u/orf2/q8c/manifest.m3u8) | <img height="20" src="https://i.imgur.com/yPVDaXv.png"/> | ORF2.at |
| 3 | ORF III Ⓖ | [>](https://orf3.mdn.ors.at/out/u/orf3/q8c/manifest.m3u8) | <img height="20" src="https://i.imgur.com/6BuiUE7.png"/> | ORFIII.at | | 3 | ORF III Ⓖ | [>](https://orf3.mdn.ors.at/out/u/orf3/q8c/manifest.m3u8) | <img height="20" src="https://i.imgur.com/6BuiUE7.png"/> | ORFIII.at |
| 4 | ORF Sport + Ⓖ | [>](https://orfs.mdn.ors.at/out/u/orfs/q8c/manifest.m3u8) | <img height="20" src="https://i.imgur.com/MVNZ4gf.png"/> | ORFSportPlus.at | | 4 | ORF Sport + Ⓖ | [>](https://orfs.mdn.ors.at/out/u/orfs/q8c/manifest.m3u8) | <img height="20" src="https://i.imgur.com/MVNZ4gf.png"/> | ORFSportPlus.at |
| 5 | Servus TV Ⓖ | [>](https://rbmn-live.akamaized.net/hls/live/2002825/geoSTVATweb/master.m3u8) | <img height="20" src="https://i.imgur.com/zDWhSxq.png"/> | ServusTVOsterreich.at | | 5 | Servus TV Ⓖ | [>](https://rbmn-live.akamaized.net/hls/live/2002825/geoSTVATweb/master.m3u8) | <img height="20" src="https://i.imgur.com/zDWhSxq.png"/> | ServusTVOsterreich.at |
| 6 | oe24 | [>](https://varoe24live.sf.apa.at/oe24-live1/oe24.smil/chunklist_b1900000.m3u8) | <img height="20" src="https://i.imgur.com/8UTkcPn.png"/> | Oe24TV.at | | 6 | oe24 | [>](https://varoe24live.sf.apa.at/oe24-live1/oe24.smil/chunklist_b1900000.m3u8) | <img height="20" src="https://i.imgur.com/8UTkcPn.png"/> | Oe24TV.at |
| 7 | W24 | [>](https://ms01.w24.at/W24/smil:liveevent.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/PGb4wYw.png"/> | W24.at | | 7 | W24 | [>](https://ms01.w24.at/W24/smil:liveevent.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/PGb4wYw.png"/> | W24.at |
| 8 | P3TV | [>](http://p3-6.mov.at:1935/live/weekstream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1sPhZ57.png"/> | P3tv.at | | 8 | M4TV | [>](https://5a32c05065c79.streamlock.net/live/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/HZohlNk.png"/> | M4TV.au |
| 9 | RTV | [>](http://iptv.rtv-ooe.at/stream.m3u8) | <img height="20" src="https://i.imgur.com/oD7GQxT.png"/> | RTV.at | | 9 | P3TV | [>](http://p3-6.mov.at:1935/live/weekstream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1sPhZ57.png"/> | P3tv.at |
| 10 | RTS Ⓖ | [>](https://58b42f6c8c9bf.streamlock.net:8080/live/RTS2015/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Bhv7lvy.png"/> | TVTV.at | | 10 | RTV | [>](http://iptv.rtv-ooe.at/stream.m3u8) | <img height="20" src="https://i.imgur.com/oD7GQxT.png"/> | RTV.at |
| 11 | Tirol TV Ⓖ | [>](http://lb.hd-livestream.de:1935/live/TirolTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1E7Nflo.jpg"/> | TirolTV.at | | 11 | RTS Ⓖ | [>](https://58b42f6c8c9bf.streamlock.net:8080/live/RTS2015/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Bhv7lvy.png"/> | TVTV.at |
| 12 | R9 | [>](https://ms01.w24.at/R9/smil:liveeventR9.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2fxVYsL.jpg"/> | R9.at | | 12 | Tirol TV Ⓖ | [>](http://lb.hd-livestream.de:1935/live/TirolTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1E7Nflo.jpg"/> | TirolTV.at |
| 13 | R9 | [>](https://ms01.w24.at/R9/smil:liveeventR9.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2fxVYsL.jpg"/> | R9.at |
-42
View File
@@ -1,42 +0,0 @@
<h1>Azerbaijan</h1>
* https://az.wikipedia.org/wiki/Azərbaycan_televiziya_kanallarının_siyahısı
<h2>DVB-S</h2>
* https://www.lyngsat.com/freetv/Azerbaijan.html
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | ARB 24 | [>](http://85.132.81.184:8080/arb/live/index.m3u8) | <img height="20" src="https://i.imgur.com/mtvIFyq.png"/> | ARB24.az |
| 0 | ARB Günəş Ⓢ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=ARMGunes) | <img height="20" src="https://i.imgur.com/dSg7KUK.png"/> | ArbGunes.az |
| 0 | ARB Ⓢ | [>](http://109.205.166.68/server124/arb/index.m3u8) | <img height="20" src="https://i.imgur.com/E97M2OL.png"/> | ARB.az |
| 0 | Azad TV Ⓢ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=ATVAz) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/ATV_%282012-h.h.%29.png/474px-ATV_%282012-h.h.%29.png"/> | AzadTV.az |
| 0 | AzStarTV | [>](http://live.azstartv.com/azstar/smil:azstar.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/di3XX5L.png"/> | AzStarTV.ca |
| 0 | AZTV Ⓢ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AZTV) | <img height="20" src="https://i.imgur.com/snBMMeH.png"/> | AZTV.az |
| 0 | Baku TV | [>](https://rtmp.baku.tv/live/bakutv_720p.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Baku_TV_%282018%29.png/640px-Baku_TV_%282018%29.png"/> | BakuTV.az |
| 0 | CBC | [>](https://stream.cbctv.az:5443/LiveApp/streams/cbctv.m3u8) | <img height="20" src="https://i.imgur.com/wVT0dwO.png"/> | CBC.az |
| 0 | CBC Sport Ⓖ | [>](https://mn-nl.mncdn.com/cbcsports_live/cbcsports/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/az/0/04/CBC_Sport_TV_loqo.png"/> | CBCSport.az |
| 0 | Dünya TV Ⓢ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=Dunya) | <img height="20" src="https://upload.wikimedia.org/wikipedia/az/5/5d/D%C3%BCnya_TV_%282019-h.h.%29.png"/> | DunyaTV.az |
| 0 | İctimai TV Ⓢ | [>](http://109.205.166.68/server124/ictimai_tv/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/%C4%B0ctimai_TV_%282021-h.h.%29.svg/470px-%C4%B0ctimai_TV_%282021-h.h.%29.svg.png"/> | IctimaiTV.az |
| 0 | İdman TV Ⓢ | [>](http://109.205.166.68/server124/idman_az/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/az/thumb/8/88/%C4%B0dman_Az%C9%99rbaycan_TV_loqo_%282019-h.h.%29.png/640px-%C4%B0dman_Az%C9%99rbaycan_TV_loqo_%282019-h.h.%29.png"/> | IdmanTV.az |
| 0 | Kanal S | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=KanalS) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Kanal_S_%282022%29.png/616px-Kanal_S_%282022%29.png"/> | KanalS.az |
| 0 | Mədəniyyət TV Ⓢ | [>](https://str.yodacdn.net/medeniyyet/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/f/fc/M%C9%99d%C9%99niyy%C9%99t_TV_logo.png"/> | MedeniyyetTV.az |
| 0 | Muz TV | [x]() | <img height="20" src="https://i.imgur.com/CjySP1V.png"/> | MuzTV.az |
| 0 | Real TV | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=RealTV) | <img height="20" src="https://i.imgur.com/e2KFL0R.png"/> | RealTV.az |
| 0 | Space TV Ⓢ | [>](http://109.205.166.68/server124/space_tv/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Space_TV_loqosu_%282023-h.h.%29.png/296px-Space_TV_loqosu_%282023-h.h.%29.png"/> | SpaceTV.az |
| 0 | TMB Azərbaycan | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TMBAzerbaijan) | <img height="20" src="https://upload.wikimedia.org/wikipedia/az/c/c2/TMB_TV_loqosu.png"/> |
| 0 | Topaz 2 | [x]() | <img height="20" src="https://www.lyngsat.com/logo/tv/tt/topaz_tv_az.png"/> |
| 0 | Xəzər Xəbər | [x]() | <img height="20" src="https://i.imgur.com/AuB8bnq.png"/> | XezerXeber.az |
<h2>myvideo.az</h2>
* http://myvideo.az/channels.aspx
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | Xəzər TV Ⓢ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=Xezer) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/a/a5/X%C9%99z%C9%99r_TV_%282023%29.png"/> | XezerTV.az |
| 0 | Səhiyyə TV | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=SehiyyeTV) | <img height="20" src="https://upload.wikimedia.org/wikipedia/az/thumb/c/cd/S%C9%99hiyy%C9%99_TV.png/640px-S%C9%99hiyy%C9%99_TV.png"/> | SehiyyeTV.az |
| 0  | MCJ TV SHOP | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=MCJTVShop) | <img height="20" src="https://tvtolive.com/wp-content/uploads/MCJ-TV-Shop-tvtolive.com_.jpg"/> |
| 0 | VIP HD | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AZ_VIP) | <img height="20" src="https://tvtolive.com/wp-content/uploads/VIP-TV-tvtolive.com_.jpg"/> |
| 0 | MTV Azerbaijan Ⓢ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=MTVAzerbaijan) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/MTV_Az%C9%99rbaycan_%282022%29.png/622px-MTV_Az%C9%99rbaycan_%282022%29.png"/> | MTVAzerbaijan.az |
+5 -28
View File
@@ -1,38 +1,15 @@
<h1>Belarus</h1> <h1>Belarus</h1>
<h2>DVB-T</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Беларусь 1 | [>](https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus1.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Belarus_1_logo.svg/742px-Belarus_1_logo.svg.png"/> | Belarus1.by |
| 0 | Беларусь 2 | [>](https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus2.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Belarus_2_logo.svg/742px-Belarus_2_logo.svg.png"/> | Belarus2.by |
| 0 | Беларусь 3 | [>](https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus3.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Belarus_3_logo.svg/742px-Belarus_3_logo.svg.png"/> | Belarus3.by |
| 4 | ОНТ Ⓢ | [>](https://stream.dc.beltelecom.by/ont/ont/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%9E%D0%9D%D0%A2%C2%BB.svg/991px-%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%9E%D0%9D%D0%A2%C2%BB.svg.png"/> | ONT.by |
| 0 | Беларусь 5 | [>](https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus5.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Belarus_5_logo.svg/742px-Belarus_5_logo.svg.png"/> | Belarus5.by |
| 5 | СТВ | [>](https://ctv.dc.beltelecom.by/ctv/ctv.stream/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D0%B1%D0%B5%D0%BB%D0%BE%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%B3%D0%BE_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%A1%D0%A2%D0%92%C2%BB.svg/640px-%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D0%B1%D0%B5%D0%BB%D0%BE%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%B3%D0%BE_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%A1%D0%A2%D0%92%C2%BB.svg.png"/> | STV.by |
<h2>DVB-S</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | Беларусь 24 | [>](https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus24.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/Belarus_24_logo.svg/742px-Belarus_24_logo.svg.png"/> | Belarus24.by |
<h2>Internet</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | Беларусь 5 Интернет | [>](https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus5int.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rzPQ9Iz.png"/> | Belarus5Internet.by |
<h2>Other</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | 1Mus | [>](http://hz1.teleport.cc/HLS/HD.m3u8) | <img height="20" src="https://i.imgur.com/PozF9MT.png"/> | FirstMusicChannel.by | | 1 | 1Mus | [>](http://hz1.teleport.cc/HLS/HD.m3u8) | <img height="20" src="https://i.imgur.com/PozF9MT.png"/> | FirstMusicChannel.by |
| 2 | 8 Kanal Vitebsk Ⓢ | [>](http://95.46.208.8:24433/art) | <img height="20" src="https://i.imgur.com/tjwBSTF.jpg"/> | 8kanal.by | | 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 | | 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 | | 7 | Hawe TV Vitebsk Ⓢ | [>](http://95.46.208.8:26259/nashe) | <img height="20" src="https://i.imgur.com/HOb5m5f.jpg"/> | NasheTV.by |
| 9 | Pervyy Muzykal'nyy BY Ⓢ | [>](http://rtmp.one.by:1200) | <img height="20" src="https://i.imgur.com/7tFiG6S.jpg"/> | FirstMusicChannel.by | | 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 | | 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"/> | RadioHit.ru | | 11 | Radio HIT Orsk | [>](http://hithd.camsh.orsk.ru/hls/hithd.m3u8) | <img height="20" src="https://i.imgur.com/e2RyN4r.jpg"/> |
| 12 | Vitebsk Telekanal | [>](https://flu.vtv.by/tvt-non-by/tracks-v1a1/mono.m3u8) | <img height="20" src="https://i.imgur.com/FXAqELU.jpg"/> | Vitebsk.by | | 12 | Vitebsk Telekanal | [>](https://flu.vtv.by/tvt-non-by/tracks-v1a1/mono.m3u8) | <img height="20" src="https://i.imgur.com/FXAqELU.jpg"/> | Vitebsk.by |
-29
View File
@@ -1,29 +0,0 @@
<h1>Bosnia and Herzegovina</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | BHT 1 Ⓢ | [>](https://webtvstream.bhtelecom.ba/hls15/bhrtportal.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/9/93/Logo_of_BHT_1_%282003-2012%29.png" /> | BHT1.ba |
| 2 | Federalna televizija (FTV) Ⓢ | [>](http://94.250.2.6:7374/play/a02s/index.m3u8) | <img height="20" src="https://i.imgur.com/Jpvs4u3.png" /> | FederalnaTV.ba |
| 3 | Televizija Republike Srpske (RTRS) Ⓢ | [>](https://uzivo.rtrs.tv/tv/live/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/7d/RTRS_Logo.svg/640px-RTRS_Logo.svg.png" /> | RTRSTV.ba |
| 3 | RTRS PLUS Ⓢ | [>](https://pluslive.rtrs.tv/plus/plus/playlist.m3u8) | <img height="20" src="https://i.imgur.com/k06WvYl.png"/> | RTRSplus.ba |
| 4 | N1 Bosna i Hercegovina | [>](https://best-str.umn.cdn.united.cloud/stream?channel=n1bos&p=n1Sh4redSecre7iNf0&sp=n1info&stream=sp1400&u=n1info) | <img height="20" src="https://i.imgur.com/72oMSWz.png"/> | N1BosniaHerzegovina.ba |
| 5 | RTV HB Ⓢ | [>](https://prd-hometv-live-open.spectar.tv/ERO_1_083/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/6/60/Logo_of_TV_Herceg-Bosne.png"/> | RTVHB.ba |
| 6 | RTV BN | [>](https://rtvbn.tv:8080/live/index.m3u8) | <img height="20" src="https://i.imgur.com/DUBvfWb.png"/> | BNTV.ba |
| 7 | RTV Glas Drine | [>](http://glasdrine.cutuk.net:8081/433ssdsw/GlasDrineSD/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9NgxOdb.png"/> | RTVGlasDrine.ba |
| 8 | Sevdah Ⓢ | [>](https://restreamer2.tnt.ba/hls/stream.m3u8) | <img height="20" src="https://i.imgur.com/V6W3yEp.png"/> | SevdahTV.ba |
| 9 | TNT Kids | [>](https://restreamer1.tnt.ba/hls/tntkids.m3u8) | <img height="20" src="https://i.imgur.com/irTDbpn.png"/> | TNTKidsTV.ba |
| 10 | Televizija 5 | [>](https://balkanmedia.dynu.net/hls/tv5web.m3u8) | <img height="20" src="https://i.imgur.com/znpvJys.png"/> | Televizija5.ba |
| 11 | Kanal 6 | [>](https://restreamer1.tnt.ba/hls/kanal6.m3u8) | <img height="20" src="https://i.imgur.com/GGhvR0l.png"/> | Kanal6.ba |
| 12 | SuperTV | [>](https://mirtv.club/live/mirtv/index.m3u8) | <img height="20" src="https://i.imgur.com/XYWgd3E.png"/> | SuperTV.ba |
<h2>Cantonal</h2>
https://en.wikipedia.org/wiki/Television_in_Bosnia_and_Herzegovina#Public_funding
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | TVSA | [x]() | <img height="20" src="https://i.imgur.com/4b2By8o.png"/> | TVSA.ba |
| 2 | RTV TK | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/1/1a/Logo_of_RTV_TK.png"/> | RTVTK.ba |
| 3 | RTV USK | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/f/ff/Logo_of_RTVUSK.png"/> | RTVUSK.ba |
| 4 | RTV ZE Ⓢ | [>](https://stream.rtvze.ba/live/123/123.m3u8) | <img height="20" src="https://i.imgur.com/TKUaflB.png"/> | RTVZenica.ba |
| 5 | TV BPK Ⓢ | [>](http://94.250.2.6:7374/play/a02u/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/d/df/Logo_of_RTV_BPK_Gora%C5%BEde.jpg" /> | RTVBPK.ba |
+8 -9
View File
@@ -6,14 +6,13 @@
| 2 | COM Brasil | [>](https://596639ebdd89b.streamlock.net/8032/8032/index.m3u8) | <img height="20" src="https://i.imgur.com/c8ztQnF.png"/> | COMBrasil.br | | 2 | COM Brasil | [>](https://596639ebdd89b.streamlock.net/8032/8032/index.m3u8) | <img height="20" src="https://i.imgur.com/c8ztQnF.png"/> | COMBrasil.br |
| 3 | CNN Brasil Ⓢ | [x](https://streaming.cnnbrasil.com.br/cnndigital_main.m3u8) | <img height="20" src="https://i.imgur.com/FYdDmO1.png"/> | CNNBrasil.br | | 3 | CNN Brasil Ⓢ | [x](https://streaming.cnnbrasil.com.br/cnndigital_main.m3u8) | <img height="20" src="https://i.imgur.com/FYdDmO1.png"/> | CNNBrasil.br |
| 4 | SBT Ⓢ | [>](http://wz4.dnip.com.br/bemtv/bemtv.sdp/playlist.m3u8) | <img height="20" src="https://logodownload.org/wp-content/uploads/2013/12/sbt-logo.png"/> | SBTNacional.br | | 4 | SBT Ⓢ | [>](http://wz4.dnip.com.br/bemtv/bemtv.sdp/playlist.m3u8) | <img height="20" src="https://logodownload.org/wp-content/uploads/2013/12/sbt-logo.png"/> | SBTNacional.br |
| 5 | AgroBrasil TV | [>](http://45.162.230.234:1935/agrobrasiltv/agrobrasiltv/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/pt/6/60/Logo_AgroBrasilTV.jpg"/> | AgroBrasilTV.br | | 5 | AgroBrasil TV | [>](http://45.162.230.234:1935/agrobrasiltv/agrobrasiltv/playlist.m3u8) | <img height="20" src="https://www.costadosol.tv.br/site/wp-content/uploads/2017/12/agro-brasil.png"/> | AgroBrasilTV.br |
| 6 | Futura | [>](https://tv.unisc.br/hls/test.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/pt/d/d9/Logo-futura-horizontal.png"/> | CanalFutura.br | | 6 | Futura | [>](https://tv.unisc.br/hls/test.m3u8) | <img height="20" src="https://eonteambrasil.com.br/SharedAssets/logo-canais/futura.jpg"/> | CanalFutura.br |
| 7 | Record | [x](https://playplusmao-lh.akamaihd.net/i/pp_mao@409195/master.m3u8) | <img height="20" src="https://i.imgur.com/TD6ZJoa.png"/> | RecordTV.br | | 7 | Record | [>](https://playplusmao-lh.akamaihd.net/i/pp_mao@409195/master.m3u8) | <img height="20" src="https://i.imgur.com/TD6ZJoa.png"/> | RecordTV.br |
| 8 | RBC | [>](http://rbc.directradios.com:1935/rbc/rbc/live.m3u8) | <img height="20" src="https://portal.rbc1.com.br/public/portal/img/layout/logorbc.png"/> | | 8 | RBC | [>](http://rbc.directradios.com:1935/rbc/rbc/live.m3u8) | <img height="20" src="http://portal.rbc1.com.br/public/portal/img/layout/logorbc.png"/> |
| 9 | Anime TV | [>](https://stmv1.srvif.com/animetv/animetv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fuuv2uP.jpg"/> | AnimeTV.br | | 9 | Anime TV | [>](https://stmv1.srvif.com/animetv/animetv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fuuv2uP.jpg"/> | AnimeTV.br |
| 10 | Record News Ⓢ | [x](https://playplusnews-lh.akamaihd.net/i/pp_nws@377849/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/pt/c/c7/Logotipo_da_Record_News_%282016%29.png"/> | RecordNews.br | | 10 | Record News Ⓢ | [>](https://playplusnews-lh.akamaihd.net/i/pp_nws@377849/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/pt/c/c7/Logotipo_da_Record_News_%282016%29.png"/> | RecordNews.br |
| 11 | ISTV | [>](https://stmv1.srvstm.com/sistema7933/sistema7933/chunklist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/pt/b/b5/Logotipo_da_ISTV.png"/> | ISTVHD.br | | 11 | ISTV | [>](https://cdn.jmvstream.com/w/LVW-9883/LVW9883_lFcfKysrHF/chunklist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/pt/6/63/Logo-istv.png"/> | ISTVHD.br |
| 12 | Rede Brasil | [>](https://5cf4a2c2512a2.streamlock.net/rbtv/rbtv/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/d/d1/Marca_rede_brasil_rgb-color.png"/> | RedeBrasil.br | | 12 | Rede Brasil | [>](https://59f2354c05961.streamlock.net:1443/rbtv/rbtv/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/pt/3/39/Logotipo_da_Rede_Brasil_de_Televis%C3%A3o.png"/> | RedeBrasil.br |
| 13 | TV Câmara | [>](https://stream3.camara.gov.br/tv1/manifest.m3u8) | <img height="20" src="https://i.imgur.com/UpV2PRk.png"/> | TVCamara.br | | 13 | TV Câmara | [>](https://stream3.camara.gov.br/tv1/manifest.m3u8) | <img height="20" src="https://i.imgur.com/UpV2PRk.png"/> | TVCamara.br |
| 14 | TVE RS | [>](http://selpro1348.procergs.com.br:1935/tve/stve/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/c/c2/Logotipo_da_TVE_RS.png"/> | | 14 | TVE RS | [>](http://selpro1348.procergs.com.br:1935/tve/stve/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/pt/c/c2/Logotipo_da_TVE_RS.png"/> |
| 15 | Fora Tedio TV | [>](http://stream.foratedio.com/foratedio/foratedio/playlist.m3u8) | <img height="20" src="https://play.foratedio.com/img/foratedio-watermark.png"/> |
-21
View File
@@ -1,21 +0,0 @@
<h1>Bulgaria</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | BNT1 | [x]() | <img height="20" src="https://i.imgur.com/7JU9b5j.png"/> | BNT1.bg |
| 2 | bTV | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/BTV_Bulgaria_logo.svg/320px-BTV_Bulgaria_logo.svg.png"/> | bTV.bg |
| 3 | Nova TV | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/NOVA_logo.svg/167px-NOVA_logo.svg.png"/> | NovaTV.bg |
| 5 | Bulgaria On Air | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/6/61/Bulgariaonair.png"/> | BulgariaOnAir.bg |
| 7 | BNT2 | [x]() | <img height="20" src="https://i.imgur.com/FyTUr9Q.png"/> | BNT2.bg |
| 64 | BNT3 | [x]() | <img height="20" src="https://i.imgur.com/pPpSJ4u.png"/> | BNT3.bg |
| 0 | Nova News | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/f/fc/Nova_News_Bulgaria_logo.png"/> | NovaNews.bg |
| 8 | City TV Ⓢ | [>](https://tv.city.bg/play/tshls/citytv/index.m3u8) | <img height="20" src="https://i.imgur.com/BjRTbrU.png"/> | City.bg |
<h2>DVB-S</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | BNT4 | [x]() | <img height="20" src="https://i.imgur.com/Lw8b3yu.png"/> | BNT4.bg |
| 0 | Euronews Bulgaria Ⓨ | [>](https://www.youtube.com/channel/UCU1i6qBMjY9El6q5L2OK8hA/live) | <img height="20" src="https://i.imgur.com/RrQVoOg.png"/> | EuroNewsBulgaria.bg |
| 0 | TV1 | [>](https://tv1.cloudcdn.bg/temp/livestream.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/6/64/Tv1-new.png"/> | TV1.bg |
+28 -28
View File
@@ -4,8 +4,8 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:---------------:|:-----:|:----:|:------:| |:---:|:---------------:|:-----:|:----:|:------:|
| 1 | CBC Toronto | [>](https://bozztv.com/teleyupp1/teleup-ydcl2V1MVC/playlist.m3u8) | <img height="20" src="https://i.imgur.com/H5yEbxf.png"/> | CBCTDT.ca | | 1 | CBC Toronto | [>](https://bozztv.com/teleyupp1/teleup-ydcl2V1MVC/playlist.m3u8) | <img height="20" src="https://i.imgur.com/H5yEbxf.png"/> |
| 2 | Citytv | [>](https://bozztv.com/teleyupp1/teleup-iSykLSKMFr/tracks-v1a1/mono.m3u8) | <img height="20" src="https://i.imgur.com/BlFNlHz.png"/> | | 2 | Citytv | [>](https://bozztv.com/teleyupp1/teleup-iSykLSKMFr/tracks-v1a1/mono.m3u8) | <img height="20" src="https://i.imgur.com/BlFNlHz.png"/> |
| 3 | CTV Toronto | [>](https://bozztv.com/teleyupp1/teleup-zxsJFt6VvY/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qOutOWN.png"/> | | 3 | CTV Toronto | [>](https://bozztv.com/teleyupp1/teleup-zxsJFt6VvY/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qOutOWN.png"/> |
| 4 | Global Toronto | [>](https://d128o1k7zh3htz.cloudfront.net/out/v1/74a58360a3734f97b74ba439bc678044/index.m3u8) | <img height="20" src="https://i.imgur.com/2CxLO4H.png"/> | | 4 | Global Toronto | [>](https://d128o1k7zh3htz.cloudfront.net/out/v1/74a58360a3734f97b74ba439bc678044/index.m3u8) | <img height="20" src="https://i.imgur.com/2CxLO4H.png"/> |
| 5 | Global Calgary | [>](https://dfmjr9irb1dl5.cloudfront.net/out/v1/454010ff309e4963a087f5802856e346/index.m3u8) | <img height="20" src="https://i.imgur.com/2CxLO4H.png"/> | | 5 | Global Calgary | [>](https://dfmjr9irb1dl5.cloudfront.net/out/v1/454010ff309e4963a087f5802856e346/index.m3u8) | <img height="20" src="https://i.imgur.com/2CxLO4H.png"/> |
@@ -17,41 +17,41 @@
| 12 | NTV | [>](http://152.89.62.111:8080/nXyAiP3DNp/QgOuvocpGv/223012) | <img height="20" src="https://i.imgur.com/b8W3Aah.png"/> | | 12 | NTV | [>](http://152.89.62.111:8080/nXyAiP3DNp/QgOuvocpGv/223012) | <img height="20" src="https://i.imgur.com/b8W3Aah.png"/> |
| 13 | CHCH | [>](http://152.89.62.111:8080/nXyAiP3DNp/QgOuvocpGv/222841) | <img height="20" src="https://i.imgur.com/jYSXaga.png"/> | | 13 | CHCH | [>](http://152.89.62.111:8080/nXyAiP3DNp/QgOuvocpGv/222841) | <img height="20" src="https://i.imgur.com/jYSXaga.png"/> |
| 14 | CHECK | [x]() | <img height="20" src=""/> | | 14 | CHECK | [x]() | <img height="20" src=""/> |
| 15 | ONNtv Ontario | [>](https://onntv.vantrix.tv:443/onntv_hls/1080p/onntv_hls-HLS-1080p.m3u8) | <img height="20" src="https://i.imgur.com/zz5ST9K.png"/> | ONNtv.ca | | 15 | ONNtv Ontario | [>](https://onntv.vantrix.tv:443/onntv_hls/1080p/onntv_hls-HLS-1080p.m3u8) | <img height="20" src="https://i.imgur.com/zz5ST9K.png"/> |
| 16 | Star TV | [>](http://live.canadastartv.com:1935/canadastartv/canadastartv/playlist.m3u) | <img height="20" src="https://i.imgur.com/Ap54LCC.png"/> | | 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"/> | CBCNewsNetwork.ca | | 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"/> | CTVNewsChannel.ca | | 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://i.mjh.nz/PlutoTV/62cbef9ebb857100072fc187-alt.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 | [>](https://i.mjh.nz/PlutoTV/62cbf063257170000724590c-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CHANDT.ca | | 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 | [>](https://i.mjh.nz/PlutoTV/62cbf23dcfb48300077f8348-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CICTDT.ca | | 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 | [>](https://i.mjh.nz/PlutoTV/62cbf398b8e02600071deda5-alt.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 | [>](https://i.mjh.nz/PlutoTV/62cbf4964446e2000742073e-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CKWSDT.ca | | 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 | [>](https://i.mjh.nz/PlutoTV/62cbfbd6ad95670007f567af-alt.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 | [>](https://i.mjh.nz/PlutoTV/62cbfcd8c2db990007861e43-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CHEXDT.ca | | 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 | [>](https://i.mjh.nz/PlutoTV/62cbff53ca8f2200080253b5-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CFREDT.ca | | 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 | [>](https://i.mjh.nz/PlutoTV/62cc00359cb58900088dc840-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CFSKDT.ca | | 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 | [x](https://d8i9f8op7jmyk.cloudfront.net/out/v1/89a3f0453e134472a2101f6264d055ae/index.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://i.mjh.nz/PlutoTV/62cc0120880c890007191016-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CKNDDT.ca | | 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://d7z3qjdsxbwoq.cloudfront.net/groupa/live/f9809cea-1e07-47cd-a94d-2ddd3e1351db/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/AbdFD0S.png"/> | CPACEnglish.ca | | 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> <h2>French</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo |
|:---:|:------------:|:------:|:----:|:------:| |:---:|:------------:|:------:|:-----:
| 1 | ICI RDI | [>](https://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/ICI_RDI_logo.svg/640px-ICI_RDI_logo.svg.png"/> | IciRDI.ca | | 1 | ICI RDI | [>](https://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8) | <img height="20" src="https://i.imgur.com/jtyrp30.png"/> |
| 2 | ICI Télé HD Ⓖ | [>](https://rcavlive.akamaized.net/hls/live/696615/xcancbft/master.m3u8) | <img height="20" src="https://i.imgur.com/HsSi3NV.png"/> | | 2 | ICI Télé HD Ⓖ | [>](https://rcavlive.akamaized.net/hls/live/696615/xcancbft/master.m3u8) | <img height="20" src="https://i.imgur.com/HsSi3NV.png"/> |
| 3 | TVA Ⓖ | [>](https://tvalive.akamaized.net/hls/live/2012413/tva01/master.m3u8) | <img height="20" src="https://i.imgur.com/1GR8Szn.png"/> | | 3 | TVA Ⓖ | [>](https://tvalive.akamaized.net/hls/live/2012413/tva01/master.m3u8) | <img height="20" src="https://i.imgur.com/1GR8Szn.png"/> |
| 4 | Noovo | [>](https://pe-ak-lp04a-9c9media.akamaized.net/live/NOOVO/p/dash/00000001/f481c583dbd06b6c/manifest.mpd) | <img height="20" src="https://i.imgur.com/BL9ziSJ.png"/> | | 4 | Noovo | [>](https://pe-ak-lp04a-9c9media.akamaized.net/live/NOOVO/p/dash/00000001/f481c583dbd06b6c/manifest.mpd) | <img height="20" src="https://i.imgur.com/BL9ziSJ.png"/> |
| 5 | Télé Québec | [>](https://bcovlive-a.akamaihd.net/575d86160eb143458d51f7ab187a4e68/us-east-1/6101674910001/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8grBWK9.png"/> | CIVMDT.ca | | 5 | Télé Québec | [>](https://bcovlive-a.akamaihd.net/575d86160eb143458d51f7ab187a4e68/us-east-1/6101674910001/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8grBWK9.png"/> |
| 6 | Savoir Média | [>](https://hls.savoir.media/live/stream.m3u8) | <img height="20" src="https://i.imgur.com/pa4wOVY.png"/> | CFTUDT.ca | | 6 | Savoir Média | [>](https://hls.savoir.media/live/stream.m3u8) | <img height="20" src="https://i.imgur.com/pa4wOVY.png"/> |
| 7 | CPAC (FR) | [>](https://bcsecurelivehls-i.akamaihd.net/hls/live/680604/1242843915001_3/master.m3u8) | <img height="20" src="https://i.imgur.com/AbdFD0S.png"/> | CPACFrench.ca | | 7 | CPAC (FR) | [>](https://bcsecurelivehls-i.akamaihd.net/hls/live/680604/1242843915001_3/master.m3u8) | <img height="20" src="https://i.imgur.com/AbdFD0S.png"/> |
<h2>Multilingual</h2> <h2>Multilingual</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo |
|:---:|:-----------------:|:------:|:----:|:------:| |:---:|:-----------------:|:------:|:-----:
| 1 | APTN | [x]() | <img height="20" src="https://i.imgur.com/S213Hyb.png"/> | | 1 | APTN | [x]() | <img height="20" src="https://i.imgur.com/S213Hyb.png"/> |
| 2 | Omni Television | [x]() | <img height="20" src=""/> | | 2 | ICI International | [x]() | <img height="20" src=""/> |
| 3 | ICI Montreal | [>](https://amdici.akamaized.net/hls/live/873426/ICI-Live-Stream/master.m3u8) | <img height="20" src="https://i.imgur.com/Z1b2TJD.png"/> | CBFTDT.ca | | 3 | Omni Television | [x]() | <img height="20" src=""/> |
| 4 | Toronto 360 TV | [>](http://cdn3.toronto360.tv:8081/toronto360/hd/playlist.m3u8) | <img height="20" src="https://i.imgur.com/PkWndsv.png"/> | Toronto360.tv | | 4 | Ici Television | [>](https://ici-i.akamaihd.net/hls/live/873426/ICI-Live-Stream/master.m3u8) | <img height="20" src="https://i.imgur.com/Z1b2TJD.png"/> |
-10
View File
@@ -1,10 +0,0 @@
<h1>Chad</h1>
<h2>DVB-S</h2>
* https://www.lyngsat.com/freetv/Chad.html
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | Tchad 24 | [>](http://102.131.58.110/out_1/index.m3u8) | <img height="20" src="https://www.lyngsat.com/logo/tv/tt/tchad-24-td.png"/> | Tchad24.td |
| 0 | Télé Tchad Ⓢ | [>](https://strhlslb01.streamakaci.tv/str_tchad_tchad/str_tchad_multi/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/b/b6/Logo_T%C3%A9l%C3%A9_Tchad.png"/> | TeleTchad.td |
-25
View File
@@ -1,25 +0,0 @@
<h1>Chile</h1>
| # | Channel | Link | Logo | EPG id |
|:--:|:--------------:|:-----:|:----:|:------:|
| 1 | UCV Televisión | [>](https://unlimited1-cl-isp.dps.live/ucvtv2/ucvtv2.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2VL4Pts.png"/> | UCVTV.cl |
| 2 | TVN Ⓖ | [>](https://sktv-forwarders.7m.pl/get.php?x=TVN) | <img height="20" src="https://i.imgur.com/WoN1dai.png"/> | TVN.cl |
| 3 | 24 horas | [>](https://mdstrm.com/live-stream-playlist/57d1a22064f5d85712b20dab.m3u8) | <img height="20" src="https://i.imgur.com/0rF6Kub.png"/> | 24Horas.cl |
| 4 | NTV Ⓖ | [>](https://mdstrm.com/live-stream-playlist/5aaabe9e2c56420918184c6d.m3u8) | <img height="20" src="https://i.imgur.com/pt2Kj1A.png"/> | NTV.cl |
| 5 | TV Chile Ⓖ | [>](https://mdstrm.com/live-stream-playlist/533adcc949386ce765657d7c.m3u8) | <img height="20" src="https://i.imgur.com/yCL888l.png"/> | TVChile.cl |
| 6 | Canal 13 | [>](https://sktv-forwarders.7m.pl/get.php?x=Canal13) | <img height="20" src="https://i.imgur.com/JIo1HBs.png"/> | Canal13.cl |
| 7 | TV+ Ⓖ | [>](https://mdstrm.com/live-stream-playlist/5c0e8b19e4c87f3f2d3e6a59.m3u8) | <img height="20" src="https://i.imgur.com/NtuZIEJ.png"/> | TVPlus.cl |
| 8 | Chilevisión Ⓖ | [>](https://sktv-forwarders.7m.pl/get.php?x=Chilevision) | <img height="20" src="https://i.imgur.com/2Pu8yXf.png"/> | ChileVision.cl |
| 9 | UChile TV | [>](https://unlimited1-us.dps.live/uchiletv/uchiletv.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mF2W8Uh.png"/> | UChileTV.cl |
| 10 | T13 en vivo | [>](https://redirector.rudo.video/hls-video/10b92cafdf3646cbc1e727f3dc76863621a327fd/t13/t13.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3CEijac.png"/> | T13.cl |
| 11 | 13 Entretención | [>](https://origin.dpsgo.com/ssai/event/BBp0VeP6QtOOlH8nu3bWTg/master.m3u8) | <img height="20" src="https://i.imgur.com/1vTno0m.png"/> | 13E.cl |
| 12 | 13 Cultura | [>](https://origin.dpsgo.com/ssai/event/GI-9cp_bT8KcerLpZwkuhw/master.m3u8) | <img height="20" src="https://i.imgur.com/49QkKWv.png"/> | 13C.cl |
| 13 | 13 Prime | [>](https://origin.dpsgo.com/ssai/event/p4mmBxEzSmKAxY1GusOHrw/master.m3u8) | <img height="20" src="https://i.imgur.com/YwDFNxs.png"/> | 13P.cl |
| 14 | 13 Kids | [>](https://origin.dpsgo.com/ssai/event/LhHrVtyeQkKZ-Ye_xEU75g/master.m3u8) | <img height="20" src="https://i.imgur.com/m6y9AMe.png"/> | 13Kids.cl |
| 15 | 13 Realities | [>](https://origin.dpsgo.com/ssai/event/g7_JOM0ORki9SR5RKHe-Kw/master.m3u8) | <img height="20" src="https://i.imgur.com/p1Qpljw.png"/> | 13Realities.cl |
| 16 | 13 Teleseries | [>](https://origin.dpsgo.com/ssai/event/f4TrySe8SoiGF8Lu3EIq1g/master.m3u8) | <img height="20" src="https://i.imgur.com/aJMBnse.png"/> | 13T.cl |
| 17 | El Pingüino TV | [>](https://redirector.rudo.video/hls-video/339f69c6122f6d8f4574732c235f09b7683e31a5/pinguinotv/pinguinotv.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ohXs2NV.png"/> | ElPinguinoTV.cl |
| 18 | UCL | [>](https://redirector.rudo.video/hls-video/c54ac2799874375c81c1672abb700870537c5223/ucl/ucl.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/JxqVHPX.png"/> | UCL.uy |
| 19 | Deportes13 Ⓖ | [>](https://redirector.rudo.video/hls-video/ey6283je82983je9823je8jowowiekldk9838274/13d/13d.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/GRpxoPf.png"/> | D13.cl |
| 20 | TVN 3 | [>](https://mdstrm.com/live-stream-playlist/5653641561b4eba30a7e4929.m3u8) | <img height="20" src="https://i.imgur.com/84lWqRi.png"/> | TVN3.cl |
| 21 | Chilevisión Noticias | [>](https://redirector.rudo.video/hls-video/10b92cafdf3646cbc1e727f3dc76863621a327fd/chvn/chvn.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Qh6d0A9.png"/> | CHVNoticias.cl |
-47
View File
@@ -1,47 +0,0 @@
<h1>China</h1>
https://en.wikipedia.org/wiki/List_of_Chinese-language_television_channels
<h2>National networks</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | CCTV-1 综合 | [>](https://node1.olelive.com:6443/live/CCTV1HD/hls.m3u8) | <img height="20" src="https://i.imgur.com/uHU6Vc0.png"/> | CCTV1.cn |
| 2 | CCTV-2 财经 | [>](https://node1.olelive.com:6443/live/CCTV2HD/hls.m3u8) | <img height="20" src="https://i.imgur.com/6C9JEYt.png"/> | CCTV2.cn |
| 3 | CCTV-3 综艺 | [x](https://cctvwbcdtxyhw.liveplay.myqcloud.com/cctvwbcd/cdrmjzcctv3_1/index.m3u8) | <img height="20" src="https://i.imgur.com/Mh1N35D.png"/> | CCTV3.cn |
| 4 | CCTV-4 中文国际(亚) Ⓨ | [>](https://www.youtube.com/channel/UC4K_LI-Tn3-LshNgG0-YypQ/live) | <img height="20" src="https://i.imgur.com/ovUSVEQ.png"/> | CCTV4Asia.cn |
| 5 | CCTV-4 中文国际(欧)| [x]() | <img height="20" src="https://i.imgur.com/kx8metk.png"/> | CCTV4Europe.cn |
| 6 | CCTV-4 中文国际(美) Ⓢ | [>](https://global.cgtn.cicc.media.caton.cloud/master/cgtn-america.m3u8) | <img height="20" src="https://i.imgur.com/1TPiRqR.png"/> | CCTV4America.cn |
| 7 | CCTV-5 体育 | [>](https://node1.olelive.com:6443/live/CCTV5HD/hls.m3u8) | <img height="20" src="https://i.imgur.com/Mut2omN.png"/> | CCTV5.cn |
| 8 | CCTV-5+ 体育赛事 | [>](https://node1.olelive.com:6443/live/CCTV5PHD/hls.m3u8) | <img height="20" src="https://i.imgur.com/UNjmQVS.png"/> | CCTV5Plus.cn |
| 9 | CCTV-6 电影 | [x]() | <img height="20" src="https://i.imgur.com/SsPN5I3.png"/> | CCTV6.cn |
| 10 | CCTV-7 国防军事 | [>](https://node1.olelive.com:6443/live/CCTV7HD/hls.m3u8) | <img height="20" src="https://i.imgur.com/GhXlUpM.png"/> | CCTV7.cn |
| 11 | CCTV-8 电视剧 | [>](https://node1.olelive.com:6443/live/CCTV8HD/hls.m3u8) | <img height="20" src="https://i.imgur.com/Qg1opg9.png"/> | CCTV8.cn |
| 12 | CCTV-9 纪录 | [>](https://node1.olelive.com:6443/live/CCTV9HD/hls.m3u8) | <img height="20" src="https://i.imgur.com/Ruyzhu5.png"/> | CCTV9.cn |
| 13 | CCTV-10 科教 | [>](https://node1.olelive.com:6443/live/CCTV10HD/hls.m3u8) | <img height="20" src="https://i.imgur.com/W8JNs1s.png"/> | CCTV10.cn |
| 14 | CCTV-11 戏曲 | [x]() | <img height="20" src="https://i.imgur.com/0MeegZK.png"/> | CCTV11.cn |
| 15 | CCTV-12 社会与法 | [x]() | <img height="20" src="https://i.imgur.com/gZNwF1a.png"/> | CCTV12.cn |
| 16 | CCTV-13 新闻 | [>](https://node1.olelive.com:6443/live/CCTV13HD/hls.m3u8) | <img height="20" src="https://i.imgur.com/pPO8uJN.png"/> | CCTV13.cn |
| 17 | CCTV-14 少儿 | [x]() | <img height="20" src="https://i.imgur.com/SORrhtE.png"/> | CCTV14.cn |
| 18 | CCTV-15 音乐 | [x]() | <img height="20" src="https://i.imgur.com/V9I1ZyB.png"/> | CCTV15.cn |
| 19 | CCTV-16 奥林匹克 | [x]() | <img height="20" src="https://i.imgur.com/gaA4Cjy.png"/> | CCTV16.cn |
| 20 | CCTV-17 农业农村 | [>](https://node1.olelive.com:6443/live/CCTV17HD/hls.m3u8) | <img height="20" src="https://i.imgur.com/XMsoHut.png"/> | CCTV17.cn |
| 21 | CETV-1 | [>](http://txycsbl.centv.cn/zb/0628cetv1.m3u8) | <img height="20" src="https://i.imgur.com/AMcIAOV.png"/> | CETV1.cn |
| 22 | CETV-2 | [>](http://txycsbl.centv.cn/zb/0822cetv2.m3u8) | <img height="20" src="https://i.imgur.com/a9mvoeP.png"/> | CETV2.cn |
| 23 | CETV-3 | [>](http://txycsbl.centv.cn/zb/0822cetv3.m3u8) | <img height="20" src="https://i.imgur.com/t8o5ZKt.png"/> | CETV3.cn |
| 24 | CETV-4 | [>](http://txycsbl.centv.cn/zb/0822cetv4.m3u8) | <img height="20" src="https://i.imgur.com/BRe0ybV.png"/> | CETV4.cn |
| 25 | FZTV-1 News 新闻综合频道 | [x](http://live.zohi.tv/video/s10001-fztv-1/index.m3u8) | <img height="20" src="https://i.imgur.com/QvBxGw3.png"/> | FZTV1.cn |
| 26 | FZTV-2 Movie & Drama Channel 影视频道 | [x](http://live.zohi.tv/video/s10001-fztv-2/index.m3u8) | <img height="20" src="https://i.imgur.com/xRP80XS.png"/> | FZTV2.cn |
| 27 | FZTV-3 Lifestyle Channel 生活频道 | [x](http://live.zohi.tv/video/s10001-fztv-3/index.m3u8) | <img height="20" src="https://i.imgur.com/jt7CWDT.png"/> | FZTV3.cn |
| 28 | FZTV-4 Children 少儿频道 | [x](http://live.zohi.tv/video/s10001-fztv-4/index.m3u8) | <img height="20" src="https://i.imgur.com/J4WtNTX.png"/> | FZTVkids.cn |
<h2>Provincial and prefectural networks</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
<h2>Other</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:----------------:|:-----:|:----:|:------:|
| 1 | TV BRICS Chinese | [>](https://brics.bonus-tv.ru/cdn/brics/chinese/playlist.m3u8) | <img height="20" src="https://i.imgur.com/896132Z.png"/> | TVBRICSChinese.cn |
-11
View File
@@ -1,11 +0,0 @@
<h1>Costa Rica</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Canal 1 |[>](https://video20.klm99.com:3993/live/canal1crlive.m3u8) | <img height="20" src="https://cloudfront-us-east-1.images.arcpublishing.com/gruponacion/2XI5OC6MQZFXXBDGMRRDOZSL2Q.jpg"/> | Canal1.cr |
| 2 | Canal 2 CDR |[>](https://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8) | <img height="20" src="https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-2-Costa-Rica-en-vivo-Online.png"/> | Canal2.cr |
| 4 | Canal 4 |[>](https://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8) | <img height="20" src="https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-4-Costa-Rica-en-vivo-Online.png"/> | Canal4.cr |
| 6 | Canal 6 |[>](https://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8) | <img height="20" src="https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-6-Costa-Rica-en-vivo-Online.png"/> | Canal6.cr |
| 8 | Canal 8 |[>](http://mdstrm.com/live-stream-playlist/5a7b1e63a8da282c34d65445.m3u8) | <img height="20" src="https://platform-static.cdn.mdstrm.com/player/logo/5efe501c21d05a0722152f6d.png"/> | Canal8.cr |
| 11 | Canal 11 |[>](https://d3bgcstab9qhdz.cloudfront.net/hls/canal2.m3u8) | <img height="20" src="https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Canal-11-Costa-Rica-en-vivo-Online.png"/> | Canal11.cr |
| 88 | 88 Stereo |[>](http://k3.usastreams.com/CableLatino/88stereo/playlist.m3u8) | <img height="20" src="http://www.88stereo.com/wp-content/uploads/2017/05/88Stereo-logoweb.png"/> | 88stereo.cr |
+7 -51
View File
@@ -1,53 +1,9 @@
<h1>Croatia</h1> <h1>Croatia</h1>
<h2>DVB-T</h2> | # | Channel | Link | Logo | EPG id |
|:-:|:------------------:|:--------------------------------------------------------------------:|:--------------------------------------------------------:|:-------------------:|
List of free-to-air channels can be found from: https://oiv.hr/hr/usluge-i-platforme/oiv-dtv-dvb-t2-digitalna-zemaljska-televizija/popis-programa-dtv/ | 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 |
| # | Channel | Link | Logo | EPG id | | 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 |
| 1 | HRT 1 | [>](https://webtvstream.bhtelecom.ba/hls9/hrt1_1200.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/1/1f/HRT1-logo.png" /> | HRT1.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 | HRT 2 | [>](https://webtvstream.bhtelecom.ba/hls9/hrt2_1200.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/d/d0/Htv2-logo.png" /> | HRT2.hr |
| 3 | RTL | [>](https://d1cs5tlhj75jxe.cloudfront.net/rtl/playlist.m3u8) | <img height="20" src="https://i.imgur.com/zAjr6pO.png"/> | RTLCroatia.hr |
| 4 | Nova TV | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Nova_TV_Croatia_logo.png/512px-Nova_TV_Croatia_logo.png" /> | NovaTV.hr |
| 5 | HRT 3 | [>](https://webtvstream.bhtelecom.ba/hls9/hrt3_1200.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/9/96/HRT3_Logo_aktuell.png" /> | HRT3.hr |
| 6 | HRT 4 | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/7/76/HRT4-logo.png" /> | HRT4.hr |
| 7 | RTL 2 | [>](https://d1um9c09e0t5ag.cloudfront.net/rtl2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dQLaylJ.png"/> | RTL2Croatia.hr |
| 8 | Doma TV | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Doma_TV_logo.png/512px-Doma_TV_logo.png"/> | DomaTV.hr |
| 11 | Sportska televizija Ⓖ | [>](https://stream.agatin.hr:3087/live/sptvlive.m3u8) | <img height="20" src="https://i.imgur.com/xdxjcVh.png"/> | SportskaTV.hr |
| 12 | RTL Kockica | [>](https://d1rzyyum8t0q1e.cloudfront.net/rtl-kockica/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BiSVmRa.png"/> | RTLKockica.hr |
| 13 | CMC TV | [>](https://stream.cmctv.hr:49998/cmc/live.m3u8) | <img height="20" src="https://i.imgur.com/Fh2vawT.png"/> | CMCTV.hr |
| 16 | Plava Vinkovačka | [>](https://player-api.new.livestream.com/accounts/26611954/events/7977299/broadcasts/237205435.secure.m3u8) | <img height="20" src="https://i.imgur.com/WJJNtQ3.jpg"/> | PlavaVinkovacka.hr |
| 17 | Televizija Slavonije i Baranje (STV) | [>](http://89.201.163.244:8080/hls/hdmi.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/hr/0/04/STV.PNG"/> | STV.hr |
| 18 | Osječka televizija (OSTV) Ⓢ | [>](https://player-api.new.livestream.com/accounts/27681961/events/8347875/broadcasts/237202062.secure.m3u8) | <img height="20" src="https://i.imgur.com/o9JgEyG.png"/> | OSTV.hr |
| 21 | SBTV | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/SBTV_Logo.svg/480px-SBTV_Logo.svg.png"/> | SBTV.hr |
| 22 | Plava TV | [x]() | <img height="20" src="https://i.imgur.com/kJjcNlG.jpg"/> | PlavaTV.hr |
| 27 | VTV Televizija | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/VTV_televizija_Logo.svg/640px-VTV_televizija_Logo.svg.png"/> | VTV.hr |
| 31 | OTV | [x]() | <img height="20" src="https://i.imgur.com/67zVdu2.png"/> | OTV.hr |
| 32 | Mreža TV | [x]() | <img height="20" src="https://i.imgur.com/IdvKUp9.png"/> | MrezaTV.hr |
| 33 | Z1 | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/hr/9/9e/Z1-tv_logo.png"/> | Z1.hr |
| 36 | Kanal Ri | [x]() | <img height="20" src="https://kanal-ri.hr/wp-content/uploads/2022/09/kanalRi_logo_v1.png"/> | KanalRi.hr |
| 38 | TV Nova | [>](https://stream.agatin.hr:3727/live/tvnovalive.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/hr/c/c8/TVnova-logo.png"/> | TVNova.hr |
| 47 | Diadora | [x]() | <img height="20" src="https://i.imgur.com/qZzsASl.png"/> | DiadoraTV.hr |
| 51 | TV Jadran | [>](https://tvjadran.stream.agatin.hr:3412/live/tvjadranlive.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/hr/9/9a/Tv_jadran_logo.png"/> | TVJadran.hr |
| 52 | TV Dalmacija | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/hr/b/ba/Televizija_dalmacija_logo.jpg"/> | TVDalmacija.hr |
| 56 | Dubrovačka televizija (DUTV) | [x]() | <img height="20" src="https://dutv.hr/wp-content/uploads/2017/10/DUTV-logo-plavi-web-veci.png"/> | DUTV.hr |
| 57 | Libertas TV | [>](https://stream.luci.xyz/hls/LTV.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/hr/8/8a/LibertasTV.png"/> | LibertasTV.hr |
| 61 | Laudato TV | [x]() | <img height="20" src="https://i.imgur.com/661SU4H.png"/> | LaudatoTV.hr |
| 62 | Trend TV | [>](http://185.62.75.22:1935/trend/myStream/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/hr/2/22/TrendTV.jpg"/> | TrendTV.hr |
| 64 | TV Šibenik | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/hr/8/80/Tv-sibenik-logo.png"/> | TVS.hr |
| 98 | Televizija Zapad | [>](http://webtv.zapad.tv:8080/memfs/1ad23803-84c3-41c7-aa91-fce4c7eac52e.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/hr/9/97/TVZ-2018.png"/> | TVZapad.hr |
| 99 | Al Jazeera Balkans | [>](https://live-hls-web-ajb.getaj.net/AJB/index.m3u8) | <img height="20" src="https://i.imgur.com/Z1FB6wl.png"/> | AlJazeeraBalkans.ba |
<h2>DVB-S</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | Aurora TV | [x]() | <img height="20" src="https://tvaurora.tv/wp-content/uploads/2023/03/cropped-AURORA-LOGO-2023.png"/> | AuroraTV.hr |
| 0 | HRT International | [x]() | <img height="20" src="https://i.imgur.com/useLwHV.png"/> | HRTInternational.hr |
<h2>Web</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | N1 Hrvatska | [x]() | <img height="20" src="https://i.imgur.com/qcD1OOZ.png"/> | N1Croatia.hr |
-22
View File
@@ -1,22 +0,0 @@
<h1>Cyprus</h1>
<h2>Republic of Cyprus</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:-----------------:|:-----:|:----:|:------:|
| 1 | RIK 1 Ⓢ | [>](http://l6.cloudskep.com/tvb6/rik1-1/mpeg.2ts) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Logo_RIK_1_2017.svg/640px-Logo_RIK_1_2017.svg.png"/> | RIK1.cy |
| 2 | RIK 2 Ⓢ | [>](http://l6.cloudskep.com/tvb6/rik2-1/mpeg.2ts) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/14/Logo_RIK_2_2017.svg/640px-Logo_RIK_2_2017.svg.png"/> | RIK2.cy |
| 3 | RIK HD | [>](http://l6.cloudskep.com/tvb6/rikhd1/mpeg.2ts) | <img height="20" src="https://upload.wikimedia.org/wikipedia/el/7/7d/RIKHD2.png"/> | RIKHD.cy |
| 4 | RIK Sat | [>](https://l3.cloudskep.com/cybcsat/abr/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Logo_RIK_Sat_2017.svg/640px-Logo_RIK_Sat_2017.svg.png"/> | RIKSat.cy |
<h2>Northern Cyprus</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:-----------------:|:-----:|:----:|:------:|
| 1 | BRT 1 | [>](https://sc-kuzeykibrissmarttv.ercdn.net/brt1hd/bant1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gOPAi2c.png"/> | BRT1.cy |
| 2 | BRT 2 | [>](https://sc-kuzeykibrissmarttv.ercdn.net/brt2hd/bant1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/t5kbIuj.png"/> | BRT2.cy |
| 3 | Ada TV Ⓢ | [>](https://sc-kuzeykibrissmarttv.ercdn.net/adatv/bant1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LPQfdz2.png"/> | AdaTV.cy |
| 4 | Kıbrıs Genç TV Ⓢ | [>](https://sc-kuzeykibrissmarttv.ercdn.net/kibrisgenctv/bant1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/eBdQn9h.png"/> | KibrisGencTV.cy |
| 5 | Kanal T Ⓢ | [>](https://sc-kuzeykibrissmarttv.ercdn.net/kanalt/bantp1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4bA4pXT.png"/> | KibrisKanalT.cy |
| 6 | Kıbrıs TV Ⓢ | [>](https://sc-kuzeykibrissmarttv.ercdn.net/kibristv/bant1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5MJZPTo.png"/> | KibrisTV.cy |
| 7 | TV 2020 Ⓢ | [>](https://sc-kuzeykibrissmarttv.ercdn.net/tv2020/bantp1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rtfsNdd.png"/> | TV2020.cy |
+17 -26
View File
@@ -2,29 +2,20 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | ČT1 Ⓖ | [>](https://sktv-forwarders.7m.pl/get.php?x=CT1) | <img height="20" src="https://i.imgur.com/qBlEbN3.png"/> | CT1.cz | | 1 | JOJ Family Ⓢ | [>](https://live.cdn.joj.sk/live/hls/family-540.m3u8) | <img height="20" src="https://i.imgur.com/IZHIAAj.png"/> | JojFamily.sk |
| 2 | ČT2 Ⓖ | [>](https://sktv-forwarders.7m.pl/get.php?x=CT2) | <img height="20" src="https://i.imgur.com/HpnGC6A.png"/> | CT2.cz | | 2 | Šlágr Originál Ⓢ | [>](https://stream-6.mazana.tv/slagr.m3u) | <img height="20" src="https://i.imgur.com/fQcx9S2.png"/> | SlagrOriginal.cz |
| 3 | ČT24 | [>](https://sktv-forwarders.7m.pl/get.php?x=CT24) | <img height="20" src="https://i.imgur.com/pUMRFs1.png"/> | CT24.cz | | 3 | Šlágr Muzika Ⓢ | [>](https://stream-33.mazana.tv/slagr2.m3u) | <img height="20" src="https://i.imgur.com/J9YHDVS.png"/> | SlagrMuzika.cz |
| 4 | ČT sport Ⓖ | [>](https://sktv-forwarders.7m.pl/get.php?x=CTsport) | <img height="20" src="https://i.imgur.com/I2dltZW.png"/> | CTSport.cz | | 4 | Šlágr Premium Ⓢ | [>](https://arenasportslovakia.ddns.net/hls/slager.m3u8) | <img height="20" src="https://i.imgur.com/Lp0IqDx.png"/> | SlagrPremium.cz |
| 5 | ČT :D | [>](https://sktv-forwarders.7m.pl/get.php?x=CT_D) | <img height="20" src="https://i.imgur.com/Pa5rLpA.png"/> | CTDecko.cz | | 5 | Prima Ⓢ Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_family/playlist/cze/live_hq.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/0aHT2Nj.png"> | Prima.cz |
| 6 | ČT art | [>](https://sktv-forwarders.7m.pl/get.php?x=CTart) | <img height="20" src="https://i.imgur.com/u8mfETB.png"/> | CTart.cz | | 6 | CNN Prima News Ⓢ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_cnn/playlist/cze/live_hq.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/Il7t0bU.png"> | CNNPrimaNews.cz |
| 7 | ČT sport Plus Ⓖ | [>](https://sktv-forwarders.7m.pl/get.php?x=CTsportPlus) | <img height="20" src="https://i.imgur.com/5JiMynW.png"/> | | | 7 | Prima Zoom Ⓢ Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_zoom/playlist/cze/live_hq.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/zuzBucZ.png"> | PrimaZoom.cz |
| 8 | JOJ Family Ⓢ | [>](https://live.cdn.joj.sk/live/hls/family-540.m3u8) | <img height="20" src="https://i.imgur.com/IZHIAAj.png"/> | JojFamily.sk | | 8 | Prima Love Ⓢ Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_love/playlist/cze/live_hq.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/TOCZc3Y.png"> | PrimaLove.cz |
| 9 | Šlágr Originál Ⓢ | [>](https://stream-6.mazana.tv/slagr.m3u) | <img height="20" src="https://i.imgur.com/fQcx9S2.png"/> | SlagrOriginal.cz | | 9 | Prima STAR Ⓢ Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_star/playlist/cze/live_hq.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/tQGwvNs.png"> | PrimaStar.cz |
| 10 | Šlágr Muzika Ⓢ | [>](https://stream-33.mazana.tv/slagr2.m3u) | <img height="20" src="https://i.imgur.com/J9YHDVS.png"/> | SlagrMuzika.cz | | 10 | Prima Krimi Ⓢ Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_krimi/playlist/cze/live_hq.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/Dn2YxrA.png"> | PrimaKrimi.cz |
| 11 | Šlágr Premium Ⓢ | [>](https://stream-15.mazana.tv/slagrpremium.m3u) | <img height="20" src="https://i.imgur.com/Lp0IqDx.png"/> | SlagrPremium.cz | | 11 | Prima MAX Ⓢ Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_max/playlist/cze/live_hq.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/QaEakvm.png"> | PrimaMax.cz |
| 12 | Prima Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_family/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/0aHT2Nj.png"> | Prima.cz | | 12 | Prima Cool Ⓢ Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_cool/playlist/cze/live_hq.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/JMHWmcJ.png"> | PrimaCool.cz |
| 13 | CNN Prima News | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_cnn/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/Il7t0bU.png"> | CNNPrimaNews.cz | | 13 | Prima Show Ⓢ Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_show/playlist/cze/live_hq.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/zX4NTJ5.png"> | PrimaShow.cz |
| 14 | Prima Zoom Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_zoom/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/zuzBucZ.png"> | PrimaZoom.cz | | 14 | Óčko Ⓢ | [>](https://ocko-live.ssl.cdn.cra.cz/channels/ocko/playlist.m3u8) | <img height="20" src="https://i.imgur.com/iPmpsnN.png"/> | Ocko.cz |
| 15 | Prima Love Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_love/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/TOCZc3Y.png"> | PrimaLove.cz | | 15 | Óčko Star Ⓢ | [>](https://ocko-live.ssl.cdn.cra.cz/channels/ocko_gold/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tGzQFWw.png"/> | OckoStar.cz |
| 16 | Prima STAR Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_star/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/tQGwvNs.png"> | PrimaStar.cz | | 16 | Óčko Expres Ⓢ | [>](https://ocko-live.ssl.cdn.cra.cz/channels/ocko_expres/playlist.m3u8) | <img height="20" src="https://i.imgur.com/e731JNS.png"/> | OckoExpres.cz |
| 17 | Prima Krimi Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_krimi/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/Dn2YxrA.png"> | PrimaKrimi.cz | | 17 | Retro Music Television Ⓢ | [>](https://stream.mediawork.cz/retrotv/smil:retrotv2.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/a6S2Yo4.png"/> | RetroMusicTV.cz |
| 18 | Prima MAX Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_max/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/QaEakvm.png"> | PrimaMax.cz |
| 19 | Prima Cool Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_cool/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/JMHWmcJ.png"> | PrimaCool.cz |
| 20 | Prima Show Ⓖ | [>](https://prima-ott-live.ssl.cdn.cra.cz/channels/prima_show/playlist/cze/live_hd.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/zX4NTJ5.png"> | PrimaShow.cz |
| 21 | Óčko Ⓢ | [>](https://ocko-live.ssl.cdn.cra.cz/channels/ocko/playlist.m3u8) | <img height="20" src="https://i.imgur.com/iPmpsnN.png"/> | Ocko.cz |
| 22 | Óčko Star Ⓢ | [>](https://ocko-live.ssl.cdn.cra.cz/channels/ocko_gold/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tGzQFWw.png"/> | OckoStar.cz |
| 23 | Óčko Expres Ⓢ | [>](https://ocko-live.ssl.cdn.cra.cz/channels/ocko_expres/playlist.m3u8) | <img height="20" src="https://i.imgur.com/e731JNS.png"/> | OckoExpres.cz |
| 24 | Retro Music Television Ⓢ | [>](https://stream.mediawork.cz/retrotv/smil:retrotv2.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/a6S2Yo4.png"/> | RetroMusicTV.cz |
| 25 | TN Live | [>](https://sktv-forwarders.7m.pl/get.php?x=NovaTNLive) | <img height="20" src="https://i.imgur.com/9P7ZyFu.png"/> | |
| 26 | Praha TV | [>](https://stream.polar.cz/prahatv/prahatvlive-1/playlist.m3u8) | <img height="20" src="https://www.praga2018.cz/wp-content/uploads/logo-prahatv.png"/> | PrahaTV.cz |
+3 -27
View File
@@ -2,30 +2,6 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | DR1 Ⓖ | [>](https://drlive01texthls.akamaized.net/hls/live/2014186/drlive01text/master.m3u8) | <img height="20" src="https://i.imgur.com/wEq8UnG.png"/> | DR1.dk | | 1 | DR1 | [>](https://drlive01texthls.akamaized.net/hls/live/2014186/drlive01text/master.m3u8) | <img height="20" src="https://i.imgur.com/wEq8UnG.png"/> | DR1.dk |
| 3 | DR2 Ⓖ | [>](https://drlive02texthls.akamaized.net/hls/live/2014188/drlive02text/master.m3u8) | <img height="20" src="https://i.imgur.com/b79UKYN.png"/> | DR2.dk | | 3 | DR2 | [>](https://drlive02texthls.akamaized.net/hls/live/2014188/drlive02text/master.m3u8) | <img height="20" src="https://i.imgur.com/b79UKYN.png"/> | DR2.dk |
| 4 | DR Ramasjang Ⓖ | [>](https://drlive03texthls.akamaized.net/hls/live/2014191/drlive03text/master.m3u8) | <img height="20" src="https://i.imgur.com/YD0z2mN.png"/> | DRRamasjang.dk | | 4 | DR Ramasjang | [>](https://drlive03texthls.akamaized.net/hls/live/2014191/drlive03text/master.m3u8) | <img height="20" src="https://i.imgur.com/YD0z2mN.png"/> | DRRamasjang.dk |
| 37 | Folketinget TV | [>](https://cdnapi.kaltura.com/p/2158211/sp/327418300/playManifest/entryId/1_24gfa7qq/protocol/https/format/applehttp/a.m3u8) | <img height="20" src="https://i.imgur.com/RqQDUzX.png"/> | TVfromtheDanishParliament.dk |
<h3>Regional (TV2)</h2>
https://en.wikipedia.org/wiki/TV_2_(Denmark)#Regions
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | TV Syd+ | [>](https://cdn-lt-live.tvsyd.dk/env/cluster-1-e.live.nvp1/live/hls/p/1956351/e/0_e9slj9wh/tl/main/st/0/t/rFEtaqAbdhUFGef_BNF4WQ/index-s32.m3u8) | <img height="20" src="https://i.imgur.com/k2jf591.png"/> | TVSYD.dk |
| 2 | TV 2/Fyn | [>](https://cdn-lt-live.tv2fyn.dk/env/cluster-1-e.live.nvp1/live/hls/p/1966291/e/0_vsfrv0zm/tl/main/st/0/t/EgP1FA1D39taZFVewCa42w/index-s32.m3u8) | <img height="20" src="https://i.imgur.com/4L6AIMH.png"/> | TV2Fyn.dk |
| 3 | TV 2/Øst | [>](https://cdn-lt-live.tveast.dk/env/cluster-1-e.live.nvp1/live/hls/p/1953381/e/0_zphj9q61/tl/main/st/0/t/THUB80e-ZMufZCE4pDhO0g/index-s32.m3u8) | <img height="20" src="https://i.imgur.com/H9l6Ulw.png"/> | TV2Ost.dk |
| 4 | TV 2/Nord | [>](https://cdn-lt-live.tv2nord.dk/env/cluster-1-e.live.nvp1/live/hls/p/1956931/e/1_h9yfe7h2/tl/main/st/1/t/_FUn1YHQ6_P6lES4U6mmsA/index-s32.m3u8) | <img height="20" src="https://i.imgur.com/tEJ22UW.png"/> | TV2Nord.dk |
| 5 | TV 2 Kosmopol | [>](https://cdn-lt-live.tv2lorry.dk/env/cluster-1-d.live.nvp1/live/hls/p/2045321/e/1_grusx1zd/tl/main/st/0/t/rCct87c-v2SFFCvQK1BBOg/index-s32.m3u8) | <img height="20" src="https://i.imgur.com/oVmCoKY.png"/> | TV2Kosmopol.dk |
| 6 | TV/Midt-Vest | [>](https://cdn-lt-live.tvmidtvest.dk/env/cluster-1-d.live.frp1/live/hls/p/1953371/e/1_9x5lzos9/tl/main/st/0/t/9MTEhotxVwKuatx1EVXdGg/index-s34.m3u8) | <img height="20" src="https://i.imgur.com/OU7xIVa.png"/> | TVMidtvest.dk |
| 7 | TV 2/Østjylland | [>](https://cdn-lt-live.tvmidtvest.dk/env/cluster-1-d.live.frp1/live/hls/p/1953371/e/1_9x5lzos9/tl/main/st/0/t/9MTEhotxVwKuatx1EVXdGg/index-s34.m3u8) | <img height="20" src="https://i.imgur.com/qEUXjHp.png"/> | TV2Ostjylland.dk |
| 8 | TV 2/Bornholm | [>](https://live.tv2bornholm.dk/stream/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/cEOpXU6.png"/> | TV2Bornholm.dk |
<h3>Local</h3>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | TV Storbyen | [>](https://5eeb3940cfaa0.streamlock.net/webtv_live/_definst_/mp4:kanalnordvest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/QqjRqow.png"/> | TVStorbyen.dk |
| 2 | Kanal Hovedstaden | [>](http://khkbh.dk:8080/hls/livestream/index.m3u8) | <img height="20" src="https://i.imgur.com/MCXYDwH.png"/> | KanalHovedstaden.dk |
| 3 | KKRtv | [>](rtmp://video.kkr.dk/live/kkr) | <img height="20" src="https://i.imgur.com/TbtjWHI.png"/> | KKRtv.dk |
-6
View File
@@ -1,6 +0,0 @@
<h1>Dominican Republic</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:---------------:|:-----:|:----:|:------:|
| 4 | Canal RTVD 4 | [>](https://protvradiostream.com:1936/canal4rd-1/ngrp:canal4rd-1_all/playlist.m3u8) | <img height="20" src="https://static.wikia.nocookie.net/logopedia/images/4/4e/CERTV_4_2015.png"/> | Canal4RD.do |
+5 -8
View File
@@ -2,11 +2,8 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | ETV Ⓖ | [>](http://sb.err.ee/live/etv.m3u8) | <img height="20" src="https://i.imgur.com/5URjPgG.png"/> | ETV.ee | | 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/fUjGHDa.png"/> | ETV2.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/YAubPlU.png"/> | ETVPlus.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/7uWaZLF.png"/> | Riigikogu.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/usXedIj.png"/> | TaevasTV7.fi | | 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 |
| 6 | Life TV Estonia | [>](https://lifetv.bitflip.ee/live/stream2.m3u8) | <img height="20" src="https://i.imgur.com/JhrTB82.png"/> | LifeTV.ee |
| 7 | Life TV Europe | [>](https://lifetv.bitflip.ee/live/stream1.m3u8) | <img height="20" src="https://i.imgur.com/JhrTB82.png"/> | LifeTVEurope.ee |
| 8 | TBN Baltia | [>](http://dc.tbnbaltia.eu:8088/dvr/rewind-21600.m3u8) | <img height="20" src="https://i.imgur.com/rKBaK56.png"/> | TBNBaltia.ee |
-6
View File
@@ -1,6 +0,0 @@
<h1>Faroe Islands</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | KVF Sjónvarp | [>](https://w1.kringvarp.fo/uttanlands/smil:uttanlands.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/KVF_logo_2019.svg/640px-KVF_logo_2019.svg.png"/> | KVFSjonvarp.fo |
| 2 | Tingvarp | [>](https://play.kringvarp.fo/redirect/tingvarp/_definst_/smil:tingvarp.smil?type=m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/9/90/Logo_-_L%C3%B8gting.png"/> | Tingvarp.fo |
+6 -37
View File
@@ -1,43 +1,12 @@
<h1>Finland</h1> <h1>Finland</h1>
* https://www.digita.fi/antennitv/vapaat-kanavat-ja-vastaanotto/hyodyllista-tietoa-tvsta/kanavajarjestys/
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Yle TV1 Ⓖ | [>](https://yletv.akamaized.net/hls/live/622365/yletv1fin/index.m3u8) | <img height="20" src="https://i.imgur.com/6yXZwUL.png"/> | YleTV1.fi | | 1 | Yle TV1 | [>](https://yletv-lh.akamaihd.net/i/yletv1hls_1@103188/index_4096_av-p.m3u8?sd=6&dw=14400&set-segment-duration=quality&rebase=on) | <img height="20" src="https://i.imgur.com/Hkljcl8.png"/> | YleTV1.fi |
| 2 | Yle TV2 Ⓖ | [>](https://yletv.akamaized.net/hls/live/622366/yletv2fin/index.m3u8) | <img height="20" src="https://i.imgur.com/4xkc6PL.png"/> | YleTV2.fi | | 2 | Yle TV2 Ⓖ | [>](https://yletv-lh.akamaihd.net/i/yletv2hls_1@103189/index_4096_av-p.m3u8?sd=6&dw=14400&set-segment-duration=quality&rebase=on) | <img height="20" src="https://i.imgur.com/nNElsFg.png"/> | YleTV2.fi |
| 3 | MTV3 | [>](https://live-fi.tvkaista.net/mtv3/live.m3u8?src=freetv) | <img height="20" src="https://i.imgur.com/kNbmc8n.png"/> | MTV3.fi | | 5 | Yle Teema Fem Ⓖ | [>](https://yletv.akamaized.net/hls/live/622367/yletvteemafemfin/index.m3u8) | <img height="20" src="https://i.imgur.com/iDljufz.png"/> | YleTeemaFem.fi |
| 4 | Nelonen | [>](https://live-fi.tvkaista.net/nelonen/live.m3u8?src=freetv) | <img height="20" src="https://i.imgur.com/BFbCyfY.png"/> | Nelonen.fi | | 15 | AlfaTV | [>](https://alfatv.digitacdn.net/live/_definst_/alfatv/amlst:alfatv.amlst/playlist.m3u8?organizationId=4507452&suiteItemId=4515276) | <img height="20" src="https://i.imgur.com/QnJqVAb.png"/> | AlfaTV.fi |
| 5 | Yle Teema Fem Ⓖ | [>](https://yletv.akamaized.net/hls/live/622367/yletvteemafemfin/index.m3u8) | <img height="20" src="https://i.imgur.com/iDljufz.png"/> | YleTeemaFem.fi | | 19 | INEZ | [>](https://inezsecondary.digitacdn.net/live/_definst_/inez/amlst:inezlive.amlst/master.m3u8?organizationId=14520912&suiteItemId=14521292) | <img height="20" src="https://i.imgur.com/2QEWscr.png"/> |
| 6 | MTV Sub | [>](https://live-fi.tvkaista.net/sub/live.m3u8?src=freetv) | <img height="20" src="https://i.imgur.com/VRCuxQt.png"/> | Sub.fi | | 33 | Koti TV | [>](https://kotitv.digitacdn.net/amlst:kotitv.amlst/playlist.m3u8?organizationId=83459409&suiteItemId=83459780) | <img height="20" src="https://i.imgur.com/IgK0pJN.png"/> |
| 7 | TV5 Finland | [>](https://live-fi.tvkaista.net/tv5/live.m3u8?src=freetv) | <img height="20" src="https://i.imgur.com/MoukyGs.png"/> | TV5.fi |
| 8 | Liv | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/0/06/Liv_color_RGB.png"/> | Liv.fi |
| 9 | Jim | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/9/92/Jim_color_RGB.png"/> | Jim.fi |
| 10 | Kutonen | [>](https://live-fi.tvkaista.net/kutonen/live.m3u8?src=freetv) | <img height="20" src="https://i.imgur.com/4giVyxb.png"/> | Kutonen.fi |
| 11 | TLC Finland | [>](https://live-fi.tvkaista.net/tlc/live.m3u8?src=freetv) | <img height="20" src="https://i.imgur.com/0d5hP3A.png"/> | TLCFinland.fi |
| 12 | Star Channel Finland | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Star_Channel_2020.svg/640px-Star_Channel_2020.svg.png"/> | StarChannel.fi |
| 13 | MTV Ava | [>](https://live-fi.tvkaista.net/ava/live.m3u8?src=freetv) | <img height="20" src="https://i.imgur.com/rtyJVgB.png"/> | AVA.fi |
| 14 | Hero | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/b/bd/Hero_color_RGB.png"/> | Hero.fi |
| 15 | Frii | [>](https://live-fi.tvkaista.net/frii/live.m3u8?src=freetv) | <img height="20" src="https://i.imgur.com/ljKoG9I.png"/> | Frii.fi |
| 16 | IRR-TV | [>](https://irrtv.digitacdn.net/live/_definst_/irrtv/amlst:irrtv.amlst/playlist.m3u8?organizationId=229401409&suiteItemId=230439940) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fi/9/93/IRR-TV-1.png"/> | IRRTV.fi |
| 17 | TapahtumaTV Eveo | [x]() | <img height="20" src="https://i.imgur.com/sR8nA8w.png"/> | Eveo.fi |
| 20 | National Geographic Finland | [>](https://live-fi.tvkaista.net/national-geographic/live.m3u8?src=freetv) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Natgeologo.svg/512px-Natgeologo.svg.png"/> | NationalGeographicFinland.fi |
| 33 | OnniTV | [>](https://kotitv.digitacdn.net/amlst:kotitv.amlst/playlist.m3u8?organizationId=83459409&suiteItemId=83459780) | <img height="20" src="https://i.imgur.com/HzILf2H.png"/> | KotiTV.fi |
| 45 | Taivas TV7 | [>](https://vod.tv7.fi/tv7-fi/_definst_/smil:tv7-fi.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/a4iNVXA.png"/> | TaivasTV7.fi | | 45 | Taivas TV7 | [>](https://vod.tv7.fi/tv7-fi/_definst_/smil:tv7-fi.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/a4iNVXA.png"/> | TaivasTV7.fi |
| 46 | Himlen TV7 | [>](https://vod.tv7.fi/tv7-se/_definst_/smil:tv7-se.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/a4iNVXA.png"/> | HimlenTV7.fi | | 46 | Himlen TV7 | [>](https://vod.tv7.fi/tv7-se/_definst_/smil:tv7-se.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/a4iNVXA.png"/> | HimlenTV7.fi |
| 99 | MTV Uutiset Live | [>](https://live.streaming.a2d.tv/asset/20025962.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IyB6mIb.png"/> | MTVUutiset.fi |
<h2>Local channels</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | Nopola News | [>](https://virta2.nopolanews.fi:8443/live/smil:Stream1.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gOj8J6O.png"/> | NopolaNews.fi |
| 0 | När-TV Ⓢ | [>](https://streaming.nartv.fi/live/ngrp:NAR_TV.stream_all/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Ht5yePq.png"/> | NarTV.fi |
| 0 | Sundom TV Ⓨ | [>](https://www.youtube.com/@SundomTV/live) | <img height="20" src="https://i.imgur.com/WgwR7nJ.png"/> | SundomTV.fi |
| 0 | Wör TV Ⓨ | [>](https://www.youtube.com/@wor-tvr.f.4461/live) | <img height="20" src="https://i.imgur.com/P9O1jo0.png"/> | WorTV.fi |
<h2>Internet</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | YleX Studio Live | [>](https://ylestudiolive.akamaized.net/hls/live/2007826/ylestudiolive-YleX/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/YleX.svg/450px-YleX.svg.png"/> | YleX.fi |
+34 -51
View File
@@ -6,66 +6,49 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:----------:|:-----:|:----:|:------:| |:---:|:----------:|:-----:|:----:|:------:|
| 7 | Arte Ⓖ | [>](https://artesimulcast.akamaized.net/hls/live/2031003/artelive_fr/index.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://www.dailymotion.com/video/x5gv5rr) | <img height="20" src="https://i.imgur.com/LXhXF8l.png"/> | C8.fr |
| 12 | NRJ 12 | [>](https://nrj12.nrjaudio.fm/hls/live/2038374/nrj_12/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/9/93/NRJ_12_logo_2015.svg/757px-NRJ_12_logo_2015.svg.png"/> | NRJ12.fr |
| 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 | | 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 | | 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/video/x3b68jn) | <img height="20" src="https://i.imgur.com/UMRGAHx.png"/> | CNews.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/c/franceinfo/live) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Franceinfo.svg/640px-Franceinfo.svg.png"/> | Franceinfo.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/c/FRANCE24/live) | <img height="20" src="https://i.imgur.com/61MSiq9.png"/> | France24French.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 Français Ⓨ | [>](https://www.youtube.com/watch?v=NiRIbKwAejk) | <img height="20" src="https://i.imgur.com/3Lr5iAj.png"/> | EuronewsFrench.fr | | 31 | Euronews | [>](https://www.youtube.com/watch?v=MsN0_WNXvh8) | <img height="20" src="https://i.imgur.com/3Lr5iAj.png"/> |
| 33 | Africanews Ⓨ | [>](https://www.youtube.com/c/Africanewsfr/live) | <img height="20" src="https://i.imgur.com/xocvePC.png"/> | Africanews.cg | | 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 |
| 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/640px-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"/> |
| 32 | France Inter Ⓨ | [>](https://www.youtube.com/c/FranceInter/live) | <img height="20" src="https://i.imgur.com/d9Ncl8m.png"/> | FranceInter.fr |
| 34 | CGTN Français | [>](https://news.cgtn.com/resource/live/french/cgtn-f.m3u8) | <img height="20" src="https://i.imgur.com/fMsJYzl.png"/> | CGTNFrench.cn |
<h2>DVB-S</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | TF1 | [>](http://livetv.ktv.zone/3/play.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/7/77/TF1_%282013%29.svg/640px-TF1_%282013%29.svg.png"/> | TF1.fr |
| 2 | France 2 | [>](http://livetv.ktv.zone/104/play.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/France_2_2018.svg/886px-France_2_2018.svg.png"/> | France2.fr |
| 3 | France 3 | [>](http://livetv.ktv.zone/105/play.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/France_3_2018.svg/899px-France_3_2018.svg.png"/> | France3.fr |
| 4 | France 4 | [>](http://livetv.ktv.zone/116/play.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/France_4_2018.svg/998px-France_4_2018.svg.png"/> | France4.fr |
| 5 | France 5 | [>](http://livetv.ktv.zone/107/play.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/France_5_2018.svg/900px-France_5_2018.svg.png"/> | France5.fr |
| 10 | TMC | [>](http://livetv.ktv.zone/12/play.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/a/a8/TMC_logo_2016.svg/512px-TMC_logo_2016.svg.png"/> | TMC.fr |
| 11 | TFX | [>](http://livetv.ktv.zone/13/play.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/8/83/TFX_logo_2018.svg/640px-TFX_logo_2018.svg.png"/> | TFX.fr |
| 20 | TF1 Séries Films | [>](http://livetv.ktv.zone/22/play.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/4/4b/TF1_S%C3%A9ries_Films_logo_2020.svg/640px-TF1_S%C3%A9ries_Films_logo_2020.svg.png"/> | TF1SeriesFilms.fr |
| 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"/> | TV5MondeFranceBelgiumSwitzerland.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 |
| 0 | RT France Ⓖ | [>](https://rt-fra.rttv.com/dvr/rtfrance/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b8/RT-France-logo.svg/512px-RT-France-logo.svg.png"/> | RTFrance.fr |
<h2>Unreliable (other)</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"/> | TF1.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 |
| 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 |
| 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 |
| 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 |
| 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 Français | [x](https://rakuten-euronews-2-fr.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3Lr5iAj.png"/> | EuronewsFrench.fr |
| 31 | Euronews Français | [>](https://euronews.alteox.app/hls/fr_stream.m3u8) | <img height="20" src="https://i.imgur.com/3Lr5iAj.png"/> | EuronewsFrench.fr |
<h2>Unreliable (tntdirect)</h2> <h2>Unreliable (tntdirect)</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:----------:|:-----:|:----:|:------:| |:---:|:----------:|:-----:|:----:|:------:|
| 1 | TF1 | [x](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 | [>](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 |
| 2 | France 2 | [x](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 | | 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 |
| 3 | France 3 | [x](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 | | 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 |
| 5 | France 5 | [x](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 | | 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 | | 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 |
| 8 | C8 | [x](https://s13.tntendirect.com/d8/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LXhXF8l.png"/> | C8.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 | | 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 | [x](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/512px-TMC_logo_2016.svg.png"/> | TMC.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 | [x](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/640px-TFX_logo_2018.svg.png"/> | TFX.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 | [x](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/757px-NRJ_12_logo_2015.svg.png"/> | NRJ12.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 | | 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 |
| 20 | TF1 Séries Films | [x](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/640px-TF1_S%C3%A9ries_Films_logo_2020.svg.png"/> | TF1SeriesFilms.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 |
| 21 | L'Équipe Ⓖ | [x](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/640px-L%27%C3%89quipe_wordmark.svg.png"/> | LEquipe.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 | | 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 | | 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 |
-17
View File
@@ -1,17 +0,0 @@
<h1>Georgia</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | First Channel (1TV) | [>](https://tv.cdn.xsg.ge/gpb-1tv/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Pirveli_Arkhi_Logo_2022.svg/512px-Pirveli_Arkhi_Logo_2022.svg.png"/> | 1TV.ge |
| 2 | First Channel /Education/ (2TV) | [>](https://tv.cdn.xsg.ge/gpb-2tv/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/ka/c/c9/2_Tv_Logo.jpg"/> | 2TV.ge |
| 3 | Imedi TV | [>](https://tv.cdn.xsg.ge/imedihd/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/2/2a/Imlogo_2020.png"/> | ImediTV.ge |
| 4 | Rustavi 2 | [>](https://sktv-forwarders.7m.pl/get.php?x=Rustavi2) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/f/f8/Rustavi_2_logo.png"/> | Rustavi2.ge |
| 5 | Mtavari Arkhi | [>](https://bozztv.com/36bay2/mtavariarxi/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tLtGnJW.png"/> | MtavariArkhi.ge |
| 6 | GDS | [x]() | <img height="20" src="https://i.imgur.com/gv61tFf.png"/> | GDSTV.ge |
| 7 | TV Pirveli | [x]() | <img height="20" src="https://i.imgur.com/cGHsM1x.png"/> | TVPirveli.ge |
| 8 | Formula | [>](https://c4635.cdn.xsg.ge/c4635/TVFormula/index.m3u8) | <img height="20" src="https://i.imgur.com/fsqBn8G.png"/> | Formula.ge |
| 9 | Pos TV | [>](https://live.postv.media/stream/index.m3u8) | <img height="20" src="https://i.imgur.com/UOiXFEW.png"/> | PosTV.ge |
| 10 | Adjara TV | [x]() | <img height="20" src="https://i.imgur.com/UOiXFEW.png"/> | AjaraTV.ge |
| 11 | Maestro TV | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/d/d5/Maestro_tv.png"/> | Maestro.ge |
| 11 | Obieqtivi | [x]() | <img height="20" src="https://i.imgur.com/Kqc8H8X.png"/> | ObieqtiviTV.ge |
| 999 | Euronews Georgia Ⓖ | [>](https://live2.tvg.ge/eng/EURONEWSGEORGIA/playlist.m3u8) | <img height="20" src="https://i.imgur.com/VNJ4soR.png"/> | EuroNewsGeorgia.ge |
+34 -54
View File
@@ -4,60 +4,40 @@
https://en.wikipedia.org/wiki/Television_in_Germany https://en.wikipedia.org/wiki/Television_in_Germany
https://wiki.ubuntuusers.de/Internet-TV/Stationen https://wiki.ubuntuusers.de/Internet-TV/Stationen
<h3>National</h3>
| # | Channel | Link | Logo | EPG id | | # | 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"/> | DasErste.de | | 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://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/ZDF_logo.svg/640px-ZDF_logo.svg.png"/> | ZDF.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 | | 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 | ARD Alpha Ⓖ | [>](https://mcdn.br.de/br/fs/ard_alpha/hls/de/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 | | 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 | ARTE Ⓖ | [>](https://artesimulcast.akamaized.net/hls/live/2030993/artelive_de/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Arte_Logo_2017.svg/186px-Arte_Logo_2017.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 | 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 | | 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 | DELUXE MUSIC DANCE BY KONTOR | [>](https://sdn-global-live-streaming-packager-cache.3qsdn.com/64733/64733_264_live.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Deluxe_Dance_by_Kontor_Logo_2023.svg/666px-Deluxe_Dance_by_Kontor_Logo_2023.svg.png"/> | DeluxeMusicDanceByKontor.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 | DELUXE MUSIC FLASHBACK | [>](https://sdn-global-live-streaming-packager-cache.3qsdn.com/65185/65185_264_live.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Deluxe_Flashback_Logo_2023.svg/666px-Deluxe_Flashback_Logo_2023.svg.png"/> | DeLuxeMusicFlashback.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 | DELUXE MUSIC LOUNGE | [>](https://stream.ads.ottera.tv/playlist.m3u8?network_id=2664) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Deluxe_Lounge_Logo_2021.svg/665px-Deluxe_Lounge_Logo_2021.svg.png"/> | DeluxeMusicLounge.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"/> |
| 8 | DELUXE MUSIC RAP | [>](https://sdn-global-live-streaming-packager-cache.3qsdn.com/65183/65183_264_live.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/07/Deluxe_Rap_Logo_2023.svg/666px-Deluxe_Rap_Logo_2023.svg.png"/> | DeLuxeMusicRap.de | | 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"/> |
| 10 | DELUXE MUSIC ROCK | [>](https://sdn-global-live-streaming-packager-cache.3qsdn.com/65181/65181_264_live.m3u8) | <img height="20" src="[https://i.imgur.com/JN6Kd0q.png](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Deluxe_Rock_Logo_2023.svg/666px-Deluxe_Rock_Logo_2023.svg.png)"/> | DeLuxeMusicRock.de | | 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"/> |
| 11 | SCHLAGER DELUXE | [>](https://sdn-global-live-streaming-packager-cache.3qsdn.com/26658/26658_264_live.m3u8) | <img height="20" src="https://i.imgur.com/YPpgUOg.png"/> | SchlagerDeluxe.de | | 12 | NDR Hamburg Ⓖ | [>](https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_hh/master.m3u8)) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/ndr.png"/> |
| 12 | Euronews Deutsch Ⓨ | [>](https://www.youtube.com/euronewsde/live) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png"/> | EuronewsGerman.fr | | 13 | NDR Mecklenburg-Vorpommern Ⓖ | [>](https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_mv/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/ndr.png"/> |
| 13 | KiKa Ⓖ | [>](https://kikageohls.akamaized.net/hls/live/2022693/livetvkika_de/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Kika_2012.svg/640px-Kika_2012.svg.png"/> | KIKA.de | | 14 | NDR Niedersachsen Ⓖ | [>](https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_nds/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/ndr.png"/> |
| 14 | MTV Germany | [>](https://0d26a00dfbb1.airspace-cdn.cbsivideo.com/mtvg18ef/master/mtvg18ef.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/MTV-2021.svg/640px-MTV-2021.svg.png"/> | MTVGermany.de | | 15 | NDR Schleswig-Holstein Ⓖ | [>](https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_sh/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/ndr.png"/> |
| 15 | Nick Ⓖ | [>](https://0d26a00dfbb1.airspace-cdn.cbsivideo.com/nick1999/master/nick1999.m3u8) | <img height="20" src="https://i.imgur.com/mhldfsB.png"/> | NickGermany.de | | 16 | WDR Ⓖ | [>](https://mcdn.wdr.de/wdr/wdrfs/de/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/wdr.png"/> |
| 16 | ONE Ⓖ | [>](https://mcdn.one.ard.de/ardone/hls/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/One_2022.svg/640px-One_2022.svg.png"/> | One.de | | 17 | SWR Baden-Württemberg Ⓖ | [>](https://swrbwd-hls.akamaized.net/hls/live/2018672/swrbwd/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/swr.png"/> |
| 17 | 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 | | 18 | SWR Rheinland-Pfalz Ⓖ | [>](https://swrrpd-hls.akamaized.net/hls/live/2018676/swrrpd/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/swr.png"/> |
| 18 | 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 | | 19 | SR Ⓖ | [>](http://srlive24-lh.akamaihd.net/i/sr_universal02@107595/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/sr.png"/> |
| 19 | Welt | [>](https://w-live2weltcms.akamaized.net/hls/live/2041019/Welt-LivePGM/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Welt_TV_Logo_2016.svg/640px-Welt_TV_Logo_2016.svg.png"/> | Welt.de | | 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"/> |
| 20 | ZDFinfo Ⓖ | [>](https://zdf-hls-17.akamaized.net/hls/live/2016500/de/veryhigh/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/34/ZDFinfo_2011.svg/640px-ZDFinfo_2011.svg.png"/> | ZDFinfo.de | | 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"/> |
| 21 | ZDFneo Ⓖ | [>](https://zdf-hls-16.akamaized.net/hls/live/2016499/de/veryhigh/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/ZDFneo2017_Logo.svg/569px-ZDFneo2017_Logo.svg.png"/> | ZDFneo.de | | 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"/> | 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"/> | 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"/> | 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"/> |
<h3>Regional (Dritte)</h3>
| # | Channel | Link | Logo | EPG id |
|:---:|:-----------------------------:|:-----:|:----:|:------:|
| 1 | BR Nord Ⓖ | [>](https://mcdn.br.de/br/fs/bfs_nord/hls/de/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Logo_BR_Fernsehen_2021.svg/768px-Logo_BR_Fernsehen_2021.svg.png"/> | BRFernsehenNord.de |
| 2 | BR Süd Ⓖ | [>](https://brcdn.vo.llnwd.net/br/fs/bfs_sued/hls/de/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/Logo_BR_Fernsehen_2021.svg/768px-Logo_BR_Fernsehen_2021.svg.png"/> | BRFernsehenSud.de |
| 3 | HR Ⓖ | [>](https://hrhls.akamaized.net/hls/live/2024525/hrhls/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/HR-Fernsehen_Logo_2023.svg/640px-HR-Fernsehen_Logo_2023.svg.png"/> | HRFernsehen.de |
| 4 | MDR Sachsen Ⓖ | [>](https://mdrtvsnhls.akamaized.net/hls/live/2016928/mdrtvsn/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/MDR_Logo_2017.svg/640px-MDR_Logo_2017.svg.png"/> | MDRFernsehenSachsen.de |
| 5 | MDR Sachsen-Anhalt Ⓖ | [>](https://mdrtvsahls.akamaized.net/hls/live/2016879/mdrtvsa/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/MDR_Logo_2017.svg/640px-MDR_Logo_2017.svg.png"/> | MDRFernsehenSachsenAnhalt.de |
| 6 | MDR Thüringen Ⓖ | [>](https://mdrtvthhls.akamaized.net/hls/live/2016880/mdrtvth/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/MDR_Logo_2017.svg/640px-MDR_Logo_2017.svg.png"/> | MDRFernsehenThuringen.de |
| 7 | NDR Hamburg Ⓖ | [>](https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_hh/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png"/> | NDRFernsehenHamburg.de |
| 8 | NDR Mecklenburg-Vorpommern Ⓖ | [>](https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_mv/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png"/> | NDRFernsehenMecklenburgVorpommern.de |
| 9 | NDR Niedersachsen Ⓖ | [>](https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_nds/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png"/> | NDRFernsehenNiedersachsen.de |
| 10 | NDR Schleswig-Holstein Ⓖ | [>](https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_sh/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png"/> | NDRFernsehenSchleswigHolstein.de |
| 11 | 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"/> | RadioBremenFernsehen.de |
| 12 | RBB Berlin Ⓖ | [>](https://rbb-hls-berlin.akamaized.net/hls/live/2017824/rbb_berlin/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Rbb_Fernsehen_Logo_2017.08.svg/640px-Rbb_Fernsehen_Logo_2017.08.svg.png"/> | RBBBerlin.de |
| 13 | RBB Brandenburg Ⓖ | [>](https://rbb-hls-brandenburg.akamaized.net/hls/live/2017825/rbb_brandenburg/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Rbb_Fernsehen_Logo_2017.08.svg/640px-Rbb_Fernsehen_Logo_2017.08.svg.png"/> | RBBBrandenburg.de |
| 14 | SR Ⓖ | [>](https://srfs.akamaized.net/hls/live/689649/srfsgeo/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/SR_Fernsehen_Logo_2023.svg/538px-SR_Fernsehen_Logo_2023.svg.png"/> | SRFernsehen.de |
| 15 | SWR Baden-Württemberg Ⓖ | [>](https://swrbwd-hls.akamaized.net/hls/live/2018672/swrbwd/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/SWR_Logo_2023.svg/640px-SWR_Logo_2023.svg.png"/> | SWRFernsehenBadenWurttemberg.de |
| 16 | SWR Rheinland-Pfalz Ⓖ | [>](https://swrrpd-hls.akamaized.net/hls/live/2018676/swrrpd/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/SWR_Logo_2023.svg/640px-SWR_Logo_2023.svg.png"/> | SWRFernsehenRheinlandPfalz.de |
| 17 | WDR Ⓖ | [>](https://mcdn.wdr.de/wdr/wdrfs/de/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Wdr_fernsehen_logo_2016.svg/640px-Wdr_fernsehen_logo_2016.svg.png"/> | WDR.de |
<h3>International</h3>
| # | Channel | Link | Logo | EPG id |
|:---:|:-----------------:|:-----:|:----:|:------:|
| 1 | DW Deutsch | [>](https://dwamdstream111.akamaized.net/hls/live/2017972/dwstream111/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/69/Deutsche_Welle_Logo.svg/320px-Deutsche_Welle_Logo.svg.png"/> | DWDeutsch.de |
| 2 | DW Deutsch+ | [>](https://dwamdstream110.akamaized.net/hls/live/2017971/dwstream110/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/69/Deutsche_Welle_Logo.svg/320px-Deutsche_Welle_Logo.svg.png"/> | DWDeutschPlus.de |
| 3 | NDR International | [>](https://ndrint.akamaized.net/hls/live/2020766/ndr_int/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Logo_NDR_Fernsehen_2017.svg/578px-Logo_NDR_Fernsehen_2017.svg.png"/> | NDRFernsehenInternational.de |
| 4 | Peer TV Südtirol | [>](https://iptv.peer.biz/live/peertv.m3u8) | <img height="20" src="https://www.peer.biz/peertv-iptv/peer-tv-suedtirol.png"/> | PeerTV.de |
-1
View File
@@ -20,4 +20,3 @@
| 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 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 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"/> | | 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"/> |
| 16 | Euronews Greek Ⓨ | [>](https://www.youtube.com/c/euronewsGreek/live) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png"/> | EuronewsGreek.fr |
-6
View File
@@ -1,6 +0,0 @@
<h1>Greenland</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | KNR1 Ⓨ Ⓖ | [>](https://www.youtube.com/@KNRgreenland/live) | <img height="20" src="https://i.imgur.com/8Pf5SJb.png"/> | KNR1.gl |
| 2 | KNR2 Ⓨ | [>](https://www.youtube.com/@nutaarsiassat/live) | <img height="20" src="https://i.imgur.com/8Pf5SJb.png"/> | KNR2.gl |
-11
View File
@@ -1,11 +0,0 @@
<h1>Hong Kong</h1>
* https://en.wikipedia.org/wiki/List_of_television_stations_in_Hong_Kong#Free-to-air_television_channels
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 31 | RTHK TV 31 | [>](https://rthktv31-live.akamaized.net/hls/live/2036818/RTHKTV31/master.m3u8) | <img height="20" src="https://i.imgur.com/kf818kM.png"/> | RTHKTV31.hk |
| 32 | RTHK TV 32 | [>](https://rthktv32-live.akamaized.net/hls/live/2036819/RTHKTV32/master.m3u8) | <img height="20" src="https://i.imgur.com/MXLuUoU.png"/> | RTHKTV32.hk |
| 77 | HOY TV Ⓖ | [>](https://hoytv-live-stream.hoy.tv/ch78/index-fhd.m3u8) | <img height="20" src="https://i.imgur.com/NfVZPTT.png"/> | HKIBC.hk |
| 83 | TVB News Channel | [>](https://tvp22.sky4k.top/index1.php) | <img height="20" src="https://i.imgur.com/Gwij0Fj.png"/> | TVBNewsChannel.hk |
| 84 | TVB Finance (Sports & Information Channel) | [>](https://tvp22.sky4k.top/index2.php) | <img height="20" src="https://i.imgur.com/Fkkp7x7.png"/> | TVBFinanceSportsInformationChannel.hk |
+20 -27
View File
@@ -6,14 +6,21 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Hungary
| # | Channel | Link | Logo | EPG id| | # | Channel | Link | Logo | EPG id|
|:---:|:--------------:|:-----:|:----:|:-----:| |:---:|:--------------:|:-----:|:----:|:-----:|
| 1 | M1 Hiradó Ⓨ | [>](https://www.youtube.com/live/DbP9rmGifYs) | <img height="20" src="https://i.imgur.com/neddXUd.png" /> | M1.hu | | 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 | [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 |
| 7 | Duna TV | [>](https://sktv-forwarders.7m.pl/get.php?x=Duna) | <img height="20" src="https://i.imgur.com/b4RXacY.png" /> | DunaTV.hu |
| 8 | Duna World | [>](https://sktv-forwarders.7m.pl/get.php?x=Duna_World) | <img height="20" src="https://i.imgur.com/DciAdFF.png" /> | DunaWorld.hu |
<h2>Commercial</h2> <h2>Commercial</h2>
| # | Channel | Link | Logo | EPG id| | # | Channel | Link | Logo | EPG id|
|:---:|:--------------:|:-----:|:----:|:-----:| |:---:|:--------------:|:-----:|:----:|:-----:|
| 1 | RTL Klub | [>](https://cdn.mediaklikk.org:443/rtl/00wMyEjM5UTM) | <img height="20" src="https://onlinestream.live/logos/6141.png" /> | RTLKlub.hu | | 1 | RTL Klub | [>](https://stream.y5.hu/stream/stream_rtlklub/hls1/stream.m3u8) | <img height="20" src="https://onlinestream.live/logos/6141.png" /> | RTLKlub.hu |
| 2 | TV2 | [>](https://cdn.mediaklikk.org:443/tv2/00wMyEjM4UTM) | <img height="20" src="https://nlc.p3k.hu/uploads/2021/09/tv2-logo.jpg" /> | TV2.hu | | 2 | TV2 | [>](https://onlinestream.live/play.xspf?id=6143&ch=1&ext=.xspf) | <img height="20" src="https://nlc.p3k.hu/uploads/2021/09/tv2-logo.jpg" /> | TV2.hu |
| 3 | ATV | [>](http://streamservers.atv.hu:80/atvlive/atvstream_2_aac/playlist.m3u8) | <img height="20" src="https://onlinestream.live/logos/4739.png" /> | ATV.hu | | 3 | ATV | [>](http://streamservers.atv.hu:80/atvlive/atvstream_2_aac/playlist.m3u8) | <img height="20" src="https://onlinestream.live/logos/4739.png" /> | ATV.hu |
| 4 | Hír TV | [>](https://onlinestream.live/play.m3u?id=4740&ext=.m3u) | <img height="20" src="https://onlinestream.live/logos/4740.png" /> | HirTV.hu | | 4 | Hír TV | [>](https://onlinestream.live/play.m3u?id=4740&ext=.m3u) | <img height="20" src="https://onlinestream.live/logos/4740.png" /> | HirTV.hu |
| 5 | Fix TV | [>](https://fixhd.tv:8082/fix/1080i/playlist.m3u8) | <img height="20" src="https://onlinestream.live/logos/1833.png" /> | | 5 | Fix TV | [>](https://fixhd.tv:8082/fix/1080i/playlist.m3u8) | <img height="20" src="https://onlinestream.live/logos/1833.png" /> |
@@ -23,7 +30,7 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Hungary
| # | Channel | Link | Logo | EPG id| | # | Channel | Link | Logo | EPG id|
|:---:|:--------------:|:-----:|:----:|:-----:| |:---:|:--------------:|:-----:|:----:|:-----:|
| 1 | EWTN TV | [>](https://stream.y5.hu/stream/stream_bonum/stream.m3u8) | <img height="20" src="https://katolikus.tv/wp-content/themes/bonum/img/ewtn-badge.jpg" /> | BonumTV.hu | | 1 | EWTN TV | [>](https://stream.y5.hu/stream/stream_bonum/stream.m3u8) | <img height="20" src="https://katolikus.tv/wp-content/themes/bonum/img/ewtn-badge.jpg" /> | BonumTV.hu |
| 2 | Apostol TV | [>](https://live.apostoltv.hu/live/playlist.m3u8) | <img height="20" src="https://www.apostoltv.hu/images/header-logo.png" /> | ApostolTV.hu | | 2 | Apostol TV | [>](https://live.apostoltv.hu/online/smil:gazdagret.smil/HasBahCa.m3u8) | <img height="20" src="https://www.apostoltv.hu/images/header-logo.png" /> | ApostolTV.hu |
<h2>Music</h2> <h2>Music</h2>
@@ -43,8 +50,7 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Hungary
| # | Channel | Link | Logo | EPG id| | # | Channel | Link | Logo | EPG id|
|:---:|:--------------:|:-----:|:----:|:-----:| |:---:|:--------------:|:-----:|:----:|:-----:|
| 1 | Euronews Hungarian Ⓨ | [>](https://www.youtube.com/channel/UC4Ct8gIf9f0n4mdyGsFiZRA/live) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png" /> | EuronewsHungarian.fr | | 1 | Euronews | [>](http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/euronewsHungarian/live) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Euronews._2016_alternative_logo.png/240px-Euronews._2016_alternative_logo.png" /> |
| 2 | Parlamenti közvetítés | [>](http://plenaris.parlament.hu:1935/edgelive/smil:mkogyplen.smil/playlist.m3u8) |
<h2>Regional</h2> <h2>Regional</h2>
@@ -53,31 +59,25 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Hungary
| 1 | Balaton TV | [>](https://stream.iptvservice.eu/hls/balatontv.m3u8) | <img height="20" src="https://i.imgur.com/ip8L5Vt.jpg" /> | BalatonTV.hu | | 1 | Balaton TV | [>](https://stream.iptvservice.eu/hls/balatontv.m3u8) | <img height="20" src="https://i.imgur.com/ip8L5Vt.jpg" /> | BalatonTV.hu |
| 2 | Budakalász | [>](https://stream.streaming4u.hu/TVBudakalasz/tracks-v1a1/mono.m3u8) | <img height="20" src="https://i.imgur.com/MGkvVQg.png" /> | | 2 | Budakalász | [>](https://stream.streaming4u.hu/TVBudakalasz/tracks-v1a1/mono.m3u8) | <img height="20" src="https://i.imgur.com/MGkvVQg.png" /> |
| 3 | Hatoscsatorna | [>](rtmp://lpmedia.hu:1935/Hatoscsatorna/livestream) | <img height="20" src="https://i.imgur.com/vraAfd7.png" /> | Hatoscsatorna.hu | | 3 | Hatoscsatorna | [>](rtmp://lpmedia.hu:1935/Hatoscsatorna/livestream) | <img height="20" src="https://i.imgur.com/vraAfd7.png" /> | Hatoscsatorna.hu |
| 4 | Komlos TV | [>](https://stream.streaming4u.hu/KomlosTV/tracks-v1a1/mono.m3u8) | <img height="20" src="https://i.imgur.com/MDYb5yz.png" /> | KomlosTV.hu | | 4 | Komlos TV | [>](https://stream.streaming4u.hu/KomlosTV/tracks-v1a1/mono.m3u8) | <img height="20" src="https://i.imgur.com/MDYb5yz.png" /> |
| 5 | Ózdi Városi TV | [>](https://stream.unrealhosting.hu:443/hls/ozdtv/live.m3u8) | <img height="20" src="https://i.imgur.com/5cOpdRp.jpg" /> | OzdiVarosiTV.hu | | 5 | Ozdi Városi TV | [>](https://stream.unrealhosting.hu:443/hls/ozdtv/live.m3u8) | <img height="20" src="https://i.imgur.com/5cOpdRp.jpg" /> |
| 6 | Pannon RTV | [>](https://stream.unrealhosting.hu:443/hls/pannonrtv/live.m3u8) | <img height="20" src="https://i.imgur.com/iD5tCjX.png" /> | | 6 | Pannon RTV | [>](https://stream.unrealhosting.hu:443/hls/pannonrtv/live.m3u8) | <img height="20" src="https://i.imgur.com/iD5tCjX.png" /> |
| 7 | TV7 Bekescsaba | [>](https://stream.y5.hu/stream/stream_bekescsaba/stream.m3u8) | <img height="20" src="https://i.imgur.com/G9Ib5K3.png" /> | | 7 | TV7 Bekescsaba | [>](https://stream.y5.hu/stream/stream_bekescsaba/stream.m3u8) | <img height="20" src="https://i.imgur.com/G9Ib5K3.png" /> |
| 8 | VTV Füzesabony | [>](https://stream.unrealhosting.hu:443/hls/ftv/live.m3u8) | <img height="20" src="https://i.imgur.com/7ZPYJJ0.jpg" /> | VTVFuzesabony.hu | | 8 | VTV Füzesabony | [>](https://stream.unrealhosting.hu:443/hls/ftv/live.m3u8) | <img height="20" src="https://i.imgur.com/7ZPYJJ0.jpg" /> |
| 9 | Hegyvidék TV | [>](https://tv.hegyvidek.hu/hvtv/hvstream.m3u8) | <img height="20" src="https://hegyvidektv.hu/wp-content/uploads/2020/08/hegyvidek.jpg" /> | HegyvidekTV.hu | | 9 | Hegyvidék TV | [>](https://tv.hegyvidek.hu/hvtv/hvstream.m3u8) | <img height="20" src="https://hegyvidektv.hu/wp-content/uploads/2020/08/hegyvidek.jpg" /> | HegyvidekTV.hu |
| 10 | 16TV | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/16tv.sdp/playlist.m3u8) | <img height="20" src="http://www.16tv.hu/images/xlogo-green.png.pagespeed.ic.79XBdS6JYn.png" /> | | 10 | 16TV | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/16tv.sdp/playlist.m3u8) | <img height="20" src="http://www.16tv.hu/images/xlogo-green.png.pagespeed.ic.79XBdS6JYn.png" /> |
| 11 | CityTV (Belváros Lipótváros) | [>](https://citytv.hu/media/live/stream.m3u8) | <img height="20" src="https://www.citytv.hu/images/logo.png" /> | | 11 | CityTV (Belváros, Lipótváros) | [>](https://citytv.hu/media/live/stream.m3u8) | <img height="20" src="https://www.citytv.hu/images/logo.png" /> |
| 12 | FehérvárTV | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/fehervartv.sdp/playlist.m3u8?key=EWSj2) | <img height="20" src="https://www.fehervartv.hu/css/img/icon-1-2.png" /> | | 12 | FehérvárTV | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/fehervartv.sdp/playlist.m3u8?key=EWSj2) | <img height="20" src="https://www.fehervartv.hu/css/img/icon-1-2.png" /> |
| 13 | AlföldTV | [>](https://cloudfront41.lexanetwork.com:1344/relay01/livestream006.sdp/playlist.m3u8) | <img height="20" src="http://www.dealood.com/content/uploads/images/March2019/5c9721a07ea87-images-large.png" /> | | 13 | AlföldTV | [>](https://cloudfront41.lexanetwork.com:1344/relay01/livestream006.sdp/playlist.m3u8) | <img height="20" src="http://www.dealood.com/content/uploads/images/March2019/5c9721a07ea87-images-large.png" /> |
| 14 | Gyöngyös TV | [>](https://cloudfront41.lexanetwork.com:1344/relay02/livestream005.sdp/playlist.m3u8?key=hkNHP) | <img height="20" src="https://i.imgur.com/RHgaPCk.png" /> | GyongyosiTV.hu | | 14 | Gyöngyös TV | [>](https://cloudfront41.lexanetwork.com:1344/relay02/livestream005.sdp/playlist.m3u8?key=hkNHP) | <img height="20" src="https://gyongyostv.hu/wp-content/uploads/2018/11/gytv-logo-hd.jpg" /> |
| 15 | Halom TV | [>](rtmp://212.92.13.108/live/livestream1) | <img height="20" src="https://www.halomtv.hu/sites/all/themes/gfx_zen/logo.png" /> | | 15 | Halom TV | [>](rtmp://212.92.13.108/live/livestream1) | <img height="20" src="https://www.halomtv.hu/sites/all/themes/gfx_zen/logo.png" /> |
| 16 | Kapos TV | [>](https://cloudfront63.lexanetwork.com:1344/relay01/livestream004.sdp/playlist.m3u8) | <img height="20" src="https://kapos.hu/static/keptar/13/b/9490.jpg" /> | KaposTV.hu | | 16 | Kapos TV | [>](https://cloudfront63.lexanetwork.com:1344/relay01/livestream004.sdp/playlist.m3u8) | <img height="20" src="http://kapos.hu/static/keptar/13/b/9490.jpg" /> | KaposTV.hu |
| 17 | Kecskemét TV | [>](https://eurobioinvest.hu:444/live/ktv.m3u8) | <img height="20" src="https://kecskemetitv.hu/templates/kecskemetitv/img/ktv_logo.png" /> | KecskemetiTV.hu | | 17 | Kecskemét TV | [>](https://eurobioinvest.hu:444/live/ktv.m3u8) | <img height="20" src="https://kecskemetitv.hu/templates/kecskemetitv/img/ktv_logo.png" /> |
| 19 | Lóverseny közvetítés | [>](https://cloudfront41.lexanetwork.com:1344/xrelay/loverseny2.sdp/playlist.m3u8) | <img height="20" src="https://kincsempark.hu/wp-content/uploads/2016/11/fejlec_logo_f-1.png" /> | | 19 | Lóverseny közvetítés | [>](https://cloudfront41.lexanetwork.com:1344/xrelay/loverseny2.sdp/playlist.m3u8) | <img height="20" src="https://kincsempark.hu/wp-content/uploads/2016/11/fejlec_logo_f-1.png" /> |
| 20 | Zalaegerszeg TV | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/zegtv.sdp/playlist.m3u8) | <img height="20" src="https://zegtv.hu/wp-content/themes/assembly/images/zegtv-logo.png" /> | ZalaegerszegiTV.hu | | 20 | Zalaegerszeg TV | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/zegtv.sdp/playlist.m3u8) | <img height="20" src="https://zegtv.hu/wp-content/themes/assembly/images/zegtv-logo.png" /> | ZalaegerszegiTV.hu |
| 21 | Zugló TV | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/zuglotv.sdp/playlist.m3u8) | <img height="20" src="http://zuglotv.hu/wp-content/themes/ztv/uploads/ztv_logo1.jpg" /> | | 21 | Zugló TV | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/zuglotv.sdp/playlist.m3u8) | <img height="20" src="http://zuglotv.hu/wp-content/themes/ztv/uploads/ztv_logo1.jpg" /> |
| 22 | Tisza TV | [>](https://www.tiszatv.hu/onlinetv/tiszatv_1.m3u8) | <img height="20" src="https://www.tiszatv.hu/style/tiszatv_logo.png" /> | | 22 | Tisza TV | [>](https://www.tiszatv.hu/onlinetv/tiszatv_1.m3u8) | <img height="20" src="https://www.tiszatv.hu/style/tiszatv_logo.png" /> |
| 23 | DTV | [>](http://cloudfront44.lexanetwork.com:1732/hlsrelay003/hls/livestream.sdp.m3u8) | <img height="20" src="https://i.imgur.com/YSpqmSO.png" /> | DTV.hu | | 23 | DTV | [>](http://cloudfront44.lexanetwork.com:1732/hlsrelay003/hls/livestream.sdp.m3u8) | <img height="20" src="https://dtvnews.hu/sites/default/files/styles/normal_size/public/wide_images/debrecen_televizio_wide.png?itok=Mi4_Ac8L" /> |
| 24 | Bajai TV | [>](https://cloudfront41.lexanetwork.com:1344/relay01/livestream002.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/cyReGWh.png" /> | BajaiTV.hu |
| 25 | Vásárhelyi Televízió | [>](https://stream.vasarhelyitelevizio.hu/stream/stream.m3u8) | <img height="20" src="https://i.imgur.com/WOEqdmx.png" /> | VasarhelyiTelevizio.hu |
| 26 | TV Eger | [>](http://stream.tveger.hu:8010/live.m3u8) | <img height="20" src="https://i.imgur.com/GUVW073.png" /> | TVEger.hu |
| 27 | Putnok Városi TV | [>](http://78.47.126.198:5080/LiveApp/streams/902003217052313577741820.m3u8?token=null) | <img height="20" src="https://i.imgur.com/eKXPBFb.png" /> | PVTV.hu |
| 28 | Miskolc TV | [>](https://video.mhzrt.hu/live/mitv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/IoiNus2.png" /> | MiskolcTV.hu |
| 29 | Oroszlányi Városi Televízió | [>](https://cloudfront44.lexanetwork.com:1344/relay01/broadcast002.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/P0fxUH5.png" /> | OroszlanyiVarosiTelevizio.hu |
<h2>Invalid</h2> <h2>Invalid</h2>
@@ -87,10 +87,3 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Hungary
| 1 | ErdélyTV | [x](http://telekomtv-ro.akamaized.net/shls/LIVE$ErdelyTV/6.m3u8/Level(1677721)?start=LIVE&end=END) | <img height="20" src="https://i.imgur.com/xAmYapr.jpg" /> | | 1 | ErdélyTV | [x](http://telekomtv-ro.akamaized.net/shls/LIVE$ErdelyTV/6.m3u8/Level(1677721)?start=LIVE&end=END) | <img height="20" src="https://i.imgur.com/xAmYapr.jpg" /> |
| 2 | DikhTv | [x](https://onlinestream.live/play.xspf?id=6424&ch=1&ext=.xspf) | <img height="20" src="https://static.wikia.nocookie.net/logopedia/images/6/64/Dikh_TV_2019.jpg" /> | DikhTV.hu | | 2 | DikhTv | [x](https://onlinestream.live/play.xspf?id=6424&ch=1&ext=.xspf) | <img height="20" src="https://static.wikia.nocookie.net/logopedia/images/6/64/Dikh_TV_2019.jpg" /> | DikhTV.hu |
| 3 | Spektrum Home | [x](http://152.66.115.226:33390/bysid/207) | <img height="20" src="https://epgcdn.azureedge.net/wp-content/uploads/2020/08/logo_SPKH_LOGO_2020_WHITE_65_2.png" /> | SpektrumHome.hu | | 3 | Spektrum Home | [x](http://152.66.115.226:33390/bysid/207) | <img height="20" src="https://epgcdn.azureedge.net/wp-content/uploads/2020/08/logo_SPKH_LOGO_2020_WHITE_65_2.png" /> | SpektrumHome.hu |
| 4 | M2 / Petőfi TV | [>](https://c201-node61-cdn.connectmedia.hu/110102/7184521041cf54cee9c6548e8d0ba377/64117799/index.m3u8) | <img height="20" src="https://i.imgur.com/CzaDhmA.png" /> | M2.hu |
| 5 | M3 | [x](https://onlinestream.live/play.m3u8?id=5931&ch=1&ext=.m3u8) | <img height="20" src="https://onlinestream.live/logos/5931.png" /> | M3.hu |
| 6 | M4 Sport | [>](https://c401-node62-cdn.connectmedia.hu/110110/5dd8dc6d853c9b7f94db85646ed44326/641177e3/index.m3u8) | <img height="20" src="https://nb1.hu/uploads/news/3/31023.jpg" /> | M4Sport.hu |
| 7 | M5 Hungary | [>](http://152.66.115.226:33390/bysid/201) | <img height="20" src="https://i.imgur.com/qLQz2V6.png" /> | M5.hu |
| 8 | Duna TV | [>](http://152.66.115.226:33391/bysid/102) | <img height="20" src="https://i.imgur.com/b4RXacY.png" /> | DunaTV.hu |
| 9 | Duna World / M4+ Sport | [>](http://152.66.115.226:33391/bysid/103) | <img height="20" src="https://i.imgur.com/DciAdFF.png" /> | DunaWorld.hu |
-7
View File
@@ -1,7 +0,0 @@
<h1>Iceland</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | RÚV | [>](https://ruv-web-live.akamaized.net/streymi/ruverl/ruverl.m3u8) | <img height="20" src="https://i.imgur.com/vxaSn1K.png"/> | RUV.is |
| 2 | RÚV 2 | [>](https://ruvlive.akamaized.net/out/v1/2ff7673de40f419fa5164498fae89089/index.m3u8) | <img height="20" src="https://i.imgur.com/yDKRuXQ.png"/> | RUV2.is |
| 99 | Alþingi | [>](https://althingi-live.secure.footprint.net/althingi/live/index.m3u8) | <img height="20" src="https://i.imgur.com/n170HMm.png"/> | Althingi.is |
+2 -8
View File
@@ -8,16 +8,10 @@ https://en.wikipedia.org/wiki/List_of_4K_channels_in_India
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:----------------:|:-----:|:----:|:------:| |:---:|:----------------:|:-----:|:----:|:------:|
| 1 | NDTV India | [>](https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/master.m3u8) | <img height="20" src="https://i.imgur.com/QjJYohG.png" /> | NDTVIndia.in | | 1 | NDTV India | [>](https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/master.m3u8) | <img height="20" src="https://i.imgur.com/QjJYohG.png" /> | NDTVIndia.in |
| 2 | ABP News | [>](https://abplivetv.akamaized.net/hls/live/2043010/hindi/master.m3u8) | <img height="20" src="https://i.imgur.com/DKHUFVQ.png" /> | ABPNews.in |
| 3 | DD National Ⓨ | [>](https://www.youtube.com/doordarshan/live) | <img height="20" src="https://i.imgur.com/MohlE5B.png" /> | DDNational.in |
| 4 | DD News Ⓨ | [>](https://www.youtube.com/c/ddnews/live) | <img height="20" src="https://i.imgur.com/znnVCEf.png" /> | DDNews.in |
| 5 | DD India Ⓨ | [>](https://www.youtube.com/DDIndia/live) | <img height="20" src="https://i.imgur.com/45uptR8.png" /> | DDIndia.in |
| 6 | DD Bharati Ⓨ | [>](https://www.youtube.com/@ddbharati5316/live) | <img height="20" src="https://i.imgur.com/4tfUIEo.png" /> | DDBharati.in |
| 7 | DD Kisan Ⓨ | [>](https://www.youtube.com/@DDKisan/live) | <img height="20" src="https://i.imgur.com/x56WJEa.png" /> | DDKisan.in |
| 8 | DD Urdu Ⓨ | [>](https://www.youtube.com/@DDUrdu/live) | <img height="20" src="https://i.imgur.com/OiQPS34.png" /> | DDUrdu.in |
<h2>Invalid</h2> <h2>Invalid</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
-53
View File
@@ -1,53 +0,0 @@
<h1>Iran</h1>
https://en.wikipedia.org/wiki/List_of_IRIB_television_channels
<h2>Domestic channels</h2>
| # | Channel | Link | Logo | EPG id |
|:----:|:--------------:|:-----:|:----:|:------:|
| 1 | IRIB TV1 | [x](https://s1-cloud.irib.ir/securelive3/tv1hd/tv1hd.m3u8) | <img height="20" src="https://i.imgur.com/rad9Guw.png"/> | IRIB1.ir |
| 2 | IRIB TV2 | [x](https://s1-cloud.irib.ir/securelive3/tv2hd/tv2hd.m3u8) | <img height="20" src="https://i.imgur.com/FKiTd3O.png"/> | IRIB2.ir |
| 3 | IRIB TV3 | [x](https://s1-cloud.irib.ir/securelive3/tv3hd/tv3hd.m3u8) | <img height="20" src="https://i.imgur.com/6cIaH0c.png"/> | IRIB3.ir |
| 4 | IRIB TV4 Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/tv4sd/tv4sd.m3u8) | <img height="20" src="https://i.imgur.com/fsdz81l.png"/> | IRIB4.ir |
| 5 | IRIB TV5/Tehran TV Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/tv5sd/tv5sd.m3u8) | <img height="20" src="https://i.imgur.com/VdOFcN4.png"/> | IRIB5.ir |
| 6 | IRINN | [x](https://s1-cloud.irib.ir/securelive3/irinnhd/irinnhd.m3u8) | <img height="20" src="https://i.imgur.com/7HL4joq.png"/> | IRINN.ir |
| 7 | IRIB Amoozesh Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/amoozeshsd/amoozeshsd.m3u8) | <img height="20" src="https://i.imgur.com/qox2azH.png"/> | AmouzeshTV.ir |
| 8 | IRIB Quran | [x](https://s1-cloud.irib.ir/securelive3/quranhd/quranhd.m3u8) | <img height="20" src="https://i.imgur.com/nmOKBaK.png"/> | QuranTV.ir |
| 9 | IRIB Mostanad | [x](https://s1-cloud.irib.ir/securelive3/mostanadhd/mostanadhd.m3u8) | <img height="20" src="https://i.imgur.com/lRDgugZ.png"/> | IRIBMostanad.ir |
| 10 | IRIB Namayesh | [x](https://s1-cloud.irib.ir/securelive3/namayeshhd/namayeshhd.m3u8) | <img height="20" src="https://i.imgur.com/Nq0pCGr.png"/> | NamayeshTV.ir |
| 11 | IRIB Ofogh | [x](https://s1-cloud.irib.ir/securelive3/ofoghhd/ofoghhd.m3u8) | <img height="20" src="https://i.imgur.com/fhqeYGb.png"/> | OfoghTV.ir |
| 12 | IRIB Varzesh | [x](https://s1-cloud.irib.ir/securelive3/varzeshhd/varzeshhd.m3u8) | <img height="20" src="https://i.imgur.com/tRLSrxa.png"/> | VarzeshTV.ir |
| 13 | IRIB Pooya & Nahal | [x](https://s1-cloud.irib.ir/securelive3/pooyahd/pooyahd.m3u8) | <img height="20" src="https://i.imgur.com/hjeQUtg.png"/> | PooyaTV.ir |
| 14 | IRIB Salamat Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/salamatsd/salamatsd.m3u8) | <img height="20" src="https://i.imgur.com/K0YUhne.png"/> | SalamatTV.ir |
| 15 | IRIB Nasim | [x](https://s1-cloud.irib.ir/securelive3/nasimhd/nasimhd.m3u8) | <img height="20" src="https://i.imgur.com/EqjQN83.png"/> | Nasim.ir |
| 16 | IRIB Omid Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/omidsd/omidsd.m3u8) | <img height="20" src="https://i.imgur.com/s9iUe1l.png"/> | IRIBOmid.ir |
| 17 | IRIB Tamasha | [x](https://s1-cloud.irib.ir/securelive3/tamashahd/tamashahd.m3u8) | <img height="20" src="https://i.imgur.com/YffSCWH.png"/> | Tamasha.ir |
| 18 | iFilm | [x](https://s1-cloud.irib.ir/securelive3/ifilmhd/ifilmhd.m3u8) | <img height="20" src="https://i.imgur.com/4Z9L1AW.png"/> | iFilmPersian.ir |
| 19 | IRIB UHD-HDR | [x](https://s1-cloud.irib.ir/securelive3/uhd/uhd.m3u8) | <img height="20" src="https://i.imgur.com/qZ98jaa.png"/> | IRIBUHD.ir |
<h2>Foreign channels</h2>
| # | Channel | Link | Logo | EPG id |
|:----:|:--------------:|:-----:|:----:|:------:|
| 1 | Jame Jam TV 1 | [x](https://s1-cloud.irib.ir/securelive3/jamejam1hd/jamejam1hd.m3u8) | <img height="20" src="https://i.imgur.com/BjaN3W1.png"/> | JameJamTVNetwork1.ir |
| 2 | Jame Jam TV 2 Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/jamejam2sd/jamejam2sd.m3u8) | <img height="20" src="https://i.imgur.com/BjaN3W1.png"/> | JameJamTVNetwork2.ir |
| 3 | Jame Jam TV 3 Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/jamejam3sd/jamejam3sd.m3u8) | <img height="20" src="https://i.imgur.com/BjaN3W1.png"/> | JameJamTVNetwork3.ir |
| 4 | iFilm 2 Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/ifilm2sd/ifilm2sd.m3u8) | <img height="20" src="https://i.imgur.com/WZrGsFb.png"/> | iFilm2.ir |
| 5 | iFilm Arabic Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/ifilmarabsd/ifilmarabsd.m3u8) | <img height="20" src="https://i.imgur.com/D3cXTpJ.png"/> | iFilmArabic.ir |
| 6 | iFilm English Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/ifilmengsd/ifilmengsd.m3u8) | <img height="20" src="https://i.imgur.com/RdC0DQk.png"/> | iFilmEnglish.ir |
| 7 | Sahar TV Azeri Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/saharazarsd/saharazarsd.m3u8) | <img height="20" src="https://i.imgur.com/ZvNpHTj.png"/> | SaharAzeri.ir |
| 8 | Sahar TV Urdu Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/saharurdusd/saharurdusd.m3u8) | <img height="20" src="https://i.imgur.com/krc2nHm.png"/> | SaharUrdu.ir |
| 9 | Sahar TV Kurdi Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/saharkurdsd/saharkurdsd.m3u8) | <img height="20" src="https://i.imgur.com/FxFNcHA.png"/> | SaharKurdi.ir |
| 10 | Sahar TV Balkan Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/saharbalksd/saharbalksd.m3u8) | <img height="20" src="https://i.imgur.com/RdmtePb.png"/> | SaharBalkan.ir |
| 11 | Al-Kawthar TV Ⓢ | [x](https://s1-cloud.irib.ir/securelive3/alkawtharsd/alkawtharsd.m3u8) | <img height="20" src="https://i.imgur.com/kKAKqd5.png"/> | AlKawtharTV.ir |
| 12 | Al-Alam News Network Ⓢ | [>](https://live2.alalam.ir/alalam.m3u8) | <img height="20" src="https://i.imgur.com/UbD0Ndr.png"/> | AlalamNewsChannel.ir |
| 13 | Press TV | [>](https://cdnlive.presstv.ir/cdnlive/smil:cdnlive.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/X3YP2Gg.png"/> | PressTV.ir |
| 14 | Press TV French | [>](https://live1.presstv.ir/live/presstvfr/index.m3u8) | <img height="20" src="https://i.imgur.com/X3YP2Gg.png"/> | PressTVFrench.ir |
| 15 | HispanTV Ⓢ | [>](https://live1.presstv.ir/live/hispan.m3u8) | <img height="20" src="https://i.imgur.com/hnhP9o0.png"/> | HispanTV.ir |
| 16 | IranPress Ⓢ | [>](https://live1.presstv.ir/live/iranpress/index.m3u8) | <img height="20" src="https://i.imgur.com/Qrubr3v.png"/> | IranPress.ir |
<h2>Provincial channels</h2>
| # | Channel | Link | Logo | EPG id |
|:----:|:--------------:|:-----:|:----:|:------:|
+8 -13
View File
@@ -2,23 +2,18 @@
<h2>Saorview</h2> <h2>Saorview</h2>
* https://en.wikipedia.org/wiki/Saorview#Television
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 4 | TG4 | [>](https://dx4452e0qv6r9.cloudfront.net/tg4_vod_national.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/TG4_logo.svg/1024px-TG4_logo.svg.png"/> | TG4.ie | | 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 |
| 22 | Houses of the Oireachtas Channel | [>](https://d33zah5htxvoxb.cloudfront.net/el/live/oirtv/hls.m3u8) | <img height="20" src="https://i.imgur.com/aC4fsCI.png"/> | OireachtasTV.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> <h2>Invalid</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | RTÉ One | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/e/e4/RT%C3%89_One_2014.svg/640px-RT%C3%89_One_2014.svg.png"/> | RTEOne.ie | | 1 | RTE One | [x]() | <img height="20" src="https://i.imgur.com/44tfMTT.png"/> | RTEOne.ie |
| 2 | RTÉ2 | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/1/11/RT%C3%892_logo.svg/640px-RT%C3%892_logo.svg.png"/> | RTE2.ie | | 2 | RTE Two | [x]() | <img height="20" src="https://i.imgur.com/X7V1Qpk.png"/> | RTE2.ie |
| 3 | Virgin Media 1 | [x](http://csm-e.cds1.yospace.com/csm/extlive/tv3ie01,tv3-prd.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Virgin_Media_One_logo_2018.svg/1024px-Virgin_Media_One_logo_2018.svg.png"/> | VirginMediaOne.ie | | 7 | RTE Jr | [x]() | <img height="20" src="https://i.imgur.com/fgpsaqm.png"/> | RTEjr.ie |
| 5 | Virgin Media 2 | [x](http://csm-e.cds1.yospace.com/csm/extlive/tv3ie01,3e-prd.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/c/c5/Virgin_Media_Two_logo_2018.svg/1024px-Virgin_Media_Two_logo_2018.svg.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://upload.wikimedia.org/wikipedia/en/thumb/2/2f/Virgin_Media_Three_logo_2018.svg/1024px-Virgin_Media_Three_logo_2018.svg.png"/> | VirginMediaThree.ie |
| 7 | Virgin Media 4 | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/Virgin_Media_Four_logo.svg/1024px-Virgin_Media_Four_logo.svg.png"/> | VirginMediaFour.ie |
| 17 | RTÉjr | [x]() | <img height="20" src="https://i.imgur.com/2rhsMFF.png"/> | Cula4.ie |
| 18 | Cúla4 | [x]() | <img height="20" src="https://i.imgur.com/E3jxqu9.png"/> | RTEjr.ie |
| 21 | RTE News | [x](https://live.rte.ie/live/a/channel3/news.isml/.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/7/78/Updated_RT%C3%89_News_and_Current_Affairs_Logo.png"/> | RTENews.ie |
-15
View File
@@ -1,15 +0,0 @@
<h1>Israel</h1>
https://en.wikipedia.org/wiki/List_of_television_channels_in_Israel
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 9 | 9 канал Ⓨ | [>](https://www.youtube.com/@israel9tv/live) | <img height="20" src="https://i.imgur.com/pttM3KQ.png"/> | Channel9.il |
| 11 | כאן 11 | [>](https://kan11.media.kan.org.il/hls/live/2024514/2024514/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Kan11Logo.svg/640px-Kan11Logo.svg.png"/> | Kan11.il |
| 12 | ערוץ 12 | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f0/Keshet12_2018.svg/788px-Keshet12_2018.svg.png"/> | Keshet12.il |
| 13 | ערוץ 13 | [>](https://d2xg1g9o5vns8m.cloudfront.net/out/v1/0855d703f7d5436fae6a9c7ce8ca5075/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/he/thumb/1/17/Reshet13Logo2022.svg/559px-Reshet13Logo2022.svg.png"/> | Channel13.il |
| 14 | ערוץ 14 | [>](https://now14.g-mana.live/media/91517161-44ab-4e46-af70-e9fe26117d2e/mainManifest.m3u8) | <img height="20" src="https://i.imgur.com/Iq2Kb69.png"/> | Now14.il |
| 21 | The Shopping Channel | [>](https://shoppingil-rewriter.vidnt.com/index.m3u8) | <img height="20" src="https://i.imgur.com/PEdXHSE.png"/> | TheShoppingChannel.il |
| 33 | مكان 33 | [>](https://makan.media.kan.org.il/hls/live/2024680/2024680/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/5/56/MeKan_33_logo_2017.png"/> | Makan33.il |
| 99 | כאן חינוכית | [>](https://kan23.media.kan.org.il/hls/live/2024691/2024691/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/KanHinuchit.svg/640px-KanHinuchit.svg.png"/> | KanEducational.il |
| 99 | Knesset | [>](https://contact.gostreaming.tv/Knesset/myStream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/PEdXHSE.png"/> | Knesset.il |
+269 -338
View File
@@ -3,308 +3,299 @@
https://en.wikipedia.org/wiki/Television_in_Italy#Digital_terrestrial_television https://en.wikipedia.org/wiki/Television_in_Italy#Digital_terrestrial_television
https://www.tivusat.tv/sat-eng/tivusat/multicanale.aspx https://www.tivusat.tv/sat-eng/tivusat/multicanale.aspx
<h2>National DVB-T</h2> <h2>National</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Rai 1 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803&output=7&forceUserAgent=raiplayappletv) | <img height="20" src="https://i.imgur.com/CAx7yRm.png"/> | Rai1.it | | 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=7&forceUserAgent=raiplayappletv) | <img height="20" src="https://i.imgur.com/zA0PTcs.png"/> | Rai2.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=7&forceUserAgent=raiplayappletv) | <img height="20" src="https://i.imgur.com/9kuQCIi.png"/> | Rai3.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://live02-seg.msf.cdn.mediaset.net/live/ch-r4/r4-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/GWx2Fkl.png"/> | Rete4.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://live02-seg.msf.cdn.mediaset.net/live/ch-c5/c5-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/p6YdiR1.png"/> | Canale5.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://live02-seg.msf.cdn.mediaset.net/live/ch-i1/i1-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/oCiOxBG.png"/> | Italia1.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 | | 7 | La7 | [>](https://d15umi5iaezxgx.cloudfront.net/LA7/CLN/HLS-B/Live.m3u8) | <img height="20" src="https://i.imgur.com/F90mpSa.png"/> | La7.it |
| 8 | TV8 | [>](https://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/11223/tv8web/master.m3u8?hdnea=st=1701861650~exp=1765449000~acl=/*~hmac=84c9f3f71e57b13c3a67afa8b29a8591ea9ed84bf786524399545d94be1ec04d) | <img height="20" src="https://i.imgur.com/xvoHVOU.png"/> | TV8.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 |
| 9 | Nove | [>](https://amg16146-wbdi-amg16146c1-samsung-it-1831.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-nove-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Hp723RU.png"/> | Nove.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 |
| 20 | 20 Mediaset Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-lb/lb-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/It13jwX.png"/> | 20.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 |
| 21 | Rai 4 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746966&output=7&forceUserAgent=raiplayappletv) | <img height="20" src="https://i.imgur.com/XFkZRfv.png"/> | Rai4.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 |
| 22 | Iris Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-ki/ki-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/Ixz1BY3.png"/> | Iris.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 |
| 23 | Rai 5 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276&output=7&forceUserAgent=raiplayappletv) | <img height="20" src="https://i.imgur.com/Leu2zTO.png"/> | Rai5.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 |
| 24 | Rai Movie Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747002&output=7&forceUserAgent=raiplayappletv) | <img height="20" src="https://i.imgur.com/RKpO8CE.png"/> | RaiMovie.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 |
| 25 | Rai Premium Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746992&output=7&forceUserAgent=raiplayappletv) | <img height="20" src="https://i.imgur.com/RKI4nFy.png"/> | RaiPremium.it |
| 26 | Cielo TV | [>](https://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/11219/cieloweb/master.m3u8?hdnea=st=1701861650~exp=1765449000~acl=/*~hmac=84c9f3f71e57b13c3a67afa8b29a8591ea9ed84bf786524399545d94be1ec04d) | <img height="20" src="https://i.imgur.com/cPluF03.png"/> | CieloTV.it |
| 27 | 27 Twentyseven Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-ts/ts-clr.isml/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 | | 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 | | 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://live02-seg.msf.cdn.mediaset.net/live/ch-ka/ka-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/UNyJaho.png"/> | La5.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 |
| 31 | Real Time | [>](https://amg16146-wbdi-amg16146c2-samsung-it-1835.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-realtime-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9dcTYg1.png"/> | RealTimeItaly.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 | | 32 | QVC | [>](https://qrg.akamaized.net/hls/live/2017383/lsqvc1it/master.m3u8) | <img height="20" src="https://i.imgur.com/Ea7iUX2.png"/> | QVCItaly.it |
| 33 | Food Network | [>](https://amg16146-wbdi-amg16146c3-samsung-it-1836.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-foodnetwork-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/i60OYr9.png"/> | FoodNetworkItaly.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 |
| 34 | Cine34 Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-b6/b6-clr.isml/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 |
| 35 | Focus Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-fu/fu-clr.isml/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 |
| 36 | RTL 102.5 | [>](https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S97044836/tbbP8T1ZRPBL/playlist_video.m3u8) | <img height="20" src="https://i.imgur.com/KdissvS.png"/> | RTL1025TV.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 |
| 37 | Warner TV | [>](https://amg16146-wbdi-amg16146c4-samsung-it-1837.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-warnertv-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oIWFcOC.png"/> | WarnerTVItaly.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 |
| 38 | Giallo | [>](https://amg16146-wbdi-amg16146c5-samsung-it-1838.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-giallo-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0PIRwZS.png"/> | Giallo.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 |
| 39 | Top Crime Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-lt/lt-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/RFIwv9O.png"/> | TopCrime.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 |
| 40 | BOING Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-kb/kb-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/niSlrqT.png"/> | BoingItaly.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 |
| 41 | K2 | [>](https://amg16146-wbdi-amg16146c6-samsung-it-1839.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-k2-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wlLgSiA.png"/> | K2.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 |
| 42 | Rai Gulp Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746953&output=7&forceUserAgent=raiplayappletv) | <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=7&forceUserAgent=raiplayappletv) | <img height="20" src="https://i.imgur.com/DRSa3ys.png"/> | RaiYoyo.it |
| 44 | Frisbee | [>](https://amg16146-wbdi-amg16146c7-samsung-it-1840.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-frisbee-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9y1zIAe.png"/> | Frisbee.it |
| 46 | Cartoonito Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-la/la-clr.isml/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 | | 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=7&forceUserAgent=raiplayappletv) | <img height="20" src="https://i.imgur.com/gdzGwB6.png"/> | RaiNews24.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://live02-seg.msf.cdn.mediaset.net/live/ch-i2/i2-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/nq48sjO.png"/> | Italia2.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 |
| 50 | Sky TG24 | [>](https://hlslive-web-gcdn-skycdn-it.akamaized.net/TACT/12221/web/master.m3u8?hdnts=st=1701861650~exp=1765449000~acl=/*~hmac=84c9f3f71e57b13c3a67afa8b29a8591ea9ed84bf786524399545d94be1ec04d) | <img height="20" src="https://i.imgur.com/q4d3Dah.png"/> | SkyTG24.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 |
| 51 | TGCOM 24 Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-kf/kf-clr.isml/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 |
| 52 | DMAX | [>](https://amg16146-wbdi-amg16146c8-samsung-it-1841.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-dmax-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dmEmRX7.png"/> | DMAXItaly.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 |
| 54 | Rai Storia Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746990&output=7&forceUserAgent=raiplayappletv) | <img height="20" src="https://i.imgur.com/K8y5q8x.png"/> | RaiStoria.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 |
| 55 | Mediaset Extra Ⓖ | [>](https://live02-seg.msf.cdn.mediaset.net/live/ch-kq/kq-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/mM8lopo.png"/> | MediasetExtra.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 |
| 56 | HGTV – Home & Garden Tv | [>](https://amg16146-wbdi-amg16146c9-samsung-it-1842.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-hgtv-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/emLNC0U.png"/> | HGTVItaly.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 |
| 57 | Rai Scuola Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747011&output=7&forceUserAgent=raiplayappletv) | <img height="20" src="https://i.imgur.com/tmtJW6s.png"/> | RaiScuola.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 |
| 58 | Rai Sport Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=358025&output=7&forceUserAgent=raiplayappletv) | <img height="20" src="https://i.imgur.com/xsGljsb.png"/> | RaiSport.it |
| 59 | Motor Trend | [>](https://amg16146-wbdi-amg16146c10-samsung-it-1843.playouts.now.amagi.tv/playlist/amg16146-warnerbrosdiscoveryitalia-motortrend-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ipj2H0n.png"/> | MotorTrend.it |
| 60 | Sportitalia Plus | [>](https://sportitaliaamd.akamaized.net/live/Sportitalia/hls/F59D8EB0332E783633CDDE8E265844975635D24F/index.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> | Sportitalia.it |
| 61 | Travel TV | [>](https://di-4anhezkv.vo.lswcdn.net/promosrl/smil:byoblu.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aXAUyLN.png"/> | TravelTV.it |
| 62 | Donna TV Ⓢ | [>](https://streaming.softwarecreation.it/DonnaTv/DonnaTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Aa1Abme.png"/> | DonnaTV.it | | 62 | Donna TV Ⓢ | [>](https://streaming.softwarecreation.it/DonnaTv/DonnaTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Aa1Abme.png"/> | DonnaTV.it |
| 64 | SuperTennis | [>](https://live-embed.supertennix.hiway.media/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 | | 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 | | 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://live02-seg.msr.cdn.mediaset.net/live/ch-ec/ec-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/3NiLKvj.png"/> | Radio105TV.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://live02-seg.msr.cdn.mediaset.net/live/ch-er/er-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/mWeEa9T.png"/> | R101TV.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://4c4b867c89244861ac216426883d1ad0.msvdn.net/live/S85984808/sMO0tz9Sr2Rk/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rlaKH6k.png"/> | DeejayTV.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.akamaized.net/hls/live/2093117/RadioitaliaTV/master.m3u8) | <img height="20" src="https://i.imgur.com/4VCEJuJ.png"/> | RadioItaliaTV.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://kk.fluid.stream/KKMulti/smil:KissKissTV.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UTStxDW.png"/> | KissKissTV.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 |
| 202 | Rai Radio 2 Visual Radio | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=5674080&output=7&forceUserAgent=raiplayappletv) | <img height="20" src="https://i.imgur.com/nVBet0h.png"/> | RaiRadio2Visual.it | | 167 | VH1 | [>](https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8) | <img height="20" src="https://i.imgur.com/5ONlZGS.png"/> | VH1Italia.it |
| 233 | RTL 102.5 News | [>](https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S38122967/2lyQRIAAGgRR/playlist_video.m3u8) | <img height="20" src="https://i.imgur.com/vAtzwXK.png"/> | RTL1025News.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 |
| 258 | RadioFreccia | [>](https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S3160845/0tuSetc8UFkF/playlist_video.m3u8) | <img height="20" src="https://i.imgur.com/J5N9F7Z.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 |
| 265 | RDS Social TV | [>](https://stream.rdstv.radio/index.m3u8) | <img height="20" src="https://i.imgur.com/TY6FhqI.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 |
| 266 | Radio ZETA | [>](https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S9346184/XEx1LqlYbNic/playlist_video.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 |
| 899 | Radio TV Serie A con RDS | [>](https://stream.radioseriea.com/50773f0d0070476a8612d9984c6059d8/index.m3u8) | <img height="20" src="https://i.imgur.com/NzDeCIx.png"/> | RadioTVSerieA.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> <h2>Satellite</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 55 | Gold TV Sat | [>](https://streaming.softwarecreation.it/GoldTvSat/GoldTvSat/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3rVi4kD.png"/> | GoldTVSat.it |
| 58 | Sportitalia SOLOCALCIO | [>](https://sportitaliaamd.akamaized.net/live/Sportitalia/hls/6197F24C2DDD359567D902082C9347C25BC98852/index.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> | SportitaliaSolocalcio.it |
| 61 | BIKE | [>](https://65f5123e69e3b.streamlock.net/bikechannel/ngrp:bikechannel_all/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4IzVSQI.png"/> | Bike.it |
| 67 | Radio Montecarlo TV Ⓖ | [>](https://live02-seg.msr.cdn.mediaset.net/live/ch-bb/bb-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/3TMMXmS.png"/> | RadioMonteCarloTV.it |
| 68 | Virgin Radio TV Ⓖ | [>](https://live02-seg.msr.cdn.mediaset.net/live/ch-ew/ew-clr.isml/index.m3u8) | <img height="20" src="https://i.imgur.com/7Im3HI1.png"/> | VirginRadioTV.it |
| 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 | | 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 | | 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-elem-live.akamaized.net/hls/live/619189/raievent10/raievent10/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5gkt9DD.png"/> | Rai4K.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 |
| 507 | Class CNBC | [>](https://859c1818ed614cc5b0047439470927b0.msvdn.net/live/S57048752/8raQqCXozN1H/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oAiSU8O.png"/> | ClassCNBC.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 | | 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 DVB-T</h2> <h2>Regional</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 0 | 111 Tv | [>](https://5db313b643fd8.streamlock.net/111/111/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4jY8yAI.png"/> | | 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://5929b138b139d.streamlock.net/12TVParma/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xnUgx6b.png"/> | 12TVParma.it | | 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 | 4 You Tv | [>](https://streamsrv2.nets-sr.com:19360/4youtv/4youtv.m3u8) | <img height="20" src="https://i.imgur.com/NN0cSbz.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 | Abc Tv | [>](https://diretta.arcapuglia.it:8080/live/abctv/index.m3u8) | <img height="20" src="https://i.imgur.com/nVmIeTD.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/k8EPLB9.png"/> | ABChannel.it | | 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 | Alpauno | [>](https://5f22d76e220e1.streamlock.net/alpaunotv/alpaunotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4QKFtUa.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"/> | AltoAdigeTV.it | | 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 2 Bergamo | [>](https://58f12ffd2447a.streamlock.net/Antenna2/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NfvHIAw.png"/> |
| 0 | Antenna 3 Massa | [>](https://media2021.rtvweb.com/antenna3massa/a3/playlist.m3u8) | <img height="20" src="https://i.imgur.com/CHDU86j.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://59d7d6f47d7fc.streamlock.net/antennatreveneto/antennatreveneto.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NiVHLwp.png"/> | AntennaTreNordest.it | | 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 | [>](https://live.antennasudwebtv.it:9443/hls/vod.m3u8) | <img height="20" src="https://i.imgur.com/b8y6ImZ.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 Extra | [>](https://live.antennasudwebtv.it:9443/hls/vod92.m3u8) | <img height="20" src="https://i.imgur.com/6tBv8VD.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 | Aristanis SuperTv | [>](https://video2.azotosolutions.com:1936/supertvoristano/supertvoristano/playlist.m3u8) | <img height="20" src="https://i.imgur.com/v8PlAJO.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 | Arte Network Orler | [>](https://tsw.streamingwebtv24.it:1936/artenetwork/artenetwork/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DP5y0Er.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 | 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"/> | AzzurraTV.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 | 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 | Bergamo Tv | [>](http://api.new.livestream.com/accounts/245066/events/3063596/live.m3u8) | <img height="20" src="https://i.imgur.com/1doR6Vl.png"/> |
| 0 | BOM Channel | [>](https://5f22d76e220e1.streamlock.net/canale6/canale6/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hISoOK3.png"/> | BomChannel.it | | 0 | BFC | [>](https://backup.superstreaming.inaria.me/BFC/index.m3u8) | <img height="20" src="https://i.imgur.com/3OOsLu6.png"/> |
| 0 | ByoBlu | [>](https://09bd1346f7a44cc9ac230cc1cb22ca4f.msvdn.net/live/S39249178/EnTK3KeeN1Eg/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1xaHGtU.png"/> | | 0 | BIKE | [>](https://backup.superstreaming.inaria.me/BikeSmartMobilityDTT/index.m3u8) | <img height="20" src="https://i.imgur.com/4IzVSQI.png"/> |
| 0 | Cafe Tv 24 | [>](https://srvx1.selftv.video/cafe/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KbcbxFw.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 | Calabria Uno Tv | [>](https://635320cd397eb.streamlock.net/live/ngrp:calabriaunolive_all/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2TK1GQ5.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 tv | [>](https://64b16f23efbee.streamlock.net/calabriatv-clone/calabriatv-clone/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qWirucd.png"/> | | 0 | Calabria Uno TV | [>](https://5f22d76e220e1.streamlock.net/calabriaunotv/calabriaunotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2TK1GQ5.png"/> |
| 0 | Canale 10 | [>](https://nrvideo1.newradio.it:1936/desxcerbht/desxcerbht/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KuQcjYV.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 2 | [>](https://59d7d6f47d7fc.streamlock.net/canale2/canale2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ETqDkS1.png"/> |
| 0 | Canale 21 | [>](https://0ff9dd7fe9b64bc08a5fc4ed525454c3.msvdn.net/live/S38994111/B7j0ql4XaZtE/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mU6Cq89.png"/> | Canale21.it | | 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 Extra | [>](https://0ff9dd7fe9b64bc08a5fc4ed525454c3.msvdn.net/live/S42170132/sT6C3LFaD1iA/playlist.m3u8) | <img height="20" src="https://i.imgur.com/cDAsrBl.png"/> | Canale21Extra.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 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 | [>](https://stream.cp.ets-sistemi.it:1936/canale74/canale74/playlist.m3u8) | <img height="20" src="https://i.imgur.com/18JIVgu.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 Campania | [>](https://59d7d6f47d7fc.streamlock.net/canale8/canale8/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ElAS2WC.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 | [>](https://ovp-live.akamaized.net/ac115_live/canale1.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/QlwLRyh.png"/> | CanaleItalia.it | | 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 | [>](https://samson.streamerr.co:8081/carinatv/index.m3u8) | <img height="20" src="https://i.imgur.com/FMGcm6I.jpg"/> | | 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 Italia 53 | [>](https://ovp-live.akamaized.net/ac115_live/canale3.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/O4GQVCk.png"/> | | 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 | 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 | Castrovillari Tv | [>](http://msh0062.stream.seeweb.it/live/flv:stream00.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/V0kjYNG.png"/> |
| 0 | Cittaceleste Tv | [>](https://sportitaliaamd.akamaized.net/live/Cittaceleste/hls/A990687F506536598442FC5CD12C97CB78873FBA/index.m3u8) | <img height="20" src="https://i.imgur.com/9RVriNK.jpeg"/> | | 0 | Chiesa Tv | [>](http://cldwz.glauco.it/HLS/Chiesadimilanoaac/chunklist.m3u8) | <img height="20" src="https://i.imgur.com/U0PRT88.png"/> |
| 0 | Company Tv | [>](https://company.fluid.stream/CompanyTV/smil:Company_ALL.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/IbabUDd.png"/> | | 0 | Ciao USA | [>](http://joe.livebox.co.in/iotieviTVhls/CIAOUSA.m3u8) | <img height="20" src="https://i.imgur.com/CJ2iXYx.png"/> |
| 0 | Cremona 1 | [>](https://cdn2.streamshow.it/cloud-cremona1/cremona1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/a5d0F01.jpg"/> | | 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 | Cusano Italia Tv | [>](https://router.xdevel.com/video0s975363-69/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9F1sVjZ.png"/> |
| 0 | Cusano News 7 | [>](https://router.xdevel.com/video1s975363-1596/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/L49Ie1Q.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 | Delta Tv | [>](http://hbbtv-server.zivoli.it:8080/hls/deltatv/deltatv/index.m3u8) | <img height="20" src="https://i.imgur.com/mfwVXt7.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 | Deluxe 139 | [>](https://59d7d6f47d7fc.streamlock.net/pierstyle/pierstyle/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kRexw3w.png"/> |
| 0 | Di.Tv 80 | [>](https://5f22d76e220e1.streamlock.net/ditv80/ditv80/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kHxTsJw.png"/> |
| 0 | Di.Tv 92 | [>](https://media2021.rtvweb.com/di_tv_92/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/g3SI08H.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 | 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://5f22d76e220e1.streamlock.net/fascinotv/fascinotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oLDvx2T.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 | 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 Canale 190 | [>](https://diretta.arcapuglia.it:8080/live/easytv/index.m3u8) | <img height="20" src="https://i.imgur.com/LKrVuRR.jpg"/> | | 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 | Entella Tv | [>](https://5f22d76e220e1.streamlock.net:443/EntellaTV/EntellaTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1VPXKrW.png"/> |
| 0 | EQUtv | [>](https://ippicabetflag-live.morescreens.com/IPPICA_1_003/304p.m3u8) | <img height="20" src="https://i.imgur.com/x9Wdz7h.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 | Equos Tv | [>](https://dacastmmd.mmdlive.lldns.net/dacastmmd/2824fb123d5e44b797232c7abf8195da/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YwyfNDF.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 | Espansione Tv | [>](https://srvx1.selftv.video/espansione/smil:live.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mm9HKpD.png"/> | EspansioneTV.it |
| 0 | Esperia Tv | [>](https://59d7d6f47d7fc.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 | 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 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 | 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 | Euro Tv | [>](https://5f22d76e220e1.streamlock.net/eurotv/eurotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/HCl5Zbu.png"/> |
| 0 | Extra Tv | [>](https://rst2.saiuzwebnetwork.it:8081/extratvlive/index.m3u8) | <img height="20" src="https://i.imgur.com/KCBurST.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 | FM Tv Marche | [>](https://bbtv.intvstream.net:3988/hybrid/play.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 | Fano Tv | [>](https://diretta.arcapuglia.it:8080/live/fanotv/index.m3u8) | <img height="20" src="https://i.imgur.com/orqEzJ6.png"/> | | 0 | GRP Televisione | [>](https://5cbd3bc28341f.streamlock.net:444/grp/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1zNPpVE.png"/> |
| 0 | Fascino Tv | [>](https://5f22d76e220e1.streamlock.net/canale157/canale157/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4XYYY5B.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 | GRP Televisione | [>](https://webstream.multistream.it/memfs/a3195c96-f884-4c74-924f-2648814fc0b5.m3u8) | <img height="20" src="https://i.imgur.com/1zNPpVE.png"/> |
| 0 | GarganoTv | [>](https://cdn80-ger.azotosolutions.com:8443/cdnedge3/smil:live3.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OlJohKK.png"/> |
| 0 | Giornale Radio Tv | [>](https://5f204aff97bee.streamlock.net/GR_tv/livestream/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 | Giovanni Paolo Tv | [>](https://media2021.rtvweb.com/giovannipaolotv/web/chunklist_w663456797.m3u8) | <img height="20" src="https://i.imgur.com/GH5eJE6.png"/> |
| 0 | Globus Television | [>](https://cdn.cubws.com/live/globus.m3u8) | <img height="20" src="https://i.imgur.com/yUTYqCv.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 | 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://6zklxkbbdw9b-hls-live.mariatvcdn.it/msmotor/2f759512164fc6fe4acbed6a5648993a.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xgjrAAn.png"/> | GOTVCanale163.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 | GS Channel | [>](https://rst.saiuzwebnetwork.it:8081/retereggio/index.m3u8) | <img height="20" src="https://i.imgur.com/ExfxCRv.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 | 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://rst.saiuzwebnetwork.it:19360/teleidea/teleidea.m3u8) | <img height="20" src="https://i.imgur.com/2edmxYF.png"/> | | 0 | Idea Plus | [>](https://eu1.servers10.com:8081/8044/index.m3u8) | <img height="20" src="https://i.imgur.com/2edmxYF.png"/> |
| 0 | Italia 2 Tv | [>](https://59d7d6f47d7fc.streamlock.net/italia2/italia2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ISbxfY0.png"/> | Italia2TV.it | | 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 | Italia 7 | [>](https://streaming.softwarecreation.it/Italia7/Italia7/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YBXkY4w.png"/> |
| 0 | Italia 8 Prestige | [>](https://5f22d76e220e1.streamlock.net/italia8prestige/italia8prestige/playlist.m3u8) | <img height="20" src="https://i.imgur.com/uDxWI4a.png"/> | | 0 | Iunior Tv | [>](https://5f22d76e220e1.streamlock.net/iuniortv/iuniortv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9jeNlLE.png"/> |
| 0 | Italia Channel | [>](https://stream1.aswifi.it/italiachannel/stream/index.m3u8) | <img height="20" src="https://i.imgur.com/zuuKXGv.png"/> | ItaliaChannel.it | | 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"/> |
| 0 | Iunior Tv | [>](https://5f22d76e220e1.streamlock.net/iuniortv/iuniortv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9jeNlLE.png"/> | IuniorTV.it | | 254 | La Grande Italia | [>](https://5f22d76e220e1.streamlock.net/GrandeItalia/GrandeItalia/chunklist_w748924424.m3u8) | <img height="20" src="https://i.imgur.com/hc8KT06.png"/> |
| 0 | L'Altro Corriere Tv | [>](https://stream.cp.ets-sistemi.it:1936/laltrocorriere-tv/laltrocorriere-tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dgj79J3.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 Nuova Tv | [>](https://5dcabf026b188.streamlock.net/lanuovatvbas/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wg8FhdN.png"/> |
| 0 | La Tenda Tv | [>](https://2-fss-1.streamhoster.com/pl_148/206202-2980948-1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/XnBp0hT.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 | 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://f5842579ff984c1c98d63b8d789673eb.msvdn.net/live/S27391994/HVvPMzy/playlist.m3u8) | <img height="20" src="https://i.imgur.com/02vCECa.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 | [>](https://f5842579ff984c1c98d63b8d789673eb.msvdn.net/live/S47282891/JWjL3xqPf4bX/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2Ef6crS.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 | [>](https://customer-yzibk50951uq418a.cloudflarestream.com/a58893dee4b9922a75e41b4ec4243f84/manifest/video.m3u8) | <img height="20" src="https://i.imgur.com/OpRS6Fl.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/DAj5Uwb.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 | 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://a928c0678d284da5b383f29ecc5dfeec.msvdn.net/live/S57315730/8kTBWibNteJA/playlist.m3u8) | <img height="20" src="https://i.imgur.com/S0ReVEo.png"/> | | 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/lmbiatv/lmbiatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aksVy9f.jpg"/> | | 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 | Love in Venice | [>](http://59d7d6f47d7fc.streamlock.net/loveinvenice/loveinvenice/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lLBzzce.png"/> |
| 0 | Lucania Tv | [>](https://cdn15.streamshow.it/cloud-lucaniatv/lucaniatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wuUNVR5.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 | Made in BO | [>](https://srvx1.selftv.video/dmchannel/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WFnrMS0.png"/> |
| 0 | Maria Vision | [>](https://1601580044.rsc.cdn77.org/live/_jcn_/amls:CHANNEL_2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fdx5YXi.png"/> | | 0 | Media Tv | [>](http://live.sloode.com:1935/mediatv/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WFiRWO9.png"/> |
| 0 | Matrix Tv | [>](https://5f22d76e220e1.streamlock.net/GrandeItalia/GrandeItalia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/m1HeXrn.png"/> | | 0 | Mediterranea Tv | [>](https://59bb40cf810aa.streamlock.net:4443/streamingvincente/streamingvincente/playlist.m3u8) | <img height="20" src="https://i.imgur.com/GUTOqRt.png"/> |
| 0 | Mediterranea Tv | [>](https://stream1.aswifi.it/mediterraneatv/live/index.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 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://diretta.arcapuglia.it:8080/live/medjugorietv/index.m3u8) | <img height="20" src="https://i.imgur.com/IWBeddh.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 | Minformo Tv | [>](https://5db313b643fd8.streamlock.net:443/MinformoTV/MinformoTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/VJNtnZM.jpg"/> |
| 0 | Motori Tv | [>](https://5f22d76e220e1.streamlock.net/servizio01/servizio01/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NWXQKbl.png"/> | | 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/S0B/S0B_master.m3u8) | <img height="20" src="https://i.imgur.com/zlmcUe0.jpg"/> | | 0 | NTI Canale 271 | [>](https://www.ntimedia.it/video/S0/S0_master.m3u8) | <img height="20" src="https://i.imgur.com/zlmcUe0.jpg"/> |
| 0 | News24 City | [>](https://dc3.telesveva.com:4433/news24.mp4) | <img height="20" src="https://i.imgur.com/dak9AtV.png"/> | | 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 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 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 | Nuova Tv 2 | [>](https://nuovatv.net:8443/tv2/stream.m3u8) | <img height="20" src="https://i.imgur.com/0vauyV3.png"/> |
| 0 | Nuvola Tv | [>](https://stream.nuvola.tv:8181/memfs/4aaa6328-1879-4ebf-b18a-498146d0c61c.m3u8) | <img height="20" src="https://i.imgur.com/EDGez2x.png"/> |
| 0 | Odeon 24 | [>](https://streaming.softwarecreation.it/Odeon/Odeon/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M1tVBuH.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 | [>](https://videostream.isgm.it:3276/live/tvofantolive.m3u8) | <img height="20" src="https://i.imgur.com/UCgATWn.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 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 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 | 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 | 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 | Orler Tv | [>](https://w1.mediastreaming.it/orlertv/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dBkxD8e.png"/> |
| 0 | Otto Channel | [>](https://ottop-live-meride.akamaized.net/hls/live/2039996/ch1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/HRonD2N.png"/> |
| 0 | Padre Pio Tv | [>](https://600f07e114306.streamlock.net/PadrePioTV/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/7ajxEPH.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 | 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://64b16f23efbee.streamlock.net/paroledivita/paroledivita/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M9mIiZD.png"/> | | 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://diretta.arcapuglia.it:8080/live/partenope/index.m3u8) | <img height="20" src="https://i.imgur.com/FtuWkj1.png"/> | | 0 | Partenope Tv | [>](https://streamlive.arcapuglia.it:8080/live/partenopetv/index.m3u8) | <img height="20" src="https://i.imgur.com/FtuWkj1.png"/> |
| 0 | Peer Tv Alto Adige | [>](https://iptv.peer.biz/live/peertv-it.m3u8) | <img height="20" src="https://www.peer.biz/peertv-iptv/peer-tv-alto-adige.png"/> | PeerTV.it | | 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://stream1.aswifi.it/poptelevision/live/index.m3u8) | <img height="20" src="https://i.imgur.com/TeolCu9.png"/> | | 0 | Pop Tv | [>](https://59d7d6f47d7fc.streamlock.net/poptv/poptv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TeolCu9.png"/> |
| 0 | Prima Tv Napoli | [>](https://57068da1deb21.streamlock.net/primatvnapoli/primatvnapoli/playlist.m3u8) | <img height="20" src="https://i.imgur.com/yPuQeEy.jpg"/> | | 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 | Prima Tv Sicilia | [>](https://5db313b643fd8.streamlock.net/PrimaTV/PrimaTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/br45JER.png"/> |
| 0 | PrimaFREE | [>](https://5f22d76e220e1.streamlock.net/primafree/primafree/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YrSSmOL.png"/> | | 0 | Primantenna Torino | [>](https://585b674743bbb.streamlock.net/9062/9062/playlist.m3u8) | <img height="20" src="https://i.imgur.com/sqEcPFs.gif"/> |
| 0 | Primantenna Torino | [>](https://5f22d76e220e1.streamlock.net/primantenna14/primantenna14/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 | 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 | 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 | Quarto Canale Flegreo | [>](http://live.mariatvcdn.com/dialogos/171e41deedf405f10c7dd6311387fb43.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8RKY3Du.png"/> |
| 0 | Radio 3M InBlu | [>](https://stream.mariatvcdn.com/telemistrettaradio/900bfcc0f9012ea272584fd5ff5281b8.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/d7O7Uqa.png"/> | | 0 | R+Tv Abruzzo | [>](https://54627d4fc5996.streamlock.net/rnews/rnews/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jKVvT3K.jpg"/> |
| 0 | Radio 51 Tv | [>](https://59d7d6f47d7fc.streamlock.net/canale51/canale51/chunklist_w1193883900.m3u8) | <img height="20" src="https://uaznao.com/wp-content/uploads/2023/03/radio51.png"/> | | 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 | Radio Birikina Tv | [>](https://tvd-bk.fluid.stream/RadioBirikinaTV/livestream/chunklist_w84398277.m3u8) | <img height="20" src="https://uaznao.com/wp-content/uploads/2023/03/radiobirikina.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 | Radio Bruno Tv | [>](https://router.xdevel.com/video0s975758-473/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/y4vKE83.png"/> | | 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 | Radio Ibiza | [>](https://str48.fluid.stream/RadioIbizaTV/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/uu0DHY5.png"/> | | 0 | RDE Tv | [>](https://visual.shoutca.st:1936/saiuz2/rde/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NiwPlrr.png"/> |
| 0 | Radio Immagine Tv | [>](https://media.velcom.it:8081/RadioImmagineTV/index.fmp4.m3u8) | <img height="20" src="https://i.imgur.com/iQlXRAB.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 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 Libertà | [>](https://router.xdevel.com/video0s975360-67/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/HRvPlf5.png"/> |
| 0 | Radio m2o Tv | [>](https://4c4b867c89244861ac216426883d1ad0.msvdn.net/live/S62628868/uhdWBlkC1AoO/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wl30UFj.png"/> | m2oTV.it | | 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 | Radio Monte Kronio Tv (R.M.K.) | [>](https://648026e87a75e.streamlock.net/rmktv/rmktv/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 | Radio Norba Tv | [>](https://router.xdevel.com/video0s975885-462/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/qftBPM9.png"/> | RadionorbaTV.it | | 0 | Rete 55 | [>](https://stream.internet.one/Rete55_Live/index.m3u8) | <img height="20" src="https://i.imgur.com/EsZn2cj.png"/> |
| 0 | Radio Piter Pan Tv | [>](https://tvd-piter.fluid.stream/RadioPiterpanTV/livestream/chunklist_w1866496033.m3u8) | <img height="20" src="https://uaznao.com/wp-content/uploads/2023/03/radiopiterpan.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 | Radio Radio Tv | [>](https://200912.global.ssl.fastly.net/646b335e2291a2022444bb7c/live_22f84390fe1411ed919df3da85a483cc/rewind-14400.m3u8) | <img height="20" src="https://i.imgur.com/iKuRg2b.png"/> | RadioRadioTV.it |
| 0 | Radio Radiosa Tv | [>](https://stream7.zivoli.it/radiosatv/radiosatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8kqyxvz.png"/> |
| 0 | Radio Roma | [>](https://585b674743bbb.streamlock.net/9044/9044/playlist.m3u8) | <img height="20" src="https://i.imgur.com/RKvfStm.png"/> |
| 0 | Radio Roma Television | [>](https://5926fc9c7c5b2.streamlock.net/rtfeunawfu/rtfeunawfu/playlist.m3u8) | <img height="20" src="https://i.imgur.com/RKvfStm.png"/> |
| 0 | Ran Friul | [>](https://5f22d76e220e1.streamlock.net/RanFriul/RanFriul/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Qs5eQPM.png"/> |
| 0 | RDE Tv | [>](https://rst2.saiuzwebnetwork.it:8081/rdetrieste/index.m3u8) | <img height="20" src="https://i.imgur.com/NiwPlrr.png"/> |
| 0 | Reggio Tv | [>](https://cdn10.streamshow.it/cloud-reggiotv/reggiotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/merrg2C.png"/> |
| 0 | Rei Tv | [>](https://5f22d76e220e1.streamlock.net/reitv/reitv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YNRWFOo.png"/> |
| 0 | Rete 55 | [>](https://live1.giocabet.tv/stream/6/index.m3u8) | <img height="20" src="https://i.imgur.com/EsZn2cj.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 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://64b16f23efbee.streamlock.net/rete8/rete8/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bGsjPRh.png"/> | | 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://64b16f23efbee.streamlock.net/rete8sport/rete8sport/playlist.m3u8) | <img height="20" src="https://i.imgur.com/uUAjWlF.png"/> | | 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 Tv | [>](https://sb.top-ix.org/retebiella/streaming/playlist.m3u8) | <img height="20" src="https://i.imgur.com/e2ryHx7.png"/> | | 0 | Rete Biella | [>](https://sb.top-ix.org/retebiella/streaming/playlist.m3u8) | <img height="20" src="https://i.imgur.com/e2ryHx7.png"/> |
| 0 | Rete Mia | [>](https://5db313b643fd8.streamlock.net/rete/rete/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kCJ621Q.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 Oro Tv | [>](https://5926fc9c7c5b2.streamlock.net/9094/9094/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OCxGtwA.png"/> |
| 0 | Rete Sole | [>](https://5926fc9c7c5b2.streamlock.net/9332/9332/playlist.m3u8) | <img height="20" src="https://i.imgur.com/u0ezKgE.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 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 | Rete Veneta | [>](http://wms.shared.streamshow.it/reteveneta/reteveneta/playlist.m3u8) | <img height="20" src="https://i.imgur.com/cInhQFp.png"/> |
| 0 | Roma Tv 82 | [>](https://streaming.softwarecreation.it/RomaCH71/RomaCH71/playlist.m3u8) | <img height="20" src="https://i.imgur.com/C3UnlFF.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://stream.rossinitv.it/memfs/3bca4ad7-adfc-4610-ac0e-e826743ddc57.m3u8) | <img height="20" src="https://i.imgur.com/K0Em0nx.jpg"/> | | 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 Quarta Rete | [>](https://msh0232.stream.seeweb.it/live/stream00.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rFGA6qL.png"/> | | 0 | Rtc Targato Napoli | [>](https://eu1.servers10.com:8081/8014/index.m3u8) | <img height="20" src="https://i.imgur.com/Jsep7uM.png"/> |
| 0 | RTC Telecalabria | [>](https://w1.mediastreaming.it/calabriachannel/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tTYLcuh.jpg"/> | RTCTelecalabria.it |
| 0 | RTI Calabria | [>](https://stream.ets-sistemi.it:8081/rticalabria/index.m3u8) | <img height="20" src="https://i.imgur.com/hVzEvmo.jpg"/> |
| 0 | RTL 102.5 + Plus | [>](https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S12772175/FmIo5I5kmwTy/playlist_video.m3u8) | <img height="20" src="https://i.imgur.com/mPqDtCO.png"/> | RTL1025Plus.it |
| 0 | RTM Manduria | [>](https://5f22d76e220e1.streamlock.net/rtm/rtm/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WwzU0EP.png"/> |
| 0 | RTR99 Tv | [>](https://5e73cf528f404.streamlock.net/RTR99TV/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mkO95pD.png"/> |
| 0 | Rtp Tv | [>](http://flash2.xdevel.com/rtptv/rtptv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/I1hYI0C.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 | Rttr | [>](https://5f204aff97bee.streamlock.net/RTTRlive/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/z7xMArA.png"/> |
| 0 | Rtv 38 Toscana | [>](https://845d8509d2cb4f249dd0b2ae5755b6c2.msvdn.net/rtv38/rtv38_live_main/mainabr/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/xqlhJqK.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 | 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/QpPgSfr.png"/> | | 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://7e1cc2454f2242afabe05cc0a2f483cd.msvdn.net/live/S30721796/ZS3Xu8mn5f0J/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YNEW2h2.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 | Set Tv Cilento | [>](https://stream1.aswifi.it/settv/live/index.m3u8) | <img height="20" src="https://i.imgur.com/qN5D1jD.png"/> |
| 0 | Sesta Rete | [>](https://stream10.xdevel.com/video0s977089-1792/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0B0S2gI.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 24 Tv | [>](https://5f22d76e220e1.streamlock.net/sicilia24/sicilia24/playlist.m3u8) | <img height="20" src="https://i.imgur.com/GhQX36O.png"/> |
| 0 | Sicilia Tv | [>](https://stream9.xdevel.com/video0s976441-1226/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/I5FoThW.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://router.xdevel.com/video0s976727-1441/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gcysky4.png"/> | | 0 | Sienatv | [>](https://flash8.xdevel.com/sienatv/sienatv/master.m3u8) | <img height="20" src="https://i.imgur.com/gcysky4.png"/> |
| 0 | Sophia Tv | [>](https://bild-und-ton.stream/sophiatv-it/smil:sophia-tv-it.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fiLNK3b.jpg"/> | | 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 | Stiletv | [>](https://proxy.media.convergenze.it/stiletv/streams/oQOFd7JglHjO1631525551097.m3u8) | <img height="20" src="https://i.imgur.com/ZP3cJi7.png"/> | | 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 | Super J Tv | [>](https://59d39900ebfb8.streamlock.net/SuperJtv/SuperJtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5oy5Nuu.png"/> | | 0 | Sport2U | [>](https://live.sport2u.tv/EvoLive/myStream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WW0lNk1.png"/> |
| 0 | Super Six | [>](https://5db313b643fd8.streamlock.net/SUPERSIXLombardia/SUPERSIXLombardia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kHSuyub.png"/> | SuperSix.it | | 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 | Supertv | [>](http://wms.shared.streamshow.it:1935/supertv/supertv/live.m3u8) | <img height="20" src="https://i.imgur.com/7gUZcEh.png"/> |
| 0 | T9 | [>](https://streaming.softwarecreation.it/tnove/tnove/playlist.m3u8) | <img height="20" src="https://i.imgur.com/XzL05Py.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 | TRC Santeramo | [>](https://stream7.livinlive.it/trc/trc/playlist.m3u8) | <img height="20" src="https://i.imgur.com/VbYdS8P.jpg"/> | | 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 | TRL Tele Radio Leo | [>](https://5db313b643fd8.streamlock.net/TRL/TRL/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qAagkJT.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 | 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 | 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 | [>](https://stream10.xdevel.com/video1s977294-1864/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fiylFs2.jpg"/> | | 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://tbn-jw.cdn.vustreams.com/live/tci/live.isml/2b7d53c5-b504-4d26-b25f-a70deb8d0faf.m3u8) | <img height="20" src="https://i.imgur.com/lCZTaKs.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 | Teatro Tv | [>](https://m.iostream.it/hls/teatrotv/teatrotv.m3u8) | <img height="20" src="https://i.imgur.com/UsvffQL.png"/> |
| 0 | Tele A | [>](https://lostream.it/hls/telea/video.m3u8) | <img height="20" src="https://i.imgur.com/l7Za9KH.jpg"/> | | 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 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://5db313b643fd8.streamlock.net/teleacras/teleacras/playlist.m3u8) | <img height="20" src="https://i.imgur.com/90Lsv8q.png"/> | | 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 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 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 Belluno | [>](https://live.mariatvcdn.com/telebelluno/a3b80388da9801906adf885282e73bc3.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/YiM2Z7E.png"/> |
| 0 | Tele Boario | [>](https://stream7.xdevel.com/video0s976425-1244/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/LlLD3L6.png"/> | | 0 | Tele Blu | [>](https://58d921499d3d3.streamlock.net/Teleblu/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NWMTlry.jpg"/> |
| 0 | Tele Bruzzano | [>](https://playerssl.telemia.tv/fileadmin/hls/Telebruzzano/telebruzzano_mediachunks.m3u8) | <img height="20" src="https://i.imgur.com/7TWbCDt.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 Chiara | [>](http://fms.tvavicenza.it:1935/telechiara/diretta/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Q5XpnXR.png"/> |
| 0 | Telecolor | [>](https://1aadf145546f475282c5b4e658c0ac4b.msvdn.net/live/324149/hlbAWtl/playlist.m3u8) | <img height="20" src="https://i.imgur.com/urUG78J.png"/> | TelecolorLombardia.it | | 0 | Tele Citta' Padova | [>](http://stream.telepadova.com/live/tv1.m3u8) | <img height="20" src="https://i.imgur.com/xvVgEaA.jpg"/> |
| 0 | Tele Cupole | [>](https://nrvideo1.newradio.it/euhsbdamnx/euhsbdamnx/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ZmUI9zb.png"/> | | 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 Estense | [>](https://5e73cf528f404.streamlock.net/TeleEstense/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/X7i7DWo.png"/> |
| 0 | Tele Foggia | [>](https://59d7d6f47d7fc.streamlock.net/telefoggia/telefoggia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M7tqBu9.jpg"/> | | 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://5757bf2aa08e42248fb9b9d620f5d900.msvdn.net/live/S11646715/pE3ax0lT0rBd/playlist.m3u8) | <img height="20" src="https://i.imgur.com/AoQxZxD.png"/> | | 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 Genova | [>](https://64b16f23efbee.streamlock.net/telegenova/telegenova/playlist.m3u8) | <img height="20" src="https://i.imgur.com/D6HC0So.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 Ischia | [>](https://rst.saiuzwebnetwork.it:8081/teleischia/index.m3u8) | <img height="20" src="https://i.imgur.com/vihHVQn.jpg"/> | | 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 Jonio | [>](http://59d7d6f47d7fc.streamlock.net/telejonio/telejonio/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qJeDV8R.png"/> |
| 0 | Tele Liberta' HD | [>](https://streaming.liberta.it/hls/liberta.m3u8) | <img height="20" src="https://i.imgur.com/XzAB5k7.jpg"/> | | 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 Liguria Sud | [>](https://64b16f23efbee.streamlock.net/teleliguriasud/teleliguriasud/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BeLAYJ6.jpg"/> | | 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 Mantova | [>](https://5ce9406b73c33.streamlock.net/TeleMantova/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bkSPcs4.png"/> |
| 0 | Tele Mia | [>](https://playerssl.telemia.tv/fileadmin/hls/TelemiaHD/telemia85_mediachunks.m3u8) | <img height="20" src="https://i.imgur.com/SdXpCwL.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 Extra | [>](https://playerssl.telemia.tv/fileadmin/hls/TelemiaExtra/telemiaextra_mediachunks.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 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/Telemolise4K/Telemolise4K/playlist.m3u8) | <img height="20" src="https://i.imgur.com/u5VD0x9.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 Nord Genova | [>](https://64b16f23efbee.streamlock.net/telenord/telenord/playlist.m3u8) | <img height="20" src="https://i.imgur.com/I6yegEK.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 Nostra | [>](https://13574-8.b.cdn12.com/hls/f099fa8883.ulive/_c/master.m3u8) | <img height="20" src="https://i.imgur.com/FACahKZ.png"/> | | 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 Occidente | [>](https://stream9.xdevel.com/video0s976532-1292/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3aOiWKa.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&amp;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 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 | [>](https://648026e87a75e.streamlock.net/teleone/teleone/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9trB6mj.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 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 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 3 | [>](https://live.mariatvcdn.com/teleradiopace3/d2274c22e9ee09eb2eda01ed0496f8f5.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/gLsE3mX.png"/> |
@@ -317,152 +308,92 @@ https://www.tivusat.tv/sat-eng/tivusat/multicanale.aspx
| 0 | Tele Pegaso | [>](https://flash2.xdevel.com/telepegasocanale812/telepegasocanale812/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FQkM8Vd.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 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 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 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://rst.saiuzwebnetwork.it:19360/teleradioercolano-1/teleradioercolano-1.m3u8) | <img height="20" src="https://i.imgur.com/YPuoy8N.jpg"/> | | 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 Orte | [>](https://flash2.xdevel.com/ortetv/ortetv/index.m3u8) | <img height="20" src="https://i.imgur.com/uX2uxvN.png"/> |
| 0 | Tele Radio Sciacca | [>](https://5db313b643fd8.streamlock.net/teleradiosciaccatv/teleradiosciaccatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/suhz5mE.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 Sirio | [>](https://www.telesirio.it/live/stream.m3u8) | <img height="20" src="https://i.imgur.com/mDN6QX1.png"/> |
| 0 | Tele Spazio Messina | [>](https://rtm.cyberspazio.cloud:5443/LiveApp/streams/049229794390395765037801.m3u8) | <img height="20" src="https://i.imgur.com/Io5w6lT.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 Sud Puglia | [>](https://64b16f23efbee.streamlock.net/telesud/telesud/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fqTLtvs.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 Tricolore | [>](https://59d7d6f47d7fc.streamlock.net/rs2/rs2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/A2XouAd.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 Tutto 2 | [>](https://600f07e114306.streamlock.net/TT2_TELETUTTO/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mxXbMaw.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 24 | [>](https://600f07e114306.streamlock.net/TT24_TELETUTTO/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/weKWQgx.png"/> |
| 0 | Tele Venezia | [>](https://59d7d6f47d7fc.streamlock.net/televenezia/televenezia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/SavGpCE.jpg"/> | | 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 | 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 | Tele8 Tv | [>](https://57068da1deb21.streamlock.net/teletv8/teletv8/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dM0HE6O.png"/> | | 0 | TeleAmbiente | [>](https://5f22d76e220e1.streamlock.net/teleambiente/teleambiente/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jxZcQhU.png"/> |
| 0 | TeleAmbiente | [>](https://5f22d76e220e1.streamlock.net/teleambiente2024/teleambiente2024/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jxZcQhU.png"/> |
| 0 | Telecampione | [>](https://5f22d76e220e1.streamlock.net/telecampione/telecampione/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LhjwmME.png"/> |
| 0 | Telecittà Padova | [>](https://tango.wifi4all.it/telecitta/telecitta.m3u8) | <img height="20" src="https://i.imgur.com/xvVgEaA.jpg"/> |
| 0 | Telecity Lombardia | [>](https://64b16f23efbee.streamlock.net/telecitylombardia/telecitylombardia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ECvJ3ZD.jpeg"/> |
| 0 | Telecity Piemonte | [>](https://64b16f23efbee.streamlock.net/telecitypiemonte/telecitypiemonte/playlist.m3u8) | <img height="20" src="https://i.imgur.com/CrlzHjv.jpeg"/> |
| 0 | Telecity Valle D'Aosta | [>](https://64b16f23efbee.streamlock.net/telecityvda/telecityvda/playlist.m3u8) | <img height="20" src="https://i.imgur.com/T9EsAOX.jpeg"/> |
| 0 | TeleCostaSmeralda | [>](https://7e1cc2454f2242afabe05cc0a2f483cd.msvdn.net/tcs_live/tcs/tcs/playlist.m3u8) | <img height="20" src="https://i.imgur.com/QLqkbss.png"/> |
| 0 | Teleiblea | [>](https://5f22d76e220e1.streamlock.net/teleiblea/teleiblea/playlist.m3u8) | <img height="20" src="https://i.imgur.com/n1THygZ.png"/> |
| 0 | Teleitalia 41 | [>](https://streaming.softwarecreation.it/teleitalia/teleitalia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lTuPSOn.png"/> |
| 0 | Telejato | [>](https://telejato.liberotratto.com/hls/stream.m3u8) | <img height="20" src="https://i.imgur.com/r3Dqzdj.png"/> |
| 0 | Teleleonessa | [>](http://wms.shared.streamshow.it:1935/teleleonessa/teleleonessa/live.m3u8) | <img height="20" src="https://i.imgur.com/jq3etlV.png"/> |
| 0 | TeleMajg | [>](https://59d7d6f47d7fc.streamlock.net/telemajg/telemajg/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9tefonp.jpg"/> | | 0 | TeleMajg | [>](https://59d7d6f47d7fc.streamlock.net/telemajg/telemajg/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9tefonp.jpg"/> |
| 0 | Telenova | [>](https://64b16f23efbee.streamlock.net/telenova/telenova/playlist.m3u8) | <img height="20" src="https://i.imgur.com/x41IkJK.png"/> | Telenova.it | | 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 | Telerama | [>](https://58d921499d3d3.streamlock.net/TeleRama/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/enfqUlI.jpg"/> | | 0 | TeleRoma 1 | [>](https://stream9.xdevel.com/video0s976607-1377/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/3t7JWrf.png"/> |
| 0 | TeleRegione | [>](https://streaming.softwarecreation.it/TR118/TR118/playlist.m3u8) | <img height="20" src="https://i.imgur.com/i5WozUP.png"/> | | 0 | TeleRoma 2 | [>](https://57068da1deb21.streamlock.net/teletibur/teletibur/playlist.m3u8) | <img height="20" src="https://i.imgur.com/78hA7ma.png"/> |
| 0 | TeleRegione Color | [>](https://live.antennasudwebtv.it:9443/hls/vodtele.m3u8) | <img height="20" src="https://i.imgur.com/vi5Nf3S.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 | TeleRegione Live | [>](https://5f22d76e220e1.streamlock.net/galluralive/galluralive/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DBrt8L3.png"/> | | 0 | Teleuniverso | [>](https://media.velcom.it:19360/teleuniverso/teleuniverso.m3u8) | <img height="20" src="https://i.imgur.com/u8E9wBb.png"/> |
| 0 | TeleRent 7Gold | [>](https://router.xdevel.com/video0s86-21/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YZadq0M.png"/> | 7Gold.it | | 0 | Televallo Trapani | [>](https://5cbd3bc28341f.streamlock.net:444/televallo/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/P6zuiRH.png"/> |
| 0 | Telereporter | [>](https://5f22d76e220e1.streamlock.net/telereporter/telereporter/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WIo6SPc.png"/> | | 0 | Tevere Tv | [>](https://5926fc9c7c5b2.streamlock.net/9098/9098/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ghBX2Hn.png"/> |
| 0 | Teleromagna | [>](https://livetr.teleromagna.it/teleromagna/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4jWadI8.png"/> |
| 0 | Teleromagna 24 | [>](https://livetr.teleromagna.it/mia/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Bpml478.png"/> |
| 0 | TeleRomaDue | [>](https://57068da1deb21.streamlock.net/teletibur/teletibur/playlist.m3u8) | <img height="20" src="https://i.imgur.com/78hA7ma.png"/> |
| 0 | Telesud Trapani | [>](https://64b16f23efbee.streamlock.net/telesudtrapani/telesudtrapani/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tpZvU1P.png"/> |
| 0 | Telesveva | [>](https://dc3.telesveva.com:4433/cmaf/livetv/index.mpd) | <img height="20" src="https://i.imgur.com/SCDETZC.jpeg"/> |
| 0 | Teleuniverso | [>](https://stream.cp.ets-sistemi.it:1936/teleuniverso/teleuniverso/playlist.m3u8) | <img height="20" src="https://i.imgur.com/u8E9wBb.png"/> |
| 0 | Televallo Trapani | [>](https://64b16f23efbee.streamlock.net/televallo/televallo/playlist.m3u8) | <img height="20" src="https://i.imgur.com/P6zuiRH.png"/> |
| 0 | TG Norba 24 | [>](https://router.xdevel.com/video0s976570-1326/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/9MhrrJK.png"/> | TGNorba24.it |
| 0 | TLT Molise | [>](https://5f22d76e220e1.streamlock.net/tltmolise/tltmolise/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wgwD7gh.png"/> | | 0 | TLT Molise | [>](https://5f22d76e220e1.streamlock.net/tltmolise/tltmolise/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wgwD7gh.png"/> |
| 0 | Tremedia Tv | [>](https://stream4.xdevel.com/video0s976062-1263/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/dqRV1ff.jpeg"/> | | 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 | 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 | 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 12 | [>](https://59d7d6f47d7fc.streamlock.net/tv12/tv12/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oxv08pJ.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 Campi Flegrei | [>](https://tv.radiosaiuz.com:3836/live/campiflegreilive.m3u8) | <img height="20" src="https://i.imgur.com/9d2K1nX.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 Luna Napoli | [>](https://diretta.arcapuglia.it:8080/live/teleluna/index.m3u8) | <img height="20" src="https://i.imgur.com/jxhuoyE.png"/> | | 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 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 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 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 | 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 | Tva Vicenza | [>](http://fms.tvavicenza.it:1935/live/diretta_1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FtFuPCC.png"/> |
| 0 | Tvm Palermo | [>](https://stream2.xdevel.com/video1s86-22/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/uqOdAXB.png"/> | | 0 | Tvr Xenon | [>](https://cloudtv.azotosolutions.com:9553/tvrxenonlive/tvrxenonlive/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kLzW1Pf.jpg"/> |
| 0 | Tvr Xenon | [>](https://cdn107-ita.azotosolutions.com:8443/cdnedge4/smil:live4.smil/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 | Tvrs Tv | [>](https://cdn8.streamshow.it/cloud-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 | Umbria+ TRT | [>](https://diretta.teleterni.it:8080//show/show.m3u8) | <img height="20" src="https://i.imgur.com/CU6BBgs.png"/> |
| 0 | Umbria Tv | [>](https://umbriatv.stream.rubidia.it:8083/live/umbriatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/XKCVEmK.png"/> |
| 0 | Uno Tv | [>](https://stream1.aswifi.it/unotv/live/index.m3u8) | <img height="20" src="https://i.imgur.com/4PNbqqL.png"/> |
| 0 | Uno4 Tv | [>](https://cdn.uno4.it/index.m3u8) | <img height="20" src="https://i.imgur.com/wfPPpBA.png"/> |
| 0 | Vera Tv | [>](http://wms.shared.streamshow.it/veratv/veratv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/djMvkvN.png"/> | | 0 | Vera Tv | [>](http://wms.shared.streamshow.it/veratv/veratv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/djMvkvN.png"/> |
| 0 | VB33 | [>](https://live.ipstream.it/vb33/vb33.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ygDuIxU.png"/> | | 0 | Video 33 | [>](http://livestream.goinfo.it/V33Live/v33ros/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Wp24htV.jpg"/> |
| 0 | Video Calabria | [>](https://a8a02dd9a49a4fc9810743615c65ab73.msvdn.net/live/S76734991/i6NeNqLYaspb/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Bc2AvIm.png"/> | VideoCalabria.it | | 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 | [>](https://bfbe5f347ac4424faf719dda285bc39e.msvdn.net/live/S54897858/4gWO7tTzpK3N/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hJHC3uQ.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 | [>](https://videonola.aswifi.it/videonolaabr/live.m3u8) | <img height="20" src="https://i.imgur.com/M5z5UoD.jpg"/> | | 0 | Video Nola | [>](http://stream1.aswifi.it/videonola/live/index.m3u8) | <img height="20" src="https://i.imgur.com/M5z5UoD.jpg"/> |
| 0 | Video Regione Sicilia | [>](https://57214cb172d84f8cb311b91513952b03.msvdn.net/live/S40896499/ZuaLjACsWIL4/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0szwnR3.png"/> | | 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 | Video Star Tv Sicilia | [>](https://stream9.xdevel.com/video0s976556-1321/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1ddJVZ7.jpg"/> |
| 0 | Video Touring Tv | [>](https://streamingvideo.auranex.cloud/memfs/70baacad-47c6-41a6-aee0-86530c31e080.m3u8) | <img height="20" src="https://i.imgur.com/E2Feao5.jpg"/> |
| 0 | Videolina | [>](http://livestreaming.videolina.it/live/Videolina/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bnDZJwd.gif"/> | | 0 | Videolina | [>](http://livestreaming.videolina.it/live/Videolina/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bnDZJwd.gif"/> |
| 0 | Videonovara | [>](https://ed04.top-ix.org/avtvlive/videonovara/streaming/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NnO7E5I.png"/> | | 0 | Videostar Tv Lombardia | [>](http://dreamsiteradiocpvideo.com:1935/vds/vds/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ecpPFZL.jpg"/> |
| 0 | Videotelecarnia | [>](https://rst2.saiuzwebnetwork.it:8081/vtccarnia/index.m3u8) | <img height="20" src="https://i.imgur.com/r4K9JHW.png"/> |
| 0 | Vintage Radio Tv | [>](https://5f22d76e220e1.streamlock.net/vintageradiotv/vintageradiotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/n3LtBNT.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 | Vuemme Tv | [>](https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8) | <img height="20" src="https://i.imgur.com/x5A0xU6.png"/> |
| 0 | Webcom Tv | [>](https://www.webcomiptv.it/mistserver/passionelotto/index.m3u8) | <img height="20" src="https://i.imgur.com/KLwj2vj.png"/> | | 0 | Well Tv | [>](https://59d7d6f47d7fc.streamlock.net/welltv/welltv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Kqgz4Na.png"/> |
| 0 | WLTV | [>](https://5db313b643fd8.streamlock.net/WLTV/WLTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aL8jKtU.png"/> | | 0 | Yvii Tv | [>](https://yviistreamer.kernel.online/hls/yviitv.m3u8) | <img height="20" src="https://i.imgur.com/yP5AvDo.png"/> |
| 0 | Yvii Tv | [>](https://stream.wired-shop.com/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"/> |
| 0 | Zerouno Tv Music | [>](https://5f22d76e220e1.streamlock.net/zerounotvmusic/zerounotvmusic/playlist.m3u8) | <img height="20" src="https://i.imgur.com/r74lqW8.png"/> |
| 0 | Zerouno Tv News | [>](https://5f22d76e220e1.streamlock.net/01news/01news/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vxRzyjE.png"/> |
<h2>YouTube Live</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | Radio Colonna Tv Ⓨ | [>](https://www.youtube.com/radiocolonna/live) | <img height="20" src="https://i.imgur.com/EcQvDfq.png"/> |
| 59 | Euronews Italian Ⓨ | [>](https://www.youtube.com/user/euronewsit/live) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png"/> | EuronewsItalian.fr |
| 519 | TRM h24 Ⓨ | [>](https://www.youtube.com/user/trmh24/live) | <img height="20" src="https://i.imgur.com/d47CdYU.png"/> | TRMh24.it |
<h2>Invalid</h2> <h2>Invalid</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 63 | GM24 Ⓢ | [x](https://streaming.softwarecreation.it/GM24/GM24/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UCntSA3.png"/> | GM24.it | | 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 |
| 167 | VH1 | [x](https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8) | <img height="20" src="https://i.imgur.com/5ONlZGS.png"/> | VH1Italia.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 |
| 1 | RAI Italia America | [x](http://210.210.155.69/s/s63/S4/mnf.m3u8) | <img height="20" src="https://www.tvdream.net/img/rai-italia-bg.jpg"/> | RaiItaliaAmerica.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 |
| 3 | RAI Italia Asia | [x](http://210.210.155.37/x6bnqe/s/s63/index2.m3u8) | <img height="20" src="https://www.tvdream.net/img/rai-italia-bg.jpg"/> | RaiItaliaAsia.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 |
| 176 | Explorer HD Channel | [x](https://59d7d6f47d7fc.streamlock.net/explorerhdch/explorerhdch/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gFwhIZC.png"/> | ExplorerHDChannel.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 |
| 511 | BFC | [x](https://62becaa5a1e2f.streamlock.net/BFC/BFC/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3OOsLu6.png"/> | BFCForbes.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 |
| 0 | Antenna Sicilia | [x](https://5f22d76e220e1.streamlock.net/antennasicilia/antennasicilia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8DOdqsE.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"/> | Frisbee.it |
| 0 | Antenna Sud Sport | [x](https://live.antennasudwebtv.it:9443/hls/vodsport.m3u8) | <img height="20" src="https://i.imgur.com/cEyZnhJ.png"/> | | 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 |
| 0 | Antenna Sud Sport 2 | [x](https://live.antennasudwebtv.it:9443/hls/vodsport2.m3u8) | <img height="20" src="https://i.imgur.com/dl86FW1.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"/> | DMAXItaly.it |
| 0 | Apulia Web Tv | [x](https://cp1.server89.com:19360/apuliawebtv/apuliawebtv.m3u8) | <img height="20" src="https://i.imgur.com/AnU4g2J.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"/> | HGTVItaly.it |
| 0 | Canale 58 | [x](https://dotfvxkfj90ca.cloudfront.net/live/canale58_aac/master.m3u8) | <img height="20" src="https://i.imgur.com/RlFc74C.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"/> | MotorTrend.it |
| 0 | Canale Uno Tivù | [x](https://eu1.servers10.com:8081/8096/index.m3u8) | <img height="20" src="https://i.imgur.com/hfqNw92.png"/> | | 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 | Cilento Channel | [x](https://streaming.dimind.it/live/cilentocnn/index.m3u8) | <img height="20" src="https://i.imgur.com/4k9Su8j.png"/> | | 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 | HUB Tv | [x](https://5c483b9d1019c.streamlock.net/8004/8004/playlist.m3u8) | <img height="20" src="https://i.imgur.com/46GTBEW.png"/> |
| 0 | InSiciliaTv | [x](https://live.elsignage.it/live/insicilia/index.m3u8) | <img height="20" src="https://i.imgur.com/TnVv6WP.png"/> |
| 0 | La Tua Tv | [x](https://wms2.zivoli.it/latuatv/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Nc3I0cS.png"/> |
| 0 | Media Tv | [x](http://live.sloode.com:1935/mediatv/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WFiRWO9.png"/> |
| 0 | New Signal Tv Genova | [x](https://5f22d76e220e1.streamlock.net/NewSignalTV/NewSignalTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5uGTCJn.png"/> |
| 0 | NSL | [x](https://streannlivensl.cachefly.net/nsl1/nsl1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5W6vRaf.png"/> |
| 0 | One Tv Emilia | [x](https://5db313b643fd8.streamlock.net:443/OneTvEmilia/OneTvEmilia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/iAg0Kjl.png"/> |
| 0 | Prima Tivvù | [x](https://01.celinel.com/primativvu/primativvu2021/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oUGS2Nt.png"/> |
| 0 | R+ News Abruzzo | [x](https://5a1178b42cc03.streamlock.net/rnews/rnews/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jKVvT3K.jpg"/> |
| 0 | Radio Tele Tebe | [x](https://5c389faa13be3.streamlock.net:9553/calabriasat/calabriasat/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YirYT4J.png"/> |
| 0 | Reklama Tv | [x](https://5f22d76e220e1.streamlock.net/reklamatv/reklamatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hLcDMby.png"/> |
| 0 | Rete 7 Tv | [x](https://stream.cp.ets-sistemi.it:1936/rete7/rete7/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lUTxfoh.png"/> |
| 0 | Rete Chiara | [x](https://cp1.server89.com:19360/mediamasterpress/mediamasterpress.m3u8) | <img height="20" src="https://i.imgur.com/viL8ZrS.png"/> |
| 0 | Rtc Targato Napoli | [x](https://eu1.servers10.com:8081/8014/index.m3u8) | <img height="20" src="https://i.imgur.com/Jsep7uM.png"/> |
| 0 | SiracusaLive Tv | [x](https://5db313b643fd8.streamlock.net/SRLIVE_1/SRLIVE_1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oyPkDnz.jpg"/> |
| 0 | Studio 100 | [x](https://cdn16.streamshow.it/cloud-studio100/studio100/playlist.m3u8) | <img height="20" src="https://i.imgur.com/z84qFXd.png"/> |
| 0 | TSE Uno (Tele Scout Europa) | [x](http://stream.mariatvcdn.com/tse/bd5a2cb40637623177295aed22db25f9.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OA0PRsb.png"/> |
| 0 | Teleblu | [x](https://58d921499d3d3.streamlock.net/Teleblu/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bZNxSey.png"/> |
| 0 | Telecolor International | [x](https://5f22d76e220e1.streamlock.net/telecolor/telecolor/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vYM6eal.png"/> |
| 0 | TeleRomaUno | [x](https://stream9.xdevel.com/video0s976607-1377/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/3t7JWrf.png"/> |
| 0 | Telesardegna | [x](https://dotfvxkfj90ca.cloudfront.net/live/telesardegnalive1_aac/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LC5fKHU.png"/> |
| 0 | Tevere Tv | [x](https://5926fc9c7c5b2.streamlock.net/9098/9098/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ghBX2Hn.png"/> |
| 0 | Tele Argento/Magic Tv | [x](http://163.172.88.73:1935/magic_web/site/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gseTf4W.jpg"/> |
| 0 | Tele Club Italia | [x](https://www.theclubfactory.com/streaming/index.m3u8) | <img height="20" src="https://i.imgur.com/WxkOgg0.png"/> |
| 0 | Tele Clusone Bergamo | [x](https://media2.streambrothers.com:1936/8068/8068/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dVDY1ng.png"/> |
| 0 | Tele Gela | [x](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 Granda | [x](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 Lazio Nord | [x](http://tln.srfms.com:1935/TLN/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gZEojVW.png"/> |
| 0 | Tele Monteneve | [x](http://wms.shared.streamshow.it/telemonteneve3/telemonteneve3/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LJhQApn.jpg"/> |
| 0 | Tele Nord Est | [x](https://59d7d6f47d7fc.streamlock.net/telenord/telenord/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TakoSUX.png"/> |
| 0 | Tele Prima | [x](http://live.sloode.com:1935/teleprima/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WLziQCV.png"/> |
| 0 | Tele Radio Studio 5 | [x](http://mars.az-streamingserver.com:1935/7444/7444/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lPRjSor.jpg"/> |
| 0 | Tris Siracusa | [x](https://5db313b643fd8.streamlock.net/Tris/Tris/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dZgKD3j.jpg"/> |
| 0 | Tsn Lecco | [x](http://59d8c0cee6f3d.streamlock.net/tsn2/tsn2_mobile/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vlyaN3U.jpg"/> |
| 0 | Tsn Tele Sondrio News | [x](http://wms.shared.streamshow.it/tsn/tsn_mobile/playlist.m3u8) | <img height="20" src="https://i.imgur.com/24Anl5o.png"/> |
| 0 | Tua Channel | [x](https://media2021.rtvweb.com/promovideo_web/tuachannel/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BDdQvtS.png"/> |
| 0 | Tv 6 | [x](http://185.202.128.1:1935/Tv6Stream/tv6TV.stream_tlm/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bJ2e604.png"/> |
| 0 | Tv7 Azzurra | [x](https://www.gruppotv7.com:8090/hls/azzurra.m3u8) | <img height="20" src="https://i.imgur.com/xdukioH.png"/> |
| 0 | Tv7 iReporter | [x](https://www.gruppotv7.com:8090/hls/ireporter.m3u8) | <img height="20" src="https://i.imgur.com/37i2B6m.png"/> |
| 0 | Tv7 Triveneta | [x](https://www.gruppotv7.com:8090/hls/triveneta.m3u8) | <img height="20" src="https://i.imgur.com/bYiaO7l.png"/> |
| 0 | TVR Più TeleRegione | [x](https://dacastmmd.mmdlive.lldns.net/dacastmmd/a14a9d0455b34b02842e05e6a4ad0572/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Wzb5qaT.png"/> |
| 0 | Tv Campane 1 | [x](https://eu1.servers10.com:8081/8032/index.m3u8) | <img height="20" src="https://i.imgur.com/UrHKovD.jpg"/> |
| 0 | Tv Campania Streaming | [x](https://eu1.servers10.com:8081/8020/index.m3u8) | <img height="20" src="https://i.imgur.com/5Ly6LyC.png"/> |
| 0 | Videostar Tv Lombardia | [x](http://dreamsiteradiocpvideo.com:1935/vds/vds/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ecpPFZL.jpg"/> |
| 0 | Well Tv | [x](https://59d7d6f47d7fc.streamlock.net/welltv/welltv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Kqgz4Na.png"/> |
+19 -58
View File
@@ -1,60 +1,21 @@
<h1>Japan</h1> <h1>Japan</h1>
<h2> Terrestrial/IPTV </h2> | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| # | 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 |
| 1 | NHK G (Tokyo) Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gd01) | <img height="20" src="https://i.imgur.com/fAZ2BEZ.png"/> | JOAKDTV.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 |
| 1 | NHK G (Osaka) Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gx06) | <img height="20" src="https://i.imgur.com/fAZ2BEZ.png"/> | JOBKDTV.jp | | 4 | 日テレ1 Ⓢ | [>](https://ntv2.mov3.co/hls/ntv.m3u8) | <img height="20" src="https://i.imgur.com/IGu52nM.png"/> |
| 2 | NHK E Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gd02) | <img height="20" src="https://i.imgur.com/WxtftlO.png"/> | JOABDTV.jp | | 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 |
| 3 | NHK World-Japan | [>](https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index_4M.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/NHK_World-Japan_TV.svg/512px-NHK_World-Japan_TV.svg.png"/> | NHKWorldJapan.jp | | 6 | フジテレビ Ⓢ | [>](https://fujitv2.mov3.co/hls/fujitv.m3u8) | <img height="20" src="https://i.imgur.com/CjoqJXh.png"/> |
| 4 | Nippon TV (日テレ) Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gd03) | <img height="20" src="https://i.imgur.com/IxD8V5X.png"/> | JOAXDTV.jp | | 7 | TBS Ⓢ | [>](https://tbs2.mov3.co/hls/tbs.m3u8) | <img height="20" src="https://i.imgur.com/SzWJscr.png"/> |
| 5 | 日テレNEWS24 Ⓢ | [>](https://n24-cdn-live.ntv.co.jp/ch01/index.m3u8) | <img height="20" src="https://i.imgur.com/Wfu61ZU.png"/> | NTVNEWS24.jp | | 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"/> |
| 6 | TV Asahi Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gd06) | <img height="20" src="https://i.imgur.com/rls8NVc.png"/> | JOEXDTV.jp | | 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"/> |
| 7 | TBS Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gd04) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/14/Tokyo_Broadcasting_System_logo_2020.svg/1200px-Tokyo_Broadcasting_System_logo_2020.svg.png"/> | JORXDTV.jp | | 10 | Tokyo MX1 | [>](https://movie.mcas.jp/mcas/mx1_2/master.m3u8) | <img height="20" src="https://i.imgur.com/ghRFrKj.png"/> | TokyoMX1.jp |
| 8 | TBS News | [>](https://ythls.armelin.one/channel/UC6AG81pAkf6Lbi_1VC5NmPA.m3u8) | <img height="20" src="https://i.imgur.com/GoNmywa.png"/> | TBSNEWS.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 |
| 9 | TV Tokyo Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gd07) | <img height="20" src="https://i.imgur.com/tDyxk0Y.png"/> | JOTXDTV.jp | | 12 | HTB Ⓨ | [>](http://raw.githubusercontent.com/etag2000/IPTV/YTlive/hokkaidonews.m3u8) | <img height="20" src="https://i.imgur.com/A0Wj0Ys.png"/> |
| 10 | Fuji TV (フジテレビ) Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gd05) | <img height="20" src="https://i.imgur.com/sEWDmMD.png"/> | JOCXDTV.jp | | 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 |
| 11 | Tokyo MX1 Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gd08) | <img height="20" src="https://i.imgur.com/igia8OX.png"/> | JOMXDTV.jp | | 14 | Weathernews | [>](http://movie.mcas.jp/mcas/wn1_2/master.m3u8) | <img height="20" src="https://i.imgur.com/7YLRtla.png"/> | Weathernews.jp |
| 12 | HBC Hokkaido News 24 | [>](https://ythls.armelin.one/channel/UCCTpf5c_9HDo_OSu3aX8uFQ.m3u8) | <img height="20" src="https://i.imgur.com/vcGsZVD.png"/> | HBCHokkaidoNews24.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 |
| 13 | HTB Hokkaido News 24 | [>](https://ythls.armelin.one/channel/UCSWOnDD1KIriGmyQ7SgNA4A.m3u8) | <img height="20" src="https://i.imgur.com/yqUItvM.png"/> | HTBHokkaidoNews24.jp | | 16 | QVC Ⓢ | [>](http://cdn-live1.qvc.jp/iPhone/800/800.m3u8) | <img height="20" src="https://i.imgur.com/B74hZKd.png"/> | QVCJapan.jp |
| 14 | Hokkaido News UHB | [>](https://ythls.armelin.one/channel/UCpQs_warGhUzJhBdwLfF34g.m3u8) | <img height="20" src="https://i.imgur.com/G8lAJYc.png"/> | HokkaidoNewsUHB.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 |
| 15 | Niigata News NST | [>](https://ythls.armelin.one/channel/UC8iN-WKPu820ve-4t9NxHRw.m3u8) | <img height="20" src="https://i.imgur.com/5dJE8Fc.jpg"/> | NiigataNewsNST.jp |
| 16 | SATV News 24H | [>](https://ythls.armelin.one/channel/UCvF5vIejmf-H_XSluaBldfg.m3u8) | <img height="20" src="https://i.imgur.com/PxFcRh9.jpg"/> | SATVNews24H.jp |
| 17 | STV News Hokkaido | [>](https://ythls.armelin.one/channel/UCOZv-6MiXqJdLpmYtR431Ow.m3u8) | <img height="20" src="https://i.imgur.com/oyQ2FnC.jpg"/> | STVNewsHokkaido.jp |
| 18 | TOS News | [>](https://ythls.armelin.one/channel/UChx_y6aLWNkifSDUt2TVAzg.m3u8) | <img height="20" src="https://i.imgur.com/JBkXyvj.jpg"/> | TOSNews.jp |
| 19 | Weathernews | [>](https://ythls.armelin.one/channel/UCNsidkYpIAQ4QaufptQBPHQ.m3u8) | <img height="20" src="https://i.imgur.com/A8uRSTS.png"/> | Weathernews.jp |
| 20 | GSTV | [>](https://gstv-tnz-gsmediastreaming.preview-jpea.channel.media.azure.net/dfd06b62-e9d1-4a7f-bcbb-89d2ecbc82ee/preview.ism/manifest(format=mpd-time-csf,audio-only=false)) | <img height="20" src="https://i.imgur.com/ECnVG5I.png"/> | GSTV.jp |
| 21 | QVC | [>](https://cdn-live1.qvc.jp/iPhone/1501/1501.m3u8) | <img height="20" src="https://i.imgur.com/xWSzQ34.png"/> | QVC.jp |
| 22 | Shop Channel | [>](https://stream3.shopch.jp/HLS/master.m3u8) | <img height="20" src="https://i.imgur.com/GTyQhBF.png"/> | ShopChannel.jp |
| 23 | ANN News | [>](https://ythls.armelin.one/channel/UCGCZAYq5Xxojl_tSXcVJhiQ.m3u8) | <img height="20" src="https://i.imgur.com/9IVsFXz.png"/> | JapaNews24.jp |
| 24 | Asahi Shimbun Digital | [>](https://ythls.armelin.one/channel/UCMKvT0YVLufHMdGLH89J1oA.m3u8) | <img height="20" src="https://i.imgur.com/DuGepQp.jpg"/> | AsahiShimbunDigital.jp |
| 25 | Chukyo TV News | [>](https://ythls.armelin.one/channel/UCxiRdfyH0FtFCRZTRfRsdsA.m3u8) | <img height="20" src="https://i.imgur.com/fSNc0jP.png"/> | ChukyoTVNews.jp |
| 26 | MBS TV (MBSテレビ) Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gx01) | <img height="20" src="https://i.imgur.com/RfrkGrd.png"/> | JOOYDTV.jp |
| 27 | ABC TV (ABCテレビ) Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gx02) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/Asahi_Broadcasting_Corporation_Logo.svg/1920px-Asahi_Broadcasting_Corporation_Logo.svg.png"/> | JOAYDTV.jp |
| 28 | Kansai TV (カンテレ) Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gx03) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Ktv_logo.svg/1920px-Ktv_logo.svg.png"/> | JODXDTV.jp |
| 29 | Yomiuri TV (読売テレビ) Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gx04) | <img height="20" src="https://i.imgur.com/ONbuWvo.png"/> | JOIXDTV.jp |
| 30 | TV Osaka (テレビ大阪) Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gx05) | <img height="20" src="https://i.imgur.com/rUmrruq.png"/> | JOBHDTV.jp |
| 31 | Sun TV (サンテレビ) Ⓢ | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=gx07) | <img height="20" src="https://i.imgur.com/0qtXIRM.png"/> | JOUHDTV.jp |
| 32 | NHK Kishou-Saigai Ⓢ | [>](https://newssimul-stream.nhk.jp/hls/live/2010561/nhknewssimul/master.m3u8) | <img height="20" src="https://i.imgur.com/oWKCBIz.png"/> | NHKKishouSaigai.jp |
| 33 | JapanesePod101 | [>](https://ythls.armelin.one/channel/UC0ox9NuTHYeRys63yZpBFuA.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/9/96/Japanesepod101.png"/> | |
<h2> BS (Satellite) </h2>
| # | Channel | Link | Logo | EPG id |
|:-:|:--------------------:|:----------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------:|:-------------:|
| 1 | NHK BS | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=bs11) | <img height="20" src="https://i.imgur.com/t0uZcSR.png"/> | NHKBS.jp |
| 2 | NHK BSP4K | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=bs01) | <img height="20" src="https://i.imgur.com/uvPpFo5.png"/> | NHKBSP4K.jp |
| 3 | BS Nippon TV (BS日テレ) | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=bs02) | <img height="20" src="https://i.imgur.com/D8lhZCI.png"/> | BSNipponTV.jp |
| 4 | BS Asahi | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=bs03&isp=10&bind=0&uin=159413&playseek=0) | <img height="20" src="https://i.imgur.com/huXFL3A.png"/> | BSAsahi.jp |
| 5 | BS-TBS | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=bs04) | <img height="20" src="https://i.imgur.com/h20eGKq.png"/> | BSTBS.jp |
| 6 | BS TV Tokyo | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=bs05&isp=10&bind=0&uin=159413&playseek=0) | <img height="20" src="https://i.imgur.com/yJfA6ak.png"/> | BSTVTokyo.jp |
| 7 | BS Fuji TV (BSフジテレビ) | [>](http://cdns.jp-primehome.com:8000/zhongying/live/playlist.m3u8?cid=bs06) | <img height="20" src="https://i.imgur.com/aDdwjjc.png"/> | BSFuji.jp |
<h2> Invalid </h2>
| # | Channel | Link | Logo | EPG id |
|:-:|:---------:|:-----:|:--------------------------------------------------------:|:-----------:|
| # | Tokyo MX2 | [x]() | <img height="20" src="https://i.imgur.com/igia8OX.png"/> | TokyoMX2.jp |
| # | Gunma TV | [x]() | <img height="20" src="https://i.imgur.com/iPPQRBc.png"/> | JOMLDTV.jp |
+6 -32
View File
@@ -1,36 +1,10 @@
<h1>Korea</h1> <h1>Korea</h1>
https://en.wikipedia.org/wiki/Television_in_South_Korea
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | KBS 1TV | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=1) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/KBS_1_logo.svg/512px-KBS_1_logo.svg.png"/> | KBS1TV.kr | |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 | KBS 2TV | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=2) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/KBS_2_logo.svg/512px-KBS_2_logo.svg.png"/> | KBS2TV.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 | KBS News D | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=4) | <img height="20" src="https://i.imgur.com/4qKgvHN.png"/> | KBSNewsD.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 1 Ⓢ | [>](https://ebsonair.ebs.co.kr/ebs1familypc/familypc1m/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/EBS_1TV_Logo.svg/512px-EBS_1TV_Logo.svg.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 2 Ⓢ | [>](https://ebsonair.ebs.co.kr/ebs2familypc/familypc1m/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/EBS_2TV_Logo.svg/512px-EBS_2TV_Logo.svg.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 | MBC TV | [>](http://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Munhwa_Broadcasting_Company.svg/512px-Munhwa_Broadcasting_Company.svg.png"/> | MBCTV.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 |
| 7 | SBS TV | [>](https://allanf181.github.io/adaptive-streams/streams/kr/SBSTV.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/SBS_Korea_Logo_%28Word_Only%29.svg/512px-SBS_Korea_Logo_%28Word_Only%29.svg.png"/> | SBSTV.kr |
| 8 | KNN TV | [>](http://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/65/KNN_logo.svg/512px-KNN_logo.svg.png"/> | KNNTV.kr |
| 9 | TBC TV | [x](http://221.157.125.239:1935/live/psike/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Daegu_Broadcasting_Corporation.svg/512px-Daegu_Broadcasting_Corporation.svg.png"/> | TBCTV.kr |
| 10 | KBC TV | [>](http://119.200.131.11:1935/KBCTV/tv/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/KBC_Gwangju_Broadcasting_logo.svg/512px-KBC_Gwangju_Broadcasting_logo.svg.png"/> | KBCTV.kr |
| 11 | TJB TV | [>](http://1.245.74.5:1935/live/tv/.m3u8) | <img height="20" src="https://i.imgur.com/q9Nx801.png"/> | TJBTV.kr |
| 12 | UBC TV | [>](http://59.23.231.102:1935/live/UBCstream/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/c/c3/Ubc_logo2.svg/512px-Ubc_logo2.svg.png"/> | UBCTV.kr |
| 13 | JTV TV | [>](https://61ff3340258d2.streamlock.net/jtv_live/myStream/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Jtv_logo.svg/512px-Jtv_logo.svg.png"/> | JTV.kr |
| 14 | CJB TV | [>](http://1.222.207.80:1935/live/cjbtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/MvxdZhX.png"/> | CJBTV.kr |
| 15 | G1 TV | [x](http://smart.igtb.co.kr:1935/live/stream.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TYYffUe.png"/> | G1TV.kr |
| 16 | JIBS TV | [>](http://123.140.197.22/stream/1/play.m3u8) | <img height="20" src="https://i.imgur.com/RVWpBoz.png"/> | JIBSTV.kr |
| 17 | OBS TV | [>](https://allanf181.github.io/adaptive-streams/streams/kr/OBSGyeonginTV.m3u8) | <img height="20" src="https://i.imgur.com/oWB3ApR.png"/> | OBSGyeonginTV.kr |
| 18 | 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 |
| 19 | EBS Kids Ⓢ | [>](https://ebsonair.ebs.co.kr/ebsufamilypc/familypc1m/playlist.m3u8) | <img height="20" src="https://i.imgur.com/62oo8Bx.png"/> | EBSKids.kr |
| 20 | EBS Plus 1 Ⓢ | [>](https://ebsonair.ebs.co.kr/plus1familypc/familypc1m/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ImUHRG2.png"/> | EBSPlus1.kr |
| 21 | EBS Plus 2 Ⓢ | [>](https://ebsonair.ebs.co.kr/plus2familypc/familypc1m/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mgFRZFq.png"/> | EBSPlus2.kr |
| 22 | EBS English Ⓢ | [>](https://ebsonair.ebs.co.kr/plus3familypc/familypc1m/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qceaIf7.png"/> | EBSEnglish.kr |
| 23 | KBS Drama | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=5) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/KBS_DRAMA.svg/512px-KBS_DRAMA.svg.png"/> | KBSDrama.kr |
| 24 | KBS Joy | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=6) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/KBS_JOY.svg/512px-KBS_JOY.svg.png"/> | KBSJoy.kr |
| 25 | KBS Kids | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=9) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/KBS_kids.svg/512px-KBS_kids.svg.png"/> | KBSKids.kr |
| 26 | KBS Life | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=7) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/KBS_Life.svg/512px-KBS_Life.svg.png"/> | KBSLife.kr |
| 27 | KBS Story | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/KBS_Story.svg/512px-KBS_Story.svg.png"/> | KBSStory.kr |
| 28 | KBS World | [>](http://ye23.vip/z7z8/2021/kbs2020.php?id=3) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/KBS_World_%282009%29.svg/512px-KBS_World_%282009%29.svg.png"/> | KBSWorld.kr |
| 29 | KBS Korea Ⓨ | [>](https://www.youtube.com/c/kbsworldtv/live) | <img height="20" src="https://kbsworldimage.kbs.co.kr/images/layout/logo/logo_korea_n.png"/> | KBSKorea.kr |
| 30 | All the K-Pop Ⓨ | [>](https://www.youtube.com/c/ALLTHEKPOP/live) | <img height="20" src="https://i.imgur.com/tBbTTAx.png"/> | AlltheKPop.kr |
-8
View File
@@ -1,8 +0,0 @@
<h1>Kosovo</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | RTK 1 | [>](https://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxzq.m3u8) | <img height="20" src="https://i.imgur.com/KTcWcO6.png"/> | RTK1.xk |
| 2 | RTK 2 | [>](https://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxz0.m3u8) | <img height="20" src="https://i.imgur.com/g6k6xyO.png"/> | RTK2.xk |
| 3 | RTK 3 | [>](https://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxzk.m3u8) | <img height="20" src="https://i.imgur.com/Ut9VcT3.png"/> | RTK3.xk |
| 4 | RTK 4 | [>](https://ub1doy938d.gjirafa.net/live/Gfsqdsr7FewrYClU3ACEGZvCHktt2wse/zykxgt.m3u8) | <img height="20" src="https://i.imgur.com/Urm4XDR.png"/> | RTK4.xk |
-17
View File
@@ -1,17 +0,0 @@
<h1>Latvia</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | LTV1 | [>](https://ltvlive2167.cloudycdn.services/ltvlive/_definst_/ltvlive_ltv06_ltv1_g_x44_43186_default_1326_hls.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/LTV1_%282022%29.svg/768px-LTV1_%282022%29.svg.png"/> | LTV1.lv |
| 2 | LTV7 | [>](https://ltvlive2167.cloudycdn.services/ltvlive/_definst_/ltvlive_ltv07_ltv7_g_eb0_43187_default_1327_hls.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/LTV7_Logo_2021.svg/768px-LTV7_Logo_2021.svg.png"/> | LTV7.lv |
| 4 | TV4 Ⓨ | [>](https://www.youtube.com/@helpsportacentrs/live) | <img height="20" src="https://i.imgur.com/91A5ZoP.png"/> | TV4Latvija.lv |
| 10 | TV24 | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/lv/3/36/Tv24_logo.png"/> | TV24.lv |
| 11 | ReTV | [>](https://retv2132.cloudycdn.services/slive/_definst_/retv_retv_channel_5k7_42787_default_891_hls.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/lv/thumb/d/db/ReTV_Logo_2022.svg/320px-ReTV_Logo_2022.svg.png"/> | ReTV.lv |
| 99 | Visiem LTV | [>](https://ltvlive2167.cloudycdn.services/ltvlive/_definst_/ltvlive_ltv09_visiem_ymc_43189_default_1329_hls.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wk73EzK.png"/> | VisiemLTV.lv |
<h3>Local channels</h3>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | TV Jūrmala | [>](https://air.star.lv/TV_Jurmala_multistream/index.m3u8) | <img height="20" src="https://i.imgur.com/tQHkHD0.png"/> | TVJurmala.lv |
| 2 | Vidusdaugavas Televīzija | [>](https://straume.vdtv.lv/vdtv2/index.m3u8) | <img height="20" src="https://i.imgur.com/L5U3PQR.png"/> | VidusdaugavasTelevizija.lv |
-23
View File
@@ -1,23 +0,0 @@
<h1>Lithuania</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | LRT TV | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=LRT) | <img height="20" src="https://i.imgur.com/FL2ZuGC.png"/> | LRTTV.lt |
| 2 | LRT Plius | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=LRTPlius) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/LRT_Plius_Logo_2022.svg/512px-LRT_Plius_Logo_2022.svg.png"/> | LRTPlius.lt |
| 3 | LRT Lituanica | [>](https://lituanica.lrt.lt/lituanica/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/LRT_Lituanica_Logo_2022.svg/640px-LRT_Lituanica_Logo_2022.svg.png"/> | LRTLituanica.lt |
| 4 | LNK | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=LNK) | <img height="20" src="https://i.imgur.com/arCZ56g.png"/> | LNK.lt |
| 5 | BTV | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=BTV) | <img height="20" src="https://i.imgur.com/AeplGsP.png"/> | BTV.lt |
| 6 | 2TV | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=2TV) | <img height="20" src="https://i.imgur.com/sZUIhGc.png"/> | 2TV.lt |
| 7 | Info TV | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=InfoTV) | <img height="20" src="https://i.imgur.com/EjQtIpM.png"/> | InfoTV.lt |
| 8 | TV1 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TV1) | <img height="20" src="https://i.imgur.com/KLWDcFy.png"/> | TV1.lt |
| 9 | Lietuvos Rytas TV Ⓢ | [>](http://lr-live.cdn.balt.net/live/smil:lrytas.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5wpxVI0.png"/> | LietuvosRytasTV.lt |
| 10 | TVP Wilno | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPWilno) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/TVP_Wilno_%282019%29.svg/640px-TVP_Wilno_%282019%29.svg.png"/> | TVPWilno.pl |
<h2>Invalid</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 10 | Delfi TV Ⓢ | [x](http://88.216.83.245/delfi/index.m3u8) | <img height="20" src="https://i.imgur.com/IFoHP5M.png"/> | DelfiTV.lt |
| 3 | TV3 Ⓢ | [x](http://88.216.83.245/tv3/index.m3u8) | <img height="20" src="https://i.imgur.com/7nipq0y.png"/> | TV3Lithuania.lt |
| 6 | TV6 Ⓢ | [x](http://88.216.83.245/tv6/index.m3u8) | <img height="20" src="https://i.imgur.com/oC0jiFW.png"/> | TV6Lithuania.lt |
| 8 | TV8 Ⓢ | [x](http://88.216.83.245/tv8/index.m3u8) | <img height="20" src="https://i.imgur.com/9g3wknl.png"/> | TV8Lithuania.lt |
-7
View File
@@ -1,7 +0,0 @@
<h1>Luxembourg</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | RTL Télé Lëtzebuerg | [>](https://live-edge.rtl.lu/channel1/smil:channel1/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/RTL_Luxembourg_2023.svg/640px-RTL_Luxembourg_2023.svg.png"/> | RTLTeleLuxembourg.lu |
| 2 | RTL Zwee | [>](https://live-edge.rtl.lu/channel2/smil:channel2/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/RTL_Zwee_2023.svg/1024px-RTL_Zwee_2023.svg.png"/> | RTLTeleLuxembourg.lu |
| 3 | Chamber TV | [>](https://media02.webtvlive.eu/chd-edge/_definst_/smil:chamber_tv_hd.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Logo_of_the_Chamber_of_Deputies_of_Luxembourg.svg/2560px-Logo_of_the_Chamber_of_Deputies_of_Luxembourg.svg.png"/> | ChamberTV.lu |
-12
View File
@@ -1,12 +0,0 @@
<h1>Macau</h1>
* https://en.wikipedia.org/wiki/TDM_(Macau)#Channels
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 91 | TDM Ou Mun | [>](https://live4.tdm.com.mo/ch1/ch1.live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/9/9b/TDM_Ou_Mun.png"/> | TDMOuMun.mo |
| 92 | Canal Macau | [>](https://live4.tdm.com.mo/ch2/ch2.live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oFPUZ97.png"/> | CanalMacau.mo |
| 93 | TDM Sport | [>](https://live4.tdm.com.mo/ch4/sport_ch4.live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/9/9b/TDM_Ou_Mun.png"/> | TDMSports.mo |
| 94 | TDM Information | [>](https://live4.tdm.com.mo/ch5/info_ch5.live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/9/9b/TDM_Ou_Mun.png"/> | TDMInformation.mo |
| 95 | TDM Entertainment | [>](https://live4.tdm.com.mo/ch6/hd_ch6.live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/6/6c/TDM_Entertainment.png"/> | TDMEntertainment.mo |
| 96 | TDM Ou Mun-Macau | [>](https://live4.tdm.com.mo/ch3/ch3.live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/8/87/TDM_Ou_Mun_Macau_logo.png"/> | TDMMacauSatellite.mo |
-1
View File
@@ -8,4 +8,3 @@
|4 | RCG 3 Saltillo |[>](http://wowzacontrol.com:1936/stream56/stream56/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NefH5qZ.png"/> | RCGTV3.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 | |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 | |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 |
|7| Las Estrellas |[>](https://linear-416.frequency.stream/416/hls/master/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/4/41/Las_Estrellas.svg"/> | Lasestrellas.tv |
-21
View File
@@ -1,21 +0,0 @@
<h1>Moldova</h1>
<h2>DVB-T</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Moldova 1 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=Moldova1) | <img height="20" src="https://i.imgur.com/ZbQY56v.png"/> | Moldova1.md |
| 2 | Moldova 2 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=Moldova2) | <img height="20" src="https://i.imgur.com/Hv6Nk8A.png"/> | Moldova2.md |
| 3 | Publika TV | [>](https://livebeta.publika.md/LIVE/P/6810.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/b/b7/Publika_logo_%282017%29.png"/> | PublikaTV.md |
| 4 | Vocea Basarabiei | [>](https://storage.voceabasarabiei.md/hls/vocea_basarabiei.m3u8) | <img height="20" src="https://i.imgur.com/irP8QLs.png"/> | VoceaBasarabieiTV.md |
| 4 | Canal 2 Ⓖ | [>](https://livebeta.publika.md/LIVE/2/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/ro/7/7f/Logo_Canal_2.png"/> | Canal2.md |
| 5 | Canal 3 Ⓖ | [>](https://livebeta.publika.md/LIVE/3/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Canal_3.svg/640px-Canal_3.svg.png"/> | Canal3.md |
| 6 | Prime Ⓖ | [>](https://livebeta.publika.md/LIVE/1/600.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/7/70/Prime.png"/> | Prime.md |
| 7 | TVR Moldova Ⓖ | [>](https://mn-nl.mncdn.com/tvrmoldova_new/smil:tvrmoldova_new.smil/chunklist_b6096000.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/TVR_Moldova_Logo_2022.svg/640px-TVR_Moldova_Logo_2022.svg.png"/> | TVRMoldova.md |
<h2>Regional</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Sor TV | [>](http://188.237.212.16:8888/live/cameraFeed.m3u8) | <img height="20" src="https://i.imgur.com/BcfZgD8.png"/> | SorTV.md |
| 2 | Bălți TV | [>](https://hls.btv.md/hls/live2.m3u8) | <img height="20" src="https://i.imgur.com/S1vEqZp.png"/> | BaltiTV.md |
-7
View File
@@ -1,7 +0,0 @@
# Monaco
| # | Channel | Link | Logo | EPG id |
|:----:|:--------------:|:-----:|:----:|:------:|
|1 | TV Monaco |[>](https://production-fast-mcrtv.content.okast.tv/channels/2116dc08-1959-465d-857f-3619daefb66b/b702b2b9-aebd-436c-be69-2118f56f3d86/2027/media.m3u8)|<img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/TVMonaco_2023.svg/320px-TVMonaco_2023.svg.png" /> |TVMonaco.mc|
|2 |MonacoInfo|[>](https://webtvmonacoinfo.mc/live/prod_720/index.m3u8)|<img height="20" src="https://www.lyngsat.com/logo/tv/mm/monaco_info.png"/>|MonacoInfo.mc|
-8
View File
@@ -1,8 +0,0 @@
<h1>Montenegro</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | TVCG 1 | [>](http://cdn3.bcdn.rs:1935/cg1/smil:cg1.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/QORHrXu.png"/> | TVCG1.me |
| 2 | TVCG 2 | [>](http://cdn3.bcdn.rs:1935/cg2/smil:cg2.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WECmUKH.png"/> | TVCG2.me |
| 3 | TVCG 3 | [>](https://parlament.rtcg.me:1936/pr/smil:parlament.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/XC7zVog.png"/> | Parlamentarnikanal.me |
| 99 | TVCG MNE | [>](http://cdn3.bcdn.rs:1935/cgsat/smil:cgsat.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/pf8VEwf.png"/> | TVCGMNE.me |
-7
View File
@@ -1,7 +0,0 @@
<h1>North Korea</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | KCTV | [>](https://tv.nknews.org/tvdash/stream.mpd) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Logo_of_the_Korean_Central_Television.svg/640px-Logo_of_the_Korean_Central_Television.svg.png"/> | KCTV.kp |
| 2 | Mansudae TV | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/Mansudae_TV_Logo_NK.svg/640px-Mansudae_TV_Logo_NK.svg.png"/> | MansudaeTV.kp |
| 3 | Ryongnamsan TV | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/RyongnamsanTV_DPRK.png/613px-RyongnamsanTV_DPRK.png"/> | RyongnamsanTV.kp |
-61
View File
@@ -1,61 +0,0 @@
<h1>North Macedonia</h1>
<h2>DVB-T</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | MRT1 Ⓖ | [>](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(MRT_1)/index.m3u8) | <img height="20" src="https://i.imgur.com/EkkyAE0.png"/> | MRT1.mk |
| 2 | MRT2 Ⓖ | [>](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(MRT_2)/index.m3u8) | <img height="20" src="https://i.imgur.com/YvOrUnN.png"/> | MRT2.mk |
| 3 | MRT Sobraniski kanal Ⓖ | [>](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Sobraniski_Kanal)/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Logo_of_MRT_Assembly_Channel_%282012-%29.svg/634px-Logo_of_MRT_Assembly_Channel_%282012-%29.svg.png"/> | MRTSobraniskikanal.mk |
| 3 | MRT3 Ⓖ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=MRT3) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Logo_of_MRT_3_%282020-%29.svg/640px-Logo_of_MRT_3_%282020-%29.svg.png"/> | MRT3.mk |
| 4 | MRT4 Ⓖ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=MRT4) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Logo_of_MRT_4_%282020-%29.svg/640px-Logo_of_MRT_4_%282020-%29.svg.png"/> | MRT4.mk |
| 4 | MRT5 Ⓖ | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=MRT5) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Logo_of_MRT_5_%282020-%29.svg/640px-Logo_of_MRT_5_%282020-%29.svg.png"/> | MRT5.mk |
| 5 | Kanal 5 Ⓢ Ⓖ | [>](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Kanal_5)/index.m3u8) | <img height="20" src="https://i.imgur.com/Qw7N3S2.png"/> | Kanal5.mk |
| 28 | Alfa TV Ⓢ Ⓖ | [>](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Alfa)/index.m3u8) | <img height="20" src="https://i.imgur.com/5BSyXfr.png"/> | AlfaTV.mk |
| 100 | Alsat M Ⓢ Ⓖ | [>](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Alsat_M)/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Logo_of_Alsat_TV_%282020-%29.svg/640px-Logo_of_Alsat_TV_%282020-%29.svg.png"/> | Alsat.mk |
| 101 | Sitel Ⓢ Ⓖ | [>](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Sitel)/index.m3u8) | <img height="20" src="https://i.imgur.com/pdobwKt.png"/> | Sitel.mk |
| 102 | Telma Ⓢ Ⓖ | [>](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Telma)/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Logo_of_Telma_%282016-%29.svg/497px-Logo_of_Telma_%282016-%29.svg.png"/> | TelmaTV.mk |
<h2>DVB-S</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | MRT Sat | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=MRT1Sat) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/Logo_of_MRT_SAT_%282012-%29.svg/640px-Logo_of_MRT_SAT_%282012-%29.svg.png"/> | MRT1Sat.mk |
| 2 | MRT 2 Sat | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=MRT2Sat) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Logo_of_MRT_2_SAT_%282012-%29.svg/640px-Logo_of_MRT_2_SAT_%282012-%29.svg.png"/> | MRT2Sat.mk |
| 3 | TV 21 Ⓢ Ⓖ | [>](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(TV21)/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Logo_of_TV21_Macedonia.svg/640px-Logo_of_TV21_Macedonia.svg.png"/> | TV21.mk |
<h2>DVB-C</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Телевизија Здравкин | [>](http://zdravkin.hugo.mk:1935/live/zdravkin/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kSmcAER.png"/> | Zdravkin |
| 2 | ТВ Сонце | [>](https://media2.streambrothers.com:1936/8142/8142/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LblSsIv.png"/> | tv-sonce.com |
| 3 | Орбис | [>](http://tvorbis.hugo.mk:1935/live/orbistv/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/6/6f/Orbis-logo.png"/> | TV Orbis |
| 4 | M»Net | [>](http://ares.mnet.mk/hls/mnet.m3u8) | <img height="20" src="https://i.imgur.com/JWHcGMX.png"/> | mnet.mk |
| 5 | Македонско Сонце | [>](https://media2.streambrothers.com:1936/8128/8128/playlist.m3u8) | <img height="20" src="https://i.imgur.com/b97qVaV.png"/> | makedonsko-sonce |
| 6 | Канал 8 | [>](http://kanal8.hugo.mk:1935/live/kanal8/index.m3u8) | <img height="20" src="https://i.imgur.com/5skC7be.png"/> | kanal8.mk |
| 7 | ТВ СВЕТ | [>](http://tvsvet.hugo.mk:1936/live/tvsvet/stream/3.m3u8) | <img height="20" src="https://i.imgur.com/R79xT60.png"/> | tvsvet.com.mk |
| 8 | M»Net Sport | [>](http://ares.mnet.mk/hls/mnet-sport.m3u8) | <img height="20" src="https://i.imgur.com/q3DV2gP.png"/> | sport.mnet.mk |
| 9 | M»Net Info | [>](http://ares.mnet.mk/hls/mnet-info.m3u8) | <img height="20" src="https://i.imgur.com/O26HEyC.png"/> | info.mnet.mk |
| 10 | MTM 1 Скопска Ⓖ | [>](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(MTM)/index.m3u8) | <img height="20" src="https://i.imgur.com/w6Uy2Zd.png"/> | mtm.mk |
| 11 | TV 24 Ⓖ | [>](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(TV_24)/index.m3u8) | <img height="20" src="https://i.imgur.com/MFKeNZx.png"/> | 24.mk |
| 12 | B1 Ⓖ | [>](https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(Shutel)/index.m3u8) | <img height="20" src="https://i.imgur.com/UgUpZ2M.png"/> | b1 |
| 13 | M»Net Kids | [>](http://ares.mnet.mk/hls/mnet-kids.m3u8) | <img height="20" src="https://i.imgur.com/XZwtu7Q.png"/> | kids.mnet.mk |
<h2>Web</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Наша ТВ | [>](https://stream.nasatv.com.mk/hls/nasatv_live.m3u8) | <img height="20" src="https://i.imgur.com/EOLrXvB.png"/> | NasaTV.mk |
| 2 | Cool TV | [>](https://stream.nasatv.com.mk/cooltv/hls/cooltv_live.m3u8) | <img height="20" src="https://i.imgur.com/2tFrjUz.png"/> | CoolTV.mk |
| 3 | Folk TV | [>](https://stream.nasatv.com.mk/folktv/hls/folktv_live.m3u8) | <img height="20" src="https://i.imgur.com/4b9aZ9P.png"/> | FolkTV.mk |
| 4 | Jazz TV | [>](https://stream.nasatv.com.mk/jazztv/hls/jazztv_live.m3u8) | <img height="20" src="https://i.imgur.com/4U6Ju5G.png"/> | JazzTV.mk |
| 5 | Love TV | [>](https://stream.nasatv.com.mk/lovetv/hls/lovetv_live.m3u8) | <img height="20" src="https://i.imgur.com/B8iaejQ.png"/> | LoveTV.mk |
| 6 | Rock TV | [>](https://stream.nasatv.com.mk/rocktv/hls/rocktv_live.m3u8) | <img height="20" src="https://i.imgur.com/Y9miDQo.png"/> | RockTV.mk |
| 7 | Стар Фолк | [>](https://live.muzickatv.mk/live/StarMusic.m3u8) | <img height="20" src="https://i.imgur.com/7RstQYI.png"/> | StarFolkTV.mk |
| 8 | Sky Folk | [>](https://skyfolk.mk/live.m3u8) | <img height="20" src="https://i.imgur.com/xRw4Hmu.png"/> | SkyFolkTV.mk |
| 9 | Хуго 2 | [>](http://fta.hugo.mk:1935/live/tvhugo/stream/2.m3u8) | <img height="20" src="https://i.imgur.com/yb3xjOZ.png"/> | Hugo2.mk |
| 10 | Folk Club TV | [>](http://tv1.intv.mk:1935/live2/folkklub/index.m3u8) | <img height="20" src="https://i.imgur.com/vkGFSl8.png"/> | FolkClubTV.mk |
| 1 | INTV | [>](http://tv1.intv.mk:1935/live/intv/index.m3u8) | <img height="20" src="https://i.imgur.com/K7BSjqY.png"/> | |
| 1 | Macedonian Documentary Channel | [>](https://giganet.mk/hls/macdoc.m3u8) | <img height="20" src="https://i.imgur.com/uYyG2oA.png"/> | |
| 1 | Вистел| [>](https://live.vtv.mk/live/vtv/chunks.m3u8) | <img height="20" src="https://i.imgur.com/MbM0E6L.png"/> | |
-12
View File
@@ -1,12 +0,0 @@
<h1>Norway</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | NRK1 Ⓖ | [>](https://nrk-nrk1.akamaized.net/21/0/hls/nrk_1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9tj8ds7.png"/> | NRK1.no |
| 2 | NRK2 Ⓖ | [>](https://nrk-nrk2.akamaized.net/22/0/hls/nrk_2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/SiAdoK9.png"/> | NRK2.no |
| 3 | NRK3 Ⓖ | [>](https://nrk-nrk3.akamaized.net/23/0/hls/nrk_3/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TNhV2I7.png"/> | NRK3.no |
| 6 | NRK Super Ⓖ | [>](https://nrk-nrksuper.akamaized.net/23/0/hls/nrk_super/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xIATe2T.png"/> | NRKSuper.no |
| 12 | TV 2 Sport 1 | [>](https://ws31-hls-live.akamaized.net/out/u/1416253.m3u8) | <img height="20" src="https://i.imgur.com/asKHqNZ.png"/> | TV2Sport1.no |
| 22 | TV 2 Nyheter | [>](https://ws15-hls-live.akamaized.net/out/u/1153546.m3u8) | <img height="20" src="https://i.imgur.com/kkKoY6s.png"/> | TV2Nyhetskanalen.no |
| 50 | Frikanalen | [>](https://frikanalen.no/stream/index.m3u8) | <img height="20" src="https://i.imgur.com/rY3Owxl.png"/> | Frikanalen.no |
| 109 | Kanal 10 Norge | [>](https://player-api.new.livestream.com/accounts/29308686/events/10787545/broadcasts/235454817.secure.m3u8) | <img height="20" src="https://i.imgur.com/2fOcZfK.png"/> | Kanal10Norway.no |
-8
View File
@@ -1,8 +0,0 @@
<h1>Peru</h1>
| # | Channel | Link | Logo | EPG id |
|:----:|:--------------:|:-----:|:----:|:------:|
| 5 | Panamericana TV | [>](https://cdnhd.iblups.com/hls/ptv2.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/2/26/Panamericana_tv_2009.png"/> | PanamericanaTV.pe |
| 15 | ATV+ Noticias | [>](https://dysmuyxh5vstv.cloudfront.net/hls/atv2.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/f/f4/Atv_noticias_logo.png"/> | ATVPlus.pe |
| 62 | Karibeña TV | [>](https://cu.onliv3.com/livevd/user1.m3u8) | <img height="20" src="https://i.pinimg.com/280x280_RS/11/85/b6/1185b667fe3f80d7072359d7ce7ce52d.jpg"/> | Karibena.pe |
| 63 | Top Latino TV | [>](https://5cefcbf58ba2e.streamlock.net:543/tltvweb/latintv.stream/playlist.m3u8) | <img height="20" src="https://static.mytuner.mobi/media/tvos_radios/fTmfsKeREm.png"/> | TopLatinoTV.pe |
-28
View File
@@ -1,28 +0,0 @@
<h1>Poland</h1>
<h2>DVB-T</h2>
* https://en.wikipedia.org/wiki/Telewizja_Polska#DTT_in_Poland
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | TVP1 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVP1) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/TVP1_logo.svg/640px-TVP1_logo.svg.png"/> | TVP1.pl |
| 2 | TVP2 | [>](https://strims.top/tv/tvp2.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/TVP2_logo.svg/640px-TVP2_logo.svg.png"/> | TVP2.pl |
| 3 | TVP3 Warszawa | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVP3Warszawa) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/TVP3_%282016%29.svg/640px-TVP3_%282016%29.svg.png"/> | TVP3Warszawa.pl |
| 19 | TVP Polonia | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPPolonia) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/TVP_Polonia_Logo_2020.svg/640px-TVP_Polonia_Logo_2020.svg.png"/> | TVPPolonia.pl |
| 28 | Alfa TVP | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AlfaTVP) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Alfa_TVP_%282022%29.svg/640px-Alfa_TVP_%282022%29.svg.png"/> | AlfaTVP.pl |
| 34 | TVP Info | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPInfo) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ce/TVP_Info_logo.svg/640px-TVP_Info_logo.svg.png"/> | TVPInfo.pl |
| 36  | Belsat | [>](http://149.5.17.34:20041/play/a076) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Belsat_%282022%29.svg/768px-Belsat_%282022%29.svg.png"/> | BelsatTV.pl |
| 91 | TVP World | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPWorld) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/TVP_World_%282021%29.svg/640px-TVP_World_%282021%29.svg.png"/> | TVPWorld.pl |
| 92 | TVP ABC 2 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPABC2) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/c/cb/TVP_ABC_2_%282022%29.svg/640px-TVP_ABC_2_%282022%29.svg.png"/> | TVPABC2.pl |
| 93 | TVP Historia 2 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPHistoria2) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/TVP_Historia_2_%282021%29.svg/640px-TVP_Historia_2_%282021%29.svg.png"/> | TVPHistoria2.pl |
| 94 | TVP Kultura 2 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVPKultura2) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/13/TVP_Kultura_2_%282020%29.svg/640px-TVP_Kultura_2_%282020%29.svg.png"/> | TVPKultura2.pl |
<h2>DVB-S</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | 4fun Dance | [x]() | <img height="20" src="https://i.imgur.com/ZEWHe1B.png"/> | 4FunDance.pl |
| 0 | 4fun Kids | [x]() | <img height="20" src="https://i.imgur.com/2JO5Y8c.png"/> | 4FunKids.pl |
| 0 | 4fun.tv Ⓢ | [>](https://stream.4fun.tv:8888/hls/4f_high/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/4fun.tv_Logo_%282017%29.svg/640px-4fun.tv_Logo_%282017%29.svg.png"/> | 4FunTV.pl |
| 0 | TV Republika | [>](https://redir.cache.orange.pl/jupiter/o1-cl7/ssl/live/tvrepublika/live.m3u8) | <img height="20" src="https://i.imgur.com/ljpK6dZ.png"/> | TVRepublika.pl |
+2 -11
View File
@@ -2,15 +2,6 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | RTP1 | [>](https://streaming-live.rtp.pt/liverepeater/smil:rtp1HD.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/RTP1_-_Logo_2016.svg/640px-RTP1_-_Logo_2016.svg.png"/> | RTP1.pt | | 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 | RTP2 Ⓖ | [>](https://streaming-live.rtp.pt/liverepeater/rtp2HD.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/4/4d/Rtp2_2016_logo.png"/> | RTP2.pt |
| 3 | SIC | [>](https://d1zx6l1dn8vaj5.cloudfront.net/out/v1/b89cc37caa6d418eb423cf092a2ef970/index.m3u8) | <img height="20" src="https://i.imgur.com/SPMqiDG.png"/> | SIC.pt |
| 4 | TVI | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/6/63/TVI_logo_2017.png"/> | TVI.pt |
| 5 | RTP Açores | [>](https://streaming-live.rtp.pt/liverepeater/smil:rtpacoresHD.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/RTP_A%C3%A7ores_%282016%29.svg/640px-RTP_A%C3%A7ores_%282016%29.svg.png"/> | RTPAcores.pt |
| 5 | RTP Madeira Ⓢ | [>](https://streaming-live.rtp.pt/liverepeater/smil:rtpmadeira.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/a/ac/RTP_Madeira_2016.png"/> | RTPMadeira.pt |
| 6 | RTP3 | [>](https://streaming-live.rtp.pt/livetvhlsDVR/rtpnHDdvr.smil/playlist.m3u8?DVR=) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/b/b9/Rtp3.png"/> | RTP3.pt |
| 7 | RTP Memória | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/7/79/RtpMemoria_positivo_horiz_RGB.png"/> | RTPMemoria.pt |
| 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"/> | | 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/get.php?x=CNN_Portugal) | <img height="20" src="https://i.imgur.com/NYH39xs.png"/> | CNNPortugal.pt | | 3 | CNN Portugal | [>](https://sktv-forwarders.7m.pl/CNNportugal.php) | <img height="20" src="https://i.imgur.com/NYH39xs.png"/> | CNNPortugal.pt |
| 4 | Euronews em Português | [>](https://euronews.alteox.app/hls/pt_stream.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png"/> | EuronewsPortuguese.fr |
-13
View File
@@ -1,13 +0,0 @@
<h1>Qatar</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:----------:|:-----:|:----:|:------:|
| 1 | Qatar Television | [>](https://qatartv.akamaized.net/hls/live/2026573/qtv1/master.m3u8) | <img height="20" src="https://i.imgur.com/N5RB4sp.png"/> | QatarTelevision.qa |
| 2 | Qatar Television 2 | [>](https://qatartv.akamaized.net/hls/live/2026573/qtv1/master.m3u8) | <img height="20" src="https://i.imgur.com/iWJxDUm.png"/> | QatarTelevision2.qa |
| 3 | Al Rayyan | [>](https://alrayyancdn.vidgyor.com/pub-noalrayy3pwz0l/liveabr/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/Ts3RjTV.png"/> | AlRayyanTV.qa |
| 4 | Al Rayyan Old TV | [>](https://alrayyancdn.vidgyor.com/pub-nooldraybinbdh/liveabr/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/4qB5iN0.png"/> | AlRayyanOldTV.qa |
| 5 | Al Jazeera Mubasher | [>](https://live-hls-web-ajm.getaj.net/AJM/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/9/90/Al_Jazeera_Mubasher_logo.png"/> | AlJazeeraMubasher.qa |
| 6 | Alkass One | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AlkassOne) | <img height="20" src="https://i.imgur.com/rdGWDUY.png"/> | AlkassOne.qa |
| 7 | Alkass Two | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AlkassTwo) | <img height="20" src="https://i.imgur.com/vAqaXPs.png"/> | AlkassTwo.qa |
| 8 | Alkass Three | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AlkassThree) | <img height="20" src="https://i.imgur.com/Y2Eftqe.png"/> | AlkassThree.qa |
| 9 | Alkass Four | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AlkassFour) | <img height="20" src="https://i.imgur.com/xIxqZSY.png"/> | AlkassFour.qa |
+6 -16
View File
@@ -6,23 +6,13 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Romania
| # | Channel | Link | Logo | EPG id| | # | Channel | Link | Logo | EPG id|
|:---:|:-----------------:|:-----:|:----:|:-----:| |:---:|:-----------------:|:-----:|:----:|:-----:|
| 1 | TVR 1 Ⓖ | [>](https://mn-nl.mncdn.com/tvr1_hd_live/smil:tvr1_hd_live.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/CKQ7mpB.png"> | TVR1.ro | | 1 | TVR 1 | [>](https://mn-nl.mncdn.com/tvr1_hd_live/smil:tvr1_hd_live.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/CKQ7mpB.png"> | TVR1.ro |
| 2 | TVR 2 Ⓖ | [>](https://mn-nl.mncdn.com/tvr2_test/smil:tvr2_test.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/4/4c/TVR_2_2022_logo.png"> | TVR2.ro | | 2 | TVR 2 | [>](https://mn-nl.mncdn.com/tvr2_test/smil:tvr2_test.smil/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/TVR_2_%282004%29.svg/512px-TVR_2_%282004%29.svg.png"> | TVR2.ro |
| 3 | TVR 3 Ⓖ | [>](https://mn-nl.mncdn.com/tvr3_test/smil:tvr3_test.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/0/0d/TVR3_2022.png"> | TVR3.ro | | 3 | TVR 3 | [>](https://mn-nl.mncdn.com/tvr3_test/smil:tvr3_test.smil/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/TVR3_logo_2019.svg/512px-TVR3_logo_2019.svg.png"> | TVR3.ro |
| 4 | TVR Info Ⓖ | [>](https://mn-nl.mncdn.com/tvrinfo/tvrinfo_mjuypp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/7oE7ThR.png"> | TVRInfo.ro | | 5 | TVR International | [>](https://mn-nl.mncdn.com/tvri_test/smil:tvri_test.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/AlW8jyl.png"> | TVRInternational.ro |
| 5 | TVR International Ⓖ | [>](https://mn-nl.mncdn.com/tvri_test/smil:tvri_test.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/AlW8jyl.png"> | TVRInternational.ro |
| 6 | Pro TV | [>](https://cmero-ott-live.ssl.cdn.cra.cz/channels/cme-ro-voyo-news/playlist.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/aKAfKtW.png" /> | ProTV.ro |
| 7 | Prima TV | [>](https://stream1.1616.ro:1945/prima/livestream/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Prima_TV_%28Rumaenien%29_Logo.svg/512px-Prima_TV_%28Rumaenien%29_Logo.svg.png"/> | PrimaTV.ro |
| 8 | România TV Ⓖ | [>](https://livestream.romaniatv.net/clients/romaniatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ZIfEp5I.png"/> | RomaniaTV.ro |
| 9 | Telestar1 | [>](http://89.47.97.15/telestar/telestar.m3u8) | <img height="20" src="https://i.imgur.com/UZQjEsd.png"/> | Telestar1.ro |
| 10 | Euronews România Ⓨ | [>](https://www.youtube.com/euronewsro/live) | <img height="20" src="https://i.imgur.com/jUOVUXt.png"/> | EuronewsRomania.ro |
<h2>Local</h2> <h2>Commercial</h2>
| # | Channel | Link | Logo | EPG id| | # | Channel | Link | Logo | EPG id|
|:---:|:--------------:|:-----:|:----:|:-----:| |:---:|:--------------:|:-----:|:----:|:-----:|
| 1 | TVR Cluj Ⓖ | [>](https://mn-nl.mncdn.com/tvrcluj_new/smil:tvrcluj_new.smil/index.m3u8) | <img height="20" src="https://i.imgur.com/8DqsGHO.png"/> | TVRCluj.ro | | 1 | Pro TV | [>](https://cmero-ott-live.ssl.cdn.cra.cz/channels/cme-ro-voyo-news/playlist.m3u8?offsetSeconds=0&url=0) | <img height="20" src="https://i.imgur.com/aKAfKtW.png" /> | ProTV.ro |
| 2 | TVR Craiova Ⓖ | [>](https://mn-nl.mncdn.com/tvrcraiova_new/smil:tvrcraiova_new.smil/index.m3u8) | <img height="20" src="https://i.imgur.com/vxWbQiy.png"/> | TVRCraiova.ro |
| 3 | TVR Iași Ⓖ | [>](https://mn-nl.mncdn.com/tvriasi_new/smil:tvriasi_new.smil/index.m3u8) | <img height="20" src="https://i.imgur.com/Kxkihds.png"/> | TVRIasi.ro |
| 4 | TVR Timișoara Ⓖ | [>](https://mn-nl.mncdn.com/tvrtimisoara_new/smil:tvrtimisoara_new.smil/index.m3u8) | <img height="20" src="https://i.imgur.com/Db3DV6H.png"/> | TVRTimisoara.ro |
| 5 | TVR Tîrgu-Mureș Ⓖ | [>](https://mn-nl.mncdn.com/tvrtgmures_new/smil:tvrtgmures_new.smil/index.m3u8) | <img height="20" src="https://i.imgur.com/9Hptdqj.png"/> | TVRTarguMures.ro |
+21 -80
View File
@@ -2,89 +2,30 @@
<h2>DVB-T2</h2> <h2>DVB-T2</h2>
https://ru.wikipedia.org/wiki/Цифровое_телевидение_в_России#Мультиплексы (only in Russian language) https://ru.wikipedia.org/wiki/%D0%A6%D0%B8%D1%84%D1%80%D0%BE%D0%B2%D0%BE%D0%B5_%D1%82%D0%B5%D0%BB%D0%B5%D0%B2%D0%B8%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5_%D0%B2_%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B8#%D0%9C%D1%83%D0%BB%D1%8C%D1%82%D0%B8%D0%BF%D0%BB%D0%B5%D0%BA%D1%81%D1%8B (only in Russian language)
| # | Channel | Link | Logo | EPG id |
|:--:|:------------------:|:-----:|:----:|:------:|
| 1 | Первый канал | [>](https://edge1.1internet.tv/dash-live2/streams/1tv-dvr/1tvdash.mpd) | <img height="20" src="https://i.imgur.com/1IqCGe9.png"/> | ChannelOne.ru |
| 2 | Россия 1 | [>](https://player.smotrim.ru/iframe/stream/live_id/2961) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Russia-1.svg/1024px-Russia-1.svg.png"/> | Russia1.ru |
| 3 | Матч ТВ Ⓢ | [>](https://streaming.televizor-24-tochka.ru/live/6.m3u8) | <img height="20" src="https://i.imgur.com/kFdooR4.png"/> | Match.ru |
| 4 | НТВ Ⓢ | [>](http://ott-cdn.ucom.am/s17/index.m3u8) | <img height="20" src="https://i.imgur.com/DtQX5P2.png"/> | NTV.ru |
| 5 | Пятый канал Ⓢ | [>](https://streaming.televizor-24-tochka.ru/live/8.m3u8) | <img height="20" src="https://i.imgur.com/u8Q69D9.png"/> | 5Kanal.ru |
| 6 | Россия-Культура Ⓢ | [>](https://player.smotrim.ru/iframe/stream/live_id/19201) | <img height="20" src="https://i.imgur.com/S12gaLc.png"/> | RussiaK.ru |
| 7 | Россия-24 Ⓢ | [>](https://player.smotrim.ru/iframe/stream/live_id/21) | <img height="20" src="https://i.imgur.com/tpqsFzm.png"/> | Russia24.ru |
| 8 | Карусель Ⓢ | [>](https://streaming102.interskytech.com/live/232.m3u8) | <img height="20" src="https://i.imgur.com/4fFMlVq.png"/> | Karusel.ru |
| 9 | ОТР Ⓢ | [>](https://streaming.televizor-24-tochka.ru/live/12.m3u8) | <img height="20" src="https://i.imgur.com/QyZvT3e.png"/> | OTR.ru |
| 10 | ТВ Центр Ⓢ | [>](http://ott-cdn.ucom.am/s54/index.m3u8) | <img height="20" src="https://i.imgur.com/ZP0D6Rd.png"/> | TVCentr.ru |
| 11 | Рен ТВ Ⓢ | [>](https://streaming.televizor-24-tochka.ru/live/14.m3u8) | <img height="20" src="https://i.imgur.com/18TAzYV.png"/> | RENTV.ru |
| 12 | Спас Ⓢ | [>](https://spas.mediacdn.ru/cdn/spas/playlist.m3u8) | <img height="20" src="https://i.imgur.com/A6Cqsom.jpeg"/> | TelekanalSpas.ru |
| 13 | СТС Ⓢ | [>](http://ott-cdn.ucom.am/s52/04.m3u8) | <img height="20" src="https://i.imgur.com/y9bpqUD.png"/> | STS.ru |
| 14 | Домашний Ⓢ | [>](http://ott-cdn.ucom.am/s88/index.m3u8) | <img height="20" src="https://i.imgur.com/e8wlMIt.png"/> | Domashniy.ru |
| 15 | ТВ-3 Ⓢ | [>](https://streaming.televizor-24-tochka.ru/live/18.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/%D0%A2V3_logo_2023.svg/556px-%D0%A2V3_logo_2023.svg.png"/> | TV3.ru |
| 16 | Пятница! Ⓢ | [>](https://streaming.televizor-24-tochka.ru/live/19.m3u8) | <img height="20" src="https://i.imgur.com/rS11zVB.png"/> | Pyatnitsa.ru |
| 17 | Звезда | [>](https://tvchannelstream1.tvzvezda.ru/cdn/tvzvezda/playlist.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://ott-cdn.ucom.am/s19/index.m3u8) | <img height="20" src="https://i.imgur.com/1WqIPOB.png"/> | TNT.ru |
| 20 | Муз-ТВ Ⓢ | [>](https://streaming102.interskytech.com/live/618.m3u8) | <img height="20" src="https://i.imgur.com/Ml3qqOF.png"/> | MuzTV.ru |
| 21 | РБК | [>](http://92.50.128.180/utv/1358/index.m3u8) | <img height="20" src="https://i.imgur.com/P2Qii5B.png"/> | RBKTV.ru |
| 22 | RT Д Русский Ⓖ | [>](https://hls.rt.com/hls/rtdru.m3u8) | <img height="20" src="https://i.imgur.com/v5fpEBo.png"/> | RTD.ru |
| 23 | CGTN Pусский | [>](https://news.cgtn.com/resource/live/russian/cgtn-r.m3u8) | <img height="20" src="https://i.imgur.com/fMsJYzl.png"/> | CGTNRussian.cn |
| 24 | Euronews по-русски | [>](https://euronews.alteox.app/hls/ru_stream.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png"/> | EuronewsRussian.fr |
| 25 | РТР-Планета Ⓢ | [>](https://player.smotrim.ru/iframe/stream/live_id/63251) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/8/85/RTR_Planeta_Europe.png"/> | RTRPlaneta.ru |
<h2>Regional</h2>
* Livestreams from YouTube-like services:
* https://www.pomorie.ru/arctica24/ (VK Video)
* https://katun24.ru/k24, https://kuban24.tv/tv (OK.ru)
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 0 | Арктика 24 Ⓥ | [>](https://vk.com/video-213370539_456239018) | <img height="20" src="https://i.imgur.com/CL0G88u.png"/> | Arktika24.ru | | 1 | Первый канал Ⓢ | [>](http://iptv.ktkru.ru:8001/index.m3u8) | <img height="20" src="https://i.imgur.com/1IqCGe9.png"/> | ChannelOne.ru |
| 0 | Архыз 24 | [>](https://live.mediacdn.ru/sr1/arhis24/playlist_hdhigh.m3u8) | <img height="20" src="https://i.imgur.com/mve0sSS.png"/> | Arkhyz24.ru | | 2 | Россия 1 Ⓢ | [>](http://iptv.ktkru.ru:8002/index.m3u8) | <img height="20" src="https://i.imgur.com/WI6hKez.png"/> | Russia1.ru |
| 0 | Астрахан 24 | [>](https://streaming.astrakhan.ru/astrakhan24/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9WcnjQN.png"/> | Astrakhan24.ru | | 3 | Матч ТВ Ⓢ | [>](http://iptv.ktkru.ru:8003/index.m3u8) | <img height="20" src="https://i.imgur.com/kFdooR4.png"/> | Match.ru |
| 0 | Башкортостан 24 | [>](https://vgtrkregion-reg.cdnvideo.ru/vgtrk/ufa/russia1-hd/index.m3u8) | <img height="20" src="https://i.imgur.com/FQhWs1M.png"/> | Bashkortostan24.ru | | 4 | НТВ Ⓢ | [>](http://iptv.ktkru.ru:8004/index.m3u8) | <img height="20" src="https://i.imgur.com/DtQX5P2.png"/> | NTV.ru |
| 0 | Белгород 24 | [>](http://belnovosti.cdn.easyhoster.ru:8080/stream.m3u8) | <img height="20" src="https://i.imgur.com/EEirvyx.png"/> | Belgorod24.ru | | 5 | Пятый канал Ⓢ | [>](http://iptv.ktkru.ru:8005/index.m3u8) | <img height="20" src="https://i.imgur.com/u8Q69D9.png"/> | 5Kanal.ru |
| 0 | Ветта 24 | [>](http://serv24.vintera.tv:8081/vetta/vetta_office/playlist.m3u8) | <img height="20" src="https://i.imgur.com/zKH1b5k.png"/> | Vetta24.ru | | 6 | Россия-Культура Ⓢ | [>](http://iptv.ktkru.ru:8006/index.m3u8) | <img height="20" src="https://i.imgur.com/S12gaLc.png"/> | RussiaK.ru |
| 0 | Волгоград 24 Ⓢ | [>](https://vgtrkregion-reg.cdnvideo.ru/vgtrk/volgograd/russia1-hd/index.m3u8) | <img height="20" src="https://i.imgur.com/gFMnaU5.png"/> | Volgograd24.ru | | 7 | Россия-24 Ⓢ | [>](http://iptv.ktkru.ru:8007/index.m3u8) | <img height="20" src="https://i.imgur.com/tpqsFzm.png"/> | Russia24.ru |
| 0 | Запад 24 | [>](https://vgtrkregion-reg.cdnvideo.ru/vgtrk/kaliningrad/russia1-hd/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/f/f8/Zapad_24.jpg"/> | Zapad24.ru | | 8 | Карусель Ⓢ | [>](http://iptv.ktkru.ru:8008/index.m3u8) | <img height="20" src="https://i.imgur.com/4fFMlVq.png"/> | Karusel.ru |
| 0 | Кавказ 24 | [x]() | <img height="20" src="https://i.imgur.com/DyJw1Pi.png"/> | Kavkaz24.ru | | 9 | ОТР Ⓢ | [>](http://iptv.ktkru.ru:8009/index.m3u8) | <img height="20" src="https://i.imgur.com/QyZvT3e.png"/> | OTR.ru |
| 0 | Катунь 24 Ⓞ | [>](https://ok.ru/video/1166706155179) | <img height="20" src="https://i.imgur.com/mr2Peqj.png"/> | Katun24.ru | | 10 | ТВ Центр Ⓢ | [>](http://iptv.ktkru.ru:8010/index.m3u8) | <img height="20" src="https://i.imgur.com/ZP0D6Rd.png"/> | TVCentr.ru |
| 0 | Крым 24 | [>](https://cdn.1tvcrimea.ru/24tvcrimea.m3u8) | <img height="20" src="https://i.imgur.com/k4C0uvp.png"/> | Crimea24.ru | | 11 | Рен ТВ Ⓢ | [>](http://iptv.ktkru.ru:8011/index.m3u8) | <img height="20" src="https://i.imgur.com/18TAzYV.png"/> | RENTV.ru |
| 0 | Кубань 24 Ⓞ | [>](https://ok.ru/video/4157442498242) | <img height="20" src="https://i.imgur.com/atzrXcz.png"/> | Kuban24.ru | | 12 | Спас Ⓢ | [>](http://iptv.ktkru.ru:8012/index.m3u8) | <img height="20" src="https://i.imgur.com/A6Cqsom.jpeg"/> | TelekanalSpas.ru |
| 0 | Луганск 24 | [>](https://tv.gtrklnr.ru/hls/Lugansk24.m3u8) | <img height="20" src="https://i.imgur.com/YnLFQnt.png"/> | Lugansk24.ua | | 13 | СТС Ⓢ | [>](http://iptv.ktkru.ru:8013/index.m3u8) | <img height="20" src="https://i.imgur.com/y9bpqUD.png"/> | STS.ru |
| 0 | Мир Белогорья | [>](http://mirbelogorya.ru:8080/mirbelogorya/index.m3u8) | <img height="20" src="https://i.imgur.com/CCNAg7R.png"/> | MirBelogorya.ru | | 14 | Домашний Ⓢ | [>](http://iptv.ktkru.ru:8014/index.m3u8) | <img height="20" src="https://i.imgur.com/e8wlMIt.png"/> | Domashniy.ru |
| 0 | Москва 24 | [>](https://player.smotrim.ru/iframe/stream/live_id/1661) | <img height="20" src="https://i.imgur.com/gXbUMVy.png"/> | Moskva24.ru | | 15 | ТВ-3 Ⓢ | [>](http://iptv.ktkru.ru:8015/index.m3u8) | <img height="20" src="https://i.imgur.com/kjaxZms.png"/> | TV3.ru |
| 0 | Нижний Новгород 24 | [>](https://live-vestinn.cdnvideo.ru/vestinn/nn24-khl/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ZWgPVIC.png"/> | NizhniyNovgorod24.ru | | 16 | Пятница! Ⓢ | [>](http://iptv.ktkru.ru:8016/index.m3u8) | <img height="20" src="https://i.imgur.com/rS11zVB.png"/> | Pyatnitsa.ru |
| 0 | Самара 24 | [>](https://vgtrkregion.cdnvideo.ru/vgtrk/samara/regionHD/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Xg7Xzna.png"/> | Samara24.ru | | 17 | Звезда Ⓢ | [>](http://iptv.ktkru.ru:8017/index.m3u8) | <img height="20" src="https://i.imgur.com/c0L0ncA.png"/> | TelekanalZvezda.ru |
| 0 | Саратов 24 | [>](https://saratov24.tv/online/playlist.php) | <img height="20" src="https://i.imgur.com/Y5G3ET6.png"/> | Saratov24.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 |
| 0 | Сибирь 24 | [>](https://vgtrkregion-reg.cdnvideo.ru/vgtrk/novosibirsk/russia1-hd/index.m3u8) | <img height="20" src="https://i.imgur.com/WxU6QUB.png"/> | Sibir24.ru | | 19 | ТНТ Ⓢ | [>](http://iptv.ktkru.ru:8019/index.m3u8) | <img height="20" src="https://i.imgur.com/1WqIPOB.png"/> | TNT.ru |
| 0 | Тольятти 24 | [>](https://tvtogliatti24.ru/hls/live1080/index.m3u8) | <img height="20" src="https://i.imgur.com/5jVKopE.png"/> | Tolyatti24.ru | | 20 | Муз-ТВ Ⓢ | [>](http://iptv.ktkru.ru:8020/index.m3u8) | <img height="20" src="https://i.imgur.com/Ml3qqOF.png"/> | MuzTV.ru |
| 0 | Урал 24 | [>](https://vgtrkregion-reg.cdnvideo.ru/vgtrk/chelyabinsk/russia1-hd/index.m3u8) | <img height="20" src="https://i.imgur.com/EaxyGh0.png"/> | Ural24.ru |
| 0 | Якутия 24 | [>](https://live-saha.cdnvideo.ru/saha2/yak24rtmp_live.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2BAQklm.png"/> | Yakutiya24.ru |
<h2>Web</h2>
* https://smotrim.ru/live/
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | 360 Новости | [>](https://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-03-srt.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YXDeX8q.png"/> | 360News.ru |
| 0 | Вести ФМ | [>](https://player.smotrim.ru/iframe/stream/live_id/52035) | <img height="20" src="https://cdn-st3.smotrim.ru/vh/pictures/r/371/033/8.png"/> |
| 0 | Небеса ТВ7 Ⓢ | [>](https://vod.tv7.fi/tv7-ru/tv7-ru.smil/playlist.m3u8) | <img height="20" src="https://www.nebesatv7.com/wp-content/themes/tv7-theme/assets/img/logo_nebesa_short.png"/> | NebesaTV7.ru |
| 0 | Север | [>](https://live.mediacdn.ru/sr1/sever/playlist.m3u8) | <img height="20" src="https://i.imgur.com/sTOQLYl.png"/> | Sever.ru |
| 0 | Смотрим - Детям | [x]() | <img height="20" src="https://cdn-st1.smotrim.ru/vh/pictures/r/424/215/2.png"/> |
| 0 | Смотрим - Мелодрамы | [>](https://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-02.smil/playlist.m3u8) | <img height="20" src="https://cdn-st1.smotrim.ru/vh/pictures/r/456/967/6.png"/> |
| 0 | Смотрим - Тайны | [>](https://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-07.smil/playlist.m3u8) | <img height="20" src="https://cdn-st3.smotrim.ru/vh/pictures/r/456/396/2.png"/> |
| 0 | Смотрим - Честный Детектив | [>](https://live-vgtrksmotrim.cdnvideo.ru/vgtrksmotrim/smotrim-live-01.smil/playlist.m3u8) | <img height="20" src="https://cdn-st3.smotrim.ru/vh/pictures/r/444/241/8.png"/> |
| 0 | Соловьёв Live | [>](https://player.smotrim.ru/iframe/stream/live_id/63338) | <img height="20" src="https://i.imgur.com/v0OYe1d.png"/> | SolovyovLive.ru |
| 0 | Ю Ⓢ | [>](https://strm.yandex.ru/kal/utv/utv0.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/ru/a/ac/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D1%82%D0%B5%D0%BB%D0%B5%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B0_%C2%AB%D0%AE%C2%BB_%28%D1%81_3_%D1%81%D0%B5%D0%BD%D1%82%D1%8F%D0%B1%D1%80%D1%8F_2018_%D0%B3%D0%BE%D0%B4%D0%B0%29.png"/> | U.ru |
<h2>DVB-S</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | Матч! Планета Ⓢ | [>](http://212.0.211.102:9999/play/a00b/index.m3u8) | <img height="20" src="https://i.imgur.com/vhyMb9D.png"/> | MatchPlaneta.ru |
<h2>Invalid</h2> <h2>Invalid</h2>
+1 -1
View File
@@ -4,7 +4,7 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 73 | San Marino Rtv | [>](https://d2hrvno5bw6tg2.cloudfront.net/smrtv-ch01/_definst_/smil:ch-01.smil/chunklist_b2192000_slita.m3u8) | <img height="20" src="https://i.imgur.com/lJpOlLv.png"/> | SanMarinoRTV.sm | | 73 | San Marino Rtv | [>](https://d2hrvno5bw6tg2.cloudfront.net/smrtv-ch01/_definst_/smil:ch-01.smil/chunklist_b1692000_slita.m3u8) | <img height="20" src="https://i.imgur.com/lJpOlLv.png"/> | SanMarinoRTV.sm |
| 93 | San Marino Rtv Sport | [>](https://d2hrvno5bw6tg2.cloudfront.net/smrtv-ch02/_definst_/smil:ch-02.smil/chunklist_b1692000_slita.m3u8) | <img height="20" src="https://i.imgur.com/PGm944g.png"/> | SanMarinoRTVSport.sm | | 93 | San Marino Rtv Sport | [>](https://d2hrvno5bw6tg2.cloudfront.net/smrtv-ch02/_definst_/smil:ch-02.smil/chunklist_b1692000_slita.m3u8) | <img height="20" src="https://i.imgur.com/PGm944g.png"/> | SanMarinoRTVSport.sm |
<h2>Invalid</h2> <h2>Invalid</h2>
-14
View File
@@ -1,14 +0,0 @@
<h1>Saudi Arabia</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Al Saudiya | [>](https://shls-masr2-ak.akamaized.net/out/v1/5ae66b453b62403199811ab78da9982a/index.m3u8) | <img height="20" src="https://i.imgur.com/GRQTndk.png"/> | AlSaudiya.sa |
| 2 | SBC Saudi Arabia | [>](https://sbc-prod-dub-ak.akamaized.net/out/v1/2eb1ad0f29984a339bc0fce4ce94dcbb/index.m3u8) | <img height="20" src="https://i.imgur.com/9JSQglj.png"/> | SBC.sa |
| 3 | Thikrayat | [>](https://edge.taghtia.com/sa/3.m3u8) | <img height="20" src="https://i.imgur.com/AKa1X9d.png"/> | ThikrayatTV.sa |
| 4 | Al Ekhbariya | [>](https://al-ekhbaria-prod-dub.shahid.net/out/v1/d443f3203b444032896e3233cb6eaa84/index.m3u8) | <img height="20" src="https://i.imgur.com/WcRlHQm.png"/> | AlEkhbariya.sa |
| 5 | Al Saudiya Alaan | [>](https://edge.taghtia.com/sa/17.m3u8) | <img height="20" src="https://i.imgur.com/sEOjApe.png"/> | AlSaudiyaAlaan.sa |
| 6   | KSA Sports 1 | [>](https://edge.taghtia.com/sa/9.m3u8) | <img height="20" src="https://i.imgur.com/ONKNOAp.png"/> | KSASports1.sa |
| 7   | KSA Sports 2 | [>](https://edge.taghtia.com/sa/10.m3u8) | <img height="20" src="https://i.imgur.com/v8ULLqg.png"/> | KSASports2.sa |
| 8   | KSA Sports 3 | [>](https://edge.taghtia.com/sa/16.m3u8) | <img height="20" src="https://i.imgur.com/BXfCvez.png"/> | KSASports3.sa |
| 9   | Al Quran Al Kareem TV | [>](https://edge.taghtia.com/sa/7.m3u8) | <img height="20" src="https://i.imgur.com/A2fJysM.png"/> | AlQuranAlKareemTV.sa |
| 10  | Al Sunnah Al Nabawiyah TV | [>](https://edge.taghtia.com/sa/6.m3u8) | <img height="20" src="https://i.imgur.com/S6LcTJv.png"/> | AlSunnahAlNabawiyahTV.sa |
-16
View File
@@ -1,16 +0,0 @@
<h1>Serbia</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | RTS 1 | [>](https://webtvstream.bhtelecom.ba/rts1.m3u8) | <img height="20" src="https://i.imgur.com/S1pKHSR.png"/> | RTS1.rs |
| 2 | RTS 2 | [>](https://webtvstream.bhtelecom.ba/rts2.m3u8) | <img height="20" src="https://i.imgur.com/jltAf5h.png"/> | RTS2.rs |
| 3 | RTS 3 | [x]() | <img height="20" src="https://i.imgur.com/gxuGB4J.png"/> | RTS3.rs |
| 0 | RTS Svet | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/8/8a/Rts-svet.png"/> | RTSSvet.rs |
| 0 | Euronews Serbia | [>](https://d1ei8ofhgfmkac.cloudfront.net/app-19518-1306/ngrp:QoZfNjsg_all/playlist.m3u8) | <img height="20" src="https://i.imgur.com/b24QKcq.png"/> | EuroNewsSerbia.rs |
<h3>Vojvodina</h3>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | RTV 1 | [>](rtsp://212.200.255.151/rtv1) | <img height="20" src="https://i.imgur.com/CG44YT3.png"/> | RTV1.rs |
| 2 | RTV 2 | [>](rtsp://212.200.255.151/rtv2) | <img height="20" src="https://i.imgur.com/skpr66t.png"/> | RTV2.rs |
+12 -14
View File
@@ -2,17 +2,15 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Jednotka | [>](https://sktv-forwarders.7m.pl/get.php?x=STV1) | <img height="20" src="https://i.imgur.com/T7EWAe7.png"/> | Jednotka.sk | | 1 | Jednotka | [>](https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=1) | <img height="20" src="https://i.imgur.com/T7EWAe7.png"/> | RTVS1.sk |
| 2 | Dvojka | [>](https://sktv-forwarders.7m.pl/get.php?x=STV2) | <img height="20" src="https://i.imgur.com/Ksi25UD.png"/> | Dvojka.sk | | 2 | Dvojka | [>](https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=2) | <img height="20" src="https://i.imgur.com/Ksi25UD.png"/> | RTVS2.sk |
| 3 | 24 | [>](https://sktv-forwarders.7m.pl/get.php?x=STV24) | <img height="20" src="https://i.imgur.com/sdSsFU0.png"/> | 24.sk | | 3 | 24 | [>](https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=3) | <img height="20" src="https://i.imgur.com/sdSsFU0.png"/> | RTVS24.sk |
| 4 | RTVS Šport | [>](https://sktv-forwarders.7m.pl/get.php?x=SPORT) | <img height="20" src="https://i.imgur.com/YzHipRF.png"/> | Sport.sk | | 4 | RTVS Šport | [>](https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=15) | <img height="20" src="https://i.imgur.com/YzHipRF.png"/> | RTVSSport.sk |
| 5 | :O | [>](https://sktv-forwarders.7m.pl/get.php?x=STV-O) | <img height="20" src="https://i.imgur.com/Nf5gEDc.png"/> | | 5 | :O | [>](https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=4) | <img height="20" src="https://i.imgur.com/Nf5gEDc.png"/> |
| 6 | RTVS | [>](https://sktv-forwarders.7m.pl/get.php?x=RTVS) | <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://sktv-forwarders.7m.pl/get.php?x=NR_SR) | <img height="20" src="https://i.imgur.com/sPDiS5q.png"/> | TVNRSR.sk | | 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://live.cdn.joj.sk/live/andromeda/joj-1080.m3u8) | <img height="20" src="https://i.imgur.com/5BAWD0z.png"/> | TVJOJ.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://live.cdn.joj.sk/live/andromeda/plus-1080.m3u8) | <img height="20" src="https://i.imgur.com/fKPliTj.png"/> | JOJPlus.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://live.cdn.joj.sk/live/andromeda/wau-1080.m3u8) | <img height="20" src="https://i.imgur.com/wO5ifff.png"/> | JOJWAU.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 | JOJ 24 | [>](https://live.cdn.joj.sk/live/andromeda/joj_news-1080.m3u8) | <img height="20" src="https://i.imgur.com/owEVXRE.png"/> | JOJ24.sk | | 11 | Senzi | [>](http://lb.streaming.sk/senzi/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/W82dwzf.png"/> | Senzi.sk |
| 12 | JOJ Šport | [>](https://live.cdn.joj.sk/live/andromeda/joj_sport-1080.m3u8) | <img height="20" src="https://i.imgur.com/QWEY2a5.png"/> | JOJSport.sk | | 12 | TA3 Ⓢ | [>](https://get-a-flippin-ta3-url-dss6dgprdpjf.runkit.sh/) | <img height="20" src="https://i.imgur.com/kPFBxc9.png"/> | TA3.sk |
| 13 | Senzi | [>](http://lb.streaming.sk/senzi/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/W82dwzf.png"/> | Senzi.sk |
| 14 | TA3 Ⓢ | [>](https://sktv-forwarders.7m.pl/get.php?x=TA3) | <img height="20" src="https://i.imgur.com/kPFBxc9.png"/> | TA3.sk |
+7 -14
View File
@@ -6,21 +6,14 @@ https://en.wikipedia.org/wiki/Television_in_Slovenia
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | TV SLO 1 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVSLO1) | <img height="20" src="https://i.imgur.com/YIZOtcm.png"/> | TVSlovenija1.si | | 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 | TV SLO 2 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVSLO2) | <img height="20" src="https://i.imgur.com/mQe9U2h.png"/> | TVSlovenija2.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 | TV SLO 3 | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVSLO3) | <img height="20" src="https://i.imgur.com/WGUyj7r.png"/> | TVSlovenija3.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/Capodistria | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=TVKC) | <img height="20" src="https://i.imgur.com/NQvOJNh.png"/> | TVKoperCapodistria.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://www.tvkaista.net/stream-forwarder/get.php?x=TVMaribor) | <img height="20" src="https://i.imgur.com/tWf3dgf.png"/> | TVMaribor.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://www.tvkaista.net/stream-forwarder/get.php?x=MMCTV) | <img height="20" src="https://i.imgur.com/yzETQJ4.png"/> | MMC.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>DVB-S</h2> <h2>Invalid</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 0 | Nova 24 TV Ⓨ | [>](https://www.youtube.com/@Nova24TVSlovenija/live) | <img height="20" src="https://i.imgur.com/M2207Vh.png"/> | Nova24TV.si |
<h2>Web</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | Folx Slovenija | [>](https://cdne.folxplay.tv/folx-trz/streams/ch-5/master.m3u8) | <img height="20" src="https://i.imgur.com/RK1IASU.png"/> | FolxSlovenija.si |
-28
View File
@@ -1,28 +0,0 @@
<h1>Somalia</h1>
<h2>DVB-S</h2>
* https://www.lyngsat.com/freetv/Somalia.html
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | Banaadir TV | [x]() | <img height="20" src="https://www.lyngsat.com/logo/tv/bb/banaadir-tv-so.png"/> |
| 0 | Bulsho TV | [x]() | <img height="20" src="https://i.imgur.com/7qo4rb7.png"/> | BulshoTV.so |
| 0 | Codka Bariga Afrika | [x]() | <img height="20" src="https://www.lyngsat.com/logo/tv/cc/codka-bariga-afrika-uk-so.png"/> | CodkaBarigaAfrika.so |
| 0 | Dacwa TV Ⓢ | [>](https://ap02.iqplay.tv:8082/iqb8002/d13w1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rMqrLzV.png"/> | DacwaTV.so |
| 0 | Galmudug TV | [x]() | <img height="20" src="https://www.lyngsat.com/logo/tv/gg/galmudug-tv-so.png"/> |
| 0 | Hirshabelle TV | [x]() | <img height="20" src="https://www.lyngsat.com/logo/tv/hh/hirshabelle-tvjpg-so.png"/> |
| 0 | Horn Cable TV | [x]() | <img height="20" src="https://i.imgur.com/qUqQCjP.png"/> | HornCableTV.so |
| 0 | Jubbaland TV | [x]() | <img height="20" src="https://i.imgur.com/SEgEYjV.png"/> | JubbalandTV.so |
| 0 | KGS TV | [x]() | <img height="20" src="https://i.imgur.com/MCDFlCk.png"/> | KGSTV.so |
| 0 | MM Somali TV Ⓢ | [>](https://cdn.mediavisionuk.com:9000/MMTV/index.m3u8) | <img height="20" src="https://www.lyngsat.com/logo/tv/mm/mm-somali-tv-so.png"/> | MMSomaliTV.uk |
| 0 | Puntland TV Ⓢ | [>](http://cdn.mediavisionuae.com:1935/live/putlandtv2.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/C8EvQUo.png"/> | PuntlandTV.so |
| 0 | Rejo TV | [x]() | <img height="20" src="https://www.lyngsat.com/logo/tv/rr/rejo-tv-so.png"/> |
| 0 | Saab TV Ⓢ | [>](https://ap02.iqplay.tv:8082/iqb8002/s03btv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/JEC1J89.png"/> | SaabTV.so |
| 0 | Sahan TV | [x]() | <img height="20" src="https://i.imgur.com/fOvHhX2.png"/> | SahanTV.so |
| 0 | SBC Somalia Ⓢ | [>](http://cdn.mediavisionuae.com:1935/live/sbctv.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/VLhgTIA.png"/> | SBCTV.so |
| 0 | Shabelle TV | [x]() | <img height="20" src="https://www.lyngsat.com/logo/tv/ss/shabelle-tv-so.png"/> |
| 0 | SNTV Daljir Ⓢ | [>](https://ap02.iqplay.tv:8082/iqb8002/s2tve/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Re3ur88.png"/> | SNTVDaljir.so |
| 0 | Somali Cable TV Ⓢ | [>](https://ap02.iqplay.tv:8082/iqb8002/somc131/playlist.m3u8) | <img height="20" src="https://i.imgur.com/iPkaCts.png"/> | SomaliCableTV.uk |
| 0 | Somali National TV Ⓢ | [>](https://ap02.iqplay.tv:8082/iqb8002/s4ne/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/d/d6/SNTV_REBRANDED_LOGO.png"/> | SomaliNationalTV.so |
| 0 | Somaliland National TV | [x]() | <img height="20" src="https://i.imgur.com/FIuQNWN.png"/> | SomalilandNationalTV.so |
+21 -21
View File
@@ -7,34 +7,34 @@ https://en.wikipedia.org/wiki/Television_in_Spain#Digital_terrestrial_television
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | La 1 | [>](https://rtvelivestream-clnx.rtve.es/rtvesec/la1/la1_main_720.m3u8) | <img height="20" src="https://i.imgur.com/NbesiPn.png"/> | La1.es | | 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://rtvelivestream-clnx.rtve.es/rtvesec/la2/la2_main_1080.m3u8) | <img height="20" src="https://i.imgur.com/DmuTwDw.png"/> | La2.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 | | 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 | | 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 | | 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 | | 6 | La Sexta | [x]() | <img height="20" src="https://i.imgur.com/b59MxgM.png"/> | LaSexta.es |
| 7 | 24h | [>](https://rtvelivestream-clnx.rtve.es/rtvesec/24h/24h_main_720.m3u8) | <img height="20" src="https://i.imgur.com/ZKR2jKr.png"/> | 24h.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://rtvelivestream-clnx.rtve.es/rtvesec/tdp/tdp_main_1080.m3u8) | <img height="20" src="https://i.imgur.com/HliegRJ.png"/> | tdp.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://rtvelivestream-clnx.rtve.es/rtvesec/clan/clan_main_720.m3u8) | <img height="20" src="https://i.imgur.com/38xIfQ3.png"/> | clan.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> <h3>Regional</h3>
| # | Channel | Link | Logo | EPG id | | # | 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://i.imgur.com/VSDsSTZ.png"/>| Telemadrid.es | | 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://i.imgur.com/W1UZyXH.png" /> | LaOtra.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://i.imgur.com/WcVOXPr.png"/>| CanalSurAndalucia.es | | 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 | | 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://i.imgur.com/mhK7EWO.png"/>| La8Leon.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/user/TelevisionCanaria/live)|<img height="20" src="https://i.imgur.com/68LNS8e.png"/>| TVCanaria.es | | 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/c/ib3/live)|<img height="20" src="https://i.imgur.com/b59MxgM.png"/>| IB3.es | | 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://i.imgur.com/xBeywIA.png"/>| CanalExtremadura.es | | 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://i.imgur.com/8H3Q07b.png"/>| AragonTV.es | | 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://i.imgur.com/VBVu2bu.png"/>| ETB1.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://i.imgur.com/VBVu2bu.png"/>| ETB2.es | | 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://i.imgur.com/rNQYHmx.png"/>| TV3CAT.es | | 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"/>| 324.es | | 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://i.imgur.com/XaiP3nJ.png"/>| BonDiaTV.es | | 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"/>| SX3.es | | 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"/>| APunt.es | | 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://i.imgur.com/TCL7M8r.png" /> | 7TelevisionRegiondeMurcia.es | | 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" /> |
-24
View File
@@ -1,24 +0,0 @@
<h1>Spain VOD</h1>
<h2>Yowi TV</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | HQM Arabic| [>](https://livelist01.yowi.tv/lista/39596c72840d27b213caf4e58c39599a6f2ed203/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/arabic-hqm-logo.png"/> | HQMArabic.es |
| 2 | HQM Baladas| [>](https://livelist01.yowi.tv/lista/5d7d2c21e0ec7a8a99fd1fdbc52cbdc0782f77fc/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/baladas-hqm-logo.png"/> | HQMBaladas.es |
| 3 | HQM Blues| [>](https://livelist01.yowi.tv/lista/81c601f370e44dc566113fd752204be5f5f53b61/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/blues-hqm-logo.png"/> | HQMBlues.es |
| 4 | HQM Chill Out| [>](https://livelist01.yowi.tv/lista/183a351ddb0e57af6d735256226e6033c32219ab/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/chill-out-hqm-logo.png"/> | HQMChillOut.es |
| 5 | HQM Classic| [>](https://livelist01.yowi.tv/lista/f04129475945936b248aa723de56519ea2ff10fc/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/classic-hqm-logo.png"/> | HQMClassic.es |
| 6 | HQM Dance| [>](https://livelist01.yowi.tv/lista/57cf2f51b07ff21988a7a6f0270a66d41086d4a4/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/dance-hqm-logo.png"/> | HQMDance.es |
| 7 | HQM Folk| [>](https://livelist01.yowi.tv/lista/9f5310c179e8e840188d183be235f755b18cf703/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/folk-hqm-logo.png"/> | HQMFolk.es |
| 8 | HQM Gym| [>](https://livelist01.yowi.tv/lista/abb87f329d0ed03072b1930e9636a53e8076c8d5/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/gym-hqm-logo.png"/> | HQMGym.es |
| 9 | HQM Hip Hop| [>](https://livelist01.yowi.tv/lista/8327abc87895df4c76db1155435fdca6a3607bbd/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/hip-hop-hqm-logo.png"/> | HQMHipHop.es |
| 10 | HQM Hits| [>](https://livelist01.yowi.tv/lista/5e2db2017a8fd03f73b40ede363d1a586db4e9a6/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/hits-hqm-logo.png"/> | HQMHits.es |
| 11 | HQM Jazz| [>](https://livelist01.yowi.tv/lista/f204aa5b3f0691e69851b54b7746ef09ede26f6a/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/jazz-hqm-logo.png"/> | HQMJazz.es |
| 12 | HQM Kids| [>](https://livelist01.yowi.tv/lista/e4bc12dafe33c3ceb3e382e3acc0ec2c012cf7fd/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/kids-hqm-logo.png"/> | HQMKids.es |
| 13 | HQM Latin| [>](https://livelist01.yowi.tv/lista/9a4da7871ec57b4b63ed49597a13d09869172be0/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/latin-hqm-logo.png"/> | HQMLatin.es |
| 14 | HQM Pop| [>](https://livelist01.yowi.tv/lista/eb2fa68a058a701fa5bd2c80f6c8a6075896f71d/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/pop-hqm-logo.png"/> | HQMPop.es |
| 15 | HQM Relax| [>](https://livelist01.yowi.tv/lista/dc1b71c6fda2e687050facaa7242062cbf5a7f2a/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/relax-hqm-logo.png"/> | HQMRelax.es |
| 16 | HQM Remember | [>](https://livelist01.yowi.tv/lista/57c98e2e295a0b69b52dc5f84edc4b1b68783ba2/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/remember-hqm-logo.png"/> | HQMRemember.es |
| 17 | HQM Rock| [>](https://livelist01.yowi.tv/lista/0d6c7ccfac89946bfd41ae34c527e8d94734065c/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/rock-hqm-logo.png"/> | HQMRock.es |
| 18 | HQM Spanish | [>](https://livelist01.yowi.tv/lista/8635ae40f8d1a32eccd63d1f58b55662c9c98f9f/master.m3u8) | <img height="20" src="https://hqm.es/wp-content/uploads/spanish-hqm-logo.png"/> | HQMSpanish.es |
+6 -34
View File
@@ -1,38 +1,10 @@
<h1>Sweden</h1> <h1>Sweden</h1>
<h2>National</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | SVT 1 Ⓖ | [>](https://ed2.cdn.svt.se/ed7/d1/c/se/svt1/manifest.mpd?defaultSubLang=1) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/SVT1_logo_2016.svg/800px-SVT1_logo_2016.svg.png"/> | SVT1.se | | 1 | SVT 1 Ⓖ | [>](https://ed2.cdn.svt.se/ed7/d1/c/se/svt1/manifest.mpd?defaultSubLang=1) | <img height="20" src="https://i.imgur.com/ZoBXmOO.png"/> | SVT1.se |
| 2 | SVT 2 Ⓖ | [>](https://ed2.cdn.svt.se/ed7/d1/c/se/svt2/manifest.mpd?defaultSubLang=1) | <img height="20" src="https://i.imgur.com/iB3veGx.png"/> | SVT2.se | | 2 | SVT 2 Ⓖ | [>](https://ed2.cdn.svt.se/ed7/d1/c/se/svt2/manifest.mpd?defaultSubLang=1) | <img height="20" src="https://i.imgur.com/iB3veGx.png"/> | SVT2.se |
| 4 | TV4 | [x]() | <img height="20" src="https://i.imgur.com/nyLmev6.png"/> | TV4.se | | 4 | TV4 | [x]() | <img height="20" src="https://i.imgur.com/nyLmev6.png"/> | TV4.se |
| 18 | ATG Live Ⓢ | [>](https://httpcache0-00688-cacheliveedge0.dna.qbrick.com/00688-cacheliveedge0/out/u/atg_sdi_1_free.m3u8) | <img height="20" src="https://i.imgur.com/bPWFXkL.png"/> | ATGLive.se | | 5 | Kanal 5 | [x]() | <img height="20" src="https://i.imgur.com/8FeQ4ev.png"/> | Kanal5.se |
| 43 | Expressen TV | [>](https://cdn0-03837-liveedge0.dna.ip-only.net/03837-liveedge0/smil:03837-tx2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8EjMSr7.png"/> | ExpressenTV.se | | 24 | SVT 24 Ⓖ | [>](https://ed2.cdn.svt.se/ed7/d1/c/se/svtb/manifest.mpd?defaultSubLang=1) | <img height="20" src="https://i.imgur.com/o9M7Tiq.png"/> | SVT24.se |
| 49 | Kanal 10 Sverige | [>](https://rrr.sz.xlcdn.com/?account=cn_kanal10media&file=live_transcoded&type=live&service=wowza&protocol=https&output=playlist.m3u8) | <img height="20" src="https://i.imgur.com/vlh699v.png"/> | Kanal10.se | | 99 | Kunskapskanalen Ⓖ | [>](https://ed2.cdn.svt.se/ed7/d1/c/se/svtk/manifest.mpd?defaultSubLang=1) | <img height="20" src="https://i.imgur.com/9YBxoGc.png"/> | Kunskapskanalen.se |
| 84 | TV Finland | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/e/e5/TV_Finland_logo.png"/> | TVFinland.se |
| 98 | SVT 24 Ⓖ | [>](https://ed2.cdn.svt.se/ed7/d1/c/se/svtb/manifest.mpd?defaultSubLang=1) | <img height="20" src="https://i.imgur.com/o9M7Tiq.png"/> | SVT24.se |
| 99 | Kunskapskanalen Ⓖ | [>](https://ed2.cdn.svt.se/ed7/d1/c/se/svtk/manifest.mpd?defaultSubLang=1) | <img height="20" src="https://i.imgur.com/9YBxoGc.png"/> | Kunskapskanalen.se |
| 121 | Di TV | [>](https://cdn0-03837-liveedge0.dna.ip-only.net/03837-liveedge0/smil:03837-tx4/playlist.m3u8) | <img height="20" src="https://i.imgur.com/zApTDWn.png"/> | DiTV.se |
<h2>Regional</h2>
Sorted by size of city, see https://sv.wikipedia.org/wiki/Lista_%C3%B6ver_Sveriges_t%C3%A4torter for reference
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Öppna Kanalen Stockholm Ⓢ | [>](https://edg03-prd-se-ixn.solidtango.com/edge/451iw2h/playlist.m3u8) | <img height="20" src="https://i.imgur.com/GWlstv5.png"/> | OppnaKanalenStockholm.se |
| 2 | Öppna Kanalen Göteborg | [x]() | <img height="20" src="https://i.imgur.com/s0Ync7t.jpg"/> | OppnaKanalenGoteborg.se |
| 3 | Öppna Kanalen Malmö Ⓢ | [>](https://edg01-prd-de-ixn.solidtango.com/edge/_8ynhbua3_/8ynhbua3/manifest.m3u8) | <img height="20" src="https://i.imgur.com/sjw8dsM.jpg"/> | TVMalmo.se |
| 6 | Västmanlands TV | [>](https://edg01-prd-se-dcs.solidtango.com/edge/lo9yf4l5/playlist.m3u8) | <img height="20" src="https://i.imgur.com/EXBaQ88.jpg"/> | VastmanlandsTV.se |
| 9 | Sundskanalen | [>](https://stream.sundskanalen.se/live/view/index.m3u8) | <img height="20" src="https://i.imgur.com/8uT0p3q.jpg"/> | Sundskanalen.se |
| 31 | Öppna Kanalen Skövde | [>](https://edg01-prd-de-ixn.solidtango.com/edge/_c6697zkv_/c6697zkv/manifest.m3u8) | <img height="20" src="https://i.imgur.com/1LkYbaQ.png"/> | OppnaKanalenSkovde.se |
| 36 | Lokal-TV Uddevalla / Fyrbodal-TV Ⓨ | [>](https://www.youtube.com/@LtvuSeTube/live) | <img height="20" src="https://i.imgur.com/cnLkbOT.png"/> | LTVU.se |
<h2>DVB-S</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Aryen TV | [>](https://aryen.tv/live/tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qUg7edz.png"/> | AryenTV.se |
| 2 | Suryoyo Sat | [>](https://player-api.new.livestream.com/accounts/10187302/events/6785118/broadcasts/237816618.secure.m3u8) | <img height="20" src="https://i.imgur.com/naCNjaB.png"/> | SuryoyoSat.se |
| 3 | TV Vision Sverige | [x]() | <img height="20" src="https://i.imgur.com/R5j0oKD.png"/> | TVVisionSweden.se |
-21
View File
@@ -1,21 +0,0 @@
<h1>Taiwan</h1>
* https://zh.wikipedia.org/wiki/臺灣數位無線電視#現有頻道
| # | Channel | Link | Logo | EPG id |
|:--:|:--------------:|:-----:|:----:|:------:|
| 1 | CTV (中視) | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/2/22/CTV_text.png"/> | CTV.tw |
| 2 | CTV News Channel (中視新聞台) Ⓨ | [>](https://www.youtube.com/watch?v=TCnaIE_SAtM) | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/6/67/CTV_News_logo.png"/> | CTVNewsChannel.tw |
| 3 | CTV Classic (中視經典台) | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/c/c5/CTV_Classic.png"/> | CTVClassic.tw |
| 4 | CTV Bravo (中視菁采台) | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/6/67/CTV_Bravo.png"/> | CTVBravo.tw |
| 5 | PTS (公視主頻) | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/thumb/f/fb/PTS_Taiwan.svg/630px-PTS_Taiwan.svg.png"/> | PTS.tw |
| 6 | PTS Taigi (公視台語台) Ⓨ Ⓖ | [>](https://www.youtube.com/watch?v=6KlRR_DGhmI) | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/thumb/8/8a/PTS_Taigi.svg/640px-PTS_Taigi.svg.png"/> | PTSTaigi.tw |
| 7 | TaiwanPlus Ⓨ | [>](https://www.youtube.com/watch?v=dZp87qnWelE) | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/thumb/7/79/Taiwan_Plus_logo.svg/640px-Taiwan_Plus_logo.svg.png"/> | TaiwanPlus.tv |
| 8 | 民視無線台 | [>](http://seb.sason.top/ptv/ftv.php?id=ms) | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/thumb/4/49/FTV_HD_Logo.svg/640px-FTV_HD_Logo.svg.png"/> | FTV.tw |
| 9 | FTV One (民視第一台) | [>](http://seb.sason.top/ptv/ftv.php?id=dy) | <img height="20" src="https://i.imgur.com/HBT2o0I.png"/> | FTVOne.tw |
| 10 | FTV News (民視新聞台) Ⓨ | [>](https://www.youtube.com/watch?v=ylYJSBUgaMA) | <img height="20" src="https://i.imgur.com/j9Gebr5.png"/> | FTVNews.tw |
| 11 | FTV Taiwan (民視台灣台) | [>](http://seb.sason.top/ptv/ftv.php?id=tw) | <img height="20" src="https://i.imgur.com/p108I5g.png"/> | FTVTaiwan.tw |
| 15 | TTV Main Channel (臺灣電視台) Ⓨ Ⓖ | [>](https://www.youtube.com/watch?v=uDqQo8a7Xmk) | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/4/43/TTV_Home_Channel_with_HD_2016.png"/> | TTV.tw |
| 16 | TTV News (台視新聞台) Ⓨ | [>](https://www.youtube.com/watch?v=xL0ch83RAK8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/zh/3/3f/TTV_News_Channel_with_HD_2016.png"/> | TTVNews.tw |
| 22 | Congress Channel 1 Ⓨ | [>](https://www.youtube.com/watch?v=4HysYHJ6GkY) | <img height="20" src="https://i.imgur.com/0dVlvsz.png"/> | CongressChannel1.tw |
| 23 | Congress Channel 2 Ⓨ | [>](https://www.youtube.com/watch?v=RAP4h3q6_Sg) | <img height="20" src="https://i.imgur.com/htGr996.png"/> | CongressChannel2.tw |
-10
View File
@@ -1,10 +0,0 @@
<h1>Trinidad</h1>
| # | Channel | Link | Logo | EPG id |
|:--:|:-------------:|:-------------------------------------------------------:|:--------------------------------------------------------:|:------------:|
| 1 | CNC3 | [>](https://sktv-forwarders.7m.pl/get.php?x=CNC3) | <img height="20" src="https://i.imgur.com/1E73l2j.png"/> | CNC3.tt |
| 2 | gayelle | [>](https://sktv-forwarders.7m.pl/get.php?x=gayelle) | <img height="20" src="https://i.imgur.com/GhWdqLq.jpg"/> | |
| 3 | Synergy TV | [>](https://sktv-forwarders.7m.pl/get.php?x=Synergy_TV) | <img height="20" src="https://i.imgur.com/ugAy0UG.jpg"/> | SynergyTV.tt |
| 4 | TTT | [>](https://sktv-forwarders.7m.pl/get.php?x=TTT) | <img height="20" src="https://i.imgur.com/rxf4x8J.jpg"/> | TTT.tt |
| 5 | IBN | [>](https://sktv-forwarders.7m.pl/get.php?x=IBN) | <img height="20" src="https://i.imgur.com/hSJGncF.jpg"/> | |
| 6 | Trinity TV | [>](https://sktv-forwarders.7m.pl/get.php?x=Trinity_TV) | <img height="20" src="https://i.imgur.com/prgVynR.jpg"/> | |
+2 -6
View File
@@ -24,13 +24,9 @@ https://en.wikipedia.org/wiki/Television_in_Turkey
| 15 | TRT EBA Ortaokul | [>](https://tv-e-okul01.medya.trt.com.tr/master.m3u8) | <img height="20" src="https://i.imgur.com/yfPTvRx.png"/> | | 15 | TRT EBA Ortaokul | [>](https://tv-e-okul01.medya.trt.com.tr/master.m3u8) | <img height="20" src="https://i.imgur.com/yfPTvRx.png"/> |
| 16 | TRT EBA Lise | [>](https://tv-e-okul02.medya.trt.com.tr/master.m3u8) | <img height="20" src="https://i.imgur.com/IebUZx1.png"/> | | 16 | TRT EBA Lise | [>](https://tv-e-okul02.medya.trt.com.tr/master.m3u8) | <img height="20" src="https://i.imgur.com/IebUZx1.png"/> |
<h2>Other</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0  | TMB TV | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=TMBTV) | <img height="20" src="https://upload.wikimedia.org/wikipedia/az/c/c2/TMB_TV_loqosu.png"/> | TMB.tr |
<h2>Invalid</h2> <h2>Invalid</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
+59 -129
View File
@@ -2,121 +2,30 @@
<h2>Freeview</h2> <h2>Freeview</h2>
* https://en.wikipedia.org/wiki/List_of_television_channels_in_the_United_Kingdom
* https://www.freeview.co.uk/tv-guide
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | BBC One | [>](http://92.114.85.81:8000/play/a001/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8b/BBC_One_logo_2021.svg/640px-BBC_One_logo_2021.svg.png"/> | BBCOne.uk | | 1 | BBC One Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/72knNcb.png"/> | BBCOne.uk |
| 2 | BBC Two | [>](http://92.114.85.81:8000/play/a011/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/BBC_Two_logo_2021.svg/640px-BBC_Two_logo_2021.svg.png"/> | BBCTwo.uk | | 2 | BBC Two Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/Bn29Mmo.png"/> | BBCTwo.uk |
| 3 | ITV 1 | [>](http://92.114.85.81:8000/play/a00y/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/1/1f/ITV1_logo_%282022%29.svg/640px-ITV1_logo_%282022%29.svg.png"/> | ITV1.uk | | 3 | ITV Ⓢ | [>](http://31.220.41.88:8081/live/itv1.stream/chunks.m3u8) | <img height="20" src="https://i.imgur.com/ABwq10G.png"/> |
| 3 | STV Ⓖ | [>](https://csm-e-ces1aeuw1live102-083090b15a93b4fdd.tls1.yospace.com/csm/live/139900483.m3u8?yo.l=true&yo.ls=2,3,4,5,6&yo.p=3&yo.oh=Y3NtLWUtc3R2LWViLnRsczEueW9zcGFjZS5jb20=) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/8/87/STV_logo_2014.png/631px-STV_logo_2014.png"/> | STV.uk | | 4 | Channel 4 Ⓢ| [x]() | <img height="20" src="https://i.imgur.com/LfvwZfy.png"/> |
| 3 | UTV | [>](http://92.114.85.81:8000/play/a04s/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/UTV_2016.svg/640px-UTV_2016.svg.png"/> | UTV.uk | | 5 | Channel 5 Ⓢ| [x]() | <img height="20" src="https://i.imgur.com/MlQrMU8.png"/> |
| 4 | Channel 4 | [>](http://92.114.85.77:8000/play/a0b9) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/9/9b/Channel_4_%28On_Demand%29_2023.svg/569px-Channel_4_%28On_Demand%29_2023.svg.png"/> | Channel4.uk | | 6 | ITV 2 Ⓢ | [>](http://93.190.139.35:8278/streams/d/itv2_antik/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Ji65OXG.png"/> |
| 4 | S4C Ⓖ | [>](https://live-uk.s4c-cdn.co.uk/out/v1/a0134f1fd5a2461b9422b574566d4442/live_uk.m3u8) | <img height="20" src="https://i.imgur.com/vrcbnBv.png"/> | S4C.uk | | 8 | BBC Four Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/HMw8GBx.png"/> |
| 5 | Channel 5 | [>](http://92.114.85.81:8000/play/a01g/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/c/cb/Channel_5_%28UK%29_2016.svg/530px-Channel_5_%28UK%29_2016.svg.png"/> | Channel5.uk | | 9 | ITV 3 Ⓢ | [>](http://31.220.41.88:8081/live/itv3.stream/chunks.m3u8) | <img height="20" src="https://i.imgur.com/vYNyYGx.png"/> |
| 6 | ITV 2 | [>](http://92.114.85.77:8000/play/a041) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/d/d8/ITV2_logo_2022.svg/640px-ITV2_logo_2022.svg.png"/> | ITV2.uk | | 12 | E4 Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/wqFHeA0.png"/> |
| 7 | BBC Alba | [>](http://92.114.85.81:8000/play/a04i/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/BBC_Alba_2021.svg/640px-BBC_Alba_2021.svg.png"/> | BBCAlba.uk | | 13 | Film4 Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/bSJb8sy.png"/> |
| 9 | BBC Four | [>](http://92.114.85.81:8000/play/a007/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/BBC_Four_logo_2021.svg/640px-BBC_Four_logo_2021.svg.png"/> | BBCFour.uk | | 14 | QVC | [>](https://d1txbbj1u9asam.cloudfront.net/live/qvcuk_main_clean/bitrate1.isml/3/prog_index.m3u8) | <img height="20" src="https://i.imgur.com/1Zp2uo5.png"/> |
| 9 | BBC Scotland Ⓢ Ⓖ | [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_scotland_hd/pc_hd_abr_v2.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/BBC_Scotland_2021_%28channel%29.svg/640px-BBC_Scotland_2021_%28channel%29.svg.png"/> | BBCScotland.uk | | 16 | More4 Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/ZzmxmK2.png"/> |
| 10 | ITV 3 | [>](http://92.114.85.77:8000/play/a04z) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/6/67/ITV3_logo_2022.svg/640px-ITV3_logo_2022.svg.png"/> | ITV3.uk | | 17 | Dave Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/lImahrB.png"/> |
| 11 | Sky Arts Ⓢ | [>](http://92.114.85.62:8000/play/a00a) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/9/9c/Sky_Arts_2020.png"/> | SkyArts.uk | | 21 | ITV 4 Ⓢ | [>](http://31.220.41.88:8081/live/itv4.stream/chunks.m3u8) | <img height="20" src="https://i.imgur.com/J9B1gvC.png"/> |
| 12 | Quest UK | [>](http://92.114.85.81:8000/play/a055/index.m3u8) | <img height="20" src="https://i.imgur.com/9IFXXNc.png"/> | QuestUK.uk | | 29 | QVC Beauty | [>](http://live.qvcuk.simplestreamcdn.com/live/qvcuk_beauty_clean/bitrate1.isml/live.m3u8) | <img height="20" src="https://i.imgur.com/1Zp2uo5.png"/> |
| 13 | E4 Ⓢ | [>](http://92.114.85.81:8000/play/a02c/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/0/06/E4_logo_2018.svg/552px-E4_logo_2018.svg.png"/> | E4.uk | | 30 | QVC Style | [>](http://live.qvcuk.simplestreamcdn.com/live/qvcuk_style_clean/bitrate1.isml/live.m3u8) | <img height="20" src="https://i.imgur.com/xfEoWFA.png"/> |
| 14 | Film4 Ⓢ | [>](http://92.114.85.81:8000/play/a029/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/5/53/Film4_logo_2018.svg/805px-Film4_logo_2018.svg.png"/> | Film4.uk | | 37 | GemsTV Ⓢ | [>](http://57d6b85685bb8.streamlock.net:1935/abrgemporiaukgfx/livestream_360p/index.m3u8) | <img height="20" src="https://i.imgur.com/IR2sTag.png"/> |
| 16 | QVC UK Ⓢ | [>](https://d1txbbj1u9asam.cloudfront.net/live/qvcuk_main_clean/bitrate1.isml/3/prog_index.m3u8) | <img height="20" src="https://i.imgur.com/6TWUVrh.png"/> | QVCUK.uk | | 51 | Jewlery Maker | [>](https://lo2-1.gemporia.com/abrjewellerymaker/smil:livestream.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/azSptPw.png"/> |
| 17 | Really Ⓢ | [>](http://92.114.85.80:8000/play/a04x) | <img height="20" src="https://i.imgur.com/lY5sFgo.png"/> | Really.uk | | 63 | BBC News Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/xBLLYyx.png"/> |
| 18 | More4 Ⓢ | [>](http://92.114.85.81:8000/play/a03p/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/e/e6/More4_logo_2018.svg/1023px-More4_logo_2018.svg.png"/> | More4.uk | | 65 | CBeebies Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/CE8mgnW.png"/> |
| 19 | Dave Ⓢ | [>](http://92.114.85.81:8000/play/a044/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b8/Dave_2022.svg/1024px-Dave_2022.svg.png"/> | Dave.uk | | 72 | Sky News | [>](https://www.youtube.com/watch?v=9Auq9mYxFEE) | <img height="20" src="https://i.imgur.com/wNbxgqe.png"/> |
| 20 | Drama Ⓢ | [>](http://92.114.85.81:8000/play/a03z/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/3/3a/Drama_logo_2013.svg/786px-Drama_logo_2013.svg.png"/> | Drama.uk | | 91 | PBS America | [>](https://pbs-samsunguk.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/J4zE5z9.jpg"/> |
| 21 | 5USA Ⓢ | [>](http://92.114.85.81:8000/play/a01a/index.m3u8) | <img height="20" src="https://i.imgur.com/Pi7so2l.png"/> | 5USA.uk |
| 22 | TJC | [>](https://cdn-shop-lc-01.akamaized.net/Content/HLS_HLS/Live/channel(TJCOTT)/index.m3u8) | <img height="20" src="https://i.imgur.com/fk5rEje.png"/> | TJC.uk |
| 23 | BBC Three | [>](http://92.114.85.81:8000/play/a017/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/76/BBC_Three_2022.svg/640px-BBC_Three_2022.svg.png"/> | BBCThree.uk |
| 25 | W Ⓢ | [>](http://92.114.85.81:8000/play/a03x/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fd/W_%28UKTV%29_2022.svg/640px-W_%28UKTV%29_2022.svg.png"/> | W.uk |
| 26 | ITV 4 | [>](http://92.114.85.77:8000/play/a05z) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/5/57/ITV4_logo_%282022%29.svg/640px-ITV4_logo_%282022%29.svg.png"/> | ITV4.uk |
| 27 | Yesterday Ⓢ | [>](http://92.114.85.81:8000/play/a03v/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/d/d0/Yesterday_logo_2012.svg/620px-Yesterday_logo_2012.svg.png"/> | Yesterday.uk |
| 28 | ITVBe Ⓢ | [>](http://92.114.85.77:8000/play/a09h) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/f/f2/ITVBe_logo_%282022%29.svg/640px-ITVBe_logo_%282022%29.svg.png"/> | ITVBe.uk |
| 31 | E4 Extra Ⓢ | [>](http://92.114.85.81:8000/play/a03r/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/b/b1/E4_Extra_logo_2022.svg/640px-E4_Extra_logo_2022.svg.png"/> | E4Extra.uk |
| 32 | 5Star Ⓢ | [>](http://92.114.85.81:8000/play/a01c/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/5Star_logo_2019.svg/640px-5Star_logo_2019.svg.png"/> | 5Star.uk |
| 33 | 5Action Ⓢ | [>](http://92.114.85.81:8000/play/a01h/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/d/d4/5Action_logo.svg/640px-5Action_logo.svg.png"/> | 5Action.uk |
| 34 | Great! Movies Ⓢ | [>](http://92.114.85.81:8000/play/a00f/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/9/92/Great%21_Movies_logo_2021.svg/640px-Great%21_Movies_logo_2021.svg.png"/> | GreatMovies.uk |
| 36 | Sky Mix Ⓢ | [>](http://92.114.85.79:8000/play/a0c7) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/4/44/Sky_Mix_2023_logo.png"/> | SkyMix.uk |
| 39 | DMAX Ⓢ | [>](http://92.114.85.81:8000/play/a03b/index.m3u8) | <img height="20" src="https://i.imgur.com/CDsoyjN.png"/> | DMAXUK.uk |
| 40 | Quest Red Ⓢ | [>](http://92.114.85.81:8000/play/a03d/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/Quest_Red_2020.svg/640px-Quest_Red_2020.svg.png"/> | QuestRed.uk |
| 41 | Legend Ⓢ | [>](http://92.114.85.81:8000/play/a01p/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Legend_TV_logo.svg/640px-Legend_TV_logo.svg.png"/> | Legend.uk |
| 42 | Great! Action Ⓢ | [>](http://92.114.85.81:8000/play/a00e/index.m3u8) | <img height="20" src="https://i.imgur.com/O9eiO0I.png"/> | GreatAction.uk |
| 43 | Food Network UK Ⓢ | [>](http://92.114.85.79:8000/play/a0ci) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/Food_Network_logo.svg/768px-Food_Network_logo.svg.png"/> | FoodNetwork.uk |
| 44 | HGTV Ⓢ | [>](http://92.114.85.81:8000/play/a037/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/HGTV_US_Logo_2015.svg/512px-HGTV_US_Logo_2015.svg.png"/> | HGTVUK.uk |
| 45 | GemsTV Ⓢ | [>](http://57d6b85685bb8.streamlock.net:1935/abrgemporiaukgfx/livestream_360p/index.m3u8) | <img height="20" src="https://i.imgur.com/IR2sTag.png"/> | GemsTV.uk |
| 46 | 5Select Ⓢ | [>](http://92.114.85.81:8000/play/a01d/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/d/da/5Select_logo.svg/1024px-5Select_logo.svg.png"/> | 5Select.uk |
| 48 | Challenge Ⓢ | [>](http://92.114.85.80:8000/play/a03s) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Challenge_%282016-.n.v.%29.png/640px-Challenge_%282016-.n.v.%29.png"/> | Challenge.uk |
| 49 | 4seven Ⓢ | [>](http://92.114.85.80:8000/play/a01a) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/5/5e/4seven_logo_2018.svg/568px-4seven_logo_2018.svg.png"/> | 4seven.uk |
| 50  | Great! TV Ⓢ | [>](http://92.114.85.81:8000/play/a00q/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/6/6f/Great%21_TV_logo_2021.svg/640px-Great%21_TV_logo_2021.svg.png"/> | GreatTV.uk |
| 51 | Ideal World Ⓨ | [>](https://www.youtube.com/@IdealWorldTV/live) | <img height="20" src="https://i.imgur.com/su6GH7i.png"/> | IdealWorldTV.uk |
| 52  | Great! Christmas Ⓢ | [>](http://92.114.85.79:8000/play/a06i) | <img height="20" src="https://www.freeview.co.uk/sites/default/files/styles/255_wide/public/2023-09/GREAT-Christmas-logo.png"/> | GreatChristmas.uk |
| 64  | Blaze Ⓢ | [>](http://92.114.85.77:8000/play/a0ak) | <img height="20" src="https://i.imgur.com/6UcPWP9.png"/> | Blaze.uk |
| 65 | That's 60s Ⓢ | [>](http://92.114.85.79:8000/play/a0bq) | <img height="20" src="https://i.imgur.com/MjdQpF2.png"/> | Thats60s.uk |
| 66 | TBN UK Ⓢ | [>](http://92.114.85.79:8000/play/a08g) | <img height="20" src="https://i.imgur.com/9vzEz1b.png"/> | TBNUK.uk |
| 67 | CBS reality UK Ⓢ | [>](http://92.114.85.81:8000/play/a01t/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/8/80/CBS_Reality.png"/> | CBSRealityUK.uk |
| 68 | RealityXtra Ⓢ | [>](http://92.114.85.81:8000/play/a01o/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/3/34/RealityXtra_logo.svg/640px-RealityXtra_logo.svg.png"/> | RealityXtra.uk |
| 69 | HorrorXtra Ⓢ | [>](http://92.114.85.81:8000/play/a01m/index.m3u8) | <img height="20" src="https://i.imgur.com/YSbBSTA.png"/> | HorrorXtra.uk |
| 71 | That's 70s Ⓢ | [>](http://92.114.85.81:8000/play/a01l/index.m3u8) | <img height="20" src="https://i.imgur.com/vlJFB21.png"/> | Thats70s.uk |
| 72 | Jewellery Maker | [>](https://lo2-1.gemporia.com/abrjewellerymaker/smil:livestream.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/O7SdkBh.png"/> | JewelleryMaker.uk |
| 73 | Hobby Maker | [>](https://lo2-1.gemporia.com/abrhobbymakerukgfx/smil:livestreamFullHD.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/VWHp5Tl.png"/> | HobbyMaker.uk |
| 75 | That's 80s Ⓢ | [>](http://92.114.85.81:8000/play/a01y/index.m3u8) | <img height="20" src="https://i.imgur.com/nWbgsfP.png"/> | Thats80s.uk |
| 79 | EarthXTV | [>](http://92.114.85.81:8000/play/a04c/index.m3u8) | <img height="20" src="https://i.imgur.com/AvJRFKf.png"/> | EarthXUK.uk |
| 82 | Talking Pictures TV Ⓢ | [>](http://92.114.85.79:8000/play/a0bt) | <img height="20" src="https://i.imgur.com/S1zoIp7.png"/> | TalkingPicturesTV.uk |
| 83 | Together TV Ⓢ | [>](http://92.114.85.80:8000/play/a03r) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/c/ce/Together_TV_logo.svg/640px-Together_TV_logo.svg.png"/> | TogetherTV.uk |
| 84 | PBS America | [>](https://pbs-samsunguk.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/J4zE5z9.jpg"/> | PBSAmerica.uk |
| 85 | Create & Craft | [>](https://live-hochanda.simplestreamcdn.com/live2/hochanda/bitrate1.isml/live.m3u8) | <img height="20" src="https://i.imgur.com/n65sk4L.png"/> | CreateandCraft.uk |
| 201 | CBBC Ⓖ | [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:cbbc_hd/t=3840/v=pv14/b=5070016/main.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/CBBC_%282023%29.svg/640px-CBBC_%282023%29.svg.png"/> | CBBC.uk |
| 202 | CBeebies Ⓖ | [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:cbeebies_hd/t=3840/v=pv14/b=5070016/main.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/CBeebies_2023.svg/640px-CBeebies_2023.svg.png"/> | CBeebies.uk |
| 206 | Pop Ⓢ | [>](http://92.114.85.81:8000/play/a00j/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/3/36/Pop_UK_TV_Logo_%282015%29.svg/640px-Pop_UK_TV_Logo_%282015%29.svg.png"/> | Pop.uk |
| 207 | Tiny Pop Ⓢ | [>](http://92.114.85.81:8000/play/a00i/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/5/5c/Tiny_Pop_logo_2018.svg/640px-Tiny_Pop_logo_2018.svg.png"/> | TinyPop.uk |
| 208 | Pop Max Ⓢ | [>](https://live-sonybebanjo.simplestreamcdn.com/live8/popmax/bitrate1.isml/live.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/2/2c/Pop_Max_logo_2017.svg/640px-Pop_Max_logo_2017.svg.png"/> | PopMax.uk |
| 231 | BBC News | [>](http://92.114.85.81:8000/play/a00a/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/BBC_News_2022_%28Alt%29.svg/640px-BBC_News_2022_%28Alt%29.svg.png"/> | BBCNews.uk |
| 232 | BBC Parliament Ⓢ Ⓖ | [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_parliament/pc_hd_abr_v2.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/BBC_Parliament_2022.svg/640px-BBC_Parliament_2022.svg.png"/> | BBCParliament.uk |
| 233 | Sky News | [>](https://linear021-gb-hls1-prd-ak.cdn.skycdp.com/Content/HLS_001_hd/Live/channel(skynews)/index_mob.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/5/57/Sky_News_logo.svg/1024px-Sky_News_logo.svg.png"/> | SkyNews.uk |
| 236 | GB News | [>](https://live-gbnews.simplestreamcdn.com/live5/gbnews/bitrate1.isml/manifest.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/3/35/GB_News_Logo.svg/640px-GB_News_Logo.svg.png"/> | GBNews.uk |
| 237 | TalkTV | [>](https://live-talktv-ssai.simplestreamcdn.com/v1/master/82267e84b9e5053b3fd0ade12cb1a146df74169a/talktv-live/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/8/83/TalkTV_logo.png"/> | TalkTV.uk |
| 262 | Arise News | [>](https://liveedge-arisenews.visioncdn.com/live-hls/arisenews/arisenews/arisenews_web/master.m3u8) | <img height="20" src="https://i.imgur.com/B5IXKIb.png"/> | AriseNews.uk |
<h2>Freesat</h2>
* https://www.freesat.co.uk/channels/on-tv/all
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 177 | Court TV UK Ⓢ | [>](http://92.114.85.79:8000/play/a0bb) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/b/bf/Court_TV_2019.png"/> | CourtTVUK.uk |
| 205 | France 24 | [>](http://92.114.85.80:8000/play/a03l) | <img height="20" src="https://i.imgur.com/61MSiq9.png"/> | France24English.fr |
| 208 | Bloomberg TV | [>](http://92.114.85.80:8000/play/a03o) | <img height="20" src="https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1074.png"/> | BloombergTVEurope.uk |
| 209 | NHK World Japan | [>](https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index_4M.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/NHK_World-Japan_TV.svg/512px-NHK_World-Japan_TV.svg.png"/> | NHKWorldJapan.jp |
| 210 | CNBC HD | [>](http://92.114.85.77:8000/play/a0b6) | <img height="20" src="https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1088.png"/> | CNBCEurope.uk |
| 214 | Arirang World | [>](http://92.114.85.80:8000/play/a01e) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/67cfa9368d2d135744732a3aed3baecb3fadcf13/countries/international/arirang-int.png"/> | ArirangWorld.kr |
| 215 | TRT World | [>](https://api.trtworld.com/livestream/v1/WcM3Oa2LHD9iUjWDSRUI335NkMWVTUV351H56dqC/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/TRT_World.svg/512px-TRT_World.svg.png"/> | TRTWorld.tr |
| 250 | SportyStuff TV | [>](https://cdn.rtmp1.vodhosting.com/hls/SportyStuffTV.m3u8) | <img height="20" src="https://i.imgur.com/uIgxHSY.png"/> | SportyStuffTV.uk |
| 501 | 4Music Ⓖ | [>](https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,boxhits-alldev.m3u8?spotxc1=195996&spotxc2=190878&yo.up=https://boxtv.secure.footprint.net/boxhits/) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/4/49/4Music_logo_2018.svg/512px-4Music_logo_2018.svg.png"/> | 4Music.uk |
| 502 | The Box Ⓖ | [>](https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,thebox-alldev.m3u8?yo.up=https://boxtv.secure.footprint.net/thebox/) | <img height="20" src="https://i.imgur.com/e1Cf4Li.png"/> | TheBoxUK.uk |
| 503 | KISS Ⓖ | [>](https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kiss-alldev.m3u8?spotxc1=195996&spotxc2=190878&yo.up=https://boxtv.secure.footprint.net/kiss/) | <img height="20" src="https://i.imgur.com/47ZkVhO.png"/> | KissTVUK.uk |
| 504 | Magic Ⓖ | [>](https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,magic-alldev.m3u8?yo.up=https%3A%2F%2Fboxtv.secure.footprint.net%2Fmagic%2F&spotxc1=195996&spotxc2=190878) | <img height="20" src="https://i.imgur.com/e1Cf4Li.png"/> | Magic.uk |
| 505 | Kerrang! | [>](https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kerrang-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/kerrang/) | <img height="20" src="https://i.imgur.com/3mwf8Uq.png"/> | Kerrang.uk |
| 690 | Inspiration TV UK Ⓢ | [>](http://92.114.85.77:8000/play/a0am) | <img height="20" src="https://i.imgur.com/iOl02Cs.png"/> | InspirationTV.uk |
| 801 | QVC Beauty | [>](http://live.qvcuk.simplestreamcdn.com/live/qvcuk_beauty_clean/bitrate1.isml/live.m3u8) | <img height="20" src="https://i.imgur.com/ZBHtqk1.png"/> | QVCBeautyUK.uk |
| 802 | QVC Extra | [>](https://live-qvcuk.simplestreamcdn.com/live/qvcuk_extra_clean/bitrate1.isml/live.m3u8) | <img height="20" src="https://i.imgur.com/TIe5T9Z.png"/> | QVCExtraUK.uk |
| 803 | QVC Style | [>](http://live.qvcuk.simplestreamcdn.com/live/qvcuk_style_clean/bitrate1.isml/live.m3u8) | <img height="20" src="https://i.imgur.com/6HZlLL3.png"/> | QVCStyleUK.uk |
<h2>Sky</h2>
* https://en.wikipedia.org/wiki/List_of_free-to-air_channels_at_Astra_28.2°E_(Ireland_and_the_United_Kingdom)
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 360 | Trace Vault | [>](http://92.114.85.79:8000/play/a09n) | <img height="20" src="https://i.imgur.com/fiLUxqe.png"/> | TraceVault.uk |
| 361 | Now 70s | [>](https://lightning-now70s-samsungnz.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qiCCX5X.png"/> | Now70s.uk |
| 362 | Now 80s | [>](https://lightning-now80s-samsunguk.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8paz37m.png"/> | Now80s.uk |
| 363 | Now Rock | [>](https://lightning-now90s-samsungnz.amagi.tv/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/8/89/NOW_Rock_logo.png"/> | NowRock.uk |
| 364 | Clubland TV Ⓢ | [>](http://92.114.85.79:8000/play/a0cx) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Clubland_TV_Logo_2022.svg/640px-Clubland_TV_Logo_2022.svg.png"/> | ClublandTV.uk |
| 673 | Craft Extra Ⓢ | [>](http://92.114.85.79:8000/play/a0df) | <img height="20" src="https://i.imgur.com/9nTFPK3.png"/> | CraftExtra.uk |
<h2>DVB-S</h2> <h2>DVB-S</h2>
@@ -128,39 +37,60 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | BBC Radio 1 | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_one/bbc_radio_one.isml/bbc_radio_one-audio%3d96000.norewind.m3u8) | <img height="20" src="https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd1-epg.png"/> | BBCRadio1.uk | |1 | BBC World Service | [>](http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/http-icy-mp3-a/vpid/bbc_world_service/format/pls.pls) | <img height="20" src="https://i.imgur.com/RYgSSHl.png"/> |
| 2 | BBC Radio 2 | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_two/bbc_radio_two.isml/bbc_radio_two-audio%3d96000.norewind.m3u8) | <img height="20" src="https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd2-epg.png"/> | BBCRadio2.uk |
| 3 | BBC Radio 3 | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_three/bbc_radio_three.isml/bbc_radio_three-audio%3d96000.norewind.m3u8) | <img height="20" src="https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd3-epg.png"/> | BBCRadio3.uk |
| 4 | BBC Radio 4 | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_fourfm/bbc_radio_fourfm.isml/bbc_radio_fourfm-audio%3d96000.norewind.m3u8) | <img height="20" src="https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd4-epg.png"/> | BBCRadio4FM.uk |
| 5 | BBC Radio 5 Live | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_five_live/bbc_radio_five_live.isml/bbc_radio_five_live-audio%3d96000.norewind.m3u8) | <img height="20" src="https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd5l-epg.png"/> | BBCRadio5Live.uk |
| 6 | BBC Radio 6 Music | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_6music/bbc_6music.isml/bbc_6music-audio%3d96000.norewind.m3u8) | <img height="20" src="https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd6-epg.png"/> | BBCRadio6Music.uk |
| 7 | BBC Radio 1Xtra | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_1xtra/bbc_1xtra.isml/bbc_1xtra-audio%3d96000.norewind.m3u8) | <img height="20" src="https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd1x-epg.png"/> | BBCRadio1Xtra.uk |
| 8 | BBC Radio 4 Extra | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_four_extra/bbc_radio_four_extra.isml/bbc_radio_four_extra-audio%3d96000.norewind.m3u8) | <img height="20" src="https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd4x-epg.png"/> | BBCRadio4Extra.uk |
| 9 | BBC Radio 5 Sports Extra | [>](http://as-hls-uk-live.akamaized.net/pool_904/live/uk/bbc_radio_five_live_sports_extra/bbc_radio_five_live_sports_extra.isml/bbc_radio_five_live_sports_extra-audio%3d96000.norewind.m3u8) | <img height="20" src="https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcrd5s-epg.png"/> | BBCRadio5SportsExtra.uk |
| 10 | BBC Asian Network | [>](http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_asian_network/bbc_asian_network.isml/bbc_asian_network-audio%3d96000.norewind.m3u8) | <img height="20" src="https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcasiannet-epg.png"/> | BBCRadioAsianNetwork.uk |
| 11 | BBC World Service | [>](http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/nonuk/sbr_low/ak/bbc_world_service.m3u8) | <img height="20" src="https://experiencersinternational.github.io/tvsetup/tvg-ico/bbcws-epg.png"/> | BBCRadioWorldService.uk |
<h2>Invalid</h2> <h2>Invalid</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 7 | London Live | [x]() | <img height="20" src="https://i.imgur.com/2I8RBhY.png"/> | | 7 | London Live | [x]() | <img height="20" src="https://i.imgur.com/2I8RBhY.png"/> |
| 66 | CITV | [x]() | <img height="20" src="https://i.imgur.com/EhscUNY.png"/> | | 10 | Sky Arts | [x]() | <img height="20" src="https://i.imgur.com/O4wh4UQ.png"/> |
| 52 | Shopping Quarter | [x]() | <img height="20" src=""/> | | 11 | Quest | [x]() | <img height="20" src="https://i.imgur.com/PtpEemC.png"/> |
| 54 | TCC | [x]() | <img height="20" src=""/> | | 15 | Really | [x]() | <img height="20" src="https://i.imgur.com/8I3XxYj.png"/> |
| 69 | KetchupTV | [x]() | <img height="20" src=""/> | | 18 | Drama | [x]() | <img height="20" src="https://i.imgur.com/sK8ANdX.png"/> |
| 70 | YAAAS! | [x]() | <img height="20" src=""/> || 10 | Sky Arts | [x]() | <img height="20" src="https://i.imgur.com/O4wh4UQ.png"/> | | 19 | 5 USA | [x]() | <img height="20" src="https://i.imgur.com/G2oua3x.png"/> |
| 20 | Ideal World | [x]() | <img height="20" src="https://i.imgur.com/NoQUyze.png"/> |
| 22 | Yesterday | [x]() | <img height="20" src="https://i.imgur.com/2JR7Sic.png"/> |
| 23 | ITV Be | [x]() | <img height="20" src="https://i.imgur.com/81H2Zqs.png"/> |
| 24 | 4 Music | [x]() | <img height="20" src="https://i.imgur.com/rkKaYZx.png"/> |
| 25 | 5 Star | [x]() | <img height="20" src="https://i.imgur.com/80SsGZx.png"/> | | 25 | 5 Star | [x]() | <img height="20" src="https://i.imgur.com/80SsGZx.png"/> |
| 26 | Paramount Network | [x]() | <img height="20" src="https://i.imgur.com/ovuJylZ.png"/> | | 26 | Paramount Network | [x]() | <img height="20" src="https://i.imgur.com/ovuJylZ.png"/> |
| 27 | Sony Movies | [x]() | <img height="20" src="https://i.imgur.com/GyhI165.png"/> | | 27 | Sony Movies | [x]() | <img height="20" src="https://i.imgur.com/GyhI165.png"/> |
| 28 | Pick | [x]() | <img height="20" src="https://i.imgur.com/uKYrux4.png"/> |
| 31 | DMAX | [x]() | <img height="20" src="https://i.imgur.com/Xp7Z4i9.png"/> |
| 32 | Quest Red | [x]() | <img height="20" src="https://i.imgur.com/qKYqWFO.png"/> |
| 33 | CBS Justice | [x]() | <img height="20" src="https://i.imgur.com/4ioiGXt.png"/> | | 33 | CBS Justice | [x]() | <img height="20" src="https://i.imgur.com/4ioiGXt.png"/> |
| 34 | Sony Movies Action | [x]() | <img height="20" src="https://i.imgur.com/39P9c8l.png"/> | | 34 | Sony Movies Action | [x]() | <img height="20" src="https://i.imgur.com/39P9c8l.png"/> |
| 35 | Food Network | [x]() | <img height="20" src="https://i.imgur.com/52jFDMw.png"/> |
| 36 | HGTV | [x]() | <img height="20" src="https://i.imgur.com/DiG4zqf.png"/> |
| 38 | Challenge | [x]() | <img height="20" src="https://i.imgur.com/q2sCmq0.png"/> |
| 39 | 4seven | [x]() | <img height="20" src="https://i.imgur.com/tGiaYUi.png"/> |
| 40 | Sony Channel | [x]() | <img height="20" src="https://i.imgur.com/Pd1yNz4.png"/> |
| 41 | TJC | [x]() | <img height="20" src="https://i.imgur.com/7gaDMgn.png"/> |
| 42 | Sony Movies Classic | [x]() | <img height="20" src="https://i.imgur.com/H4jdje7.png"/> | | 42 | Sony Movies Classic | [x]() | <img height="20" src="https://i.imgur.com/H4jdje7.png"/> |
| 43 | 5 Select | [x]() | <img height="20" src="https://i.imgur.com/T3V4N0U.png"/> |
| 44 | Smithsonian Channel | [x]() | <img height="20" src="https://i.imgur.com/rcXVyPW.png"/> | | 44 | Smithsonian Channel | [x]() | <img height="20" src="https://i.imgur.com/rcXVyPW.png"/> |
| 45 | Blaze | [x]() | <img height="20" src="https://i.imgur.com/wKjTgao.png"/> |
| 46 | Freesports | [x]() | <img height="20" src="https://i.imgur.com/W9KvL6o.png"/> | | 46 | Freesports | [x]() | <img height="20" src="https://i.imgur.com/W9KvL6o.png"/> |
| 47 | TBN UK | [x]() | <img height="20" src="https://i.imgur.com/J0Ceory.png"/> | | 47 | TBN UK | [x]() | <img height="20" src="https://i.imgur.com/J0Ceory.png"/> |
| 48 | CBS Reality | [x]() | <img height="20" src="https://i.imgur.com/YykQhHd.png"/> |
| 49 | CBS Drama | [x]() | <img height="20" src="https://i.imgur.com/69fKWg0.png"/> | | 49 | CBS Drama | [x]() | <img height="20" src="https://i.imgur.com/69fKWg0.png"/> |
| 50 | Horror Channel | [x]() | <img height="20" src="https://i.imgur.com/NZpDDER.png"/> | | 50 | Horror Channel | [x]() | <img height="20" src="https://i.imgur.com/NZpDDER.png"/> |
| 53 | Now 80s | [x]() | <img height="20" src="https://i.imgur.com/8paz37m.png"/> |
| 55 | Talking Pictures TV | [x]() | <img height="20" src="https://i.imgur.com/t0tHdqL.png"/> |
| 56 | Together TV | [x]() | <img height="20" src="https://i.imgur.com/dfnKViW.png"/> |
| 57 | PBS America | [x]() | <img height="20" src="https://i.imgur.com/RIJLELd.png"/> |
| 58 | Craft Store TV | [x]() | <img height="20" src="https://i.imgur.com/QKcj9gS.png"/> | | 58 | Craft Store TV | [x]() | <img height="20" src="https://i.imgur.com/QKcj9gS.png"/> |
| 59 | Court TV | [x]() | <img height="20" src="https://i.imgur.com/gKj0ABu.png"/> |
| 60 | Ideal Extra | [x]() | <img height="20" src="https://i.imgur.com/ewFQPc0.png"/> | | 60 | Ideal Extra | [x]() | <img height="20" src="https://i.imgur.com/ewFQPc0.png"/> |
| 61 | Create & Craft | [x]() | <img height="20" src="https://i.imgur.com/P5BH9tY.png"/> |
| 62 | Forces TV | [x]() | <img height="20" src="https://i.imgur.com/CaP67Ra.png"/> | | 62 | Forces TV | [x]() | <img height="20" src="https://i.imgur.com/CaP67Ra.png"/> |
| 64 | CBBC | [x]() | <img height="20" src="https://i.imgur.com/eRwMlkh.png"/> |
| 66 | CITV | [x]() | <img height="20" src="https://i.imgur.com/EhscUNY.png"/> |
| 67 | Pop | [x]() | <img height="20" src="https://i.imgur.com/DbQ9u1z.png"/> |
| 68 | TinyPop | [x]() | <img height="20" src="https://i.imgur.com/lWdTYbr.png"/> |
| 71 | BBC Parliament | [x]() | <img height="20" src="https://i.imgur.com/BSIH6V2.png"/> |
| 52 | Shopping Quarter | [x]() | <img height="20" src=""/> |
| 54 | TCC | [x]() | <img height="20" src=""/> |
| 69 | KetchupTV | [x]() | <img height="20" src=""/> |
| 70 | YAAAS! | [x]() | <img height="20" src=""/> |
+3 -72
View File
@@ -1,77 +1,5 @@
<h1>Ukraine</h1> <h1>Ukraine</h1>
<h2>DVB-T2 (Zeonbud)</h2>
* http://www.zeonbud.com.ua/perechen_telekanal_ukr.html
* https://uk.wikipedia.org/wiki/Цифрове_наземне_телебачення_в_Україні#Перелік_загальнонаціональних_цифрових_телеканалів
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Pershyi Ⓢ | [>](http://149.5.17.34:20041/play/a068) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Pershyi_%282022%29.svg/640px-Pershyi_%282022%29.svg.png"/> | UAFirst.ua |
| 2 | Rada TV Ⓢ | [>](http://149.5.17.34:20041/play/a07b) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Rada_TV_%282021%29.svg/512px-Rada_TV_%282021%29.svg.png"/> | RadaTV.ua |
| 3 | 1+1 | [>](http://149.5.17.34:20041/play/a06d) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/1%2B1_logo.svg/640px-1%2B1_logo.svg.png"/> | 1Plus1.ua |
| 4 | Suspilne Kultura | [>](https://ext.cdn.nashnet.tv/228.0.0.141/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Suspilne_Kultura_%282022%29.svg/640px-Suspilne_Kultura_%282022%29.svg.png"/> | SuspilneKultura.ua |
| 5 | ICTV Ⓢ | [>](http://91.210.251.166:4504/udp/239.0.2.21:4000) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/ICTV_2017_horizontal.svg/640px-ICTV_2017_horizontal.svg.png"/> | ICTV.ua |
| 6 | STB | [>](http://cdnua03.hls.tv/133/hls/37a7d70ef2fcf08bcd712e4397c7d5c9/4592/stream.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/STB_logo.svg/868px-STB_logo.svg.png"/> | STB.ua |
| 7 | Inter | [>](http://149.5.17.34:20041/play/a05g) | <img height="20" src="https://i.imgur.com/R06gbuT.png"/> | Inter.ua |
| 8 | UNIAN TV | [>](http://149.5.17.34:20041/play/a06s) | <img height="20" src="https://i.imgur.com/Alu78zn.png"/> | UNIANTV.ua |
| 9 | Bigudi | [>](http://149.5.17.34:20041/play/a06h) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Bigudi_%28Ukraine%29_%281-st_logo%29.svg/627px-Bigudi_%28Ukraine%29_%281-st_logo%29.svg.png"/> | Bigudi.ua |
| 10 | Армія ТБ | [>](http://91.210.251.166:4535/udp/239.0.2.74:4000) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/ArmyTV_logo_%282023%29.svg/640px-ArmyTV_logo_%282023%29.svg.png"/> | ArmyTV.ua |
| 11 | Novyi Kanal Ⓢ | [>](rtmp://93.189.60.202//935) | <img height="20" src="https://i.imgur.com/4JhqpPM.png"/> | NovyKanal.ua |
| 12 | TET Ⓢ | [>](http://149.5.17.34:20041/play/a06f) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/TET_logo.svg/640px-TET_logo.svg.png"/> | TET.ua |
| 13 | 2+2 Ⓢ | [>](http://185.235.187.10:8888/play/2plus2/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/2%2B2_logo_2017.svg/640px-2%2B2_logo_2017.svg.png"/> | 2Plus2.ua |
| 14 | M1 Ⓢ | [>](http://185.235.187.11:8888/play/m1/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/M1_%28Ukraine%29_%282001-2021%29.svg/768px-M1_%28Ukraine%29_%282001-2021%29.svg.png"/> | M1.ua |
| 15 | NTN | [>](http://185.235.187.11:8888/play/ntn/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/NTNUA_logo_%282013%29.svg/640px-NTNUA_logo_%282013%29.svg.png"/> | NTN.ua |
| 16 | Mega | [>](http://149.5.17.34:20041/play/a05k) | <img height="20" src="https://i.imgur.com/F1v69tn.png"/> | Mega.ua |
| 17 | ПлюсПлюс Ⓢ | [>](http://185.235.187.11:8888/play/a00t/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/PLUSPLUSUA.svg/640px-PLUSPLUSUA.svg.png"/> | PlusPlus.ua |
| 18 | Ми — Україна Ⓢ | [>](http://149.5.17.34:20041/play/a06x) | <img height="20" src="https://i.imgur.com/nkatL7Q.png"/> | MyUkrainaTV.ua |
| 19 | 1+1 Україна Ⓢ | [>](http://149.5.17.34:20041/play/a00s) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/1%2B1_Ukraina_%282022%29.svg/640px-1%2B1_Ukraina_%282022%29.svg.png"/> | 1Plus1Ukraine.ua |
| 20 | ICTV2 | [>](http://46.18.107.105:9999/channel/n5ef91f61/index.mpeg?q=34f3e508660e39f2f68068dd1c8f4604) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/28/ICTV_2_%282022%29.svg/640px-ICTV_2_%282022%29.svg.png"/> | ICTV2.ua |
| 21 | ОЦЕ ТБ Ⓢ | [>](http://185.235.187.11:8888/play/a039/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/OCE_logo_%282017%29.svg/640px-OCE_logo_%282017%29.svg.png"/> | Oce.ua |
| 22 | K1 | [>](http://149.5.17.34:20041/play/a05m) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/K1_Logo_2014.svg/655px-K1_Logo_2014.svg.png"/> | K1.ua |
| 23 | K2 | [>](http://149.5.17.34:20041/play/a05o) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/K2_logo_%282016%29.svg/640px-K2_logo_%282016%29.svg.png"/> | K2.ua |
| 24 | Zoom | [>](http://149.5.17.34:20041/play/a05q) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/ZoomUA_logo_%282015%29.svg/640px-ZoomUA_logo_%282015%29.svg.png"/> | Zoom.ua |
| 25 | Priamyi Ⓢ | [>](http://149.5.17.34:20041/play/a061) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Pryamiy_2020.svg/624px-Pryamiy_2020.svg.png"/> | Pryamyy.ua |
| 26 | Espreso TV Ⓢ | [>](http://149.5.17.34:20041/play/a066) | <img height="20" src="https://i.imgur.com/xNatV8K.png"/> | EspresoTV.ua |
| 27 | XSport Ⓢ | [>](http://91.210.251.166:4858/udp/239.0.2.89:4000) | <img height="20" src="https://i.imgur.com/CHDcfrT.png"/> | XSport.ua |
| 28 | Enter-Film | [>](http://149.5.17.34:20041/play/a078) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Enter-FilmUA_%282013%29.png/819px-Enter-FilmUA_%282013%29.png"/> | EnterFilm.ua |
| 29 | Piksel TV | [>](https://ext.cdn.nashnet.tv/228.0.0.8/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/PixelUalogo.svg/640px-PixelUalogo.svg.png"/> | PikselTV.ua |
| 31 | 5 Kanal | [>](http://portal.ott.pink/watch/7/video.m3u8?geo=auto&token=CFEADF9789D77A45B3B359EE168CCCA6) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Logo_5_Channel.svg/480px-Logo_5_Channel.svg.png"/> | 5Kanal.ua |
| 32 | TAK TV | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/e/ef/%D0%A2%D0%90%D0%9A_TV.png"/> | TakTV.ua |
| 33 | Сонце Ⓢ | [>](http://149.5.17.34:20041/play/a015) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/SonceUA_logo.svg/739px-SonceUA_logo.svg.png"/> | Sonce.ua |
<h2>1+1 Video</h2>
* https://1plus1.video/tvguide/uafirst/online
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 5 | Comedy Central Ukraine Ⓢ | [>](http://91.210.251.166:4550/udp/239.0.2.30:4000) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Comedy_Central_2018.svg/1024px-Comedy_Central_2018.svg.png"/> | ComedyCentralUkraine.ua |
| 7 | Kvartal TV Ⓢ | [>](rtmp://93.189.60.202//932) | <img height="20" src="https://i.imgur.com/6ZYWizP.png"/> | KvartalTV.ua |
| 14 | Суспільне Новини Ⓢ | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=SuspilneNovyny) | <img height="20" src="https://i.imgur.com/6ZTGMli.png"/> | SuspilneNovyny.ua |
| 15 | Суспільне Крим Ⓢ | [>](https://ext.cdn.nashnet.tv/228.0.0.71/index.m3u8) | <img height="20" src="https://i.imgur.com/m7znCes.png"/> | SuspilneKrym.ua |
<h2>Kyivstar TV</h2>
* https://tv.kyivstar.ua/ua/live-channels/55efdb72e4b0781039bc0340-pershij-hd
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | 24 канал | [>](http://streamvideol1.luxnet.ua/news24/smil:news24.stream.smil/chunklist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/24_Kanal_logo.svg/768px-24_Kanal_logo.svg.png"/> | Channel24.ua |
| 0 | Рибалка | [>](http://91.210.251.166:4582/udp/239.0.2.104:4000) | <img height="20" src="https://i.imgur.com/NafW0xT.png"/> | Rybalka.ua |
| 0 | Київ Ⓢ | [>](rtmp://93.189.60.202//1040) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Kyiv_TV_%282023%29.svg/1024px-Kyiv_TV_%282023%29.svg.png"/> | Kyiv.ua |
| 0 | FREEДОМ Ⓢ | [>](http://portal.ott.pink/watch/7431/video.m3u8?geo=auto&token=CFEADF9789D77A45B3B359EE168CCCA6) | <img height="20" src="https://i.imgur.com/38UPLa9.png"/> | Freedom.ua |
<h2>Regional (Suspilne)</h2>
* [https://uk.wikipedia.org/wiki/Цифрове_наземне_телебачення_в_УкраїніMX-5_(DVB-T2)_(регіональні,_канали_мовлення_залежать_від_регіону)[12]](https://uk.wikipedia.org/wiki/%D0%A6%D0%B8%D1%84%D1%80%D0%BE%D0%B2%D0%B5_%D0%BD%D0%B0%D0%B7%D0%B5%D0%BC%D0%BD%D0%B5_%D1%82%D0%B5%D0%BB%D0%B5%D0%B1%D0%B0%D1%87%D0%B5%D0%BD%D0%BD%D1%8F_%D0%B2_%D0%A3%D0%BA%D1%80%D0%B0%D1%97%D0%BD%D1%96#MX-5_(DVB-T2)_(%D1%80%D0%B5%D0%B3%D1%96%D0%BE%D0%BD%D0%B0%D0%BB%D1%8C%D0%BD%D1%96,_%D0%BA%D0%B0%D0%BD%D0%B0%D0%BB%D0%B8_%D0%BC%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%BD%D1%8F_%D0%B7%D0%B0%D0%BB%D0%B5%D0%B6%D0%B0%D1%82%D1%8C_%D0%B2%D1%96%D0%B4_%D1%80%D0%B5%D0%B3%D1%96%D0%BE%D0%BD%D1%83)[12])
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Суспільне Київ | [>](http://portal.ott.pink/watch/7592/index.m3u8?geo=auto&token=CFEADF9789D77A45B3B359EE168CCCA6) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/Suspilne_Kyiv_%282022%29.svg/640px-Suspilne_Kyiv_%282022%29.svg.png"/> | SuspilneKyiv.ua |
<h2>Other</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 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"/> | | 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"/> |
@@ -89,8 +17,11 @@
| 15 | GIT | [>](https://stream.uagit.tv/gittv.m3u8) | <img height="20" src="https://i.imgur.com/v5J8tiS.png"/> | GIT.ua | | 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 | | 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"/> | | 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"/> | IDFashion.ua | | 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 | | 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"/> | | 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"/> | Lale.ua | | 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 | | 25 | M2 Ⓢ | [>](http://live.m2.tv/hls3/stream.m3u8) | <img height="20" src="https://i.imgur.com/IwUc4pC.png"/> | M2.ua |
-67
View File
@@ -1,67 +0,0 @@
<h1>United Arab Emirates</h1>
* https://www.lyngsat.com/freetv/United-Arab-Emirates.html
* https://en.kingofsat.tv/find2.php?pos=&cl=&num_pays=50&num_genre=&num_crypt=1&num_standard=&ordre=freq (other than Abu Dhabi, Dubai or Sharjah)
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Cartoon Network Arabic | [>](https://shls-cartoon-net-prod-dub.shahid.net/out/v1/dc4aa87372374325a66be458f29eab0f/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/b/bb/Cartoon_Network_Arabic_logo.png"/> | CartoonNetworkArabic.ae |
| 2 | Al Arabiya Business | [>](https://live.alarabiya.net/alarabiapublish/aswaaq.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/eEV4r6J.jpg"/> | AlArabiyaBusiness.ae |
<h2>Abu Dhabi</h2>
* https://en.kingofsat.tv/find2.php?pos=&cl=&num_pays=52&num_genre=&num_crypt=1&num_standard=&ordre=freq
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Abu Dhabi TV | [>](http://admdn2.cdn.mangomolo.com/adtv/smil:adtv.stream.smil/chunklist.m3u8) | <img height="20" src="https://i.imgur.com/7cNke07.png"/> | AbuDhabiTV.ae |
| 2 | Abu Dhabi Sports TV 1 | [>](https://admdn1.cdn.mangomolo.com/adsports1/smil:adsports1.stream.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Abu_Dhabi_Sports_logo_2023.svg/2560px-Abu_Dhabi_Sports_logo_2023.svg.png"/> | AbuDhabiSports2.ae |
| 3 | Abu Dhabi Sports TV 2 | [>](https://admdn5.cdn.mangomolo.com/adsports2/smil:adsports2.stream.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Abu_Dhabi_Sports_logo_2023.svg/2560px-Abu_Dhabi_Sports_logo_2023.svg.png"/> | AbuDhabiSports2.ae |
| 4 | National Geographic Abu Dhabi | [>](https://admdn2.cdn.mangomolo.com/nagtv/smil:nagtv.stream.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fNA00VF.png"/> | NationalGeographicAbuDhabi.ae |
<h2>Ajman</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Ajman TV | [>](https://dacastmmd.mmdlive.lldns.net/dacastmmd/8eb0e912b49142d7a01d779c9374aba9/index.m3u8) | <img height="20" src="https://www.lyngsat.com/logo/tv/aa/ajman-tv-ae.png"/> | AjmanTV.ae |
<h2>Dubai</h2>
* https://en.kingofsat.tv/find2.php?pos=&cl=&num_pays=49&num_genre=&num_crypt=1&num_standard=&ordre=freq
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Dubai TV | [>](https://dmisxthvll.cdn.mgmlcdn.com/dubaitvht/smil:dubaitv.stream.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wZMkKF7.png"/> | DubaiTV.ae |
| 2 | Dubai One | [>](https://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/7/7d/Dubaione-logo.png"/> | DubaiOne.ae |
| 3  | Dubai Sports 1 | [>](https://dmitnthfr.cdn.mgmlcdn.com/dubaisports/smil:dubaisports.stream.smil/chunklist.m3u8) | <img height="20" src="https://www.lyngsat.com/logo/tv/dd/dubai-sports-ae.png"/> | DubaiSports1.ae |
| 4  | Dubai Sports 2 | [>](https://dmitwlvvll.cdn.mangomolo.com/dubaisportshd/smil:dubaisportshd.smil/index.m3u8) | <img height="20" src="https://www.lyngsat.com/logo/tv/dd/dubai-sports-ae.png"/> | DubaiSports2.ae |
| 5  | Dubai Sports 3 | [>](https://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/index.m3u8) | <img height="20" src="https://www.lyngsat.com/logo/tv/dd/dubai-sports-ae.png"/> | DubaiSports3.ae |
| 6  | Dubai Racing 1 | [>](https://dmisvthvll.cdn.mgmlcdn.com/events/smil:events.stream.smil/playlist.m3u8) | <img height="20" src="https://www.lyngsat.com/logo/tv/dd/dubai-racing-ae.png"/> | DubaiRacing1.ae |
| 7  | Dubai Racing 2 | [>](https://dmithrvll.cdn.mangomolo.com/dubairacing/smil:dubairacing.smil/playlist.m3u8) | <img height="20" src="https://www.lyngsat.com/logo/tv/dd/dubai-racing-ae.png"/> | DubaiRacing2.ae |
| 8  | Dubai Racing 3 | [>](https://dmithrvll.cdn.mangomolo.com/dubaimubasher/smil:dubaimubasher.smil/playlist.m3u8) | <img height="20" src="https://www.lyngsat.com/logo/tv/dd/dubai-racing-ae.png"/> | DubaiRacing3.ae |
| 9 | Dubai Zaman | [>](https://dmiffthvll.cdn.mangomolo.com/dubaizaman/smil:dubaizaman.stream.smil/playlist.m3u8) | <img height="20" src="https://www.lyngsat.com/logo/tv/dd/dubai-zaman-ae.png"/> | DubaiZaman.ae |
<h2>Fujairah</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Fujairah TV | [x]() | <img height="20" src="https://www.lyngsat.com/logo/tv/ff/fujairah-tv-ae.png"/> | FujairahTV.ae |
<h2>Ras Al Khaimah</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
<h2>Sharjah</h2>
* https://en.kingofsat.tv/find2.php?pos=&cl=&num_pays=53&num_genre=&num_crypt=1&num_standard=&ordre=freq
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Sharjah TV | [>](https://svs.itworkscdn.net/smc1live/smc1.smil/playlist.m3u8) | <img height="20" src="https://www.lyngsat.com/logo/tv/ss/sharjah-tv-ae.png"/> | SharjahTV.ae |
| 2 | Sharjah Sports | [>](https://svs.itworkscdn.net/smc4sportslive/smc4.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/IaRaabJ.jpg"/> | SharjahSports.ae |
<h2>Umm Al Quwain</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
+11 -10
View File
@@ -4,24 +4,24 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Buzzr Ⓖ | [>](https://buzzrota-web.amagi.tv/playlist480.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Buzzr_logo.svg/768px-Buzzr_logo.svg.png"/> | Buzzr.us | | 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://i.imgur.com/PNTYOgg.png" /> | RetroTVEast.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://i.imgur.com/6ae9E8d.png"/> | Stadium.us | | 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 | | 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://i.imgur.com/a67bbag.png" /> | HeartlandEastern.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://i.imgur.com/VUhqVgG.png" /> | RevnTV.us | | 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> <h2>DVB-S</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | CNN | [>](https://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_0_3564000.m3u8) | <img height="20" src="https://i.imgur.com/vyrc1I1.png"/> | CNN.us | | 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/c/CNBC/live) | <img height="20" src="https://i.imgur.com/BTasyOy.png"/> | CNBC.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://bloomberg.com/media-manifest/streams/us.m3u8) | <img height="20" src="https://i.imgur.com/VnCcH73.png"/> | BloombergTelevision.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 | | 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://cbsnews.akamaized.net/hls/live/2020607/cbsnlineup_8/master.m3u8) | <img height="20" src="https://i.imgur.com/nki2HDQ.png"/> | CBSNews.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 | | 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-reutersnow-1-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/AbvCnoH.png"/> | ReutersTV.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"/> | NASATVPublic.us | | 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 | | 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 |
@@ -38,3 +38,4 @@
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
|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 | |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 | |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 |
-33
View File
@@ -1,33 +0,0 @@
<h1>Usa VOD</h1>
<h2>Bumblebee TV</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Bumblebee TV Aurora Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c953819932c837b49397345/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVAuroraLive.us |
| 2 | Bumblebee TV AutoMoto| [>](https://stitcheraws.unreel.me/wse-node01.powr.com/live/5bf220fad5eeee0f5a40941a/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVAutoMoto.us |
| 3 | BumblebeeTV Beaches Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95396f932c837b49397360/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVBeachesLive.us |
| 4 | Bumblebee TV Classics 2| [>](https://stitcheraws.unreel.me/wse-node05.powr.com/live/60f881602da3a5575eceb854/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVClassics2.us |
| 5 | Bumblebee TV CoronaVirus.Gov| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e7559e8a46b495a2283c5e8/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVCoronaVirusGov.us |
| 6 | Bumblebee TV Country Boy Kids Video.us| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf225aed5eeee0f5a4094bd/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVCountryBoyKidsVideo.us |
| 7 | Bumblebee TV Cute Zone| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22518d5eeee0f5a409486/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVCuteZone.us |
| 8 | Bumblebee TV Epic M| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22225d5eeee0f5a40941d/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVEpicM.us |
| 9 | Bumblebee TV FGTV| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2624990145130f25474620/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVFGTV.us |
| 10 | Bumblebee TV Forest Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c953836932c837b49397355/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVForestLive.us |
| 11 | Bumblebee TV Fun Zone| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625030145130f25474622/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVFunZone.us |
| 12 | Bumblebee TV Giggle Zone| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22526d5eeee0f5a4094b8/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVGiggleZone.us |
| 13 | Bumblebee TV Lake Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95385c932c837b49397356/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVLakeLive.us |
| 14 | Bumblebee TV Lego Toons| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22549d5eeee0f5a4094ba/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVLegoToons.us |
| 15 | Bumblebee TV Lets Play Minecraft| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625700145130f25474624/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVLetsPlayMinecraft.us |
| 16 | Bumblebee TV LifeBae| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22681932c8304fc453418/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVLifeBae.us |
| 17 | Bumblebee TV Master Builder| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf2256ed5eeee0f5a4094bb/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVMasterBuilder.us |
| 18 | Bumblebee TV Mountain Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95387b932c837b49397357/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVMountainLive.us |
| 19 | Bumblebee TV Now You Know| [>](https://stitcheraws.unreel.me/wse-node01.powr.com/live/5b284f40d5eeee07522b775e/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVNowYouKnow.us |
| 20 | Bumblebee TV Recoil TV| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7dff0f932c8368bdbfd5fd/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVRecoilTV.us |
| 21 | Bumblebee TV Rivers Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95388f932c837b4939735a/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVRiversLive.us |
| 22 | Bumblebee TV Smosh| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625af5748670f12a3bee9/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVSmosh.us |
| 23 | Bumblebee TV Sunset Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538a5932c837b4939735b/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVSunsetLive.us |
| 24 | Bumblebee TV Thinknoodles| [>](https://stitcheraws.unreel.me/wse-node04.powr.com/live/5afc8Bumblebee+TV10e932c833522744733/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVThinknoodles.us |
| 25 | Bumblebee TV Toy Zone| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22491932c8304fc4533e4/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVToyZone.us |
| 26 | Bumblebee TV Trinity Beyond| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2626030145130f25474626/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVTrinityBeyond.us |
| 27 | Bumblebee TV Tropics Live| [>](https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538b9932c837b4939735c/playlist.m3u8) | <img height="20" src=""/> | BumblebeeTVTropicsLive.us |
-12
View File
@@ -1,12 +0,0 @@
<h1>Venezuela</h1>
https://en.wikipedia.org/wiki/List_of_television_networks_in_Venezuela
| # | Channel | Link | Logo | EPG id |
|:---:|:---------------:|:-----:|:----:|:------:|
| 1 | Venevisión | [>](https://venevision.akamaized.net/hls/live/2098814/VENEVISION/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Logotipo_de_Venevisi%C3%B3n.svg/641px-Logotipo_de_Venevisi%C3%B3n.svg.png"/> | Venevision.ve |
| 2 | Venezolana de Televisión Ⓓ | [>](https://www.dailymotion.com/embed/video/x828i6j) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Venezolana_de_Televisi%C3%B3n_2018.svg/640px-Venezolana_de_Televisi%C3%B3n_2018.svg.png"/> | VenezolanadeTelevision.ve |
| 3 | TVes | [x](https://ls.tves.gob.ve/hls/tves.m3u8) | <img height="20" src="https://i.imgur.com/QX5DVUB.png"/> | TVes.ve |
| 6 | Globovisión | [>](https://vcp5.myplaytv.com/globovision/globovision/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/4/47/Globovisi%C3%B3n_logo_2013.png"/> | Globovision.ve |
| 7 | Vale TV Ⓢ | [>](https://vcp2.myplaytv.com/valetv/valetv/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/9/98/Logo_de_VALE_TV.png"/> | ValeTV.ve |
| 9 | Telesur | [>](https://raw.githubusercontent.com/BellezaEmporium/IPTV_Exception/master/channels/ve/telesur.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/9/98/Logo_de_VALE_TV.png"/> | ValeTV.ve |
-5
View File
@@ -1,5 +0,0 @@
<h1>Documentaries (AR)</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | Al Jazeera Documentary Ⓖ | [>](https://live-hls-web-ajd.getaj.net/AJD/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/e/e6/Al_Jazeera_Doc.png"/> | AlJazeeraDocumentary.qa |
-6
View File
@@ -1,6 +0,0 @@
<h1>Documentaries (EN)</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 0 | CGTN Documentary English Ⓢ | [>](https://news.cgtn.com/resource/live/document/cgtn-doc.m3u8) | <img height="20" src="https://i.imgur.com/JHv0WxM.png"/> | CGTNDocumentary.cn |
| 0 | RT Documentary English Ⓖ | [>](https://rt-rtd.rttv.com/dvr/rtdoc/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ZEi1Wgn.png"/> | RTDoc.ru |
+1 -1
View File
@@ -11,7 +11,7 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:-----------------------:|:-----:|:----:|:------:| |:---:|:-----------------------:|:-----:|:----:|:------:|
| | Pluto TV 007 | [x](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4db961034718b2f52f9e52/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=50&deviceId=5d4db961034718b2f52f9e52&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height="20" src="https://i.imgur.com/qKqEqUC.png"/> | | | Pluto TV 007 | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4db961034718b2f52f9e52/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=50&deviceId=5d4db961034718b2f52f9e52&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height="20" src="https://i.imgur.com/qKqEqUC.png"/> |
| | Pluto TV Spotlight | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ba3fb9c4b078e0f37ad34e8/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=51&deviceId=5ba3fb9c4b078e0f37ad34e8&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height="20" src="https://i.imgur.com/AogTmZc.png"/> | | | Pluto TV Spotlight | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ba3fb9c4b078e0f37ad34e8/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=51&deviceId=5ba3fb9c4b078e0f37ad34e8&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height="20" src="https://i.imgur.com/AogTmZc.png"/> |
| | Pluto TV Action | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561d7d484dc7c8770484914a/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=54&deviceId=561d7d484dc7c8770484914a&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height="20" src="https://i.imgur.com/g8PCdh6.png"/> | | | Pluto TV Action | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561d7d484dc7c8770484914a/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=54&deviceId=561d7d484dc7c8770484914a&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height="20" src="https://i.imgur.com/g8PCdh6.png"/> |
| | Pluto TV Comedy | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=57&deviceId=5a4d3a00ad95e4718ae8d8db&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height="20" src="https://i.imgur.com/Pjs4lgs.png"/> | | | Pluto TV Comedy | [>](http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=57&deviceId=5a4d3a00ad95e4718ae8d8db&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false) | <img height="20" src="https://i.imgur.com/Pjs4lgs.png"/> |
-11
View File
@@ -1,11 +0,0 @@
<h1>News (AR)</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Al Jazeera العربية | [>](https://live-hls-web-aja.getaj.net/AJA/index.m3u8) | <img height="20" src="https://i.imgur.com/BB93NQP.png"/> | AlJazeeraChannel.qa |
| 2 | Al Arabiya العربية | [>](https://live.alarabiya.net/alarabiapublish/alarabiya.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Al-Arabiya_new_logo.svg/640px-Al-Arabiya_new_logo.svg.png"/> | AlArabiya.ae |
| 3 | France 24 العربية Ⓨ | [>](https://www.youtube.com/c/FRANCE24Arabic/live) | <img height="20" src="https://i.imgur.com/61MSiq9.png"/> | France24Arabic.fr |
| 4 | DW العربية | [>](https://dwamdstream103.akamaized.net/hls/live/2015526/dwstream103/index.m3u8) | <img height="20" src="https://i.imgur.com/A1xzjOI.png"/> | DWArabic.de |
| 5 | CGTN العربية | [>](https://news.cgtn.com/resource/live/arabic/cgtn-a.m3u8) | <img height="20" src="https://i.imgur.com/fMsJYzl.png"/> | CGTNArabic.cn |
| 6 | Sky News العربية | [>](https://stream.skynewsarabia.com/hls/sna.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/5/57/Sky_News_logo.svg/512px-Sky_News_logo.svg.png"/> | SkyNewsArabia.ae |
| 7 | RT العربية | [>](https://rt-arb.rttv.com/dvr/rtarab/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Russia-today-logo.svg/512px-Russia-today-logo.svg.png"/> | RTArabic.ru |
+7 -61
View File
@@ -1,62 +1,8 @@
<h1>News</h1> <h1>News (EN)</h1>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:--:|:-------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Sky News (UK) | [>](https://ythls.armelin.one/channel/UCoMdktPbSTixAyNGwb-UYkQ.m3u8) | <img height="20" src="https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1404.png"/> | SkyNewsInternational.uk | | 1 | Euronews Live Ⓨ | [>](https://www.youtube.com/watch?v=sPgqEHsONK8) | <img height="20" src="https://camo.githubusercontent.com/785a3480a1147c881311d4cd93ffa9f6db9fa04c0411718431bd9d22d07201ae/68747470733a2f2f692e696d6775722e636f6d2f384d73625043552e706e67"/> | EuronewsEnglish.fr |
| 2 | Euronews | [>](https://shls-live-ak.akamaized.net/out/v1/115bfcde8fa342d182ef846445cdbdcf/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png"/> | EuronewsEnglish.fr | | 2 | France 24 English Ⓨ | [>](https://www.youtube.com/watch?v=h3MuIUNCCzI) | <img height="20" src="https://i.imgur.com/61MSiq9.png"/> | France24English.fr |
| 3 | Africanews | [>](https://ythls.armelin.one/channel/UC1_E8NeF5QHY2dtdLRBCCLA.m3u8) | <img height="20" src="https://i.imgur.com/xocvePC.png"/> | Africanews.cg | | 3 | DW English | [>](https://dwamdstream102.akamaized.net/hls/live/2015525/dwstream102/index.m3u8) | <img height="20" src="https://i.imgur.com/A1xzjOI.png"/> | DWEnglish.de |
| 4 | France 24 | [>](https://ythls.armelin.one/channel/UCQfwfsi5VrQ8yKZ-UWmAEFg.m3u8) | <img height="20" src="https://i.imgur.com/61MSiq9.png"/> | France24English.fr | | 4 | Al Jazeera English | [>](https://live-hls-web-aje.getaj.net/AJE/index.m3u8) | <img height="20" src="https://i.imgur.com/BB93NQP.png"/> | AlJazeeraEnglish.qa |
| 5 | DW | [>](https://dwamdstream102.akamaized.net/hls/live/2015525/dwstream102/index.m3u8) | <img height="20" src="https://i.imgur.com/A1xzjOI.png"/> | DWEnglish.de |
| 6 | Al Jazeera | [>](https://live-hls-web-aje.getaj.net/AJE/index.m3u8) | <img height="20" src="https://i.imgur.com/BB93NQP.png"/> | AlJazeeraEnglish.qa |
| 7 | CGTN | [>](https://news.cgtn.com/resource/live/english/cgtn-news.m3u8) | <img height="20" src="https://i.imgur.com/fMsJYzl.png"/> | CGTN.cn |
| 8 | BBC News Ⓖ | [>](https://vs-hls-push-uk.live.fastly.md.bbci.co.uk/x=4/i=urn:bbc:pips:service:bbc_news_channel_hd/iptv_hd_abr_v1.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-kingdom/bbc-news-uk.png"/> | BBCNews.uk |
| 9 | NBC News NOW | [>](https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-kingdom/nbc-news-now-uk.png"/> | NBCNewsNOW.us |
| 10 | Reuters | [>](https://reuters-reutersnow-1-nl.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/6eQ2nCJ.png"/> | ReutersTV.us |
| 11 | The Guardian | [>](https://rakuten-guardian-1-ie.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/o9AYq9V.png"/> | TheGuardian.uk |
| 12 | CBS News | [>](https://dai.google.com/linear/hls/event/Sid4xiTQTkCT1SLu6rjUSQ/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/cbs-news-us.png"/> | CBSNews.us |
| 13 | ABC News Live | [>](https://lnc-abc-news.tubi.video/index.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/abc-news-live-hz-us.png"/> | ABCNewsLive.us |
| 14 | LiveNOW from FOX | [>](https://lnc-fox-live-now.tubi.video/index.m3u8) | <img height="20" src="https://i.imgur.com/1JnyzHv.png"/> | LiveNOWFromFOX.us |
| 15 | CBC News Network | [>](https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcbcnews/CDN/playlist.m3u8) | <img height="20" src="https://i.imgur.com/SjTdhvJ.png"/> | CBCNewsNetwork.ca |
| 16 | Ticker News | [>](https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg01486-tickernews-tickernewsweb-ono/playlist.m3u8) | <img height="20" src="https://i.imgur.com/z7M0QxV.png"/> | tickerNews.au |
| 17 | India Today | [>](https://indiatodaylive.akamaized.net/hls/live/2014320/indiatoday/indiatodaylive/playlist.m3u8) | <img height="20" src="https://i.imgur.com/koFYddE.png"/> | IndiaToday.in |
| 18 | Channel News Asia | [>](https://ythls.armelin.one/channel/UC83jt4dlz1Gjl58fzQrrKZg.m3u8) | <img height="20" src="https://i.imgur.com/xWglicB.png"/> | CNAInternational.sg |
| 19 | ABC News (AU) | [>](https://ythls.armelin.one/channel/UCVgO39Bk5sMo66-6o6Spn6Q.m3u8) | <img height="20" src="https://i.imgur.com/BrW7gk8.png"/> | ABCNews.au |
| 20 | NDTV 24x7 | [>](https://ythls.armelin.one/channel/UCZFMm1mMw0F81Z37aaEzTUA.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/india/ndtv-24x7-in.png"/> | NDTV24x7.in |
| 21 | TRT World | [>](https://ythls.armelin.one/channel/UC7fWeaHhqgM4Ry-RMpM2YYw.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/TRT_World.svg/512px-TRT_World.svg.png"/> | TRTWorld.tr |
| 22 | NHK World Japan | [>](https://ythls.armelin.one/channel/UCSPEjw8F2nQDtmUKPFNF7_A.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/NHK_World-Japan_TV.svg/512px-NHK_World-Japan_TV.svg.png"/> | NHKWorldJapan.jp |
| 23 | DD India | [>](https://ythls.armelin.one/channel/UCGDQNvybfDDeGTf4GtigXaw.m3u8) | <img height="20" src="https://i.imgur.com/45uptR8.png"/> | DDIndia.in |
| 24 | WION | [>](https://ythls.armelin.one/channel/UC_gUM8rL-Lrg6O3adPW9K1g.m3u8) | <img height="20" src="https://i.imgur.com/Wc5Z3iS.png"/> | WION.in |
| 25 | Taiwan+ | [>](https://ythls.armelin.one/channel/UC7c6rvyAZLpKGk8ttVnpnLA.m3u8) | <img height="20" src="https://i.imgur.com/SfcZyqm.png"/> | TaiwanPlusTV.tw |
| 26 | Metro Globe Network | [>](https://edge.medcom.id/live-edge/smil:mgnch.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aiiinzg.png"/> | MetroGlobeNetwork.id |
| 27 | i24 News | [>](https://bcovlive-a.akamaihd.net/6e3dd61ac4c34d6f8fb9698b565b9f50/eu-central-1/5377161796001/playlist-all_dvr.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/LOGO_i24NEWS.png/512px-LOGO_i24NEWS.png"/> | i24NEWSEnglishWorld.il |
| 28 | Scripps News | [>](https://content.uplynk.com/channel/4bb4901b934c4e029fd4c1abfc766c37.m3u8) | <img height="20" src="https://i.imgur.com/UfN6aAi.png"/> | ScrippsNews.us |
| 29 | USA Today | [>](https://lnc-usa-today.tubi.video/playlist.m3u8) | <img height="20" src="https://i.imgur.com/37K0AZX.png"/> | USATODAY.us |
| 30 | TVC News | [>](https://ythls.armelin.one/channel/UCgp4A6I8LCWrhUzn-5SbKvA.m3u8) | <img height="20" src="https://i.imgur.com/jaSq18B.png"/> | TVCNews.ng |
| 31 | Channels 24 | [>](https://ythls.armelin.one/channel/UCEXGDNclvmg6RW0vipJYsTQ.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/7/76/Channels_TV.jpg"/> | Channels24.ng |
| 32 | Sky News Now (AU) | [>](https://i.mjh.nz/sky-news-now.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/1/10/Sky_News_Australia_logo_-_2019.svg/512px-Sky_News_Australia_logo_-_2019.svg.png"/> | SkyNewsAustralia.au |
| 33 | Global News | [>](https://live.corusdigitaldev.com/groupd/live/49a91e7f-1023-430f-8d66-561055f3d0f7/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/xk1QOhW.png"/> | GlobalNews.ca |
| 34 | Russia Today Ⓖ | [>](https://rt-glb.rttv.com/live/rtnews/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Russia-today-logo.svg/512px-Russia-today-logo.svg.png"/> | RT.ru |
| 35 | Pluto TV News | [>](https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5268abcd0ce20a8472000114&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=202&terminate=false&userId=) | <img height="20" src="https://i.imgur.com/JdqA4r9.png"/> | PlutoTVNews.us |
| 36 | CNN | [>](https://raw.githubusercontent.com/Alstruit/adaptive-streams/alstruit-10_23_us/streams/us/CNNUSA.us.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/cnn-us.png"/> | CNN.us |
| 37 | CNN International | [>](https://cnn-cnninternational-1-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/cnn-us.png"/> | CNNInternationalEurope.us |
| 38 | GB News | [>](https://ythls.armelin.one/channel/UC0vn8ISa4LKMunLbzaXLnOQ.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/3/35/GB_News_Logo.svg/512px-GB_News_Logo.svg.png"/> | GBNews.uk |
| 39 | TalkTV | [>](https://live-talktv-ssai.simplestreamcdn.com/v1/master/82267e84b9e5053b3fd0ade12cb1a146df74169a/talktv-live/index.m3u8) | <img height="20" src="https://i.imgur.com/KxHWpQB.png"/> | TalkTV.uk |
| 40 | Joy News | [>](https://ythls.armelin.one/channel/UChd1DEecCRlxaa0-hvPACCw.m3u8) | <img height="20" src="https://i.imgur.com/kGuMNmR.png"/> | JoyNews.gh |
<h1>Business</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------:|:------------------:|
| 101 | Cheddar News | [>](https://cheddar-cheddar-3.roku.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tuP9GW8.png"/> | CheddarNews.us |
| 102 | Bloomberg TV+ | [>](https://bloomberg.com/media-manifest/streams/phoenix-us.m3u8) | <img height="20" src="https://i.imgur.com/xGlToly.png"/> | BloombergTVPlus.us |
| 103 | CNBC | [>](https://i.mjh.nz/SamsungTVPlus/GBBD3600001NO.m3u8) | <img height="20" src="https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1088.png"/> | CNBCEurope.uk |
| 104 | Yahoo! Finance | [>](https://d1ewctnvcwvvvu.cloudfront.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/43oHsHL.png"/> | YahooFinance.us |
<h1>Weather</h1>
| # | Channel | Link | Logo | EPG id |
|:---:|:---------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------:|
| 201 | AccuWeather NOW | [>](https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00684-accuweather-accuweather-plex/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M8wbVYK.png"/> | AccuWeatherNOW.us |
| 202 | Fox Weather | [>](https://lnc-fox-weather.tubi.video/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Fox_Weather_logo.svg/512px-Fox_Weather_logo.svg.png"/> | FoxWeather.us |
| 203 | KTCA-DT5 | [>](https://api.new.livestream.com/accounts/12638076/events/8488790/live.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/b/be/Twin_Cities_Public_Television_logo_%28PBS%29.png"/> | KTCADT5.us |
| 204 | WeatherNation | [>](https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bdce04659ee03633e758130/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bdce04659ee03633e758130&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=217&terminate=false&userId=) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/WeatherNation_Logo.svg/512px-WeatherNation_Logo.svg.png"/> | WeatherNation.us |
+2 -6
View File
@@ -2,9 +2,5 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Euronews Español Ⓨ | [>](https://www.youtube.com/euronewses/live) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png"/> | EuronewsSpanish.fr | | 1 | France 24 Español | [>](https://static.france24.com/live/F24_ES_HI_HLS/live_web.m3u8) | <img height="20" src="https://i.imgur.com/61MSiq9.png"/> | France24Espanol.fr |
| 2 | France 24 Español Ⓨ | [>](https://www.youtube.com/c/FRANCE24Espanol/live) | <img height="20" src="https://i.imgur.com/61MSiq9.png"/> | France24Espanol.fr | | 2 | DW Español Ⓢ | [>](https://dwstream3-lh.akamaihd.net/i/dwstream3_live@124409/master.m3u8) | <img height="20" src="https://i.imgur.com/A1xzjOI.png"/> | DWEspanol.de |
| 3 | DW Español Ⓢ | [>](https://dwstream3-lh.akamaihd.net/i/dwstream3_live@124409/master.m3u8) | <img height="20" src="https://i.imgur.com/A1xzjOI.png"/> | DWEspanol.de |
| 4 | CGTN Español | [>](https://news.cgtn.com/resource/live/espanol/cgtn-e.m3u8) | <img height="20" src="https://i.imgur.com/fMsJYzl.png"/> | CGTNSpanish.cn |
| 5 | RT Español Ⓖ | [>](https://rt-esp.rttv.com/dvr/rtesp/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Russia-today-logo.svg/512px-Russia-today-logo.svg.png"/> | RTenEspanol.ru |
| 6 | RTVE 24H | [>](https://ztnr.rtve.es/ztnr/1694255.m3u8) | <img height="20" src="https://i.imgur.com/WTDKOoM.png"/> | rtve.es |
+134 -226
View File
@@ -4,246 +4,154 @@
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 1 | Sportitalia LIVE24 | [>](https://di-g7ij0rwh.vo.lswcdn.net/sportitalia/silive24.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> | Sportitalia24.it | | 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 | Sport2U | [>](https://stream9.xdevel.com/video0s976916-1685/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/WW0lNk1.png"/> | | 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 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 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"/> |
| 6 | 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>Rakuten TV</h2>
| # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:|
| 9 | Stories – Rakuten TV | [>](https://rakuten-spotlight-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tMcUvjI.jpg"/> |
| 10 | Classico – Rakuten TV | [>](https://rakuten-classico-1-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ytN6jfl.jpeg"/> |
| 11 | Thriller – Rakuten TV | [>](https://rakuten-thriller-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jJTnBNk.jpeg"/> |
| 4004 | Commedia – Rakuten TV | [>](https://rakuten-comedymovies-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/EKKXdIU.jpg"/> |
| 4229 | Documentari – Rakuten TV | [>](https://rakuten-documentaries-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rAHBiO8.jpg"/> |
| 4966 | Family – Rakuten TV | [>](https://rakuten-family-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BCC123A.jpg"/> |
| 4985 | Romance – Rakuten TV | [>](https://rakuten-romance-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TiXrzJZ.jpeg"/> |
| 4996 | Film Top – Rakuten TV | [>](https://rakuten-topfree-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OfD9hM9.jpeg"/> |
| 4998 | Drammatico – Rakuten TV | [>](https://rakuten-tvshows-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Nx3JzZK.jpg"/> |
| 4999 | 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"/> |
<h2>Samsung TV Plus</h2> <h2>Samsung TV Plus</h2>
| # | Channel | Link | Logo | EPG id | | # | 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 | | 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 |
| 4110 | FailArmy | [>](https://failarmy-international-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WupT16d.jpg"/> | | 4072 | FUEL TV | [>](https://fueltv-fueltv-6-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4Lzo6M4.png"/> |
| 4116 | The Pet Collective | [>](https://the-pet-collective-international-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/daTU44g.jpeg"/> | | 4253 | FailArmy | [>](https://failarmy-international-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/JmQ6QjL.png"/> |
| 4119 | Canale Europa | [>](https://canaleeuropa-canaleeuropa-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Zw2ZIfz.jpg"/> | | 4255 | Stories – Rakuten TV | [>](https://rakuten-spotlight-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/A3A97V1.jpeg"/> |
| 4122 | People Are Awesome | [>](https://jukin-peopleareawesome-2-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xwz9zKk.jpeg"/> | | 4258 | Canale Europa | [>](https://canaleeuropa-canaleeuropa-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Zw2ZIfz.jpg"/> |
| 4131 | Yamato Animation | [>](https://yamatovideo-yamatoanimation-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rOl7HfS.png"/> | | 4309 | duckTV | [>](https://mmm-ducktv-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BKoAJZV.jpeg"/> |
| 4160 | BBC Doctor Who | [>](https://bbceu-doctorwho-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/J2B9FjO.jpg"/> | | 4352 | Fashion TV | [>](https://fashiontv-fashiontv-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KT3zgc1.png"/> |
| 4163 | BBC Drama | [>](https://bbceu-bbcdrama-2-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hY1M4hL.jpg"/> | | 4508 | Sofy.tv | [>](https://sofytv-samsungit.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fsJFJeZ.png"/> |
| 4169 | Televisa Telenovelas | [>](https://televisa-televisa-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/GaJIRN3.jpg"/> | | 4547 | Documentari – Rakuten TV | [>](https://rakuten-documentaries-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rAHBiO8.jpg"/> |
| 4216 | Humanity Documentari | [>](https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00712-alchimie-humanitydocit-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4gwdyar.png"/> | | 4548 | Family – Rakuten TV | [>](https://rakuten-family-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BCC123A.jpg"/> |
| 4405 | The Boat Show | [>](https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/4bdea6cd-80c1-11eb-908d-533d39655269/0/master.m3u8) | <img height="20" src="https://i.imgur.com/cPTLian.png"/> | | 4549 | Drammatico – Rakuten TV | [>](https://rakuten-tvshows-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Nx3JzZK.jpg"/> |
| 4411 | Fashion TV | [>](https://fashiontv-fashiontv-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KT3zgc1.png"/> | FashionTVEurope.fr | | 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"/> |
| 4485 | Motor1TV | [>](https://motorsportnetwork-motor1tv-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UERYhO1.png"/> | | 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"/> |
| 4513 | SportOutdoor.tv | [>](https://gto2000-sportoutdoortv-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fwOuEBl.png"/> | | 5005 | Classico – Rakuten TV | [>](https://rakuten-classico-1-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ytN6jfl.jpeg"/> |
| 4516 | Italian Fishing TV | [>](https://itftv-italianfishingtv-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Q0jHCdC.png"/> | ItalianFishingTV.it | | 5008 | Thriller – Rakuten TV | [>](https://rakuten-thriller-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jJTnBNk.jpeg"/> |
| 4563 | FUEL TV | [>](https://fueltv-fueltv-6-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4Lzo6M4.png"/> | FuelTV.us | | 5009 | Romance – Rakuten TV | [>](https://rakuten-romance-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TiXrzJZ.jpeg"/> |
| 4610 | Teletubbies | [>](https://dhx-teletubbies-2-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tSw1oON.jpeg"/> |
| 4613 | duckTV | [>](https://mmm-ducktv-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BKoAJZV.jpeg"/> |
| 4619 | SuperToons TV | [>](https://kedoo-supertoonstv-4-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/A6vCYsC.png"/> |
| 4622 | Planeta Junior | [>](https://deaplaneta-planetakidz-2-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/F71WMja.jpg"/> |
| 4628 | MONDO TV KIDS | [>](https://mondotv-mondotvkids-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DMqKFIM.png"/> |
| 4710 | Vevo Pop | [>](https://601820eb2b971a000104f40a-samsung.eu.ssai.zype.com/601820eb2b971a000104f40a_samsung_eu/manifest.m3u8) | <img height="20" src="https://i.imgur.com/DPqMpQC.png"/> |
| 4716 | Radio Italia Trend | [>](https://radioitalia-samsungitaly.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ecpfn3e.png"/> | RadioItaliaTrendTV.it |
| 4725 | Clubbing TV | [>](https://clubbingtv-samsunguk.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/D1IuAqu.jpg"/> |
| 4728 | Deluxe Lounge HD | [>](https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/9f58b8c3-80c1-11eb-908d-533d39655269/0/master.m3u8) | <img height="20" src="https://i.imgur.com/LzIsXym.png"/> |
| 4734 | Trace Latina Ⓖ | [>](https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01131-tracetv-tracelatinait-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/GHbz8wd.png"/> | TraceLatina.fr |
| 4737 | Trace Urban Ⓖ | [>](https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01131-tracetv-traceurbanit-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/PAx9qj8.png"/> | TraceUrban.fr |
| 4957 | Full Moon | [>](https://minerva-fullmoon-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0xT7bZP.jpg"/> |
| 4960 | Cinema Segreto | [>](https://minerva-cinemasegreto-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/pID3ZGx.png"/> |
| 4969 | Bizzarro Movies | [>](https://minerva-bizzarromovies-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/EbDLnZB.png"/> |
| 4972 | CGtv | [>](https://cgentertainment-cgtv-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/6rsLtY7.png"/> |
| 4975 | WP | [>](https://minerva-wp-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/W5I5yY0.png"/> |
| 4979 | Risate all'italiana | [>](https://minerva-risateallitaliana-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LCN66Z1.png"/> |
| 4984 | Shorts Ⓖ | [>](https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00784-shortsinternati-shortstv-fast-italy-samsungit/playlist.m3u8) | <img height="20" src="https://i.imgur.com/GwM7RHV.jpg"/> |
| 4990 | Sofy.tv | [>](https://sofytv-samsungit.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fsJFJeZ.png"/> |
<h2>Pluto TV</h2> <h2>Pluto TV</h2>
| # | Channel | Link | Logo | EPG id | | # | Channel | Link | Logo | EPG id |
|:---:|:--------------:|:-----:|:----:|:------:| |:---:|:--------------:|:-----:|:----:|:------:|
| 0 | VH1+ Girl Power! – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/655208ff53fc9700084a834e/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/Z4t6fdU.png"/> | | 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"/> |
| 0 | Car Chase – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65a939fad77d450008863835/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/F1jXkhK.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"/> |
| 0 | Monster Jam – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65bce7f1d77d450008b3a430/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/jxGhINd.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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | BBC Drama – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7fa5ab5062e0007dcf97d/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/CrAqXHJ.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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | Autostop per il cielo – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/638f286445264d00084ec6dc/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/rpC1qk7.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"/> |
| 0 | Renegade – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/634926e4b51d2d00077819a2/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/Qsd9wuS.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"/> |
| 0 | 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"/> | PlutoTVSerieItaly.it | | 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"/> |
| 0 | 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"/> | PlutoTVFilmItaly.it | | 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"/> |
| 0 | 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"/> | PlutoTVFilmAzioneItaly.it | | 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"/> |
| 0 | 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"/> | PlutoTVFilmThrillerItaly.it | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | Western – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7fb67478a5b0007e6c50c/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/6vmgQBl.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"/> |
| 0 | 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"/> | PlutoTVFilmClassiciItaly.it | | 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"/> |
| 0 | 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"/> | PlutoTVCinemaItalianoItaly.it | | 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"/> |
| 0 | Totò – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65253f9881f942000833ccd5/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/wLDteJZ.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"/> |
| 0 | 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/KxPsLG3.png"/> | PlutoTVFilmRomanticiItaly.it | | 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"/> |
| 0 | Christmas – Pluto TV | [>](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"/> | | 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"/> |
| 0 | 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"/> | PlutoTVFilmDramaItaly.it | | 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"/> |
| 0 | 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"/> | PlutoTVFilmCommediaItaly.it | | 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"/> |
| 0 | East is East – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/654c955683595c00081d9d87/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/iPGv82f.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"/> |
| 0 | The Asylum – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8d5369e48940007fc1dc1/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/S2jlaiJ.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"/> |
| 0 | Star Trek: The Original Series – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6581a09edfed030008e12b39/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/VnUrFqB.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"/> |
| 0 | Doctor Who – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7f8db27ce19000732d1aa/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/oewPc3b.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"/> |
| 0 | 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"/> | PlutoTVSciFiItaly.it | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | Sanctuary – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb57d6c111bc0008fe2658/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/iYyijeJ.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"/> |
| 0 | Forensic Files – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64ec5cf50f73a800081310a5/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/hF5maH7.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"/> |
| 0 | Squadra Speciale Cobra 11 – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/625e6cc905e09f00073addee/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/HtDoAF2.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"/> |
| 0 | 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"/> | PlutoTVCrimeItaly.it | | 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"/> |
| 0 | Mai dire sì – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6349279ed5023700078f2bc2/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/yIMyhSN.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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | Affare Fatto – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64ec5c6644fe100009d114ae/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/BuGkGsL.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"/> |
| 0 | 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 | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | Case Pazzesche – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626bb07a58b8dd0007e9f36e/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/v8IDWwX.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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | #Riccanza – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626baa721c279b00072cbedd/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/oBpcWEm.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"/> |
| 0 | The Hills – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6466007181844c000967f80a/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/9SRojGx.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"/> |
| 0 | 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"/> | PlutoTVRealityItaly.it | | 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"/> |
| 0 | Made – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6304ee20112ca70007d8accc/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/dguQsJ7.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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | Teen Mom – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e7fc8c0d061100083946a9/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/LdiTgeW.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"/> |
| 0 | Jersey Shore – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb5767da71180008ace8fc/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/HIlmQEy.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"/> |
| 0 | Top Gear – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64c109a4798def0008a6e03e/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/ZZo7DXQ.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"/> |
| 0 | Pimp My Ride – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4eaf77279a0007f14861/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/GC2wj2K.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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | PFL MMA – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/654a299cab05240008a12639/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/zScgLTv.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"/> |
| 0 | Robot Wars by MECH+ – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/651581ba6a84140008593586/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/vGqha3k.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"/> |
| 0 | Ultimate Classic Wrestling – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/652516fb7971630008a58e74/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/QVN5qv3.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"/> |
| 0 | The Boat Show – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb58aa60bc8f0008caa8f8/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/aDcwRvj.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"/> |
| 0 | Unbeaten Sports – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64c3b106dac71b00080a26d2/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/UAiv612.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"/> |
| 0 | 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"/> | PlutoTVSportItaly.it | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | Yu-Gi-Oh! – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb82e24e83e70008ab735f/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/rmzSC1C.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"/> |
| 0 | Anime – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65b90daed77d450008a43345/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/rhVF0eC.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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | Inazuma Eleven – 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/2u1ic6X.png"/> | PlutoTVAnimeItaly.it | | 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"/> |
| 0 | Super! Rugrats – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8ddbbaed0390007b258a6/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/QqMQZte.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"/> |
| 0 | Teenage Mutant Ninja Turtles – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62619405c733e8000732d1fe/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/bAnyjH7.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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | Super! Victorious – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63c012504faf1c0007abfa93/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/ArXLm5R.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"/> |
| 0 | Super! Zoey 101 – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6304ed62410a4c00083c0291/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/7FCQb1G.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"/> |
| 0 | 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"/> |
| 0 | 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"/> |
| 0 | Super! Girl Power – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4ce50728d200072eebe7/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/lzgp9GM.png"/> |
| 0 | Super! Intervallo – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62619544b1bf740007b4154b/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/jl7ZvE5.png"/> |
| 0 | Super! Spyders – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/655207f8b9c8a700082c7951/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/n89yuZh.png"/> |
| 0 | 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"/> |
| 0 | Kids 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/MrIlypV.png"/> |
| 0 | 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"/> |
| 0 | Super! Risate – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb573ba99571000897135b/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/ALCbqZt.png"/> |
| 0 | 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"/> |
| 0 | VH1+ Music Legends – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8cc10ca869f00078efca8/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/kJ1MDVi.png"/> |
| 0 | VH1+ Back to 90's – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6552085aab05240008b05f6c/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/vGgh3cs.png"/> |
| 0 | VH1+ Rock! – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4173e34fd50007534542/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/P1OCuFl.png"/> |
| 0 | VH1+ Canzoni Italiane – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63724270c7c2360007b170e8/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/fpQBKP2.png"/> |
| 0 | VH1+ Hip Hop & Rap – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6465fef47cb4b100086ee7bd/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/k1zQpiO.png"/> |
| 0 | 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"/> |
| 0 | K-Pop – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60c8b75fb0a68400074b86fc/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/9Vp4rx2.png"/> |
| 0 | Fireplace – Pluto TV | [>](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"/> |
| 0 | 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"/> |
| 0 | 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"/> |
| 0 | 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"/> | PlutoTVCucinaItaly.it |
| 0 | 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"/> | PlutoTVRealLifeItaly.it |
| 0 | 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"/> |
| 0 | 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"/> | PlutoTVNaturaItaly.it |
| 0 | Storia – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65253fdf3fd33c00080214a3/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/w5BYvsz.png"/> |
| 0 | 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"/> | PlutoTVDocumentariItaly.it |
| 0 | Viaggi – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63c923944207be0007fd0887/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/3GJg0uy.png"/> |
| 0 | House of Docs – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6536608b4f123d000876b78b/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/pFLQ18m.png"/> |
| 0 | Le vite degli altri – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/653660b4295b840008a70ba3/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/nngMFi5.png"/> |
<h2>Invalid</h2> <h2>Invalid</h2>
| # | Channel | Link | Logo | EPG id | | # | 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 | | 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 |
| 7 | Alma TV Food | [x](https://5dc8dd4cf0b5427eabbefe95b3ddfbf0.mediatailor.us-east-1.amazonaws.com/v1/master/04fd913bb278d8775298c26fdca9d9841f37601f/Samsung-it_AlmaTVFood/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Nls1q2J.jpg"/> | | 4005 | Euronews | [x](https://alchimie-euronews-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8MsbPCU.png"/> |
| 8 | Alma TV Travel | [x](https://00791af53d174795819a600b092d0b5e.mediatailor.us-east-1.amazonaws.com/v1/master/04fd913bb278d8775298c26fdca9d9841f37601f/Samsung-it_AlmaTVTravel/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jxk4ldN.jpg"/> | | 4051 | MMATV | [x](https://alchimie-mmatv-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lDlbCo3.png"/> |
| 4330 | Euronews | [x](https://alchimie-euronews-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8MsbPCU.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"/> |
| 4438 | Brindiamo! | [x](https://okproductions-brindiamochannel-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8g0K6iP.jpeg"/> | | 4053 | Motor1TV | [x](https://motorsportnetwork-motor1tv-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UERYhO1.png"/> |
| 4616 | Amuse Animation | [x](https://amuse-amuseanimation-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TLIQ9Th.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"/> |
| 4963 | Dark Matter TV | [x](https://amg00434-tricoast-darkmatter-italy-samsunguk-lvse1.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DRoOi5x.jpg"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 4257 | A3series | [x](https://atresmedia-atreseries-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YE1PYtC.png"/> |
| 0 | 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/AIgUwrB.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"/> |
| 0 | 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"/> | PlutoTVStarTrekItaly.it | | 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"/> |
| 0 | 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"/> | | 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"/> |
| 0 | 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"/> | | 4307 | Teletubbies | [x](https://dhx-teletubbies-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tSw1oON.jpeg"/> |
| 0 | 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"/> | | 4351 | Brindiamo! | [x](https://okproductions-brindiamochannel-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8g0K6iP.jpeg"/> |
| 0 | 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"/> | | 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"/> |
| 0 | Super! Summer – Pluto TV | [x](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"/> | | 4452 | Moods | [x](https://alchimie-moods-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xdycnbu.png"/> |
| 0 | 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"/> | | 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"/> |
| 0 | VH1+ Summer Vibes – Pluto TV | [x](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"/> | | 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"/> |
| 0 | Halloween – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8d3c2c2db99000787b786/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/RXsHnUx.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"/> |
| 0 | Sposati...con figli – Pluto TV | [x](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"/> | | 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"/> |
| 0 | Are You The One? – Pluto TV | [x](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"/> | | 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"/> |
| 0 | Super! Eroi – Pluto TV | [x](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"/> | | 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"/> |
| 0 | Shorts – Pluto TV | [x](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"/> | | 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"/> |
| 0 | Best of The Drew Barrymore Show – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63c69a45d3485c00076c1a06/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/SEtDTWB.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"/> |
| 0 | Super! A casa dei Loud – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8e4e19bc0ab00072e049f/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/oT6QQNg.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"/> |
| 0 | Super! Danger & Thunder – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8e3bca3766a0007387284/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/j3cadTU.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"/> |
| 0 | Super! Film – Pluto TV | [x](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"/> | | 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"/> |
| 0 | Got Game – Pluto TV | [x](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"/> | | 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"/> |
| 0 | #1 – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6304ec83440dc90007f514c6/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/zhzgTlb.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"/> |
| 0 | VH1+ Pride – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb587e8795f300088cd35d/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/2AFiKPW.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"/> |
| 0 | VH1+ Love Music – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/636a4431b7fca900075039e2/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/7OTp1DX.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"/> |
| 0 | Ciclismo – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb5825da71180008acebb4/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/zrnI5YH.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"/> |
| 0 | Beavis and Butt-Head – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6465fd9d81844c000967f337/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/c8VrM9Y.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"/> |
| 0 | Super! Mystery – Pluto TV | [x](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"/> | | 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"/> |
| 0 | Summer – Pluto TV | [x](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/bmXqFVb.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"/> |
| 0 | Super! Summer – Pluto TV | [x](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/OW2qnU0.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"/> |
| 0 | VH1+ Summer Vibes – Pluto TV | [x](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/3RiT8Rp.png"/> |
| 0 | VH1+ Euro Hits – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63eb5857a995710008971705/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/03Oo6J8.png"/> |
| 0 | Food Mania – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8d89538acc8000706fbae/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/1R1wDP7.png"/> |
| 0 | Super! Halloween – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8d22424f1bd0007a5f387/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/M4PKJo5.png"/> |
| 0 | VH1+ Halloween – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/639b4e5373423d00071ce330/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/qawLLSH.png"/> |
| 0 | Qwest Jazz&Beyond – Pluto TV | [x](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"/> |
| 0 | Fashion – Pluto TV | [x](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"/> |
| 0 | Super! Eroi – Pluto TV | [x](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/Id3dRyg.png"/> |
| 0 | 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/Urc3FY1.png"/> |
| 0 | Serie Teen – Pluto TV | [x](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"/> |
| 0 | Just Tattoo of Us – Pluto TV | [x](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"/> |
| 0 | FUEL TV – Pluto TV | [x](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"/> |
| 0 | IGN – Pluto TV | [x](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"/> |
| 0 | Super! Instant Mom – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/63f48f3e219c4c0008f703c0/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/IcxaYBr.png"/> |
| 0 | VH1+ – Pluto TV | [x](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"/> |
| 0 | Clubbing TV – Pluto TV | [x](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"/> |
| 0 | Chilevision Noticias – Pluto TV | [x](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"/> |
| 0 | Super! Natale – 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/lXHxveM.png"/> |
| 0 | VH1+ Christmas – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62e8e137865c590007ecae3c/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/wlWnTfB.png"/> |
| 0 | 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"/> |
| 0 | Il mio amico Arnold – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6385eb5588399a000759ef45/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/Pkd62T6.png"/> |
| 0 | I Jefferson – Pluto TV | [x](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"/> |
| 0 | The Musketeers – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64fee60130ab3300084d9157/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/4pjpIWk.png"/> |
| 0 | New Tricks – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6500457d3efb510008315e59/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/1Ayaxi5.png"/> |
| 0 | South Park San Valentino – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/65a553d1dfed0300081bf0dd/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/9xDBgGu.png"/> |
| 0 | Family – Pluto TV | [x](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"/> | PlutoTVFamilyItaly.it |
| 0 | Legami Letali – Pluto TV | [x](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/64808a8c536e0c0008a276d1/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/OzAL6sw.png"/> |
| 0 | Telefe Noticias – Pluto TV | [x](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"/> |
-25
View File
@@ -1,25 +0,0 @@
#!/usr/bin/env bash
curl -sS https://raw.githubusercontent.com/linuxmint/hypnotix/master/usr/share/hypnotix/countries.list -o ./countries.list
echo "FO:Faroe Islands" >> ./countries.list
for country in `cat ./flag_order.txt | grep -v "^$" | grep -v "#"`; do
country_name=`echo "$country"|sed -e "s/_/ /g"`
[[ "$country_name" == "korea" ]] && country_name="south korea"
[[ "$country_name" == "uk" ]] && country_name="united kingdom"
country_code_line=`cat ./countries.list|grep -m 1 -i "$country_name"`
if [[ -z "$country_code_line" ]]; then
echo "MISSING COUNTRY CODE FOR: $country"
exit 1
elif [[ -n "$country_code_line" ]]; then
IFS=':'; country_code_arr=($country_code_line); unset IFS
country_code="${country_code_arr[0],,}"
fi
echo "[<img src=\"https://hatscripts.github.io/circle-flags/flags/$country_code.svg\" width=\"24\">](lists/$country.md)"
done
rm ./countries.list
+135 -27
View File
@@ -3,23 +3,145 @@
import os import os
import re import re
EPG_LIST = open('epglist.txt',"r") # for a clean code EPG_LIST = ( "https://iptv-org.github.io/epg/guides/ad/andorradifusio.ad.epg.xml",
"https://iptv-org.github.io/epg/guides/ae-ar/osn.com.epg.xml",
"https://iptv-org.github.io/epg/guides/af/arianaafgtv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/af/arianatelevision.com.epg.xml",
"https://iptv-org.github.io/epg/guides/al/ipko.com.epg.xml",
"https://iptv-org.github.io/epg/guides/am/tv.mail.ru.epg.xml",
"https://iptv-org.github.io/epg/guides/ao/guide.dstv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/ar/directv.com.ar.epg.xml",
"https://iptv-org.github.io/epg/guides/ar/mi.tv.epg.xml",
"https://iptv-org.github.io/epg/guides/at/magentatv.at.epg.xml",
"https://iptv-org.github.io/epg/guides/au/ontvtonight.com.epg.xml",
"https://iptv-org.github.io/epg/guides/az/tv.mail.ru.epg.xml",
"https://iptv-org.github.io/epg/guides/ba/mtel.ba.epg.xml",
"https://iptv-org.github.io/epg/guides/be/telenettv.be.epg.xml",
"https://iptv-org.github.io/epg/guides/bf/canalplus-afrique.com.epg.xml",
"https://iptv-org.github.io/epg/guides/bg/tv.dir.bg.epg.xml",
"https://iptv-org.github.io/epg/guides/bi/startimestv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/bl/canalplus-caraibes.com.epg.xml",
"https://iptv-org.github.io/epg/guides/bo/comteco.com.bo.epg.xml",
"https://iptv-org.github.io/epg/guides/br/mi.tv.epg.xml",
"https://iptv-org.github.io/epg/guides/bs/rev.bs.epg.xml",
"https://iptv-org.github.io/epg/guides/by/tv.mail.ru.epg.xml",
"https://iptv-org.github.io/epg/guides/ca/tvhebdo.com.epg.xml",
"https://iptv-org.github.io/epg/guides/ca/tvtv.us.epg.xml",
"https://iptv-org.github.io/epg/guides/cd/startimestv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/ch/tv.blue.ch.epg.xml",
"https://iptv-org.github.io/epg/guides/cl/gatotv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/cl/mi.tv.epg.xml",
"https://iptv-org.github.io/epg/guides/cn/tv.cctv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/co/gatotv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/co/mi.tv.epg.xml",
"https://iptv-org.github.io/epg/guides/co/siba.com.co.epg.xml",
"https://iptv-org.github.io/epg/guides/cz/m.tv.sms.cz.epg.xml",
"https://iptv-org.github.io/epg/guides/de/hd-plus.de.epg.xml",
"https://iptv-org.github.io/epg/guides/de/horizon.tv.epg.xml",
"https://iptv-org.github.io/epg/guides/dk/allente.se.epg.xml",
"https://iptv-org.github.io/epg/guides/do/gatotv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/ec/gatotv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/ee-en/teliatv.ee.epg.xml",
"https://iptv-org.github.io/epg/guides/eg-ar/elcinema.com.epg.xml",
"https://iptv-org.github.io/epg/guides/es/gatotv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/es/movistarplus.es.epg.xml",
"https://iptv-org.github.io/epg/guides/et/guide.dstv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/fi/telkussa.fi.epg.xml",
"https://iptv-org.github.io/epg/guides/fo/kvf.fo.epg.xml",
"https://iptv-org.github.io/epg/guides/fr/canalplus.com.epg.xml",
"https://iptv-org.github.io/epg/guides/fr/chaines-tv.orange.fr.epg.xml",
"https://iptv-org.github.io/epg/guides/fr/programme-tv.net.epg.xml",
"https://iptv-org.github.io/epg/guides/fr/telecablesat.fr.epg.xml",
"https://iptv-org.github.io/epg/guides/ga/startimestv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/ge/magticom.ge.epg.xml",
"https://iptv-org.github.io/epg/guides/gr/cosmote.gr.epg.xml",
"https://iptv-org.github.io/epg/guides/gt/gatotv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/gt/mi.tv.epg.xml",
"https://iptv-org.github.io/epg/guides/hk-en/nowplayer.now.com.epg.xml",
"https://iptv-org.github.io/epg/guides/hn/gatotv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/hn/mi.tv.epg.xml",
"https://iptv-org.github.io/epg/guides/hr/maxtv.hrvatskitelekom.hr.epg.xml",
"https://iptv-org.github.io/epg/guides/hu/mediaklikk.hu.epg.xml",
"https://iptv-org.github.io/epg/guides/hu/musor.tv.epg.xml",
"https://iptv-org.github.io/epg/guides/id-en/mncvision.id.epg.xml",
"https://iptv-org.github.io/epg/guides/id/transvision.co.id.epg.xml",
"https://iptv-org.github.io/epg/guides/id/vidio.com.epg.xml",
"https://iptv-org.github.io/epg/guides/ie/ontvtonight.com.epg.xml",
"https://iptv-org.github.io/epg/guides/il/9tv.co.il.epg.xml",
"https://iptv-org.github.io/epg/guides/il/i24news.tv.epg.xml",
"https://iptv-org.github.io/epg/guides/il/kan.org.il.epg.xml",
"https://iptv-org.github.io/epg/guides/in/dishtv.in.epg.xml",
"https://iptv-org.github.io/epg/guides/it/guidatv.sky.it.epg.xml",
"https://iptv-org.github.io/epg/guides/it/mediaset.it.epg.xml",
"https://iptv-org.github.io/epg/guides/jp/tvguide.myjcom.jp.epg.xml",
"https://iptv-org.github.io/epg/guides/km/canalplus-reunion.com.epg.xml",
"https://iptv-org.github.io/epg/guides/kr/seezntv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/kr/wavve.com.epg.xml",
"https://iptv-org.github.io/epg/guides/kz/tv.yandex.ru.epg.xml",
"https://iptv-org.github.io/epg/guides/mk/maxtvgo.mk.epg.xml",
"https://iptv-org.github.io/epg/guides/mt/melita.com.epg.xml",
"https://iptv-org.github.io/epg/guides/mw/guide.dstv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/mx/gatotv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/my/astro.com.my.epg.xml",
"https://iptv-org.github.io/epg/guides/mz/guide.dstv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/ng/dstv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/ni/gatotv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/nl/delta.nl.epg.xml",
"https://iptv-org.github.io/epg/guides/nl/ziggogo.tv.epg.xml",
"https://iptv-org.github.io/epg/guides/no/allente.se.epg.xml",
"https://iptv-org.github.io/epg/guides/no/frikanalen.no.epg.xml",
"https://iptv-org.github.io/epg/guides/pa/gatotv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/pe/gatotv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/pe/mi.tv.epg.xml",
"https://iptv-org.github.io/epg/guides/ph/clickthecity.com.epg.xml",
"https://iptv-org.github.io/epg/guides/pl/programtv.onet.pl.epg.xml",
"https://iptv-org.github.io/epg/guides/pt/meo.pt.epg.xml",
"https://iptv-org.github.io/epg/guides/py/gatotv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/qa/bein.com.epg.xml",
"https://iptv-org.github.io/epg/guides/ro/programetv.ro.epg.xml",
"https://iptv-org.github.io/epg/guides/rs/mts.rs.epg.xml",
"https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml",
"https://iptv-org.github.io/epg/guides/se/allente.se.epg.xml",
"https://iptv-org.github.io/epg/guides/se/tv.nu.epg.xml",
"https://iptv-org.github.io/epg/guides/sg/mewatch.sg.epg.xml",
"https://iptv-org.github.io/epg/guides/sg/starhubtvplus.com.epg.xml",
"https://iptv-org.github.io/epg/guides/si/tv2go.t-2.net.epg.xml",
"https://iptv-org.github.io/epg/guides/sv/mi.tv.epg.xml",
"https://iptv-org.github.io/epg/guides/th/tv.trueid.net.epg.xml",
"https://iptv-org.github.io/epg/guides/tr/digiturk.com.tr.epg.xml",
"https://iptv-org.github.io/epg/guides/tr/dsmart.com.tr.epg.xml",
"https://iptv-org.github.io/epg/guides/tr/tvplus.com.tr.epg.xml",
"https://iptv-org.github.io/epg/guides/tz/startimestv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/uk/bt.com.epg.xml",
"https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml",
"https://iptv-org.github.io/epg/guides/uk/sky.com.epg.xml",
"https://iptv-org.github.io/epg/guides/uk/virginmedia.com.epg.xml",
"https://iptv-org.github.io/epg/guides/us-local/tvtv.us.epg.xml",
"https://iptv-org.github.io/epg/guides/us-pluto/i.mjh.nz.epg.xml",
"https://iptv-org.github.io/epg/guides/us/directv.com.epg.xml",
"https://iptv-org.github.io/epg/guides/us/ontvtonight.com.epg.xml",
"https://iptv-org.github.io/epg/guides/us/tvguide.com.epg.xml",
"https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml",
"https://iptv-org.github.io/epg/guides/za/guide.dstv.com.epg.xml",
)
class Channel():
class Channel:
def __init__(self, group, md_line): def __init__(self, group, md_line):
self.group = group self.group = group
md_line = md_line.strip() md_line = md_line.strip()
parts = md_line.split("|") try:
self.number = parts[1].strip() (before, number, name, url, logo, epg, after) = md_line.split("|")
self.name = parts[2].strip() except ValueError:
self.url = parts[3].strip() (before, number, name, url, logo, after) = md_line.split("|")
epg = None
self.number = number.strip()
self.name = name.strip()
self.url = url.strip()
self.url = self.url[self.url.find("(")+1:self.url.rfind(")")] self.url = self.url[self.url.find("(")+1:self.url.rfind(")")]
self.logo = parts[4].strip() self.logo = logo.strip()
self.logo = self.logo[self.logo.find('src="')+5:self.logo.rfind('"')] self.logo = self.logo[self.logo.find('src="')+5:self.logo.rfind('"')]
if len(parts) > 6: self.epg = epg.strip() if epg else None
self.epg = parts[5].strip()
else:
self.epg = None
def to_m3u_line(self): def to_m3u_line(self):
if self.epg is None: if self.epg is None:
@@ -27,23 +149,14 @@ class Channel:
else: else:
return (f'#EXTINF:-1 tvg-name="{self.name}" tvg-logo="{self.logo}" tvg-id="{self.epg}" group-title="{self.group}",{self.name}\n{self.url}') return (f'#EXTINF:-1 tvg-name="{self.name}" tvg-logo="{self.logo}" tvg-id="{self.epg}" group-title="{self.group}",{self.name}\n{self.url}')
if __name__ == "__main__":
def main():
dir_playlists = 'playlists'
if not (os.path.isdir(dir_playlists)):
os.mkdir(dir_playlists)
with open("playlist.m3u8", "w", encoding='utf-8') as playlist: with open("playlist.m3u8", "w", encoding='utf-8') as playlist:
processed_epg_list = ", ".join(EPG_LIST).replace('\n', '') print(f'#EXTM3U x-tvg-url="{",".join(EPG_LIST)}"', file=playlist)
head_playlist = f'#EXTM3U x-tvg-url="{processed_epg_list}"'
print(f'#EXTM3U x-tvg-url="{processed_epg_list}"', file=playlist)
os.chdir("lists") os.chdir("lists")
for filename in sorted(os.listdir(".")): for filename in sorted(os.listdir(".")):
if filename == "README.md" or not filename.endswith(".md"): if filename == "README.md" or not filename.endswith(".md"):
continue continue
with open(filename, encoding='utf-8') as markup_file: with open(filename, encoding='utf-8') as markup_file:
file_country = os.path.join("..", dir_playlists, "playlist_" + filename[:-3:] + ".m3u8")
playlist_country = open(file_country, "w", encoding='utf-8')
playlist_country.write(head_playlist + "\n")
group = filename.replace(".md", "").title() group = filename.replace(".md", "").title()
print(f"Generating {group}") print(f"Generating {group}")
for line in markup_file: for line in markup_file:
@@ -53,8 +166,3 @@ def main():
continue continue
channel = Channel(group, line) channel = Channel(group, line)
print(channel.to_m3u_line(), file=playlist) print(channel.to_m3u_line(), file=playlist)
print(channel.to_m3u_line(), file=playlist_country)
playlist_country.close()
if __name__ == "__main__":
main()
+978 -2724
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More