mirror of https://github.com/Free-TV/IPTV
Merge 8930f7b3c2 into ac52d5bfb2
commit
17d2944d66
|
|
@ -0,0 +1,51 @@
|
||||||
|
name: Test IPTV file quality
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: "20.10.x"
|
||||||
|
|
||||||
|
- name: Install m3u-linter and check the playlist
|
||||||
|
run: |
|
||||||
|
npm install -g m3u-linter || true
|
||||||
|
cat <<EOF > M3u-linter.config.json
|
||||||
|
{
|
||||||
|
"files": ["playlist1.m3u", "playlist2.m3u"],
|
||||||
|
"rules": {
|
||||||
|
"no-empty-lines": true,
|
||||||
|
"require-header": true,
|
||||||
|
"attribute-quotes": true,
|
||||||
|
"require-info": true,
|
||||||
|
"no-trailing-spaces": true,
|
||||||
|
"no-whitespace-before-title": true,
|
||||||
|
"no-multi-spaces": false,
|
||||||
|
"no-extra-comma": true,
|
||||||
|
"space-before-paren": false,
|
||||||
|
"no-dash": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
EOF
|
||||||
|
ls -lar ./ || true
|
||||||
|
cat playlist.m3u8 || true
|
||||||
|
m3u-linter -c ./M3u-linter.config.json ./playlist.m3u8
|
||||||
|
|
||||||
|
- name: Install IPTV Checker and check the playlist
|
||||||
|
run: |
|
||||||
|
npm install -g iptv-checker || true
|
||||||
|
mkdir -p output
|
||||||
|
sudo apt-get install -y ffmpeg
|
||||||
|
iptv-checker -o output -p 100 -t 120000 ./playlist.m3u8
|
||||||
|
|
||||||
|
|
@ -2,19 +2,20 @@ name: Update playlist
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ automate-1 ]
|
branches: [ master ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-plalist:
|
update-plalist:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Update playlist
|
- name: Update playlist
|
||||||
run: |
|
run: |
|
||||||
git config user.name "PlaylistBot"
|
git config user.name "PlaylistBot" || true
|
||||||
git config user.email "playlistbot@users.noreply.github.com"
|
git config user.email "playlistbot@users.noreply.github.com" || true
|
||||||
|
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 automate-1
|
git push -f origin master
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
https://linalahr31@gmail.com:58835263@server:port/streaming=m3u8
|
||||||
81
README.md
81
README.md
|
|
@ -5,7 +5,84 @@ 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/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/us.svg" width="24">](lists/usa.md)
|
||||||
|
[<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/am.svg" width="24">](lists/armenia.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)
|
||||||
|
[<img src="https://hatscripts.github.io/circle-flags/flags/id.svg" width="24">](lists/indonesia.md)
|
||||||
|
|
||||||
Or free on the Internet:
|
Or free on the Internet:
|
||||||
|
|
||||||
|
|
@ -53,8 +130,6 @@ 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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,101 @@
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_AL1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_ALJAZEERA1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_ALL_SOURCES1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_AR1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_ASIANTELEVISION1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_AT1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_AU1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_BA1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_BE2.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_BEIN1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_BG1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_BR1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_CA1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_CH1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_CL1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_CO1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_CR1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_CY1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_CZ1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_DE1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_DELUXEMUSIC1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_DIRECTVSPORTS1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_DISTROTV1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_DK1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_DO1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_DRAFTKINGS1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_DUMMY_CHANNELS.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_EC1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_EG1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_ES1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_FANDUEL1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_FI1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_FR1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_GR1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_HK1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_HR1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_HU1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_ID1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_IE1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_IL1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_IN1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_IN4.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_IT1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_JM1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_JP1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_JP2.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_KE1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_KR1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_LT1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_LV1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_MT1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_MX1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_MY1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_NG1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_NL1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_NO1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_NZ1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_PA1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_PAC-12.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_PE1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_PH1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_PH2.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_PK1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_PL1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_PLEX1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_POWERNATION1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_PT1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_DE1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_EN1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_ES1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_FR1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_IT1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_NL1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_RAKUTEN_PL1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_RALLY_TV1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_RO1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_RO2.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_RS1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_SA1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_SA2.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_SE1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_SG1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_SK1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_SPORTKLUB1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_SSPORTPLUS1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_SV1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_TBNPLUS1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_THESPORTPLUS1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_TR1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_TR3.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_UK1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_US1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_US_LOCALS2.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_US_SPORTS1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_UY1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_VN1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_VOA1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_ZA1.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/epg_ripper_viva-russia.ru.xml.gz
|
||||||
|
https://epgshare01.online/epgshare01/locomotiontv.xml.gz
|
||||||
|
|
@ -0,0 +1,136 @@
|
||||||
|
#################
|
||||||
|
## 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)
|
||||||
|
armenia
|
||||||
|
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
|
||||||
|
|
@ -0,0 +1,30 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -2,19 +2,46 @@
|
||||||
|
|
||||||
<h2>TDA</h2>
|
<h2>TDA</h2>
|
||||||
|
|
||||||
|
<h3>National</h3>
|
||||||
https://en.wikipedia.org/wiki/List_of_television_stations_in_Argentina#Major_broadcast_networks
|
https://en.wikipedia.org/wiki/List_of_television_stations_in_Argentina#Major_broadcast_networks
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:----:|:--------------:|:-----:|:----:|:------:|
|
|:----:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 24.2 | Canal 26 | [>](https://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xDjOUuz.png"/> | Canal26HD.ar |
|
| 3 | TN Todo Noticias Ⓨ | [>](https://www.youtube.com/c/todonoticias/live) | <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 |
|
||||||
|
| 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 | Aunar | [>](https://5fb24b460df87.streamlock.net/live-cont.ar/mirador/playlist.m3u8) | <img height="20" src="http://tvabierta.weebly.com/uploads/5/1/3/4/51344345/aunar.png"/> | Aunar.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://www.youtube.com/c/canal26/live) | <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 |
|
||||||
|
|24.5 | IP Noticias Ⓨ | [>](https://www.youtube.com/watch?v=IxQ2-6Y4y9w)| <img height="20" src="https://photos.live-tv-channels.org/tv-logo/ar-ip-noticias-6980-300x225.jpg" />|IPNoticias.ar|
|
||||||
|
|24.6| El Destape Ⓨ|[>](https://www.youtube.com/watch?v=JuskTxbUqmY)|<img height="20" src="https://yt3.ggpht.com/a-/AAuE7mAuXDwiY8UPwtAHrGXTXkAxBjdRqws2MJIN2A=s900-mo-c-c0xffffffff-rj-k-no"/>|ElDestape.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 |
|
||||||
|
| 25.6 |Canal E| [>](https://unlimited1-us.dps.live/perfiltv/perfiltv.smil/perfiltv/livestream2/chunks.m3u8)| <img height="20" src="https://i.ibb.co/y4pkxH3/Qtc8-M2-PG-400x400.jpg"/>| CanalE.ar|
|
||||||
|
|
||||||
|
|
||||||
|
<h3> Buenos Aires (City and Province)</h3>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:----:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
| 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 |
|
||||||
|
|32.1 | Barricada TV|[>](https://live-ak.vimeocdn.com/exp=1696402364~acl=%2F9f41e203-241b-4eb7-b0b5-b1839903408f%2F%2A~hmac=d4819f301510676a986bfe610b664765ee2b1a23e1e1ca3214398f949a0b2778/9f41e203-241b-4eb7-b0b5-b1839903408f/hls.m3u8?min_seconds=30)| <img height="20" src="https://www.barricadatv.org/?p=23082"/>|BarricadaTV.ar|
|
||||||
|
|32.2 | Urbana Tevé | [>](https://cdnhd.iblups.com/hls/DD3nXkAkWk.m3u8)|<img height="20" src="https://yt3.ggpht.com/ytc/AKedOLQLeFMWMeoumi-o24ohLPXSEdNL5-oJ9W5oP5KnnA=s900-c-k-c0x00ffffff-no-rj" />| UrbanaTeve.ar|
|
||||||
|
|32.3 | Comarca TV | [>](https://video-weaver.ord56.hls.ttvnw.net/v1/playlist/Cq4FFLOPxq44Qy0kxjcr_wXuRRwjKU6gJ80Tc5eWRkaz5XdeNfeq7DzoNAstinu7BLtnw7jYDANX5yCDozdlS55_kYfuDyqQhwF0JpzU75lDUv5NOuUVWBwlP0m1Bh1JMn21v_OvA_teSCI7hcIFl2DoINrr8bHnpSS8EUvXNesfdX_LcfQH-clqftQ0sCreLIbTvxI5MyL6Wnm8jGh2yg48A2c_k9YHDH6TpM3tLo-pbRrrfByqMq-IoMQREf5DV_sTfHtAzinQQU3Np309s2ScJwcBlAjzz4VJ7svuJ1UbWBBylenSTnrXQW5Vws7OqG2kcoAHHpAQN6BQCpxaXO6dE7MLg7Nq6E7961fHEVSqFCRQg2Y5orbSsEwMo7_S4s5POZSQX1tn04QDuHfLixx-aBcbctSSFmI1CNZ3YDCEZVvWHOU6SyKQcsZeJCFLA1DsxqY3DeAn6n7xpPS4pdsizKqlqsT66liv_L-48h7jGujNZPDHge0fcgUs_7b7jlKJlKv-S_s1mGgLqPEUEQ8dhn5AugB0kfjAGgcTHIP_qLPRY0M7OikuBaMxh1pUpPkVG9AX4jCg1cwCgcfa64OP9ed4pwMjoiKm0dIfytTQ8hWjwXtkv16nJDfZ3kkqaMnM8ErZG6tRw-JVy3nRooKubY7Re0Fc1RHB85_eX2NYQD88N7r-UgaiO2ax0FQ-E_IdfuwSmp5oDy6Di6pT7r_zDRN3znbV64s4i-INUg-D2Leeq4xqYhe_Zhj-3AoxXDWCB0-DCc1kFEComkNpY01YA19zEm01TKLCbdaJwdC6bQpSEoJkOCoPAMnxm7oPNlqZRbhM4TVCJ34f4Y1guzaDomcEABl4Cii2UF-OhskRUZF-SUWjWdO6z62UqZagzG2QOTr6VBH-ItT_16fLsRUaDGTVKzgYHT8XcSqTkyABKgl1cy1lYXN0LTEwjQY.m3u8)|<img height="20" src="http://directostv.teleame.com/wp-content/uploads/2020/10/Comarca-TV-en-vivo-Online.png" />|ComarcaTV.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 |
|
||||||
|
| 34.1 | Telefe Ⓨ | [>](https://telefe.com/Api/Videos/GetSourceUrl/694564/0/HLS?.m3u8) | <img height="20" src="https://i.imgur.com/wrZfMXn.png"/> | Telefe.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 |
|
||||||
|:----:|:--------------:|:-----:|:----:|:------:|
|
|:----:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 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 |
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<h1>Armenia</h1>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:-:|:------------:|:---------------------------------------------------------------------------:|:--------------------------------------------------------:|:--------------:|
|
||||||
|
| # | Armenia 1 | [>](https://amtv1.livestreamingcdn.com/am2abr/index.m3u8) | <img height="20" src="https://i.imgur.com/HIwJ4lc.png"/> | Armenia1.am |
|
||||||
|
| # | Kentron TV Ⓢ | [>](https://gineu9.bozztv.com/gin-36bay2/gin-kentron/tracks-v1a1/mono.m3u8) | <img height="20" src="https://i.imgur.com/eCaxBFn.png"/> | KentronTV.am |
|
||||||
|
| # | Armenia TV Ⓢ | [>](https://cdn.hayastantv.com:8088/armenia/tracks-v1a1/mono.m3u8) | <img height="20" src="https://i.imgur.com/UnoI5uM.png"/> | ArmeniaTV.am |
|
||||||
|
| # | 5TV Ⓢ | [>](https://cdn.hayastantv.com:8088/5tv/tracks-v1a1/mono.m3u8) | <img height="20" src="https://i.imgur.com/jOGZZDo.png"/> | 5TV.am |
|
||||||
|
|
@ -16,7 +16,8 @@ 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://i.imgur.com/GpgrYCb.png"/> | ABCNews.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 |
|
||||||
|
| 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 |
|
||||||
|
|
@ -26,7 +27,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! | [x]() | <img height="20" src="https://i.imgur.com/1CFGu5O.png"/> | 9Go.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 | 9Life | [x]() | <img height="20" src="https://i.imgur.com/ZCUiqlL.png"/> | 9Life.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 | 9Rush | [x]() | <img height="20" src="https://i.imgur.com/krGjoHU.png"/> | 9Rush.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 | 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 |
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
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 |
|
||||||
|
|
@ -13,10 +13,8 @@ https://wiki.ubuntuusers.de/Internet-TV/Stationen
|
||||||
| 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 | M4TV | [>](https://5a32c05065c79.streamlock.net/live/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/HZohlNk.png"/> | M4TV.au |
|
| 8 | P3TV | [>](http://p3-6.mov.at:1935/live/weekstream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1sPhZ57.png"/> | P3tv.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 |
|
| 9 | RTV | [>](http://iptv.rtv-ooe.at/stream.m3u8) | <img height="20" src="https://i.imgur.com/oD7GQxT.png"/> | RTV.at |
|
||||||
| 10 | RTV | [>](http://iptv.rtv-ooe.at/stream.m3u8) | <img height="20" src="https://i.imgur.com/oD7GQxT.png"/> | RTV.at |
|
| 10 | RTS Ⓖ | [>](https://58b42f6c8c9bf.streamlock.net:8080/live/RTS2015/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Bhv7lvy.png"/> | TVTV.at |
|
||||||
| 11 | RTS Ⓖ | [>](https://58b42f6c8c9bf.streamlock.net:8080/live/RTS2015/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Bhv7lvy.png"/> | TVTV.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 |
|
||||||
| 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 |
|
| 12 | R9 | [>](https://ms01.w24.at/R9/smil:liveeventR9.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2fxVYsL.jpg"/> | R9.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 |
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,42 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -1,15 +1,38 @@
|
||||||
<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"/> |
|
| 11 | Radio HIT Orsk | [>](http://hithd.camsh.orsk.ru/hls/hithd.m3u8) | <img height="20" src="https://i.imgur.com/e2RyN4r.jpg"/> | RadioHit.ru |
|
||||||
| 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 |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,30 @@
|
||||||
|
<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 |
|
||||||
|
| 13 | Neon TV | [>](rtsp://185.50.56.16:554/neontelvizija) | <img height="20" src="https://i.imgur.com/thC9NFp.png"/> | ntv.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 |
|
||||||
|
|
@ -2,17 +2,15 @@
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 1 | ALL Sports Brasil | [>](https://5cf4a2c2512a2.streamlock.net/dgrau/dgrau/chunklist.m3u8) | <img height="20" src="https://i.imgur.com/wULpnYR.png"/> | AllSports.br |
|
| 1 | COM Brasil | [>](https://br5093.streamingdevideo.com.br/abc/abc/playlist.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 |
|
| 2 | SBT Ⓨ | [>](https://www.youtube.com/watch?v=ABVQXgr2LW4) | <img height="20" src="https://logodownload.org/wp-content/uploads/2013/12/sbt-logo.png"/> | SBTNacional.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 | AgroBrasil TV | [x](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 |
|
||||||
| 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 | Futura | [x](https://tv.unisc.br/hls/test.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/c/ce/Canal_Futura_2022.svg"/> | CanalFutura.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 |
|
| 5 | RBC Ⓨ | [>](https://www.youtube.com/watch?v=oUdd3CsxYaE) | <img height="20" src="https://portal.rbc1.com.br/public/portal/img/layout/logorbc.png"/> | RBC.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 |
|
| 6 | Anime TV | [x](https://stmv1.srvif.com/animetv/animetv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fuuv2uP.jpg"/> | AnimeTV.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 |
|
| 7 | Record News | [>](https://stream.ads.ottera.tv/playlist.m3u8?network_id=2116) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/4/46/Record_News_logo_2023.svg"/> | RecordNews.br |
|
||||||
| 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"/> |
|
| 8 | ISTV | [>](https://video08.logicahost.com.br/istvnacional/srt.stream/istvnacional.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/pt/b/b5/Logotipo_da_ISTV.png"/> | ISTVHD.br |
|
||||||
| 9 | Anime TV | [>](https://stmv1.srvif.com/animetv/animetv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fuuv2uP.jpg"/> | AnimeTV.br |
|
| 9 | Rede Brasil | [>](https://video09.logicahost.com.br/redebrasiloficial/redebrasiloficial/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/d/d1/Marca_rede_brasil_rgb-color.png"/> | RedeBrasil.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 |
|
| 10 | TV Câmara | [>](https://stream3.camara.gov.br/tv1/manifest.m3u8) | <img height="20" src="https://i.imgur.com/UpV2PRk.png"/> | TVCamara.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 |
|
| 11 | 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"/> | TVERS.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 |
|
| 12 | TV Cultura | [>](https://player-tvcultura.stream.uol.com.br/live/tvcultura.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/8/82/Cultura_logo_2013.svg"/> | TVCultura.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/pt/c/c2/Logotipo_da_TVE_RS.png"/> |
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
| # | 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"/> |
|
| 1 | CBC Toronto | [>](https://bozztv.com/teleyupp1/teleup-ydcl2V1MVC/playlist.m3u8) | <img height="20" src="https://i.imgur.com/H5yEbxf.png"/> | CBCTDT.ca |
|
||||||
| 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"/> |
|
||||||
|
|
@ -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"/> |
|
| 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 |
|
||||||
| 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"/> |
|
| 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 |
|
||||||
| 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"/> |
|
| 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 |
|
||||||
| 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"/> |
|
| 19 | Global News | [>](https://i.mjh.nz/PlutoTV/62cbef9ebb857100072fc187-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||||
| 20 | Global News BC | [x](https://live.corusdigitaldev.com/groupa/live/48a5882b-a1ec-42d7-bfd7-6c2739e737da/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
| 20 | Global News BC | [>](https://i.mjh.nz/PlutoTV/62cbf063257170000724590c-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CHANDT.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"/> |
|
| 21 | Global News Calgary | [>](https://i.mjh.nz/PlutoTV/62cbf23dcfb48300077f8348-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CICTDT.ca |
|
||||||
| 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"/> |
|
| 22 | Global News Halifax | [>](https://i.mjh.nz/PlutoTV/62cbf398b8e02600071deda5-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||||
| 23 | Global News Kingston | [x](https://live.corusdigitaldev.com/groupa/live/023a9e25-f0cf-4d97-af9f-5c665b7d45b9/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
| 23 | Global News Kingston | [>](https://i.mjh.nz/PlutoTV/62cbf4964446e2000742073e-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CKWSDT.ca |
|
||||||
| 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"/> |
|
| 24 | Global News Montreal | [>](https://i.mjh.nz/PlutoTV/62cbfbd6ad95670007f567af-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
||||||
| 25 | Global News Peterborough | [x](https://live.corusdigitaldev.com/groupa/live/5eb39b64-58e8-47d2-97ca-25e8cd760b63/live.isml/.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> |
|
| 25 | Global News Peterborough | [>](https://i.mjh.nz/PlutoTV/62cbfcd8c2db990007861e43-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CHEXDT.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"/> |
|
| 26 | Global News Regina | [>](https://i.mjh.nz/PlutoTV/62cbff53ca8f2200080253b5-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CFREDT.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"/> |
|
| 27 | Global News Saskatoon | [>](https://i.mjh.nz/PlutoTV/62cc00359cb58900088dc840-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CFSKDT.ca |
|
||||||
| 28 | Global News Vancouver | [>](https://d8i9f8op7jmyk.cloudfront.net/out/v1/89a3f0453e134472a2101f6264d055ae/index.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"/> |
|
||||||
| 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"/> |
|
| 29 | Global News Winnipeg | [>](https://i.mjh.nz/PlutoTV/62cc0120880c890007191016-alt.m3u8) | <img height="20" src="https://i.imgur.com/IpfmG93.png"/> | CKNDDT.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"/> |
|
| 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 |
|
||||||
|
|
||||||
<h2>French</h2>
|
<h2>French</h2>
|
||||||
|
|
||||||
| # | Channel | Link | Logo |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:------------:|:------:|:-----:
|
|:---:|:------------:|:------:|:----:|:------:|
|
||||||
| 1 | ICI RDI | [>](https://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8) | <img height="20" src="https://i.imgur.com/jtyrp30.png"/> |
|
| 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 |
|
||||||
| 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"/> |
|
| 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 |
|
||||||
| 6 | Savoir Média | [>](https://hls.savoir.media/live/stream.m3u8) | <img height="20" src="https://i.imgur.com/pa4wOVY.png"/> |
|
| 6 | Savoir Média | [>](https://hls.savoir.media/live/stream.m3u8) | <img height="20" src="https://i.imgur.com/pa4wOVY.png"/> | CFTUDT.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"/> |
|
| 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 |
|
||||||
|
|
||||||
|
|
||||||
<h2>Multilingual</h2>
|
<h2>Multilingual</h2>
|
||||||
|
|
||||||
| # | Channel | Link | Logo |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:-----------------:|:------:|:-----:
|
|:---:|:-----------------:|:------:|:----:|:------:|
|
||||||
| 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 | ICI International | [x]() | <img height="20" src=""/> |
|
| 2 | Omni Television | [x]() | <img height="20" src=""/> |
|
||||||
| 3 | Omni Television | [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 |
|
||||||
| 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"/> |
|
| 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 |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -1,9 +1,53 @@
|
||||||
<h1>Croatia</h1>
|
<h1>Croatia</h1>
|
||||||
|
|
||||||
|
<h2>DVB-T</h2>
|
||||||
|
|
||||||
|
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/
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:-:|:------------------:|:--------------------------------------------------------------------:|:--------------------------------------------------------:|:-------------------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 1 | RTL | [>](https://d1cs5tlhj75jxe.cloudfront.net/rtl/playlist.m3u8) | <img height="20" src="https://i.imgur.com/zAjr6pO.png"/> | RTLCroatia.hr |
|
| 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 |
|
||||||
| 2 | RTL2 | [>](https://d1um9c09e0t5ag.cloudfront.net/rtl2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dQLaylJ.png"/> | RTL2Croatia.hr |
|
| 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 Kockica | [>](https://d1rzyyum8t0q1e.cloudfront.net/rtl-kockica/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BiSVmRa.png"/> | RTLKockica.hr |
|
| 3 | RTL | [>](https://d1cs5tlhj75jxe.cloudfront.net/rtl/playlist.m3u8) | <img height="20" src="https://i.imgur.com/zAjr6pO.png"/> | RTLCroatia.hr |
|
||||||
| 4 | CMC TV | [>](https://stream.cmctv.hr:49998/cmc/live.m3u8) | <img height="20" src="https://i.imgur.com/Fh2vawT.png"/> | CMCTV.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 | 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 |
|
| 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 |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -2,20 +2,32 @@
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 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 |
|
| 1 | ČT1 Ⓖ | [>](https://sktv.plainrock127.xyz/get.php?x=CT1) | <img height="20" src="https://i.imgur.com/qBlEbN3.png"/> | CT1.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 |
|
| 2 | ČT2 Ⓖ | [>](https://sktv.plainrock127.xyz/get.php?x=CT2) | <img height="20" src="https://i.imgur.com/HpnGC6A.png"/> | CT2.cz |
|
||||||
| 3 | Šlágr Muzika Ⓢ | [>](https://stream-33.mazana.tv/slagr2.m3u) | <img height="20" src="https://i.imgur.com/J9YHDVS.png"/> | SlagrMuzika.cz |
|
| 3 | ČT24 | [>](https://sktv.plainrock127.xyz/get.php?x=CT24) | <img height="20" src="https://i.imgur.com/pUMRFs1.png"/> | CT24.cz |
|
||||||
| 4 | Šlágr Premium Ⓢ | [>](https://arenasportslovakia.ddns.net/hls/slager.m3u8) | <img height="20" src="https://i.imgur.com/Lp0IqDx.png"/> | SlagrPremium.cz |
|
| 4 | ČT sport Ⓖ | [>](https://sktv.plainrock127.xyz/get.php?x=CTsport) | <img height="20" src="https://i.imgur.com/I2dltZW.png"/> | CTSport.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 |
|
| 5 | ČT :D | [>](https://sktv.plainrock127.xyz/get.php?x=CT_D) | <img height="20" src="https://i.imgur.com/Pa5rLpA.png"/> | CTDecko.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 |
|
| 6 | ČT art | [>](https://sktv.plainrock127.xyz/get.php?x=CTart) | <img height="20" src="https://i.imgur.com/u8mfETB.png"/> | CTart.cz |
|
||||||
| 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 |
|
| 7 | ČT sport Plus Ⓖ | [>](https://sktv.plainrock127.xyz/get.php?x=CTsportPlus) | <img height="20" src="https://i.imgur.com/5JiMynW.png"/> | |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 9 | Šlágr Originál Ⓢ | [>](https://stream-6.mazana.tv/slagr.m3u) | <img height="20" src="https://i.imgur.com/fQcx9S2.png"/> | SlagrOriginal.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 |
|
| 10 | Šlágr Muzika Ⓢ | [>](https://stream-33.mazana.tv/slagr2.m3u) | <img height="20" src="https://i.imgur.com/J9YHDVS.png"/> | SlagrMuzika.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 |
|
| 11 | Šlágr Premium Ⓢ | [>](https://stream-15.mazana.tv/slagrpremium.m3u) | <img height="20" src="https://i.imgur.com/Lp0IqDx.png"/> | SlagrPremium.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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
|
| 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.plainrock127.xyz/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 |
|
||||||
|
| 27 | TV Nova Ⓢ | [>](https://sktv.plainrock127.xyz/get.php?x=Nova) | <img height="20" src="https://i.imgur.com/77ztmd9.png"/> | tvnova.cz |
|
||||||
|
| 28 | Východoceská TV | [>](https://stream.polar.cz/vctv/vctvlive-1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4Wwptd3.png"/> | V1.cz |
|
||||||
|
| 29 | UTV (Czech Republic) | [>](https://vysilani.zaktv.cz/broadcast/hls/utv/index.m3u8) | <img height="20" src="https://imgur.com/ulfeIwM.png"/> | utv.cz |
|
||||||
|
|
@ -2,6 +2,30 @@
|
||||||
|
|
||||||
| # | 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 |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
<h1>Egypt</h1>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:--:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
| 1 | Aghapy TV | [>](https://5b622f07944df.streamlock.net/aghapy.tv/aghapy.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/e/eb/AghapyTV.jpg"/> | AghapyTV.eg |
|
||||||
|
| 2 | Al Ghad Plus | [>](https://playlist.fasttvcdn.com/pl/ykvm3f2fhokwxqsurp9xcg/alghad-plus/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/0/06/AlGhad_TV.png"/> | AlGhadPlus.eg |
|
||||||
|
| 3 | Al Ghad TV | [>](https://eazyvwqssi.erbvr.com/alghadtv/alghadtv.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/0/06/AlGhad_TV.png"/> | AlGhadTV.eg |
|
||||||
|
| 4 | Al Qahera News | [>](https://bcovlive-a.akamaihd.net/d30cbb3350af4cb7a6e05b9eb1bfd850/eu-west-1/6057955906001/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/ar/b/b0/%D9%82%D9%86%D8%A7%D8%A9_%D8%A7%D9%84%D9%82%D8%A7%D9%87%D8%B1%D8%A9_%D8%A7%D9%84%D8%A5%D8%AE%D8%A8%D8%A7%D8%B1%D9%8A%D8%A9.png"/> | AlQaheraNews.eg |
|
||||||
|
| 5 | Alhayat TV | [>](https://cdn3.wowza.com/5/OE5HREpIcEkySlNT/alhayat-live/ngrp:livestream_all/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/8/8c/Al-Hayat_Media_Center_Logo_%28variant_2%29.svg"/> | AlhayatTV.eg |
|
||||||
|
| 6 | Coptic TV | [>](https://5aafcc5de91f1.streamlock.net/ctvchannel.tv/ctv.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/4/4c/Coptic_news.jpg"/> | CopticTV.eg |
|
||||||
|
| 7 | Huda TV | [>](https://cdn.bestream.io:19360/elfaro1/elfaro1.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/5/58/Logo_huda_%D8%AD%D8%AC%D9%85_%D9%83%D8%A8%D9%8A%D8%B1.gif"/> | HudaTV.eg |
|
||||||
|
| 8 | Koogi TV | [>](https://5d658d7e9f562.streamlock.net/koogi.tv/koogi.smil/playlist.m3u8) | <img height="20" src=""/> | KoogiTV.eg |
|
||||||
|
| 9 | MBC Masr 1 | [>](https://mbc1-enc.edgenextcdn.net/out/v1/d5036cabf11e45bf9d0db410ca135c18/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/7/7c/MBC_Masr_Logo.png"/> | MBCMasr1.eg |
|
||||||
|
| 10 | MBC Masr 2 | [>](https://shls-masr2-ak.akamaized.net/out/v1/f683685242b549f48ea8a5171e3e993a/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/5/53/MBC_Masr_2_Logo.svg"/> | MBCMasr2.eg |
|
||||||
|
| 11 | Rotana Cinema | [>](https://rotana.hibridcdn.net/rotana/cinemamasr_net-7Y83PP5adWixDF93/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/9/92/Rotana_Cinema_Egy.png"/> | RotanaCinema.eg |
|
||||||
|
| 12 | Watan TV | [>](https://rp.tactivemedia.com/watantv_source/live/playlist.m3u8) | <img height="20" src=""/> | WatanTV.eg |
|
||||||
|
|
@ -2,8 +2,11 @@
|
||||||
|
|
||||||
| # | 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/SAOGSmL.png"/> | ETV.ee |
|
| 1 | ETV Ⓖ | [>](http://sb.err.ee/live/etv.m3u8) | <img height="20" src="https://i.imgur.com/5URjPgG.png"/> | ETV.ee |
|
||||||
| 2 | ETV2 Ⓖ | [>](http://sb.err.ee/live/etv2.m3u8) | <img height="20" src="https://i.imgur.com/wY6Pz37.png"/> | ETV2.ee |
|
| 2 | ETV2 Ⓖ | [>](http://sb.err.ee/live/etv2.m3u8) | <img height="20" src="https://i.imgur.com/fUjGHDa.png"/> | ETV2.ee |
|
||||||
| 3 | ETV+ Ⓖ | [>](http://sb.err.ee/live/etvpluss.m3u8) | <img height="20" src="https://i.imgur.com/L8fGd9d.png"/> | ETVPlus.ee |
|
| 3 | ETV+ Ⓖ | [>](http://sb.err.ee/live/etvpluss.m3u8) | <img height="20" src="https://i.imgur.com/YAubPlU.png"/> | ETVPlus.ee |
|
||||||
| 4 | Riigikogu | [>](https://riigikogu.babahhcdn.com/bb1027/smil:riigikogu_ch1.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xuySaSN.png"/> | Riigikogu.ee |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
|
| 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 |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -1,12 +1,45 @@
|
||||||
<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-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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
|
| 3 | MTV3 | [>](https://live-fi.tvkaista.net/mtv3/live.m3u8?src=freetv) | <img height="20" src="https://i.imgur.com/kNbmc8n.png"/> | MTV3.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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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"/> |
|
| 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 |
|
||||||
| 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"/> |
|
| 8 | Liv | [>](https://live-fi.tvkaista.net/liv/live.m3u8?src=freetv) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/0/06/Liv_color_RGB.png"/> | Liv.fi |
|
||||||
|
| 9 | Jim | [>](https://live-fi.tvkaista.net/jim/live.m3u8?src=freetv) | <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 | [>](https://live-fi.tvkaista.net/star-channel/live.m3u8?src=freetv) | <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 | [>](https://live-fi.tvkaista.net/hero/live.m3u8?src=freetv) | <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 |
|
||||||
|
| 17 | Alfa Ⓢ | [>](https://irrtv2.digitacdn.net/live/ott/irrtv/playlist.m3u8?organizationId=229401409&suiteItemId=230439940) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fi/9/93/IRR-TV-1.png"/> | IRRTV.fi |
|
||||||
|
| 18 | TapahtumaTV Eveo | [>](https://live-fi.tvkaista.net/tapahtumatv-eveo/live.m3u8?src=freetv) | <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 |
|
||||||
|
| 21 | Viaplay TV | [>](https://live-fi.tvkaista.net/viaplay-tv/live.m3u8?src=freetv) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Viaplay_TV_logo.svg/640px-Viaplay_TV_logo.svg.png"/> | ViaplayTV.fi |
|
||||||
|
| 33 | OnniTV | [>](https://onnitv.digitacdn.net/live/ott/onnitv/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 |
|
||||||
|
| 0 | Järviradio TV | [>](https://streamer.radiotaajuus.fi/memfs/47f113bf-04ea-493b-a9d4-52945fd9db31.m3u8) | <img height="20" src="https://jarviradio.fi/jrtv2/wp-content/uploads/2022/01/jrtv1.jpg"/> | JRTVJarviradio.fi |
|
||||||
|
|
|
||||||
|
|
@ -6,49 +6,64 @@
|
||||||
|
|
||||||
| # | 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/commons/thumb/4/45/NRJ12_logo_2015.svg/749px-NRJ12_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/embed/video/x3b68jn) | <img height="20" src="https://i.imgur.com/UMRGAHx.png"/> | CNews.fr |
|
| 16 | CNews Ⓓ | [>](https://www.dailymotion.com/video/x3b68jn) | <img height="20" src="https://i.imgur.com/UMRGAHx.png"/> | CNews.fr |
|
||||||
| 27 | franceinfo: | [>](https://www.youtube.com/watch?v=Z-Nwo-ypKtM) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Franceinfo.svg/85px-Franceinfo.svg.png"/> | Franceinfo.fr |
|
| 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 |
|
||||||
| 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 |
|
| 28 | France 24 Ⓨ | [>](https://www.youtube.com/c/FRANCE24/live) | <img height="20" src="https://i.imgur.com/61MSiq9.png"/> | France24French.fr |
|
||||||
| 31 | Euronews | [>](https://www.youtube.com/watch?v=MsN0_WNXvh8) | <img height="20" src="https://i.imgur.com/3Lr5iAj.png"/> |
|
| 31 | Euronews Français Ⓨ | [>](https://www.youtube.com/euronewsfr/live) | <img height="20" src="https://i.imgur.com/3Lr5iAj.png"/> | EuronewsFrench.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/79px-L%27%C3%89quipe_wordmark.svg.png"/> | LEquipe.fr |
|
| 33 | Africanews Ⓨ | [>](https://www.youtube.com/c/Africanewsfr/live) | <img height="20" src="https://i.imgur.com/xocvePC.png"/> | Africanews.cg |
|
||||||
| 32 | France Inter | [>](https://www.youtube.com/watch?v=lmaSg4EAYVQ) | <img height="20" src="https://i.imgur.com/d9Ncl8m.png"/> |
|
| 21 | L'Équipe ⒹⒼ | [>](https://www.dailymotion.com/video/x2lefik) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/L%27%C3%89quipe_wordmark.svg/640px-L%27%C3%89quipe_wordmark.svg.png"/> | LEquipe.fr |
|
||||||
|
| 32 | France Inter Ⓨ | [>](https://www.youtube.com/c/FranceInter/live) | <img height="20" src="https://i.imgur.com/d9Ncl8m.png"/> | FranceInter.fr |
|
||||||
<h2>Unreliable (tntdirect)</h2>
|
| 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 |
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
|
||||||
|:---:|:----------:|:-----:|:----:|:------:|
|
|
||||||
| 1 | TF1 | [>](https://s13.tntendirect.com/tf1/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/TF1_logo_2013.png/62px-TF1_logo_2013.png"/> | TF1.fr |
|
|
||||||
| 1 | TF1 | [x](https://tf1-hls-live-ssl.tf1.fr/tf1/1/hls/live_2328.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/TF1_logo_2013.png/62px-TF1_logo_2013.png"/> | TF1.fr |
|
|
||||||
| 2 | France 2 | [>](https://s13.tntendirect.com/france2/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/France_2_2018.svg/35px-France_2_2018.svg.png"/> | France2.fr |
|
|
||||||
| 3 | France 3 | [>](https://s13.tntendirect.com/france3/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/France_3_2018.svg/35px-France_3_2018.svg.png"/> | France3.fr |
|
|
||||||
| 4 | France 4 | [x](http://edge9.iptvnetwork.net/live/france4/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/France_4_2018.svg/39px-France_4_2018.svg.png"/> | France4.fr |
|
|
||||||
| 5 | France 5 | [>](https://s13.tntendirect.com/france5/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/France_5_2018.svg/35px-France_5_2018.svg.png"/> | France5.fr |
|
|
||||||
| 6 | M6 | [>](https://s13.tntendirect.com/m6/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Logo_M6_%282020%2C_fond_clair%29.svg/49px-Logo_M6_%282020%2C_fond_clair%29.svg.png"/> | M6.fr |
|
|
||||||
| 7 | Arte | [>](https://s13.tntendirect.com/arte/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Arte_Logo_2017.svg/12px-Arte_Logo_2017.svg.png"/> | ARTEFrench.fr |
|
|
||||||
| 8 | C8 | [>](https://s13.tntendirect.com/d8/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LXhXF8l.png"/> | C8.fr |
|
|
||||||
| 9 | W9 | [>](https://s13.tntendirect.com/w9/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/40/W9_2018.svg/56px-W9_2018.svg.png"/> | W9.fr |
|
|
||||||
| 10 | TMC | [>](https://s13.tntendirect.com/tmc/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/a/a8/TMC_logo_2016.svg/62px-TMC_logo_2016.svg.png"/> | TMC.fr |
|
|
||||||
| 11 | TFX | [>](https://s13.tntendirect.com/nt1/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/8/83/TFX_logo_2018.svg/62px-TFX_logo_2018.svg.png"/> | TFX.fr |
|
|
||||||
| 12 | NRJ 12 | [>](https://s13.tntendirect.com/nrj12/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/9/93/NRJ_12_logo_2015.svg/45px-NRJ_12_logo_2015.svg.png"/> | NRJ12.fr |
|
|
||||||
| 15 | BFM TV | [>](https://bcovlive-a.akamaihd.net/f3c53617100e4fd7a0fbdf9e784a650e/eu-central-1/876450610001/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Logo_BFM_TV_%282019%29.png/53px-Logo_BFM_TV_%282019%29.png"/> | BFMTV.fr |
|
|
||||||
| 17 | CStar | [>](https://s13.tntendirect.com/d17/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Logo_projet_CStar.svg/80px-Logo_projet_CStar.svg.png"/> | CStar.fr |
|
|
||||||
| 18 | Gulli | [x](https://d13anarbtxy8c5.cloudfront.net/6play/short/clr/gulli/sdindex.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/4/43/18._Gulli.png/57px-18._Gulli.png"/> | Gulli.fr |
|
|
||||||
| 20 | TF1 Séries Films | [>](https://s13.tntendirect.com/hd1/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/4/4b/TF1_S%C3%A9ries_Films_logo_2020.svg/81px-TF1_S%C3%A9ries_Films_logo_2020.svg.png"/> | TF1SeriesFilms.fr |
|
|
||||||
| 21 | L'Équipe | [>](https://s13.tntendirect.com/lequipe21/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/32/L%27%C3%89quipe_wordmark.svg/79px-L%27%C3%89quipe_wordmark.svg.png"/> | LEquipe.fr |
|
|
||||||
| 22 | 6ter | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/a/a9/6ter_2012.png/73px-6ter_2012.png"/> | 6ter.fr |
|
|
||||||
| 24 | RMC Découverte | [>](https://s13.tntendirect.com/rmcdecouverte/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/b/b3/RMC_D%C3%A9couverte_logo_2017.svg/76px-RMC_D%C3%A9couverte_logo_2017.svg.png"/> | RMCDecouverte.fr |
|
|
||||||
| 25 | Chérie 25 | [>](https://s13.tntendirect.com/cherie25/live/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/f/f0/Ch%C3%A9rie_25_logo_2015.svg/51px-Ch%C3%A9rie_25_logo_2015.svg.png"/> | Cherie25.fr |
|
|
||||||
| 26 | LCI | [>](https://sv0.data-stream.top/hls/lci.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/fr/thumb/3/38/LCI_-_Logo_%28Ao%C3%BBt_2017%29.svg/62px-LCI_-_Logo_%28Ao%C3%BBt_2017%29.svg.png"/> | LCI.fr |
|
|
||||||
| 31 | Euronews | [x](https://rakuten-euronews-2-fr.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3Lr5iAj.png"/> |
|
|
||||||
| 31 | Euronews | [x](https://euronews.alteox.app/hls/fr_stream.m3u8) | <img height="20" src="https://i.imgur.com/3Lr5iAj.png"/> |
|
|
||||||
|
|
||||||
|
|
||||||
<h2>DVB-S</h2>
|
<h2>DVB-S</h2>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
| 1 | TF1 | [x](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 | [x](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 | [x](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 | [x](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 | [x](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 | [x](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 | [x](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 | [x](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 |
|
| 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 |
|
| 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 |
|
| 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 | [x](https://bfmtvalive1-a.akamaihd.net/r8ef15893bf3d4c2db0105218bdfe87f4/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 | [x](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 |
|
||||||
|
|
||||||
|
<h2>Unreliable (tntdirect)</h2>
|
||||||
|
|
||||||
|
| # | 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 |
|
||||||
|
| 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 |
|
||||||
|
| 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 |
|
||||||
|
| 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 |
|
||||||
|
| 6 | M6 | [x](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 |
|
||||||
|
| 9 | W9 | [x](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 |
|
||||||
|
| 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 |
|
||||||
|
| 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 |
|
||||||
|
| 17 | CStar | [x](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 |
|
||||||
|
| 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 |
|
||||||
|
| 24 | RMC Découverte | [x](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 | [x](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 |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -4,40 +4,54 @@
|
||||||
|
|
||||||
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://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Das_Erste_2014.svg/640px-Das_Erste_2014.svg.png"/> | DasErste.de |
|
||||||
| 2 | ZDF Ⓖ | [>](http://zdf-hls-15.akamaized.net/hls/live/2016498/de/veryhigh/master.m3u8) | <img height="20" src="https://i.imgur.com/JosNLQ0.png"/> | ZDF.de |
|
| 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 |
|
||||||
| 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 | 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 |
|
| 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 |
|
||||||
| 5 | ONE Ⓖ | [>](https://mcdn.one.ard.de/ardone/hls/master.m3u8) | <img height="20" src="https://i.imgur.com/zu5gaQU.png"/> | One.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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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"/> |
|
| 9 | 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 |
|
||||||
| 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 | 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 |
|
||||||
| 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 | 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 |
|
||||||
| 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 | MTV Germany Ⓖ | [x](https://0d26a00dfbb1.airspace-cdn.cbsivideo.com/mtvg18ef/master/master_5000.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/MTV-2021.svg/640px-MTV-2021.svg.png"/> | MTVGermany.de |
|
||||||
| 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 | Nick Ⓖ | [x](https://0d26a00dfbb1.airspace-cdn.cbsivideo.com/nick1999/master/nick1999.m3u8) | <img height="20" src="https://i.imgur.com/mhldfsB.png"/> | NickGermany.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 | 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 |
|
||||||
| 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 | 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 |
|
||||||
| 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 | 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 |
|
||||||
| 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 | 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 |
|
||||||
| 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 | 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 |
|
||||||
| 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 | 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 |
|
||||||
| 20 | HR Ⓖ | [>](https://hrhls.akamaized.net/hls/live/2024525/hrhls/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/hr.png"/> |
|
|
||||||
| 21 | BR Nord Ⓖ | [>](http://brlive-lh.akamaihd.net/i/bfsnord_germany@119898/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/br.png"/> |
|
|
||||||
| 22 | BR Süd Ⓖ | [>](http://mcdn.br.de/bfs_sued/de/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/br.png"/> |
|
|
||||||
| 23 | KiKa Ⓖ | [>](https://kikageohls.akamaized.net/hls/live/2022693/livetvkika_de/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/cytec/tvlogos/master/kika.png"/> | 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://wdrfs247.akamaized.net/hls/live/681509/wdr_msl4_fs247/index.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 | 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 |
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,37 @@
|
||||||
<h1>Greece</h1>
|
<h1>Greece</h1>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:--:|:--------------------------:|:-------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------:|
|
||||||
| 1 | ERT 1 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_1/ert_1medium.m3u8) | <img height="20" src="https://i.imgur.com/WWMe8IY.png"/> | ERT1.gr |
|
| 1 | ERT 1 Ⓖ | [>](https://ertflix.akamaized.net/ertlive/ert1/clrdef24723b/index.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/ert1-gr.png"/> | ERT1.gr |
|
||||||
| 2 | ERT 2 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_2/ert_2medium.m3u8) | <img height="20" src="https://i.imgur.com/pcusPFl.png"/> | ERT2.gr |
|
| 2 | ERT 2 Ⓖ | [>](https://ertflix-greece.siliconweb.com/mpegts/618618_2341557/master_mpegts.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/ert2-gr.png"/> | ERT2.gr |
|
||||||
| 3 | ERT 3 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_3/ert_3medium.m3u8) | <img height="20" src="https://i.imgur.com/KyhzDRm.png"/> | ERT3.gr |
|
| 3 | ERT 3 Ⓖ | [>](https://ertflix-greece.siliconweb.com/mpegts/618618_2341560/master_mpegts.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/ert3-gr.png"/> | ERT3.gr || 12 | ERT World Ⓖ | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_world/ert_worldmedium.m3u8) | <img height="20" src="https://i.imgur.com/RwrQKns.png"/> | ERTWorld.gr |
|
||||||
| 4 | ANT1 | [>](https://antennalivesp-lh.akamaihd.net/i/live_1@715138/index_800_av-p.m3u8) | <img height="20" src="https://i.imgur.com/np0s1FN.png"/> | ANT1.gr |
|
| 4 | ERT World Ⓖ | [>](https://ertflix.akamaized.net/ertlive/ertworld/default/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/ChannelLogo-ERTWORLD1.png/512px-ChannelLogo-ERTWORLD1.png"/> | ERTWorld.gr |
|
||||||
| 5 | Star Ⓖ | [>](https://livestar.siliconweb.com/media/star1/star1mediumhd.m3u8) | <img height="20" src="https://i.imgur.com/CJOtJlL.png"/> | StarChannel.gr |
|
| 5 | ANT1 Ⓖ | [>](https://mcdn.antennaplus.gr/live/media0/Ant1/HLS/Ant1.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/ant1-gr.png"/> | ANT1.gr |
|
||||||
| 6 | AlphaTV | [>](https://alphalive-i.akamaihd.net/hls/live/682300/live/master.m3u8) | <img height="20" src="https://i.imgur.com/bAVGX0l.png"/> | AlphaTV.gr |
|
| 6 | Star Channel | [>](https://livestar.siliconweb.com/starvod/star4/star4newhd.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/star-channel-gr.png"/> | StarChannel.gr |
|
||||||
| 7 | Skai TV | [>](https://skai-live.siliconweb.com/media/cambria4/index.m3u8) | <img height="20" src="https://i.imgur.com/TSg7B8X.png"/> | SkaiTV.gr |
|
| 7 | Star Channel International | [>](https://livestar.siliconweb.com/starvod/star_int/star_inthd.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/star-channel-gr.png"/> | StarChannelInternational.gr |
|
||||||
| 8 | Open TV | [>](https://liveopencloud.siliconweb.com/1/ZlRza2R6L2tFRnFJ/eWVLSlQx/hls/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/T99OSnk.png"/> | OpenTV.gr |
|
| 8 | AlphaTV | [>](https://alphatvlive2.siliconweb.com/alphatvlive/live_abr/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bAVGX0l.png"/> | AlphaTV.gr |
|
||||||
| 9 | Makedonia TV | [x]() | <img height="20" src="https://i.imgur.com/6Ir6wcR.png"/> | MakedoniaTV.gr |
|
| 9 | Skai TV Ⓖ | [>](https://skai-live.siliconweb.com/media/cambria4/index.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/skai-tv-gr.png"/> | SkaiTV.gr |
|
||||||
| 10 | Mega Channel | [x]() | <img height="20" src="https://i.imgur.com/zewcwLd.png"/> | MEGATVHD.gr |
|
| 10 | Open TV Ⓖ | [>](https://liveopen.siliconweb.com/openTvLive/liveopen/playlist.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/open-tv-gr.png"/> | OpenTV.gr |
|
||||||
| 11 | Kontra | [>](http://kontralive.siliconweb.com/live/kontratv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/zMgczHY.png"/> | KontraChannel.gr |
|
| 11 | Makedonia TV Ⓖ | [>](https://mcdn.antennaplus.gr/live/media0/MAK/HLS/MAK.m3u8) | <img height="20" src="https://i.imgur.com/6Ir6wcR.png"/> | MakedoniaTV.gr |
|
||||||
| 12 | ERT World | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_world/ert_worldmedium.m3u8) | <img height="20" src="https://i.imgur.com/RwrQKns.png"/> | ERTWorld.gr |
|
| 12 | Mega | [>](http://85.11.144.9:6651/tet) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/mega-channel-gr.png"/> | MegaChannel.gr |
|
||||||
| 13 | ERT Sports 1 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_sports/ert_sports.m3u8) | <img height="20" src="https://i.imgur.com/gebWmAB.png"/> | ERTSports1.gr |
|
| 13 | Mega News | [>](https://c98db5952cb54b358365984178fb898a.msvdn.net/live/S99841657/NU0xOarAMJ5X/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Z3k7iA0.png"/> | MegaChannel.gr |
|
||||||
| 14 | ERT Sports 2 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_2/ert_sports_2medium.m3u8) | <img height="20" src="https://i.imgur.com/gebWmAB.png"/> | ERTSports2.gr |
|
| 14 | Vouli Ⓖ | [>](https://ertflix.akamaized.net/ertlive/vouli/default/index.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/vouli-tv-gr.png"/> | Vouli.gr |
|
||||||
| 15 | ERT Sports 3 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_3/ert_sports_3medium.m3u8) | <img height="20" src="https://i.imgur.com/gebWmAB.png"/> | ERTSports3.gr |
|
| 15 | PANIK TV Ⓖ | [>](https://livetv.streams.ovh:1936/paniktv/paniktv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/13C3CPr.png"/> | PanikTV.gr |
|
||||||
| 15 | ERT Sports 4 | [>](http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_4/ert_sports_4medium.m3u8) | <img height="20" src="https://i.imgur.com/gebWmAB.png"/> |
|
| 16 | Kontra Ⓖ | [>](https://kontralive.siliconweb.com/live/kontratv/playlist.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/kontra-channel-gr.png"/> | KontraChannel.gr |
|
||||||
| 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"/> |
|
| 17 | Action 24 | [>](https://actionlive.siliconweb.com/actionabr/actiontv/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/8/88/Action24-logo-small.png"/> | Action24.gr |
|
||||||
| 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"/> |
|
| 18 | One Channel Ⓖ | [>](https://onechannel.siliconweb.com/one/live_abr/playlist_dvr.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/3/37/One_Channel_Logo_2019.png"/> | OneChannel.gr |
|
||||||
|
| 19 | ATTICA | [>](https://atticatv.siliconweb.com/atticatv/atticaliveabr/playlist.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/attica-tv-gr.png"/> | AtticaTV.gr |
|
||||||
|
| 20 | Blue Sky Ⓖ | [>](https://cdn5.smart-tv-data.com/bluesky/bluesky-live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/C9CormG.png"/> | BlueSkyTV.gr |
|
||||||
|
| 21 | Asti Radio Television Ⓖ | [>](https://rumble.com/live-hls-dvr/6vluby/playlist.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/art-tv_1-gr.png"/> | ART.gr |
|
||||||
|
| 22 | Center TV | [>](https://eu1.streams.gr:8081/centertv/index.m3u8) | <img height="20" src="https://i.imgur.com/52JW71Q.png"/> | CenterTV.gr |
|
||||||
|
| 23 | DION | [>](https://rtmp.win:3650/live/diontvlive.m3u8) | <img height="20" src="https://i.imgur.com/13MverN.png"/> | DionTV.gr |
|
||||||
|
| 24 | ENA Channel | [>](https://cdn5.smart-tv-data.com/local/ena_channel/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3g3yjAq.png"/> | ENAChannel.gr |
|
||||||
|
| 25 | NEA | [>](https://live.neatv.gr:8888/hls/neatv_high/index.m3u8) | <img height="20" src="https://i.imgur.com/nvNW8G7.png"/> | NeaTV.gr |
|
||||||
|
| 26 | Naftemporiki TV | [>](https://stream-188125.castr.net/631af9c016e5eace19ff9a5b/live_048998706a2311ee83b33fe7fbad252d/index.fmp4.m3u8) | <img height="20" src="https://i.imgur.com/9OFdMud.png"/> | NaftemporikiTV.gr |
|
||||||
|
| 27 | TV 100 | [>](https://panel.gwebstream.eu:19360/tv100skg/tv100skg.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/greece/tv-100-gr.png"/> | TV100.gr |
|
||||||
|
| 28 | Netmax TV | [>](https://live.netmaxtv.com:1936/live/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dLvRD4k.png"/> | NetmaxTV.gr |
|
||||||
|
| 29 | ERT News Ⓖ | [>](https://ertflix.akamaized.net/ertlive/ertnews/hls8test/index.m3u8) | <img height="20" src="https://i.imgur.com/pr5anZ1.png"/> | ERTNews.gr |
|
||||||
|
| 30 | ERT Sports 1 Ⓖ | [>](https://ertflix.akamaized.net/ertlive/ertsports1/clrdef24724a/index.m3u8) | <img height="20" src="https://i.imgur.com/EsczO2H.png"/> | ERTSports1.gr |
|
||||||
|
| 31 | ERT Kids Ⓖ | [>](https://ertflix.akamaized.net/ertlive/kids/default/index.m3u8) | <img height="20" src="https://i.imgur.com/XkSR66q.png"/> | ERTKids.gr |
|
||||||
|
| 32 | ERT Music Ⓖ | [>](https://ertflix.akamaized.net/ertlive/music/default/index.m3u8) | <img height="20" src="https://i.imgur.com/VrKgtfY.png"/> | ERTMusic.gr |
|
||||||
|
| 33 | 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 |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -6,21 +6,14 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Hungary
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id|
|
| # | Channel | Link | Logo | EPG id|
|
||||||
|:---:|:--------------:|:-----:|:----:|:-----:|
|
|:---:|:--------------:|:-----:|:----:|:-----:|
|
||||||
| 1 | M1 | [>](https://sktv-forwarders.7m.pl/get.php?x=M1) | <img height="20" src="https://i.imgur.com/neddXUd.png" /> | M1.hu |
|
| 1 | M1 Hiradó Ⓨ | [>](https://www.youtube.com/@M1-Hirado/live) | <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://stream.y5.hu/stream/stream_rtlklub/hls1/stream.m3u8) | <img height="20" src="https://onlinestream.live/logos/6141.png" /> | RTLKlub.hu |
|
| 1 | RTL Klub | [>](https://cdn.mediaklikk.org:443/rtl/00wMyEjM5UTM) | <img height="20" src="https://onlinestream.live/logos/6141.png" /> | RTLKlub.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 |
|
| 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 |
|
||||||
| 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" /> |
|
||||||
|
|
@ -29,15 +22,17 @@ 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://hls.iptvservice.eu/hls/ewtn-hd.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/online/smil:gazdagret.smil/HasBahCa.m3u8) | <img height="20" src="https://www.apostoltv.hu/images/header-logo.png" /> | ApostolTV.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 |
|
||||||
|
|
||||||
<h2>Music</h2>
|
<h2>Music</h2>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id|
|
| # | Channel | Link | Logo | EPG id|
|
||||||
|:---:|:--------------:|:-----:|:----:|:-----:|
|
|:---:|:--------------:|:-----:|:----:|:-----:|
|
||||||
| 1 | 1Music Hungary | [>](http://1music.hu/1music.m3u8) | <img height="20" src="https://i.imgur.com/rw2C3DY.jpg" /> | MusicChannelHungary.hu |
|
| 1 | MUSICPlus | [>](http://s02.diazol.hu:10192/stream.m3u8) | | MUSICPlus.hu |
|
||||||
| 2 | H!T Music HU | [>](http://hitmusic.hu/hitmusic.m3u8) | <img height="20" src="https://i.imgur.com/rw2C3DY.jpg" /> | HtMusicChannelHungary.hu |
|
| 2 | Radio 1 Ⓨ | [>](https://www.youtube.com/watch?v=I8dnZoF1nOE) | | |
|
||||||
|
| 3 | Oxygen Music | [>](https://oxygenmusic.hu:2443/hls/oxygenmusic.m3u8) | | |
|
||||||
|
| 4 | Dance TV | [>](https://m1b2.worldcast.tv/dancetelevisionone/2/dancetelevisionone.m3u8) | | |
|
||||||
|
|
||||||
<h2>Series</h2>
|
<h2>Series</h2>
|
||||||
|
|
||||||
|
|
@ -49,7 +44,9 @@ https://en.wikipedia.org/wiki/List_of_television_stations_in_Hungary
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id|
|
| # | Channel | Link | Logo | EPG id|
|
||||||
|:---:|:--------------:|:-----:|:----:|:-----:|
|
|:---:|:--------------:|:-----:|:----:|:-----:|
|
||||||
| 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" /> |
|
| 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 |
|
||||||
|
| 2 | Parlamenti közvetítés | [>](https://plenaris.parlament.hu:446/edgelive/smil:mkogyplen.smil/playlist.m3u8) |
|
||||||
|
| 3 | Parlamenti TAB közvetítés | [>](https://tab.parlament.hu:446/edgelive/smil:mkogytab.smil/playlist.m3u8) |
|
||||||
|
|
||||||
<h2>Regional</h2>
|
<h2>Regional</h2>
|
||||||
|
|
||||||
|
|
@ -58,25 +55,38 @@ 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" /> |
|
| 4 | Komlos TV | [>](https://stream.streaming4u.hu/KomlosTV/tracks-v1a1/mono.m3u8) | <img height="20" src="https://i.imgur.com/MDYb5yz.png" /> | KomlosTV.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" /> |
|
| 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 |
|
||||||
| 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 Békéscsaba | [>](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" /> |
|
| 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 |
|
||||||
| 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/playlist.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://gyongyostv.hu/wp-content/uploads/2018/11/gytv-logo-hd.jpg" /> |
|
| 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 |
|
||||||
| 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="http://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="https://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" /> |
|
| 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 |
|
||||||
| 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://dtvnews.hu/sites/default/files/styles/normal_size/public/wide_images/debrecen_televizio_wide.png?itok=Mi4_Ac8L" /> |
|
| 23 | DTV | [>](http://cloudfront44.lexanetwork.com:1732/hlsrelay003/hls/livestream.sdp.m3u8) | <img height="20" src="https://i.imgur.com/YSpqmSO.png" /> | DTV.hu |
|
||||||
|
| 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 |
|
||||||
|
| 30 | Berente TV | [>](https://stream.streaming4u.hu/BerenteTV/index.m3u8) | | |
|
||||||
|
| 31 | Budapest Európa TV | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/bpetv.sdp/playlist.m3u8) | | |
|
||||||
|
| 32 | Héviz TV | [>](https://cloudfront44.lexanetwork.com:1344/relay03/livestream003.sdp/playlist.m3u8) | | |
|
||||||
|
| 33 | Jászsági Térségi TV | [>](https://cloudfront44.lexanetwork.com:1344/relay01/broadcast007.sdp/playlist.m3u8) | | |
|
||||||
|
| 34 | Kanizsa TV | [>](https://cloudfront44.lexanetwork.com:1344/freerelay/kanizsavtv.sdp/playlist.m3u8) | | |
|
||||||
|
| 35 | Líceum TV | [>](http://193.225.32.62:8890/live.m3u8) | | |
|
||||||
|
|
||||||
|
|
||||||
<h2>Invalid</h2>
|
<h2>Invalid</h2>
|
||||||
|
|
||||||
|
|
@ -86,3 +96,10 @@ 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 |
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -8,10 +8,18 @@ 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.pc.cdn.bitgravity.com/httppush/abp_livetv/abp_abpnews/master.m3u8) | <img height="20" src="https://i.imgur.com/DKHUFVQ.png" /> | ABPNews.in |
|
||||||
|
| 3 | ABP Ananda | [>](https://abplivetv.pc.cdn.bitgravity.com/httppush/abp_livetv/abp_ananda/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/ABP_Ananda_logo.svg/500px-ABP_Ananda_logo.svg.png" /> | ABPAnanda.in |
|
||||||
|
| 4 | DD National Ⓨ | [>](https://www.youtube.com/doordarshan/live) | <img height="20" src="https://i.imgur.com/MohlE5B.png" /> | DDNational.in |
|
||||||
|
| 5 | DD News Ⓨ | [>](https://www.youtube.com/c/ddnews/live) | <img height="20" src="https://i.imgur.com/znnVCEf.png" /> | DDNews.in |
|
||||||
|
| 6 | DD India Ⓨ | [>](https://www.youtube.com/DDIndia/live) | <img height="20" src="https://i.imgur.com/45uptR8.png" /> | DDIndia.in |
|
||||||
|
| 7 | DD Bharati Ⓨ | [>](https://www.youtube.com/@ddbharati/live) | <img height="20" src="https://i.imgur.com/4tfUIEo.png" /> | DDBharati.in |
|
||||||
|
| 8 | DD Kisan Ⓨ | [>](https://www.youtube.com/@DDKisan/live) | <img height="20" src="https://i.imgur.com/x56WJEa.png" /> | DDKisan.in |
|
||||||
|
| 9 | DD Urdu Ⓨ | [>](https://www.youtube.com/@DDUrdu/live) | <img height="20" src="https://i.imgur.com/OiQPS34.png" /> | DDUrdu.in |
|
||||||
|
| 10 | India Today Ⓨ | [>](https://www.youtube.com/watch?v=sYZtOFzM78M) | <img height="20" src="https://i.imgur.com/C7KK3Fd.png" /> | IndiaToday.in |
|
||||||
|
|
||||||
|
|
||||||
<h2>Invalid</h2>
|
<h2>Invalid</h2>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
<h1>Indonesia</h1>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:-:|:------------:|:---------------------------------------------------------------------------:|:--------------------------------------------------------:|:--------------:|
|
||||||
|
| 1 | CNBC Indonesia | [>](https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/chunklist.m3u8) | <img height="20" src="https://imgur.com/ie2zSTY"/> | CNBCIndonesia.am |
|
||||||
|
| 2 | CNN Indonesia | [>](http://live.cnnindonesia.com/livecnn/smil:cnntv.smil/playlist.m3u8) | <img height="20" src="https://imgur.com/MpxTMiP"/> | CNNIndonesia.am |
|
||||||
|
| 3 | BeritaSatu | [>](https://b1news.beritasatumedia.com/Beritasatu/B1News_1280x720.m3u8) | <img height="20" src="https://imgur.com/vYJVT07"/> | BeritaSatu.am |
|
||||||
|
|
@ -0,0 +1,53 @@
|
||||||
|
<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 Ⓢ | [x](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 |
|
||||||
|
|:----:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
|
@ -2,18 +2,38 @@
|
||||||
|
|
||||||
<h2>Saorview</h2>
|
<h2>Saorview</h2>
|
||||||
|
|
||||||
|
* https://en.wikipedia.org/wiki/Saorview#Television
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 3 | Virgin Media 1 | [x](http://csm-e.cds1.yospace.com/csm/extlive/tv3ie01,tv3-prd.m3u8) | <img height="20" src="https://i.imgur.com/Tt2Lzil.png"/> | VirginMediaOne.ie |
|
| 4 | TG4 | [>](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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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>Radio</h2>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
| 1 | Today FM | [>](https://stream.audioxi.com/TDAAC) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/b/bf/Today_FM_Logo_2017.jpg"> | todayfm.com |
|
||||||
|
|2 | 98FM | [>](https://stream.audioxi.com/98) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/98FM_2022.svg/1920px-98FM_2022.svg.png" /> | 98fm.com |
|
||||||
|
| 3 | FM104 | [>](https://wg.cdn.tibus.net/fm104MP3128) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/c/cb/FM104_logo_tile.png" /> | fm104.ie |
|
||||||
|
| 4 | Radio Nova | [>](https://stream.audioxi.com/NOVA) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/a/a1/Nova-web1-228x150.jpg" /> | www.nova.ie |
|
||||||
|
| 5 | Spin 103.8 | [>](https://stream.audioxi.com/SP) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/2/2e/Spin_400x400.png" /> | spin1038.com |
|
||||||
|
| 6 | Newstalk | [>](https://stream.audioxi.com/NT) | <img height="20" src="" /> | newstalk.com
|
||||||
|
| 7 | Dublin's Q102 | [>](https://wg.cdn.tibus.net/q102MP3128) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/e/e7/Dublins_Q102_Logo.png" /> | q102.ie |
|
||||||
|
| 8 | Classic Hits | [>](https://stream.audioxi.com/CLASSIC) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/3/31/Classichits2023.jpg" /> | classichits.ie |
|
||||||
|
| 9 | Sunshine 106.8 | [>](https://live-bauerie.sharp-stream.com/SUN) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/9/97/Sunshine_106.8_logo.png" /> | sunshineradio.ie |
|
||||||
|
|
||||||
<h2>Invalid</h2>
|
<h2>Invalid</h2>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 1 | RTE One | [x]() | <img height="20" src="https://i.imgur.com/44tfMTT.png"/> | RTEOne.ie |
|
| 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 |
|
||||||
| 2 | RTE Two | [x]() | <img height="20" src="https://i.imgur.com/X7V1Qpk.png"/> | RTE2.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 |
|
||||||
| 7 | RTE Jr | [x]() | <img height="20" src="https://i.imgur.com/fgpsaqm.png"/> | RTEjr.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 |
|
||||||
|
| 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 |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
<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 |
|
||||||
784
lists/italy.md
784
lists/italy.md
|
|
@ -3,543 +3,479 @@
|
||||||
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</h2>
|
<h2>National DVB-T</h2>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 1 | Rai 1 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803&output=16) | <img height="20" src="https://i.imgur.com/CAx7yRm.png"/> | Rai1.it |
|
| 1 | Rai 1 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/CAx7yRm.png"/> | Rai1.it |
|
||||||
| 2 | Rai 2 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308718&output=16) | <img height="20" src="https://i.imgur.com/zA0PTcs.png"/> | Rai2.it |
|
| 2 | Rai 2 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308718&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/zA0PTcs.png"/> | Rai2.it |
|
||||||
| 3 | Rai 3 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308709&output=16) | <img height="20" src="https://i.imgur.com/9kuQCIi.png"/> | Rai3.it |
|
| 3 | Rai 3 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308709&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/9kuQCIi.png"/> | Rai3.it |
|
||||||
| 4 | Rete 4 Ⓢ Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(r4)/index.m3u8) | <img height="20" src="https://i.imgur.com/GWx2Fkl.png"/> | Rete4.it |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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://d3749synfikwkv.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-74ylxpgd78bpb/Live.m3u8) | <img height="20" src="https://i.imgur.com/F90mpSa.png"/> | La7.it |
|
||||||
| 20 | Canale 20 Ⓖ | [>](https://live2-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(lb)/index.m3u8) | <img height="20" src="https://i.imgur.com/It13jwX.png"/> | 20Mediaset.it |
|
| 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 |
|
||||||
| 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 |
|
| 9 | Nove | [>](https://d31mw7o1gs0dap.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-y5pbi2sq9r609/NOVE_IT.m3u8) | <img height="20" src="https://i.imgur.com/Hp723RU.png"/> | Nove.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 |
|
| 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 |
|
||||||
| 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 |
|
| 21 | Rai 4 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746966&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/XFkZRfv.png"/> | Rai4.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 |
|
| 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 |
|
||||||
| 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 |
|
| 23 | Rai 5 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/Leu2zTO.png"/> | Rai5.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 |
|
| 24 | Rai Movie Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747002&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/RKpO8CE.png"/> | RaiMovie.it |
|
||||||
|
| 25 | Rai Premium Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746992&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/RKI4nFy.png"/> | RaiPremium.it |
|
||||||
|
| 26 | Cielo Ⓖ | [>](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 | La7 Cinema | [>](https://viamotionhsi.netplus.ch/live/eds/la7d/browser-HLS8/la7d.m3u8) | <img height="20" src="https://i.imgur.com/khPweok.png"/> | La7Cinema.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 |
|
| 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 |
|
||||||
|
| 31 | Real Time | [>](https://d3562mgijzx0zq.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-kizqtzpvvl3i8/Realtime_IT.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 |
|
||||||
| 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 |
|
| 33 | Food Network | [>](https://dk3okdd5036kz.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-o4pw0nc02sthz/Foodnetwork_IT.m3u8) | <img height="20" src="https://i.imgur.com/i60OYr9.png"/> | FoodNetworkItaly.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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 36 | RTL 102.5 | [>](https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S97044836/tbbP8T1ZRPBL/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KdissvS.png"/> | RTL1025TV.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 |
|
| 37 | Discovery Channel | [>](https://d24aqelmrau4kx.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-l1oas691aj7p2/WBTV_IT.m3u8) | <img height="20" src="https://i.imgur.com/5IxIFJ0.png"/> | DiscoveryChannel.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 |
|
| 38 | Giallo | [>](https://d9fqo6nfqlv2h.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-ulukbrgm1n3yb/Giallo_IT.m3u8) | <img height="20" src="https://i.imgur.com/0PIRwZS.png"/> | Giallo.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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 41 | K2 | [>](https://d1pmpe0hs35ka5.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-39hsskpppgf72/K2_IT.m3u8) | <img height="20" src="https://i.imgur.com/wlLgSiA.png"/> | K2.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 |
|
| 42 | Rai Gulp Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746953&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/lu1DPVb.png"/> | RaiGulp.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 |
|
| 43 | Rai YoYo Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746899&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/DRSa3ys.png"/> | RaiYoyo.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 |
|
| 44 | Frisbee | [>](https://d6m7lubks416z.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-zmbstsedxme9s/Frisbee_IT.m3u8) | <img height="20" src="https://i.imgur.com/9y1zIAe.png"/> | Frisbee.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 |
|
| 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/oK2DcDJ.png"/> | CartoonitoItaly.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 |
|
| 47 | Super! | [>](https://495c5a85d9074f29acffeaea9e0215eb.msvdn.net/super/super_main/super_main_hbbtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1124YEp.png"/> | Super.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 |
|
| 48 | Rai News 24 Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=1&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/gdzGwB6.png"/> | RaiNews24.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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 60 | Sportitalia LIVE24 | [>](https://di-kzbhv8pw.vo.lswcdn.net/sportitalia/smil:silive24.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> | Sportitalia24.it |
|
| 52 | DMAX | [>](https://d2j2nqgg7bzth.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-02k1gv1j0ufwn/DMAX_IT.m3u8) | <img height="20" src="https://i.imgur.com/dmEmRX7.png"/> | DMAXItaly.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 |
|
| 54 | Rai Storia Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746990&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/K8y5q8x.png"/> | RaiStoria.it |
|
||||||
| 62 | Donna TV Ⓢ | [>](https://streaming.softwarecreation.it/DonnaTv/DonnaTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Aa1Abme.png"/> | DonnaTV.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 |
|
||||||
| 63 | GM24 Ⓢ | [>](https://streaming.softwarecreation.it/GM24/GM24/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UCntSA3.png"/> | GM24.it |
|
| 56 | HGTV – Home & Garden Tv | [>](https://d1tidto9vz737l.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-joaw4f4kh2en1/HGTV_IT.m3u8) | <img height="20" src="https://i.imgur.com/emLNC0U.png"/> | HGTVItaly.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 |
|
| 57 | Rai Scuola Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747011&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/tmtJW6s.png"/> | RaiScuola.it |
|
||||||
| 65 | Alma TV | [>](https://streaming.softwarecreation.it/AlmaTv/AlmaTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Y8JiDwN.png"/> | AlmaTV.it |
|
| 58 | Rai Sport Ⓖ | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=358025&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/xsGljsb.png"/> | RaiSport.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 |
|
| 59 | Motor Trend | [>](https://d205m6k582pec4.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-asg5puyzdtnqu/Motortrend_IT.m3u8) | <img height="20" src="https://i.imgur.com/ipj2H0n.png"/> | MotorTrend.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 |
|
| 60 | Sportitalia Plus | [>](https://sportsitalia-samsungitaly.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> | Sportitalia.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 |
|
| 61 | Travel TV | [>](https://5a1178b42cc03.streamlock.net/goldsat/goldsat/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aXAUyLN.png"/> | TravelTV.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 |
|
| 62 | Donna TV Ⓢ | [>](https://5a1178b42cc03.streamlock.net/donnatv/donnatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Aa1Abme.png"/> | DonnaTV.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 |
|
| 64 | SuperTennis | [>](https://live-embed.supertennix.hiway.media/restreamer/supertennix_client/gpu-a-c0-16/restreamer/outgest/aa3673f1-e178-44a9-a947-ef41db73211a/manifest.m3u8) | <img height="20" src="https://i.imgur.com/GzsPlbX.png"/> | SuperTennis.it |
|
||||||
| 167 | VH1 | [>](https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8) | <img height="20" src="https://i.imgur.com/5ONlZGS.png"/> | VH1Italia.it |
|
| 65 | Alma TV | [>](https://5a1178b42cc03.streamlock.net/alma/alma/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Y8JiDwN.png"/> | AlmaTV.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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 69 | Deejay TV | [>](https://4c4b867c89244861ac216426883d1ad0.msvdn.net/live/S85984808/sMO0tz9Sr2Rk/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rlaKH6k.png"/> | DeejayTV.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 |
|
| 70 | RadioItaliaTV | [>](https://radioitaliatv.akamaized.net/hls/live/2093117/RadioitaliaTV/master.m3u8) | <img height="20" src="https://i.imgur.com/4VCEJuJ.png"/> | RadioItaliaTV.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 |
|
| 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 |
|
||||||
| 0 | Grande Fratello Vip Regia 1 Ⓢ Ⓖ | [>](https://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b7)/manifest.mpd) | <img height="20" src="https://i.imgur.com/PBTdU4G.png"/> |
|
| 202 | Rai Radio 2 Visual Radio | [>](https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=5674080&output=7&forceUserAgent=rainet/4.0.5) | <img height="20" src="https://i.imgur.com/nVBet0h.png"/> | RaiRadio2Visual.it |
|
||||||
| 0 | Grande Fratello Vip Regia 2 Ⓢ Ⓖ | [>](https://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b8)/manifest.mpd) | <img height="20" src="https://i.imgur.com/FKfwbHD.png"/> |
|
| 233 | RTL 102.5 Traffic | [>](https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S38122967/2lyQRIAAGgRR/playlist.m3u8) | <img height="20" src="https://i.imgur.com/GH7byqm.jpeg"/> | RTL1025Traffic.it |
|
||||||
| 0 | Grande Fratello Vip Regia un'ora fa Ⓢ Ⓖ | [>](https://live3.msf.cdn.mediaset.net/content/dash_d0_clr_vos/live/channel(b9)/manifest.mpd) | <img height="20" src="https://i.imgur.com/fFZeBnc.png"/> |
|
| 236 | MAN-GA | [>](https://c65b9e710bde44819015af98e72cd7ab.msvdn.net/live/S93572876/aILSQPYFY3pF/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8a6WYU2.png"/> | Manga.it |
|
||||||
|
| 246 | Radio24-IlSole24OreTV | [>](https://ilsole24ore-radiovisual.akamaized.net/hls/live/2035302/persidera/master.m3u8) | <img height="20" src="https://i.imgur.com/NTqrdWW.png"/> | Radio24TV.it |
|
||||||
|
| 258 | RadioFreccia | [>](https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S3160845/0tuSetc8UFkF/playlist.m3u8) | <img height="20" src="https://i.imgur.com/J5N9F7Z.png"/> | RadioFrecciaTV.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://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S9346184/XEx1LqlYbNic/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0MgCm1n.png"/> | RadioZetaTV.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 |
|
||||||
|
|
||||||
<h2>Satellite</h2>
|
<h2>Satellite</h2>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
| 58 | Sportitalia SOLOCALCIO | [>](https://di-g7ij0rwh.vo.lswcdn.net/sportitalia/sisolocalcio.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hu56Ya5.png"/> | SportitaliaSolocalcio.it |
|
||||||
|
| 61 | BIKE Channel | [>](https://stream.prod-01.milano.nxmedge.net/argocdn/bikechannel/video.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-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-elem-live.akamaized.net/hls/live/619189/raievent10/raievent10/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5gkt9DD.png"/> | Rai4K.it |
|
||||||
| 701 | UniNettuno University TV Ⓖ | [>](https://stream6-rai-it.akamaized.net/live/uninettuno/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BOGMeio.png"/> | UniNettunoUniversityTV.it |
|
| 701 | UniNettuno University TV Ⓖ | [>](https://stream6-rai-it.akamaized.net/live/uninettuno/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BOGMeio.png"/> | UniNettunoUniversityTV.it |
|
||||||
|
|
||||||
<h2>Regional</h2>
|
<h2>Regional DVB-T</h2>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 0 | 111 Tv | [>](https://5db313b643fd8.streamlock.net/111TV/111TV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4jY8yAI.png"/> |
|
| 0 | 111 Tv | [>](https://5db313b643fd8.streamlock.net/111/111/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4jY8yAI.png"/> |
|
||||||
| 0 | 12 Tv Parma | [>](https://meridelive01-lh.akamaihd.net/i/tvparma_1@356964/master.m3u8) | <img height="20" src="https://i.imgur.com/xnUgx6b.png"/> | 12TVParma.it |
|
| 0 | 12 Tv Parma | [>](https://5929b138b139d.streamlock.net/12TVParma/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xnUgx6b.png"/> | 12TVParma.it |
|
||||||
| 0 | 696 Tv | [>](https://meridelive-lh.akamaihd.net/i/ottop_1@118465/index_1_av-p.m3u8?sd=10&rebase=on) | <img height="20" src="https://i.imgur.com/i6PJJDU.png"/> |
|
| 0 | 4 You Tv | [>](https://streamsrv2.nets-sr.com:19360/4youtv/4youtv.m3u8) | <img height="20" src="https://i.imgur.com/NN0cSbz.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 | Abc Tv | [>](https://diretta.arcapuglia.it:8080/live/abctv/index.m3u8) | <img height="20" src="https://i.imgur.com/nVmIeTD.png"/> |
|
||||||
| 0 | AB Channel | [>](https://tsw.streamingwebtv24.it:1936/abchanneltv/abchanneltv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Ze2xvoY.png"/> | ABChannel.it |
|
| 0 | AB Channel | [>](https://tsw.streamingwebtv24.it:1936/abchanneltv/abchanneltv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/k8EPLB9.png"/> | ABChannel.it |
|
||||||
| 0 | Abc Tv | [>](https://streamlive.arcapuglia.it:8080/live/abctv/index.m3u8) | <img height="20" src="https://i.imgur.com/nVmIeTD.png"/> |
|
| 0 | Alpauno | [>](https://5f22d76e220e1.streamlock.net/alpaunotv/alpaunotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4QKFtUa.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 | [>](http://163.172.88.73:1935/antenna3massa/a3/playlist.m3u8) | <img height="20" src="https://i.imgur.com/79dWgVB.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 Veneto Nord Est | [>](https://59d8c0cee6f3d.streamlock.net/antennatreveneto/antennatreveneto.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NiVHLwp.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 Sicilia | [>](https://5f22d76e220e1.streamlock.net/antennasicilia/antennasicilia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8DOdqsE.png"/> |
|
| 0 | Antenna Sud | [>](https://live.antennasudwebtv.it:9443/hls/vod.m3u8) | <img height="20" src="https://i.imgur.com/b8y6ImZ.png"/> |
|
||||||
| 0 | Antenna Sud 13 | [>](https://streamlive13.arcapuglia.it:8080/live/antennasud/index.m3u8) | <img height="20" src="https://i.imgur.com/VCn0g3a.png"/> |
|
| 0 | Antenna Sud Extra | [>](https://live.antennasudwebtv.it:9443/hls/vod92.m3u8) | <img height="20" src="https://i.imgur.com/6tBv8VD.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 | Aristanis SuperTv | [>](https://video2.azotosolutions.com:1936/supertvoristano/supertvoristano/playlist.m3u8) | <img height="20" src="https://i.imgur.com/v8PlAJO.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 | 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 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"/> |
|
| 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 | 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 | [>](https://db142859fd5541b09de25d6507f1f2d3.msvdn.net/live/S17501676/oIxAsgEEA46M/playlist.m3u8?DVR) | <img height="20" src="https://i.imgur.com/1doR6Vl.png"/> |
|
||||||
| 0 | BFC | [>](https://backup.superstreaming.inaria.me/BFC/index.m3u8) | <img height="20" src="https://i.imgur.com/3OOsLu6.png"/> |
|
| 0 | BOM Channel | [>](https://5f22d76e220e1.streamlock.net/canale6/canale6/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hISoOK3.png"/> | BomChannel.it |
|
||||||
| 0 | BIKE | [>](https://backup.superstreaming.inaria.me/BikeSmartMobilityDTT/index.m3u8) | <img height="20" src="https://i.imgur.com/4IzVSQI.png"/> |
|
| 0 | ByoBlu | [>](https://09bd1346f7a44cc9ac230cc1cb22ca4f.msvdn.net/live/S39249178/EnTK3KeeN1Eg/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1xaHGtU.png"/> |
|
||||||
| 0 | BOM Channel Ⓢ | [>](https://5f22d76e220e1.streamlock.net/BOMCHANNEL/BOMCHANNEL/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hISoOK3.png"/> | BomChannel.it |
|
| 0 | Cafe Tv 24 | [>](https://srvx1.selftv.video/cafe/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KbcbxFw.png"/> |
|
||||||
| 0 | Cafe Tv 24 | [>](http://srv3.meway.tv:1957/cafe/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KbcbxFw.png"/> |
|
| 0 | Calabria Uno Tv | [>](https://635320cd397eb.streamlock.net/live/ngrp:calabriaunolive_all/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2TK1GQ5.png"/> |
|
||||||
| 0 | Calabria Uno TV | [>](https://5f22d76e220e1.streamlock.net/calabriaunotv/calabriaunotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2TK1GQ5.png"/> |
|
| 0 | Calabria tv | [>](https://64b16f23efbee.streamlock.net/calabriatv-clone/calabriatv-clone/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qWirucd.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 | [>](https://nrvideo1.newradio.it:1936/desxcerbht/desxcerbht/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KuQcjYV.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 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 | [>](https://0ff9dd7fe9b64bc08a5fc4ed525454c3.msvdn.net/live/S38994111/B7j0ql4XaZtE/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mU6Cq89.png"/> | Canale21.it |
|
||||||
| 0 | Canale 21 Lazio | [>](https://stream.mariatvcdn.com/canaleventunodue/61d14e72c90980498c9d7cee64fde847.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/cDAsrBl.png"/> | Canale21Extra.it |
|
| 0 | Canale 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 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 | [>](http://stream.ets-sistemi.it:1935/live.canale74/canale74tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/18JIVgu.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 8 | [>](https://59d8c0cee6f3d.streamlock.net/canale8/canale8/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ElAS2WC.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 Uno Tivù | [>](https://eu1.servers10.com:8081/8096/index.m3u8) | <img height="20" src="https://i.imgur.com/hfqNw92.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 | Carina Tv | [>](http://wms.shared.streamshow.it/carinatv/mp4:carinatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FMGcm6I.jpg"/> |
|
| 0 | Carina Tv | [>](https://samson.streamerr.co:8081/carinatv/index.m3u8) | <img height="20" src="https://i.imgur.com/FMGcm6I.jpg"/> |
|
||||||
| 0 | Casa del Sole Tv | [>](https://eu1.servers10.com:8081/8040/index.m3u8) | <img height="20" src="https://i.imgur.com/qPdGelu.png"/> |
|
| 0 | Casa 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 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 | Chiesa Tv | [>](http://cldwz.glauco.it/HLS/Chiesadimilanoaac/chunklist.m3u8) | <img height="20" src="https://i.imgur.com/U0PRT88.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 | Ciao USA | [>](http://joe.livebox.co.in/iotieviTVhls/CIAOUSA.m3u8) | <img height="20" src="https://i.imgur.com/CJ2iXYx.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 | Cilento Channel | [>](https://streaming.dimind.it/live/cilentocnn/index.m3u8) | <img height="20" src="https://i.imgur.com/4k9Su8j.png"/> |
|
| 0 | Cremona 1 | [>](https://cdn2.streamshow.it/cloud-cremona1/cremona1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/a5d0F01.jpg"/> |
|
||||||
| 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 | Di.Tv 80 | [>](https://media2021.rtvweb.com/di_tv_80/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ul0o7zv.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 92 | [>](https://media2021.rtvweb.com/di_tv_92/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 | 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://media.streambrothers.com:1936/8038/8038/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oLDvx2T.png"/> |
|
| 0 | Donna Shopping Tv | [>](https://5f22d76e220e1.streamlock.net/fascinotv/fascinotv/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 | [>](https://streamlive.arcapuglia.it:8080/live/canale190/index.m3u8) | <img height="20" src="https://i.imgur.com/LKrVuRR.jpg"/> |
|
| 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 | 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 | Espansione Tv | [>](https://srvx1.selftv.video/espansione/smil:live.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mm9HKpD.png"/> |
|
| 0 | EQUtv | [>](https://ippicabetflag-live.morescreens.com/IPPICA_1_003/304p.m3u8) | <img height="20" src="https://i.imgur.com/x9Wdz7h.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 | Equos Tv | [>](https://dacastmmd.mmdlive.lldns.net/dacastmmd/2824fb123d5e44b797232c7abf8195da/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YwyfNDF.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 | è Tv Marche | [>](https://live.ipstream.it/etvmarche/etvmarche.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vxgbFnR.png"/> |
|
||||||
| 0 | Etv Rete7 | [>](https://live.ipstream.it/etv/etv.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Gwj65qg.jpg"/> |
|
| 0 | è Tv Rete7 | [>](https://live.ipstream.it/etv/etv.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FXFzJhM.png"/> |
|
||||||
|
| 0 | è Tv Umbria | [>](https://live.ipstream.it/etvumbria/etvumbria.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DASRCe2.png"/> |
|
||||||
| 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 | FM Tv Marche | [>](https://cloudtv.azotosolutions.com:9553/media/media/playlist.m3u8) | <img height="20" src="https://i.imgur.com/yY01NhL.jpg"/> |
|
| 0 | Extra Tv | [>](https://rst2.saiuzwebnetwork.it:8081/extratvlive/index.m3u8) | <img height="20" src="https://i.imgur.com/KCBurST.png"/> |
|
||||||
| 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 | FM Tv Marche | [>](https://bbtv.intvstream.net:3988/hybrid/play.m3u8) | <img height="20" src="https://i.imgur.com/yY01NhL.jpg"/> |
|
||||||
| 0 | GRP Televisione | [>](https://5cbd3bc28341f.streamlock.net:444/grp/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1zNPpVE.png"/> |
|
| 0 | Fano Tv | [>](https://diretta.arcapuglia.it:8080/live/fanotv/index.m3u8) | <img height="20" src="https://i.imgur.com/orqEzJ6.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 | Fascino Tv | [>](https://5f22d76e220e1.streamlock.net/canale157/canale157/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4XYYY5B.png"/> |
|
||||||
|
| 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 | Gold 78 HD | [>](http://stream2.xdevel.com/video1s86-22/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/2UHu1ye.png"/> |
|
| 0 | Globus Television | [>](https://cdn.cubws.com/live/globus.m3u8) | <img height="20" src="https://i.imgur.com/yUTYqCv.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://5a1178b42cc03.streamlock.net/goldtv/goldtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3rVi4kD.png"/> | GoldTV.it |
|
||||||
| 0 | GO-TV Channel | [>](https://5f22d76e220e1.streamlock.net/reklamatv/reklamatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xgjrAAn.png"/> | GOTVCanale163.it |
|
| 0 | 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 | HUB Tv | [>](https://5c483b9d1019c.streamlock.net/8004/8004/playlist.m3u8) | <img height="20" src="https://i.imgur.com/46GTBEW.png"/> |
|
| 0 | GS Channel | [>](https://rst.saiuzwebnetwork.it:8081/retereggio/index.m3u8) | <img height="20" src="https://i.imgur.com/ExfxCRv.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://eu1.servers10.com:8081/8044/index.m3u8) | <img height="20" src="https://i.imgur.com/2edmxYF.png"/> |
|
| 0 | Idea Plus | [>](https://rst.saiuzwebnetwork.it:19360/teleidea/teleidea.m3u8) | <img height="20" src="https://i.imgur.com/2edmxYF.png"/> |
|
||||||
| 0 | IT Channel | [>](https://whoptv.on-the-web.tv:4430/diretta/direttats/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YxteePM.png"/> |
|
| 0 | il61 | [>](https://5a1178b42cc03.streamlock.net/travel/travel/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1rUZsBv.png"/> |
|
||||||
| 0 | Italia 2 | [>](https://59d7d6f47d7fc.streamlock.net/italia2/italia2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ISbxfY0.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 | 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 | Iunior Tv | [>](https://5f22d76e220e1.streamlock.net/iuniortv/iuniortv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9jeNlLE.png"/> |
|
| 0 | Italia 8 Prestige | [>](https://5f22d76e220e1.streamlock.net/italia8prestige/italia8prestige/playlist.m3u8) | <img height="20" src="https://i.imgur.com/uDxWI4a.png"/> |
|
||||||
| 0 | L'Altro Corriere Tv | [>](https://stream.ets-sistemi.it/live.laltrocorrieretv/laltrocorrieretv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/dgj79J3.png"/> |
|
| 0 | Italia Channel | [>](https://stream1.aswifi.it/italiachannel/stream/index.m3u8) | <img height="20" src="https://i.imgur.com/zuuKXGv.png"/> | ItaliaChannel.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 | Iunior Tv | [>](https://5f22d76e220e1.streamlock.net/iuniortv/iuniortv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9jeNlLE.png"/> | IuniorTV.it |
|
||||||
| 0 | La Tua Tv | [>](https://wms2.zivoli.it/latuatv/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Nc3I0cS.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 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://cdn.mainstreaming.tv/live/100532/HVvPMzy/playlist.m3u8?rnd=861954) | <img height="20" src="https://i.imgur.com/02vCECa.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 Tv Calabria | [>](http://streamcdnb9-f5842579ff984c1c98d63b8d789673eb.msvdn.net/live/100197/SOrBDPy/playlist.m3u8) | <img height="20" src="https://i.imgur.com/2Ef6crS.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 | Lab Tv | [>](http://live.sloode.com:1935/labtv_live/labtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OpRS6Fl.png"/> |
|
| 0 | Lab Tv | [>](https://customer-yzibk50951uq418a.cloudflarestream.com/a58893dee4b9922a75e41b4ec4243f84/manifest/video.m3u8) | <img height="20" src="https://i.imgur.com/OpRS6Fl.png"/> |
|
||||||
| 0 | Lazio Tv | [>](https://streaming.softwarecreation.it/LazioTv/LazioTv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/6gbWHvP.jpg"/> |
|
| 0 | Lazio Tv | [>](https://5a1178b42cc03.streamlock.net/laziotv/laziotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DAj5Uwb.png"/> |
|
||||||
| 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://5e06222f4d978.streamlock.net/liratv/liratv1500/playlist.m3u8) | <img height="20" src="https://i.imgur.com/S0ReVEo.png"/> |
|
| 0 | Lira Tv | [>](https://a928c0678d284da5b383f29ecc5dfeec.msvdn.net/live/S57315730/8kTBWibNteJA/playlist.m3u8) | <img height="20" src="https://i.imgur.com/S0ReVEo.png"/> |
|
||||||
| 0 | Lombardia Tv | [>](https://5db313b643fd8.streamlock.net/LOMBARDIATV/LOMBARDIATV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aksVy9f.jpg"/> |
|
| 0 | Lombardia Tv | [>](https://5db313b643fd8.streamlock.net/lmbiatv/lmbiatv/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 | [>](http://wms.shared.streamshow.it:80/lucaniatv/lucaniatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wuUNVR5.png"/> |
|
| 0 | Lucania Tv | [>](https://cdn15.streamshow.it/cloud-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 | Media Tv | [>](http://live.sloode.com:1935/mediatv/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WFiRWO9.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 | Mediterranea Tv | [>](https://59bb40cf810aa.streamlock.net:4443/streamingvincente/streamingvincente/playlist.m3u8) | <img height="20" src="https://i.imgur.com/GUTOqRt.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://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://streamlive.arcapuglia.it:8080/live/medjugorietv/index.m3u8) | <img height="20" src="https://i.imgur.com/IWBeddh.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 | 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 | NSL | [>](https://streannunsec-lh.akamaihd.net/i/tv_1@868496/master.m3u8) | <img height="20" src="https://i.imgur.com/5W6vRaf.png"/> |
|
| 0 | Motori Tv | [>](https://5f22d76e220e1.streamlock.net/servizio01/servizio01/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NWXQKbl.png"/> |
|
||||||
| 0 | NTI Canale 271 | [>](https://www.ntimedia.it/video/S0/S0_master.m3u8) | <img height="20" src="https://i.imgur.com/zlmcUe0.jpg"/> |
|
| 0 | NTI Canale 271 | [>](https://www.ntimedia.it/video/S0B/S0B_master.m3u8) | <img height="20" src="https://i.imgur.com/zlmcUe0.jpg"/> |
|
||||||
| 0 | Napoli Nova Tv | [>](https://stream1.aswifi.it/napolinova/live/index.m3u8) | <img height="20" src="https://i.imgur.com/P5Boz0e.jpg"/> |
|
| 0 | News24 City | [>](https://dc3.telesveva.com:4433/news24.mp4) | <img height="20" src="https://i.imgur.com/dak9AtV.png"/> |
|
||||||
| 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 | Odeon 24 | [>](https://streaming.softwarecreation.it/Odeon/Odeon/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M1tVBuH.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 | Ofanto Tv | [>](http://media.az-mediaserver.com:1935/7446/7446/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UCgATWn.png"/> |
|
| 0 | Odeon 24 | [>](https://5a1178b42cc03.streamlock.net/odeon163/odeon163/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 | 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://5db313b643fd8.streamlock.net/Paroledivita/Paroledivita/chunklist_w2067011949.m3u8) | <img height="20" src="https://i.imgur.com/M9mIiZD.png"/> |
|
| 0 | Parole di Vita | [>](https://64b16f23efbee.streamlock.net/paroledivita/paroledivita/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M9mIiZD.png"/> |
|
||||||
| 0 | Partenope Tv | [>](https://streamlive.arcapuglia.it:8080/live/partenopetv/index.m3u8) | <img height="20" src="https://i.imgur.com/FtuWkj1.png"/> |
|
| 0 | Partenope Tv | [>](https://diretta.arcapuglia.it:8080/live/partenope/index.m3u8) | <img height="20" src="https://i.imgur.com/FtuWkj1.png"/> |
|
||||||
| 0 | Passione Lotto Tv | [>](http://185.63.52.103:8080/hls/passionelotto/1_2/index.m3u8) | <img height="20" src="https://i.imgur.com/E2JBphv.jpg"/> |
|
| 0 | 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 | Pop Tv | [>](https://59d7d6f47d7fc.streamlock.net/poptv/poptv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TeolCu9.png"/> |
|
| 2 | 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 |
|
||||||
| 0 | PrimAntenna TV | [>](https://585b674743bbb.streamlock.net:443/9062/9062/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gSklP3y.png"/> |
|
| 0 | Pop Tv | [>](https://stream1.aswifi.it/poptelevision/live/index.m3u8) | <img height="20" src="https://i.imgur.com/TeolCu9.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 Tv Napoli | [>](https://57068da1deb21.streamlock.net/primatvnapoli/primatvnapoli/playlist.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 | Primantenna Torino | [>](https://585b674743bbb.streamlock.net/9062/9062/playlist.m3u8) | <img height="20" src="https://i.imgur.com/sqEcPFs.gif"/> |
|
| 0 | PrimaFREE | [>](https://5f22d76e220e1.streamlock.net/primafree/primafree/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YrSSmOL.png"/> |
|
||||||
|
| 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 | R+Tv Abruzzo | [>](https://54627d4fc5996.streamlock.net/rnews/rnews/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jKVvT3K.jpg"/> |
|
| 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.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 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. Telecalabria | [>](https://w1.mediastreaming.it/calabriachannel/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tTYLcuh.jpg"/> |
|
| 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.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 Bruno Tv | [>](https://router.xdevel.com/video0s975758-473/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/y4vKE83.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 Ibiza | [>](https://str48.fluid.stream/RadioIbizaTV/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/uu0DHY5.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 Immagine Tv | [>](https://media.velcom.it:8081/RadioImmagineTV/index.fmp4.m3u8) | <img height="20" src="https://i.imgur.com/iQlXRAB.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 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 m2o Tv | [>](https://4c4b867c89244861ac216426883d1ad0.msvdn.net/live/S62628868/uhdWBlkC1AoO/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wl30UFj.png"/> | m2oTV.it |
|
||||||
| 0 | Reggio Tv | [>](https://59d7d6f47d7fc.streamlock.net/reggiotv/reggiotv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/merrg2C.png"/> |
|
| 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 | Rete 55 | [>](https://stream.internet.one/Rete55_Live/index.m3u8) | <img height="20" src="https://i.imgur.com/EsZn2cj.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 7 Tv | [>](https://stream.ets-sistemi.it/live.rete7/rete7/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lUTxfoh.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 | 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://dacastmmd.mmdlive.lldns.net/dacastmmd/dd01eec16f934937b790b24d4a7c7916/chunklist_b4628000.m3u8) | <img height="20" src="https://i.imgur.com/5WLYqLx.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 Sport | [>](https://dacastmmd.mmdlive.lldns.net/dacastmmd/ae2a474227e7496aaf9380bc9e2eaf91/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 Biella | [>](https://sb.top-ix.org/retebiella/streaming/playlist.m3u8) | <img height="20" src="https://i.imgur.com/e2ryHx7.png"/> |
|
| 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 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/rete/rete/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kCJ621Q.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 (Lazio) | [>](http://5c389faa13be3.streamlock.net:1935/8056/8056/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Ajaa5pk.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 (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 Ch 71 | [>](https://streaming.softwarecreation.it/RomaCH71/RomaCH71/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UVgXu9L.png"/> |
|
| 0 | Roma Tv 82 | [>](https://streaming.softwarecreation.it/RomaCH71/RomaCH71/playlist.m3u8) | <img height="20" src="https://i.imgur.com/C3UnlFF.png"/> |
|
||||||
| 0 | Rossini Tv | [>](https://5cbd3bc28341f.streamlock.net:444/rossinitv_live/944A-63A6-9EB8-4492/playlist.m3u8) | <img height="20" src="https://i.imgur.com/K0Em0nx.jpg"/> |
|
| 0 | Rossini Tv | [>](https://stream.rossinitv.it/memfs/3bca4ad7-adfc-4610-ac0e-e826743ddc57.m3u8) | <img height="20" src="https://i.imgur.com/K0Em0nx.jpg"/> |
|
||||||
| 0 | Rtc Targato Napoli | [>](https://eu1.servers10.com:8081/8014/index.m3u8) | <img height="20" src="https://i.imgur.com/Jsep7uM.png"/> |
|
| 0 | 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 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://streamcdng14-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S82929343/cAcsSu4Wecc5/chunklist_b5256000.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 | [>](http://845d8509d2cb4f249dd0b2ae5755b6c2.msvdn.net/live/S12268608/CXHH7K39hg9K/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xqlhJqK.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 | 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/T7kyY2p.png"/> |
|
| 0 | ST Europe Channel | [>](https://5f22d76e220e1.streamlock.net/steuropetv/steuropetv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/QpPgSfr.png"/> |
|
||||||
| 0 | Sardegna 1 | [>](https://59d8c0cee6f3d.streamlock.net/sardegnauno/sardegnauno/playlist.m3u8) | <img height="20" src="https://i.imgur.com/qRRGn1e.png"/> |
|
| 0 | Sardegna 1 | [>](https://7e1cc2454f2242afabe05cc0a2f483cd.msvdn.net/live/S30721796/ZS3Xu8mn5f0J/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YNEW2h2.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 | Sicilia Media | [>](http://live.streamcaster.net:1935/siciliamediatv_live/siciliamedia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oQwo4AP.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 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://flash8.xdevel.com/sienatv/sienatv/master.m3u8) | <img height="20" src="https://i.imgur.com/gcysky4.png"/> |
|
| 0 | Sienatv | [>](https://router.xdevel.com/video0s976727-1441/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gcysky4.png"/> |
|
||||||
| 0 | Siracusa Live Tv | [>](https://5db313b643fd8.streamlock.net/SRLIVE_1/SRLIVE_1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oyPkDnz.jpg"/> |
|
| 0 | Sophia Tv | [>](https://bild-und-ton.stream/sophiatv-it/smil:sophia-tv-it.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fiLNK3b.jpg"/> |
|
||||||
| 0 | Sophia Tv | [>](https://www.onairport.live/sophiatv-it-live/livestream_low/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fiLNK3b.jpg"/> |
|
| 0 | Stiletv | [>](https://proxy.media.convergenze.it/stiletv/streams/oQOFd7JglHjO1631525551097.m3u8) | <img height="20" src="https://i.imgur.com/ZP3cJi7.png"/> |
|
||||||
| 0 | Sport2U | [>](https://live.sport2u.tv/EvoLive/myStream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WW0lNk1.png"/> |
|
| 0 | Super J Tv | [>](https://59d39900ebfb8.streamlock.net/SuperJtv/SuperJtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5oy5Nuu.png"/> |
|
||||||
| 0 | Stiletv | [>](http://convision2.convergenze.it/hls-live/livepkgr/_definst_/liveevent/livestream1.m3u8) | <img height="20" src="https://i.imgur.com/v5Grhff.jpg"/> |
|
| 0 | Super Six | [>](https://5db313b643fd8.streamlock.net/SUPERSIXLombardia/SUPERSIXLombardia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kHSuyub.png"/> | SuperSix.it |
|
||||||
| 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 | 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 | T9 | [>](https://5a1178b42cc03.streamlock.net/t9/t9/playlist.m3u8) | <img height="20" src="https://i.imgur.com/XzL05Py.png"/> |
|
||||||
| 0 | T.S.E. Uno (Tele Scout Europa) | [>](http://stream.mariatvcdn.com/tse/bd5a2cb40637623177295aed22db25f9.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OA0PRsb.png"/> |
|
| 0 | TRC Santeramo | [>](https://stream7.livinlive.it/trc/trc/playlist.m3u8) | <img height="20" src="https://i.imgur.com/VbYdS8P.jpg"/> |
|
||||||
| 0 | T9 | [>](https://streaming.softwarecreation.it/tnove/tnove/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vlJaxJl.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 | 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 | [>](http://live.sloode.com:1935/tcf_live/telecineforum/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fiylFs2.jpg"/> |
|
| 0 | Tcf Tv | [>](https://stream10.xdevel.com/video1s977294-1864/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fiylFs2.jpg"/> |
|
||||||
| 0 | Tci | [>](https://player-api.new.livestream.com/accounts/27460990/events/8287184/broadcasts/223071659.secure.m3u8) | <img height="20" src="https://i.imgur.com/lCZTaKs.jpg"/> |
|
| 0 | 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 | 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 | [>](http://82.62.190.94/hls/telea/video.m3u8) | <img height="20" src="https://i.imgur.com/l7Za9KH.jpg"/> |
|
| 0 | Tele A | [>](https://lostream.it/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://5cbd3bc28341f.streamlock.net:444/teleacras/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/90Lsv8q.png"/> |
|
| 0 | Tele Acras | [>](https://5db313b643fd8.streamlock.net/teleacras/teleacras/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 Blu | [>](https://58d921499d3d3.streamlock.net/Teleblu/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NWMTlry.jpg"/> |
|
| 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 Boario | [>](http://flash7.streaming.xdevel.com/teleboario/teleboario/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LlLD3L6.png"/> |
|
| 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 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 | Tele Citta' Padova | [>](http://stream.telepadova.com/live/tv1.m3u8) | <img height="20" src="https://i.imgur.com/xvVgEaA.jpg"/> |
|
| 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 Club Italia | [>](https://www.theclubfactory.com/streaming/index.m3u8) | <img height="20" src="https://i.imgur.com/WxkOgg0.png"/> |
|
| 0 | Tele Cupole | [>](https://nrvideo1.newradio.it/euhsbdamnx/euhsbdamnx/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ZmUI9zb.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 | [>](http://wms.shared.streamshow.it/telefoggia/mp4:telefoggia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M7tqBu9.jpg"/> |
|
| 0 | Tele Foggia | [>](https://59d7d6f47d7fc.streamlock.net/telefoggia/telefoggia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/M7tqBu9.jpg"/> |
|
||||||
| 0 | Tele Friuli | [>](https://streamtechglobal.akamaized.net/hls/live/2024685/telefriuli/Group01/2024685-telefriuli/chunklist.m3u8) | <img height="20" src="https://i.imgur.com/AoQxZxD.png"/> |
|
| 0 | Tele Friuli | [>](https://5757bf2aa08e42248fb9b9d620f5d900.msvdn.net/live/S11646715/pE3ax0lT0rBd/playlist.m3u8) | <img height="20" src="https://i.imgur.com/AoQxZxD.png"/> |
|
||||||
| 0 | Tele Gela | [>](http://live.sloode.com:1935/qdg_live/AF74-FF2C-7350-41F2/playlist.m3u8) | <img height="20" src="https://i.imgur.com/sjrxbgP.png"/> |
|
| 0 | Tele 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 Lazio Nord | [>](http://tln.srfms.com:1935/TLN/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gZEojVW.png"/> |
|
| 0 | Tele Liberta' HD | [>](https://streaming.liberta.it/hls/liberta.m3u8) | <img height="20" src="https://i.imgur.com/XzAB5k7.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://64b16f23efbee.streamlock.net/teleliguriasud/teleliguriasud/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BeLAYJ6.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 Extra | [>](https://player.ilariochiera.it/fileadmin/hls/TelemiaExtra/stream.m3u8) | <img height="20" src="https://i.imgur.com/upzBG32.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 | [>](http://wms.shared.streamshow.it:80/telemia/telemia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/SdXpCwL.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 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/test/BlackMagic/playlist.m3u8) | <img height="20" src="https://i.imgur.com/u5VD0x9.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 Monteneve 3 | [>](http://wms.shared.streamshow.it/telemonteneve3/telemonteneve3/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LJhQApn.jpg"/> |
|
| 0 | Tele Nord Genova | [>](https://64b16f23efbee.streamlock.net/telenord/telenord/playlist.m3u8) | <img height="20" src="https://i.imgur.com/I6yegEK.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 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 Nord Est | [>](https://59d7d6f47d7fc.streamlock.net/telenord/telenord/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TakoSUX.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 Genova | [>](https://5db313b643fd8.streamlock.net/Telenord/Telenord/playlist.m3u8) | <img height="20" src="https://i.imgur.com/gQWB9Gx.png"/> |
|
|
||||||
| 0 | Tele Nostra | [>](https://meridelive-lh.akamaihd.net/i/ottop_1@118465/index_1_av-p.m3u8?sd=10&rebase=on) | <img height="20" src="https://i.imgur.com/FACahKZ.png"/> |
|
|
||||||
| 0 | Tele Occidente | [>](http://ciaoitalystream.ddns.net/live/webTELEOCCIDENTEweb/montelepre@palermo/2.m3u8) | <img height="20" src="https://i.imgur.com/3aOiWKa.png"/> |
|
|
||||||
| 0 | Tele Oltre | [>](http://1se1.troydesign.eu/np_teleoltre/_definst_/channel1_np_teleoltre/playlist.m3u8?ext=.m3u8) | <img height="20" src="https://i.imgur.com/PxtJAxs.png"/> |
|
| 0 | Tele Oltre | [>](http://1se1.troydesign.eu/np_teleoltre/_definst_/channel1_np_teleoltre/playlist.m3u8?ext=.m3u8) | <img height="20" src="https://i.imgur.com/PxtJAxs.png"/> |
|
||||||
| 0 | Tele One | [>](http://live.streamcaster.net:1935/mediaone_live/teleone/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hTDDVOQ.png"/> |
|
| 0 | Tele One | [>](https://648026e87a75e.streamlock.net/teleone/teleone/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9trB6mj.png"/> |
|
||||||
| 0 | Tele Pace 1 | [>](https://live.mariatvcdn.com/teleradiopace1/efcc8fc46cab26315ce3f5845d76008f.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/ut0Hg8o.png"/> |
|
|
||||||
| 0 | Tele Pace 2 | [>](https://live.mariatvcdn.com/teleradiopace2/254c9b5c52a73a94ef0f6169cbd05dc2.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/RqrPraO.png"/> |
|
|
||||||
| 0 | Tele Pace 3 | [>](https://live.mariatvcdn.com/teleradiopace3/d2274c22e9ee09eb2eda01ed0496f8f5.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/gLsE3mX.png"/> |
|
|
||||||
| 0 | Tele Pace 4 | [>](https://live.mariatvcdn.com/teleradiopace4/13d74f2cfe921bfbc262697203d47d8f.sdp/mono.m3u8) | <img height="20" src="https://i.imgur.com/tEQvgpz.png"/> |
|
|
||||||
| 0 | Tele Pace News | [>](https://live.mariatvcdn.com/teleradiopace6/d289fe76f16ad32afec471ea1b941583.sdp/index.m3u8) | <img height="20" src="https://i.imgur.com/AxmgoMT.png"/> |
|
|
||||||
| 0 | Tele Pace Roma | [>](https://live.mariatvcdn.com/mariatvpoint/d36592901d5429dd7f9ec1e7bbeda8c2.sdp/index.m3u8) | <img height="20" src="https://i.imgur.com/54oi0cg.png"/> |
|
|
||||||
| 0 | Tele Pace Trento | [>](https://5a1178b42cc03.streamlock.net/telepacetrento/telepacetrento/playlist.m3u8) | <img height="20" src="https://i.imgur.com/o5sQCpF.png"/> |
|
| 0 | Tele Pace Trento | [>](https://5a1178b42cc03.streamlock.net/telepacetrento/telepacetrento/playlist.m3u8) | <img height="20" src="https://i.imgur.com/o5sQCpF.png"/> |
|
||||||
| 0 | Tele Pace Verona | [>](https://live.mariatvcdn.com/TelepaceVerona/a9027aba28cf4b54d10aedc38b0df192.sdp/index.m3u8) | <img height="20" src="https://i.imgur.com/su2ipkb.png"/> |
|
|
||||||
| 0 | Tele Pavia | [>](http://wms.shared.streamshow.it:1935/telepavia/telepavia/live.m3u8) | <img height="20" src="https://i.imgur.com/YVodo4T.png"/> |
|
| 0 | Tele Pavia | [>](http://wms.shared.streamshow.it:1935/telepavia/telepavia/live.m3u8) | <img height="20" src="https://i.imgur.com/YVodo4T.png"/> |
|
||||||
| 0 | Tele Pegaso | [>](https://flash2.xdevel.com/telepegasocanale812/telepegasocanale812/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FQkM8Vd.png"/> |
|
| 0 | Tele 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://eu1.servers10.com:8081/8012/index.m3u8) | <img height="20" src="https://i.imgur.com/YPuoy8N.jpg"/> |
|
| 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 Pace 1 | [>](https://jk3lz2bwlw79-hls-live.mariatvcdn.it/teleradiopace1/efcc8fc46cab26315ce3f5845d76008f.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ORkkXM8.png"/> |
|
||||||
|
| 0 | Tele Radio Pace 2 | [>](https://zkpywrbgdbeg-hls-live.mariatvcdn.it/teleradiopace2/254c9b5c52a73a94ef0f6169cbd05dc2.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/U4E3eEr.png"/> |
|
||||||
|
| 0 | Tele Radio Pace 3 | [>](https://932y4273djv8-hls-live.mariatvcdn.it/teleradiopace3/d2274c22e9ee09eb2eda01ed0496f8f5.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/pTqIxFD.png"/> |
|
||||||
|
| 0 | Tele Radio Pace 4 | [>](https://j78dpr7nyq5r-hls-live.mariatvcdn.it/teleradiopace4/13d74f2cfe921bfbc262697203d47d8f.sdp/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KPHHsN5.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 Orte | [>](https://flash2.xdevel.com/ortetv/ortetv/index.m3u8) | <img height="20" src="https://i.imgur.com/uX2uxvN.png"/> |
|
||||||
| 0 | Tele Radio Sciacca | [>](http://5cbd3bc28341f.streamlock.net:1935/trs_live/teleradiosciacca-tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/suhz5mE.png"/> |
|
| 0 | Tele Radio Sciacca | [>](https://5db313b643fd8.streamlock.net/teleradiosciaccatv/teleradiosciaccatv/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 | [>](http://smart.telespazioplay.com:8080/play/stream.m3u8) | <img height="20" src="https://i.imgur.com/Io5w6lT.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 Star 1 | [>](http://193.34.109.10:8090/) | <img height="20" src="https://i.imgur.com/UZQjEsd.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 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 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://59d7d6f47d7fc.streamlock.net/televenezia/televenezia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/SavGpCE.jpg"/> |
|
||||||
| 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 | TeleAmbiente | [>](https://5f22d76e220e1.streamlock.net/teleambiente/teleambiente/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jxZcQhU.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/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 | Telegenova | [>](https://64b16f23efbee.streamlock.net/telegenova/telegenova/playlist.m3u8) | <img height="20" src="https://i.imgur.com/D6HC0So.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 | TeleRent 7Gold | [>](https://stream2.xdevel.com/video0s86-21/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wjZT8De.png"/> | 7Gold.it |
|
| 0 | Telenova | [>](https://64b16f23efbee.streamlock.net/telenova/telenova/playlist.m3u8) | <img height="20" src="https://i.imgur.com/x41IkJK.png"/> | Telenova.it |
|
||||||
| 0 | TeleRoma 1 | [>](https://stream9.xdevel.com/video0s976607-1377/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/3t7JWrf.png"/> |
|
| 0 | Telerama | [>](https://58d921499d3d3.streamlock.net/TeleRama/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/enfqUlI.jpg"/> |
|
||||||
| 0 | TeleRoma 2 | [>](https://57068da1deb21.streamlock.net/teletibur/teletibur/playlist.m3u8) | <img height="20" src="https://i.imgur.com/78hA7ma.png"/> |
|
| 0 | TeleRegione | [>](https://streaming.softwarecreation.it/TR118/TR118/playlist.m3u8) | <img height="20" src="https://i.imgur.com/i5WozUP.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 Color | [>](https://live.antennasudwebtv.it:9443/hls/vodtele.m3u8) | <img height="20" src="https://i.imgur.com/vi5Nf3S.png"/> |
|
||||||
| 0 | Teleuniverso | [>](https://media.velcom.it:19360/teleuniverso/teleuniverso.m3u8) | <img height="20" src="https://i.imgur.com/u8E9wBb.png"/> |
|
| 0 | TeleRegione Live | [>](https://5f22d76e220e1.streamlock.net/galluralive/galluralive/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DBrt8L3.png"/> |
|
||||||
| 0 | Televallo Trapani | [>](https://5cbd3bc28341f.streamlock.net:444/televallo/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/P6zuiRH.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 | Tevere Tv | [>](https://5926fc9c7c5b2.streamlock.net/9098/9098/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ghBX2Hn.png"/> |
|
| 0 | Telereporter | [>](https://5f22d76e220e1.streamlock.net/telereporter/telereporter/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WIo6SPc.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.ets-sistemi.it:19360/teleuniverso/teleuniverso.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 | Touring Tv | [>](https://flash2.xdevel.com/radiotouring10496/radiotouring10496_aac/playlist.m3u8) | <img height="20" src="https://i.imgur.com/E2Feao5.jpg"/> |
|
| 0 | Top Calcio 24 | [>](https://sportitaliaamd.akamaized.net/live/Telelombardia/hls/1CCCD0BCA2F9C979BC0632230F8E31EAEA41562B/index.m3u8) | <img height="20" src="https://i.imgur.com/DnVPKPE.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 | 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 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 12 | [>](https://59d7d6f47d7fc.streamlock.net/tv12/tv12/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oxv08pJ.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 Campi Flegrei | [>](https://tv.radiosaiuz.com:3836/live/campiflegreilive.m3u8) | <img height="20" src="https://i.imgur.com/9d2K1nX.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://diretta.arcapuglia.it:8080/live/teleluna/index.m3u8) | <img height="20" src="https://i.imgur.com/jxhuoyE.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 | Tvr Xenon | [>](https://cloudtv.azotosolutions.com:9553/tvrxenonlive/tvrxenonlive/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kLzW1Pf.jpg"/> |
|
| 0 | Tvm Palermo | [>](https://stream2.xdevel.com/video1s86-22/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/uqOdAXB.png"/> |
|
||||||
| 0 | Tvrs Tv | [>](https://59d7d6f47d7fc.streamlock.net/tvrs/tvrs/playlist.m3u8) | <img height="20" src="https://i.imgur.com/6p7hTmY.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 | Umbria TV | [>](https://umbriatv.stream.rubidia.it:8083/live/umbriatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/kccGe02.png"/> |
|
| 0 | Tvrs Tv | [>](https://cdn8.streamshow.it/cloud-tvrs/tvrs/playlist.m3u8) | <img height="20" src="https://i.imgur.com/6p7hTmY.jpg"/> |
|
||||||
|
| 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 | Video 33 | [>](http://livestream.goinfo.it/V33Live/v33ros/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Wp24htV.jpg"/> |
|
| 0 | VB33 | [>](https://live.ipstream.it/vb33/vb33.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ygDuIxU.png"/> |
|
||||||
| 0 | Video Brescia | [>](http://wms.shared.streamshow.it/videobrescia/videobrescia/hasbahca.m3u8) | <img height="20" src="https://i.imgur.com/9Fw2wBT.png"/> |
|
| 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 Mediterraneo | [>](http://stream.ets-sistemi.it:1935/live.rvm/rvmtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hJHC3uQ.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 Nola | [>](http://stream1.aswifi.it/videonola/live/index.m3u8) | <img height="20" src="https://i.imgur.com/M5z5UoD.jpg"/> |
|
| 0 | Video Nola | [>](https://videonola.aswifi.it/videonolaabr/live.m3u8) | <img height="20" src="https://i.imgur.com/M5z5UoD.jpg"/> |
|
||||||
| 0 | Video Star | [>](https://5cbd3bc28341f.streamlock.net:444/videostar_live/_definst_/videostar/playlist.m3u8) | <img height="20" src="https://i.imgur.com/1ddJVZ7.jpg"/> |
|
| 0 | 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 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 | Videostar Tv Lombardia | [>](http://dreamsiteradiocpvideo.com:1935/vds/vds/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ecpPFZL.jpg"/> |
|
| 0 | Videonovara | [>](https://ed04.top-ix.org/avtvlive/videonovara/streaming/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NnO7E5I.png"/> |
|
||||||
|
| 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 | Well Tv | [>](https://59d7d6f47d7fc.streamlock.net/welltv/welltv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Kqgz4Na.png"/> |
|
| 0 | Webcom Tv | [>](https://www.webcomiptv.it/mistserver/passionelotto/index.m3u8) | <img height="20" src="https://i.imgur.com/KLwj2vj.png"/> |
|
||||||
| 0 | Yvii Tv | [>](https://yviistreamer.kernel.online/hls/yviitv.m3u8) | <img height="20" src="https://i.imgur.com/yP5AvDo.png"/> |
|
| 0 | WLTV | [>](https://5db313b643fd8.streamlock.net/WLTV/WLTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aL8jKtU.png"/> |
|
||||||
| 0 | Zerouno Tv News | [>](https://5db313b643fd8.streamlock.net/ZerounoTVEventi/ZerounoTVEventi/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vxRzyjE.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 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>Samsung TV Plus</h2>
|
<h2>YouTube Live</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"/> |
|
| 0 | Radio Colonna Tv Ⓨ | [>](https://www.youtube.com/radiocolonna/live) | <img height="20" src="https://i.imgur.com/EcQvDfq.png"/> |
|
||||||
| 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 |
|
| 519 | TRM h24 Ⓨ | [>](https://www.youtube.com/user/trmh24/live) | <img height="20" src="https://i.imgur.com/d47CdYU.png"/> | TRMh24.it |
|
||||||
| 4005 | Euronews | [x](https://alchimie-euronews-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8MsbPCU.png"/> |
|
| 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 |
|
||||||
| 4051 | MMATV | [x](https://alchimie-mmatv-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/lDlbCo3.png"/> |
|
|
||||||
| 4052 | MySurf | [x](https://alchimie-mysurf-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BknaJ94.png"/> |
|
|
||||||
| 4053 | Motor1TV | [x](https://motorsportnetwork-motor1tv-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UERYhO1.png"/> |
|
|
||||||
| 4072 | FUEL TV | [>](https://fueltv-fueltv-6-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/4Lzo6M4.png"/> |
|
|
||||||
| 4073 | SportOutdoor.tv | [x](https://gto2000-sportoutdoortv-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fwOuEBl.png"/> |
|
|
||||||
| 4101 | Humanity Documentari | [x](https://alchimie-humanity-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/k5KusfQ.jpg"/> |
|
|
||||||
| 4250 | Yamato Animation | [x](https://yamatovideo-yamatoanimation-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rOl7HfS.png"/> |
|
|
||||||
| 4251 | Big Name | [x](https://alchimie-big-names-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/FsjPjTb.png"/> |
|
|
||||||
| 4253 | FailArmy | [>](https://failarmy-international-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/JmQ6QjL.png"/> |
|
|
||||||
| 4254 | The Pet Collective | [x](https://the-pet-collective-international-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/daTU44g.jpeg"/> |
|
|
||||||
| 4255 | Stories – Rakuten TV | [>](https://rakuten-spotlight-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/A3A97V1.jpeg"/> |
|
|
||||||
| 4256 | People Are Awesome | [x](https://jukin-peopleareawesome-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xwz9zKk.jpeg"/> |
|
|
||||||
| 4257 | A3series | [x](https://atresmedia-atreseries-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YE1PYtC.png"/> |
|
|
||||||
| 4258 | Canale Europa | [>](https://canaleeuropa-canaleeuropa-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Zw2ZIfz.jpg"/> |
|
|
||||||
| 4301 | MONDO TV KIDS | [x](https://mondotv-mondotvkids-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DMqKFIM.png"/> |
|
|
||||||
| 4302 | Amuse Animation | [x](https://amuse-amuseanimation-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TLIQ9Th.png"/> |
|
|
||||||
| 4305 | SuperToons TV | [x](https://kedoo-supertoonstv-4-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/A6vCYsC.png"/> |
|
|
||||||
| 4307 | Teletubbies | [x](https://dhx-teletubbies-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/tSw1oON.jpeg"/> |
|
|
||||||
| 4309 | duckTV | [>](https://mmm-ducktv-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BKoAJZV.jpeg"/> |
|
|
||||||
| 4351 | Brindiamo! | [x](https://okproductions-brindiamochannel-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8g0K6iP.jpeg"/> |
|
|
||||||
| 4352 | Fashion TV | [>](https://fashiontv-fashiontv-3-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KT3zgc1.png"/> |
|
|
||||||
| 4451 | Classical Harmony | [x](https://alchimie-classical-harmony-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Mje2i8r.png"/> |
|
|
||||||
| 4452 | Moods | [x](https://alchimie-moods-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xdycnbu.png"/> |
|
|
||||||
| 4502 | Bizzarro Movies | [x](https://minerva-bizzarromovies-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/EbDLnZB.png"/> |
|
|
||||||
| 4503 | Cinema Segreto | [x](https://minerva-cinemasegreto-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BkzplSs.png"/> |
|
|
||||||
| 4504 | CGtv | [x](https://cgentertainment-cgtv-1-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/6rsLtY7.png"/> |
|
|
||||||
| 4508 | Sofy.tv | [>](https://sofytv-samsungit.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fsJFJeZ.png"/> |
|
|
||||||
| 4510 | Dark Matter TV | [x](https://amg00434-tricoast-darkmatter-italy-samsunguk-lvse1.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Stm6Zc9.png"/> |
|
|
||||||
| 4547 | Documentari – Rakuten TV | [>](https://rakuten-documentaries-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rAHBiO8.jpg"/> |
|
|
||||||
| 4548 | Family – Rakuten TV | [>](https://rakuten-family-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/BCC123A.jpg"/> |
|
|
||||||
| 4549 | Drammatico – Rakuten TV | [>](https://rakuten-tvshows-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Nx3JzZK.jpg"/> |
|
|
||||||
| 4550 | Film d'azione – Rakuten TV | [>](https://rakuten-actionmovies-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KDmDQM6.jpg"/> |
|
|
||||||
| 5000 | Film Top – Rakuten TV | [>](https://rakuten-topfree-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/OfD9hM9.jpeg"/> |
|
|
||||||
| 5005 | Classico – Rakuten TV | [>](https://rakuten-classico-1-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ytN6jfl.jpeg"/> |
|
|
||||||
| 5008 | Thriller – Rakuten TV | [>](https://rakuten-thriller-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jJTnBNk.jpeg"/> |
|
|
||||||
| 5009 | Romance – Rakuten TV | [>](https://rakuten-romance-6-eu.rakuten.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TiXrzJZ.jpeg"/> |
|
|
||||||
|
|
||||||
<h2>Pluto TV</h2>
|
<h2>Twitch Live</h2>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 50 | South Park – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62bc1f502b70e3000706298e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/06wIdRV.png"/> |
|
| 0 | Antenna Sicilia Ⓣ | [>](https://www.twitch.tv/antennasicilia) | <img height="20" src="https://i.imgur.com/8DOdqsE.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"/> |
|
| 11 | Telecolor Ⓣ | [>](https://www.twitch.tv/telecolorlive) | <img height="20" src="https://i.imgur.com/rfNg6fw.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 | Teleroma 56 Ⓣ | [>](https://www.twitch.tv/teleroma_56) | <img height="20" src="https://i.imgur.com/wGfpUj8.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 | TeleRadioStereo Ⓣ | [>](https://www.twitch.tv/teleradiostereo) | <img height="20" src="https://i.imgur.com/eRNgqnA.png"/> |
|
||||||
| 110 | Film Azione – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa20a2e7f270007c4878d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/ZmAuf3H.png"/> |
|
|
||||||
| 115 | Film Romantici – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa4a4cc92820007b663af/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/sHg0bZc.png"/> |
|
|
||||||
| 120 | Film Thriller – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa5e995132a00075f7005/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/hIWMGRW.png"/> |
|
|
||||||
| 125 | Film Classici – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa3c446d73500075f0e24/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/jNyZPLV.png"/> |
|
|
||||||
| 130 | Cinema Italiano – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa7d8359b270007861489/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/drDX5DC.png"/> |
|
|
||||||
| 135 | Film Commedia – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa512d67fd900072323db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/cSKaVHW.png"/> |
|
|
||||||
| 140 | Film Drama – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa42b5c2b8f0007197529/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/X8jimKP.png"/> |
|
|
||||||
| 145 | Shorts – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61c49ccfcc9cc600070eae5c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/2tQnopK.png"/> |
|
|
||||||
| 200 | Settimo Cielo – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6245d3792792150007e20634/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/TC5lo6r.png"/> |
|
|
||||||
| 205 | MacGyver – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6245d4511358320007029cdf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/bz9IwWU.png"/> |
|
|
||||||
| 210 | I Jefferson – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62442f28afe626000747f195/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/PEjrLRc.png"/> |
|
|
||||||
| 215 | Sposati...con figli – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62443055c9735d00076feff7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/ZSqwxmH.png"/> |
|
|
||||||
| 220 | Serie – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9ff2722bfa400072676ef/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/CHBhRZr.png"/> |
|
|
||||||
| 225 | Serie Teen – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940639add5910008c0cdd1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/pBmsfU7.png"/> |
|
|
||||||
| 230 | Family – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6123742451cce0000789fc7a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Wux4qyT.png"/> |
|
|
||||||
| 235 | Consulenze illegali – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9dc99521a1400079bdfba/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/AoOiYJX.png"/> |
|
|
||||||
| 240 | Le sorelle mcleod – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a2837f8154ab0007c4dcdf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/P310ryf.png"/> |
|
|
||||||
| 300 | Star Trek – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619b87091a9c310008f733b5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/P68oN6Z.png"/> |
|
|
||||||
| 305 | Sci-Fi – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61728bb9ee3773000840c1fa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/5B94N8g.png"/> |
|
|
||||||
| 310 | Mutant X – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802c209a26320007c92ad5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/SptYKFI.png"/> |
|
|
||||||
| 315 | Andromeda – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802d37ee238e0007c94e64/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/2HFhwX9.png"/> |
|
|
||||||
| 400 | Scherzi e risate – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609404b0a8ec810007d8de9d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/kPxGzPI.png"/> |
|
|
||||||
| 405 | Ridiculousness – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd721e5b49e00079bfedc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Yyj3Dm6.png"/> |
|
|
||||||
| 410 | Fail army – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608014d19a26320007c92ab6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/SqRDd2U.png"/> |
|
|
||||||
| 415 | The pet collective – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60801317a0ccef00072aaf75/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/034PrSz.png"/> |
|
|
||||||
| 420 | Just for laughs – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f48c95132a00075fd859/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/VvEz0XX.png"/> |
|
|
||||||
| 425 | People are awesome – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608017cbe375e400070cc981/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/jn0OeWv.png"/> |
|
|
||||||
| 450 | Crime – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa777b907770007e5d05d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/WRMGIdb.png"/> |
|
|
||||||
| 500 | Il banco dei pugni – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60e4507a06171800072339a3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/2Lj1sdf.png"/> |
|
|
||||||
| 505 | Geordie Shore – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/619263ee9541940007d20d60/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/y0fkHVi.png"/> |
|
|
||||||
| 510 | Ex on the beach – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940ebad67fd900072382db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/IONkdyk.png"/> |
|
|
||||||
| 515 | Anima Latina – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6261868633a2890007e87885/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Q60nHCt.png"/> |
|
|
||||||
| 520 | Il Testimone – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbd3f0733df400076c9a2d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/9NXL9kY.png"/> |
|
|
||||||
| 525 | Catfish – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f9ed2c75660007322bb7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/KajHKoP.png"/> |
|
|
||||||
| 530 | Just Tattoo of Us – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62618478b389bb0007b24c12/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/UGx55Zq.png"/> |
|
|
||||||
| 535 | Are You The One? – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6094071be159e00007e860fa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/YqMl3Iu.png"/> |
|
|
||||||
| 540 | 16 anni e incinta – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60940a07d88ba90007b9cb71/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/4BHrbP7.png"/> |
|
|
||||||
| 545 | Reality – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61925f874b1ec000075e700a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/tPEOeTk.png"/> |
|
|
||||||
| 550 | Got Game – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61e9119366401100074dd3fd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/w9EJUQ3.png"/> |
|
|
||||||
| 600 | Due Fantagenitori – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62b57a6752a0060008bc65cd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/HOvLgGK.png"/> |
|
|
||||||
| 605 | Anime – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612375086abc84000738fc03/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/lkBlZgl.png"/> |
|
|
||||||
| 610 | Avatar – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/624da1cd2af90c0007c13205/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/KDSStnJ.png"/> |
|
|
||||||
| 615 | Super! Spongebob – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f9281db477000759fce0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/vFiwODM.png"/> |
|
|
||||||
| 700 | Super! Film – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626182c72e4c720007432786/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/tYAI0xu.png"/> |
|
|
||||||
| 705 | Kids – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/62444e195d2ab7000861694b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/ybd7A0r.png"/> |
|
|
||||||
| 710 | Super! Summer – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61fbf29bf123940007858709/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/jGL3SSp.png"/> |
|
|
||||||
| 715 | Super! Brothers and Sisters – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61925ea79541940007d20881/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/KSQvVye.png"/> |
|
|
||||||
| 720 | Super! Mystery – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6192624035f3910007fc7305/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/6So6078.png"/> |
|
|
||||||
| 725 | Super! Eroi – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f5ab128c2b00070ebd51/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/gsX9A5b.png"/> |
|
|
||||||
| 730 | Super! Icarly – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609401db8cf51c00084b592e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Mhl252U.png"/> |
|
|
||||||
| 735 | Super! POP – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f7b5bb49b90007cecaad/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/jlz31HP.png"/> |
|
|
||||||
| 740 | Super! Star – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6093f6f8351eb0000754afb8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/YLtqPkF.png"/> |
|
|
||||||
| 745 | Nickelodeon Ukraine – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/622a2d8da9d8210007d918c2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/syX2HGd.png"/> |
|
|
||||||
| 800 | Cucina – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa718a8ec810007d87fee/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/KsOhaOn.png"/> |
|
|
||||||
| 805 | Real life – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60801976f92a750007a0699c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/FpwqJYw.png"/> |
|
|
||||||
| 810 | Fashion – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60c88130ab4a9800074e5f87/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/cC0wrqG.png"/> |
|
|
||||||
| 850 | VH1+ Summer Vibes – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/626180ec537f210007e94b52/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/yka85yk.png"/> |
|
|
||||||
| 855 | VH1+ – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61cd822216e2fd00086d0aeb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/kmduUJ4.png"/> |
|
|
||||||
| 860 | Clubbing TV – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802de3fd2d70000763bb83/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/D5U4unl.png"/> |
|
|
||||||
| 865 | Qwest Jazz&Beyond – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60db3bbd9397a00007ab029a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Ch2qOA4.png"/> |
|
|
||||||
| 870 | Deluxe Lounge HD – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6278ec6c33d85a00077ad814/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/mTXgaKl.png"/> |
|
|
||||||
| 900 | World poker tour – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608016e446d73500075ea7e0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/AF1ON8u.png"/> |
|
|
||||||
| 905 | IGN – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608015ea48a6e800076f0f2f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/9SsTKJu.png"/> |
|
|
||||||
| 910 | Sport – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608030eff4b6f70007e1684c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/o2psAYW.png"/> |
|
|
||||||
| 915 | FUEL TV – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b9dbea1f19550007dd0dfa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/sfL6NXb.png"/> |
|
|
||||||
| 950 | Documentari – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/608aa8a5709d6b0007b132fe/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/0jYrODf.png"/> |
|
|
||||||
| 955 | Natura – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60802b37709d6b0007b0c549/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Pc4gx12.png"/> |
|
|
||||||
| 960 | Naturescape – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/610a9ebe8c2ac2000734776e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/CGB6qiV.png"/> |
|
|
||||||
| 965 | Euronews – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61b86ea479a4390007c6d5fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/Zpf2ykM.png"/> |
|
|
||||||
| 970 | CBS News – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6231ec4b62cd1f0007093c7b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/ApsK6Eq.png"/> |
|
|
||||||
| 975 | Telefe Noticias – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/627d15744208ae000727c67c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/X1YDGcd.png"/> |
|
|
||||||
| 980 | Chilevision Noticias – Pluto TV | [>](https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/627d16b55b43690007badae0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel) | <img height="20" src="https://i.imgur.com/uD3N2If.png"/> |
|
|
||||||
|
|
||||||
<h2>Invalid</h2>
|
<h2>Invalid</h2>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 8 | TV8 | [x](https://skyanywhere3-i.akamaihd.net/hls/live/510694/mtv8sdlive/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xvoHVOU.png"/> | TV8.it |
|
| 63 | GM24 Ⓢ | [x](https://streaming.softwarecreation.it/GM24/GM24/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UCntSA3.png"/> | GM24.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 |
|
| 167 | VH1 | [x](https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8) | <img height="20" src="https://i.imgur.com/5ONlZGS.png"/> | VH1Italia.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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 507 | Class CNBC | [x](https://859c1818ed614cc5b0047439470927b0.msvdn.net/live/S57048752/8raQqCXozN1H/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oAiSU8O.png"/> | ClassCNBC.it |
|
||||||
| 44 | Frisbee | [x](https://sbshdlu1-lh.akamaihd.net/i/sbshdl_21@443313/master.m3u8) | <img height="20" src="https://i.imgur.com/9y1zIAe.png"/> | Frisbee.it |
|
| 511 | BFC | [x](https://62becaa5a1e2f.streamlock.net/BFC/BFC/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3OOsLu6.png"/> | BFCForbes.it |
|
||||||
| 50 | Sky TG 24 Ⓢ | [x](https://skyanywhere3-i.akamaihd.net/hls/live/510696/tg24/playlist.m3u8) | <img height="20" src="https://i.imgur.com/q4d3Dah.png"/> | SkyTG24.it |
|
| 0 | Antenna Sud Sport | [x](https://live.antennasudwebtv.it:9443/hls/vodsport.m3u8) | <img height="20" src="https://i.imgur.com/cEyZnhJ.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 | Antenna Sud Sport 2 | [x](https://live.antennasudwebtv.it:9443/hls/vodsport2.m3u8) | <img height="20" src="https://i.imgur.com/dl86FW1.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 | Apulia Web Tv | [x](https://cp1.server89.com:19360/apuliawebtv/apuliawebtv.m3u8) | <img height="20" src="https://i.imgur.com/AnU4g2J.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 58 | [x](https://dotfvxkfj90ca.cloudfront.net/live/canale58_aac/master.m3u8) | <img height="20" src="https://i.imgur.com/RlFc74C.png"/> |
|
||||||
| 60 | 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 |
|
| 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"/> |
|
||||||
| 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 | InSiciliaTv | [x](https://live.elsignage.it/live/insicilia/index.m3u8) | <img height="20" src="https://i.imgur.com/TnVv6WP.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 | La Tua Tv | [x](https://wms2.zivoli.it/latuatv/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Nc3I0cS.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 | Media Tv | [x](http://live.sloode.com:1935/mediatv/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/WFiRWO9.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 | New Signal Tv Genova | [x](https://5f22d76e220e1.streamlock.net/NewSignalTV/NewSignalTV/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5uGTCJn.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 | NSL | [x](https://streannlivensl.cachefly.net/nsl1/nsl1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/5W6vRaf.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 | One Tv Emilia | [x](https://5db313b643fd8.streamlock.net:443/OneTvEmilia/OneTvEmilia/playlist.m3u8) | <img height="20" src="https://i.imgur.com/iAg0Kjl.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 | Prima Tivvù | [x](https://01.celinel.com/primativvu/primativvu2021/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oUGS2Nt.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 | R+ News Abruzzo | [x](https://5a1178b42cc03.streamlock.net/rnews/rnews/playlist.m3u8) | <img height="20" src="https://i.imgur.com/jKVvT3K.jpg"/> |
|
||||||
| 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 | Radio Tele Tebe | [x](https://5c389faa13be3.streamlock.net:9553/calabriasat/calabriasat/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YirYT4J.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 | Reklama Tv | [x](https://5f22d76e220e1.streamlock.net/reklamatv/reklamatv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hLcDMby.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 | 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"/> |
|
||||||
| 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 | Rete Chiara | [x](https://cp1.server89.com:19360/mediamasterpress/mediamasterpress.m3u8) | <img height="20" src="https://i.imgur.com/viL8ZrS.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 | Rtc Targato Napoli | [x](https://eu1.servers10.com:8081/8014/index.m3u8) | <img height="20" src="https://i.imgur.com/Jsep7uM.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 | SiracusaLive Tv | [x](https://5db313b643fd8.streamlock.net/SRLIVE_1/SRLIVE_1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/oyPkDnz.jpg"/> |
|
||||||
| 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 | Studio 100 | [x](https://cdn16.streamshow.it/cloud-studio100/studio100/playlist.m3u8) | <img height="20" src="https://i.imgur.com/z84qFXd.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 | 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 Pace Roma | [x](https://live.mariatvcdn.com/mariatvpoint/d36592901d5429dd7f9ec1e7bbeda8c2.sdp/index.m3u8) | <img height="20" src="https://i.imgur.com/54oi0cg.png"/> |
|
||||||
|
| 0 | Tele Pace News | [x](https://live.mariatvcdn.com/teleradiopace6/d289fe76f16ad32afec471ea1b941583.sdp/index.m3u8) | <img height="20" src="https://i.imgur.com/AxmgoMT.png"/> |
|
||||||
|
| 0 | Tele Pace Verona | [x](https://live.mariatvcdn.com/TelepaceVerona/a9027aba28cf4b54d10aedc38b0df192.sdp/index.m3u8) | <img height="20" src="https://i.imgur.com/su2ipkb.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"/> |
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,75 @@
|
||||||
<h1>Japan</h1>
|
<h1>日本 / Japan</h1>
|
||||||
|
|
||||||
|
<h2> 地上波/Terrestrial </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"/> |
|
| D011 | NHK総合 (東京) | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS291&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/fAZ2BEZ.png"/> | JOAKDTV.jp |
|
||||||
| 2 | NHK G Ⓢ | [>](https://nhk2.mov3.co/hls/nhk.m3u8) | <img height="20" src="https://i.imgur.com/ns0PHbl.png"/> | NHKGeneralTV.jp |
|
| D021 | NHK Eテレ(東京) | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS292&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/WxtftlO.png"/> | JOABDTV.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 |
|
| D041 | 日本テレビ | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS294&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/ecbM7QS.png"/> | JOAXDTV.jp |
|
||||||
| 4 | 日テレ1 Ⓢ | [>](https://ntv2.mov3.co/hls/ntv.m3u8) | <img height="20" src="https://i.imgur.com/IGu52nM.png"/> |
|
| D051 | テレビ朝日 | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS295&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/5XnMfcR.png"/> | JOEXDTV.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 |
|
| D061 | TBSテレビ | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS296&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/jIZ9TlO.png"/> | JORXDTV.jp |
|
||||||
| 6 | フジテレビ Ⓢ | [>](https://fujitv2.mov3.co/hls/fujitv.m3u8) | <img height="20" src="https://i.imgur.com/CjoqJXh.png"/> |
|
| D071 | テレビ東京 | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS297&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/U8jBxEi.png"/> | JOTXDTV.jp |
|
||||||
| 7 | TBS Ⓢ | [>](https://tbs2.mov3.co/hls/tbs.m3u8) | <img height="20" src="https://i.imgur.com/SzWJscr.png"/> |
|
| D081 | フジテレビ | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS298&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/epJYc7P.png"/> | JOCXDTV.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"/> |
|
|
||||||
| 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"/> |
|
<h2> BS/CS (Satellite) </h2>
|
||||||
| 10 | Tokyo MX1 | [>](https://movie.mcas.jp/mcas/mx1_2/master.m3u8) | <img height="20" src="https://i.imgur.com/ghRFrKj.png"/> | TokyoMX1.jp |
|
|
||||||
| 11 | Tokyo MX2 | [>](https://movie.mcas.jp/mcas/mx2_2/master.m3u8) | <img height="20" src="https://i.imgur.com/ghRFrKj.png"/> | TokyoMX2.jp |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
| 12 | HTB Ⓨ | [>](http://raw.githubusercontent.com/etag2000/IPTV/YTlive/hokkaidonews.m3u8) | <img height="20" src="https://i.imgur.com/A0Wj0Ys.png"/> |
|
|:-:|:--------------------:|:----------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------:|:-------------:|
|
||||||
| 13 | Gunma TV | [>](https://movie.mcas.jp/switcher/smil:mcas8.smil/master.m3u8) | <img height="20" src="https://i.imgur.com/Fik3Nm9.png"/> | GunmaTV.jp |
|
| BS101 | NHK BS | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS101&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/t0uZcSR.png"/> | NHKBS.jp |
|
||||||
| 14 | Weathernews | [>](http://movie.mcas.jp/mcas/wn1_2/master.m3u8) | <img height="20" src="https://i.imgur.com/7YLRtla.png"/> | Weathernews.jp |
|
| BS4K101 | NHK BSP4K | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS103&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/uvPpFo5.png"/> | NHKBSP4K.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 |
|
| BS141 | BS日テレ | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS141&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/26ATUNc.png"/> | BSNipponTV.jp |
|
||||||
| 16 | QVC Ⓢ | [>](http://cdn-live1.qvc.jp/iPhone/800/800.m3u8) | <img height="20" src="https://i.imgur.com/B74hZKd.png"/> | QVCJapan.jp |
|
| BS151 | BS朝日 | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS151&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/Cl68ZMA.png"/> | BSAsahi.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 |
|
| BS161 | BS-TBS | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS161&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/BSt9UG2.png"/> | BSTBS.jp |
|
||||||
|
| BS171 | BSテレ東 | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS171&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/LsQlNcz.png"/> | BSTVTokyo.jp |
|
||||||
|
| BS181 | BSフジ | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS181&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/N4xeDxJ.png"/> | BSFuji.jp |
|
||||||
|
| BS191 | WOWOWプライム | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS191&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat.com/logo/tv/ww/wowow_prime.png"/> | WOWOWPrime.jp |
|
||||||
|
| BS192 | WOWOWライブ | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS192&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat.com/logo/tv/ww/wowow_live.png"/> | WOWOWLive.jp |
|
||||||
|
| BS193 | WOWOWシネマ | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS193&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat.com/logo/tv/ww/wowow_cinema.png"/> | WOWOWCinema.jp |
|
||||||
|
| BS200 | BS10 | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS263&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/KPZiuHl.png"/> | jcom_120_110_4 |
|
||||||
|
| BS201 | BS10スターチャンネル | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS200&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/SN0ED0U.png"/> | jcom_120_200_4 |
|
||||||
|
| BS236 | アニマックス | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS236&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/jO0qUvj.png"/> | AnimaxAsia.sg@Japan |
|
||||||
|
| BS242 | J SPORTS 1 | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS242&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.starcat.co.jp/ch/upload/channel/69/jsports1_logo.jpg"/> | JSPORTS1.jp |
|
||||||
|
| BS243 | J SPORTS 2 | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS243&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.starcat.co.jp/ch/upload/channel/70/jsports2_logo.jpg"/> | JSPORTS2.jp |
|
||||||
|
| BS244 | J SPORTS 3 | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS244&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.starcat.co.jp/ch/upload/channel/71/jsports3_logo.jpg"/> | JSPORTS3.jp |
|
||||||
|
| BS245 | J SPORTS 4 | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS245&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.starcat.co.jp/ch/upload/channel/74/jsports4_logo.jpg"/> | JSPORTS4.jp |
|
||||||
|
| BS251 | 釣りビジョン | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS251&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/Yc7JvSK.png"/> | FishingVision.jp |
|
||||||
|
| BS255 | 日本映画専門チャンネル| [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS255&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/HdC3Hdc.png"/> | NihonEigaSenmonChannel.jp |
|
||||||
|
| CS055 | ショップチャンネル | [>](https://stream3.shopch.jp/HLS/master.m3u8) | <img height="30" src="https://i.imgur.com/CCMAF7W.png"/> | ShopChannel.jp |
|
||||||
|
| CS161 | QVC | [>](https://cdn-live1.qvc.jp/iPhone/1501/1501.m3u8) | <img height="30" src="https://i.imgur.com/FznYA39.png"/> | QVC.jp |
|
||||||
|
| CS218 | 東映チャンネル | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS218&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat-logo.com/logo/tv/tt/toei_channel.png"/> | ToeiChannel.jp |
|
||||||
|
| CS223 | チャンネルNECO | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS223&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat-logo.com/logo/tv/cc/channel-neco-jp.png"/> | ChannelNECO.jp |
|
||||||
|
| CS240 | ムービープラス | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS240&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat-logo.com/logo/tv/mm/movie_plus_jp.png"/> | MoviePlus.jp |
|
||||||
|
| CS254 | GAORA | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS254&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/Myh0PWD.png"/> | GAORASPORTS.jp |
|
||||||
|
| CS257 | 日テレジータス | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS257&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/xq1VG0E.png"/> | NitteleGPlus.jp |
|
||||||
|
| CS262 | ゴルフネットワーク | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS262&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/EVd8Vvp.png"/> | GolfNetwork.jp |
|
||||||
|
| CS292 | 時代劇専門チャンネル | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS292&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat-logo.com/logo/tv/jj/jidaigeki.png"/> | JidaigekiSenmonChannel.jp |
|
||||||
|
| CS293 | ファミリー劇場 | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS293&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.postimg.cc/k5fXKzj3/o023302751417597653027.jpg"/> | FamilyGekijyo.jp |
|
||||||
|
| CS294 | ホームドラマチャンネル | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS294&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat-logo.com/logo/tv/hh/home-drama-channelpng-jp.png"/> | HomeDramaChannel.jp |
|
||||||
|
| CS305 | チャンネル銀河 | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS305&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat-logo.com/logo/tv/cc/channel_ginga.png"/> | ChannelGinga.jp |
|
||||||
|
| CS310 | スーパー!ドラマTV | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS310&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat-logo.com/logo/tv/ss/super_drama_tv.png"/> | SuperDramaTV.jp |
|
||||||
|
| CS311 | アクションチャンネル | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS311&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/K0YyPwC.png"/> | AXN.jp |
|
||||||
|
| CS312 | Dlife | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS312&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/6gJZHPv.png"/> | FOX.jp |
|
||||||
|
| CS314 | LaLa TV | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS314&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat-logo.com/logo/tv/ll/lala_tv.png"/> | LaLaTV.jp |
|
||||||
|
| CS318 | Mnet | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=BS241&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat.com/logo/tv/mm/m_net_jp.png"/> | MnetJapan.jp |
|
||||||
|
| CS325 | Music ON TV!(エムオン) | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS325&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat-logo.com/logo/tv/mm/music_on_tv.png"/> | MUSICONTV.jp |
|
||||||
|
| CS329 | 歌謡ポップスチャンネル | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS329&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat-logo.com/logo/tv/kk/kayo-pops-jp.png"/> | KayoPops.jp |
|
||||||
|
| CS330 | キッズステーション | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS330&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat-logo.com/logo/tv/kk/kidsstation.png"/> | KidsStation.jp |
|
||||||
|
| CS349 | 日テレNEWS24 | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS349&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://i.imgur.com/jtSYegn.png"/> | NTVNEWS24.jp |
|
||||||
|
| CS363 | 囲碁・将棋チャンネル | [>](https://stream01.willfonk.com/live_playlist.m3u8?cid=CS363&r=FHD&ccode=JP&m=d0:20:20:04:35:cc&t=0d6938cb3dcf4b79848bc1753a59daf1) | <img height="30" src="https://www.lyngsat-logo.com/logo/tv/ii/igoshogi.png"/> | IgoShogiChannel.jp |
|
||||||
|
| スカパー!プレミアム527 | 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 |
|
||||||
|
|
||||||
|
<h2> CATV </h2>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:-:|:--------------------:|:----------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------:|:-------------:|
|
||||||
|
| JCOM307 | NHK WORLD JAPAN | [>](https://master.nhkworld.jp/nhkworld-tv/playlist/live.m3u8) | <img height="30" src="https://i.imgur.com/Mhw1Ihk.png"/> | NHKWorldJapan.jp |
|
||||||
|
|
||||||
|
<h2> Rチャンネル / ONLINE TV SERVICE by RAKUTEN </h2>
|
||||||
|
Channels in this category are Internet video streams intended for Japanese residents living in Japan.
|
||||||
|
◆Due to the nature of content intended for Japanese residents, geo-blocking (restrictions preventing viewing from outside Japan) may be in place.
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:-:|:--------------------:|:----------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------:|:-------------:|
|
||||||
|
| CH 106 | ウェザーニュースLiVE | [>](https://rch01e-alive-hls.akamaized.net/38fb45b25cdb05a1/out/v1/4e907bfabc684a1dae10df8431a84d21/index.m3u8) | <img height="30" src="https://channel.rakuten.co.jp/service/img/logo/chlogo-with-number/106_whethernews.png"/> | rch_45 |
|
||||||
|
| CH 108 | TOKYO MX チャンネル | [>](https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg01287-rakutentvjapan-tokyomx-cmaf-rakutenjp/playlist.m3u8) | <img height="30" src="https://channel.rakuten.co.jp/service/img/logo/chlogo-with-number/108_mx.png"/> | |
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,36 @@
|
||||||
<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 | 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 |
|
| 1 | KBS 1TV | [>](http://mytv.dothome.co.kr/ch/public/1.php) | <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 |
|
||||||
|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 |
|
| 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 |
|
||||||
|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 |
|
| 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 |
|
||||||
|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 |
|
| 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 |
|
||||||
|5 | EBS Kids(S) | [>](rtsp://ebsonair.ebs.co.kr/ebsutablet500k/tablet500k) | <img height="20" src="https://i.imgur.com/7K7zmoE.png"/> | EBSKids.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 |
|
||||||
|6 | KBS Korea(Y) | [>](https://www.youtube.com/watch?v=dbw4EbTEbe0) | <img height="20" src="https://kbsworldimage.kbs.co.kr/images/layout/logo/logo_korea_n.png"/> | KBSKorea.kr |
|
| 6 | 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 |
|
||||||
|
| 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 |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
<h1>Latvia</h1>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
| 11 | ReTV | [>](https://retv2132.bstrm.net/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 |
|
||||||
|
|
||||||
|
<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 |
|
||||||
|
|
||||||
|
<h3>Invalid</h3>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
| 1 | LTV1 | [>](https://ltvlive3167.bstrm.net/slive/_definst_/ltvlive_dzsv1_8wg_43518_default_1710_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://ltvlive3167.bstrm.net/slive/_definst_/ltvlive_event_3_pg2_44004_default_2306_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 Ⓨ | [x](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 |
|
||||||
|
| 99 | Visiem LTV | [x](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 |
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
<h1>Lithuania</h1>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
| 1 | LRT TV | [>](https://stream-syncwords.lrt.lt/out/v1/channel-group-lrt-portal-prod-01/channel-lrt-portal-prod-01/endpoint-lrt-portal-prod-01/index.m3u8) | <img height="20" src="https://i.imgur.com/FL2ZuGC.png"/> | LRTTV.lt |
|
||||||
|
| 3 | LRT Lituanica | [>](https://stream-live.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 |
|
||||||
|
| 9 | Lietuvos Rytas TV | [>](https://live.lietuvosryto.tv/live/hls/eteris.m3u8) | <img height="20" src="https://i.imgur.com/5wpxVI0.png"/> | LietuvosRytasTV.lt |
|
||||||
|
| 10 | Delfi TV | [>](https://s1.dcdn.lt/live/televizija/playlist.m3u8) | <img height="20" src="https://i.imgur.com/IFoHP5M.png"/> | DelfiTV.lt |
|
||||||
|
|
||||||
|
<h2>Invalid</h2>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
| 2 | LRT Plius | [x](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 | 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 |
|
||||||
|
| 9 | LNK | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=LNK) | <img height="20" src="https://i.imgur.com/arCZ56g.png"/> | LNK.lt |
|
||||||
|
| 10 | BTV | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=BTV) | <img height="20" src="https://i.imgur.com/AeplGsP.png"/> | BTV.lt |
|
||||||
|
| 11 | 2TV | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=2TV) | <img height="20" src="https://i.imgur.com/sZUIhGc.png"/> | 2TV.lt |
|
||||||
|
| 12 | Info TV | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=InfoTV) | <img height="20" src="https://i.imgur.com/EjQtIpM.png"/> | InfoTV.lt |
|
||||||
|
| 13 | TV1 | [x](https://www.tvkaista.net/stream-forwarder/get.php?x=TV1) | <img height="20" src="https://i.imgur.com/KLWDcFy.png"/> | TV1.lt |
|
||||||
|
| 14 | TVP Wilno | [x](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 |
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -8,3 +8,4 @@
|
||||||
|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 |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
# 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|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -16,16 +16,16 @@
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 1 | Omrop Fryslân | [>](https://d3pvma9xb2775h.cloudfront.net/live/omropfryslan/stream04/index.m3u8) | <img height="20" src="https://i.imgur.com/0VKJLAK.png"/> | OmropFryslanTV.nl |
|
| 1 | Omrop Fryslân | [>](https://d3pvma9xb2775h.cloudfront.net/live/omropfryslan/f8f68bd5/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0VKJLAK.png"/> | OmropFryslanTV.nl |
|
||||||
| 2 | RTV Noord | [>](https://media.rtvnoord.nl/live/rtvnoord/tv/3e8fe3c1-0868-49b0-b2f3-7dd6eb30651f/index.m3u8) | <img height="20" src="https://i.imgur.com/pO5Mexa.png"/> | RTVNoord.nl |
|
| 2 | RTV Noord | [>](https://media.rtvnoord.nl/live/rtvnoord/tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/pO5Mexa.png"/> | RTVNoord.nl |
|
||||||
| 3 | RTV Drenthe | [>](https://cdn.rtvdrenthe.nl/live/rtvdrenthe/tv/1080p/prog_index.m3u8) | <img height="20" src="https://i.imgur.com/GaGqM4z.png"/> | RTVDrenthe.nl |
|
| 3 | RTV Drenthe | [>](https://cdn.rtvdrenthe.nl/live/rtvdrenthe/tv/1080p/prog_index.m3u8) | <img height="20" src="https://i.imgur.com/GaGqM4z.png"/> | RTVDrenthe.nl |
|
||||||
| 4 | RTV Oost Ⓢ | [>](https://mediacdn.rtvoost.nl/live/rtvoost/tv-oost/index.m3u8) | <img height="20" src="https://i.imgur.com/8ropV29.png"/> | RTVOost.nl |
|
| 4 | RTV Oost | [>](https://d34cg2bnc08ruf.cloudfront.net/live/rtvoost/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/8ropV29.png"/> | RTVOost.nl |
|
||||||
| 5 | Omroep Gelderland Ⓢ| [>](http://web.omroepgelderland.nl/live/livetv.m3u8) | <img height="20" src="https://i.imgur.com/TPlyvUQ.png"/> | OmroepGelderlandTV.nl |
|
| 5 | Omroep Gelderland | [>](https://d2od87akyl46nm.cloudfront.net/live/omroepgelderland/tvgelderland-hls/index.m3u8) | <img height="20" src="https://i.imgur.com/TPlyvUQ.png"/> | OmroepGelderlandTV.nl |
|
||||||
| 6 | RTV Utrecht | [>](http://media.rtvutrecht.nl/live/rtvutrecht/rtvutrecht/index.m3u8) | <img height="20" src="https://i.imgur.com/c0I24N6.png"/> | RTVUtrecht.nl |
|
| 6 | RTV Utrecht | [>](http://media.rtvutrecht.nl/live/rtvutrecht/rtvutrecht/index.m3u8) | <img height="20" src="https://i.imgur.com/c0I24N6.png"/> | RTVUtrecht.nl |
|
||||||
| 7 | Omroep Flevoland Ⓢ | [>](https://d5ms27yy6exnf.cloudfront.net/live/omroepflevoland/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/d1CmTcI.png"/> | OmroepFlevolandTV.nl |
|
| 7 | Omroep Flevoland Ⓢ | [>](https://d5ms27yy6exnf.cloudfront.net/live/omroepflevoland/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/d1CmTcI.png"/> | OmroepFlevolandTV.nl |
|
||||||
| 8 | NH Nieuws | [>](https://rrr.sz.xlcdn.com/?account=nhnieuws&file=live&type=live&service=wowza&protocol=https&output=playlist.m3u8) | <img height="20" src="https://i.imgur.com/SQPVOwn.png"/> |
|
| 8 | NH Nieuws | [>](https://rrr.sz.xlcdn.com/?account=nhnieuws&file=live&type=live&service=wowza&protocol=https&output=playlist.m3u8) | <img height="20" src="https://i.imgur.com/SQPVOwn.png"/> |
|
||||||
| 9 | RTV Rijnmond | [>](http://d3r4bk4fg0k2xi.cloudfront.net/rijnmondTv/index.m3u8) | <img height="20" src="https://i.imgur.com/TNhUVEm.png"/> | RTVRijnmond.nl |
|
| 9 | RTV Rijnmond | [>](https://dcur8bjarl5c2.cloudfront.net/live/rijnmond/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/TNhUVEm.png"/> | RTVRijnmond.nl |
|
||||||
| 10 | Omroep West | [>](http://d2dslh4sd7yvc1.cloudfront.net/live/omroepwest/ngrp:tv-feed_all/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aax1HPH.png"/> | OmroepWestTV.nl |
|
| 10 | Omroep West | [>](https://d1axml5ozykh3g.cloudfront.net/live/omroepwest/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/aax1HPH.png"/> | OmroepWestTV.nl |
|
||||||
| 11 | Omroep Zeeland | [>](http://d3isaxd2t6q8zm.cloudfront.net/live/omroepzeeland/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/8aLDyUI.png"/> | OmroepZeelandTV.nl |
|
| 11 | Omroep Zeeland | [>](http://d3isaxd2t6q8zm.cloudfront.net/live/omroepzeeland/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/8aLDyUI.png"/> | OmroepZeelandTV.nl |
|
||||||
| 12 | Omroep Brabant | [>](http://d3slqp9xhts6qb.cloudfront.net/live/omroepbrabant/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/Jv7IjHJ.png"/> | OmroepBrabantTV.nl |
|
| 12 | Omroep Brabant | [>](http://d3slqp9xhts6qb.cloudfront.net/live/omroepbrabant/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/Jv7IjHJ.png"/> | OmroepBrabantTV.nl |
|
||||||
| 13 | L1 Ⓢ | [>](http://d34pj260kw1xmk.cloudfront.net/live/l1/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/Jyhn1iP.png"/> | L1TV.nl |
|
| 13 | L1 Ⓢ | [>](http://d34pj260kw1xmk.cloudfront.net/live/l1/tv/index.m3u8) | <img height="20" src="https://i.imgur.com/Jyhn1iP.png"/> | L1TV.nl |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,65 @@
|
||||||
|
<h1>North Macedonia</h1>
|
||||||
|
|
||||||
|
<h2>DVB-T</h2>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
| 1 | MRT1 Ⓖ | [x](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 Ⓖ | [x](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 Ⓖ | [x](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 Ⓖ | [x](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 Ⓖ | [x](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 Ⓖ | [x](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 Ⓢ Ⓖ | [x](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 Ⓢ Ⓖ | [x](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 Ⓢ Ⓖ | [x](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 Ⓢ Ⓖ | [x](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 Ⓢ Ⓖ | [x](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 | [x](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 | [x](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 Ⓢ Ⓖ | [x](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 | ТВ Сонце | [x](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 | Македонско Сонце | [x](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 Скопска Ⓖ | [x](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://hls.telekabel.com.mk:1936/live/11/playlist.m3u8) | <img height="20" src="https://i.imgur.com/MFKeNZx.png"/> | 24.mk |
|
||||||
|
| 12 | B1 Ⓖ | [x](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 | [x](http://ares.mnet.mk/hls/mnet-kids.m3u8) | <img height="20" src="https://i.imgur.com/XZwtu7Q.png"/> | kids.mnet.mk |
|
||||||
|
| 14 | ТВ НОВА 12 | [>](http://151.236.247.171:8080/nova/index.m3u8) | <img height="20" src="https://i.imgur.com/Qo3Hj3t.png"/> | tvnova12.mk|
|
||||||
|
| 15 | Вардар тв | [>](https://streaming.iptv.mk/fcvardar/index.fmp4.m3u8) | <img height="20" src="https://i.imgur.com/c2JHg9R.png"/> | vardar tv|
|
||||||
|
| 15 | ЗОНА М1 ТВ | [>](https://zonam1.ddns.net/hls/stream1.m3u8) | <img height="20" src="https://i.imgur.com/yTR7A0d.png"/> | zona m1|
|
||||||
|
|
||||||
|
<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 |
|
||||||
|
| 11 | INTV | [>](http://tv1.intv.mk:1935/live/intv/index.m3u8) | <img height="20" src="https://i.imgur.com/K7BSjqY.png"/> | |
|
||||||
|
| 12 | Macedonian Documentary Channel | [>](https://giganet.mk/hls/macdoc.m3u8) | <img height="20" src="https://i.imgur.com/uYyG2oA.png"/> | |
|
||||||
|
| 13 | Вистел| [>](https://live.vtv.mk/live/vtv/chunks.m3u8) | <img height="20" src="https://i.imgur.com/MbM0E6L.png"/> | |
|
||||||
|
| 13 | Стар Плус | [>](https://live.muzickatv.mk/live/StarMusic2.m3u8) | <img height="20" src="https://i.imgur.com/01yz22a.png"/> | |
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
<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,6 +2,15 @@
|
||||||
|
|
||||||
| # | 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 |
|
||||||
|
| 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 |
|
| 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/CNNportugal.php) | <img height="20" src="https://i.imgur.com/NYH39xs.png"/> | CNNPortugal.pt |
|
| 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 |
|
||||||
|
| 4 | Euronews em Português Ⓨ| [>](https://www.youtube.com/euronewspt/live) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png"/> | EuronewsPortuguese.fr |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
<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/10mmlha.png"/> | AlkassOne.qa |
|
||||||
|
| 7 | Alkass Two | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AlkassTwo) | <img height="20" src="https://i.imgur.com/8w61kFX.png"/> | AlkassTwo.qa |
|
||||||
|
| 8 | Alkass Three | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AlkassThree) | <img height="20" src="https://i.imgur.com/d57BdFh.png"/> | AlkassThree.qa |
|
||||||
|
| 9 | Alkass Four | [>](https://www.tvkaista.net/stream-forwarder/get.php?x=AlkassFour) | <img height="20" src="https://i.imgur.com/iDL65Wu.png"/> | AlkassFour.qa |
|
||||||
|
| 9 | Al Araby TV | [>](https://alaraby.cdn.octivid.com/alaraby/smil:alaraby.stream.smil/chunklist.m3u8) | <img height="20" src="https://i.imgur.com/YMqWEe4.png"/> | AlkassFour.qa |
|
||||||
|
|
@ -6,13 +6,23 @@ 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/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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
|
| 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>Commercial</h2>
|
<h2>Local</h2>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id|
|
| # | Channel | Link | Logo | EPG id|
|
||||||
|:---:|:--------------:|:-----:|:----:|:-----:|
|
|:---:|:--------------:|:-----:|:----:|:-----:|
|
||||||
| 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 |
|
| 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 |
|
||||||
|
| 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 |
|
||||||
|
|
|
||||||
101
lists/russia.md
101
lists/russia.md
|
|
@ -2,30 +2,89 @@
|
||||||
|
|
||||||
<h2>DVB-T2</h2>
|
<h2>DVB-T2</h2>
|
||||||
|
|
||||||
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)
|
https://ru.wikipedia.org/wiki/Цифровое_телевидение_в_России#Мультиплексы (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://www.youtube.com/euronewsru/live) | <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 |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 1 | Первый канал Ⓢ | [>](http://iptv.ktkru.ru:8001/index.m3u8) | <img height="20" src="https://i.imgur.com/1IqCGe9.png"/> | ChannelOne.ru |
|
| 0 | Арктика 24 Ⓥ | [>](https://vk.com/video-213370539_456239018) | <img height="20" src="https://i.imgur.com/CL0G88u.png"/> | Arktika24.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://live.mediacdn.ru/sr1/arhis24/playlist_hdhigh.m3u8) | <img height="20" src="https://i.imgur.com/mve0sSS.png"/> | Arkhyz24.ru |
|
||||||
| 3 | Матч ТВ Ⓢ | [>](http://iptv.ktkru.ru:8003/index.m3u8) | <img height="20" src="https://i.imgur.com/kFdooR4.png"/> | Match.ru |
|
| 0 | Астрахан 24 | [>](https://streaming.astrakhan.ru/astrakhan24/playlist.m3u8) | <img height="20" src="https://i.imgur.com/9WcnjQN.png"/> | Astrakhan24.ru |
|
||||||
| 4 | НТВ Ⓢ | [>](http://iptv.ktkru.ru:8004/index.m3u8) | <img height="20" src="https://i.imgur.com/DtQX5P2.png"/> | NTV.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 |
|
||||||
| 5 | Пятый канал Ⓢ | [>](http://iptv.ktkru.ru:8005/index.m3u8) | <img height="20" src="https://i.imgur.com/u8Q69D9.png"/> | 5Kanal.ru |
|
| 0 | Белгород 24 | [>](http://belnovosti.cdn.easyhoster.ru:8080/stream.m3u8) | <img height="20" src="https://i.imgur.com/EEirvyx.png"/> | Belgorod24.ru |
|
||||||
| 6 | Россия-Культура Ⓢ | [>](http://iptv.ktkru.ru:8006/index.m3u8) | <img height="20" src="https://i.imgur.com/S12gaLc.png"/> | RussiaK.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 |
|
||||||
| 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/volgograd/russia1-hd/index.m3u8) | <img height="20" src="https://i.imgur.com/gFMnaU5.png"/> | Volgograd24.ru |
|
||||||
| 8 | Карусель Ⓢ | [>](http://iptv.ktkru.ru:8008/index.m3u8) | <img height="20" src="https://i.imgur.com/4fFMlVq.png"/> | Karusel.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 |
|
||||||
| 9 | ОТР Ⓢ | [>](http://iptv.ktkru.ru:8009/index.m3u8) | <img height="20" src="https://i.imgur.com/QyZvT3e.png"/> | OTR.ru |
|
| 0 | Кавказ 24 | [x]() | <img height="20" src="https://i.imgur.com/DyJw1Pi.png"/> | Kavkaz24.ru |
|
||||||
| 10 | ТВ Центр Ⓢ | [>](http://iptv.ktkru.ru:8010/index.m3u8) | <img height="20" src="https://i.imgur.com/ZP0D6Rd.png"/> | TVCentr.ru |
|
| 0 | Катунь 24 Ⓞ | [>](https://ok.ru/video/1166706155179) | <img height="20" src="https://i.imgur.com/mr2Peqj.png"/> | Katun24.ru |
|
||||||
| 11 | Рен ТВ Ⓢ | [>](http://iptv.ktkru.ru:8011/index.m3u8) | <img height="20" src="https://i.imgur.com/18TAzYV.png"/> | RENTV.ru |
|
| 0 | Крым 24 | [>](https://cdn.1tvcrimea.ru/24tvcrimea.m3u8) | <img height="20" src="https://i.imgur.com/k4C0uvp.png"/> | Crimea24.ru |
|
||||||
| 12 | Спас Ⓢ | [>](http://iptv.ktkru.ru:8012/index.m3u8) | <img height="20" src="https://i.imgur.com/A6Cqsom.jpeg"/> | TelekanalSpas.ru |
|
| 0 | Кубань 24 Ⓞ | [>](https://ok.ru/video/4157442498242) | <img height="20" src="https://i.imgur.com/atzrXcz.png"/> | Kuban24.ru |
|
||||||
| 13 | СТС Ⓢ | [>](http://iptv.ktkru.ru:8013/index.m3u8) | <img height="20" src="https://i.imgur.com/y9bpqUD.png"/> | STS.ru |
|
| 0 | Луганск 24 | [>](https://tv.gtrklnr.ru/hls/Lugansk24.m3u8) | <img height="20" src="https://i.imgur.com/YnLFQnt.png"/> | Lugansk24.ua |
|
||||||
| 14 | Домашний Ⓢ | [>](http://iptv.ktkru.ru:8014/index.m3u8) | <img height="20" src="https://i.imgur.com/e8wlMIt.png"/> | Domashniy.ru |
|
| 0 | Мир Белогорья | [>](http://mirbelogorya.ru:8080/mirbelogorya/index.m3u8) | <img height="20" src="https://i.imgur.com/CCNAg7R.png"/> | MirBelogorya.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://player.smotrim.ru/iframe/stream/live_id/1661) | <img height="20" src="https://i.imgur.com/gXbUMVy.png"/> | Moskva24.ru |
|
||||||
| 16 | Пятница! Ⓢ | [>](http://iptv.ktkru.ru:8016/index.m3u8) | <img height="20" src="https://i.imgur.com/rS11zVB.png"/> | Pyatnitsa.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 |
|
||||||
| 17 | Звезда Ⓢ | [>](http://iptv.ktkru.ru:8017/index.m3u8) | <img height="20" src="https://i.imgur.com/c0L0ncA.png"/> | TelekanalZvezda.ru |
|
| 0 | Самара 24 | [>](https://vgtrkregion.cdnvideo.ru/vgtrk/samara/regionHD/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Xg7Xzna.png"/> | Samara24.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://saratov24.tv/online/playlist.php) | <img height="20" src="https://i.imgur.com/Y5G3ET6.png"/> | Saratov24.ru |
|
||||||
| 19 | ТНТ Ⓢ | [>](http://iptv.ktkru.ru:8019/index.m3u8) | <img height="20" src="https://i.imgur.com/1WqIPOB.png"/> | TNT.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 |
|
||||||
| 20 | Муз-ТВ Ⓢ | [>](http://iptv.ktkru.ru:8020/index.m3u8) | <img height="20" src="https://i.imgur.com/Ml3qqOF.png"/> | MuzTV.ru |
|
| 0 | Тольятти 24 | [>](https://tvtogliatti24.ru/hls/live1080/index.m3u8) | <img height="20" src="https://i.imgur.com/5jVKopE.png"/> | Tolyatti24.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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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_b1692000_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_b2192000_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>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
<h1>Saudi Arabia</h1>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:--:|:-------------------------:|:---------------------------------------------------------------------------------------------------------:|:----:|:------------------------:|
|
||||||
|
| 1 | Al Saudiya | [>](https://shd-gcp-live.edgenextcdn.net/live/bitmovin-saudi-tv/2ad66056b51fd8c1b624854623112e43/index.m3u8) | <img height="20" src="https://i.imgur.com/GRQTndk.png"/> | AlSaudiya.sa |
|
||||||
|
| 2 | SBC Saudi Arabia | [>](https://shd-gcp-live.edgenextcdn.net/live/bitmovin-sbc/90e09c0c28db26435799b4a14892a167/index.m3u8) | <img height="20" src="https://i.imgur.com/9JSQglj.png"/> | SBC.sa |
|
||||||
|
| 3 | Thikrayat | [x](https://edge.taghtia.com/sa/3.m3u8) | <img height="20" src="https://i.imgur.com/AKa1X9d.png"/> | ThikrayatTV.sa |
|
||||||
|
| 4 | Al Ekhbariya | [>](https://shd-gcp-live.edgenextcdn.net/live/bitmovin-al-ekhbaria/297b3ef1cd0633ad9cfba7473a686a06/index.m3u8) | <img height="20" src="https://i.imgur.com/WcRlHQm.png"/> | AlEkhbariya.sa |
|
||||||
|
| 5 | Al Saudiya Alaan | [>](https://shd-gcp-live.edgenextcdn.net/live/bitmovin-ksa-now/71ed3aa814c643306c0a8bc4fcc7d17f/index.m3u8) | <img height="20" src="https://i.imgur.com/sEOjApe.png"/> | AlSaudiyaAlaan.sa |
|
||||||
|
| 6 | KSA Sports 1 | [x](https://edge.taghtia.com/sa/9.m3u8) | <img height="20" src="https://i.imgur.com/ONKNOAp.png"/> | KSASports1.sa |
|
||||||
|
| 7 | KSA Sports 2 | [x](https://edge.taghtia.com/sa/10.m3u8) | <img height="20" src="https://i.imgur.com/v8ULLqg.png"/> | KSASports2.sa |
|
||||||
|
| 8 | KSA Sports 3 | [x](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://al-ekhbaria-prod-dub.shahid.net/out/v1/9885cab0a3ec4008b53bae57a27ca76b/index.m3u8) | <img height="20" src="https://i.imgur.com/A2fJysM.png"/> | AlQuranAlKareemTV.sa |
|
||||||
|
| 10 | Al Sunnah Al Nabawiyah TV | [x](https://edge.taghtia.com/sa/6.m3u8) | <img height="20" src="https://i.imgur.com/S6LcTJv.png"/> | AlSunnahAlNabawiyahTV.sa |
|
||||||
|
| 10 | Rotana Cinema KSA | [>](https://bcovlive-a.akamaihd.net/9527a892aeaf43019fd9eeb77ad1516e/eu-central-1/6057955906001/playlist.m3u8) | <img height="20" src="https://i.imgur.com/pGgp38I.png"/> | RotanaCinemaKSA.sa |
|
||||||
|
| 10 | Rotana Kids | [x](https://shls-rotanakids-prod-dub.shahid.net/out/v1/df6e0eb3cdc4410b98209aafc8677cef/index.m3u8) | <img height="20" src="https://i.imgur.com/YQKf0tq.png"/> | RotanaKids.sa |
|
||||||
|
| 10 | Rotana Comedy | [x](https://daiconnect.com/live/hls/rotana/comedy/.m3u8) | <img height="20" src="https://i.imgur.com/IlT8U6S.png"/> | RotanaComedy.sa |
|
||||||
|
| 10 | Rotana Khalijia | [x](https://shls-rotanakhalijia-prod-dub.shahid.net/out/v1/a639fd49db684f1b8c063d398101a888/index.m3u8) | <img height="20" src="https://i.imgur.com/6HMluzv.png"/> | RotanaKhalijia.sa |
|
||||||
|
| 10 | Rotana Drama | [x](https://daiconnect.com/live/hls/rotana/drama/.m3u8) | <img height="20" src="https://i.imgur.com/btnhPjZ.png"/> | RotanaDrama.sa |
|
||||||
|
| 10 | Rotana Classic | [>](https://bcovlive-a.akamaihd.net/0debf5648e584e5fb795c3611c5c0252/eu-central-1/6057955906001/playlist.m3u8) | <img height="20" src="https://i.imgur.com/pMMUvkt.png"/> | RotanaClassic.sa |
|
||||||
|
| 10 | Rotana Ciip | [x](http://37.122.156.107:4000/play/a0b7/index.m3u8) | <img height="20" src="https://i.imgur.com/nhREk0o.png"/> | RotanaClip.sa |
|
||||||
|
| 10 | Rotana Music | [x](https://daiconnect.com/live/hls/rotana/music/.m3u8) | <img height="20" src="https://i.imgur.com/2zFQbQi.png"/> | RotanaMusic.sa |
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -2,15 +2,17 @@
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 1 | Jednotka | [>](https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=1) | <img height="20" src="https://i.imgur.com/T7EWAe7.png"/> | RTVS1.sk |
|
| 1 | :Jednotka | [>](https://sktv.plainrock127.xyz/get.php?x=STV1) | <img height="20" src="https://i.imgur.com/T7EWAe7.png"/> | Jednotka.sk |
|
||||||
| 2 | Dvojka | [>](https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=2) | <img height="20" src="https://i.imgur.com/Ksi25UD.png"/> | RTVS2.sk |
|
| 2 | :Dvojka | [>](https://sktv.plainrock127.xyz/get.php?x=STV2) | <img height="20" src="https://i.imgur.com/Ksi25UD.png"/> | Dvojka.sk |
|
||||||
| 3 | 24 | [>](https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=3) | <img height="20" src="https://i.imgur.com/sdSsFU0.png"/> | RTVS24.sk |
|
| 3 | :24 | [>](https://sktv.plainrock127.xyz/get.php?x=STV24) | <img height="20" src="https://i.imgur.com/sdSsFU0.png"/> | 24.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 |
|
| 4 | :Šport | [>](https://sktv.plainrock127.xyz/get.php?x=SPORT) | <img height="20" src="https://i.imgur.com/YzHipRF.png"/> | Sport.sk |
|
||||||
| 5 | :O | [>](https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=4) | <img height="20" src="https://i.imgur.com/Nf5gEDc.png"/> |
|
| 5 | :O | [>](https://sktv.plainrock127.xyz/get.php?x=STV-O) | <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"/> |
|
| 6 | STVR | [>](https://sktv.plainrock127.xyz/get.php?x=RTVS) | <img height="20" src="https://i.imgur.com/Nf5gEDc.png"/> |
|
||||||
| 7 | NR SR | [>](https://yoink-that-stv-jgskjbq68tnj.runkit.sh/?x=5) | <img height="20" src="https://i.imgur.com/sPDiS5q.png"/> |
|
| 7 | NR SR | [>](https://sktv.plainrock127.xyz/get.php?x=NR_SR) | <img height="20" src="https://i.imgur.com/sPDiS5q.png"/> | TVNRSR.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 |
|
| 8 | JOJ | [>](https://live.cdn.joj.sk/live/andromeda/joj-1080.m3u8) | <img height="20" src="https://i.imgur.com/5BAWD0z.png"/> | TVJOJ.sk |
|
||||||
| 9 | JOJ Plus | [>](https://st01-1.iptv.joj.sk/102-tv-pc.m3u8) | <img height="20" src="https://i.imgur.com/fKPliTj.png"/> | JojPlus.sk |
|
| 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 |
|
||||||
| 10 | WAU | [>](https://st01-1.iptv.joj.sk/103-tv-pc.m3u8) | <img height="20" src="https://i.imgur.com/3M46moH.png"/> | TVWAU.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 |
|
||||||
| 11 | Senzi | [>](http://lb.streaming.sk/senzi/stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/W82dwzf.png"/> | Senzi.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 |
|
||||||
| 12 | TA3 Ⓢ | [>](https://get-a-flippin-ta3-url-dss6dgprdpjf.runkit.sh/) | <img height="20" src="https://i.imgur.com/kPFBxc9.png"/> | TA3.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 |
|
||||||
|
| 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.plainrock127.xyz/get.php?x=TA3) | <img height="20" src="https://i.imgur.com/kPFBxc9.png"/> | TA3.sk |
|
||||||
|
|
|
||||||
|
|
@ -6,14 +6,21 @@ https://en.wikipedia.org/wiki/Television_in_Slovenia
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 1 | RTV SLO 1 | [>](https://31-rtvslo-tv-slo1-int.cdn.eurovisioncdn.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/YIZOtcm.png"/> | TVSlovenija1.si |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
|
|
||||||
<h2>Invalid</h2>
|
<h2>DVB-S</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 |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -1,40 +1,70 @@
|
||||||
<h1>Spain</h1>
|
<h1>Spain</h1>
|
||||||
|
|
||||||
<h2>DVB-T</h2>
|
<h2>TDT</h2>
|
||||||
|
|
||||||
https://en.wikipedia.org/wiki/Television_in_Spain#Digital_terrestrial_television
|
https://en.wikipedia.org/wiki/Television_in_Spain#Digital_terrestrial_television
|
||||||
<h3>National</h3>
|
<h3>National</h3>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:--:|:-----------------------------:|:--------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------:|
|
||||||
| 1 | La 1 | [>](https://rtvelivestreamv3.akamaized.net/segments/la1/la1_main_720.m3u8) | <img height="20" src="https://i.imgur.com/NbesiPn.png"/> | La1.es |
|
| 1 | La 1 | [>](https://dh6vo1bovy43s.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-x3gcl32l5ffq2/La_1_ES.m3u8) | <img height="20" src="https://i.imgur.com/NbesiPn.png"/> | La1.es |
|
||||||
| 2 | La 2 | [>](https://rtvelivestreamv3.akamaized.net/segments/la2/la2_main_1080.m3u8) | <img height="20" src="https://i.imgur.com/DmuTwDw.png"/> | La2.es |
|
| 2 | La 2 | [>](https://di2qeq48iv8ps.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-o8u23e6v7vptv/La_2_ES.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 | [>](http://185.189.225.150:85/Antena3HD/index.m3u8) | <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 | [>](http://185.189.225.150:85/CuatroHD/index.m3u8) | <img height="20" src="https://i.imgur.com/zROxNap.png"/> | Cuatro.es |
|
||||||
| 5 | Telecinco | [x]() | <img height="20" src="https://i.imgur.com/JECsKdk.png"/> | Telecinco.es |
|
| 5 | Telecinco | [>](http://185.189.225.150:85/TeleCincoHD/index.m3u8) | <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 | [>](http://185.189.225.150:85/LaSexta/index.m3u8) | <img height="20" src="https://i.imgur.com/b59MxgM.png"/> | LaSexta.es |
|
||||||
| 7 | 24h | [>](https://rtvelivestreamv3.akamaized.net/segments/24h/24h_main_720.m3u8) | <img height="20" src="https://i.imgur.com/ZKR2jKr.png"/> | 24h.es |
|
| 7 | 24h | [>](https://d3pfmk89wc0vm9.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-nlow3qkp9tmdm/24H_ES.m3u8) | <img height="20" src="https://i.imgur.com/ZKR2jKr.png"/> | 24h.es |
|
||||||
| 8 | tdp | [>](https://rtvelivestreamv3.akamaized.net/segments/tdp/tdp_main_1080.m3u8) | <img height="20" src="https://i.imgur.com/HliegRJ.png"/> | tdp.es |
|
| 8 | tdp | [>](https://rtvelivestream.akamaized.net/rtvesec/tdp/tdp_main.m3u8) | <img height="20" src="https://i.imgur.com/HliegRJ.png"/> | tdp.es |
|
||||||
| 9 | clan | [>](https://rtvelivestreamv3.akamaized.net/segments/clan/clan_main_720.m3u8) | <img height="20" src="https://i.imgur.com/38xIfQ3.png"/> | clan.es |
|
| 9 | clan | [>](https://rtvelivestream.akamaized.net/rtvesec/clan/clan_main_dvr.m3u8) | <img height="20" src="https://i.imgur.com/38xIfQ3.png"/> | clan.es |
|
||||||
|
| 10 | TVE Internacional Europe-Asia | [>](https://rtvelivestream.akamaized.net/rtvesec/int/tvei_eu_main_dvr.m3u8) | <img height="20" src="https://i.imgur.com/ow1HArj.png"/> | TVEInternacionalEuropeAsia.es |
|
||||||
|
| 11 | Neox Ⓢ | [>](http://185.189.225.150:85/neox/index.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/neox-es.png"/> | Neox.es |
|
||||||
|
| 12 | Nova Ⓢ | [>](http://185.189.225.150:85/nova/index.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/nova-es.png"/> | Nova.es |
|
||||||
|
| 13 | Mega Ⓢ | [>](http://185.189.225.150:85/mega/index.m3u8) | <img height="20" src="https://i.imgur.com/Udrt2eK.png"/> | Mega.es |
|
||||||
|
| 14 | Atreseries Ⓢ | [>](http://181.78.109.48:8000/play/a00l/index.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/atreseries-es.png"/> | Atreseries.es |
|
||||||
|
| 15 | FDF | [>](http://185.189.225.150:85/fdf/index.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/fdf-es.png"/> | FactoriadeFiccion.es |
|
||||||
|
| 16 | Divinity Ⓖ | [>](https://directos.divinity.es/orilinear04/live/linear04/main/main.isml/main-audio_spa=128000-video=1500000.m3u8) | <img height="20" src="https://i.imgur.com/o7fvEr6.png"/> | Divinity.es |
|
||||||
|
| 17 | Energy Ⓖ | [>](https://directos.energytv.es/orilinear03/live/linear03/main/main.isml/main-audio_spa=128000-video=1500000.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/energy-es.png"/> | Energy.es |
|
||||||
|
| 18 | Boing | [>](http://185.189.225.150:85/boing/index.m3u8) | <img height="20" src="https://i.imgur.com/nUYuCAP.png"/> | Boing.es |
|
||||||
|
| 19 | Be Mad Ⓖ | [>](https://directos.bemad.es/orilinear02/live/linear02/main/main.isml/main-audio_spa=128000-video=1500000.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Be_Mad_TV.svg/512px-Be_Mad_TV.svg.png"/> | BeMad.es |
|
||||||
|
| 20 | Paramount Network | [>](http://185.189.225.150:85/Paramount/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Paramount_Network.svg/512px-Paramount_Network.svg.png"/> | ParamountNetwork.es |
|
||||||
|
| 21 | RNE para todos | [>](https://rtvelivestream.akamaized.net/rtvesec/rne/rne_para_todos_main.m3u8) | <img height="20" src="https://graph.facebook.com/radionacionalrne/picture?width=200&height=200"/> | RNE.es |
|
||||||
|
| 22 | euronews | [>](https://euronews-live-spa-es.fast.rakuten.tv/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6571/bitok/eyJzdGlkIjoiMDA0YjY0NTMtYjY2MC00ZTZkLTlkNzEtMTk3YTM3ZDZhZWIxIiwibWt0IjoiZXMiLCJjaCI6NjU3MSwicHRmIjoxfQ==/26034/euronews-es.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/international/euro-news-int.png"/> | Euronews.es |
|
||||||
|
| 23 | El País | [>](https://d2xqbi89ghm9hh.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-79fx3huimw4xc-ssai-prd/fast-channel-el-pais.m3u8) | <img height="20" src="https://graph.facebook.com/elpais/picture?width=200&height=200"/> | ElPaisTV.es |
|
||||||
|
| 24 | Negocios | [>](https://streaming013.gestec-video.com/hls/negociostv.m3u8) | <img height="20" src="https://pbs.twimg.com/profile_images/1321367703731523584/bNMmbetI_200x200.jpg"/> | NegociosTV.es |
|
||||||
|
| 25 | Squirrel | [>](https://tsw.streamingwebtv24.it:1936/inteccdn1/inteccdn1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/urF0kYA.png"/> | Squirrel.es |
|
||||||
|
| 26 | BOM Cine | [>](https://tsw.streamingwebtv24.it:1936/inteccdn3/inteccdn3/playlist.m3u8) | <img height="20" src="https://i.imgur.com/cqhofMU.png"/> | BomCine.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://imgur.com/VSDsSTZ.png"/>| Telemadrid.es |
|
| 1 | Telemadrid | [>](https://telemadrid-23-secure2.akamaized.net/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/TeleMadrid.svg/512px-TeleMadrid.svg.png"/> | Telemadrid.es |
|
||||||
| 2 | La Otra | [>](https://laotrahls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid/laotra_1/bitrate_1.m3u8) | <img height="20" src="https://imgur.com/W1UZyXH.png" /> |
|
| 2 | La Otra | [>](https://laotra-1-23-secure2.akamaized.net/master.m3u8) | <img height="20" src="https://i.imgur.com/W1UZyXH.png" /> | LaOtra.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"/>|
|
| 3 | Canal Sur Andalucía | [>](https://d35x6iaiw8f75z.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-kbwsl0jk1bvoo/canal_sur_andalucia_es.m3u8) | <img height="20" src="https://i.imgur.com/WcVOXPr.png"/> | CanalSurAndalucia.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 |
|
| 4 | La 7 CYLTV | [x]() | <img height="20" src="https://i.imgur.com/o2FlMXP.png"/> | La7deCyLTV.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"/>|
|
| 5 | La 8 Mediterráneo | [>](https://streaming004.gestec-video.com/hls/8TV.m3u8) | <img height="20" src="https://graph.facebook.com/la8mediterraneo/picture?width=200&height=200"/> | La8Mediterraneo.es |
|
||||||
| 6 | Televisión Canaria Ⓨ | [>](https://www.youtube.com/watch?v=6LlZXt8nk4s)|<img height="20" src="https://imgur.com/68LNS8e.png"/>|
|
| 6 | Televisión Canaria Ⓨ | [>](https://www.youtube.com/user/TelevisionCanaria/live) | <img height="20" src="https://i.imgur.com/68LNS8e.png"/> | TVCanaria.es |
|
||||||
| 7 | IB3 Global Ⓨ | [>](https://www.youtube.com/watch?v=MtNkzID0ULs)|<img height="20" src="https://i.imgur.com/b59MxgM.png"/>|
|
| 7 | IB3 Global Ⓨ | [>](https://www.youtube.com/c/ib3/live) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/ib3-es.png"/> | IB3.es |
|
||||||
| 8 | Canal Extremadura |[>](https://cdnlive.shooowit.net/canalextremaduralive/smil:channel1.smil/chunklist_b1500000.m3u8)|<img height="20" src="https://imgur.com/xBeywIA.png"/>|
|
| 8 | Canal Extremadura | [>](https://cdnapisec.kaltura.com/p/5581662/sp/558166200/playManifest/entryId/1_1u7ssdy3/protocol/https/format/applehttp/flavorIds/1_8xbndriw/a.m3u8) | <img height="20" src="https://i.imgur.com/xBeywIA.png"/> | CanalExtremadura.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 |
|
| 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 |
|
||||||
| 10 |EITB1 |[>](https://multimedia.eitb.eus/live-content/etb1hd-hls/bitrate_4.m3u8)|<img height="20" src="https://imgur.com/VBVu2bu.png"/>|
|
| 10 | ETB1 | [>](https://multimedia.eitb.eus/live-content/etb1hd-hls/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/ETB1_2022_logo.svg/512px-ETB1_2022_logo.svg.png"/> | ETB1.es |
|
||||||
| 11 |EITB2|[>](https://multimedia.eitb.eus/live-content/etb2hd-hls/bitrate_4.m3u8)|<img height="20" src="https://imgur.com/VBVu2bu.png"/>|
|
| 11 | ETB2 | [>](https://multimedia.eitb.eus/live-content/etb2hd-hls/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/ETB2_2022_logo.svg/512px-ETB2_2022_logo.svg.png"/> | ETB2.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"/>|
|
| 12 | TV3 | [>](http://185.189.225.150:85/tv3/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/TV3.svg/300px-TV3.svg.png"/> | TV3.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"/>|
|
| 12 | TV3Cat Ⓖ | [>](https://directes3-tv-int.3catdirectes.cat/live-content/tvi-hls/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/TV3CAT.svg/512px-TV3CAT.svg.png"/> | TV3CAT.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"/>|
|
| 13 | 3/24 | [>](https://directes-tv-int.3catdirectes.cat/live-origin/canal324-hls/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/3-24-es.png"/> | 324.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"/>|
|
| 14 | Bon Dia | [>](https://directes-tv-int.3catdirectes.cat/live-content/bondia-hls/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/4/4f/Logo_Bon_Dia_TV.png"/> | BonDiaTV.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"/>|
|
| 15 | SX3 Ⓖ | [>](https://directes-tv-cat.3catdirectes.cat/live-content/super3-hls/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/SX3_logo.svg/2880px-SX3_logo.svg.png"/> | SX3.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" /> |
|
| 15 | El 33 Ⓖ | [>](https://directes-tv-cat.3catdirectes.cat/live-origin/c33-super3-hls/master.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/el-33-es.png"/> | El33.es |
|
||||||
|
| 15 | Esport3 Ⓖ | [>](https://directes-tv-es.3catdirectes.cat/live-origin/esport3-hls/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Esport3.svg/1200px-Esport3.svg.png"/> | Esport3.es |
|
||||||
|
| 15 | Canal TE24 | [>](https://ingest1-video.streaming-pro.com/esportsteABR/etestream/playlist.m3u8) | <img height="20" src="https://i.ibb.co/3ynghbW/logox2.png"/> | CanalTerresdelEbre.es |
|
||||||
|
| 16 | À Punt TV | [>](https://bcovlive-a.akamaihd.net/8499d938ef904e39b58a4adec2ddeada/eu-west-1/6057955885001/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/M88LoNl.png"/> | APunt.es |
|
||||||
|
| 17 | 7 Región de Murcia Ⓢ | [>](https://rtv-murcia-live.globalmest.com/principal/smil:principal.smil/playlist.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/La_7_logo.svg/150px-La_7_logo.svg.png" /> | La7.es |
|
||||||
|
| 17 | Canal 4 Tenerife | [>](https://videoserver.tmcreativos.com:19360/ccxwhsfcnq/ccxwhsfcnq.m3u8) | <img height="20" src="https://i.imgur.com/Egymir4.png" /> | Canal4Tenerife.es |
|
||||||
|
| 17 | Televisión Melilla | [>](https://tvmelilla-hls-rm-lw.flumotion.com/playlist.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/refs/heads/main/countries/spain/television-melilla-es.png" /> | TelevisionMelilla.es |
|
||||||
|
| 18 | La 1 (Catalunya) | [>](https://rtvelivestream-clnx.rtve.es/rtvesec/cat/la1_cat_main_dvr.m3u8) | <img height="20" src="https://i.imgur.com/NbesiPn.png"/> | La1Catalunya.es |
|
||||||
|
| 19 | La 1 (Canarias) | [>](https://rtvelivestream-clnx.rtve.es/rtvesec/can/la1_can_main_720.m3u8) | <img height="20" src="https://i.imgur.com/NbesiPn.png"/> | La1Canarias.es |
|
||||||
|
| 20 | La 2 (Catalunya) | [>](https://rtvelivestream.akamaized.net/rtvesec/cat/la2_cat_main_dvr.m3u8) | <img height="20" src="https://i.imgur.com/DmuTwDw.png"/> | La2Catalunya.es |
|
||||||
|
| 21 | La 2 (Canarias) | [>](https://ztnr.rtve.es/ztnr/5468585.m3u8) | <img height="20" src="https://i.imgur.com/DmuTwDw.png"/> | La2Canarias.es |
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -1,10 +1,38 @@
|
||||||
<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://i.imgur.com/ZoBXmOO.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://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/SVT1_logo_2016.svg/800px-SVT1_logo_2016.svg.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 |
|
||||||
| 5 | Kanal 5 | [x]() | <img height="20" src="https://i.imgur.com/8FeQ4ev.png"/> | Kanal5.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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
|
| 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 |
|
||||||
|
| 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 |
|
| 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 |
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 1 | RSI La 1 | [>](http://190.2.155.162/RSI1/index.m3u8) | <img height="20" src="https://i.imgur.com/j8ogbli.png"/> | RSILa1.ch |
|
| 1 | RSI La 1 | [>](http://190.2.155.162/RSI1/index.m3u8) | <img height="20" src="https://i.imgur.com/j8ogbli.png"/> | RSILa1.ch |
|
||||||
| 2 | RSI La 2 | [>](http://190.2.155.162/RSI2/index.m3u8) | <img height="20" src="https://i.imgur.com/vm62h3t.png"/> | RSILa2.ch |
|
| 2 | RSI La 2 | [>](http://190.2.155.162/RSI2/index.m3u8) | <img height="20" src="https://i.imgur.com/vm62h3t.png"/> | RSILa2.ch |
|
||||||
| 3 | Teleticino | [>](https://livestream.gruppocdt.ch/hls/teleticino.m3u8) | <img height="20" src="https://i.imgur.com/zm2ruqz.png"/> | TeleTicino.ch |
|
| 3 | Teleticino | [>](https://vstream-cdn.ch/hls/teleticino_720p/index.m3u8) | <img height="20" src="https://i.imgur.com/zm2ruqz.png"/> | TeleTicino.ch |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
<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"/> | |
|
||||||
|
|
@ -24,9 +24,13 @@ 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 |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
224
lists/uk.md
224
lists/uk.md
|
|
@ -2,30 +2,122 @@
|
||||||
|
|
||||||
<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 |
|
||||||
|
|:----:|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------:|
|
||||||
|
| 1 | BBC One Ⓖ | [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_yorks/iptv_hd_abr_v1.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 |
|
||||||
|
| 2 | BBC Two Ⓖ | [>](https://vs-hls-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_two_hd/iptv_hd_abr_v1.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 |
|
||||||
|
| 3 | ITV 1 | [x](http://198.16.100.90:8278/itv1_antik/playlist.m3u8?tid=MD2D6334659563346595&ct=19226&tsum=79815878394f0f1cd30a6f043febfbb8) | <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 |
|
||||||
|
| 4 | STV Ⓖ | [x](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 |
|
||||||
|
| 5 | UTV | [x](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 |
|
||||||
|
| 6 | Channel 4 Ⓢ | [>](http://176.65.146.105:8011/play/a07w/index.m3u8) | <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 |
|
||||||
|
| 7 | 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 | Channel 5 Ⓢ | [x](http://45.153.35.210:8000/play/UK_channel_5_sd/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 2 | [x](http://198.16.100.90:8278/itv2_antik/playlist.m3u8?tid=ME1E6151053761510537&ct=19249&tsum=1ef927017460bcb40a504bbebc9eecb8) | <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 |
|
||||||
|
| 10 | BBC Alba Ⓖ | [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_alba/iptv_hd_abr_v1.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 |
|
||||||
|
| 11 | BBC Four Ⓖ | [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_four_hd/iptv_hd_abr_v1.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 |
|
||||||
|
| 12 | 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 |
|
||||||
|
| 13 | ITV 3 | [x](http://line.premiumpowers.net/play/live.php?mac=00:1A:79:73:45:10&extension=ts&stream=30531) | <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 |
|
||||||
|
| 14 | Sky Arts Ⓢ | [x](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 |
|
||||||
|
| 15 | Quest UK | [x](http://92.114.85.81:8000/play/a055/index.m3u8) | <img height="20" src="https://i.imgur.com/9IFXXNc.png"/> | QuestUK.uk |
|
||||||
|
| 16 | E4 Ⓢ | [>](http://176.65.146.105:8011/play/E4HD/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 |
|
||||||
|
| 17 | Film4 Ⓢ | [>](http://176.65.146.105:8011/play/FILM4SD/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 |
|
||||||
|
| 18 | QVC UK Ⓢ | [>](https://qvcuk-live.akamaized.net/hls/live/2097112/qvc/3/3.m3u8) | <img height="20" src="https://i.imgur.com/6TWUVrh.png"/> | QVCUK.uk |
|
||||||
|
| 19 | Really Ⓢ | [x](http://92.114.85.80:8000/play/a04x) | <img height="20" src="https://i.imgur.com/lY5sFgo.png"/> | Really.uk |
|
||||||
|
| 20 | More4 Ⓢ | [x](http://45.153.35.210:8000/play/UK_more_4_sd/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 |
|
||||||
|
| 21 | 5USA Ⓢ | [x](http://45.153.35.210:8000/play/UK_5_usa_sd/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 Ⓖ | [>](https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_three_hd/iptv_hd_abr_v1.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 Ⓢ | [x](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 | [x](http://line.premiumpowers.net/play/live.php?mac=00:1A:79:73:45:10&extension=ts&stream=30530) | <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 Ⓢ | [x](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 Ⓢ | [x](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 Ⓢ | [x](http://45.153.35.210:8000/play/UK_e4_extra_sd/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 Ⓢ | [x](http://45.153.35.210:8000/play/UK_5_star_sd/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 Ⓢ | [x](http://45.153.35.210:8000/play/UK_5_action_sd/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 Ⓢ | [x](http://45.153.35.210:8000/play/UK_great_movies_sd/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 Ⓢ | [x](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 Ⓢ | [x](http://line.premiumpowers.net/play/live.php?mac=00:1A:79:73:45:10&extension=ts&stream=164004) | <img height="20" src="https://i.imgur.com/CDsoyjN.png"/> | DMAXUK.uk |
|
||||||
|
| 40 | Quest Red Ⓢ | [x](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 Ⓢ | [x](http://45.153.35.210:8000/play/UK_legend_sd/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 Ⓢ | [x](http://45.153.35.210:8000/play/UK_great_tv_action_sd/index.m3u8) | <img height="20" src="https://i.imgur.com/O9eiO0I.png"/> | GreatAction.uk |
|
||||||
|
| 43 | Food Network UK Ⓢ | [x](http://line.premiumpowers.net/play/live.php?mac=00:1A:79:73:45:10&extension=ts&stream=45275) | <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 |
|
||||||
|
| 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 Ⓢ | [x](http://45.153.35.210:8000/play/UK_5_select_sd/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 Ⓢ | [x](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://176.65.146.170:8013/play/a06p/index.m3u8) | <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 Ⓢ | [x](http://45.153.35.210:8000/play/UK_great_tv_sd/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://ythls.armelin.one/channel/UCJbgGTpBWuC87VFIKTTO4RQ.m3u8) | <img height="20" src="https://i.imgur.com/su6GH7i.png"/> | IdealWorldTV.uk |
|
||||||
|
| 52 | Great! Romance Ⓢ | [x](http://45.153.35.210:8000/play/UK_great_romance_sd/index.m3u8) | <img height="20" src="https://www.freeview.co.uk/sites/default/files/styles/255_wide/public/2023-09/GREAT-Christmas-logo.png"/> | GreatRomance.uk |
|
||||||
|
| 64 | Blaze Ⓖ | [>](https://live.blaze.tv/live7/blaze/bitrate1.isml/live.m3u8) | <img height="20" src="https://i.imgur.com/6UcPWP9.png"/> | Blaze.uk |
|
||||||
|
| 65 | That's 60s Ⓢ | [x](http://92.114.85.79:8000/play/a0bq) | <img height="20" src="https://i.imgur.com/MjdQpF2.png"/> | Thats60s.uk |
|
||||||
|
| 66 | TBN UK Ⓢ | [x](http://92.114.85.79:8000/play/a08g) | <img height="20" src="https://i.imgur.com/9vzEz1b.png"/> | TBNUK.uk |
|
||||||
|
| 67 | CBS reality UK Ⓢ | [x](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 Ⓢ | [x](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 Ⓢ | [x](http://92.114.85.81:8000/play/a01m/index.m3u8) | <img height="20" src="https://i.imgur.com/YSbBSTA.png"/> | HorrorXtra.uk |
|
||||||
|
| 67 | True Crime Ⓢ | [x](http://45.153.35.210:8000/play/UK_cbs_reality_sd/index.m3u88) | <img height="20" src="https://raw.githubusercontent.com/dp247/mediaportal-uk-logos/master/TV/True-Crime-UK.png"/> | TrueCrime.uk |
|
||||||
|
| 69 | True Crime Xtra Ⓢ | [x](http://45.153.35.210:8000/play/UK_reality_xtra_sd/index.m3u8) | <img height="20" src="https://raw.githubusercontent.com/dp247/mediaportal-uk-logos/master/TV/True-Crime-Xtra.png"/> | TrueCrimeXtra.uk |
|
||||||
|
| 70 | LegendXtra Ⓢ | [x](http://45.153.35.210:8000/play/UK_horror_xtra_sd/index.m3u8) | <img height="20" src="https://raw.githubusercontent.com/dp247/mediaportal-uk-logos/master/TV/Legend-Xtra.png"/> | LegendXtra.uk |
|
||||||
|
| 71 | That's 70s Ⓢ | [x](http://45.153.35.210:8000/play/MUS_thats_70s_sd/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 Ⓢ | [x](http://45.153.35.210:8000/play/MUS_thats_80s_sd/index.m3u8) | <img height="20" src="https://i.imgur.com/nWbgsfP.png"/> | Thats80s.uk |
|
||||||
|
| 79 | EarthXTV | [>](https://ov.ottera.tv/live/master.m3u8?channel=earth_et) | <img height="20" src="https://i.imgur.com/AvJRFKf.png"/> | EarthXUK.uk |
|
||||||
|
| 82 | Talking Pictures TV Ⓢ | [x](http://92.114.85.79:8000/play/a0bt) | <img height="20" src="https://i.imgur.com/S1zoIp7.png"/> | TalkingPicturesTV.uk |
|
||||||
|
| 83 | Together TV Ⓢ | [x](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 Ⓢ | [x](http://45.153.35.210:8000/play/UK_pop_sd/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 Ⓢ | [x](http://45.153.35.210:8000/play/UK_tiny_pop_sd/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 Ⓢ | [x](http://45.153.35.210:8000/play/UK_pop_max_sd/index.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 | [x](http://45.153.35.210:8000/play/NEWS_bbc_news_HD/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 |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 1 | BBC One Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/72knNcb.png"/> | BBCOne.uk |
|
| 177 | Court TV UK Ⓢ | [x](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 |
|
||||||
| 2 | BBC Two Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/Bn29Mmo.png"/> | BBCTwo.uk |
|
| 205 | France 24 | [>](https://ythls.armelin.one/channel/UCQfwfsi5VrQ8yKZ-UWmAEFg.m3u8) | <img height="20" src="https://i.imgur.com/61MSiq9.png"/> | France24English.fr |
|
||||||
| 3 | ITV Ⓢ | [>](http://31.220.41.88:8081/live/itv1.stream/chunks.m3u8) | <img height="20" src="https://i.imgur.com/ABwq10G.png"/> |
|
| 208 | Bloomberg TV | [>](https://bloomberg.com/media-manifest/streams/eu.m3u8) | <img height="20" src="https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1074.png"/> | BloombergTVEurope.uk |
|
||||||
| 4 | Channel 4 Ⓢ| [x]() | <img height="20" src="https://i.imgur.com/LfvwZfy.png"/> |
|
| 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 |
|
||||||
| 5 | Channel 5 Ⓢ| [x]() | <img height="20" src="https://i.imgur.com/MlQrMU8.png"/> |
|
| 210 | CNBC HD | [x](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 |
|
||||||
| 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"/> |
|
| 214 | Arirang World | [>](http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/chunklist_b2256000_sleng.m3u8) | <img height="20" src="https://raw.githubusercontent.com/tv-logo/tv-logos/67cfa9368d2d135744732a3aed3baecb3fadcf13/countries/international/arirang-int.png"/> | ArirangWorld.kr |
|
||||||
| 8 | BBC Four Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/HMw8GBx.png"/> |
|
| 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 |
|
||||||
| 9 | ITV 3 Ⓢ | [>](http://31.220.41.88:8081/live/itv3.stream/chunks.m3u8) | <img height="20" src="https://i.imgur.com/vYNyYGx.png"/> |
|
| 250 | SportyStuff TV | [>](https://cdn.rtmp1.vodhosting.com/hls/SportyStuffTV.m3u8) | <img height="20" src="https://i.imgur.com/uIgxHSY.png"/> | SportyStuffTV.uk |
|
||||||
| 12 | E4 Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/wqFHeA0.png"/> |
|
| 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 |
|
||||||
| 13 | Film4 Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/bSJb8sy.png"/> |
|
| 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 |
|
||||||
| 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"/> |
|
| 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 |
|
||||||
| 16 | More4 Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/ZzmxmK2.png"/> |
|
| 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 |
|
||||||
| 17 | Dave Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/lImahrB.png"/> |
|
| 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 |
|
||||||
| 21 | ITV 4 Ⓢ | [>](http://31.220.41.88:8081/live/itv4.stream/chunks.m3u8) | <img height="20" src="https://i.imgur.com/J9B1gvC.png"/> |
|
| 690 | Inspiration TV UK Ⓢ | [x](http://92.114.85.77:8000/play/a0am) | <img height="20" src="https://i.imgur.com/iOl02Cs.png"/> | InspirationTV.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"/> |
|
| 801 | QVC Beauty Ⓢ | [>](https://qvcuk-live.akamaized.net/hls/live/2097112/qby/3/3.m3u8) | <img height="20" src="https://i.imgur.com/ZBHtqk1.png"/> | QVCBeautyUK.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"/> |
|
| 802 | QVC Extra Ⓢ | [>](https://qvcuk-live.akamaized.net/hls/live/2097112/qex/3/3.m3u8) | <img height="20" src="https://i.imgur.com/TIe5T9Z.png"/> | QVCExtraUK.uk |
|
||||||
| 37 | GemsTV Ⓢ | [>](http://57d6b85685bb8.streamlock.net:1935/abrgemporiaukgfx/livestream_360p/index.m3u8) | <img height="20" src="https://i.imgur.com/IR2sTag.png"/> |
|
| 803 | QVC Style Ⓢ | [>](https://qvcuk-live.akamaized.net/hls/live/2097112/qst/3/3.m3u8) | <img height="20" src="https://i.imgur.com/6HZlLL3.png"/> | QVCStyleUK.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"/> |
|
|
||||||
| 63 | BBC News Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/xBLLYyx.png"/> |
|
<h2>Sky</h2>
|
||||||
| 65 | CBeebies Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/CE8mgnW.png"/> |
|
|
||||||
| 72 | Sky News | [>](https://www.youtube.com/watch?v=9Auq9mYxFEE) | <img height="20" src="https://i.imgur.com/wNbxgqe.png"/> |
|
* https://en.wikipedia.org/wiki/List_of_free-to-air_channels_at_Astra_28.2°E_(Ireland_and_the_United_Kingdom)
|
||||||
| 91 | PBS America | [>](https://pbs-samsunguk.amagi.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/J4zE5z9.jpg"/> |
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:---:|:---------------:|:-----:|:----:|:--------------:|
|
||||||
|
| 360 | Trace Vaul t | [x](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 Ⓢ | [x](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 |
|
||||||
|
| 418 | Ginx eSports TV | [x](http://146.59.84.49:1234/stream/ginxsport/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/1/18/GINX.TV_Logo_Black.png"/> | GINXEsportsTV.uk |
|
||||||
|
| 673 | Craft Extra Ⓢ | [x](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>
|
||||||
|
|
||||||
|
|
@ -37,60 +129,44 @@
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
|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"/> |
|
| 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 |
|
||||||
|
| 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 |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:--------------------------------------------------:|:----:|:------:|
|
||||||
|
| 3 | UTV | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/UTV_2016.svg/640px-UTV_2016.svg.png"/> | UTV.uk |
|
||||||
| 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"/> |
|
||||||
| 10 | Sky Arts | [x]() | <img height="20" src="https://i.imgur.com/O4wh4UQ.png"/> |
|
| 11 | Sky Arts Ⓢ | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/9/9c/Sky_Arts_2020.png"/> | SkyArts.uk |
|
||||||
| 11 | Quest | [x]() | <img height="20" src="https://i.imgur.com/PtpEemC.png"/> |
|
| 12 | Quest UK | [x]() | <img height="20" src="https://i.imgur.com/9IFXXNc.png"/> | QuestUK.uk |
|
||||||
| 15 | Really | [x]() | <img height="20" src="https://i.imgur.com/8I3XxYj.png"/> |
|
| 17 | Really Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/lY5sFgo.png"/> | Really.uk |
|
||||||
| 18 | Drama | [x]() | <img height="20" src="https://i.imgur.com/sK8ANdX.png"/> |
|
| 19 | Dave Ⓢ | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b8/Dave_2022.svg/1024px-Dave_2022.svg.png"/> | Dave.uk |
|
||||||
| 19 | 5 USA | [x]() | <img height="20" src="https://i.imgur.com/G2oua3x.png"/> |
|
| 20 | Drama Ⓢ | [x]() | <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 |
|
||||||
| 20 | Ideal World | [x]() | <img height="20" src="https://i.imgur.com/NoQUyze.png"/> |
|
| 25 | W Ⓢ | [x]() | <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 |
|
||||||
| 22 | Yesterday | [x]() | <img height="20" src="https://i.imgur.com/2JR7Sic.png"/> |
|
| 27 | Yesterday Ⓢ | [x]() | <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 |
|
||||||
| 23 | ITV Be | [x]() | <img height="20" src="https://i.imgur.com/81H2Zqs.png"/> |
|
| 28 | ITVBe Ⓢ | [x]() | <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 |
|
||||||
| 24 | 4 Music | [x]() | <img height="20" src="https://i.imgur.com/rkKaYZx.png"/> |
|
| 36 | Sky Mix Ⓢ | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/4/44/Sky_Mix_2023_logo.png"/> | SkyMix.uk |
|
||||||
| 25 | 5 Star | [x]() | <img height="20" src="https://i.imgur.com/80SsGZx.png"/> |
|
| 40 | Quest Red Ⓢ | [x]() | <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 |
|
||||||
| 26 | Paramount Network | [x]() | <img height="20" src="https://i.imgur.com/ovuJylZ.png"/> |
|
| 44 | HGTV Ⓢ | [x]() | <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 |
|
||||||
| 27 | Sony Movies | [x]() | <img height="20" src="https://i.imgur.com/GyhI165.png"/> |
|
| 48 | Challenge Ⓢ | [x]() | <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 |
|
||||||
| 28 | Pick | [x]() | <img height="20" src="https://i.imgur.com/uKYrux4.png"/> |
|
| 65 | That's 60s Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/MjdQpF2.png"/> | Thats60s.uk |
|
||||||
| 31 | DMAX | [x]() | <img height="20" src="https://i.imgur.com/Xp7Z4i9.png"/> |
|
| 66 | TBN UK Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/9vzEz1b.png"/> | TBNUK.uk |
|
||||||
| 32 | Quest Red | [x]() | <img height="20" src="https://i.imgur.com/qKYqWFO.png"/> |
|
| 68 | True Crime Xtra Ⓢ | [x]() | <img height="20" src="https://raw.githubusercontent.com/dp247/mediaportal-uk-logos/master/TV/True-Crime-Xtra.png"/> | TrueCrimeXtra.uk |
|
||||||
| 33 | CBS Justice | [x]() | <img height="20" src="https://i.imgur.com/4ioiGXt.png"/> |
|
| 82 | Talking Pictures TV Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/S1zoIp7.png"/> | TalkingPicturesTV.uk |
|
||||||
| 34 | Sony Movies Action | [x]() | <img height="20" src="https://i.imgur.com/39P9c8l.png"/> |
|
| 83 | Together TV Ⓢ | [x]() | <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 |
|
||||||
| 35 | Food Network | [x]() | <img height="20" src="https://i.imgur.com/52jFDMw.png"/> |
|
| 177 | Court TV UK Ⓢ | [x]() | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/b/bf/Court_TV_2019.png"/> | CourtTVUK.uk |
|
||||||
| 36 | HGTV | [x]() | <img height="20" src="https://i.imgur.com/DiG4zqf.png"/> |
|
| 210 | CNBC HD | [x]() | <img height="20" src="https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1088.png"/> | CNBCEurope.uk |
|
||||||
| 38 | Challenge | [x]() | <img height="20" src="https://i.imgur.com/q2sCmq0.png"/> |
|
| 690 | Inspiration TV UK Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/iOl02Cs.png"/> | InspirationTV.uk |
|
||||||
| 39 | 4seven | [x]() | <img height="20" src="https://i.imgur.com/tGiaYUi.png"/> |
|
| 364 | Clubland TV Ⓢ | [x]() | <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 |
|
||||||
| 40 | Sony Channel | [x]() | <img height="20" src="https://i.imgur.com/Pd1yNz4.png"/> |
|
| 673 | Craft Extra Ⓢ | [x]() | <img height="20" src="https://i.imgur.com/9nTFPK3.png"/> | CraftExtra.uk |
|
||||||
| 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"/> |
|
|
||||||
| 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"/> |
|
|
||||||
| 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"/> |
|
|
||||||
| 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"/> |
|
|
||||||
| 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"/> |
|
|
||||||
| 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"/> |
|
|
||||||
| 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"/> |
|
|
||||||
| 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=""/> |
|
|
||||||
|
|
|
||||||
114
lists/ukraine.md
114
lists/ukraine.md
|
|
@ -1,49 +1,71 @@
|
||||||
<h1>Ukraine</h1>
|
<h1>Ukraine</h1>
|
||||||
|
|
||||||
|
<h2>DVB-T2</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"/> |
|
| 1 | Pershyi | [>](https://ext.cdn.nashnet.tv/228.0.2.45/index.m3u8) | <img height="20" src="https://i.imgur.com/osTQLED.png"/> | Pershyi.ua |
|
||||||
| 3 | 34 Kanal Ⓢ | [>](https://streamvideol.luxnet.ua/34ua/34ua.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0buhFKQ.png"/> | 34Telekanal.ua |
|
| 2 | 1+1 Ukraina Ⓢ | [>](http://212.79.122.11:5014/udp/239.255.6.49:1234) | <img height="20" src="https://i.imgur.com/FlG7npq.png"/> | 1Plus1Ukraina.ua |
|
||||||
| 4 | 7 Kanal | [>](http://cdn10.live-tv.od.ua:8081/7tvod/7tvod-abr/7tvod/7tvod/playlist.m3u8) | <img height="20" src="https://i.imgur.com/nJvGdoj.jpg"/> | 7kanal.ua |
|
| 3 | 1+1 Marafon | [>](https://m3u8.ott.blue/watch/45/index.m3u8?geo=auto&token=94450098895765784220366841698509) | <img height="20" src="https://i.imgur.com/smQKa2G.png"/> | 1Plus1Marafon.ua |
|
||||||
| 5 | A1 Odessa | [>](http://cdn1.live-tv.od.ua:8081/a1od/a1od-abr/a1od/a1od-720p/playlist.m3u8) | <img height="20" src="https://i.imgur.com/0DUi5fO.jpg"/> |
|
| 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 |
|
||||||
| 6 | Arhat TB | [>](http://arhat.tv/public/720p/index.m3u8) | <img height="20" src="https://i.imgur.com/Qdgntk1.jpg"/> | ArhatTV.ua |
|
| 5 | Suspilne Sport | [>](http://cdnua05.hls.tv/934/hls/8743361621b245838bee193c9ec28322/4856/stream.m3u8) | <img height="20" src="https://i.imgur.com/16IhU0M.png"/> | SuspilneSport.ua |
|
||||||
| 7 | ATR Ⓢ | [>](http://stream.atr.ua/atr/live/index.m3u8) | <img height="20" src="https://i.imgur.com/tKmYWYH.png"/> | ATR.ua |
|
| 6 | ICTV2 | [>](http://cdnua05.hls.tv/919/hls/8743361621b245838bee193c9ec28322/4835/stream.m3u8) | <img height="20" src="https://i.imgur.com/J4zlRGv.png"/> | ICTV2.ua |
|
||||||
| 8 | BamBarBia TV | [>](http://cdn1.live-tv.od.ua:8081/bbb/bbbtv-abr/bbb/bbbtv-720p/playlist.m3u8) | <img height="20" src="https://i.imgur.com/LIk85IA.png"/> | BamBarBiaTV.ua |
|
| 7 | ICTV Serialy | [>](http://cdnua05.hls.tv/624/hls/f62d71219200da4130d13b21d23fb23c/4896/stream.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/7/7a/ICTV_Serialy_%282024%29.png"/> | ICTVSerialy.ua |
|
||||||
| 9 | BTB Ⓢ | [>](http://video.vtvplus.com.ua:81/hls/online/index.m3u8) | <img height="20" src="https://i.imgur.com/JG493Vn.png"/> |
|
| 8 | Inter | [>](http://212.79.122.11:5014/udp/239.255.6.25:1234) | <img height="20" src="https://i.imgur.com/R06gbuT.png"/> | Inter.ua |
|
||||||
| 10 | Che Pe Info Ⓢ | [>](http://109.68.40.67/life/magnolia_3/index.m3u8) | <img height="20" src="https://i.imgur.com/7Ycv3bL.png"/> | ChePeInfo.ua |
|
| 9 | UNIAN TV | [>](https://m3u8.ott.blue/watch/236/index.m3u8?geo=auto&token=94450098895765784220366841698509) | <img height="20" src="https://i.imgur.com/Alu78zn.png"/> | UNIANTV.ua |
|
||||||
| 12 | Chernivtsi Promin | [>](http://langate.tv/promin/live_720/index.m3u8) | <img height="20" src="https://i.imgur.com/IbwmfzF.png"/> |
|
| 10 | Bigudi Ⓢ | [>](http://212.79.122.11:5014/udp/239.255.6.13:1234) | <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 |
|
||||||
| 13 | CNL Europa Ⓢ | [>](http://live-mobile.cdn01.net/hls-live/202E1F/default/mobile/stream_10429_3.m3u8) | <img height="20" src="https://i.imgur.com/lozzdS7.png"/> |
|
| 11 | Армія ТБ | [>](https://m3u8.ott.blue/watch/7572/index.m3u8?geo=auto&token=94450098895765784220366841698509%20) | <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 |
|
||||||
| 14 | Duma TV | [>](http://cdn1.live-tv.od.ua:8081/dumska/dumska-abr/dumska/dumska720p/playlist.m3u8) | <img height="20" src="https://i.imgur.com/KlPqxlo.png"/> |
|
| 12 | Novyi Kanal | [>](http://212.79.122.11:5014/udp/239.255.6.38:1234) | <img height="20" src="https://i.imgur.com/4JhqpPM.png"/> | NovyKanal.ua |
|
||||||
| 15 | GIT | [>](https://stream.uagit.tv/gittv.m3u8) | <img height="20" src="https://i.imgur.com/v5J8tiS.png"/> | GIT.ua |
|
| 13 | TET Ⓢ | [>](http://212.79.122.11:5014/udp/239.255.6.11:1234) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/TET_logo.svg/640px-TET_logo.svg.png"/> | TET.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 |
|
| 14 | 2+2 Ⓢ | [>](http://212.79.122.11:5014/udp/239.255.6.14:1234) | <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 |
|
||||||
| 17 | HTK | [>](http://stream.ntktv.ua/s/ntk/ntk.m3u8) | <img height="20" src="https://i.imgur.com/on0TfJ6.png"/> |
|
| 15 | M1 | [>](http://212.79.122.11:5014/udp/239.255.6.28:1234) | <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 |
|
||||||
| 18 | HTH Ⓢ | [>](https://edge3.iptv.macc.com.ua/img/ntn_3/index.m3u8) | <img height="20" src="https://i.imgur.com/VEuahVK.png"/> |
|
| 16 | M2 | [>](https://live.m2.tv/hls3/stream.m3u8) | <img height="20" src="https://i.imgur.com/AfcBWCg.png"/> | M2.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 |
|
| 17 | NTN | [>](https://edge3.iptv.macc.com.ua/img/ntn_3/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 |
|
||||||
| 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 |
|
| 18 | Mega | [>](http://212.79.122.11:5014/udp/239.255.6.40:1234) | <img height="20" src="https://i.imgur.com/F1v69tn.png"/> | Mega.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 |
|
| 19 | ПлюсПлюс Ⓢ | [>](http://212.79.122.11:5014/udp/239.255.6.12:1234) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/PLUSPLUSUA.svg/640px-PLUSPLUSUA.svg.png"/> | PlusPlus.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 |
|
| 20 | Ми — Україна Ⓢ | [>](http://212.79.122.11:5014/udp/239.255.6.7:1234) | <img height="20" src="https://i.imgur.com/nkatL7Q.png"/> | MyUkrainaTV.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"/> |
|
| 21 | Оце ТБ | [>](http://212.79.122.11:5014/udp/239.255.6.4:1234) | <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 |
|
||||||
| 24 | Lale Ⓢ | [>](http://stream.atr.ua/lale//live/index.m3u8) | <img height="20" src="https://i.imgur.com/Nv6P5Ds.png"/> | Lale.ua |
|
| 22 | K1 | [>](http://212.79.122.11:5014/udp/239.255.6.41:1234) | <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 |
|
||||||
| 25 | M2 Ⓢ | [>](http://live.m2.tv/hls3/stream.m3u8) | <img height="20" src="https://i.imgur.com/IwUc4pC.png"/> | M2.ua |
|
| 23 | XSport Ⓢ | [>](http://cdnua05.hls.tv/946/hls/8743361621b245838bee193c9ec28322/3999/stream.m3u8) | <img height="20" src="https://i.imgur.com/CHDcfrT.png"/> | XSport.ua |
|
||||||
| 26 | NTA | [>](http://95.67.106.10/hls/nta_ua_hi/index.m3u8) | <img height="20" src="https://i.imgur.com/AGzWPZv.png"/> |
|
| 24 | Enter-Film | [>](http://212.79.122.11:5014/udp/239.255.6.31:1234) | <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 |
|
||||||
| 27 | Olvia Sat Odessa | [>](http://cdn1.live-tv.od.ua:8081/ktkod/ktkod-abr/ktkod/ktkod/playlist.m3u8) | <img height="20" src="https://i.imgur.com/khlZ532.png"/> |
|
| 25 | Піксель TV | [>](http://212.79.122.11:5014/udp/239.255.6.30:1234) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/PixelUalogo.svg/640px-PixelUalogo.svg.png"/> | PixelTV.ua |
|
||||||
| 28 | Pershiy Zakhidniy Ⓢ | [>](http://hls.cdn.ua/1zahid.com_live/_definst_/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/yifGKcA.png"/> |
|
| 26 | 5 Kanal | [>](https://776067.live.tvstitch.com/stream.m3u8?m=aHR0cHM6Ly9jZG4uZHl2eWFwcC5jb20vNS1jaGFubmVsL3ZpZGVvLm0zdTg%2FdG9rZW49ZXlKaGJHY2lPaUpJVXpJMU5pSXNJblI1Y0NJNklrcFhWQ0o5LmV5SnBjQ0k2SWpKaE1EWTZOVGt3TWpveE0yTXdPakE2WlRobFlqbzJNRGM0T2pSa01qcG1OV01pTENKMWMyVnlYMkZuWlc1MElqb2lUVzk2YVd4c1lWd3ZOUzR3SUNoWGFXNWtiM2R6SUU1VUlERXdMakE3SUZkcGJqWTBPeUI0TmpRN0lISjJPakV6Tmk0d0tTQkhaV05yYjF3dk1qQXhNREF4TURFZ1JtbHlaV1p2ZUZ3dk1UTTJMakFpTENKbGVIQWlPakUzTkRFNE1UUTVPVEI5Lkllb2JDR0NtVDVOd1pKSjdzNEhLaVIzb01IZVhpQ2dnZVp5WjZ6YWxodGM%3D&channel=1&u=b048004d-9363-4406-9b23-cb12b731d6e4&gdpr_consent=%7Bgdpr_consent%7D&givn=%7Bgivn%7D) | <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 |
|
||||||
| 29 | Perviy Delovoy | [>](http://pershij-dlovij-hls3.cosmonova.net.ua/hls/pershij-dlovij_ua_hi/index.m3u8) | <img height="20" src="https://i.imgur.com/rIaWxpn.png"/> |
|
|
||||||
| 30 | Perviy Gorodskoy Krivoy | [>](http://cdn1.live-tv.od.ua:8081/1tvkr/1tvkr-abr/1tvkr/1tvkr/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Em3J7XO.jpg"/> |
|
|
||||||
| 31 | Perviy Gorodskoy Odessa | [>](http://91.194.79.46:8081/stream1/channel1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Em3J7XO.jpg"/> |
|
<h2>Regional (Suspilne)</h2>
|
||||||
| 32 | Pravda TYT | [>](http://pravdatytkievshina-hls2.cosmonova.net.ua/hls/pravdatytkievshina_ua_hi/index.m3u8) | <img height="20" src="https://i.imgur.com/p5MSKuW.jpg"/> | PravdaTUT.ua |
|
|
||||||
| 33 | Pryamyi | [>](http://prm-hls1.cosmonova.net.ua/hls/prm_ua_hi/index.m3u8) | <img height="20" src="https://i.imgur.com/5rtPDpn.png"/> | Pryamyy.ua |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
| 34 | Radio Suite | [>](http://stream1.luxnet.ua/luxstudio/smil:luxstudio.stream.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/pvf1LXW.png"/> |
|
|:--:|:------------------------:|:------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------:|
|
||||||
| 35 | Rudana | [>](https://live.rudana.com.ua/hls/stream_FHD.m3u8) | <img height="20" src="https://i.imgur.com/mu81qSc.png"/> |
|
| 1 | Суспільне Київ | [>](https://ext.cdn.nashnet.tv/228.0.0.41/index.m3u8) | <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 |
|
||||||
| 36 | Simon Ⓢ | [>](http://hls.simon.ua/live-HD/live/playlist.m3u8) | <img height="20" src="https://i.imgur.com/RaVchcn.jpg"/> | Simon.ua |
|
| 2 | Суспільне Дніпро | [>](http://cdnua05.hls.tv/648/hls/f62d71219200da4130d13b21d23fb23c/4786/stream.m3u8) | <img height="20" src="https://i.imgur.com/nMHd9FK.png"/> | SuspilneDnipro.ua |
|
||||||
| 37 | SK 1 Ⓢ | [>](https://cdn10.live-tv.od.ua:8083/sk1zt/sk1zt-abr-lq/playlist.m3u8) | <img height="20" src="https://i.imgur.com/wr0CN1l.png"/> | SK1.ua |
|
| 3 | Суспільне Житомир Ⓢ | [>](http://cdnua05.hls.tv/647/hls/f62d71219200da4130d13b21d23fb23c/4787/stream.m3u8) | <img height="20" src="https://i.imgur.com/lCv1Xaq.png"/> | SuspilneZhytomyr.ua |
|
||||||
| 38 | Svarogichi | [>](http://tv.tv-project.com:1935/live/live1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/80bSn6j.png"/> |
|
| 4 | Суспільне Одеса Ⓢ | [>](http://cdnua05.hls.tv/653/hls/f62d71219200da4130d13b21d23fb23c/4833/stream.m3u8) | <img height="20" src="https://i.imgur.com/giTdUK9.png"/> | SuspilneOdesa.ua |
|
||||||
| 39 | TBN | [>](http://62.32.67.187:1935/WEB_Ukraine24/Ukraine24.stream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DHwhdRF.png"/> | TBNUkraine.us |
|
| 5 | Суспільне Суми Ⓢ | [>](http://cdnua05.hls.tv/630/hls/f62d71219200da4130d13b21d23fb23c/4798/stream.m3u8) | <img height="20" src="https://i.imgur.com/U5GQiUz.png"/> | SuspilneSumy.ua |
|
||||||
| 40 | TIS TV Ⓢ | [>](http://cdn10.live-tv.od.ua:8081/riood/tisod-abr/riood/tisod504/playlist.m3u8) | <img height="20" src="https://i.imgur.com/aC01GvC.png"/> | TISTV.ua |
|
| 6 | Суспільне Хмельницький Ⓢ | [>](http://cdnua05.hls.tv/632/hls/f62d71219200da4130d13b21d23fb23c/4800/stream.m3u8) | <img height="20" src="https://i.imgur.com/uoTcTbU.png"/> | SuspilneKhmelnytskyi.ua |
|
||||||
| 41 | Treti Cifrovoj Ⓢ | [>](http://cdn1.live-tv.od.ua:8081/3tvod/3tvod-abr/3tvod/3tvod/playlist.m3u8) | <img height="20" src="https://i.imgur.com/nwRBxTR.png"/> | TretiyCifrovoy.ua |
|
| 7 | Суспільне Чернівці Ⓢ | [>](http://cdnua05.hls.tv/643/hls/f62d71219200da4130d13b21d23fb23c/4790/stream.m3u8) | <img height="20" src="https://i.imgur.com/mzYRGp2.png"/> | SuspilneChernivtsi.ua |
|
||||||
| 42 | Trofey Ⓢ | [>](https://5db1ab4f970be.streamlock.net/live/smil:trofey.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/3LSDHHJ.png"/> | Trofey.ua |
|
| 8 | Суспільне Kropyvnytskyi | [>](http://cdnua05.hls.tv/650/hls/f62d71219200da4130d13b21d23fb23c/4788/stream.m3u8) | <img height="20" src="https://i.imgur.com/zzYJr87.png"/> | SuspilneKropyvnytskyi.ua |
|
||||||
| 43 | TV 5 Zaporozhye Ⓢ | [>](http://rtsp.cdn.ua/tv5.zp.ua_live/_definst_/mp4:tv5/playlist.m3u8) | <img height="20" src="https://i.imgur.com/ixKcTad.png"/> |
|
| 9 | Суспільне Луцьк | [>](http://193.107.168.98:7006/play/508/index.m3u8) | <img height="20" src="https://i.imgur.com/QIin5nZ.png"/> | SuspilneLutsk.ua |
|
||||||
| 44 | TVA Czernowitz Ⓢ | [>](http://hls.cdn.ua/tva.ua_live/_definst_/livestream/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bUz2IP9.png"/> |
|
| 10 | Суспільне Крим | [>](https://ext.cdn.nashnet.tv/228.0.0.71/index.m3u8) | <img height="20" src="https://i.imgur.com/m7znCes.png"/> | SuspilneKrym.ua |
|
||||||
| 45 | Yuzhnaya Volna | [>](http://cdn1.live-tv.od.ua:8081/wave/wave-abr/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8gSP6aH.png"/> | YuzhnayaVolnaTV.ua |
|
| 11 | Суспільне Тернопіль | [>](http://cdnua05.hls.tv/647/hls/f62d71219200da4130d13b21d23fb23c/4789/stream.m3u8) | <img height="20" src="https://i.imgur.com/rxXyCY7.png"/> | SuspilneTernopil.ua |
|
||||||
| 46 | Zdorovood TV Odessa Ⓢ | [>](http://cdn1.live-tv.od.ua:8081/zdorovood/zdorovo-abr-lq/zdorovood/zdorovo/playlist.m3u8) | <img height="20" src="https://i.imgur.com/VqDD7OE.png"/> |
|
| 12 | Суспільне Чернігів | [>](http://cdnua05.hls.tv/645/hls/f62d71219200da4130d13b21d23fb23c/4791/stream.m3u8) | <img height="20" src="https://i.imgur.com/WBChVXj.png"/> | SuspilneChernihiv.ua |
|
||||||
| 47 | Z Zaporozhye | [>](https://stream.ztv.zp.ua/hls/live.m3u8) | <img height="20" src="https://i.imgur.com/f0nOjL8.png"/> |
|
|
||||||
|
|
||||||
|
<h2>Other</h2>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:--:|:-----------------------:|:--------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------:|:-------------------------:|
|
||||||
|
| 1 | FREEДOM | [>](http://95.67.106.242/mobile-app/main/freedom/master.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/FreeDOMUAlogo.svg/512px-FreeDOMUAlogo.svg.png"/> | FREEDOM.ua |
|
||||||
|
| 2 | 24 Kanal | [>](http://streamvideol1.luxnet.ua/news24/smil:news24.stream.smil/playlist.m3u8) | <img height="20" src="https://pbs.twimg.com/profile_images/1498285886714298374/EMSJzC-0_400x400.jpg"/> | 24Kanal.ua |
|
||||||
|
| 3 | ДІМ | [>](http://212.79.122.11:5014/udp/239.255.6.18:1234) | <img height="20" src="https://i.imgur.com/3cjaXIF.png"/> | DIM.ua |
|
||||||
|
| 4 | Дніпро TV | [>](http://vcdn1.produck.company:1935/out/dtv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/mbPTVh1.png"/> | DniproTV.ua |
|
||||||
|
| 5 | ГІТ | [>](https://stream.uagit.tv/gittv.m3u8) | <img height="20" src="https://i.imgur.com/b5K5Uwh.png"/> | Git.ua |
|
||||||
|
| 6 | Telekanal RAI | [>](https://stream.rai.ua/rai/stream.m3u8) | <img height="20" src="https://i.imgur.com/Ouv51WB.png"/> | TelekanalRAI.ua |
|
||||||
|
| 7 | Тернопіль 1 | [>](https://ott.columbus.te.ua/ternopil1/index.m3u8) | <img height="20" src="https://i.imgur.com/f5EtIzV.png"/> | Ternopil1.ua |
|
||||||
|
| 8 | CK 1 | [>](http://cdn10.live-tv.od.ua:8081/sk1zt/sk1zt-abr/playlist.m3u8) | <img height="20" src="https://i.imgur.com/XiXwr5h.png"/> | SK1.ua |
|
||||||
|
| 9 | Pervyy gorodskoy Odessa | [>](https://live.1tv.od.ua/stream1/channel1/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8qdc6aO.png"/> | PervyygorodskoyOdessa.ua |
|
||||||
|
| 10 | Київ 24 | [>](https://ext.cdn.nashnet.tv/228.0.0.15/index.m3u8) | <img height="20" src="https://i.imgur.com/TVuCY4N.png"/> | Kyiv.ua |
|
||||||
|
| 11 | ITV | [>](http://cdn10.live-tv.od.ua:8081/itvrv/abr/playlist.m3u8) | <img height="20" src="https://i.imgur.com/NZdT9yJ.png"/> | ITV.ua |
|
||||||
|
| 12 | NTK TV | [>](http://stream.ntktv.ua/s/ntk/ntk.m3u8) | <img height="20" src="https://www.ntktv.ua/bitrix/templates/ntk_copy/images/logo.png"/> | NTKTV.ua |
|
||||||
|
| 13 | TVA | [>](https://hls.cdn.ua/tva.ua_live/livestream/chunklist_.m3u8) | <img height="20" src="https://i.imgur.com/PtTQ5lv.png"/> | TVA.ua |
|
||||||
|
| 13 | TV7+ | [>](https://tv7plus.com/hls/tv7_site.m3u8) | <img height="20" src="https://i.imgur.com/PcTDZ8e.png"/> | TV7Plus.ua |
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,77 @@
|
||||||
|
<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 |
|
||||||
|
| 3 | MBC 1 | [>](https://mbc1-enc.edgenextcdn.net/out/v1/0965e4d7deae49179172426cbfb3bc5e/index.m3u8) | <img height="20" src="https://i.imgur.com/CiA3plN.png"/> | MBC1.ae |
|
||||||
|
| 4 | MBC 2 Ⓢ | [>](http://37.122.156.107:4000/play/a07g/index.m3u8) | <img height="20" src="https://i.imgur.com/n9mSHuP.png"/> | MBC2.ae |
|
||||||
|
| 5 | MBC 3 | [>](https://shls-mbc3-prod-dub.shahid.net/out/v1/d5bbe570e1514d3d9a142657d33d85e6/index.m3u8) | <img height="20" src="https://i.imgur.com/PVt8OPN.png"/> | MBC3.ae |
|
||||||
|
| 6 | MBC 4 | [>](https://mbc4-prod-dub-ak.akamaized.net/out/v1/c08681f81775496ab4afa2bac7ae7638/index.m3u8) | <img height="20" src="https://i.imgur.com/BcXASJp.png"/> | MBC4.ae |
|
||||||
|
| 7 | MBC 5 | [>](https://shls-mbc5-prod-dub.shahid.net/out/v1/2720564b6a4641658fdfb6884b160da2/index.m3u8) | <img height="20" src="https://i.imgur.com/fRWaDyF.png"/> | MBC5.ae |
|
||||||
|
| 8 | MBC Action Ⓢ | [>](http://37.122.156.107:4000/play/a07h/index.m3u8) | <img height="20" src="https://i.imgur.com/OWZAghw.png"/> | MBCAction.ae |
|
||||||
|
| 9 | MBC Bollywood | [>](https://shls-mbcbollywood-prod-dub.shahid.net/out/v1/a79c9d7ef2a64a54a64d5c4567b3462a/index.m3u8) | <img height="20" src="https://i.imgur.com/TTAGFHG.png"/> | MBCBollywood.ae |
|
||||||
|
| 10 | MBC Drama | [>](https://mbc1-enc.edgenextcdn.net/out/v1/b0b3a0e6750d4408bb86d703d5feffd1/index.m3u8) | <img height="20" src="https://i.imgur.com/g5PWnqp.png"/> | MBCDrama.ae |
|
||||||
|
| 11 | MBC Max Ⓢ | [>](http://37.122.156.107:4000/play/a07i/index.m3u8) | <img height="20" src="https://i.imgur.com/A02CptP.png"/> | MBCMax.ae |
|
||||||
|
| 12 | MBC Persia | [>](https://shls-mbcpersia-prod-dub.shahid.net/out/v1/bdc7cd0d990e4c54808632a52c396946/index.m3u8) | <img height="20" src="https://i.imgur.com/4FXiyjn.png"/> | MBCPersia.ae |
|
||||||
|
| 13 | Wanasah | [>](https://shls-wanasah-prod-dub.shahid.net/out/v1/c84ef3128e564b74a6a796e8b6287de6/index.m3u8) | <img height="20" src="https://i.imgur.com/nLtiXNf.png"/> | Wanasah.ae |
|
||||||
|
| 14 | Sky News Arabia | [>](https://stream.skynewsarabia.com/hls/sna.m3u8) | <img height="20" src="https://i.imgur.com/SvjU4h6.png"/> | SkyNewsArabia.ae |
|
||||||
|
| 15 | Baynounah TV | [>](https://vo-live.cdb.cdn.orange.com/Content/Channel/Baynounah/HLS/index.m3u8) | <img height="20" src="https://static.wikia.nocookie.net/logopedia/images/6/60/Baynounah_tv_2023.png"/> | BaynounahTV.ae |
|
||||||
|
| 16 | Ajman TV | [>](https://dacastmmd.mmdlive.lldns.net/dacastmmd/8eb0e912b49142d7a01d779c9374aba9/index.m3u8) | <img height="20" src="https://pbs.twimg.com/profile_images/1085187553563561990/KRKuK_iW_400x400.jpg"/> | AjmanTV.ae |
|
||||||
|
| 17 | Al Aan TV | [>](https://shls-live-ak.akamaized.net/out/v1/dfbdea4c1bf149629764e58c6ff314c8/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/7/76/Al_Aan_TV_new_Logo.png"/> | AlAanTV.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 1 | [>](https://vo-live.cdb.cdn.orange.com/Content/Channel/AbuDhabiSportsChannel1/HLS/index.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 2 | [>](https://vo-live.cdb.cdn.orange.com/Content/Channel/AbuDhabiSportsChannel2/HLS/index.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 |
|
||||||
|
| 10 | Sama Dubai | [>](https://dmieigthvll.cdn.mgmlcdn.com/samadubaiht/smil:samadubai.stream.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/bF6I3N1.jpg"/> | SamaDubai.ae |
|
||||||
|
| 11 | Noor Dubai | [>](https://dmiffthvll.cdn.mangomolo.com/noordubaitv/smil:noordubaitv.smil/playlist.m3u8) | <img height="20" src="https://i.imgur.com/DLe7ZuM.png"/> | NoorDubai.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>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 |
|
||||||
|
| 3 | Al Wousta | [>](https://svs.itworkscdn.net/alwoustalive/alwoustatv.smil/playlist.m3u8) | <img height="20" src="https://i5.satexpat.com/cha/ae/al-wousta-95x90.gif"/> | SharjahSports.ae |
|
||||||
|
|
||||||
22
lists/usa.md
22
lists/usa.md
|
|
@ -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://i.imgur.com/VihFt5p.png"/> | Buzzr.us |
|
| 1 | Buzzr Ⓖ | [>](https://buzzrota-ono.amagi.tv/playlist1080.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Buzzr_logo.svg/768px-Buzzr_logo.svg.png"/> | Buzzr.us |
|
||||||
| 2 | Retro TV | [>](https://bcovlive-a.akamaihd.net/5e531be3ed6c41229b2af2d9bffba88d/us-east-1/6183977686001/profile_1/chunklist.m3u8) | <img height="20" src="https://imgur.com/PNTYOgg.png" /> |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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://imgur.com/a67bbag.png" /> |
|
| 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 |
|
||||||
| 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 |
|
| 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 |
|
||||||
|
|
||||||
<h2>DVB-S</h2>
|
<h2>DVB-S</h2>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 1 | CNN | [>](https://cnn-cnninternational-1-de.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/vyrc1I1.png"/> | CNN.us |
|
| 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 |
|
||||||
| 2 | CNBC | [>](https://www.youtube.com/watch?v=Fof55uxFeSs) | <img height="20" src="https://i.imgur.com/BTasyOy.png"/> | CNBC.us |
|
| 2 | CNBC Ⓨ | [>](https://www.youtube.com/c/CNBC/live) | <img height="20" src="https://i.imgur.com/BTasyOy.png"/> | CNBC.us |
|
||||||
| 3 | Bloomberg | [>](https://www.youtube.com/watch?v=dp8PhLsUcFE) | <img height="20" src="https://i.imgur.com/VnCcH73.png"/> | BloombergTelevision.us |
|
| 3 | Bloomberg | [>](https://bloomberg.com/media-manifest/streams/us.m3u8) | <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://www.youtube.com/watch?v=DD_rK9_mcrk) | <img height="20" src="https://i.imgur.com/nki2HDQ.png"/> | CBSNews.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 |
|
||||||
| 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-reuters-1-eu.rakuten.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/AbvCnoH.png"/> |
|
| 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 |
|
||||||
| 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,4 +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 |
|
||||||
|
|3 | Music Channel | [>](http://media.boni-records.com/index.m3u8) | <img height="20" src="http://media.boni-records.com/logo.png"/> | Boni-Records.com.us |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,33 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
<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 |
|
||||||
|
| 4 | Televen | [>](https://setp-televen-ssai-mslv4-open.akamaized.net/hls/live/2107128/televen/index.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/c/c0/Televen_logo.PNG"/> | Televen.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 |
|
||||||
|
| 8 | Telesur | [>](https://raw.githubusercontent.com/BellezaEmporium/IPTV_Exception/master/channels/ve/telesur.m3u8) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/8/82/TeleSUR.png"/> | TeleSUR.ve |
|
||||||
|
| 9 | Chivacoatv Internacional | [x](https://glb.bozztv.com/glb/ssh101/1234chivacoa/index.m3u8) | <img height="20" src="https://i.imgur.com/9rbwZFY.png"/> | Chivacoatv.ve |
|
||||||
|
| 10 | Latina TV | [>](https://streamtv.latinamedios.com:3413/live/latinatvlive.m3u8) | <img height="20" src="https://intervenhosting.net/imagenes/latinatv.jpg"> | LatinaTV.ve |
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
<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 |
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
<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 |
|
||||||
|
| 0 | Peer TV South Tyrol | [>](https://iptv.peer.biz/live/peertv-en.m3u8)| <img height="20" src="https://www.peer.biz/peertv-iptv/peer-tv-south-tyrol.png"/> | PeerTV.it |
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:-----------------------:|:-----:|:----:|:------:|
|
|:---:|:-----------------------:|:-----:|:----:|:------:|
|
||||||
| | 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 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 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"/> |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
<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 |
|
||||||
|
| 8 | Sahara 24 صحراء | [>](https://65.108.206.29/sahara24-live/video.m3u8) | <img height="20" src="https://imgur.com/a/7szNpBp"/> | Sahara-24.mr |
|
||||||
|
|
@ -1,8 +1,72 @@
|
||||||
<h1>News (EN)</h1>
|
<h1>News</h1>
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:---------------:|:-----:|:----:|:------:|
|
||||||
| 1 | Euronews Live Ⓨ | [>](https://www.youtube.com/watch?v=sPgqEHsONK8) | <img height="20" src="https://camo.githubusercontent.com/785a3480a1147c881311d4cd93ffa9f6db9fa04c0411718431bd9d22d07201ae/68747470733a2f2f692e696d6775722e636f6d2f384d73625043552e706e67"/> | EuronewsEnglish.fr |
|
| 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 |
|
||||||
| 2 | France 24 English Ⓨ | [>](https://www.youtube.com/watch?v=h3MuIUNCCzI) | <img height="20" src="https://i.imgur.com/61MSiq9.png"/> | France24English.fr |
|
| 2 | Euronews Ⓨ | [>](https://www.youtube.com/euronews/live) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Euronews_2022.svg/640px-Euronews_2022.svg.png"/> | EuronewsEnglish.fr |
|
||||||
| 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 |
|
| 3 | Africanews Ⓨ | [>](https://www.youtube.com/africanews/live) | <img height="20" src="https://i.imgur.com/xocvePC.png"/> | Africanews.cg |
|
||||||
| 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 |
|
| 4 | France 24 Ⓨ | [>](https://www.youtube.com/france24english/live) | <img height="20" src="https://i.imgur.com/61MSiq9.png"/> | France24English.fr |
|
||||||
|
| 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://www.youtube.com/@abcnewsaustralia/live) | <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://www.youtube.com/tvcnewsnigeria/live) | <img height="20" src="https://i.imgur.com/jaSq18B.png"/> | TVCNews.ng |
|
||||||
|
| 31 | Channels 24 Ⓨ | [>](https://www.youtube.com/channelstelevision/live) | <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 | [x]() | <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://turnerlive.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_0_3564000.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 |
|
||||||
|
| 41 | SABC News | [>](https://sabconetanw.cdn.mangomolo.com/news/smil:news.stream.smil/chunklist_b250000_t64MjQwcA==.m3u8) | <img height="20" src="https://i.imgur.com/H9q3Q9d.png"/> | SABCNews.gh |
|
||||||
|
|
||||||
|
<h1>Business</h1>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:---:|:-----------------------------:|:-----------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------:|:------------------:|
|
||||||
|
| 101 | Cheddar News | [>](https://dbrb49pjoymg4.cloudfront.net/10001/99991220/hls/index.m3u8?ads.xumo_channelId=99991220&ads._fw_ifa_type=dpid&ads._fw_did=43135081-0e2e-2a3f-b10c-4ade81d0e829&ads.amznappId=[AMZN_APP_ID]&ads.lat=[LAT]&ads.lon=[LON]&ads.os=[OS]&ads.osv=[OS_VERSION]&ads.asnw=&ads.caid=Cheddar&ads.csid=xumo_desktopweb_cheddar_ssai&ads._fw_is_lat=0&ads._fw_us_privacy=1YNN&ads._fw_coppa=0&ads.genre=News&ads._fw_content_category=IAB12&ads._fw_content_language=en&ads._fw_content_genre=News&ads._fw_content_rating=TV-PG&ads.xumo_contentId=161&ads.xumo_contentName=Cheddar&ads.xumo_providerId=161&ads.xumo_providerName=Cheddar&ads._fw_deviceMake=&ads._fw_device_model=&ads.channelId=99991220&ads.xumo_platform=desktopweb&ads.site_id=26840&ads.appName=xumo&ads.appVersion=2.18.0&ads._fw_app_bundle=&ads._fw_app_store_url=&ads.site_name=XumoPlay&ads.site_page=https%253A%252F%252Fplay.xumo.com) | <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 | Bloomberg Television (US) | [>](https://bloomberg.com/media-manifest/streams/us.m3u8) | <img height="20" src="https://i.imgur.com/OuogLHx.png"/> | BloombergTV.us |
|
||||||
|
| 104 | Bloomberg Television (Europe) | [>](https://bloomberg.com/media-manifest/streams/eu.m3u8) | <img height="20" src="https://i.imgur.com/OuogLHx.png"/> | BloombergTVEurope.uk |
|
||||||
|
| 105 | Yahoo! Finance | [>](https://d1ewctnvcwvvvu.cloudfront.net/playlist.m3u8) | <img height="20" src="https://i.imgur.com/43oHsHL.png"/> | YahooFinance.us |
|
||||||
|
| 106 | CNBC Europe | [>](https://amg01079-nbcuuk-amg01079c1-samsung-es-1261.playouts.now.amagi.tv/playlist/amg01079-nbcuukfast-cnbcpe-samsunges/playlist.m3u8) | <img height="20" src="https://d2n0069hmnqmmx.cloudfront.net/epgdata/1.0/newchanlogos/512/512/skychb1088.png"/> | CNBCEurope.uk |
|
||||||
|
| 107 | CNBC Indonesia | [>](https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/master.m3u8) | <img height="20" src="https://i.imgur.com/bUfeG7Y.png"/> | CNBCIndonesia.id |
|
||||||
|
| 108 | Ausbiz | [>](https://d9quh89lh7dtw.cloudfront.net/public-output/index.m3u8) | <img height="20" src="https://i.imgur.com/8vGGdB0.png"/> | AusbizTV.au |
|
||||||
|
| 109 | Moconomy | [>](https://amogonetworx-moconomy-2-us.tcl.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/GvqbLZB.png"/> | MoconomyEconomyFinanceInfotainment.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 | [>](http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5d2cb7ac552e3773bc48982e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=6c2d1028-30d3-11ef-9cf5-e9ddff8ff496&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=dcca8395-396e-4be0-9049-564f29c5ac9b) | <img height="20" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/WeatherNation_Logo.svg/512px-WeatherNation_Logo.svg.png"/> | WeatherNation.us |
|
||||||
|
| 205 | The Weather Network | [>](https://d3f6rv2ihfj09x.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-4l4ssesb90374-ssai-prd/playlist.m3u8?ads.device_did=%7BPSID%7D&ads.device_dnt=%7BTARGETOPT%7D&ads.app_domain=%7BAPP_DOMAIN%7D&ads.app_name=%7BAPP_NAME%7D) | <img height="20" src="https://upload.wikimedia.org/wikipedia/en/thumb/b/bf/TWN_Logo_2011.svg/2560px-TWN_Logo_2011.svg.png"/> | TheWeatherNetwork.ca |
|
||||||
|
| 206 | Sky News Weather Ⓖ | [>](https://distro001-gb-hls1-prd.delivery.skycdp.com/easel_cdn/ngrp:weather_loop.stream_all/playlist.m3u8) | <img height="20" src="https://pbs.twimg.com/profile_images/1604994875459518464/lGt2wEqM_400x400.jpg"/> | SkyNewsWeather.uk |
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,9 @@
|
||||||
|
|
||||||
| # | Channel | Link | Logo | EPG id |
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|:---:|:--------------:|:-----:|:----:|:------:|
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
| 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 |
|
| 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 |
|
||||||
| 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 |
|
| 2 | France 24 Español Ⓨ | [>](https://www.youtube.com/c/FRANCE24Espanol/live) | <img height="20" src="https://i.imgur.com/61MSiq9.png"/> | France24Espanol.fr |
|
||||||
|
| 3 | DW Español Ⓢ | [>](https://dwamdstream104.akamaized.net/hls/live/2015530/dwstream104/stream04/streamPlaylist.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 |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,249 @@
|
||||||
|
<h1>VOD Italy</h1>
|
||||||
|
|
||||||
|
<h2>Misc</h2>
|
||||||
|
|
||||||
|
| # | 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 |
|
||||||
|
| 3 | Sport2U | [>](https://stream9.xdevel.com/video0s976916-1685/stream/playlist_dvr.m3u8) | <img height="20" src="https://i.imgur.com/WW0lNk1.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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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>
|
||||||
|
|
||||||
|
| # | Channel | Link | Logo | EPG id |
|
||||||
|
|:---:|:--------------:|:-----:|:----:|:------:|
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 4119 | Canale Europa | [>](https://canaleeuropa-canaleeuropa-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/Zw2ZIfz.jpg"/> |
|
||||||
|
| 4122 | People Are Awesome | [>](https://jukin-peopleareawesome-2-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/xwz9zKk.jpeg"/> |
|
||||||
|
| 4131 | Yamato Animation | [>](https://yamatovideo-yamatoanimation-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/rOl7HfS.png"/> |
|
||||||
|
| 4160 | BBC Doctor Who | [>](https://bbceu-doctorwho-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/J2B9FjO.jpg"/> |
|
||||||
|
| 4163 | BBC Drama | [>](https://bbceu-bbcdrama-2-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/hY1M4hL.jpg"/> |
|
||||||
|
| 4169 | Televisa Telenovelas | [>](https://televisa-televisa-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/GaJIRN3.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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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 |
|
||||||
|
| 4485 | Motor1TV | [>](https://motorsportnetwork-motor1tv-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/UERYhO1.png"/> |
|
||||||
|
| 4513 | SportOutdoor.tv | [>](https://gto2000-sportoutdoortv-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/fwOuEBl.png"/> |
|
||||||
|
| 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 |
|
||||||
|
| 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 |
|
||||||
|
| 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>
|
||||||
|
|
||||||
|
| # | 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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 |
|
||||||
|
| 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 |
|
||||||
|
| 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 |
|
||||||
|
| 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 |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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 |
|
||||||
|
| 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 |
|
||||||
|
| 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"/> |
|
||||||
|
| 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 |
|
||||||
|
| 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"/> |
|
||||||
|
| 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 |
|
||||||
|
| 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 |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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 |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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 |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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 |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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 |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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 |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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>
|
||||||
|
|
||||||
|
| # | 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 |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 4330 | Euronews | [x](https://alchimie-euronews-2-it.samsung.wurl.com/manifest/playlist.m3u8) | <img height="20" src="https://i.imgur.com/8MsbPCU.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"/> |
|
||||||
|
| 4616 | Amuse Animation | [x](https://amuse-amuseanimation-1-it.samsung.wurl.tv/playlist.m3u8) | <img height="20" src="https://i.imgur.com/TLIQ9Th.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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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 |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
| 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"/> |
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
#!/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
|
||||||
162
make_playlist.py
162
make_playlist.py
|
|
@ -3,145 +3,23 @@
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
||||||
EPG_LIST = ( "https://iptv-org.github.io/epg/guides/ad/andorradifusio.ad.epg.xml",
|
EPG_LIST = open('epglist.txt',"r") # for a clean code
|
||||||
"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()
|
||||||
try:
|
parts = md_line.split("|")
|
||||||
(before, number, name, url, logo, epg, after) = md_line.split("|")
|
self.number = parts[1].strip()
|
||||||
except ValueError:
|
self.name = parts[2].strip()
|
||||||
(before, number, name, url, logo, after) = md_line.split("|")
|
self.url = parts[3].strip()
|
||||||
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 = logo.strip()
|
self.logo = parts[4].strip()
|
||||||
self.logo = self.logo[self.logo.find('src="')+5:self.logo.rfind('"')]
|
self.logo = self.logo[self.logo.find('src="')+5:self.logo.rfind('"')]
|
||||||
self.epg = epg.strip() if epg else None
|
if len(parts) > 6:
|
||||||
|
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:
|
||||||
|
|
@ -149,14 +27,23 @@ 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:
|
||||||
print(f'#EXTM3U x-tvg-url="{",".join(EPG_LIST)}"', file=playlist)
|
processed_epg_list = ", ".join(EPG_LIST).replace('\n', '')
|
||||||
|
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:
|
||||||
|
|
@ -166,3 +53,8 @@ if __name__ == "__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()
|
||||||
|
|
|
||||||
4112
playlist.m3u8
4112
playlist.m3u8
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
Loading…
Reference in New Issue