From 464169e5973e764926313a64926934d85d66480c Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 07:18:15 +0300 Subject: [PATCH 01/17] Update tests/__data__ --- tests/__data__/expected/.gh-pages/countries/ca-on.m3u | 3 +++ tests/__data__/expected/logs/generators/countries.log | 1 + 2 files changed, 4 insertions(+) create mode 100644 tests/__data__/expected/.gh-pages/countries/ca-on.m3u diff --git a/tests/__data__/expected/.gh-pages/countries/ca-on.m3u b/tests/__data__/expected/.gh-pages/countries/ca-on.m3u new file mode 100644 index 000000000..e9b4b9479 --- /dev/null +++ b/tests/__data__/expected/.gh-pages/countries/ca-on.m3u @@ -0,0 +1,3 @@ +#EXTM3U x-tvg-url="" +#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Weather",Meteomedia +http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 diff --git a/tests/__data__/expected/logs/generators/countries.log b/tests/__data__/expected/logs/generators/countries.log index 808e96554..e430bad8e 100644 --- a/tests/__data__/expected/logs/generators/countries.log +++ b/tests/__data__/expected/logs/generators/countries.log @@ -38,6 +38,7 @@ {"filepath":"countries/kh.m3u","count":1} {"filepath":"countries/cm.m3u","count":1} {"filepath":"countries/ca.m3u","count":2} +{"filepath":"countries/ca-on.m3u","count":1} {"filepath":"countries/cv.m3u","count":1} {"filepath":"countries/ky.m3u","count":1} {"filepath":"countries/cf.m3u","count":1} From b0a81c21c8991763f987a158019b8accfd4790e9 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 07:18:17 +0300 Subject: [PATCH 02/17] Update countries.js --- scripts/generators/countries.js | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/scripts/generators/countries.js b/scripts/generators/countries.js index 9554c4b73..8cb381dc3 100644 --- a/scripts/generators/countries.js +++ b/scripts/generators/countries.js @@ -16,10 +16,8 @@ module.exports = async function (streams = []) { let countryRegionCodes = _.filter(regions, { countries: [country.code] }).map( r => `r/${r.code}` ) - const countrySubdivisionCodes = _.filter(subdivisions, { country: country.code}).map( - r => `s/${r.code}` - ) - const countryAreaCodes = countryRegionCodes.concat(countrySubdivisionCodes) + const countrySubdivisions = _.filter(subdivisions, { country: country.code }) + const countryAreaCodes = countryRegionCodes.concat(countrySubdivisions.map(s => `s/${s.code}`)) countryAreaCodes.push(`c/${country.code}`) let items = _.filter(streams, stream => { @@ -27,6 +25,19 @@ module.exports = async function (streams = []) { }) output.push({ filepath: `countries/${country.code.toLowerCase()}.m3u`, items }) + + for (let subdivision of countrySubdivisions) { + let subdivisionItems = _.filter(streams, stream => { + return stream.broadcast_area.includes(`s/${subdivision.code}`) + }) + + if (subdivisionItems.length) { + output.push({ + filepath: `countries/${subdivision.code.toLowerCase()}.m3u`, + items: subdivisionItems + }) + } + } } let items = _.filter(streams, stream => !stream.broadcast_area.length) From 30d84bb1e57a83df665a0bef8ad8a3a772a7f236 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 07:35:42 +0300 Subject: [PATCH 03/17] Update tests/__data__ --- tests/__data__/expected/_readme.md | 3 +-- tests/__data__/input/logs/generators/countries.log | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/__data__/expected/_readme.md b/tests/__data__/expected/_readme.md index b553a47d2..1edc4dba7 100644 --- a/tests/__data__/expected/_readme.md +++ b/tests/__data__/expected/_readme.md @@ -185,6 +185,7 @@ Same thing, but split up into separate files: 🇰🇭 Cambodia1https://iptv-org.github.io/iptv/countries/kh.m3u 🇨🇲 Cameroon1https://iptv-org.github.io/iptv/countries/cm.m3u 🇨🇦 Canada2https://iptv-org.github.io/iptv/countries/ca.m3u +       Ontario1https://iptv-org.github.io/iptv/countries/ca-on.m3u 🇨🇻 Cape Verde1https://iptv-org.github.io/iptv/countries/cv.m3u 🇰🇾 Cayman Islands1https://iptv-org.github.io/iptv/countries/ky.m3u 🇨🇫 Central African Republic1https://iptv-org.github.io/iptv/countries/cf.m3u @@ -395,7 +396,6 @@ Same thing, but split up into separate files: 🇿🇲 Zambia1https://iptv-org.github.io/iptv/countries/zm.m3u 🇿🇼 Zimbabwe1https://iptv-org.github.io/iptv/countries/zw.m3u 🇦🇽 Åland1https://iptv-org.github.io/iptv/countries/ax.m3u - Undefined2https://iptv-org.github.io/iptv/countries/undefined.m3u @@ -445,7 +445,6 @@ Same thing, but split up into separate files: Sub-Saharan Africa0https://iptv-org.github.io/iptv/regions/ssa.m3u West Africa0https://iptv-org.github.io/iptv/regions/wafr.m3u Worldwide4https://iptv-org.github.io/iptv/regions/int.m3u - Undefined2https://iptv-org.github.io/iptv/regions/undefined.m3u diff --git a/tests/__data__/input/logs/generators/countries.log b/tests/__data__/input/logs/generators/countries.log index 9d56d14b6..65855799d 100644 --- a/tests/__data__/input/logs/generators/countries.log +++ b/tests/__data__/input/logs/generators/countries.log @@ -38,6 +38,7 @@ {"filepath":"countries/kh.m3u","count":1} {"filepath":"countries/cm.m3u","count":1} {"filepath":"countries/ca.m3u","count":2} +{"filepath":"countries/ca-on.m3u","count":1} {"filepath":"countries/cv.m3u","count":1} {"filepath":"countries/ky.m3u","count":1} {"filepath":"countries/cf.m3u","count":1} From 6e45494617b63b066f6f650b92aaa7081c80d1ee Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 07:35:46 +0300 Subject: [PATCH 04/17] Update update.js --- scripts/commands/readme/update.js | 34 ++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/scripts/commands/readme/update.js b/scripts/commands/readme/update.js index b197c5f9b..003a60b89 100644 --- a/scripts/commands/readme/update.js +++ b/scripts/commands/readme/update.js @@ -47,15 +47,27 @@ async function createCountryTable() { logger.info('creating country table...') const rows = [] await api.countries.load() + await api.subdivisions.load() const items = await parser.parseLogs(`${LOGS_DIR}/countries.log`) for (const item of items) { const code = file.getFilename(item.filepath) const country = await api.countries.find({ code: code.toUpperCase() }) - rows.push({ - name: country ? `${country.flag} ${country.name}` : 'Undefined', - channels: item.count, - playlist: `https://iptv-org.github.io/iptv/${item.filepath}` - }) + if (country) { + rows.push({ + name: `${country.flag} ${country.name}`, + channels: item.count, + playlist: `https://iptv-org.github.io/iptv/${item.filepath}` + }) + } else { + const subdivision = await api.subdivisions.find({ code: code.toUpperCase() }) + if (subdivision) { + rows.push({ + name: `      ${subdivision.name}`, + channels: item.count, + playlist: `https://iptv-org.github.io/iptv/${item.filepath}` + }) + } + } } const table = createTable(rows, [ @@ -99,11 +111,13 @@ async function createRegionTable() { for (const item of items) { const code = file.getFilename(item.filepath) const region = await api.regions.find({ code: code.toUpperCase() }) - rows.push({ - name: region ? region.name : 'Undefined', - channels: item.count, - playlist: `https://iptv-org.github.io/iptv/${item.filepath}` - }) + if (region) { + rows.push({ + name: region.name, + channels: item.count, + playlist: `https://iptv-org.github.io/iptv/${item.filepath}` + }) + } } const table = createTable(rows, [ From 708a367802e6d2841d9c2be2f212d402f361d2f7 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 07:51:26 +0300 Subject: [PATCH 05/17] Update tests/__data__ --- .../expected/.gh-pages/{countries => subdivisions}/ca-on.m3u | 0 tests/__data__/expected/_readme.md | 2 +- tests/__data__/expected/logs/generators/countries.log | 2 +- tests/__data__/input/logs/generators/countries.log | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename tests/__data__/expected/.gh-pages/{countries => subdivisions}/ca-on.m3u (100%) diff --git a/tests/__data__/expected/.gh-pages/countries/ca-on.m3u b/tests/__data__/expected/.gh-pages/subdivisions/ca-on.m3u similarity index 100% rename from tests/__data__/expected/.gh-pages/countries/ca-on.m3u rename to tests/__data__/expected/.gh-pages/subdivisions/ca-on.m3u diff --git a/tests/__data__/expected/_readme.md b/tests/__data__/expected/_readme.md index 1edc4dba7..b1ccfdd7a 100644 --- a/tests/__data__/expected/_readme.md +++ b/tests/__data__/expected/_readme.md @@ -185,7 +185,7 @@ Same thing, but split up into separate files: 🇰🇭 Cambodia1https://iptv-org.github.io/iptv/countries/kh.m3u 🇨🇲 Cameroon1https://iptv-org.github.io/iptv/countries/cm.m3u 🇨🇦 Canada2https://iptv-org.github.io/iptv/countries/ca.m3u -       Ontario1https://iptv-org.github.io/iptv/countries/ca-on.m3u +       Ontario1https://iptv-org.github.io/iptv/subdivisions/ca-on.m3u 🇨🇻 Cape Verde1https://iptv-org.github.io/iptv/countries/cv.m3u 🇰🇾 Cayman Islands1https://iptv-org.github.io/iptv/countries/ky.m3u 🇨🇫 Central African Republic1https://iptv-org.github.io/iptv/countries/cf.m3u diff --git a/tests/__data__/expected/logs/generators/countries.log b/tests/__data__/expected/logs/generators/countries.log index e430bad8e..0e3317f16 100644 --- a/tests/__data__/expected/logs/generators/countries.log +++ b/tests/__data__/expected/logs/generators/countries.log @@ -38,7 +38,7 @@ {"filepath":"countries/kh.m3u","count":1} {"filepath":"countries/cm.m3u","count":1} {"filepath":"countries/ca.m3u","count":2} -{"filepath":"countries/ca-on.m3u","count":1} +{"filepath":"subdivisions/ca-on.m3u","count":1} {"filepath":"countries/cv.m3u","count":1} {"filepath":"countries/ky.m3u","count":1} {"filepath":"countries/cf.m3u","count":1} diff --git a/tests/__data__/input/logs/generators/countries.log b/tests/__data__/input/logs/generators/countries.log index 65855799d..1867641c0 100644 --- a/tests/__data__/input/logs/generators/countries.log +++ b/tests/__data__/input/logs/generators/countries.log @@ -38,7 +38,7 @@ {"filepath":"countries/kh.m3u","count":1} {"filepath":"countries/cm.m3u","count":1} {"filepath":"countries/ca.m3u","count":2} -{"filepath":"countries/ca-on.m3u","count":1} +{"filepath":"subdivisions/ca-on.m3u","count":1} {"filepath":"countries/cv.m3u","count":1} {"filepath":"countries/ky.m3u","count":1} {"filepath":"countries/cf.m3u","count":1} From 250f509588970bf27b29efedc2b857a1420a5984 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 07:51:28 +0300 Subject: [PATCH 06/17] Update countries.js --- scripts/generators/countries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generators/countries.js b/scripts/generators/countries.js index 8cb381dc3..7d27a48f3 100644 --- a/scripts/generators/countries.js +++ b/scripts/generators/countries.js @@ -33,7 +33,7 @@ module.exports = async function (streams = []) { if (subdivisionItems.length) { output.push({ - filepath: `countries/${subdivision.code.toLowerCase()}.m3u`, + filepath: `subdivisions/${subdivision.code.toLowerCase()}.m3u`, items: subdivisionItems }) } From 4c2af65e7e5da933a1e36a98a928d0789c3f5c42 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 21:14:13 +0300 Subject: [PATCH 07/17] Update tests/__data__ --- tests/__data__/expected/.gh-pages/countries/undefined.m3u | 1 - tests/__data__/expected/.gh-pages/regions/undefined.m3u | 1 - tests/__data__/expected/logs/generators/countries.log | 3 +-- tests/__data__/expected/logs/generators/regions.log | 3 +-- 4 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 tests/__data__/expected/.gh-pages/countries/undefined.m3u delete mode 100644 tests/__data__/expected/.gh-pages/regions/undefined.m3u diff --git a/tests/__data__/expected/.gh-pages/countries/undefined.m3u b/tests/__data__/expected/.gh-pages/countries/undefined.m3u deleted file mode 100644 index 275a498ee..000000000 --- a/tests/__data__/expected/.gh-pages/countries/undefined.m3u +++ /dev/null @@ -1 +0,0 @@ -#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/.gh-pages/regions/undefined.m3u b/tests/__data__/expected/.gh-pages/regions/undefined.m3u deleted file mode 100644 index 275a498ee..000000000 --- a/tests/__data__/expected/.gh-pages/regions/undefined.m3u +++ /dev/null @@ -1 +0,0 @@ -#EXTM3U x-tvg-url="" diff --git a/tests/__data__/expected/logs/generators/countries.log b/tests/__data__/expected/logs/generators/countries.log index 0e3317f16..dd5c4ae3d 100644 --- a/tests/__data__/expected/logs/generators/countries.log +++ b/tests/__data__/expected/logs/generators/countries.log @@ -248,5 +248,4 @@ {"filepath":"countries/ye.m3u","count":1} {"filepath":"countries/zm.m3u","count":1} {"filepath":"countries/zw.m3u","count":1} -{"filepath":"countries/ax.m3u","count":1} -{"filepath":"countries/undefined.m3u","count":0} \ No newline at end of file +{"filepath":"countries/ax.m3u","count":1} \ No newline at end of file diff --git a/tests/__data__/expected/logs/generators/regions.log b/tests/__data__/expected/logs/generators/regions.log index 95499a139..e08ea789b 100644 --- a/tests/__data__/expected/logs/generators/regions.log +++ b/tests/__data__/expected/logs/generators/regions.log @@ -21,5 +21,4 @@ {"filepath":"regions/sas.m3u","count":1} {"filepath":"regions/ssa.m3u","count":0} {"filepath":"regions/wafr.m3u","count":0} -{"filepath":"regions/int.m3u","count":6} -{"filepath":"regions/undefined.m3u","count":0} \ No newline at end of file +{"filepath":"regions/int.m3u","count":6} \ No newline at end of file From 90e1cfb80562e4250d24a1002d0901af9d8dd524 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 21:14:16 +0300 Subject: [PATCH 08/17] Update countries.js --- scripts/generators/countries.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/generators/countries.js b/scripts/generators/countries.js index 7d27a48f3..10217a710 100644 --- a/scripts/generators/countries.js +++ b/scripts/generators/countries.js @@ -40,8 +40,5 @@ module.exports = async function (streams = []) { } } - let items = _.filter(streams, stream => !stream.broadcast_area.length) - output.push({ filepath: 'countries/undefined.m3u', items }) - return output } From 16622fa76d51a8342d58f8cdb8305cd31a922480 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 21:14:19 +0300 Subject: [PATCH 09/17] Update regions.js --- scripts/generators/regions.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/generators/regions.js b/scripts/generators/regions.js index c238970b2..225c2d580 100644 --- a/scripts/generators/regions.js +++ b/scripts/generators/regions.js @@ -27,8 +27,5 @@ module.exports = async function (streams = []) { output.push({ filepath: `regions/${region.code.toLowerCase()}.m3u`, items }) } - let items = _.filter(streams, stream => !stream.broadcast_area.length) - output.push({ filepath: 'regions/undefined.m3u', items }) - return output } From dbcb02144b4e238b07ea3ff72d5205d698a5d599 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 21:47:04 +0300 Subject: [PATCH 10/17] Update tests/__data__ --- .../expected/.gh-pages/regions/int.m3u | 15 ----------- tests/__data__/expected/_readme.md | 22 ++++++++-------- .../expected/logs/generators/regions.log | 20 ++++++++------- tests/__data__/input/data/regions.json | 2 +- .../input/logs/generators/regions.log | 25 ++++++++++--------- 5 files changed, 37 insertions(+), 47 deletions(-) delete mode 100644 tests/__data__/expected/.gh-pages/regions/int.m3u diff --git a/tests/__data__/expected/.gh-pages/regions/int.m3u b/tests/__data__/expected/.gh-pages/regions/int.m3u deleted file mode 100644 index 9d9ca8699..000000000 --- a/tests/__data__/expected/.gh-pages/regions/int.m3u +++ /dev/null @@ -1,15 +0,0 @@ -#EXTM3U x-tvg-url="https://iptv-org.github.io/epg/guides/ru/tv.yandex.ru.epg.xml,https://iptv-org.github.io/epg/guides/uk/ontvtonight.com.epg.xml" -#EXTINF:-1 tvg-id="" tvg-logo="" group-title="Undefined" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Andorra TV (720p) [Not 24/7] -#EXTVLCOPT:http-referrer=http://imn.iq -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 -http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index2.m3u8 -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-logo="https://raw.githubusercontent.com/Tapiosinn/tv-logos/master/countries/united-kingdom/bbc-news-uk.png" group-title="General;News",BBC News HD -http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-logo="" group-title="Undefined",Daawah TV -http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 -#EXTINF:-1 tvg-id="MeteoMedia.ca" tvg-logo="https://s1.twnmm.com/images/en_ca/mobile/logos/twn-mobile-logo.png" group-title="Weather",Meteomedia -http://encodercdn1.frontline.ca/encoder181/output/Meteo_Media_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="Zoo.ad" tvg-logo="" group-title="Undefined",Zoo (720p) -https://iptv-all.lanesh4d0w.repl.co/andorra/zoo -#EXTINF:-1 tvg-id="LDPRTV.ru" tvg-logo="https://iptvx.one/icn/ldpr-tv.png" group-title="General",ЛДПР ТВ (1080p) -http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 diff --git a/tests/__data__/expected/_readme.md b/tests/__data__/expected/_readme.md index b1ccfdd7a..339c3a312 100644 --- a/tests/__data__/expected/_readme.md +++ b/tests/__data__/expected/_readme.md @@ -423,28 +423,30 @@ Same thing, but split up into separate files: Africa0https://iptv-org.github.io/iptv/regions/afr.m3u Americas1https://iptv-org.github.io/iptv/regions/amer.m3u + Asia-Pacific1https://iptv-org.github.io/iptv/regions/apac.m3u Arab world0https://iptv-org.github.io/iptv/regions/arab.m3u - Asia1https://iptv-org.github.io/iptv/regions/asia.m3u - Asia-Pacific0https://iptv-org.github.io/iptv/regions/apac.m3u + Association of Southeast Asian Nations0https://iptv-org.github.io/iptv/regions/asean.m3u + Asia2https://iptv-org.github.io/iptv/regions/asia.m3u Caribbean0https://iptv-org.github.io/iptv/regions/carib.m3u Central Asia0https://iptv-org.github.io/iptv/regions/cas.m3u + Central America0https://iptv-org.github.io/iptv/regions/cenamer.m3u Commonwealth of Independent States1https://iptv-org.github.io/iptv/regions/cis.m3u - Europe2https://iptv-org.github.io/iptv/regions/eur.m3u - Europe, the Middle East and Africa2https://iptv-org.github.io/iptv/regions/emea.m3u + Europe, the Middle East and Africa3https://iptv-org.github.io/iptv/regions/emea.m3u + Europe3https://iptv-org.github.io/iptv/regions/eur.m3u Hispanic America0https://iptv-org.github.io/iptv/regions/hispam.m3u - Latin America0https://iptv-org.github.io/iptv/regions/latam.m3u Latin America and the Caribbean0https://iptv-org.github.io/iptv/regions/lac.m3u + Latin America0https://iptv-org.github.io/iptv/regions/latam.m3u Maghreb0https://iptv-org.github.io/iptv/regions/maghreb.m3u - Middle East0https://iptv-org.github.io/iptv/regions/mideast.m3u Middle East and North Africa0https://iptv-org.github.io/iptv/regions/mena.m3u - Nordics0https://iptv-org.github.io/iptv/regions/nord.m3u - North America1https://iptv-org.github.io/iptv/regions/noram.m3u + Middle East0https://iptv-org.github.io/iptv/regions/mideast.m3u Northern America1https://iptv-org.github.io/iptv/regions/nam.m3u + North America1https://iptv-org.github.io/iptv/regions/noram.m3u + Nordics0https://iptv-org.github.io/iptv/regions/nord.m3u Oceania0https://iptv-org.github.io/iptv/regions/oce.m3u - South Asia0https://iptv-org.github.io/iptv/regions/sas.m3u + South Asia1https://iptv-org.github.io/iptv/regions/sas.m3u + South America0https://iptv-org.github.io/iptv/regions/southam.m3u Sub-Saharan Africa0https://iptv-org.github.io/iptv/regions/ssa.m3u West Africa0https://iptv-org.github.io/iptv/regions/wafr.m3u - Worldwide4https://iptv-org.github.io/iptv/regions/int.m3u diff --git a/tests/__data__/expected/logs/generators/regions.log b/tests/__data__/expected/logs/generators/regions.log index e08ea789b..d7da61769 100644 --- a/tests/__data__/expected/logs/generators/regions.log +++ b/tests/__data__/expected/logs/generators/regions.log @@ -1,24 +1,26 @@ {"filepath":"regions/afr.m3u","count":0} {"filepath":"regions/amer.m3u","count":1} -{"filepath":"regions/arab.m3u","count":0} -{"filepath":"regions/asia.m3u","count":2} {"filepath":"regions/apac.m3u","count":1} +{"filepath":"regions/arab.m3u","count":0} +{"filepath":"regions/asean.m3u","count":0} +{"filepath":"regions/asia.m3u","count":2} {"filepath":"regions/carib.m3u","count":0} {"filepath":"regions/cas.m3u","count":0} +{"filepath":"regions/cenamer.m3u","count":0} {"filepath":"regions/cis.m3u","count":1} -{"filepath":"regions/eur.m3u","count":3} {"filepath":"regions/emea.m3u","count":3} +{"filepath":"regions/eur.m3u","count":3} {"filepath":"regions/hispam.m3u","count":0} -{"filepath":"regions/latam.m3u","count":0} {"filepath":"regions/lac.m3u","count":0} +{"filepath":"regions/latam.m3u","count":0} {"filepath":"regions/maghreb.m3u","count":0} -{"filepath":"regions/mideast.m3u","count":0} {"filepath":"regions/mena.m3u","count":0} -{"filepath":"regions/nord.m3u","count":0} -{"filepath":"regions/noram.m3u","count":1} +{"filepath":"regions/mideast.m3u","count":0} {"filepath":"regions/nam.m3u","count":1} +{"filepath":"regions/noram.m3u","count":1} +{"filepath":"regions/nord.m3u","count":0} {"filepath":"regions/oce.m3u","count":0} {"filepath":"regions/sas.m3u","count":1} +{"filepath":"regions/southam.m3u","count":0} {"filepath":"regions/ssa.m3u","count":0} -{"filepath":"regions/wafr.m3u","count":0} -{"filepath":"regions/int.m3u","count":6} \ No newline at end of file +{"filepath":"regions/wafr.m3u","count":0} \ No newline at end of file diff --git a/tests/__data__/input/data/regions.json b/tests/__data__/input/data/regions.json index f0640a33a..0741930a1 100644 --- a/tests/__data__/input/data/regions.json +++ b/tests/__data__/input/data/regions.json @@ -1 +1 @@ -[{"name":"Africa","code":"AFR","countries":["AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","DZ","EG","EH","ER","ET","GA","GH","GM","GN","GQ","GW","KE","KM","LR","LS","LY","MA","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SD","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TN","TZ","UG","YT","ZA","ZM","ZW"]},{"name":"Americas","code":"AMER","countries":["AG","AI","AR","AW","BB","BL","BM","BO","BR","BS","BV","BZ","CA","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GL","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PM","PR","PY","SR","SV","SX","TC","TT","US","UY","VC","VE","VG","VI"]},{"name":"Arab world","code":"ARAB","countries":["AE","BH","DJ","DZ","EG","IQ","JO","KM","KW","LB","LY","MA","MR","OM","PS","QA","SA","SD","SO","SY","TN","YE"]},{"name":"Asia","code":"ASIA","countries":["AE","AF","AM","AZ","BD","BH","BN","BT","CN","CY","GE","ID","IL","IN","IQ","IR","JO","JP","KG","KH","KP","KR","KW","KZ","LA","LB","LK","MM","MN","MV","MY","NP","OM","PH","PK","PS","QA","RU","SA","SG","SY","TH","TJ","TL","TM","TR","TW","UZ","VN","YE"]},{"name":"Asia-Pacific","code":"APAC","countries":["AF","AS","AU","BD","BN","BT","CK","CN","FJ","FM","GU","ID","IN","JP","KH","KI","KP","KR","LA","LK","MH","MM","MN","MP","MV","MY","NC","NF","NP","NR","NU","NZ","PF","PG","PH","PK","PN","PW","SB","SG","TH","TK","TL","TO","TV","TW","VN","VU","WF","WS"]},{"name":"Caribbean","code":"CARIB","countries":["AG","AI","AW","BB","BL","BS","CU","CW","DM","DO","GD","GP","HT","JM","KN","KY","LC","MF","MQ","MS","PR","SX","TC","TT","VC","VG","VI"]},{"name":"Central Asia","code":"CAS","countries":["KG","KZ","TJ","TM","UZ"]},{"name":"Commonwealth of Independent States","code":"CIS","countries":["AM","AZ","BY","KG","KZ","MD","RU","TJ","UZ"]},{"name":"Europe","code":"EUR","countries":["AD","AL","AM","AT","AZ","BA","BE","BG","BY","CH","CY","CZ","DE","DK","EE","ES","FI","FR","GE","GR","HR","HU","IE","IS","IT","KZ","LI","LT","LU","LV","MC","MD","ME","MK","MT","NL","NO","PL","PT","RO","RS","RU","SE","SI","SK","SM","TR","UA","UK","VA"]},{"name":"Europe, the Middle East and Africa","code":"EMEA","countries":["AD","AE","AL","AM","AO","AT","AZ","BA","BE","BF","BG","BH","BI","BJ","BW","BY","CD","CF","CG","CH","CI","CM","CV","CY","CZ","DE","DJ","DK","DZ","EE","EG","EH","ER","ES","ET","FI","FR","GA","GE","GH","GM","GN","GQ","GR","GW","HR","HU","IE","IQ","IR","IS","IT","JO","KE","KM","KW","KZ","LB","LI","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MG","MK","ML","MR","MT","MU","MW","MZ","NA","NE","NG","NL","NO","OM","PL","PS","PT","QA","RE","RO","RS","RU","RW","SA","SC","SD","SE","SH","SI","SK","SL","SM","SN","SO","SS","ST","SY","SZ","TD","TF","TG","TN","TR","TZ","UA","UG","UK","VA","YE","YT","ZA","ZM","ZW"]},{"name":"Hispanic America","code":"HISPAM","countries":["AR","BO","CL","CO","CR","CU","DO","EC","GT","HN","MX","NI","PA","PE","PR","PY","SV","UY","VE"]},{"name":"Latin America","code":"LATAM","countries":["AR","BL","BO","BR","CL","CO","CR","CU","DO","EC","GF","GP","GT","HN","HT","MF","MQ","MX","NI","PA","PE","PR","PY","SV","UY","VE"]},{"name":"Latin America and the Caribbean","code":"LAC","countries":["AG","AI","AR","AW","BB","BL","BO","BR","BS","CL","CO","CR","CU","CW","DM","DO","EC","GD","GF","GP","GT","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PR","PY","SV","SX","TC","TT","UY","VC","VE","VG","VI"]},{"name":"Maghreb","code":"MAGHREB","countries":["DZ","LY","MA","MR","TN"]},{"name":"Middle East","code":"MIDEAST","countries":["AE","BH","CY","EG","IL","IQ","IR","JO","KW","LB","OM","PS","QA","SA","SY","TR","YE"]},{"name":"Middle East and North Africa","code":"MENA","countries":["AE","BH","CY","DJ","DZ","EG","EH","IL","IQ","IR","JO","KW","LB","LY","MA","OM","PS","QA","SA","SD","SY","TN","TR","YE"]},{"name":"Nordics","code":"NORD","countries":["AX","DK","FO","FI","IS","NO","SE"]},{"name":"North America","code":"NORAM","countries":["AG","AI","AW","BB","BL","BM","BS","BZ","CA","CR","CU","CW","DM","DO","GD","GL","GP","GT","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PM","PR","SV","SX","TC","TT","US","VC","VG","VI"]},{"name":"Northern America","code":"NAM","countries":["BM","CA","GL","PM","US"]},{"name":"Oceania","code":"OCE","countries":["AS","AU","CK","FJ","FM","GU","KI","MH","MP","NC","NF","NR","NU","NZ","PF","PG","PN","PW","SB","TK","TO","TV","VU","WF","WS"]},{"name":"South Asia","code":"SAS","countries":["AF","BD","BT","IN","LK","MV","NP","PK"]},{"name":"Sub-Saharan Africa","code":"SSA","countries":["AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","ER","ET","GA","GH","GM","GN","GQ","GW","KE","KM","LR","LS","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RW","SC","SD","SL","SN","SO","SS","ST","SZ","TD","TG","TZ","UG","ZA","ZM","ZW"]},{"name":"West Africa","code":"WAFR","countries":["BF","BJ","CI","CV","GH","GM","GN","GW","LR","ML","MR","NE","NG","SH","SL","SN","TG"]},{"name":"Worldwide","code":"INT","countries":["AD","AE","AF","AG","AI","AL","AM","AO","AQ","AR","AS","AT","AU","AW","AX","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BL","BM","BN","BO","BQ","BR","BS","BT","BV","BW","BY","BZ","CA","CC","CD","CF","CG","CH","CI","CK","CL","CM","CN","CO","CR","CU","CV","CW","CX","CY","CZ","DE","DJ","DK","DM","DO","DZ","EC","EE","EG","EH","ER","ES","ET","FI","FJ","FK","FM","FO","FR","GA","UK","GD","GE","GF","GG","GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT","GU","GW","GY","HK","HM","HN","HR","HT","HU","ID","IE","IL","IM","IN","IO","IQ","IR","IS","IT","JE","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MF","MG","MH","MK","ML","MM","MN","MO","MP","MQ","MR","MS","MT","MU","MV","MW","MX","MY","MZ","NA","NC","NE","NF","NG","NI","NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF","PG","PH","PK","PL","PM","PN","PR","PS","PT","PW","PY","QA","RE","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO","SR","SS","ST","SV","SX","SY","SZ","TC","TD","TF","TG","TH","TJ","TK","TL","TM","TN","TO","TR","TT","TV","TW","TZ","UA","UG","UM","US","UY","UZ","VA","VC","VE","VG","VI","VN","VU","WF","WS","XK","YE","YT","ZA","ZM","ZW"]}] \ No newline at end of file +[{"code":"AFR","name":"Africa","countries":["AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","DZ","EG","EH","ER","ET","GA","GH","GM","GN","GQ","GW","KE","KM","LR","LS","LY","MA","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SD","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TN","TZ","UG","YT","ZA","ZM","ZW"]},{"code":"AMER","name":"Americas","countries":["AG","AI","AR","AW","BB","BL","BM","BO","BR","BS","BV","BZ","CA","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GL","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PM","PR","PY","SR","SV","SX","TC","TT","US","UY","VC","VE","VG","VI"]},{"code":"APAC","name":"Asia-Pacific","countries":["AF","AS","AU","BD","BN","BT","CK","CN","FJ","FM","GU","ID","IN","JP","KH","KI","KP","KR","LA","LK","MH","MM","MN","MP","MV","MY","NC","NF","NP","NR","NU","NZ","PF","PG","PH","PK","PN","PW","SB","SG","TH","TK","TL","TO","TV","TW","VN","VU","WF","WS"]},{"code":"ARAB","name":"Arab world","countries":["AE","BH","DJ","DZ","EG","IQ","JO","KM","KW","LB","LY","MA","MR","OM","PS","QA","SA","SD","SO","SY","TN","YE"]},{"code":"ASEAN","name":"Association of Southeast Asian Nations","countries":["BN","KH","ID","LA","MY","MM","PH","SG","TH","VN"]},{"code":"ASIA","name":"Asia","countries":["AE","AF","AM","AZ","BD","BH","BN","BT","CN","CY","GE","ID","IL","IN","IQ","IR","JO","JP","KG","KH","KP","KR","KW","KZ","LA","LB","LK","MM","MN","MV","MY","NP","OM","PH","PK","PS","QA","RU","SA","SG","SY","TH","TJ","TL","TM","TR","TW","UZ","VN","YE"]},{"code":"CARIB","name":"Caribbean","countries":["AG","AI","AW","BB","BL","BS","CU","CW","DM","DO","GD","GP","HT","JM","KN","KY","LC","MF","MQ","MS","PR","SX","TC","TT","VC","VG","VI"]},{"code":"CAS","name":"Central Asia","countries":["KG","KZ","TJ","TM","UZ"]},{"code":"CENAMER","name":"Central America","countries":["BZ","CR","SV","GT","HN","NI","PA"]},{"code":"CIS","name":"Commonwealth of Independent States","countries":["AM","AZ","BY","KG","KZ","MD","RU","TJ","UZ"]},{"code":"EMEA","name":"Europe, the Middle East and Africa","countries":["AD","AE","AL","AM","AO","AT","AZ","BA","BE","BF","BG","BH","BI","BJ","BW","BY","CD","CF","CG","CH","CI","CM","CV","CY","CZ","DE","DJ","DK","DZ","EE","EG","EH","ER","ES","ET","FI","FR","GA","GE","GH","GM","GN","GQ","GR","GW","HR","HU","IE","IQ","IR","IS","IT","JO","KE","KM","KW","KZ","LB","LI","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MG","MK","ML","MR","MT","MU","MW","MZ","NA","NE","NG","NL","NO","OM","PL","PS","PT","QA","RE","RO","RS","RU","RW","SA","SC","SD","SE","SH","SI","SK","SL","SM","SN","SO","SS","ST","SY","SZ","TD","TF","TG","TN","TR","TZ","UA","UG","UK","VA","YE","YT","ZA","ZM","ZW"]},{"code":"EUR","name":"Europe","countries":["AD","AL","AM","AT","AZ","BA","BE","BG","BY","CH","CY","CZ","DE","DK","EE","ES","FI","FR","GE","GR","HR","HU","IE","IS","IT","KZ","LI","LT","LU","LV","MC","MD","ME","MK","MT","NL","NO","PL","PT","RO","RS","RU","SE","SI","SK","SM","TR","UA","UK","VA"]},{"code":"HISPAM","name":"Hispanic America","countries":["AR","BO","CL","CO","CR","CU","DO","EC","GT","HN","MX","NI","PA","PE","PR","PY","SV","UY","VE"]},{"code":"INT","name":"Worldwide","countries":["AD","AE","AF","AG","AI","AL","AM","AO","AQ","AR","AS","AT","AU","AW","AX","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BL","BM","BN","BO","BQ","BR","BS","BT","BV","BW","BY","BZ","CA","CC","CD","CF","CG","CH","CI","CK","CL","CM","CN","CO","CR","CU","CV","CW","CX","CY","CZ","DE","DJ","DK","DM","DO","DZ","EC","EE","EG","EH","ER","ES","ET","FI","FJ","FK","FM","FO","FR","GA","UK","GD","GE","GF","GG","GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT","GU","GW","GY","HK","HM","HN","HR","HT","HU","ID","IE","IL","IM","IN","IO","IQ","IR","IS","IT","JE","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MF","MG","MH","MK","ML","MM","MN","MO","MP","MQ","MR","MS","MT","MU","MV","MW","MX","MY","MZ","NA","NC","NE","NF","NG","NI","NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF","PG","PH","PK","PL","PM","PN","PR","PS","PT","PW","PY","QA","RE","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO","SR","SS","ST","SV","SX","SY","SZ","TC","TD","TF","TG","TH","TJ","TK","TL","TM","TN","TO","TR","TT","TV","TW","TZ","UA","UG","UM","US","UY","UZ","VA","VC","VE","VG","VI","VN","VU","WF","WS","XK","YE","YT","ZA","ZM","ZW"]},{"code":"LAC","name":"Latin America and the Caribbean","countries":["AG","AI","AR","AW","BB","BL","BO","BR","BS","CL","CO","CR","CU","CW","DM","DO","EC","GD","GF","GP","GT","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PR","PY","SV","SX","TC","TT","UY","VC","VE","VG","VI"]},{"code":"LATAM","name":"Latin America","countries":["AR","BL","BO","BR","CL","CO","CR","CU","DO","EC","GF","GP","GT","HN","HT","MF","MQ","MX","NI","PA","PE","PR","PY","SV","UY","VE"]},{"code":"MAGHREB","name":"Maghreb","countries":["DZ","LY","MA","MR","TN"]},{"code":"MENA","name":"Middle East and North Africa","countries":["AE","BH","CY","DJ","DZ","EG","EH","IL","IQ","IR","JO","KW","LB","LY","MA","OM","PS","QA","SA","SD","SY","TN","TR","YE"]},{"code":"MIDEAST","name":"Middle East","countries":["AE","BH","CY","EG","IL","IQ","IR","JO","KW","LB","OM","PS","QA","SA","SY","TR","YE"]},{"code":"NAM","name":"Northern America","countries":["BM","CA","GL","PM","US"]},{"code":"NORAM","name":"North America","countries":["AG","AI","AW","BB","BL","BM","BS","BZ","CA","CR","CU","CW","DM","DO","GD","GL","GP","GT","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PM","PR","SV","SX","TC","TT","US","VC","VG","VI"]},{"code":"NORD","name":"Nordics","countries":["AX","DK","FO","FI","IS","NO","SE"]},{"code":"OCE","name":"Oceania","countries":["AS","AU","CK","FJ","FM","GU","KI","MH","MP","NC","NF","NR","NU","NZ","PF","PG","PN","PW","SB","TK","TO","TV","VU","WF","WS"]},{"code":"SAS","name":"South Asia","countries":["AF","BD","BT","IN","LK","MV","NP","PK"]},{"code":"SOUTHAM","name":"South America","countries":["AR","BO","BR","CL","CO","EC","PY","PE","UY","VE","BV","FK","GF","GY","GS","SR"]},{"code":"SSA","name":"Sub-Saharan Africa","countries":["AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","ER","ET","GA","GH","GM","GN","GQ","GW","KE","KM","LR","LS","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RW","SC","SD","SL","SN","SO","SS","ST","SZ","TD","TG","TZ","UG","ZA","ZM","ZW"]},{"code":"WAFR","name":"West Africa","countries":["BF","BJ","CI","CV","GH","GM","GN","GW","LR","ML","MR","NE","NG","SH","SL","SN","TG"]}] \ No newline at end of file diff --git a/tests/__data__/input/logs/generators/regions.log b/tests/__data__/input/logs/generators/regions.log index ddf9139e0..d7da61769 100644 --- a/tests/__data__/input/logs/generators/regions.log +++ b/tests/__data__/input/logs/generators/regions.log @@ -1,25 +1,26 @@ {"filepath":"regions/afr.m3u","count":0} {"filepath":"regions/amer.m3u","count":1} +{"filepath":"regions/apac.m3u","count":1} {"filepath":"regions/arab.m3u","count":0} -{"filepath":"regions/asia.m3u","count":1} -{"filepath":"regions/apac.m3u","count":0} +{"filepath":"regions/asean.m3u","count":0} +{"filepath":"regions/asia.m3u","count":2} {"filepath":"regions/carib.m3u","count":0} {"filepath":"regions/cas.m3u","count":0} +{"filepath":"regions/cenamer.m3u","count":0} {"filepath":"regions/cis.m3u","count":1} -{"filepath":"regions/eur.m3u","count":2} -{"filepath":"regions/emea.m3u","count":2} +{"filepath":"regions/emea.m3u","count":3} +{"filepath":"regions/eur.m3u","count":3} {"filepath":"regions/hispam.m3u","count":0} -{"filepath":"regions/latam.m3u","count":0} {"filepath":"regions/lac.m3u","count":0} +{"filepath":"regions/latam.m3u","count":0} {"filepath":"regions/maghreb.m3u","count":0} -{"filepath":"regions/mideast.m3u","count":0} {"filepath":"regions/mena.m3u","count":0} -{"filepath":"regions/nord.m3u","count":0} -{"filepath":"regions/noram.m3u","count":1} +{"filepath":"regions/mideast.m3u","count":0} {"filepath":"regions/nam.m3u","count":1} +{"filepath":"regions/noram.m3u","count":1} +{"filepath":"regions/nord.m3u","count":0} {"filepath":"regions/oce.m3u","count":0} -{"filepath":"regions/sas.m3u","count":0} +{"filepath":"regions/sas.m3u","count":1} +{"filepath":"regions/southam.m3u","count":0} {"filepath":"regions/ssa.m3u","count":0} -{"filepath":"regions/wafr.m3u","count":0} -{"filepath":"regions/int.m3u","count":4} -{"filepath":"regions/undefined.m3u","count":2} \ No newline at end of file +{"filepath":"regions/wafr.m3u","count":0} \ No newline at end of file From 3a332813abd382ad9d60e71ae4e4b89d7446f695 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 21:47:11 +0300 Subject: [PATCH 11/17] Update regions.js --- scripts/generators/regions.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/generators/regions.js b/scripts/generators/regions.js index 225c2d580..c2b08146f 100644 --- a/scripts/generators/regions.js +++ b/scripts/generators/regions.js @@ -12,6 +12,8 @@ module.exports = async function (streams = []) { const output = [] for (const region of regions) { + if (region.code === 'INT') continue + const regionCountries = region.countries let areaCodes = regionCountries.map(code => `c/${code}`) From 97c8030c5e7f3bc15cb27a5287e7f1666af80244 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 21:53:46 +0300 Subject: [PATCH 12/17] Update auto-update.yml test --- .github/workflows/auto-update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 290e61b79..9852387d1 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -34,9 +34,9 @@ jobs: continue-on-error: true strategy: fail-fast: false - matrix: ${{ fromJson(needs.setup.outputs.matrix) }} - # matrix: - # cluster_id: [1] + # matrix: ${{ fromJson(needs.setup.outputs.matrix) }} + matrix: + cluster_id: [1] steps: - uses: actions/checkout@v2 - uses: FedericoCarboni/setup-ffmpeg@v1 From 32a0b58e48090e2ce01c9db199839125ca5878a1 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 12 Sep 2022 22:20:05 +0300 Subject: [PATCH 13/17] Update auto-update.yml --- .github/workflows/auto-update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 9852387d1..290e61b79 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -34,9 +34,9 @@ jobs: continue-on-error: true strategy: fail-fast: false - # matrix: ${{ fromJson(needs.setup.outputs.matrix) }} - matrix: - cluster_id: [1] + matrix: ${{ fromJson(needs.setup.outputs.matrix) }} + # matrix: + # cluster_id: [1] steps: - uses: actions/checkout@v2 - uses: FedericoCarboni/setup-ffmpeg@v1 From 7334b24b8308260ff23a95659bd896dd3c537a89 Mon Sep 17 00:00:00 2001 From: UltraHDR <108294295+UltraHDR@users.noreply.github.com> Date: Mon, 12 Sep 2022 20:30:45 +0100 Subject: [PATCH 14/17] Create us.m3u --- streams/us.m3u | 2 ++ 1 file changed, 2 insertions(+) diff --git a/streams/us.m3u b/streams/us.m3u index 72480db45..066008417 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -64,6 +64,8 @@ https://tve-live-lln.warnermediacdn.com/hls/live/2023185/aswest/noslate/VIDEO_1_ https://tve-live-lln.warnermediacdn.com/hls/live/2023185/aswest/noslate/VIDEO_3_1928000.m3u8 #EXTINF:-1 tvg-id="AdventureSportsTV.us" status="online",Adventure Sports TV (360p) [Not 24/7] https://gizmeon.s.llnwi.net/channellivev3/live/master.m3u8?channel=275 +#EXTINF:-1 tvg-id="AghapyKids.us" status="online",Aghapy Kids (1080p) +https://5b622f07944df.streamlock.net/aghapykids.tv/aghapykids2/playlist.m3u8 #EXTINF:-1 tvg-id="Akaku53.us" status="timeout",Akaku 53 (Hawaii) (1080p) https://akaku.vod.castus.tv/live/ch1.m3u8 #EXTINF:-1 tvg-id="Akaku54.us" status="timeout",Akaku 54 (Hawaii) (1080p) From 3970ac7669835676fd6db39902b4b0a865d38331 Mon Sep 17 00:00:00 2001 From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 17:14:09 +0300 Subject: [PATCH 15/17] [Bot] Daily update (#8734) * [Bot] Update /streams * [Bot] Update README.md Co-authored-by: iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com> --- README.md | 595 +++++++++++++++++++-------------------- streams/ae.m3u | 8 +- streams/af.m3u | 6 +- streams/al.m3u | 8 +- streams/am.m3u | 8 +- streams/ar.m3u | 28 +- streams/at.m3u | 2 +- streams/au.m3u | 4 +- streams/az.m3u | 2 +- streams/ba.m3u | 4 +- streams/be.m3u | 4 +- streams/bf.m3u | 2 +- streams/bo.m3u | 6 +- streams/br.m3u | 12 +- streams/br_pluto.m3u | 4 +- streams/by.m3u | 2 +- streams/ca.m3u | 6 +- streams/cl.m3u | 12 +- streams/cn.m3u | 172 +++++------ streams/co.m3u | 14 +- streams/cr.m3u | 6 +- streams/de.m3u | 10 +- streams/de_adultswim.m3u | 2 +- streams/de_pluto.m3u | 16 +- streams/dj.m3u | 2 +- streams/dk.m3u | 2 +- streams/do.m3u | 22 +- streams/dz.m3u | 16 +- streams/ec.m3u | 6 +- streams/eg.m3u | 8 +- streams/es.m3u | 16 +- streams/es_pluto.m3u | 12 +- streams/fj.m3u | 4 +- streams/fr.m3u | 30 +- streams/fr_euronews.m3u | 2 +- streams/fr_pluto.m3u | 34 +-- streams/ge.m3u | 2 +- streams/gl.m3u | 2 +- streams/gr.m3u | 4 +- streams/gt.m3u | 6 +- streams/hk.m3u | 4 +- streams/hn.m3u | 18 +- streams/hr.m3u | 2 +- streams/ht.m3u | 8 +- streams/id.m3u | 132 ++++----- streams/il.m3u | 6 +- streams/in.m3u | 26 +- streams/iq.m3u | 10 +- streams/ir.m3u | 2 +- streams/it.m3u | 6 +- streams/jo.m3u | 4 +- streams/jp.m3u | 4 +- streams/ke.m3u | 8 +- streams/kr.m3u | 36 +-- streams/kw.m3u | 6 +- streams/kz.m3u | 10 +- streams/lb.m3u | 10 +- streams/lk.m3u | 2 +- streams/mr.m3u | 2 +- streams/mx.m3u | 20 +- streams/mx_pluto.m3u | 28 +- streams/my.m3u | 6 +- streams/ng.m3u | 2 +- streams/ni.m3u | 2 +- streams/nl.m3u | 4 +- streams/pa.m3u | 6 +- streams/pe.m3u | 38 +-- streams/ph.m3u | 12 +- streams/pk.m3u | 2 +- streams/pl.m3u | 4 +- streams/pt.m3u | 8 +- streams/py.m3u | 2 +- streams/qa.m3u | 16 +- streams/ro.m3u | 4 +- streams/rs.m3u | 2 +- streams/ru.m3u | 40 ++- streams/sa.m3u | 30 +- streams/sd.m3u | 2 +- streams/sg.m3u | 6 +- streams/si.m3u | 2 +- streams/sn.m3u | 2 +- streams/sv.m3u | 2 +- streams/th.m3u | 18 +- streams/tn.m3u | 2 +- streams/tr.m3u | 2 +- streams/ua.m3u | 2 +- streams/uk.m3u | 16 +- streams/uk_pluto.m3u | 14 +- streams/us.m3u | 58 ++-- streams/us_localbtv.m3u | 12 +- streams/us_pluto.m3u | 240 ++++++++-------- streams/us_ssh101.m3u | 6 +- streams/us_stirr.m3u | 6 +- streams/us_tubi.m3u | 2 +- streams/us_xumo.m3u | 32 +-- streams/ve.m3u | 2 +- streams/vn.m3u | 4 +- streams/vn_fptplay.m3u | 28 +- 98 files changed, 1037 insertions(+), 1044 deletions(-) diff --git a/README.md b/README.md index a495bfa33..f1107e7fc 100644 --- a/README.md +++ b/README.md @@ -70,26 +70,26 @@ Same thing, but split up into separate files: Culture19https://iptv-org.github.io/iptv/categories/culture.m3u Documentary39https://iptv-org.github.io/iptv/categories/documentary.m3u Education59https://iptv-org.github.io/iptv/categories/education.m3u - Entertainment178https://iptv-org.github.io/iptv/categories/entertainment.m3u - Family19https://iptv-org.github.io/iptv/categories/family.m3u + Entertainment182https://iptv-org.github.io/iptv/categories/entertainment.m3u + Family20https://iptv-org.github.io/iptv/categories/family.m3u General392https://iptv-org.github.io/iptv/categories/general.m3u - Kids148https://iptv-org.github.io/iptv/categories/kids.m3u - Legislative56https://iptv-org.github.io/iptv/categories/legislative.m3u + Kids144https://iptv-org.github.io/iptv/categories/kids.m3u + Legislative54https://iptv-org.github.io/iptv/categories/legislative.m3u Lifestyle60https://iptv-org.github.io/iptv/categories/lifestyle.m3u - Movies209https://iptv-org.github.io/iptv/categories/movies.m3u - Music315https://iptv-org.github.io/iptv/categories/music.m3u - News360https://iptv-org.github.io/iptv/categories/news.m3u + Movies206https://iptv-org.github.io/iptv/categories/movies.m3u + Music310https://iptv-org.github.io/iptv/categories/music.m3u + News359https://iptv-org.github.io/iptv/categories/news.m3u Outdoor36https://iptv-org.github.io/iptv/categories/outdoor.m3u Relax17https://iptv-org.github.io/iptv/categories/relax.m3u Religious207https://iptv-org.github.io/iptv/categories/religious.m3u - Series142https://iptv-org.github.io/iptv/categories/series.m3u + Series141https://iptv-org.github.io/iptv/categories/series.m3u Science12https://iptv-org.github.io/iptv/categories/science.m3u - Shop56https://iptv-org.github.io/iptv/categories/shop.m3u + Shop55https://iptv-org.github.io/iptv/categories/shop.m3u Sports180https://iptv-org.github.io/iptv/categories/sports.m3u - Travel19https://iptv-org.github.io/iptv/categories/travel.m3u + Travel18https://iptv-org.github.io/iptv/categories/travel.m3u Weather10https://iptv-org.github.io/iptv/categories/weather.m3u XXX54https://iptv-org.github.io/iptv/categories/xxx.m3u - Undefined4777https://iptv-org.github.io/iptv/categories/undefined.m3u + Undefined4744https://iptv-org.github.io/iptv/categories/undefined.m3u @@ -117,11 +117,11 @@ Same thing, but split up into separate files: Albanian38https://iptv-org.github.io/iptv/languages/sqi.m3u Amharic1https://iptv-org.github.io/iptv/languages/amh.m3u - Arabic339https://iptv-org.github.io/iptv/languages/ara.m3u + Arabic340https://iptv-org.github.io/iptv/languages/ara.m3u Armenian26https://iptv-org.github.io/iptv/languages/hye.m3u Assamese2https://iptv-org.github.io/iptv/languages/asm.m3u Assyrian Neo-Aramaic1https://iptv-org.github.io/iptv/languages/aii.m3u - Azerbaijani12https://iptv-org.github.io/iptv/languages/aze.m3u + Azerbaijani13https://iptv-org.github.io/iptv/languages/aze.m3u Bashkir1https://iptv-org.github.io/iptv/languages/bak.m3u Basque1https://iptv-org.github.io/iptv/languages/eus.m3u Belarusian1https://iptv-org.github.io/iptv/languages/bel.m3u @@ -130,47 +130,46 @@ Same thing, but split up into separate files: Bulgarian18https://iptv-org.github.io/iptv/languages/bul.m3u Burmese1https://iptv-org.github.io/iptv/languages/mya.m3u Catalan9https://iptv-org.github.io/iptv/languages/cat.m3u - Chinese61https://iptv-org.github.io/iptv/languages/zho.m3u + Chinese55https://iptv-org.github.io/iptv/languages/zho.m3u Croatian11https://iptv-org.github.io/iptv/languages/hrv.m3u Czech17https://iptv-org.github.io/iptv/languages/ces.m3u - Danish15https://iptv-org.github.io/iptv/languages/dan.m3u + Danish13https://iptv-org.github.io/iptv/languages/dan.m3u Dhivehi1https://iptv-org.github.io/iptv/languages/div.m3u Dimili1https://iptv-org.github.io/iptv/languages/zza.m3u Dutch83https://iptv-org.github.io/iptv/languages/nld.m3u - English1787https://iptv-org.github.io/iptv/languages/eng.m3u + English1783https://iptv-org.github.io/iptv/languages/eng.m3u Estonian6https://iptv-org.github.io/iptv/languages/est.m3u Faroese1https://iptv-org.github.io/iptv/languages/fao.m3u Finnish8https://iptv-org.github.io/iptv/languages/fin.m3u - French156https://iptv-org.github.io/iptv/languages/fra.m3u + French155https://iptv-org.github.io/iptv/languages/fra.m3u Galician10https://iptv-org.github.io/iptv/languages/glg.m3u - Georgian5https://iptv-org.github.io/iptv/languages/kat.m3u - German183https://iptv-org.github.io/iptv/languages/deu.m3u - Greek84https://iptv-org.github.io/iptv/languages/ell.m3u - Greenlandic1https://iptv-org.github.io/iptv/languages/kal.m3u + Georgian6https://iptv-org.github.io/iptv/languages/kat.m3u + German185https://iptv-org.github.io/iptv/languages/deu.m3u + Greek85https://iptv-org.github.io/iptv/languages/ell.m3u Gujarati2https://iptv-org.github.io/iptv/languages/guj.m3u Hebrew9https://iptv-org.github.io/iptv/languages/heb.m3u Hindi51https://iptv-org.github.io/iptv/languages/hin.m3u Hungarian33https://iptv-org.github.io/iptv/languages/hun.m3u Icelandic3https://iptv-org.github.io/iptv/languages/isl.m3u - Indonesian165https://iptv-org.github.io/iptv/languages/ind.m3u + Indonesian163https://iptv-org.github.io/iptv/languages/ind.m3u Inuktitut1https://iptv-org.github.io/iptv/languages/iku.m3u Irish2https://iptv-org.github.io/iptv/languages/gle.m3u - Italian146https://iptv-org.github.io/iptv/languages/ita.m3u + Italian144https://iptv-org.github.io/iptv/languages/ita.m3u Japanese18https://iptv-org.github.io/iptv/languages/jpn.m3u Javanese1https://iptv-org.github.io/iptv/languages/jav.m3u Kannada4https://iptv-org.github.io/iptv/languages/kan.m3u Kazakh8https://iptv-org.github.io/iptv/languages/kaz.m3u Khmer7https://iptv-org.github.io/iptv/languages/khm.m3u Kirghiz1https://iptv-org.github.io/iptv/languages/kir.m3u - Korean121https://iptv-org.github.io/iptv/languages/kor.m3u - Kurdish14https://iptv-org.github.io/iptv/languages/kur.m3u + Korean120https://iptv-org.github.io/iptv/languages/kor.m3u + Kurdish13https://iptv-org.github.io/iptv/languages/kur.m3u Lao10https://iptv-org.github.io/iptv/languages/lao.m3u Latvian6https://iptv-org.github.io/iptv/languages/lav.m3u Letzeburgesch3https://iptv-org.github.io/iptv/languages/ltz.m3u Lithuanian5https://iptv-org.github.io/iptv/languages/lit.m3u Macedonian3https://iptv-org.github.io/iptv/languages/mkd.m3u - Malay18https://iptv-org.github.io/iptv/languages/msa.m3u - Malayalam44https://iptv-org.github.io/iptv/languages/mal.m3u + Malay17https://iptv-org.github.io/iptv/languages/msa.m3u + Malayalam42https://iptv-org.github.io/iptv/languages/mal.m3u Maltese4https://iptv-org.github.io/iptv/languages/mlt.m3u Mandarin Chinese1https://iptv-org.github.io/iptv/languages/cmn.m3u Marathi1https://iptv-org.github.io/iptv/languages/mar.m3u @@ -179,38 +178,38 @@ Same thing, but split up into separate files: Norwegian5https://iptv-org.github.io/iptv/languages/nor.m3u Norwegian Bokmål1https://iptv-org.github.io/iptv/languages/nob.m3u Oriya (macrolanguage)2https://iptv-org.github.io/iptv/languages/ori.m3u - Panjabi5https://iptv-org.github.io/iptv/languages/pan.m3u + Panjabi6https://iptv-org.github.io/iptv/languages/pan.m3u Papiamento2https://iptv-org.github.io/iptv/languages/pap.m3u - Pashto14https://iptv-org.github.io/iptv/languages/pus.m3u + Pashto13https://iptv-org.github.io/iptv/languages/pus.m3u Persian79https://iptv-org.github.io/iptv/languages/fas.m3u Polish33https://iptv-org.github.io/iptv/languages/pol.m3u - Portuguese140https://iptv-org.github.io/iptv/languages/por.m3u - Romanian33https://iptv-org.github.io/iptv/languages/ron.m3u - Russian314https://iptv-org.github.io/iptv/languages/rus.m3u - Serbian45https://iptv-org.github.io/iptv/languages/srp.m3u + Portuguese141https://iptv-org.github.io/iptv/languages/por.m3u + Romanian31https://iptv-org.github.io/iptv/languages/ron.m3u + Russian310https://iptv-org.github.io/iptv/languages/rus.m3u + Serbian44https://iptv-org.github.io/iptv/languages/srp.m3u Sindhi1https://iptv-org.github.io/iptv/languages/snd.m3u - Sinhala6https://iptv-org.github.io/iptv/languages/sin.m3u + Sinhala7https://iptv-org.github.io/iptv/languages/sin.m3u Slovak14https://iptv-org.github.io/iptv/languages/slk.m3u Slovenian8https://iptv-org.github.io/iptv/languages/slv.m3u Somali3https://iptv-org.github.io/iptv/languages/som.m3u - Spanish1061https://iptv-org.github.io/iptv/languages/spa.m3u + Spanish1052https://iptv-org.github.io/iptv/languages/spa.m3u Swahili3https://iptv-org.github.io/iptv/languages/swa.m3u Swedish16https://iptv-org.github.io/iptv/languages/swe.m3u - Tagalog10https://iptv-org.github.io/iptv/languages/tgl.m3u + Tagalog8https://iptv-org.github.io/iptv/languages/tgl.m3u Tamil33https://iptv-org.github.io/iptv/languages/tam.m3u Telugu2https://iptv-org.github.io/iptv/languages/tel.m3u - Thai46https://iptv-org.github.io/iptv/languages/tha.m3u + Thai44https://iptv-org.github.io/iptv/languages/tha.m3u Turkish138https://iptv-org.github.io/iptv/languages/tur.m3u Turkmen7https://iptv-org.github.io/iptv/languages/tuk.m3u Ukrainian46https://iptv-org.github.io/iptv/languages/ukr.m3u Urdu20https://iptv-org.github.io/iptv/languages/urd.m3u Uzbek2https://iptv-org.github.io/iptv/languages/uzb.m3u - Vietnamese60https://iptv-org.github.io/iptv/languages/vie.m3u + Vietnamese53https://iptv-org.github.io/iptv/languages/vie.m3u Welsh1https://iptv-org.github.io/iptv/languages/cym.m3u Western Frisian1https://iptv-org.github.io/iptv/languages/fry.m3u - Wolof5https://iptv-org.github.io/iptv/languages/wol.m3u - Yue Chinese2https://iptv-org.github.io/iptv/languages/yue.m3u - Undefined2022https://iptv-org.github.io/iptv/languages/undefined.m3u + Wolof4https://iptv-org.github.io/iptv/languages/wol.m3u + Yue Chinese1https://iptv-org.github.io/iptv/languages/yue.m3u + Undefined2008https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -236,256 +235,256 @@ Same thing, but split up into separate files: CountryChannelsPlaylist - 🇦🇫 Afghanistan70https://iptv-org.github.io/iptv/countries/af.m3u - 🇦🇱 Albania100https://iptv-org.github.io/iptv/countries/al.m3u - 🇩🇿 Algeria91https://iptv-org.github.io/iptv/countries/dz.m3u - 🇦🇸 American Samoa45https://iptv-org.github.io/iptv/countries/as.m3u - 🇦🇩 Andorra63https://iptv-org.github.io/iptv/countries/ad.m3u - 🇦🇴 Angola47https://iptv-org.github.io/iptv/countries/ao.m3u - 🇦🇮 Anguilla47https://iptv-org.github.io/iptv/countries/ai.m3u - 🇦🇶 Antarctica43https://iptv-org.github.io/iptv/countries/aq.m3u - 🇦🇬 Antigua and Barbuda47https://iptv-org.github.io/iptv/countries/ag.m3u - 🇦🇷 Argentina209https://iptv-org.github.io/iptv/countries/ar.m3u - 🇦🇲 Armenia92https://iptv-org.github.io/iptv/countries/am.m3u - 🇦🇼 Aruba50https://iptv-org.github.io/iptv/countries/aw.m3u - 🇦🇺 Australia93https://iptv-org.github.io/iptv/countries/au.m3u + 🇦🇫 Afghanistan69https://iptv-org.github.io/iptv/countries/af.m3u + 🇦🇱 Albania97https://iptv-org.github.io/iptv/countries/al.m3u + 🇩🇿 Algeria85https://iptv-org.github.io/iptv/countries/dz.m3u + 🇦🇸 American Samoa44https://iptv-org.github.io/iptv/countries/as.m3u + 🇦🇩 Andorra62https://iptv-org.github.io/iptv/countries/ad.m3u + 🇦🇴 Angola46https://iptv-org.github.io/iptv/countries/ao.m3u + 🇦🇮 Anguilla46https://iptv-org.github.io/iptv/countries/ai.m3u + 🇦🇶 Antarctica42https://iptv-org.github.io/iptv/countries/aq.m3u + 🇦🇬 Antigua and Barbuda46https://iptv-org.github.io/iptv/countries/ag.m3u + 🇦🇷 Argentina202https://iptv-org.github.io/iptv/countries/ar.m3u + 🇦🇲 Armenia93https://iptv-org.github.io/iptv/countries/am.m3u + 🇦🇼 Aruba49https://iptv-org.github.io/iptv/countries/aw.m3u + 🇦🇺 Australia90https://iptv-org.github.io/iptv/countries/au.m3u 🇦🇹 Austria90https://iptv-org.github.io/iptv/countries/at.m3u - 🇦🇿 Azerbaijan76https://iptv-org.github.io/iptv/countries/az.m3u - 🇧🇸 Bahamas49https://iptv-org.github.io/iptv/countries/bs.m3u - 🇧🇭 Bahrain84https://iptv-org.github.io/iptv/countries/bh.m3u + 🇦🇿 Azerbaijan78https://iptv-org.github.io/iptv/countries/az.m3u + 🇧🇸 Bahamas48https://iptv-org.github.io/iptv/countries/bs.m3u + 🇧🇭 Bahrain85https://iptv-org.github.io/iptv/countries/bh.m3u 🇧🇩 Bangladesh75https://iptv-org.github.io/iptv/countries/bd.m3u - 🇧🇧 Barbados48https://iptv-org.github.io/iptv/countries/bb.m3u - 🇧🇾 Belarus91https://iptv-org.github.io/iptv/countries/by.m3u - 🇧🇪 Belgium92https://iptv-org.github.io/iptv/countries/be.m3u - 🇧🇿 Belize48https://iptv-org.github.io/iptv/countries/bz.m3u - 🇧🇯 Benin47https://iptv-org.github.io/iptv/countries/bj.m3u - 🇧🇲 Bermuda45https://iptv-org.github.io/iptv/countries/bm.m3u + 🇧🇧 Barbados47https://iptv-org.github.io/iptv/countries/bb.m3u + 🇧🇾 Belarus89https://iptv-org.github.io/iptv/countries/by.m3u + 🇧🇪 Belgium91https://iptv-org.github.io/iptv/countries/be.m3u + 🇧🇿 Belize47https://iptv-org.github.io/iptv/countries/bz.m3u + 🇧🇯 Benin46https://iptv-org.github.io/iptv/countries/bj.m3u + 🇧🇲 Bermuda44https://iptv-org.github.io/iptv/countries/bm.m3u 🇧🇹 Bhutan55https://iptv-org.github.io/iptv/countries/bt.m3u 🇧🇴 Bolivia117https://iptv-org.github.io/iptv/countries/bo.m3u - 🇧🇶 Bonaire43https://iptv-org.github.io/iptv/countries/bq.m3u - 🇧🇦 Bosnia and Herzegovina72https://iptv-org.github.io/iptv/countries/ba.m3u - 🇧🇼 Botswana46https://iptv-org.github.io/iptv/countries/bw.m3u - 🇧🇻 Bouvet Island44https://iptv-org.github.io/iptv/countries/bv.m3u + 🇧🇶 Bonaire42https://iptv-org.github.io/iptv/countries/bq.m3u + 🇧🇦 Bosnia and Herzegovina71https://iptv-org.github.io/iptv/countries/ba.m3u + 🇧🇼 Botswana45https://iptv-org.github.io/iptv/countries/bw.m3u + 🇧🇻 Bouvet Island43https://iptv-org.github.io/iptv/countries/bv.m3u 🇧🇷 Brazil170https://iptv-org.github.io/iptv/countries/br.m3u - 🇮🇴 British Indian Ocean Territory43https://iptv-org.github.io/iptv/countries/io.m3u - 🇻🇬 British Virgin Islands47https://iptv-org.github.io/iptv/countries/vg.m3u - 🇧🇳 Brunei54https://iptv-org.github.io/iptv/countries/bn.m3u - 🇧🇬 Bulgaria73https://iptv-org.github.io/iptv/countries/bg.m3u - 🇧🇫 Burkina Faso50https://iptv-org.github.io/iptv/countries/bf.m3u - 🇧🇮 Burundi46https://iptv-org.github.io/iptv/countries/bi.m3u - 🇰🇭 Cambodia59https://iptv-org.github.io/iptv/countries/kh.m3u - 🇨🇲 Cameroon49https://iptv-org.github.io/iptv/countries/cm.m3u - 🇨🇦 Canada132https://iptv-org.github.io/iptv/countries/ca.m3u - 🇨🇻 Cape Verde46https://iptv-org.github.io/iptv/countries/cv.m3u - 🇰🇾 Cayman Islands47https://iptv-org.github.io/iptv/countries/ky.m3u - 🇨🇫 Central African Republic46https://iptv-org.github.io/iptv/countries/cf.m3u - 🇹🇩 Chad46https://iptv-org.github.io/iptv/countries/td.m3u - 🇨🇱 Chile216https://iptv-org.github.io/iptv/countries/cl.m3u - 🇨🇳 China929https://iptv-org.github.io/iptv/countries/cn.m3u - 🇨🇽 Christmas Island43https://iptv-org.github.io/iptv/countries/cx.m3u - 🇨🇨 Cocos (Keeling) Islands43https://iptv-org.github.io/iptv/countries/cc.m3u - 🇨🇴 Colombia144https://iptv-org.github.io/iptv/countries/co.m3u - 🇰🇲 Comoros74https://iptv-org.github.io/iptv/countries/km.m3u - 🇨🇰 Cook Islands45https://iptv-org.github.io/iptv/countries/ck.m3u - 🇨🇷 Costa Rica122https://iptv-org.github.io/iptv/countries/cr.m3u - 🇭🇷 Croatia72https://iptv-org.github.io/iptv/countries/hr.m3u - 🇨🇺 Cuba95https://iptv-org.github.io/iptv/countries/cu.m3u - 🇨🇼 Curacao53https://iptv-org.github.io/iptv/countries/cw.m3u - 🇨🇾 Cyprus85https://iptv-org.github.io/iptv/countries/cy.m3u - 🇨🇿 Czech Republic73https://iptv-org.github.io/iptv/countries/cz.m3u - 🇨🇩 Democratic Republic of the Congo50https://iptv-org.github.io/iptv/countries/cd.m3u - 🇩🇰 Denmark71https://iptv-org.github.io/iptv/countries/dk.m3u - 🇩🇯 Djibouti79https://iptv-org.github.io/iptv/countries/dj.m3u - 🇩🇲 Dominica47https://iptv-org.github.io/iptv/countries/dm.m3u - 🇩🇴 Dominican Republic173https://iptv-org.github.io/iptv/countries/do.m3u - 🇹🇱 East Timor48https://iptv-org.github.io/iptv/countries/tl.m3u - 🇪🇨 Ecuador110https://iptv-org.github.io/iptv/countries/ec.m3u - 🇪🇬 Egypt105https://iptv-org.github.io/iptv/countries/eg.m3u - 🇸🇻 El Salvador109https://iptv-org.github.io/iptv/countries/sv.m3u - 🇬🇶 Equatorial Guinea46https://iptv-org.github.io/iptv/countries/gq.m3u - 🇪🇷 Eritrea46https://iptv-org.github.io/iptv/countries/er.m3u - 🇪🇪 Estonia65https://iptv-org.github.io/iptv/countries/ee.m3u - 🇪🇹 Ethiopia47https://iptv-org.github.io/iptv/countries/et.m3u - 🇫🇰 Falkland Islands44https://iptv-org.github.io/iptv/countries/fk.m3u - 🇫🇴 Faroe Islands44https://iptv-org.github.io/iptv/countries/fo.m3u - 🇫🇯 Fiji46https://iptv-org.github.io/iptv/countries/fj.m3u - 🇫🇮 Finland71https://iptv-org.github.io/iptv/countries/fi.m3u - 🇫🇷 France219https://iptv-org.github.io/iptv/countries/fr.m3u - 🇬🇫 French Guiana46https://iptv-org.github.io/iptv/countries/gf.m3u - 🇵🇫 French Polynesia46https://iptv-org.github.io/iptv/countries/pf.m3u - 🇹🇫 French Southern Territories46https://iptv-org.github.io/iptv/countries/tf.m3u - 🇬🇦 Gabon47https://iptv-org.github.io/iptv/countries/ga.m3u - 🇬🇲 Gambia47https://iptv-org.github.io/iptv/countries/gm.m3u - 🇬🇪 Georgia68https://iptv-org.github.io/iptv/countries/ge.m3u - 🇩🇪 Germany244https://iptv-org.github.io/iptv/countries/de.m3u - 🇬🇭 Ghana46https://iptv-org.github.io/iptv/countries/gh.m3u - 🇬🇮 Gibraltar43https://iptv-org.github.io/iptv/countries/gi.m3u + 🇮🇴 British Indian Ocean Territory42https://iptv-org.github.io/iptv/countries/io.m3u + 🇻🇬 British Virgin Islands46https://iptv-org.github.io/iptv/countries/vg.m3u + 🇧🇳 Brunei55https://iptv-org.github.io/iptv/countries/bn.m3u + 🇧🇬 Bulgaria72https://iptv-org.github.io/iptv/countries/bg.m3u + 🇧🇫 Burkina Faso48https://iptv-org.github.io/iptv/countries/bf.m3u + 🇧🇮 Burundi45https://iptv-org.github.io/iptv/countries/bi.m3u + 🇰🇭 Cambodia60https://iptv-org.github.io/iptv/countries/kh.m3u + 🇨🇲 Cameroon48https://iptv-org.github.io/iptv/countries/cm.m3u + 🇨🇦 Canada131https://iptv-org.github.io/iptv/countries/ca.m3u + 🇨🇻 Cape Verde45https://iptv-org.github.io/iptv/countries/cv.m3u + 🇰🇾 Cayman Islands46https://iptv-org.github.io/iptv/countries/ky.m3u + 🇨🇫 Central African Republic45https://iptv-org.github.io/iptv/countries/cf.m3u + 🇹🇩 Chad45https://iptv-org.github.io/iptv/countries/td.m3u + 🇨🇱 Chile213https://iptv-org.github.io/iptv/countries/cl.m3u + 🇨🇳 China920https://iptv-org.github.io/iptv/countries/cn.m3u + 🇨🇽 Christmas Island42https://iptv-org.github.io/iptv/countries/cx.m3u + 🇨🇨 Cocos (Keeling) Islands42https://iptv-org.github.io/iptv/countries/cc.m3u + 🇨🇴 Colombia141https://iptv-org.github.io/iptv/countries/co.m3u + 🇰🇲 Comoros73https://iptv-org.github.io/iptv/countries/km.m3u + 🇨🇰 Cook Islands44https://iptv-org.github.io/iptv/countries/ck.m3u + 🇨🇷 Costa Rica119https://iptv-org.github.io/iptv/countries/cr.m3u + 🇭🇷 Croatia71https://iptv-org.github.io/iptv/countries/hr.m3u + 🇨🇺 Cuba92https://iptv-org.github.io/iptv/countries/cu.m3u + 🇨🇼 Curacao52https://iptv-org.github.io/iptv/countries/cw.m3u + 🇨🇾 Cyprus86https://iptv-org.github.io/iptv/countries/cy.m3u + 🇨🇿 Czech Republic72https://iptv-org.github.io/iptv/countries/cz.m3u + 🇨🇩 Democratic Republic of the Congo49https://iptv-org.github.io/iptv/countries/cd.m3u + 🇩🇰 Denmark69https://iptv-org.github.io/iptv/countries/dk.m3u + 🇩🇯 Djibouti78https://iptv-org.github.io/iptv/countries/dj.m3u + 🇩🇲 Dominica46https://iptv-org.github.io/iptv/countries/dm.m3u + 🇩🇴 Dominican Republic168https://iptv-org.github.io/iptv/countries/do.m3u + 🇹🇱 East Timor49https://iptv-org.github.io/iptv/countries/tl.m3u + 🇪🇨 Ecuador105https://iptv-org.github.io/iptv/countries/ec.m3u + 🇪🇬 Egypt104https://iptv-org.github.io/iptv/countries/eg.m3u + 🇸🇻 El Salvador106https://iptv-org.github.io/iptv/countries/sv.m3u + 🇬🇶 Equatorial Guinea45https://iptv-org.github.io/iptv/countries/gq.m3u + 🇪🇷 Eritrea45https://iptv-org.github.io/iptv/countries/er.m3u + 🇪🇪 Estonia64https://iptv-org.github.io/iptv/countries/ee.m3u + 🇪🇹 Ethiopia46https://iptv-org.github.io/iptv/countries/et.m3u + 🇫🇰 Falkland Islands43https://iptv-org.github.io/iptv/countries/fk.m3u + 🇫🇴 Faroe Islands43https://iptv-org.github.io/iptv/countries/fo.m3u + 🇫🇯 Fiji45https://iptv-org.github.io/iptv/countries/fj.m3u + 🇫🇮 Finland70https://iptv-org.github.io/iptv/countries/fi.m3u + 🇫🇷 France215https://iptv-org.github.io/iptv/countries/fr.m3u + 🇬🇫 French Guiana45https://iptv-org.github.io/iptv/countries/gf.m3u + 🇵🇫 French Polynesia45https://iptv-org.github.io/iptv/countries/pf.m3u + 🇹🇫 French Southern Territories45https://iptv-org.github.io/iptv/countries/tf.m3u + 🇬🇦 Gabon46https://iptv-org.github.io/iptv/countries/ga.m3u + 🇬🇲 Gambia46https://iptv-org.github.io/iptv/countries/gm.m3u + 🇬🇪 Georgia70https://iptv-org.github.io/iptv/countries/ge.m3u + 🇩🇪 Germany243https://iptv-org.github.io/iptv/countries/de.m3u + 🇬🇭 Ghana45https://iptv-org.github.io/iptv/countries/gh.m3u + 🇬🇮 Gibraltar42https://iptv-org.github.io/iptv/countries/gi.m3u 🇬🇷 Greece141https://iptv-org.github.io/iptv/countries/gr.m3u - 🇬🇱 Greenland46https://iptv-org.github.io/iptv/countries/gl.m3u - 🇬🇩 Grenada47https://iptv-org.github.io/iptv/countries/gd.m3u - 🇬🇵 Guadeloupe50https://iptv-org.github.io/iptv/countries/gp.m3u - 🇬🇺 Guam45https://iptv-org.github.io/iptv/countries/gu.m3u - 🇬🇹 Guatemala108https://iptv-org.github.io/iptv/countries/gt.m3u - 🇬🇬 Guernsey44https://iptv-org.github.io/iptv/countries/gg.m3u - 🇬🇳 Guinea46https://iptv-org.github.io/iptv/countries/gn.m3u - 🇬🇼 Guinea-Bissau46https://iptv-org.github.io/iptv/countries/gw.m3u - 🇬🇾 Guyana44https://iptv-org.github.io/iptv/countries/gy.m3u - 🇭🇹 Haiti59https://iptv-org.github.io/iptv/countries/ht.m3u - 🇭🇲 Heard Island and McDonald Islands43https://iptv-org.github.io/iptv/countries/hm.m3u - 🇭🇳 Honduras126https://iptv-org.github.io/iptv/countries/hn.m3u - 🇭🇰 Hong Kong67https://iptv-org.github.io/iptv/countries/hk.m3u - 🇭🇺 Hungary91https://iptv-org.github.io/iptv/countries/hu.m3u - 🇮🇸 Iceland63https://iptv-org.github.io/iptv/countries/is.m3u + 🇬🇱 Greenland44https://iptv-org.github.io/iptv/countries/gl.m3u + 🇬🇩 Grenada46https://iptv-org.github.io/iptv/countries/gd.m3u + 🇬🇵 Guadeloupe49https://iptv-org.github.io/iptv/countries/gp.m3u + 🇬🇺 Guam44https://iptv-org.github.io/iptv/countries/gu.m3u + 🇬🇹 Guatemala102https://iptv-org.github.io/iptv/countries/gt.m3u + 🇬🇬 Guernsey43https://iptv-org.github.io/iptv/countries/gg.m3u + 🇬🇳 Guinea45https://iptv-org.github.io/iptv/countries/gn.m3u + 🇬🇼 Guinea-Bissau45https://iptv-org.github.io/iptv/countries/gw.m3u + 🇬🇾 Guyana43https://iptv-org.github.io/iptv/countries/gy.m3u + 🇭🇹 Haiti60https://iptv-org.github.io/iptv/countries/ht.m3u + 🇭🇲 Heard Island and McDonald Islands42https://iptv-org.github.io/iptv/countries/hm.m3u + 🇭🇳 Honduras121https://iptv-org.github.io/iptv/countries/hn.m3u + 🇭🇰 Hong Kong65https://iptv-org.github.io/iptv/countries/hk.m3u + 🇭🇺 Hungary90https://iptv-org.github.io/iptv/countries/hu.m3u + 🇮🇸 Iceland62https://iptv-org.github.io/iptv/countries/is.m3u 🇮🇳 India239https://iptv-org.github.io/iptv/countries/in.m3u - 🇮🇩 Indonesia229https://iptv-org.github.io/iptv/countries/id.m3u - 🇮🇷 Iran127https://iptv-org.github.io/iptv/countries/ir.m3u - 🇮🇶 Iraq117https://iptv-org.github.io/iptv/countries/iq.m3u - 🇮🇪 Ireland74https://iptv-org.github.io/iptv/countries/ie.m3u - 🇮🇲 Isle of Man43https://iptv-org.github.io/iptv/countries/im.m3u - 🇮🇱 Israel65https://iptv-org.github.io/iptv/countries/il.m3u - 🇮🇹 Italy254https://iptv-org.github.io/iptv/countries/it.m3u - 🇨🇮 Ivory Coast47https://iptv-org.github.io/iptv/countries/ci.m3u - 🇯🇲 Jamaica49https://iptv-org.github.io/iptv/countries/jm.m3u - 🇯🇵 Japan68https://iptv-org.github.io/iptv/countries/jp.m3u - 🇯🇪 Jersey43https://iptv-org.github.io/iptv/countries/je.m3u - 🇯🇴 Jordan102https://iptv-org.github.io/iptv/countries/jo.m3u - 🇰🇿 Kazakhstan81https://iptv-org.github.io/iptv/countries/kz.m3u - 🇰🇪 Kenya51https://iptv-org.github.io/iptv/countries/ke.m3u - 🇰🇮 Kiribati45https://iptv-org.github.io/iptv/countries/ki.m3u - 🇽🇰 Kosovo49https://iptv-org.github.io/iptv/countries/xk.m3u - 🇰🇼 Kuwait92https://iptv-org.github.io/iptv/countries/kw.m3u - 🇰🇬 Kyrgyzstan52https://iptv-org.github.io/iptv/countries/kg.m3u - 🇱🇦 Laos67https://iptv-org.github.io/iptv/countries/la.m3u - 🇱🇻 Latvia65https://iptv-org.github.io/iptv/countries/lv.m3u - 🇱🇧 Lebanon97https://iptv-org.github.io/iptv/countries/lb.m3u - 🇱🇸 Lesotho46https://iptv-org.github.io/iptv/countries/ls.m3u - 🇱🇷 Liberia46https://iptv-org.github.io/iptv/countries/lr.m3u - 🇱🇾 Libya85https://iptv-org.github.io/iptv/countries/ly.m3u - 🇱🇮 Liechtenstein64https://iptv-org.github.io/iptv/countries/li.m3u - 🇱🇹 Lithuania63https://iptv-org.github.io/iptv/countries/lt.m3u - 🇱🇺 Luxembourg67https://iptv-org.github.io/iptv/countries/lu.m3u - 🇲🇴 Macao54https://iptv-org.github.io/iptv/countries/mo.m3u - 🇲🇬 Madagascar46https://iptv-org.github.io/iptv/countries/mg.m3u - 🇲🇼 Malawi47https://iptv-org.github.io/iptv/countries/mw.m3u - 🇲🇾 Malaysia70https://iptv-org.github.io/iptv/countries/my.m3u + 🇮🇩 Indonesia232https://iptv-org.github.io/iptv/countries/id.m3u + 🇮🇷 Iran128https://iptv-org.github.io/iptv/countries/ir.m3u + 🇮🇶 Iraq120https://iptv-org.github.io/iptv/countries/iq.m3u + 🇮🇪 Ireland73https://iptv-org.github.io/iptv/countries/ie.m3u + 🇮🇲 Isle of Man42https://iptv-org.github.io/iptv/countries/im.m3u + 🇮🇱 Israel67https://iptv-org.github.io/iptv/countries/il.m3u + 🇮🇹 Italy251https://iptv-org.github.io/iptv/countries/it.m3u + 🇨🇮 Ivory Coast46https://iptv-org.github.io/iptv/countries/ci.m3u + 🇯🇲 Jamaica48https://iptv-org.github.io/iptv/countries/jm.m3u + 🇯🇵 Japan69https://iptv-org.github.io/iptv/countries/jp.m3u + 🇯🇪 Jersey42https://iptv-org.github.io/iptv/countries/je.m3u + 🇯🇴 Jordan103https://iptv-org.github.io/iptv/countries/jo.m3u + 🇰🇿 Kazakhstan83https://iptv-org.github.io/iptv/countries/kz.m3u + 🇰🇪 Kenya50https://iptv-org.github.io/iptv/countries/ke.m3u + 🇰🇮 Kiribati44https://iptv-org.github.io/iptv/countries/ki.m3u + 🇽🇰 Kosovo48https://iptv-org.github.io/iptv/countries/xk.m3u + 🇰🇼 Kuwait93https://iptv-org.github.io/iptv/countries/kw.m3u + 🇰🇬 Kyrgyzstan53https://iptv-org.github.io/iptv/countries/kg.m3u + 🇱🇦 Laos68https://iptv-org.github.io/iptv/countries/la.m3u + 🇱🇻 Latvia64https://iptv-org.github.io/iptv/countries/lv.m3u + 🇱🇧 Lebanon99https://iptv-org.github.io/iptv/countries/lb.m3u + 🇱🇸 Lesotho45https://iptv-org.github.io/iptv/countries/ls.m3u + 🇱🇷 Liberia45https://iptv-org.github.io/iptv/countries/lr.m3u + 🇱🇾 Libya84https://iptv-org.github.io/iptv/countries/ly.m3u + 🇱🇮 Liechtenstein63https://iptv-org.github.io/iptv/countries/li.m3u + 🇱🇹 Lithuania62https://iptv-org.github.io/iptv/countries/lt.m3u + 🇱🇺 Luxembourg66https://iptv-org.github.io/iptv/countries/lu.m3u + 🇲🇴 Macao53https://iptv-org.github.io/iptv/countries/mo.m3u + 🇲🇬 Madagascar45https://iptv-org.github.io/iptv/countries/mg.m3u + 🇲🇼 Malawi46https://iptv-org.github.io/iptv/countries/mw.m3u + 🇲🇾 Malaysia69https://iptv-org.github.io/iptv/countries/my.m3u 🇲🇻 Maldives56https://iptv-org.github.io/iptv/countries/mv.m3u - 🇲🇱 Mali47https://iptv-org.github.io/iptv/countries/ml.m3u - 🇲🇹 Malta63https://iptv-org.github.io/iptv/countries/mt.m3u - 🇲🇭 Marshall Islands45https://iptv-org.github.io/iptv/countries/mh.m3u - 🇲🇶 Martinique49https://iptv-org.github.io/iptv/countries/mq.m3u + 🇲🇱 Mali46https://iptv-org.github.io/iptv/countries/ml.m3u + 🇲🇹 Malta62https://iptv-org.github.io/iptv/countries/mt.m3u + 🇲🇭 Marshall Islands44https://iptv-org.github.io/iptv/countries/mh.m3u + 🇲🇶 Martinique48https://iptv-org.github.io/iptv/countries/mq.m3u 🇲🇷 Mauritania75https://iptv-org.github.io/iptv/countries/mr.m3u - 🇲🇺 Mauritius47https://iptv-org.github.io/iptv/countries/mu.m3u - 🇾🇹 Mayotte46https://iptv-org.github.io/iptv/countries/yt.m3u - 🇲🇽 Mexico172https://iptv-org.github.io/iptv/countries/mx.m3u - 🇫🇲 Micronesia45https://iptv-org.github.io/iptv/countries/fm.m3u - 🇲🇩 Moldova71https://iptv-org.github.io/iptv/countries/md.m3u - 🇲🇨 Monaco61https://iptv-org.github.io/iptv/countries/mc.m3u - 🇲🇳 Mongolia68https://iptv-org.github.io/iptv/countries/mn.m3u - 🇲🇪 Montenegro66https://iptv-org.github.io/iptv/countries/me.m3u - 🇲🇸 Montserrat47https://iptv-org.github.io/iptv/countries/ms.m3u - 🇲🇦 Morocco91https://iptv-org.github.io/iptv/countries/ma.m3u - 🇲🇿 Mozambique48https://iptv-org.github.io/iptv/countries/mz.m3u - 🇲🇲 Myanmar (Burma)49https://iptv-org.github.io/iptv/countries/mm.m3u - 🇳🇦 Namibia46https://iptv-org.github.io/iptv/countries/na.m3u - 🇳🇷 Nauru45https://iptv-org.github.io/iptv/countries/nr.m3u + 🇲🇺 Mauritius46https://iptv-org.github.io/iptv/countries/mu.m3u + 🇾🇹 Mayotte45https://iptv-org.github.io/iptv/countries/yt.m3u + 🇲🇽 Mexico167https://iptv-org.github.io/iptv/countries/mx.m3u + 🇫🇲 Micronesia44https://iptv-org.github.io/iptv/countries/fm.m3u + 🇲🇩 Moldova70https://iptv-org.github.io/iptv/countries/md.m3u + 🇲🇨 Monaco60https://iptv-org.github.io/iptv/countries/mc.m3u + 🇲🇳 Mongolia69https://iptv-org.github.io/iptv/countries/mn.m3u + 🇲🇪 Montenegro65https://iptv-org.github.io/iptv/countries/me.m3u + 🇲🇸 Montserrat46https://iptv-org.github.io/iptv/countries/ms.m3u + 🇲🇦 Morocco90https://iptv-org.github.io/iptv/countries/ma.m3u + 🇲🇿 Mozambique47https://iptv-org.github.io/iptv/countries/mz.m3u + 🇲🇲 Myanmar (Burma)50https://iptv-org.github.io/iptv/countries/mm.m3u + 🇳🇦 Namibia45https://iptv-org.github.io/iptv/countries/na.m3u + 🇳🇷 Nauru44https://iptv-org.github.io/iptv/countries/nr.m3u 🇳🇵 Nepal57https://iptv-org.github.io/iptv/countries/np.m3u 🇳🇱 Netherlands179https://iptv-org.github.io/iptv/countries/nl.m3u - 🇳🇨 New Caledonia45https://iptv-org.github.io/iptv/countries/nc.m3u - 🇳🇿 New Zealand106https://iptv-org.github.io/iptv/countries/nz.m3u - 🇳🇮 Nicaragua106https://iptv-org.github.io/iptv/countries/ni.m3u - 🇳🇪 Niger46https://iptv-org.github.io/iptv/countries/ne.m3u - 🇳🇬 Nigeria52https://iptv-org.github.io/iptv/countries/ng.m3u - 🇳🇺 Niue45https://iptv-org.github.io/iptv/countries/nu.m3u - 🇳🇫 Norfolk Island45https://iptv-org.github.io/iptv/countries/nf.m3u - 🇰🇵 North Korea49https://iptv-org.github.io/iptv/countries/kp.m3u - 🇲🇰 North Macedonia63https://iptv-org.github.io/iptv/countries/mk.m3u - 🇲🇵 Northern Mariana Islands45https://iptv-org.github.io/iptv/countries/mp.m3u - 🇳🇴 Norway71https://iptv-org.github.io/iptv/countries/no.m3u - 🇴🇲 Oman85https://iptv-org.github.io/iptv/countries/om.m3u + 🇳🇨 New Caledonia44https://iptv-org.github.io/iptv/countries/nc.m3u + 🇳🇿 New Zealand105https://iptv-org.github.io/iptv/countries/nz.m3u + 🇳🇮 Nicaragua103https://iptv-org.github.io/iptv/countries/ni.m3u + 🇳🇪 Niger45https://iptv-org.github.io/iptv/countries/ne.m3u + 🇳🇬 Nigeria51https://iptv-org.github.io/iptv/countries/ng.m3u + 🇳🇺 Niue44https://iptv-org.github.io/iptv/countries/nu.m3u + 🇳🇫 Norfolk Island44https://iptv-org.github.io/iptv/countries/nf.m3u + 🇰🇵 North Korea50https://iptv-org.github.io/iptv/countries/kp.m3u + 🇲🇰 North Macedonia62https://iptv-org.github.io/iptv/countries/mk.m3u + 🇲🇵 Northern Mariana Islands44https://iptv-org.github.io/iptv/countries/mp.m3u + 🇳🇴 Norway70https://iptv-org.github.io/iptv/countries/no.m3u + 🇴🇲 Oman86https://iptv-org.github.io/iptv/countries/om.m3u 🇵🇰 Pakistan75https://iptv-org.github.io/iptv/countries/pk.m3u - 🇵🇼 Palau45https://iptv-org.github.io/iptv/countries/pw.m3u - 🇵🇸 Palestine98https://iptv-org.github.io/iptv/countries/ps.m3u - 🇵🇦 Panama104https://iptv-org.github.io/iptv/countries/pa.m3u - 🇵🇬 Papua New Guinea45https://iptv-org.github.io/iptv/countries/pg.m3u - 🇵🇾 Paraguay115https://iptv-org.github.io/iptv/countries/py.m3u - 🇵🇪 Peru246https://iptv-org.github.io/iptv/countries/pe.m3u - 🇵🇭 Philippines68https://iptv-org.github.io/iptv/countries/ph.m3u - 🇵🇳 Pitcairn Islands45https://iptv-org.github.io/iptv/countries/pn.m3u - 🇵🇱 Poland91https://iptv-org.github.io/iptv/countries/pl.m3u + 🇵🇼 Palau44https://iptv-org.github.io/iptv/countries/pw.m3u + 🇵🇸 Palestine99https://iptv-org.github.io/iptv/countries/ps.m3u + 🇵🇦 Panama101https://iptv-org.github.io/iptv/countries/pa.m3u + 🇵🇬 Papua New Guinea44https://iptv-org.github.io/iptv/countries/pg.m3u + 🇵🇾 Paraguay113https://iptv-org.github.io/iptv/countries/py.m3u + 🇵🇪 Peru243https://iptv-org.github.io/iptv/countries/pe.m3u + 🇵🇭 Philippines65https://iptv-org.github.io/iptv/countries/ph.m3u + 🇵🇳 Pitcairn Islands44https://iptv-org.github.io/iptv/countries/pn.m3u + 🇵🇱 Poland90https://iptv-org.github.io/iptv/countries/pl.m3u 🇵🇹 Portugal90https://iptv-org.github.io/iptv/countries/pt.m3u - 🇵🇷 Puerto Rico101https://iptv-org.github.io/iptv/countries/pr.m3u - 🇶🇦 Qatar84https://iptv-org.github.io/iptv/countries/qa.m3u - 🇨🇬 Republic of the Congo47https://iptv-org.github.io/iptv/countries/cg.m3u - 🇷🇴 Romania88https://iptv-org.github.io/iptv/countries/ro.m3u - 🇷🇺 Russia405https://iptv-org.github.io/iptv/countries/ru.m3u - 🇷🇼 Rwanda48https://iptv-org.github.io/iptv/countries/rw.m3u - 🇷🇪 Réunion47https://iptv-org.github.io/iptv/countries/re.m3u - 🇧🇱 Saint Barthélemy49https://iptv-org.github.io/iptv/countries/bl.m3u - 🇸🇭 Saint Helena46https://iptv-org.github.io/iptv/countries/sh.m3u - 🇰🇳 Saint Kitts and Nevis47https://iptv-org.github.io/iptv/countries/kn.m3u - 🇱🇨 Saint Lucia47https://iptv-org.github.io/iptv/countries/lc.m3u - 🇲🇫 Saint Martin49https://iptv-org.github.io/iptv/countries/mf.m3u - 🇵🇲 Saint Pierre and Miquelon45https://iptv-org.github.io/iptv/countries/pm.m3u - 🇻🇨 Saint Vincent and the Grenadines47https://iptv-org.github.io/iptv/countries/vc.m3u - 🇼🇸 Samoa45https://iptv-org.github.io/iptv/countries/ws.m3u - 🇸🇲 San Marino62https://iptv-org.github.io/iptv/countries/sm.m3u - 🇸🇦 Saudi Arabia125https://iptv-org.github.io/iptv/countries/sa.m3u - 🇸🇳 Senegal54https://iptv-org.github.io/iptv/countries/sn.m3u - 🇷🇸 Serbia101https://iptv-org.github.io/iptv/countries/rs.m3u - 🇸🇨 Seychelles46https://iptv-org.github.io/iptv/countries/sc.m3u - 🇸🇱 Sierra Leone47https://iptv-org.github.io/iptv/countries/sl.m3u + 🇵🇷 Puerto Rico98https://iptv-org.github.io/iptv/countries/pr.m3u + 🇶🇦 Qatar85https://iptv-org.github.io/iptv/countries/qa.m3u + 🇨🇬 Republic of the Congo46https://iptv-org.github.io/iptv/countries/cg.m3u + 🇷🇴 Romania85https://iptv-org.github.io/iptv/countries/ro.m3u + 🇷🇺 Russia401https://iptv-org.github.io/iptv/countries/ru.m3u + 🇷🇼 Rwanda47https://iptv-org.github.io/iptv/countries/rw.m3u + 🇷🇪 Réunion46https://iptv-org.github.io/iptv/countries/re.m3u + 🇧🇱 Saint Barthélemy48https://iptv-org.github.io/iptv/countries/bl.m3u + 🇸🇭 Saint Helena45https://iptv-org.github.io/iptv/countries/sh.m3u + 🇰🇳 Saint Kitts and Nevis46https://iptv-org.github.io/iptv/countries/kn.m3u + 🇱🇨 Saint Lucia46https://iptv-org.github.io/iptv/countries/lc.m3u + 🇲🇫 Saint Martin48https://iptv-org.github.io/iptv/countries/mf.m3u + 🇵🇲 Saint Pierre and Miquelon44https://iptv-org.github.io/iptv/countries/pm.m3u + 🇻🇨 Saint Vincent and the Grenadines46https://iptv-org.github.io/iptv/countries/vc.m3u + 🇼🇸 Samoa44https://iptv-org.github.io/iptv/countries/ws.m3u + 🇸🇲 San Marino61https://iptv-org.github.io/iptv/countries/sm.m3u + 🇸🇦 Saudi Arabia126https://iptv-org.github.io/iptv/countries/sa.m3u + 🇸🇳 Senegal52https://iptv-org.github.io/iptv/countries/sn.m3u + 🇷🇸 Serbia99https://iptv-org.github.io/iptv/countries/rs.m3u + 🇸🇨 Seychelles45https://iptv-org.github.io/iptv/countries/sc.m3u + 🇸🇱 Sierra Leone46https://iptv-org.github.io/iptv/countries/sl.m3u 🇸🇬 Singapore61https://iptv-org.github.io/iptv/countries/sg.m3u - 🇸🇽 Sint Maarten47https://iptv-org.github.io/iptv/countries/sx.m3u - 🇸🇰 Slovakia81https://iptv-org.github.io/iptv/countries/sk.m3u - 🇸🇮 Slovenia76https://iptv-org.github.io/iptv/countries/si.m3u - 🇸🇧 Solomon Islands45https://iptv-org.github.io/iptv/countries/sb.m3u - 🇸🇴 Somalia77https://iptv-org.github.io/iptv/countries/so.m3u - 🇿🇦 South Africa47https://iptv-org.github.io/iptv/countries/za.m3u - 🇬🇸 South Georgia and the South Sandwich Islands44https://iptv-org.github.io/iptv/countries/gs.m3u + 🇸🇽 Sint Maarten46https://iptv-org.github.io/iptv/countries/sx.m3u + 🇸🇰 Slovakia80https://iptv-org.github.io/iptv/countries/sk.m3u + 🇸🇮 Slovenia75https://iptv-org.github.io/iptv/countries/si.m3u + 🇸🇧 Solomon Islands44https://iptv-org.github.io/iptv/countries/sb.m3u + 🇸🇴 Somalia76https://iptv-org.github.io/iptv/countries/so.m3u + 🇿🇦 South Africa46https://iptv-org.github.io/iptv/countries/za.m3u + 🇬🇸 South Georgia and the South Sandwich Islands43https://iptv-org.github.io/iptv/countries/gs.m3u 🇰🇷 South Korea180https://iptv-org.github.io/iptv/countries/kr.m3u - 🇸🇸 South Sudan46https://iptv-org.github.io/iptv/countries/ss.m3u - 🇪🇸 Spain245https://iptv-org.github.io/iptv/countries/es.m3u - 🇱🇰 Sri Lanka63https://iptv-org.github.io/iptv/countries/lk.m3u + 🇸🇸 South Sudan45https://iptv-org.github.io/iptv/countries/ss.m3u + 🇪🇸 Spain244https://iptv-org.github.io/iptv/countries/es.m3u + 🇱🇰 Sri Lanka64https://iptv-org.github.io/iptv/countries/lk.m3u 🇸🇩 Sudan79https://iptv-org.github.io/iptv/countries/sd.m3u - 🇸🇷 Suriname44https://iptv-org.github.io/iptv/countries/sr.m3u - 🇸🇯 Svalbard and Jan Mayen43https://iptv-org.github.io/iptv/countries/sj.m3u - 🇸🇿 Swaziland46https://iptv-org.github.io/iptv/countries/sz.m3u - 🇸🇪 Sweden77https://iptv-org.github.io/iptv/countries/se.m3u - 🇨🇭 Switzerland98https://iptv-org.github.io/iptv/countries/ch.m3u - 🇸🇾 Syria92https://iptv-org.github.io/iptv/countries/sy.m3u - 🇸🇹 São Tomé and Príncipe46https://iptv-org.github.io/iptv/countries/st.m3u - 🇹🇼 Taiwan107https://iptv-org.github.io/iptv/countries/tw.m3u - 🇹🇯 Tajikistan50https://iptv-org.github.io/iptv/countries/tj.m3u - 🇹🇿 Tanzania47https://iptv-org.github.io/iptv/countries/tz.m3u - 🇹🇭 Thailand92https://iptv-org.github.io/iptv/countries/th.m3u - 🇹🇬 Togo46https://iptv-org.github.io/iptv/countries/tg.m3u - 🇹🇰 Tokelau45https://iptv-org.github.io/iptv/countries/tk.m3u - 🇹🇴 Tonga45https://iptv-org.github.io/iptv/countries/to.m3u - 🇹🇹 Trinidad and Tobago48https://iptv-org.github.io/iptv/countries/tt.m3u - 🇹🇳 Tunisia87https://iptv-org.github.io/iptv/countries/tn.m3u - 🇹🇷 Turkey202https://iptv-org.github.io/iptv/countries/tr.m3u - 🇹🇲 Turkmenistan53https://iptv-org.github.io/iptv/countries/tm.m3u - 🇹🇨 Turks and Caicos Islands47https://iptv-org.github.io/iptv/countries/tc.m3u - 🇹🇻 Tuvalu45https://iptv-org.github.io/iptv/countries/tv.m3u - 🇺🇲 U.S. Minor Outlying Islands43https://iptv-org.github.io/iptv/countries/um.m3u - 🇻🇮 U.S. Virgin Islands47https://iptv-org.github.io/iptv/countries/vi.m3u - 🇺🇬 Uganda49https://iptv-org.github.io/iptv/countries/ug.m3u - 🇺🇦 Ukraine118https://iptv-org.github.io/iptv/countries/ua.m3u - 🇦🇪 United Arab Emirates118https://iptv-org.github.io/iptv/countries/ae.m3u - 🇬🇧 United Kingdom325https://iptv-org.github.io/iptv/countries/uk.m3u - 🇺🇸 United States1793https://iptv-org.github.io/iptv/countries/us.m3u - 🇺🇾 Uruguay96https://iptv-org.github.io/iptv/countries/uy.m3u - 🇺🇿 Uzbekistan51https://iptv-org.github.io/iptv/countries/uz.m3u - 🇻🇺 Vanuatu45https://iptv-org.github.io/iptv/countries/vu.m3u - 🇻🇦 Vatican City60https://iptv-org.github.io/iptv/countries/va.m3u - 🇻🇪 Venezuela111https://iptv-org.github.io/iptv/countries/ve.m3u - 🇻🇳 Vietnam105https://iptv-org.github.io/iptv/countries/vn.m3u - 🇼🇫 Wallis and Futuna45https://iptv-org.github.io/iptv/countries/wf.m3u - 🇪🇭 Western Sahara51https://iptv-org.github.io/iptv/countries/eh.m3u - 🇾🇪 Yemen90https://iptv-org.github.io/iptv/countries/ye.m3u - 🇿🇲 Zambia46https://iptv-org.github.io/iptv/countries/zm.m3u - 🇿🇼 Zimbabwe46https://iptv-org.github.io/iptv/countries/zw.m3u - 🇦🇽 Åland43https://iptv-org.github.io/iptv/countries/ax.m3u + 🇸🇷 Suriname43https://iptv-org.github.io/iptv/countries/sr.m3u + 🇸🇯 Svalbard and Jan Mayen42https://iptv-org.github.io/iptv/countries/sj.m3u + 🇸🇿 Swaziland45https://iptv-org.github.io/iptv/countries/sz.m3u + 🇸🇪 Sweden76https://iptv-org.github.io/iptv/countries/se.m3u + 🇨🇭 Switzerland96https://iptv-org.github.io/iptv/countries/ch.m3u + 🇸🇾 Syria93https://iptv-org.github.io/iptv/countries/sy.m3u + 🇸🇹 São Tomé and Príncipe45https://iptv-org.github.io/iptv/countries/st.m3u + 🇹🇼 Taiwan108https://iptv-org.github.io/iptv/countries/tw.m3u + 🇹🇯 Tajikistan51https://iptv-org.github.io/iptv/countries/tj.m3u + 🇹🇿 Tanzania46https://iptv-org.github.io/iptv/countries/tz.m3u + 🇹🇭 Thailand93https://iptv-org.github.io/iptv/countries/th.m3u + 🇹🇬 Togo45https://iptv-org.github.io/iptv/countries/tg.m3u + 🇹🇰 Tokelau44https://iptv-org.github.io/iptv/countries/tk.m3u + 🇹🇴 Tonga44https://iptv-org.github.io/iptv/countries/to.m3u + 🇹🇹 Trinidad and Tobago47https://iptv-org.github.io/iptv/countries/tt.m3u + 🇹🇳 Tunisia86https://iptv-org.github.io/iptv/countries/tn.m3u + 🇹🇷 Turkey203https://iptv-org.github.io/iptv/countries/tr.m3u + 🇹🇲 Turkmenistan54https://iptv-org.github.io/iptv/countries/tm.m3u + 🇹🇨 Turks and Caicos Islands46https://iptv-org.github.io/iptv/countries/tc.m3u + 🇹🇻 Tuvalu44https://iptv-org.github.io/iptv/countries/tv.m3u + 🇺🇲 U.S. Minor Outlying Islands42https://iptv-org.github.io/iptv/countries/um.m3u + 🇻🇮 U.S. Virgin Islands46https://iptv-org.github.io/iptv/countries/vi.m3u + 🇺🇬 Uganda48https://iptv-org.github.io/iptv/countries/ug.m3u + 🇺🇦 Ukraine117https://iptv-org.github.io/iptv/countries/ua.m3u + 🇦🇪 United Arab Emirates119https://iptv-org.github.io/iptv/countries/ae.m3u + 🇬🇧 United Kingdom322https://iptv-org.github.io/iptv/countries/uk.m3u + 🇺🇸 United States1797https://iptv-org.github.io/iptv/countries/us.m3u + 🇺🇾 Uruguay93https://iptv-org.github.io/iptv/countries/uy.m3u + 🇺🇿 Uzbekistan52https://iptv-org.github.io/iptv/countries/uz.m3u + 🇻🇺 Vanuatu44https://iptv-org.github.io/iptv/countries/vu.m3u + 🇻🇦 Vatican City59https://iptv-org.github.io/iptv/countries/va.m3u + 🇻🇪 Venezuela108https://iptv-org.github.io/iptv/countries/ve.m3u + 🇻🇳 Vietnam96https://iptv-org.github.io/iptv/countries/vn.m3u + 🇼🇫 Wallis and Futuna44https://iptv-org.github.io/iptv/countries/wf.m3u + 🇪🇭 Western Sahara50https://iptv-org.github.io/iptv/countries/eh.m3u + 🇾🇪 Yemen91https://iptv-org.github.io/iptv/countries/ye.m3u + 🇿🇲 Zambia45https://iptv-org.github.io/iptv/countries/zm.m3u + 🇿🇼 Zimbabwe45https://iptv-org.github.io/iptv/countries/zw.m3u + 🇦🇽 Åland42https://iptv-org.github.io/iptv/countries/ax.m3u Undefined0https://iptv-org.github.io/iptv/countries/undefined.m3u @@ -512,33 +511,33 @@ Same thing, but split up into separate files: RegionChannelsPlaylist - Africa127https://iptv-org.github.io/iptv/regions/afr.m3u - Americas2792https://iptv-org.github.io/iptv/regions/amer.m3u - Asia-Pacific1819https://iptv-org.github.io/iptv/regions/apac.m3u + Africa122https://iptv-org.github.io/iptv/regions/afr.m3u + Americas2787https://iptv-org.github.io/iptv/regions/amer.m3u + Asia-Pacific1793https://iptv-org.github.io/iptv/regions/apac.m3u Arab world326https://iptv-org.github.io/iptv/regions/arab.m3u - Association of Southeast Asian Nations352https://iptv-org.github.io/iptv/regions/asean.m3u - Asia2589https://iptv-org.github.io/iptv/regions/asia.m3u + Association of Southeast Asian Nations339https://iptv-org.github.io/iptv/regions/asean.m3u + Asia2569https://iptv-org.github.io/iptv/regions/asia.m3u Caribbean117https://iptv-org.github.io/iptv/regions/carib.m3u - Central Asia29https://iptv-org.github.io/iptv/regions/cas.m3u - Central America114https://iptv-org.github.io/iptv/regions/cenamer.m3u - Commonwealth of Independent States433https://iptv-org.github.io/iptv/regions/cis.m3u - Europe, the Middle East and Africa2660https://iptv-org.github.io/iptv/regions/emea.m3u - Europe2251https://iptv-org.github.io/iptv/regions/eur.m3u - Hispanic America848https://iptv-org.github.io/iptv/regions/hispam.m3u - Worldwide7368https://iptv-org.github.io/iptv/regions/int.m3u - Latin America and the Caribbean959https://iptv-org.github.io/iptv/regions/lac.m3u - Latin America945https://iptv-org.github.io/iptv/regions/latam.m3u - Maghreb61https://iptv-org.github.io/iptv/regions/maghreb.m3u + Central Asia30https://iptv-org.github.io/iptv/regions/cas.m3u + Central America109https://iptv-org.github.io/iptv/regions/cenamer.m3u + Commonwealth of Independent States429https://iptv-org.github.io/iptv/regions/cis.m3u + Europe, the Middle East and Africa2646https://iptv-org.github.io/iptv/regions/emea.m3u + Europe2239https://iptv-org.github.io/iptv/regions/eur.m3u + Hispanic America835https://iptv-org.github.io/iptv/regions/hispam.m3u + Worldwide7322https://iptv-org.github.io/iptv/regions/int.m3u + Latin America and the Caribbean950https://iptv-org.github.io/iptv/regions/lac.m3u + Latin America936https://iptv-org.github.io/iptv/regions/latam.m3u + Maghreb57https://iptv-org.github.io/iptv/regions/maghreb.m3u Middle East and North Africa540https://iptv-org.github.io/iptv/regions/mena.m3u - Middle East491https://iptv-org.github.io/iptv/regions/mideast.m3u - Northern America1834https://iptv-org.github.io/iptv/regions/nam.m3u - North America2140https://iptv-org.github.io/iptv/regions/noram.m3u - Nordics54https://iptv-org.github.io/iptv/regions/nord.m3u - Oceania107https://iptv-org.github.io/iptv/regions/oce.m3u - South Asia257https://iptv-org.github.io/iptv/regions/sas.m3u - South America655https://iptv-org.github.io/iptv/regions/southam.m3u + Middle East495https://iptv-org.github.io/iptv/regions/mideast.m3u + Northern America1838https://iptv-org.github.io/iptv/regions/nam.m3u + North America2137https://iptv-org.github.io/iptv/regions/noram.m3u + Nordics53https://iptv-org.github.io/iptv/regions/nord.m3u + Oceania105https://iptv-org.github.io/iptv/regions/oce.m3u + South Asia256https://iptv-org.github.io/iptv/regions/sas.m3u + South America653https://iptv-org.github.io/iptv/regions/southam.m3u Sub-Saharan Africa56https://iptv-org.github.io/iptv/regions/ssa.m3u - West Africa24https://iptv-org.github.io/iptv/regions/wafr.m3u + West Africa23https://iptv-org.github.io/iptv/regions/wafr.m3u Undefined0https://iptv-org.github.io/iptv/regions/undefined.m3u diff --git a/streams/ae.m3u b/streams/ae.m3u index 05692c12d..4a2b43d39 100644 --- a/streams/ae.m3u +++ b/streams/ae.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="3eeshAlAanTV.ae" status="online",Al Aan TV (720p) +#EXTINF:-1 tvg-id="3eeshAlAanTV.ae" status="timeout",Al Aan TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x74wje5 #EXTINF:-1 tvg-id="AbuDhabiAloula.ae" status="online",Abu Dhabi Aloula (1080p) https://admdn2.cdn.mangomolo.com/adtv/smil:adtv.stream.smil/playlist.m3u8 @@ -13,7 +13,7 @@ https://admdn5.cdn.mangomolo.com/adsports2/smil:adsports2.stream.smil/playlist.m https://admdn4ta.cdn.mgmlcdn.com/adsports4/smil:adsports4.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AjmanTV.ae" status="blocked",Ajman TV [Not 24/7] https://dacastmmd.mmdlive.lldns.net/dacastmmd/d3e9fc3b874a46159ce3724d802e3f8d/playlist.m3u8 -#EXTINF:-1 tvg-id="AlAanTV.ae" status="online",Al Aan (480p) [Not 24/7] +#EXTINF:-1 tvg-id="AlAanTV.ae" status="timeout",Al Aan (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x74wje5 #EXTINF:-1 tvg-id="Alarabiya.ae" status="online",Al Arabiya (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlArabiya/live @@ -43,7 +43,7 @@ https://ikomg1.s.llnwi.net/alyaumtv/playlist.m3u8 https://shls-cartoon-net-prod-dub.shahid.net/out/v1/dc4aa87372374325a66be458f29eab0f/index.m3u8 #EXTINF:-1 tvg-id="CitrussTV.ae" status="blocked",Citruss TV (720p) [Geo-blocked] https://citrusstv.akamaized.net/hls/live/687285/CTV/index.m3u8 -#EXTINF:-1 tvg-id="CNBCArabiya.ae" status="online",CNBC Arabia (1080p) +#EXTINF:-1 tvg-id="CNBCArabiya.ae" status="timeout",CNBC Arabia (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/cnbcarabiaTV/live #EXTINF:-1 tvg-id="CNBCArabiya.ae" status="error",CNBC Arabia (720p) https://hiplayer.hibridcdn.net/p/cnbcarabia-live.m3u8 @@ -65,7 +65,7 @@ https://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/ind https://dmisxthvll.cdn.mgmlcdn.com/dubaitvht/smil:dubaitv.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DubaiTV.ae" status="online",Dubai TV (1080p) https://weyyak-live.akamaized.net/weyyak_dubai_tv/index.m3u8 -#EXTINF:-1 tvg-id="DubaiTV.ae" status="online",Dubai TV (576p) +#EXTINF:-1 tvg-id="DubaiTV.ae" status="error",Dubai TV (576p) http://210.210.155.37/uq2663/h/h152/index2.m3u8 #EXTINF:-1 tvg-id="DubaiZaman.ae" status="online",Dubai Zaman (1080p) [Not 24/7] https://dmiffthvll.cdn.mangomolo.com/dubaizaman/smil:dubaizaman.stream.smil/playlist.m3u8 diff --git a/streams/af.m3u b/streams/af.m3u index 87828ae82..8fc9a30e8 100644 --- a/streams/af.m3u +++ b/streams/af.m3u @@ -3,13 +3,13 @@ http://iptv.arianaafgtv.com/ariana/playlist.m3u8 #EXTINF:-1 tvg-id="ArianaTVNational.af" status="online",Ariana TV National (720p) [Not 24/7] https://d10rltuy0iweup.cloudfront.net/ATNNAT/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="ArianaTVUS.af" status="online",Ariana TV US (Delayed stream) (720p) [Not 24/7] -https://d2g7v53450s2i2.cloudfront.net/ATNUS/streamdelay/playlist.m3u8 #EXTINF:-1 tvg-id="ArianaTVUS.af" status="online",Ariana TV US (720p) [Not 24/7] https://d2g7v53450s2i2.cloudfront.net/ATNUS/myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="ArianaTVUS.af" status="online",Ariana TV US (Delayed stream) (720p) [Not 24/7] +https://d2g7v53450s2i2.cloudfront.net/ATNUS/streamdelay/playlist.m3u8 #EXTINF:-1 tvg-id="ATNNews.af" status="online",ATN News (720p) [Not 24/7] https://d10rltuy0iweup.cloudfront.net/ATNNEWS/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="BaharTV.af" status="online",Bahar TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BaharTV.af" status="error",Bahar TV (720p) [Not 24/7] https://59d39900ebfb8.streamlock.net/bahartv/bahartv/playlist.m3u8 #EXTINF:-1 tvg-id="BarbudMusic.af" status="online",Barbud Music (720p) https://raw.githubusercontent.com/taodicakhia/IPTV_Exception/master/channels/af/tolomusic.m3u8 diff --git a/streams/al.m3u b/streams/al.m3u index 78cca7176..dbfec9fa7 100644 --- a/streams/al.m3u +++ b/streams/al.m3u @@ -49,10 +49,10 @@ https://tvlive.rtsh.dev/live/rtsh_shqip_ott/playlist.m3u8 https://tvlive.rtsh.dev/live/rtsh_sport_ott11/playlist.m3u8 #EXTINF:-1 tvg-id="SyriTV.al" status="online",Syri TV (720p) [Not 24/7] http://live.syri.tv:6969/live/syriblue/hd/23.ts -#EXTINF:-1 tvg-id="TopNews.al" status="online",Top News (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x6inuzo #EXTINF:-1 tvg-id="TopNews.al" status="timeout",Top News http://93.157.62.180/TopNews/index.m3u8 +#EXTINF:-1 tvg-id="TopNews.al" status="timeout",Top News (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x6inuzo #EXTINF:-1 tvg-id="TV7Albania.al" status="online",TV 7 Albania (540p) [Not 24/7] http://media.az-mediaserver.com:1935/7064/7064/playlist.m3u8 #EXTINF:-1 tvg-id="TV7Albania.al" status="online",7 HD (540p) [Not 24/7] @@ -61,7 +61,7 @@ https://5d00db0e0fcd5.streamlock.net/7064/7064/playlist.m3u8 https://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2 #EXTINF:-1 tvg-id="TVOpoja.al" status="online",TV Opoja (720p) [Not 24/7] http://ip.opoja.tv:1935/tvopoja/tvopoja/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ALB Music (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",ALB Music (720p) [Not 24/7] http://albmusic.dyndns.tv:1935/albuk/albmus.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",AlbDreams TV (720p) http://live.albavision.net:1123/live/albdreams.m3u8 @@ -83,5 +83,5 @@ http://rtvarberia4.flashmediacast.com:1935/RtvArberia4/livestream/playlist.m3u8 http://ott.iptvshqipott.com:8080/live/shqiponja/tv/236.m3u8 #EXTINF:-1 tvg-id="" status="online",TopEstrada TV http://live.topestrada.com/live/topestrada/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",TV Johaniter (720p) +#EXTINF:-1 tvg-id="" status="error",TV Johaniter (720p) http://monamour.agency/johaniter007web/index.m3u8 diff --git a/streams/am.m3u b/streams/am.m3u index 153d94f5b..59934d450 100644 --- a/streams/am.m3u +++ b/streams/am.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="5TV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",5-րդ ալիք (480p) +#EXTINF:-1 tvg-id="5TV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",5-րդ ալիք (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s6/index.m3u8 #EXTINF:-1 tvg-id="21TV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",21TV (480p) @@ -38,16 +38,16 @@ http://ott-cdn.ucom.am/s48/index.m3u8 #EXTINF:-1 tvg-id="ATVHayTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Հայ TV (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s73/index.m3u8 -#EXTINF:-1 tvg-id="ATVKhaghaliqTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ԽաղԱլիք (234p) +#EXTINF:-1 tvg-id="ATVKhaghaliqTV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ԽաղԱլիք (234p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s74/index.m3u8 -#EXTINF:-1 tvg-id="ATVKinoman.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Կինոման (480p) +#EXTINF:-1 tvg-id="ATVKinoman.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Կինոման (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s94/index.m3u8 #EXTINF:-1 tvg-id="ATVTavaTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Թավա TV (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s53/index.m3u8 -#EXTINF:-1 tvg-id="H2.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Հ2 (480p) +#EXTINF:-1 tvg-id="H2.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Հ2 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s2/index.m3u8 #EXTINF:-1 tvg-id="KentronTV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Կենտրոն (480p) diff --git a/streams/ar.m3u b/streams/ar.m3u index ed9dc902e..fe67933b1 100644 --- a/streams/ar.m3u +++ b/streams/ar.m3u @@ -12,7 +12,7 @@ https://panel.dattalive.com/6605140/smil:6605140.smil/playlist.m3u8 #EXTINF:-1 tvg-id="A24.ar" status="online" user-agent="iPhone",A24 (720p) #EXTVLCOPT:http-user-agent=iPhone https://g1.vxral-hor.transport.edge-access.net/a15/ngrp:a24-100056_all/a24-100056.m3u8 -#EXTINF:-1 tvg-id="AcequiaTV.ar" status="online",Acequia TV +#EXTINF:-1 tvg-id="AcequiaTV.ar" status="timeout",Acequia TV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCrYFBjFOP_zlFzsif9XDhgw/live #EXTINF:-1 tvg-id="AiredeSantaFe.ar" status="online",Aire de Santa Fe https://sc1.stweb.tv/airedigital/live/playlist.m3u8 @@ -31,7 +31,7 @@ https://live.canalnueve.tv/canal.m3u8 https://streaming02.gbasat.com.ar:19360/bayrestv/bayrestv.m3u8 #EXTINF:-1 tvg-id="BeatsRadio.ar" status="online",Beats Radio https://59537faa0729a.streamlock.net/beatsradio/beatsradio/playlist.m3u8 -#EXTINF:-1 tvg-id="C5N.ar" status="online",Canal 5 Noticias (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="C5N.ar" status="timeout",Canal 5 Noticias (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/c5n/live #EXTINF:-1 tvg-id="Cadena103.ar" status="online",Cadena 103 https://59d52c5a5ce5e.streamlock.net:4443/cadena103/cadena103/playlist.m3u8 @@ -41,7 +41,7 @@ http://api.new.livestream.com/accounts/679322/events/3782013/live.m3u8 https://vivo.solumedia.com:19360/tv2salta/tv2salta.m3u8 #EXTINF:-1 tvg-id="Canal2Sanagasta.ar" status="online",Canal 2 (Sanagasta) https://stmvideo1.livecastv.com/canal2/canal2/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal3PinamarHD.ar" status="error",CN3 Pinamar (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal3PinamarHD.ar" status="online",CN3 Pinamar (720p) [Not 24/7] https://wowza.telpin.com.ar:1935/canal3/canal3.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Canal3PinamarHD.ar" status="error",Canal 3 Pinamar (360p) [Not 24/7] http://www.intelintec.com.ar:9090/hls/canal3pinamar.m3u8 @@ -55,7 +55,7 @@ https://5cd577a3dd8ec.streamlock.net/canal4/smil:manifest.smil/playlist.m3u8 http://streamlov.alsolnet.com/canal4sanjuan/live/playlist.m3u8 #EXTINF:-1 tvg-id="Canal5PicoTruncado.ar" status="online",Canal 5 (Pico Truncado) https://stream.arcast.com.ar/canal5picotruncado/canal5picotruncado/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal5Tucuman.ar" status="online",Canal 5 (Tucumán) [Not 24/7] +#EXTINF:-1 tvg-id="Canal5Tucuman.ar" status="error",Canal 5 (Tucumán) [Not 24/7] https://videohd.live:19360/8090/8090.m3u8 #EXTINF:-1 tvg-id="Canal6EntreRios.ar" status="online",Canal 6 (Entre Ríos) https://stmvideo1.livecastv.com/canal6er/canal6er/playlist.m3u8 @@ -81,7 +81,7 @@ https://vivo.solumedia.com:19360/nortevision/nortevision.m3u8 http://panel.dattalive.com:1935/8204/8204/playlist.m3u8 #EXTINF:-1 tvg-id="Canal10RioNegro.ar" status="online",Canal 10 Rio Negro https://panel.dattalive.com/8204/8204/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal11LaRioja.ar" status="online",Canal 11 La Rioja (Fénix Multiplataforma) (360p) +#EXTINF:-1 tvg-id="Canal11LaRioja.ar" status="error",Canal 11 La Rioja (Fénix Multiplataforma) (360p) http://stmv4.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8 #EXTINF:-1 tvg-id="Canal12Web.ar" status="online",Canal 12 Puerto Madryn (720p) [Not 24/7] https://5f700d5b2c46f.streamlock.net/madryntv/madryntv/playlist.m3u8 @@ -176,15 +176,15 @@ https://stmv1.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8 https://inliveserver.com:1936/14056/14056/playlist.m3u8 #EXTINF:-1 tvg-id="InformacionPeriodistica.ar" status="online",Informacion Periodística (1080p) https://d1nmqgphjn0y4.cloudfront.net/live/ip/live.isml/5ee6e167-1167-4a85-9d8d-e08a3f55cff3.m3u8 -#EXTINF:-1 tvg-id="IngenioFM.ar" status="error",Ingenio FM +#EXTINF:-1 tvg-id="IngenioFM.ar" status="online",Ingenio FM https://panel.dattalive.com/8064/8064/playlist.m3u8 -#EXTINF:-1 tvg-id="LaNacionPlus.ar" status="timeout",La Nacion + +#EXTINF:-1 tvg-id="LaNacionPlus.ar" status="online",La Nacion + http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCba3hpU7EFBSk817y9qZkiA/live #EXTINF:-1 tvg-id="LaVozdeTucuman.ar" status="online",La Voz de Tucuman (480p) https://srv1.zcast.com.br/lavozdetucuman/lavozdetucuman/playlist.m3u8 #EXTINF:-1 tvg-id="LitusTV.ar" status="online",Litus TV https://stream.arcast.com.ar/litustv/ngrp:litustv_all/playlist.m3u8 -#EXTINF:-1 tvg-id="LTOTelevision.ar" status="online",LTO Televisión [Not 24/7] +#EXTINF:-1 tvg-id="LTOTelevision.ar" status="error",LTO Televisión [Not 24/7] https://ltocatamarca.github.io/ltotv.m3u8 #EXTINF:-1 tvg-id="MetropolitanaFM.ar" status="online",Metropolitana FM https://panel.dattalive.com/MetropolitanaFM/MetropolitanaFM/playlist.m3u8 @@ -200,10 +200,10 @@ http://panel.dattalive.com:1935/8250/8250/playlist.m3u8 http://live-edge01.telecentro.net.ar/live/smil:musictop.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NeoTV.ar" status="online",Neo TV https://videostream.shockmedia.com.ar:19360/neotvdigital/neotvdigital.m3u8 -#EXTINF:-1 tvg-id="NETTV.ar" status="online",Net TV (720p) -https://unlimited6-cl.dps.live/nettv/nettv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NETTV.ar" status="online",NET TV (720p) https://unlimited1-us.dps.live/nettv/nettv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="NETTV.ar" status="online",Net TV (720p) +https://unlimited6-cl.dps.live/nettv/nettv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Pakapaka.ar" status="online",Pakapaka (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCVVNYxncuD4EfHpKDlPIYcQ/live #EXTINF:-1 tvg-id="PowerHD.ar" status="online",PowerHD @@ -224,7 +224,7 @@ https://tv.initium.net.ar:3939/live/tectvmainlive.m3u8 https://panel.dattalive.com/8012/8012/playlist.m3u8 #EXTINF:-1 tvg-id="TelediarioTV.ar" status="online",Telediario TV https://mediacp.hostradios.com.ar:19360/telediario/telediario.m3u8 -#EXTINF:-1 tvg-id="Telediez.ar" status="online",Telediez +#EXTINF:-1 tvg-id="Telediez.ar" status="error",Telediez https://videohd.live:19360/8020/8020.m3u8 #EXTINF:-1 tvg-id="TeleJunin.ar" status="online",TeleJunín (576p) [Not 24/7] https://videostream.shockmedia.com.ar:1936/telejunin/telejunin/playlist.m3u8 @@ -242,7 +242,7 @@ https://cnnsanjuan.com:9999/live/telesol/playlist.m3u8 https://wowza.telpin.com.ar:1935/telpintv/smil:ttv.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TelpinTVCanal2HD.ar" status="online",Telpin TV (1080p) [Not 24/7] https://wowza.telpin.com.ar:1935/telpintv/ttv.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="TierraMiaTV.ar" status="timeout",Tierra Mía TV (720p) +#EXTINF:-1 tvg-id="TierraMiaTV.ar" status="online",Tierra Mía TV (720p) http://live-edge01.telecentro.net.ar/live/smil:trm.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVManaArgentina.ar" status="timeout",TV Maná Argentina (576p) [Not 24/7] http://streamspub.manasat.com:1935/tvar/tvmanaar2/playlist.m3u8 @@ -258,7 +258,7 @@ http://192.100.186.53:8090/hls/live.stream.m3u8 https://5f700d5b2c46f.streamlock.net/uniriotv/uniriotv/playlist.m3u8 #EXTINF:-1 tvg-id="Uniteve.ar" status="online",Uniteve https://vivo.solumedia.com:19360/uniteve/uniteve.m3u8 -#EXTINF:-1 tvg-id="UrbanaTeVe.ar" status="online",Urbana TeVe +#EXTINF:-1 tvg-id="UrbanaTeVe.ar" status="error",Urbana TeVe https://cdnhd.iblups.com/hls/DD3nXkAkWk.m3u8 #EXTINF:-1 tvg-id="Vorterix.ar" status="online",Vorterix (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCvCTWHCbBC0b9UIeLeNs8ug/live @@ -270,5 +270,5 @@ https://cnnsanjuan.com:9999/zonda/zonda/playlist.m3u8 https://stmv1.voxhdnet.com/aniplus/aniplus/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Power TV (720p) [Not 24/7] https://wowza.telpin.com.ar:1935/live-powerTV/power.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",SyFy (480p) +#EXTINF:-1 tvg-id="" status="error",SyFy (480p) http://190.61.41.182:8000/play/a2rn/index.m3u8 diff --git a/streams/at.m3u b/streams/at.m3u index a612f3a84..a097d9566 100644 --- a/streams/at.m3u +++ b/streams/at.m3u @@ -17,7 +17,7 @@ https://kronetv.mdn.ors.at/out/u/kronetv-nodrm.m3u8 https://5a32c05065c79.streamlock.net/live/stream/playlist.m3u8 #EXTINF:-1 tvg-id="ORF1.at" status="blocked",ORF 1 (720p) [Geo-blocked] https://orf1.mdn.ors.at/out/u/orf1/qxb/manifest.m3u8 -#EXTINF:-1 tvg-id="ORF2.at" status="error",ORF 2 (540p) [Geo-blocked] +#EXTINF:-1 tvg-id="ORF2.at" status="blocked",ORF 2 (540p) [Geo-blocked] https://orf2.mdn.ors.at/out/u/orf2/qxb/manifest.m3u8 #EXTINF:-1 tvg-id="ORFIII.at" status="blocked",ORF 3 (720p) [Geo-blocked] https://orf3.mdn.ors.at/out/u/orf3/qxb/manifest.m3u8 diff --git a/streams/au.m3u b/streams/au.m3u index ff131b86f..bdc43f955 100644 --- a/streams/au.m3u +++ b/streams/au.m3u @@ -37,7 +37,7 @@ https://c.mjh.nz/101002810281 https://c.mjh.nz/abc2 #EXTINF:-1 tvg-id="AusbizTV.au" status="online",ausbiz TV (720p) [Geo-blocked] https://d9quh89lh7dtw.cloudfront.net/public-output/index.m3u8 -#EXTINF:-1 tvg-id="AusTamilTV.au" status="online",Aus Tamil (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AusTamilTV.au" status="error",Aus Tamil (720p) [Not 24/7] https://bk7l2pn7dx53-hls-live.5centscdn.com/austamil/fe01ce2a7fbac8fafaed7c982a04e229.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="C31Melbourne.au" status="online",C31 Melbourne (240p) https://d1k6kax80wecy5.cloudfront.net/RLnAKY/index.m3u8 @@ -45,7 +45,7 @@ https://d1k6kax80wecy5.cloudfront.net/RLnAKY/index.m3u8 https://d1k6kax80wecy5.cloudfront.net/WFqZJc/index.m3u8 #EXTINF:-1 tvg-id="JonmoBhumiTV.au" status="online",JonmoBhumi TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/jonmobhumitv.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="M4TVMalayalam.au" status="online",M4TV Malayalam (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="M4TVMalayalam.au" status="error",M4TV Malayalam (1080p) [Not 24/7] https://app.m4stream.live/mfourmalayalamhls/live.m3u8 #EXTINF:-1 tvg-id="NITV.au" status="blocked",NITV [Geo-blocked] https://i.mjh.nz/au/Sydney/tv.320203000305.m3u8 diff --git a/streams/az.m3u b/streams/az.m3u index b4e01688d..58aa59445 100644 --- a/streams/az.m3u +++ b/streams/az.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="error",Alvin Channel TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="online",Alvin Channel TV (360p) [Not 24/7] http://cdn10-alvinchannel.yayin.com.tr/alvinchannel/alvinchannel/playlist.m3u8 #EXTINF:-1 tvg-id="ARB24.az" status="online",ARB 24 (1080p) [Not 24/7] http://85.132.81.184:8080/arb24/live1/index.m3u8 diff --git a/streams/ba.m3u b/streams/ba.m3u index 9e9595a78..1140d867f 100644 --- a/streams/ba.m3u +++ b/streams/ba.m3u @@ -9,11 +9,11 @@ https://bhrtstream.bhtelecom.ba/hls15/bhrtportal.m3u8 https://dns2.rtvbn.com:8080/live/index.m3u8 #EXTINF:-1 tvg-id="RTVZenica.ba" status="online",RTV Zenica https://stream.rtvze.ba/live/123/123.m3u8 -#EXTINF:-1 tvg-id="Televizija5.ba" status="online",Televizija 5 (576p) +#EXTINF:-1 tvg-id="Televizija5.ba" status="timeout",Televizija 5 (576p) https://balkanmedia.dynu.net/hls/tv5web.m3u8 #EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7] http://31.47.0.130:8082 -#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="timeout",TV Slon Extra (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RTVSLON/live #EXTINF:-1 tvg-id="" status="online",Glas Drine http://glasdrine.cutuk.net:8081/433ssdsw/GlasDrineSD/playlist.m3u8 diff --git a/streams/be.m3u b/streams/be.m3u index 1f507d19d..45bd09564 100644 --- a/streams/be.m3u +++ b/streams/be.m3u @@ -36,9 +36,9 @@ https://live-radio-cf-vrt.akamaized.net/groupa/live/d6fdec5d-5d67-4cc3-9f8c-e3e8 #EXTINF:-1 tvg-id="" status="online",VRT Radio 1 https://live-radio-cf-vrt.akamaized.net/groupa/live/d6fdec5d-5d67-4cc3-9f8c-e3e8993c8ee4/live.isml/.m3u8 #EXTINF:-1 tvg-id="" status="online",VRT Radio 2 -https://live-radio-cf-vrt.akamaized.net/groupa/live/e96793cc-eac5-4ed2-8eb5-617c2f6abc55/live.isml/.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",VRT Radio 2 https://live-radio-cf-vrt.akamaized.net/groupa/live/e96793cc-eac5-4ed2-8eb5-617c2f6abc55/live.isml/.mpd +#EXTINF:-1 tvg-id="" status="online",VRT Radio 2 +https://live-radio-cf-vrt.akamaized.net/groupa/live/e96793cc-eac5-4ed2-8eb5-617c2f6abc55/live.isml/.m3u8 #EXTINF:-1 tvg-id="" status="online",VRT Radio Klara https://live-radio-cf-vrt.akamaized.net/groupb/live/eee20dc8-158a-4194-8d92-0c5a73ffcd3b/live.isml/.mpd #EXTINF:-1 tvg-id="" status="online",VRT Radio Klara diff --git a/streams/bf.m3u b/streams/bf.m3u index 40093255a..a282a7dbd 100644 --- a/streams/bf.m3u +++ b/streams/bf.m3u @@ -5,5 +5,5 @@ https://547f72e6652371c3.mediapackage.us-east-1.amazonaws.com/out/v1/7e66f389bec https://playtv4kpro.com:5443/LiveApp/streams/163893638025530331068059.m3u8 #EXTINF:-1 tvg-id="ImpactTV.bf" status="online",Impact TV (360p) https://edge.vedge.infomaniak.com/livecast/ik:impacttv_1/manifest.m3u8 -#EXTINF:-1 tvg-id="RTB.bf" status="online",RTB (360p) [Not 24/7] +#EXTINF:-1 tvg-id="RTB.bf" status="error",RTB (360p) [Not 24/7] https://edge.vedge.infomaniak.com/livecast/ik:rtbtvlive1/manifest.m3u8 diff --git a/streams/bo.m3u b/streams/bo.m3u index 48a9a8895..ece4a6d28 100644 --- a/streams/bo.m3u +++ b/streams/bo.m3u @@ -45,7 +45,7 @@ https://master.tucableip.com/live/tvlatinamontero/playlist.m3u8 http://136.243.3.70:1935/TvUniversitaria/TvUniversitaria/playlist.m3u8 #EXTINF:-1 tvg-id="TVUSucre.bo" status="online",TVU Sucre https://solo.disfrutaenlared.com:1936/tuch/ngrp:tuch_all/playlist.m3u8 -#EXTINF:-1 tvg-id="UnitelLaPaz.bo" status="error",Unitel La Paz +#EXTINF:-1 tvg-id="UnitelLaPaz.bo" status="timeout",Unitel La Paz http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x7vsfua #EXTINF:-1 tvg-id="XTOTV.bo" status="online",XTOTV (404p) [Not 24/7] http://www.channel.tevemi.com:1935/XtoTv/XtoTv/playlist.m3u8 @@ -55,9 +55,9 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x84eirw #EXTINF:-1 tvg-id="" status="online",ATB Santa Cruz http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x84t82c -#EXTINF:-1 tvg-id="" status="error",Unitel Cochabamba +#EXTINF:-1 tvg-id="" status="timeout",Unitel Cochabamba http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x7y922d -#EXTINF:-1 tvg-id="" status="error",Unitel Global +#EXTINF:-1 tvg-id="" status="timeout",Unitel Global http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7vsezg #EXTINF:-1 tvg-id="" status="online",UPP TV (480p) [Not 24/7] https://d2byzrnrdb259r.cloudfront.net/hls/upptv.m3u8 diff --git a/streams/br.m3u b/streams/br.m3u index 1420ce844..11ef7ea6a 100644 --- a/streams/br.m3u +++ b/streams/br.m3u @@ -116,7 +116,7 @@ https://hls.brasilstream.com.br/live/redetv/redetv/playlist.m3u8 https://59f1cbe63db89.streamlock.net:1443/redetvro/_definst_/redetvro/playlist.m3u8 #EXTINF:-1 tvg-id="RedeTVES.br" status="timeout",Rede TV! ES (720p) https://hls.brasilstream.com.br/live/redetves/redetves/playlist.m3u8 -#EXTINF:-1 tvg-id="RedeTVTocantins.br" status="error",RedeTV! Tocantins (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RedeTVTocantins.br" status="online",RedeTV! Tocantins (720p) [Not 24/7] https://59f1cbe63db89.streamlock.net:1443/redetvro/redetvro/playlist.m3u8 #EXTINF:-1 tvg-id="RedeVida.br" status="online",Rede Vida (720p) [Not 24/7] https://cvd1.cds.ebtcvd.net/live-redevida/smil:redevida.smil/playlist.m3u8 @@ -128,14 +128,14 @@ http://flash1.crossdigital.com.br/2063/2063/playlist.m3u8 http://evpp.mm.uol.com.br:1935/band_live/terraviva/playlist.m3u8 #EXTINF:-1 tvg-id="TVAberta.br" status="online",TV Aberta (1080p) [Not 24/7] https://cdn-canalpaulo.ciclano.io:1443/canalpaulo/canalpaulo/playlist.m3u8 -#EXTINF:-1 tvg-id="TVALMG.br" status="timeout",TV ALMG (720p) +#EXTINF:-1 tvg-id="TVALMG.br" status="online",TV ALMG (720p) https://streaming.almg.gov.br/live/tvalmg.m3u8 #EXTINF:-1 tvg-id="TVAparecida.br" status="online",TV Aparecida (1080p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-9716/LVW9716_HbtQtezcaw/playlist.m3u8 -#EXTINF:-1 tvg-id="TVBirigui.br" status="online",TV Birigui (640p) -https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/_definst_/tvdigitalbirigui/playlist.m3u8 #EXTINF:-1 tvg-id="TVBirigui.br" status="online",TV Birigui (320p) http://tv02.logicahost.com.br:1935/tvdigitalbirigui/tvdigitalbirigui/live.m3u8 +#EXTINF:-1 tvg-id="TVBirigui.br" status="online",TV Birigui (640p) +https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/_definst_/tvdigitalbirigui/playlist.m3u8 #EXTINF:-1 tvg-id="TVBirigui.br" status="online",TV Birigui (320p) https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/tvdigitalbirigui/playlist.m3u8 #EXTINF:-1 tvg-id="TVBNO.br" status="online",TV BNO (270p) [Not 24/7] @@ -176,7 +176,7 @@ https://streaming01.zas.media/gideoes/programacao/playlist.m3u8 https://video02.logicahost.com.br/tvguara23/tvguara23/playlist.m3u8 #EXTINF:-1 tvg-id="TVideoNews.br" status="online",TVídeoNews (720p) [Not 24/7] https://59f2354c05961.streamlock.net:1443/tvideonews/_definst_/tvideonews/chunklist.m3u8 -#EXTINF:-1 tvg-id="TVJornalCaruaru.br" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",SBT TV Jornal Caruaru (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVJornalCaruaru.br" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",SBT TV Jornal Caruaru (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://evpp.mm.uol.com.br/ne10/ne10-tvjornal-caruaru-video-web.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TVJornaldoNordeste.br" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",SBT TV Jornal Recife (720p) [Not 24/7] @@ -237,7 +237,7 @@ http://unitvaovivo.ufrgs.br:8080/live.ogg #EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",Bandnews (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://evpp.mm.uol.com.br/geob_band/bandnewstv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",BM&C [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",BM&C [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCoja0MNI4SIvXqJR3szbSfw/live #EXTINF:-1 tvg-id="" status="online",Cartoonito (Spanish) https://playout.cdn.cartoonnetwork.com.br/playout_04/playlist.m3u8 diff --git a/streams/br_pluto.m3u b/streams/br_pluto.m3u index 1e4e24b14..2845a2683 100644 --- a/streams/br_pluto.m3u +++ b/streams/br_pluto.m3u @@ -4,9 +4,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f171d344 #EXTINF:-1 tvg-id="NickClassico.br" status="online",Pluto TV Classic Nick (Brazil) (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f12151794c1800007a8ae63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f12151794c1800007a8ae63&deviceLat=-23.5475&deviceLon=-46.6361&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=BR&serverSideAds=false&sid=730&terminate=false&userId= #EXTINF:-1 tvg-id="NickJrClubBrazil.br" status="online",Pluto TV Nick Jr. Club (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121460b73ac6000719fbaf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="NickJrClubBrazil.br" status="online",Pluto TV Nick Jr. Club (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddd7cb2cbb9010009b4fe32/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="NickJrClubBrazil.br" status="online",Pluto TV Nick Jr. Club (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121460b73ac6000719fbaf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAsPistasdeBlue.us" status="online",Pluto TV As Pistas de Blue (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f99aad4e82db50007fac4b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVPortadosFundos.us" status="online",Pluto TV Porta dos Fundos (720p) diff --git a/streams/by.m3u b/streams/by.m3u index b4ae81adb..fe55a9405 100644 --- a/streams/by.m3u +++ b/streams/by.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="8kanal.by" status="timeout",8 канал (Витебск) (576p) [Not 24/7] http://95.46.208.8:24433/art -#EXTINF:-1 tvg-id="Belarus3.by" status="online",Беларусь 3 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Belarus3.by" status="error",Беларусь 3 (1080p) [Not 24/7] https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus3.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Belarus4.by" status="timeout",Беларусь 4 (576p) http://95.46.208.8:26258/belarus4 diff --git a/streams/ca.m3u b/streams/ca.m3u index 0a44db142..f5edf8d34 100644 --- a/streams/ca.m3u +++ b/streams/ca.m3u @@ -93,7 +93,7 @@ https://live2.parnian.tv/hls/.m3u8 https://vse2-eu-all59.secdn.net/barakyah-channel/live/plymouthtv/playlist.m3u8 #EXTINF:-1 tvg-id="PlymouthRockTV.ca" status="online",Plymouth Rock TV (1080p) https://vse2-eu-all59.secdn.net/barakyah-channel/live/plymouthtvedge/playlist.m3u8 -#EXTINF:-1 tvg-id="PrimeCanadaTV.ca" status="error",Prime Canada TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PrimeCanadaTV.ca" status="online",Prime Canada TV (720p) [Not 24/7] http://cdn27.live247stream.com/primecanada/247/primecanada/stream1/playlist.m3u8 #EXTINF:-1 tvg-id="QuoVadisTV.ca" status="online",Quo Vadis Ministry TV (720p) https://qvmstream.tulix.tv/720p/720p/playlist.m3u8 @@ -114,9 +114,9 @@ http://live.tamilvision.tv:8081/TVI/SD/playlist.m3u8 #EXTINF:-1 tvg-id="TeleCulturelleMedias.ca" status="blocked",Télé Culturelle Médias (720p) [Not 24/7] https://5790d294af2dc.streamlock.net/8150/8150/playlist.m3u8 #EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="online",Télé-Mag Québec (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCNKXYT-Nng5LBMUQrZJ9zWA/live -#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="online",Télé-Mag Québec (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/ctmq/live +#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="timeout",Télé-Mag Québec (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCNKXYT-Nng5LBMUQrZJ9zWA/live #EXTINF:-1 tvg-id="TheChannelTV.ca" status="online",The Channel TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/thechanneltv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Toronto360TV.ca" status="online",Toronto 360 TV (720p) [Not 24/7] diff --git a/streams/cl.m3u b/streams/cl.m3u index aa173cf5f..fd624d8d9 100644 --- a/streams/cl.m3u +++ b/streams/cl.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="24Horas.cl" status="timeout",24 Horas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="24Horas.cl" status="online",24 Horas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/24HORAS/live #EXTINF:-1 tvg-id="ADNTV.cl" status="online",ADN Radio (1080p) https://unlimited1-us.dps.live/adntv/adntv.smil/playlist.m3u8 @@ -19,13 +19,13 @@ https://5eff35271151c.streamlock.net:1936/8002/8002/playlist.m3u8 https://v2.tustreaming.cl/atacamatv/index.m3u8 #EXTINF:-1 tvg-id="AutonomaTV.cl" status="online",Autonoma TV (720p) [Not 24/7] https://5eff35271151c.streamlock.net:1936/8144/8144/playlist.m3u8 -#EXTINF:-1 tvg-id="AXNChile.cl" status="timeout",AXN (1080p) +#EXTINF:-1 tvg-id="AXNChile.cl" status="online",AXN (1080p) https://cvi.cdn.rcs.net.ar/mnp/axn_hls/playlist.m3u8 #EXTINF:-1 tvg-id="AysenTV.cl" status="online",Aysén TV (720p) [Not 24/7] https://v2.tustreaming.cl/aysentv/playlist.m3u8 #EXTINF:-1 tvg-id="BuinSomosTodos.cl" status="online",Buin Somos Todos (720p) [Not 24/7] https://bst.buin.cl/0.m3u8 -#EXTINF:-1 tvg-id="CampusTVHD.cl" status="error",Campus TV (Talca) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CampusTVHD.cl" status="online",Campus TV (Talca) (720p) [Not 24/7] https://pantera1-100gb-cl-movistar.dps.live/campustv/campustv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal2HDSanAntonio.cl" status="online",Canal 2 (San Antonio) (720p) [Not 24/7] https://unlimited1-us.dps.live/canal2/canal2.smil/playlist.m3u8 @@ -33,7 +33,7 @@ https://unlimited1-us.dps.live/canal2/canal2.smil/playlist.m3u8 https://pantera1-100gb-cl-movistar.dps.live/tvquellon/tvquellon.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9BioBioTelevision.cl" status="online",Canal 9 Bío Bío Televisión (1080p) [Not 24/7] https://unlimited1-us.dps.live/c9/c9.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal9BioBioTelevision.cl" status="timeout",Canal 9 Bío Bío Televisión (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal9BioBioTelevision.cl" status="online",Canal 9 Bío Bío Televisión (1080p) [Not 24/7] https://unlimited6-cl.dps.live/c9/c9.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal11Aysen.cl" status="online",Canal 11 Aysén https://v1.tustreaming.cl:19360/canal11aysen/canal11aysen.m3u8 @@ -53,7 +53,7 @@ https://stmv1.zcastbr.com/canal74hd/canal74hd/playlist.m3u8 https://unlimited1-us.dps.live/isb/isb.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalLatino.cl" status="online",Canal Latino (CL54) (360p) https://hd.chileservidores.cl:1936/latina/latina/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalSCN.cl" status="online",Canal SCÑ (San Carlos Ñuble) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalSCN.cl" status="error",Canal SCÑ (San Carlos Ñuble) (720p) [Not 24/7] https://live.tvcontrolcp.com:1936/sancarlostv/sancarlostv/playlist.m3u8 #EXTINF:-1 tvg-id="CanalSurPatagonia.cl" status="online",Canal Sur Patagonia https://v1.tustreaming.cl:19360/canalsurpatagoniatv/canalsurpatagoniatv.m3u8 @@ -93,7 +93,7 @@ https://stmv.panel.mivideo.pro/ekiztv/ekiztv/playlist.m3u8 https://paneltv.online:1936/8154/8154/playlist.m3u8 #EXTINF:-1 tvg-id="ElPinguinoTV.cl" status="online",El Pingüino TV (720p) https://github.com/MachineSystems/archived_m3u8/raw/main/elpinguino_cl.m3u8 -#EXTINF:-1 tvg-id="EnerGeek2.cl" status="online",EnerGeek Señal 2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EnerGeek2.cl" status="error",EnerGeek Señal 2 (720p) [Not 24/7] https://wifispeed.trapemn.tv:1936/infantil/energeek-2/playlist.m3u8 #EXTINF:-1 tvg-id="EnerGeek3.cl" status="online",EnerGeek Señal 3 (720p) [Not 24/7] https://stream.wifispeed.cl:3852/live/energeeklive.m3u8 diff --git a/streams/cn.m3u b/streams/cn.m3u index 255bfa101..492311f68 100644 --- a/streams/cn.m3u +++ b/streams/cn.m3u @@ -43,8 +43,6 @@ http://223.110.245.173/PLTV/4/224/3221227375/index.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225619/index.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2财经 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225643/index.m3u8 -#EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2财经 (1080p) -http://117.169.120.140:8080/live/cctv-2/.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2财经 (1080p) http://39.134.39.39/PLTV/88888888/224/3221226220/index.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2财经 (540p) @@ -61,14 +59,12 @@ http://183.207.248.71/cntv/live1/cctv-2/cctv-2 http://183.207.248.71/gitv/live1/G_CCTV-2/G_CCTV-2 #EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2财经 (1080p) http://223.110.245.170/PLTV/3/224/3221227207/index.m3u8 +#EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2财经 (1080p) +http://117.169.120.140:8080/live/cctv-2/.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225634/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225647/index.m3u8 -#EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225647/index.m3u8 -#EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) -http://117.169.120.140:8080/live/cctv-3/.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (480p) [Not 24/7] http://newvideo.dangtutv.cn:8278/CCTVzongyi/playlist.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3综艺 (1080p) @@ -91,9 +87,13 @@ http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221227295/index.m3u8 http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225588/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3综艺 (576p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226360/index.m3u8 -#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="online",CCTV-4 Asia (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3综艺 (1080p) +http://117.169.120.140:8080/live/cctv-3/.m3u8 +#EXTINF:-1 tvg-id="CCTV3.cn" status="error",CCTV-3综艺 (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225647/index.m3u8 +#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="error",CCTV-4 Asia (576p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s19/index.m3u8 -#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="online",CCTV-4 Asia (576p) +#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="error",CCTV-4 Asia (576p) http://210.210.155.37/qwr9ew/s/s19/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5体育 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225633/index.m3u8 @@ -109,8 +109,6 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=32&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5体育 (1080p) http://183.207.248.71/cntv/live1/cctv-5/cctv-5 -#EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5体育 (1080p) [Not 24/7] -http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv5/HD-2500k-1080P-cctv5 #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5体育 (1080p) http://183.207.249.35/PLTV/4/224/3221227381/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5体育 (1080p) @@ -131,6 +129,8 @@ http://223.110.245.170/PLTV/3/224/3221227166/index.m3u8 http://223.110.245.172/PLTV/4/224/3221227298/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5体育 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227166/index.m3u8 +#EXTINF:-1 tvg-id="CCTV5.cn" status="error",CCTV-5体育 (1080p) [Not 24/7] +http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv5/HD-2500k-1080P-cctv5 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="online",CCTV-5+体育赛事 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225649/index.m3u8 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="online",CCTV-5+体育赛事 (1080p) @@ -144,12 +144,12 @@ http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+体育赛事 (1080p) http://183.207.248.71/cntv/live1/CCTV5+/hdcctv05plus #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+体育赛事 (1080p) -http://183.207.248.71/cntv/live1/hdcctv05plus/hdcctv05plus -#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+体育赛事 (1080p) http://183.207.249.14/PLTV/3/224/3221225604/index.m3u8 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+体育赛事 (1080p) http://223.110.245.139/PLTV/4/224/3221227480/index.m3u8 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="error",CCTV-5+体育赛事 (1080p) +http://183.207.248.71/cntv/live1/hdcctv05plus/hdcctv05plus +#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="error",CCTV-5+体育赛事 (1080p) http://117.169.120.132:8080/live/hdcctv05plus/playlist.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6电影 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225632/index.m3u8 @@ -222,8 +222,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225635/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225635/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p) -http://117.169.120.140:8080/live/cctv-8/.m3u8 -#EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p) http://183.207.248.12/PLTV/3/224/3221227204/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p) http://183.207.248.35/PLTV/3/224/3221227205/index.m3u8 @@ -253,6 +251,8 @@ http://223.110.245.170/PLTV/3/224/3221227205/index.m3u8 http://223.110.245.172/PLTV/4/224/3221227304/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8电视剧 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227204/index.m3u8 +#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8电视剧 (1080p) +http://117.169.120.140:8080/live/cctv-8/.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="error",CCTV-8电视剧 (1080p) http://117.169.120.132:8080/live/cctv-8/playlist.m3u8 #EXTINF:-1 tvg-id="CCTV9.cn" status="online",CCTV-9纪录 (1080p) @@ -293,8 +293,6 @@ http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227317/index.m3u8 http://223.110.245.170/PLTV/3/224/3221225550/index.m3u8 #EXTINF:-1 tvg-id="CCTV11.cn" status="online",CCTV-11戏曲 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225628/index.m3u8 -#EXTINF:-1 tvg-id="CCTV11.cn" status="online",CCTV-11戏曲 (1080p) -http://117.169.120.140:8080/live/cctv-11/.m3u8 #EXTINF:-1 tvg-id="CCTV11.cn" status="timeout",CCTV-11戏曲 (540p) http://112.25.48.68/live/program/live/cctv11/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="CCTV11.cn" status="timeout",CCTV-11戏曲 (720p) [Not 24/7] @@ -305,6 +303,8 @@ http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227384/index.m3u8 #EXTINF:-1 tvg-id="CCTV11.cn" status="timeout",CCTV-11戏曲 (1080p) http://223.110.245.169/PLTV/4/224/3221227384/index.m3u8 +#EXTINF:-1 tvg-id="CCTV11.cn" status="timeout",CCTV-11戏曲 (1080p) +http://117.169.120.140:8080/live/cctv-11/.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="online",CCTV-12社会与法制 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225637/index.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="online",CCTV-12社会与法制 (1080p) @@ -385,13 +385,13 @@ https://news.cgtn.com/resource/live/russian/cgtn-r.m3u8 https://news.cgtn.com/resource/live/espanol/cgtn-e.m3u8 #EXTINF:-1 tvg-id="DragonTVInternational.cn" status="online",Dragon TV International (360p) http://210.210.155.37/x6bnqe/s/s29/index.m3u8 -#EXTINF:-1 tvg-id="ToonmaxTV.cn" status="online",Toonmax TV (576p) -http://210.210.155.37/qwr9ew/s/s50/index.m3u8 #EXTINF:-1 tvg-id="ToonmaxTV.cn" status="error",Toonmax TV (576p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s50/index.m3u8 +#EXTINF:-1 tvg-id="ToonmaxTV.cn" status="error",Toonmax TV (576p) +http://210.210.155.37/qwr9ew/s/s50/index.m3u8 #EXTINF:-1 tvg-id="TVS2.cn" status="timeout",TVS2 (576p) http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227005/index.m3u8 -#EXTINF:-1 tvg-id="XingKongInternational.cn" status="online",Xing Kong International (360p) +#EXTINF:-1 tvg-id="XingKongInternational.cn" status="error",Xing Kong International (360p) http://210.210.155.37/x6bnqe/s/s94/index2.m3u8 #EXTINF:-1 tvg-id="" status="timeout",BesTV超级 (576p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226942/index.m3u8 @@ -407,8 +407,6 @@ http://183.207.248.71/gitv/live1/CCTV-4/CCTV-4 http://39.134.115.163:8080/PLTV/88888910/224/3221225621/index.m3u8 #EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225621/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p) -http://117.169.120.140:8080/live/cctv-4/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) http://183.207.248.71/cntv/live1/cctv-4/cctv-4 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) @@ -421,6 +419,8 @@ http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227378/index.m3u8 http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225534/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) http://223.110.245.170/PLTV/3/224/3221225534/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) +http://117.169.120.140:8080/live/cctv-4/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=26&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) [Not 24/7] @@ -435,7 +435,7 @@ https://livees.cgtn.com/1000e/prog_index.m3u8 https://news.cgtn.com/resource/live/french/cgtn-f.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CHC动作电影 (1080p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=119&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="error",CNC中文 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",CNC中文 (720p) [Not 24/7] http://source07.v.news.cn/live/CNC_CN/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CNC英语 (720p) [Not 24/7] http://source07.v.news.cn/live/CNC_EN/playlist.m3u8 @@ -551,14 +551,14 @@ http://125.210.152.18:9090/live/DNWSHD_H265.m3u8 http://183.207.249.15/PLTV/4/224/3221225816/index.m3u8 #EXTINF:-1 tvg-id="" status="online",东南卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225657/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",东南卫视 (1080p) -http://117.169.120.140:8080/live/dongnanstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",东南卫视 (1080p) http://112.25.48.68/live/program/live/dnwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",东南卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=23&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",东南卫视 (1080p) http://223.110.254.205:6610/cntv/live1/n-dongnanstv/n-dongnanstv/1.m3u8 +#EXTINF:-1 tvg-id="" status="error",东南卫视 (1080p) +http://117.169.120.140:8080/live/dongnanstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",东南卫视 (1080p) [Not 24/7] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=23&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",东乡电视台 @@ -653,7 +653,7 @@ http://220.180.110.101:8083/videos/live/39/13/o4ncrHkSp7q09/o4ncrHkSp7q09.m3u8 http://220.180.110.101:8083/videos/live/33/59/NC7XQdEveyncq/NC7XQdEveyncq.m3u8 #EXTINF:-1 tvg-id="" status="online",仙桃新聞綜合 (576p) http://221.233.242.239:280/live/71/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",仙桃生活文體 (576p) +#EXTINF:-1 tvg-id="" status="online",仙桃生活文體 (576p) http://221.233.242.239:280/live/72/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",优漫卡通 (576p) http://183.207.249.15/PLTV/4/224/3221225933/index.m3u8 @@ -689,12 +689,12 @@ http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221225836/index.m3u8 http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=17&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="online",内蒙古卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225667/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",内蒙古卫视 (576p) -http://117.169.120.140:8080/live/neimenggustv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",内蒙古卫视 (576p) http://183.207.248.71/gitv/live1/G_NEIMENGGU/G_NEIMENGGU #EXTINF:-1 tvg-id="" status="timeout",内蒙古卫视 (576p) http://223.110.245.173/PLTV/4/224/3221225836/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",内蒙古卫视 (576p) +http://117.169.120.140:8080/live/neimenggustv/.m3u8 #EXTINF:-1 tvg-id="" status="online",农安新闻综合 [Geo-blocked] http://stream2.jlntv.cn/naxw/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",凤凰中文 (240p) @@ -721,7 +721,7 @@ http://183.207.249.35/PLTV/3/224/3221226923/index.m3u8 http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8 #EXTINF:-1 tvg-id="" status="error",凤台文化生活 (576p) [Not 24/7] http://60.175.115.119:1935/live/wenhua/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",凤台综合 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",凤台综合 (576p) [Not 24/7] http://60.175.115.119:1935/live/zonghe/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",利川公共 (180p) [Not 24/7] http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w1847269952_b204800.m3u8 @@ -758,8 +758,6 @@ http://183.207.248.71/cntv/live1/HD-2500k-1080P-beijingstv/HD-2500k-1080P-beijin #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://183.207.249.7/PLTV/3/224/3221225574/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) -http://183.207.249.8/PLTV/3/224/3221225574/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://223.110.243.173/PLTV/3/224/3221227246/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://223.110.245.139/PLTV/4/224/3221227390/index.m3u8 @@ -771,6 +769,8 @@ http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227436/index.m3u8 http://223.110.245.173/PLTV/4/224/3221227390/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221225574/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",北京卫视 (1080p) +http://183.207.249.8/PLTV/3/224/3221225574/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) [Not 24/7] http://112.25.48.68/live/program/live/bjwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 [Not 24/7] @@ -855,12 +855,12 @@ http://125.210.152.18:9090/live/JLWSHD_H265.m3u8 http://112.25.48.68/live/program/live/jlws/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",吉林卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225680/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",吉林卫视 (576p) -http://117.169.120.140:8080/live/jilinstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",吉林卫视 (576p) http://183.207.249.7/PLTV/4/224/3221225883/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",吉林卫视 (576p) http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221225883/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",吉林卫视 (576p) +http://117.169.120.140:8080/live/jilinstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",吉林卫视 (720p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=25&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",吉林卫视 (720p) @@ -887,13 +887,13 @@ http://mobile.ccdntech.com/transcoder/_definst_/vod164_Live/live/playlist.m3u8 http://223.110.245.139/PLTV/4/224/3221227009/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",嘉佳卡通 (广东) (540p) [Not 24/7] http://112.25.48.68/live/program/live/jjkt/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",四川 Ⅰ 四川影视台 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",四川 Ⅰ 四川影视台 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv5/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",四川 Ⅰ 四川新闻台 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv4/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",四川 Ⅰ 巴中综合台 (1080p) [Not 24/7] http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_246.flv -#EXTINF:-1 tvg-id="" status="timeout",四川 Ⅰ 星空购物台 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",四川 Ⅰ 星空购物台 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv6/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",四川 Ⅰ 达州公共台 (720p) [Not 24/7] http://m3u8.channellive.dzxw.net/cms/videos/nmip-media/channellive/channel36/playlist.m3u8 @@ -923,7 +923,7 @@ http://scgctvshow.sctv.com/hdlive/sctv7/index.m3u8 http://stream2.jlntv.cn/sptv/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",国外MTV (720p) https://vcndstv.teleosmedia.com/stream/dstv/sunburn/seglist_720p.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",增城綜合 (1080p) +#EXTINF:-1 tvg-id="" status="online",增城綜合 (1080p) http://202.168.164.38:8083/videos/live/19/27/QEQXMtU5AUpwo/QEQXMtU5AUpwo.m3u8 #EXTINF:-1 tvg-id="" status="blocked",大冶一套 [Geo-blocked] http://dayeyun.live.tempsource.cjyun.org/videotmp/s10102-TC1T.m3u8 @@ -934,15 +934,11 @@ http://yunshangdawu.live.tempsource.cjyun.org/videotmp/s10129-dwzhpd.m3u8 #EXTINF:-1 tvg-id="" status="blocked",大爱海外 (720p) https://pulltv3.wanfudaluye.com/live/tv3.m3u8 #EXTINF:-1 tvg-id="" status="timeout",天津卫视 (576p) -http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225808/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",天津卫视 (576p) http://183.207.249.12/PLTV/4/224/3221225808/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",天津卫视 (576p) +http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225808/index.m3u8 #EXTINF:-1 tvg-id="" status="online",天津卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225698/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",天津卫视 (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225739/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",天津卫视 (1080p) -http://117.169.120.140:8080/live/hdtianjinstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",天津卫视 (1080p) http://112.25.48.68/live/program/live/tjwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",天津卫视 (1080p) @@ -959,6 +955,10 @@ http://223.110.245.155/ott.js.chinamobile.com/PLTV/3/224/3221227382/index.m3u8 http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221227407/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",天津卫视 (1080p) http://223.110.245.170/PLTV/3/224/3221227212/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",天津卫视 (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225739/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",天津卫视 (1080p) +http://117.169.120.140:8080/live/hdtianjinstv/.m3u8 #EXTINF:-1 tvg-id="" status="online",奇妙電視 (720p) http://media.fantv.hk/m3u8/archive/channel2_stream1.m3u8 #EXTINF:-1 tvg-id="" status="online",奥视卫星 (720p) [Not 24/7] @@ -974,8 +974,6 @@ http://112.25.48.68/live/program/live/nxws/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",宁夏卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225726/index.m3u8 #EXTINF:-1 tvg-id="" status="online",宁夏卫视 (576p) -http://117.169.120.140:8080/live/ningxiastv/.m3u8 -#EXTINF:-1 tvg-id="" status="online",宁夏卫视 (576p) http://183.207.248.11/PLTV/4/224/3221225842/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",宁夏卫视 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=120&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -983,6 +981,8 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=120&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",宁夏卫视 (576p) http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225842/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",宁夏卫视 (576p) +http://117.169.120.140:8080/live/ningxiastv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",宁夏卫视 (576p) [Not 24/7] http://183.207.248.71/gitv/live1/G_NINGXIA/G_NINGXIA #EXTINF:-1 tvg-id="" status="blocked",安徽 Ⅰ 淮北公共 (720p) @@ -1008,11 +1008,11 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225737/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",安徽卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=2&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",安徽卫视 (1080p) +http://183.207.249.15/PLTV/3/224/3221225634/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",安徽卫视 (1080p) http://223.110.245.147/ott.js.chinamobile.com/PLTV/3/224/3221225634/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",安徽卫视 (1080p) http://223.110.254.203:6610/cntv/live1/HD-8000k-1080P-anhuistv/HD-8000k-1080P-anhuistv/1.m3u8 -#EXTINF:-1 tvg-id="" status="error",安徽卫视 (1080p) -http://183.207.249.15/PLTV/3/224/3221225634/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",安徽卫视 (1080p) [Not 24/7] http://zbbf2.ahtv.cn/live/749.m3u8 #EXTINF:-1 tvg-id="" status="timeout",安徽卫视 (1080p) [Not 24/7] @@ -1059,8 +1059,6 @@ http://125.210.152.18:9090/live/SDWSHD_H265.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225697/index.m3u8 #EXTINF:-1 tvg-id="" status="online",山东卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225738/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",山东卫视 (1080p) -http://117.169.120.140:8080/live/hdshandongstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=39&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) @@ -1073,6 +1071,8 @@ http://223.110.245.139/PLTV/4/224/3221227448/index.m3u8 http://223.110.254.207:6610/cntv/live1/HD-2500k-1080P-shandongstv/HD-2500k-1080P-shandongstv/1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227258/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) +http://117.169.120.140:8080/live/hdshandongstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=39&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="blocked",山东少儿 (406p) [Geo-blocked] @@ -1095,15 +1095,15 @@ http://stream.sxsztv.com/live4/sd/live.m3u8 http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=55&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="online",山西卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225730/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",山西卫视 (576p) -http://117.169.120.140:8080/live/shanxistv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",山西卫视 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=144&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= +#EXTINF:-1 tvg-id="" status="timeout",山西卫视 (576p) +http://117.169.120.140:8080/live/shanxistv/.m3u8 #EXTINF:-1 tvg-id="" status="online",岳阳公共 (576p) http://live.hnxttv.com:9601/live/dspd/800K/tzwj_video.m3u8?BVUUID=C236454D-5355-2F5F-FA96-1887C72E55CE&auth=654837809071524@615@2E9A5FD0B225B012E3178551CF3754A8 #EXTINF:-1 tvg-id="" status="timeout",岷县电视台 (1080p) http://117.156.28.119/270000001111/1110000130/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",嵊州综合 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",嵊州综合 (720p) [Not 24/7] http://l.cztvcloud.com/channels/lantian/SXshengzhou1/720p.m3u8 #EXTINF:-1 tvg-id="" status="timeout",已下线 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=44&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -1111,7 +1111,7 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_247.m3u8 #EXTINF:-1 tvg-id="" status="blocked",巴中综合 (1080p) [Not 24/7] http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_246.m3u8 -#EXTINF:-1 tvg-id="" status="online",平乡电视台 (576p) +#EXTINF:-1 tvg-id="" status="timeout",平乡电视台 (576p) http://hbpx.chinashadt.com:2036/live/px1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",广东 ‖ 清新综合台 (1080p) http://hls.wiseqx.com/live/qxzh.m3u8 @@ -1187,7 +1187,7 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225731/index.m3u8 http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=138&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",康巴卫视 (576p) http://223.110.245.139/PLTV/4/224/3221227008/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",康巴卫视 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",康巴卫视 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/kangba/1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",延边卫视 (576p) http://223.110.245.139/PLTV/4/224/3221227002/index.m3u8 @@ -1203,7 +1203,7 @@ http://stream2.jlntv.cn/jlyb/sd/live.m3u8 http://live.dxhmt.cn:9081/tv/11003-1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",弈坛春秋 (576p) http://223.110.245.139/PLTV/4/224/3221227031/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",张家口一套 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",张家口一套 (720p) [Not 24/7] http://nlive.zjkgdcs.com:8091/live/xwzhpd.m3u8 #EXTINF:-1 tvg-id="" status="online",张家港新闻综合 (720p) http://3gvod.zjgonline.com.cn:1935/live/xinwenzonghe2/playlist.m3u8 @@ -1221,7 +1221,7 @@ http://183.207.249.7/PLTV/3/224/3221225949/index.m3u8 http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225949/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州-4 (1080p) http://183.207.249.15/PLTV/3/224/3221225951/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",徐州公共頻道 (720p) +#EXTINF:-1 tvg-id="" status="error",徐州公共頻道 (720p) http://stream1.huaihai.tv/ggpd/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",徐州公共頻道 (1080p) http://183.207.248.11/PLTV/3/224/3221225951/index.m3u8 @@ -1229,17 +1229,17 @@ http://183.207.248.11/PLTV/3/224/3221225951/index.m3u8 http://stream1.huaihai.tv/wyys/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",徐州新聞綜合 (720p) http://stream1.huaihai.tv/xwzh/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",徐州新聞綜合 (1080p) -http://183.207.248.11/PLTV/3/224/3221225945/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州新聞綜合 (1080p) http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225945/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",徐州生活 (240p) +#EXTINF:-1 tvg-id="" status="error",徐州新聞綜合 (1080p) +http://183.207.248.11/PLTV/3/224/3221225945/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",徐州生活 (240p) http://stream1.huaihai.tv/jjsh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州經濟生活 (1080p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221225947/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州贾汪旅游 (576p) http://223.110.245.147/ott.js.chinamobile.com/PLTV/3/224/3221227389/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",忍者神龟 (480p) +#EXTINF:-1 tvg-id="" status="online",忍者神龟 (480p) http://www.alibabapictures.com/movies/shenggui/poyingerchu.mp4 #EXTINF:-1 tvg-id="" status="error",房山电视台 (576p) https://live.funhillrm.com/2/playlist.m3u8 @@ -1301,11 +1301,11 @@ http://223.110.243.136/PLTV/3/224/3221225523/index.m3u8 http://livehyw5.chinamcache.com/hyw/zb12.m3u8 #EXTINF:-1 tvg-id="" status="blocked",新疆汉语信息服务 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb11.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",新疆汉语综艺 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="timeout",新疆汉语综艺 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb04.m3u8 -#EXTINF:-1 tvg-id="" status="online",新郑综合 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",新郑综合 (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/10184-1.m3u8 -#EXTINF:-1 tvg-id="" status="online",旺苍新闻 (528p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",旺苍新闻 (528p) [Not 24/7] http://3g.dzsm.com/streamer/gycttv.m3u8 #EXTINF:-1 tvg-id="" status="timeout",明珠台 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=12&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -1345,7 +1345,7 @@ http://stream.zzgd.tv/3/sd/live.m3u8 http://stream.zzgd.tv/2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",武汉外语 (576p) http://stream.appwuhan.com/6tzb/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",武汉文体 (480p) +#EXTINF:-1 tvg-id="" status="timeout",武汉文体 (480p) http://stream.appwuhan.com/5tzb/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",武汉经济 (360p) http://stream.appwuhan.com/4tzb/sd/live.m3u8 @@ -1421,7 +1421,7 @@ http://125.210.152.18:9090/live/JXWSHD_H265.m3u8 http://183.207.248.71/gitv/live1/JXWS/JXWS #EXTINF:-1 tvg-id="" status="timeout",江西卫视 (576p) http://183.207.249.15/PLTV/4/224/3221225798/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",江西卫视 (720p) +#EXTINF:-1 tvg-id="" status="timeout",江西卫视 (720p) http://117.169.120.140:8080/live/jiangxistv/.m3u8 #EXTINF:-1 tvg-id="" status="online",江西卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225705/index.m3u8 @@ -1459,21 +1459,21 @@ http://125.210.152.18:9090/live/HBWSHD_H265.m3u8 http://112.25.48.68/live/program/live/hbws/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",河北卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225732/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",河北卫视 (576p) -http://hbpx.chinashadt.com:2036/live/px4.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北卫视 (576p) http://183.207.248.71/gitv/live1/G_HEBEI/G_HEBEI #EXTINF:-1 tvg-id="" status="timeout",河北卫视 (576p) http://223.110.245.149/ott.js.chinamobile.com/PLTV/3/224/3221225840/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",河北卫视 (576p) +http://hbpx.chinashadt.com:2036/live/px4.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=45&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="online",河北少儿科教 (540p) +#EXTINF:-1 tvg-id="" status="timeout",河北少儿科教 (540p) http://live6.plus.hebtv.com/sekjx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",河北影视剧 (540p) http://live6.plus.hebtv.com/hbysx/hd/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北经济生活 (540p) [Not 24/7] http://live2.plus.hebtv.com/jjshx/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",河北都市 (240p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",河北都市 (240p) [Not 24/7] http://live3.plus.hebtv.com/hbdsx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河南卫视 (540p) http://112.25.48.68/live/program/live/hnws/1300000/mnf.m3u8 @@ -1581,7 +1581,7 @@ http://183.207.248.11/PLTV/4/224/3221225810/index.m3u8 http://livelyws.chinamcache.com/lyws/zb01.m3u8?auth_key=1593241343-0-0-90b80e74457c94b2015f9428a1cb9b0e #EXTINF:-1 tvg-id="" status="timeout",海南卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=114&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="online",海南州藏語頻道 (480p) +#EXTINF:-1 tvg-id="" status="timeout",海南州藏語頻道 (480p) http://live.hnzzzzzdst.com/channel1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",海盐新闻 (720p) http://haiyan.liveyun.hoge.cn/xwpd/sd/live.m3u8 @@ -1595,8 +1595,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225700/index.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225741/index.m3u8 #EXTINF:-1 tvg-id="" status="online",深圳卫视 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225741/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",深圳卫视 (1080p) -http://117.169.120.140:8080/live/hdshenzhenstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) http://39.134.39.39/PLTV/88888888/224/3221226199/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) @@ -1611,6 +1609,8 @@ http://183.207.249.37/PLTV/4/224/3221227307/index.m3u8 http://223.110.243.171/PLTV/3/224/3221227217/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) http://223.110.245.139/PLTV/4/224/3221227307/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) +http://117.169.120.140:8080/live/hdshenzhenstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/HD-2500k-1080P-shenzhenstv/HD-2500k-1080P-shenzhenstv #EXTINF:-1 tvg-id="" status="online",深州綜合頻道 (360p) [Not 24/7] @@ -1626,7 +1626,7 @@ http://183.207.249.16/PLTV/4/224/3221225877/index.m3u8 #EXTINF:-1 tvg-id="" status="online",湖北卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225699/index.m3u8 #EXTINF:-1 tvg-id="" status="online",湖北卫视 (1080p) -http://117.169.120.140:8080/live/hdhubeistv/.m3u8 +http://39.134.115.163:8080/PLTV/88888910/224/3221225740/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=18&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (1080p) @@ -1642,7 +1642,7 @@ http://223.110.254.136:6610/cntv/live1/HD-2500k-1080P-hubeistv/HD-2500k-1080P-hu #EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227565/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225740/index.m3u8 +http://117.169.120.140:8080/live/hdhubeistv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",湖南先锋乒羽 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=72&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",湖南卫视 @@ -1703,7 +1703,7 @@ http://hblxx.chinashadt.com:2036/live/stream:lx1.stream/playlist.m3u8 http://hblxx.chinashadt.com:2036/live/stream:lx2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",滨州公共电视剧 (576p) http://stream.bzcm.net/1/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",滨州新闻综合 (576p) +#EXTINF:-1 tvg-id="" status="timeout",滨州新闻综合 (576p) http://stream.bzcm.net/2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",滨州测试 (576p) http://stream.bzcm.net/4/sd/live.m3u8 @@ -1753,12 +1753,12 @@ https://hls.gstv.com.cn/49048r/3t5xyc.m3u8 http://112.25.48.68/live/program/live/gsws/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",甘肃卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225724/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",甘肃卫视 (576p) -http://117.169.120.140:8080/live/gansustv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=142&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) http://183.207.248.71/gitv/live1/G_GANSU/G_GANSU +#EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) +http://117.169.120.140:8080/live/gansustv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) [Not 24/7] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=142&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (1080p) @@ -1908,16 +1908,16 @@ http://stream2.xiancity.cn/xatv2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",西藏卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225723/index.m3u8 #EXTINF:-1 tvg-id="" status="online",西藏卫视 (576p) -http://117.169.120.140:8080/live/xizangstv/.m3u8 -#EXTINF:-1 tvg-id="" status="online",西藏卫视 (576p) http://media.vtibet.com/masvod/HLSLive/9/hanyuTV_q1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",西藏卫视 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=208&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",西藏卫视 (576p) http://183.207.249.16/PLTV/3/224/3221225523/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",西藏卫视 (576p) +http://117.169.120.140:8080/live/xizangstv/.m3u8 #EXTINF:-1 tvg-id="" status="online",西藏藏語 (576p) http://media.vtibet.com/masvod/HLSLive/7/zangyuTV_q1.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",西青新闻综合 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",西青新闻综合 (1080p) [Not 24/7] http://221.238.209.44:81/hls/live1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",贵州卫视 (360p) http://125.210.152.18:9090/live/GZWSHD_H265.m3u8 @@ -1931,7 +1931,7 @@ http://223.110.245.149/ott.js.chinamobile.com/PLTV/3/224/3221225787/index.m3u8 http://hbzx.chinashadt.com:2036/zhibo/stream:zx1.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",赵县电视一套 (576p) http://hbzx.chinashadt.com:2036/zhibo/stream:zx1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",赵县电视二套 (360p) +#EXTINF:-1 tvg-id="" status="online",赵县电视二套 (360p) http://hbzx.chinashadt.com:2036/zhibo/stream:zx2.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",赵县电视二套 (576p) http://hbzx.chinashadt.com:2036/zhibo/stream:zx2.stream/playlist.m3u8 @@ -2045,9 +2045,9 @@ http://ahhs.chinashadt.com:1936/live/stream:hs1.stream/playlist.m3u8 http://hbbz.chinashadt.com:2036/live/stream:bzgg.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",霸州少兒頻道 (576p) [Not 24/7] http://hbbz.chinashadt.com:2036/live/stream:bzse.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",霸州文化頻道 (576p) +#EXTINF:-1 tvg-id="" status="timeout",霸州文化頻道 (576p) http://hbbz.chinashadt.com:2036/live/stream:bzwh.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",霸州新聞頻道 (576p) +#EXTINF:-1 tvg-id="" status="online",霸州新聞頻道 (576p) http://hbbz.chinashadt.com:2036/live/stream:bzxw.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",青州文化旅游 (576p) http://sdqz.chinashadt.com:2036/live/stream:3.stream/playlist.m3u8 @@ -2083,7 +2083,7 @@ http://l.cztvcloud.com/channels/lantian/SXyuyao2/720p.m3u8 http://117.156.28.119/270000001111/1110000146/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",高清电影 (1080p) http://39.134.19.76/dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226463/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",鹤壁新闻综合 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",鹤壁新闻综合 (480p) [Not 24/7] http://pili-live-hls.hebitv.com/hebi/hebi.m3u8 #EXTINF:-1 tvg-id="" status="blocked",鹤峰综合 [Geo-blocked] http://hefeng.live.tempsource.cjyun.org/videotmp/s10100-hftv.m3u8 @@ -2105,7 +2105,7 @@ http://183.207.248.71/gitv/live1/G_HEILONGJIANG/G_HEILONGJIANG http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227492/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",黑龙江 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227252/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",黑龙江卫 (1080p) +#EXTINF:-1 tvg-id="" status="error",黑龙江卫 (1080p) http://183.207.248.71/cntv/live1/HD-2500k-1080P-heilongjiangstv/HD-2500k-1080P-heilongjiangstv #EXTINF:-1 tvg-id="" status="timeout",黑龙江卫视 (576p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=27&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -2114,10 +2114,10 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225690/index.m3u8 #EXTINF:-1 tvg-id="" status="online",黑龙江卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225736/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",黑龙江卫视 (1080p) -http://183.207.249.36/PLTV/4/224/3221227323/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",黑龙江卫视 (1080p) http://223.110.254.143:6610/cntv/live1/HD-8000k-1080P-heilongjiangstv/HD-8000k-1080P-heilongjiangstv/1.m3u8 -#EXTINF:-1 tvg-id="" status="error",黑龙江台 +#EXTINF:-1 tvg-id="" status="error",黑龙江卫视 (1080p) +http://183.207.249.36/PLTV/4/224/3221227323/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",黑龙江台 http://stream3.hljtv.com/hljws2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="error",黑龙江新闻法治 http://stream3.hljtv.com/hljxw2/sd/live.m3u8 diff --git a/streams/co.m3u b/streams/co.m3u index f70713719..8dfd124f1 100644 --- a/streams/co.m3u +++ b/streams/co.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AcuarioTelevision.co" status="online",Acuario Televisión (Rionegro | Antioquia) +#EXTINF:-1 tvg-id="AcuarioTelevision.co" status="error",Acuario Televisión (Rionegro | Antioquia) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/canalacuario #EXTINF:-1 tvg-id="Amordiscos.co" status="timeout",Amordiscos (480p) https://5b464b69d264e.streamlock.net/Channels_live/ngrp:amordiscos_all/playlist.m3u8 @@ -17,7 +17,7 @@ https://5ea86ddd14ce7.streamlock.net/live/cable09061970/playlist.m3u8 https://5ab772334c39c.streamlock.net/live-calitv/calitv1/playlist.m3u8 #EXTINF:-1 tvg-id="CampoTelevision.co" status="online",Campo Televisión (Santa Marta) https://video17.virtualtronics.com/streamer/canalcampotv.m3u8 -#EXTINF:-1 tvg-id="Canal1.co" status="online",Canal 1 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="Canal1.co" status="blocked",Canal 1 (1080p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5a5e1c2568b1910913db5fe2.m3u8 #EXTINF:-1 tvg-id="Canal2Alpavision.co" status="online",Canal 2 Alpavisión (Neiva | Huila) (720p) [Not 24/7] https://stmv1.voxtvhd.com.br/alpavision/alpavision/playlist.m3u8 @@ -25,14 +25,14 @@ https://stmv1.voxtvhd.com.br/alpavision/alpavision/playlist.m3u8 https://stmv2.voxtvhd.com.br/canalccali/canalccali/playlist.m3u8 #EXTINF:-1 tvg-id="CanalDoce.co" status="online",Canal Doce https://api.new.livestream.com/accounts/27724665/events/8376416/live.m3u8 -#EXTINF:-1 tvg-id="CanalDos.co" status="error",Canal Dos (Yopal | Casanare) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalDos.co" status="timeout",Canal Dos (Yopal | Casanare) (720p) [Not 24/7] http://131.221.42.25:1935/streaming/canal2/playlist.m3u8 #EXTINF:-1 tvg-id="CanalInstitucionalTV.co" status="online",Canal Institucional https://streaming.rtvc.gov.co/TV_CanalInstitucional_live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalNets.co" status="online",Canal Nets -https://video.ejeserver.com/live/nets.m3u8 -#EXTINF:-1 tvg-id="CanalNets.co" status="timeout",Canal Nets [Not 24/7] +#EXTINF:-1 tvg-id="CanalNets.co" status="error",Canal Nets [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCfZ9c1Beo5LipWUXM7zYMuQ/live +#EXTINF:-1 tvg-id="CanalNets.co" status="error",Canal Nets +https://video.ejeserver.com/live/nets.m3u8 #EXTINF:-1 tvg-id="CanalPyC.co" status="online",Canal PyC [Not 24/7] http://66.240.236.26:1935/canalpycvivo/canalpycvivo/canalpycvivo/playlist.m3u8 #EXTINF:-1 tvg-id="CanalSonTV.co" status="online",Canal Son TV (720p) [Not 24/7] @@ -71,7 +71,7 @@ https://mdstrm.com/live-stream-playlist/58dc3d471cbe05ff3c8e463e.m3u8 https://live-edge-bhs-1.cdn.enetres.net/184784E1D210401F8041E3E1266822CC021/playlist.m3u8 #EXTINF:-1 tvg-id="SenalColombia.co" status="online",Señal Colombia (1080p) https://streaming.rtvc.gov.co/TV_Senal_Colombia_live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="SuramTV.co" status="error",Suram TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SuramTV.co" status="online",Suram TV (1080p) [Not 24/7] https://livetv.305streamhd.com:3111/multi_live/play.m3u8 #EXTINF:-1 tvg-id="TDIColombia.co" status="online",TDI Colombia (720p) [Not 24/7] https://play.amelbasoluciones.co:3971/live/tdicolombiatvlive.m3u8 diff --git a/streams/cr.m3u b/streams/cr.m3u index f369fdbab..8bf249870 100644 --- a/streams/cr.m3u +++ b/streams/cr.m3u @@ -19,7 +19,7 @@ https://api.new.livestream.com/accounts/ejtvla/events/2294538/live.m3u8 https://www.livestreamcdn.net:444/ExtremaTV/ExtremaTV/playlist.m3u8 #EXTINF:-1 tvg-id="FUTV.cr" status="error",FUTV http://190.83.119.67:8000/play/a0t3/index.m3u8 -#EXTINF:-1 tvg-id="Humor247.cr" status="error",Humor 24-7 (360p) +#EXTINF:-1 tvg-id="Humor247.cr" status="online",Humor 24-7 (360p) https://srv.panelcast.net/humor247/humor247/playlist.m3u8 #EXTINF:-1 tvg-id="NicoyaTV.cr" status="online",NicoyaTV (720p) [Not 24/7] https://59ef525c24caa.streamlock.net/nicoyatv/nicoyatv/playlist.m3u8 @@ -27,7 +27,7 @@ https://59ef525c24caa.streamlock.net/nicoyatv/nicoyatv/playlist.m3u8 http://186.15.50.30:8080/hls/smotv.m3u8 #EXTINF:-1 tvg-id="TeleredTelevision.cr" status="online",Telered Television (720p) [Not 24/7] http://k4.usastreams.com/ARBtv/teleplus/playlist.m3u8 -#EXTINF:-1 tvg-id="Telesistema.cr" status="blocked",Telesistema (486p) +#EXTINF:-1 tvg-id="Telesistema.cr" status="online",Telesistema (486p) https://59ef525c24caa.streamlock.net/ARBtv/ARBtv/playlist.m3u8 #EXTINF:-1 tvg-id="TeleSURCostaRica.cr" status="online",TeleSUR Costa Rica (720p) [Not 24/7] http://k3.usastreams.com/telesur/telesur/playlist.m3u8 @@ -39,7 +39,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid http://tv.teleunotv.cr:1935/TVUNO/TVUNO/playlist.m3u8 #EXTINF:-1 tvg-id="TVN14.cr" status="online",Canal 14 San Carlos (720p) http://tvn.obix.tv:1935/TVN/CH14.stream_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="TVSurCanal9.cr" status="online",TV Sur Canal 9 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSurCanal9.cr" status="error",TV Sur Canal 9 (480p) [Not 24/7] http://tv.ticosmedia.com:1935/TVSUR/TVSUR/playlist.m3u8 #EXTINF:-1 tvg-id="TVSurCanal14.cr" status="online",TV Sur Canal 14 (720p) https://5bf8041cb3fed.streamlock.net/TVSURCANAL14/TVSURCANAL14/playlist.m3u8 diff --git a/streams/de.m3u b/streams/de.m3u index 86fc29ca7..848b8c75d 100644 --- a/streams/de.m3u +++ b/streams/de.m3u @@ -46,9 +46,9 @@ http://tv.artcom-venture.de:1322/dmf/tv.m3u8 #EXTINF:-1 tvg-id="DeutschesMusikFernsehen.de" status="timeout",Deutsches Musik Fernsehen (720p) [Not 24/7] https://tv.artcom-venture.de/dmf/tv.m3u8 #EXTINF:-1 tvg-id="DWArabic.de" status="online",DW Arabic (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/dwarabic/live -#EXTINF:-1 tvg-id="DWArabic.de" status="online",DW Arabic (1080p) https://dwamdstream103.akamaized.net/hls/live/2015526/dwstream103/index.m3u8 +#EXTINF:-1 tvg-id="DWArabic.de" status="timeout",DW Arabic (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/dwarabic/live #EXTINF:-1 tvg-id="DWDeutsch.de" status="blocked",DW Deutsch (1080p) [Geo-blocked] https://dwamdstream106.akamaized.net/hls/live/2017965/dwstream106/index.m3u8 #EXTINF:-1 tvg-id="DWDeutschPlus.de" status="blocked",DW Deutsch+ (1080p) [Geo-blocked] @@ -149,7 +149,7 @@ https://s.ok54.de/mok-gi/mok-gi/playlist.m3u8 https://s.ok54.de/abr_okkl/webstream/playlist.m3u8 #EXTINF:-1 tvg-id="OKKassel.de" status="online",OK Kassel (720p) [Not 24/7] https://s.ok54.de/mok-ks/kassel/playlist.m3u8 -#EXTINF:-1 tvg-id="OKLudwigshafen.de" status="error",OK Ludwigshafen (720p) [Not 24/7] +#EXTINF:-1 tvg-id="OKLudwigshafen.de" status="online",OK Ludwigshafen (720p) [Not 24/7] https://s.ok54.de/oklu/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="OKMagdeburg.de" status="online",OK Magdeburg (1080p) http://58bd5b7a98e04.streamlock.net/medienasa-live/ok-magdeburg_high/playlist.m3u8 @@ -265,10 +265,10 @@ https://586fb512206e4.streamlock.net/rheinmaintv-live/_definst_/mp4:livestream/p https://rnf.iptv-playoutcenter.de/rnf/rnf.stream_1/playlist.m3u8 #EXTINF:-1 tvg-id="RockAntenne.de" status="online",Rock Antenne [Not 24/7] https://stream.rockantenne.de/rockantenne/stream/mp3 +#EXTINF:-1 tvg-id="RocklandTV.de" status="online",Rockland TV (720p) [Not 24/7] +http://player-api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8 #EXTINF:-1 tvg-id="RocklandTV.de" status="blocked",Rockland TV (720p) [Not 24/7] http://api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8 -#EXTINF:-1 tvg-id="RocklandTV.de" status="blocked",Rockland TV (720p) [Not 24/7] -http://player-api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8 #EXTINF:-1 tvg-id="RWEErfurt.de" status="online",RWE Erfurt (1080p) https://stream.keyweb.org:8085/hls/rwetv.m3u8 #EXTINF:-1 tvg-id="SaarlandFernsehen1.de" status="online",Saarland Fernsehen 1 (1080p) diff --git a/streams/de_adultswim.m3u b/streams/de_adultswim.m3u index 035780399..555da3615 100644 --- a/streams/de_adultswim.m3u +++ b/streams/de_adultswim.m3u @@ -3,7 +3,7 @@ https://adultswim-vodlive.cdn.turner.com/live/aqua-teen/stream_de.m3u8 #EXTINF:-1 tvg-id="AdultSwimBlackJesus.us" status="online",Adult Swim Black Jesus (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/black-jesus/stream_de.m3u8 -#EXTINF:-1 tvg-id="AdultSwimChannel5.us" status="online",Adult Swim Channel 5 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="AdultSwimChannel5.us" status="timeout",Adult Swim Channel 5 (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/channel-5/stream_de.m3u8 #EXTINF:-1 tvg-id="AdultSwimDreamCorpLLC.us" status="online",Adult Swim Dream Corp LLC (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/DREAM-CORP-LLC/stream.m3u8 diff --git a/streams/de_pluto.m3u b/streams/de_pluto.m3u index a1ba4f5b3..b2665449e 100644 --- a/streams/de_pluto.m3u +++ b/streams/de_pluto.m3u @@ -11,10 +11,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b551dd https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b60419becf60008c841fd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b60419becf60008c841fd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ebc579c0-0712-11eb-97af-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="BlazeunddieMonsterMaschinenNickGermany.de" status="online",Pluto TV Blaze Nick (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b60419becf60008c841fd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="BluesCluesGermany.de" status="online",Pluto TV Blue's Clues Nick (480p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b564ff59d130007363823/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BluesCluesGermany.de" status="online",Pluto TV Blue's Clues Nick (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b564ff59d130007363823/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b564ff59d130007363823&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=29e99f3f-0713-11eb-a59f-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="BluesCluesGermany.de" status="online",Pluto TV Blue's Clues Nick (480p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b564ff59d130007363823/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="EmmaeinfachmagischNickGermany.de" status="online",Pluto TV Nick Emma einfach magisch! (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4796368174910007756454/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f4796368174910007756454&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=db62fa8b-15bd-11eb-bde1-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="EmmaeinfachmagischNickGermany.de" status="online",Pluto TV Nick Emma einfach magisch! (720p) @@ -40,11 +40,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8c4c3f1 #EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b4889bca2ce7b73ef2e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767b4889bca2ce7b73ef2e&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=303&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767857f65029ce2385b217/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMoviesGermany.de" status="online",Pluto TV Movies (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c5c3b948002db3c3e0b262e&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=50&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMoviesGermany.de" status="online",Pluto TV Movies CH (720p) @@ -53,12 +53,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2bdfec https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf325764025859afdd6c4d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5caf325764025859afdd6c4d&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=2&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms+ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cd149f021cb6c55e258bbe8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5cd149f021cb6c55e258bbe8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=375760ce-ac7c-4306-818c-98562edc8da5&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms (Germany) (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767ab2b456c8cf265ce921&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=405&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d767ab2b456c8cf265ce921&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=7e35daaa-06ef-11eb-9df2-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms (Germany) (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767ab2b456c8cf265ce921&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=405&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d00e8adaab96b5635b2a005&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=248&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (720p) [Not 24/7] @@ -72,9 +72,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0d668b8 #EXTINF:-1 tvg-id="" status="online",Pluto TV Animals (Germany) (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767ae7b456c8cf265ce922&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=301&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central (Made in Germany) (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4948418101147596fd6c5a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d4948418101147596fd6c5a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=91083755-0728-11eb-aeab-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central (Made in Germany) (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4948418101147596fd6c5a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central (Made in Germany) (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4948418101147596fd6c5a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d4948418101147596fd6c5a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=91083755-0728-11eb-aeab-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central (Made in Germany)+ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b8923fc302800079e4f4f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e7b8923fc302800079e4f4f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ee59b770-663e-4463-bf9b-3f7c374fbc39&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV HISTORY (Germany) (720p) diff --git a/streams/dj.m3u b/streams/dj.m3u index 4d6ad0beb..1df726639 100644 --- a/streams/dj.m3u +++ b/streams/dj.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="online",RTD +#EXTINF:-1 tvg-id="" status="timeout",RTD http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RTDTELEDJIBOUTI/live diff --git a/streams/dk.m3u b/streams/dk.m3u index 3eb9947e1..753687495 100644 --- a/streams/dk.m3u +++ b/streams/dk.m3u @@ -17,7 +17,7 @@ https://live.tv2bornholm.dk/stream/live/playlist.m3u8 https://cdnapisec.kaltura.com/p/1966291/sp/196629100/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/uiConfId/30288171/a.m3u8 #EXTINF:-1 tvg-id="TV2Fyn.dk" status="online",TV2 Fyn (270p) [Not 24/7] https://cdnapisec.kaltura.com/p/1966291/sp/1966291/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/flavorId/0_8g29e3jz/name/a.mp4/index.m3u8 -#EXTINF:-1 tvg-id="TV2Lorry.dk" status="online",TV2/Lorry (720p) +#EXTINF:-1 tvg-id="TV2Lorry.dk" status="error",TV2/Lorry (720p) https://cdnapisec.kaltura.com/p/2045321/sp/204532100/playManifest/entryId/1_2kojfk4m/format/applehttp/protocol/https/uiConfId/32599481/a.m3u8 #EXTINF:-1 tvg-id="TV2Ostjylland.dk" status="online",TV2/Østjylland (720p) https://cdnapisec.kaltura.com/p/2102081/sp/2102081/playManifest/entryId/0_x4p3licd/flavorIds/0_pcvatr5k,0_aezqkdsi,0_dkeq429y,0_99pivdxs/deliveryProfileId/10552/protocol/https/format/applehttp/a.m3u8 diff --git a/streams/do.m3u b/streams/do.m3u index cfcbd0f65..c58e26fe4 100644 --- a/streams/do.m3u +++ b/streams/do.m3u @@ -29,13 +29,13 @@ http://50.30.37.36:1935/live/smil:MyStream.smil/playlist.m3u8 http://50.30.37.36:1935/live/stream/playlist.m3u8 #EXTINF:-1 tvg-id="ConstanzaTV.do" status="online",ConstanzaTV https://ss9.domint.net:3026/ctv8_str/contanzatv/playlist.m3u8 -#EXTINF:-1 tvg-id="CotubanamaTV.do" status="online",Cotubanama TV +#EXTINF:-1 tvg-id="CotubanamaTV.do" status="error",Cotubanama TV https://cdn4.hostlagarto.com:8081/static/cotubanamatv/playlist.m3u8 #EXTINF:-1 tvg-id="CromTV.do" status="online",CromTV https://cdn4.hostlagarto.com:8081/static/cromtv/playlist.m3u8 #EXTINF:-1 tvg-id="DANTV.do" status="online",DAN TV (720p) [Not 24/7] http://cm.hostlagarto.com:8081/Punaltv/punaltvHD.myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="Digital15.do" status="online",Digital 15 (1080p) +#EXTINF:-1 tvg-id="Digital15.do" status="timeout",Digital 15 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://livestream.com/accounts/27456795/events/8268514/player #EXTINF:-1 tvg-id="Digital809TV.do" status="online",Digital809 TV https://inliveserver.com:1936/digital809tv/digital809tv/playlist.m3u8 @@ -43,7 +43,7 @@ https://inliveserver.com:1936/digital809tv/digital809tv/playlist.m3u8 https://vdo1.streamgato.us:3014/live/ecovisionlive.m3u8 #EXTINF:-1 tvg-id="entelevision.do" status="online",Entelevisión https://video.misistemareseller.com/entelevision/entelevision/playlist.m3u8 -#EXTINF:-1 tvg-id="Farovision.do" status="error",Farovisión +#EXTINF:-1 tvg-id="Farovision.do" status="online",Farovisión https://5790d294af2dc.streamlock.net/8128/8128/playlist.m3u8 #EXTINF:-1 tvg-id="FuegoTV.do" status="online",Fuego TV (720p) [Not 24/7] https://video.misistemareseller.com/Fuegotv/Fuegotv/playlist.m3u8 @@ -53,15 +53,15 @@ https://vdo1.streamgato.us:3839/live/galaxiatvlive.m3u8 https://ss2.domint.net:3200/gdm_str/gdmtv/playlist.m3u8 #EXTINF:-1 tvg-id="GuacaraTV.do" status="online",Guacara TV https://cloudflare.streamgato.us:3180/live/guacaratvlive.m3u8 -#EXTINF:-1 tvg-id="HermanasMirabalTV.do" status="blocked",Hermanas Mirabal TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HermanasMirabalTV.do" status="online",Hermanas Mirabal TV (720p) [Not 24/7] https://cm.hostlagarto.com:4445/Hmtv/hmtv.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="Hits360TV.do" status="online",Hits 360 TV (720p) [Not 24/7] http://cm.hostlagarto.com:8081/hits360tv/hits360HD.myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="HM.do" status="online",HM (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="HM.do" status="blocked",HM (720p) [Geo-blocked] http://cm.hostlagarto.com:8081/Hmtv/hmtv.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="ImagenUniversalTV.do" status="online",Imagen Universal TV https://imagenuniversaltv.net:3771/live/iutvlive.m3u8 -#EXTINF:-1 tvg-id="LaCaletaTV.do" status="online",La Caleta TV +#EXTINF:-1 tvg-id="LaCaletaTV.do" status="error",La Caleta TV https://cdn4.hostlagarto.com:8081/static/lacaletatv/playlist.m3u8 #EXTINF:-1 tvg-id="LAMIATV.do" status="timeout",LA MIA TV (720p) [Not 24/7] https://ss8.domint.net:3108/mia_str/lamiatv/playlist.m3u8 @@ -83,7 +83,7 @@ https://ss2.domint.net:3204/mitv_str/mitv/playlist.m3u8 https://cloudflare.streamgato.us:3044/live/morrotvlive.m3u8 #EXTINF:-1 tvg-id="Musavision.do" status="online",Musavisión https://cm.hostlagarto.com:4445/Musavisionhd/Musavisionhd/playlist.m3u8 -#EXTINF:-1 tvg-id="NaranjaTV.do" status="online",Naranja TV +#EXTINF:-1 tvg-id="NaranjaTV.do" status="error",Naranja TV https://cdn.streamingcpanel.com:3526/live/teleraiceslive.m3u8 #EXTINF:-1 tvg-id="NexxoTV.do" status="online",Nexxo TV https://streaming.ath.cx:1936/nexxotv/nexxotv/playlist.m3u8 @@ -95,7 +95,7 @@ https://ss3.domint.net:3134/otv_str/orbittv/playlist.m3u8 https://ss5.domint.net:3048/pvv_str/peravia/playlist.m3u8 #EXTINF:-1 tvg-id="PHTV.do" status="online",PHTV Canal 34 (720p) [Not 24/7] https://cm.hostlagarto.com:4445/phtv/Phtv.myStream/chunks.m3u8 -#EXTINF:-1 tvg-id="PuntaCanaTV.do" status="online",Punta Cana TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PuntaCanaTV.do" status="error",Punta Cana TV (720p) [Not 24/7] https://cdn4.hostlagarto.com:8081/static/puntacanatv/playlist.m3u8 #EXTINF:-1 tvg-id="ReadyTVCanal6.do" status="online",Ready TV Canal 6 (720p) [Not 24/7] http://190.103.183.24:1935/ReadyTV/ReadyHD/playlist.m3u8 @@ -105,7 +105,7 @@ https://ss2.domint.net:3202/rnn_str/canal27/playlist.m3u8 https://cdn4.hostlagarto.com:8081/static/sanisidrotv/playlist.m3u8 #EXTINF:-1 tvg-id="SenalesTV.do" status="error",Señales TV https://live.teledom.info:4000/live/senalestvlive.m3u8 -#EXTINF:-1 tvg-id="SensacionTV.do" status="error",Sensación TV +#EXTINF:-1 tvg-id="SensacionTV.do" status="online",Sensación TV https://ss5.domint.net:3002/stv_str/sensaciontv/playlist.m3u8 #EXTINF:-1 tvg-id="SiTV.do" status="online",SiTV (720p) http://190.122.104.221/Player/sitv.m3u8 @@ -151,7 +151,7 @@ http://newyorkstream.ddns.net:1935/telenord12/telenord12/playlist.m3u8 https://cdn5.streamgato.us:3315/live/telesantodomingolive.m3u8 #EXTINF:-1 tvg-id="TelesurCanal10.do" status="online",Telesur Canal (360p) [Not 24/7] https://ss3.domint.net:3124/tls_str/telesur/playlist.m3u8 -#EXTINF:-1 tvg-id="Teletur.do" status="online",Teletur +#EXTINF:-1 tvg-id="Teletur.do" status="error",Teletur https://cdn4.hostlagarto.com:8081/static/teletur/playlist.m3u8 #EXTINF:-1 tvg-id="Teleunion.do" status="online",Teleunion (480p) [Not 24/7] http://server3.prostudionetwork.com:1945/teleunion/TU/playlist.m3u8 @@ -177,7 +177,7 @@ http://190.103.183.24:1935/Vallevision/ValleHD/playlist.m3u8 https://streaming.telecablecentral.com.do/Vallevision/ValleHD/playlist.m3u8 #EXTINF:-1 tvg-id="Yunavision.do" status="online",Yunavisión https://ss9.domint.net:3036/yv_str/yunavision/playlist.m3u8 -#EXTINF:-1 tvg-id="Zol106.do" status="error",Zol106 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Zol106.do" status="online",Zol106 (720p) [Not 24/7] https://ss3.domint.net:3108/zol_str/vzol/playlist.m3u8 #EXTINF:-1 tvg-id="ZTV.do" status="online",ZTV (720p) [Not 24/7] https://lb00zdigital.streamprolive.com/mnt/hls/live.m3u8 diff --git a/streams/dz.m3u b/streams/dz.m3u index f926afbc8..691a7bc7c 100644 --- a/streams/dz.m3u +++ b/streams/dz.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlAnisTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Anis TV [Geo-blocked] +#EXTINF:-1 tvg-id="AlAnisTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Anis TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/El_Fhama_TV/playlist.m3u8 #EXTINF:-1 tvg-id="BahiaTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Bahia TV [Geo-blocked] @@ -12,15 +12,15 @@ https://live.creacast.com/cna/smil:cna.smil/playlist.m3u8 https://cdn02.hta.dz/abr_htatv/ECHOROUK_NEWS/playlist.m3u8 #EXTINF:-1 tvg-id="EchoroukNews.dz" status="timeout",Echorouk News (240p) [Not 24/7] http://echorouk-live-tv.dzsecurity.net:8081/echo/EchoroukNews/playlist.m3u8 -#EXTINF:-1 tvg-id="EchoroukTV.dz" status="blocked" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Echorouk TV (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="EchoroukTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Echorouk TV (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/Echorouk_TV_HD/playlist.m3u8 #EXTINF:-1 tvg-id="ElBilad.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Bilad [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/EL_BILAD/playlist.m3u8 -#EXTINF:-1 tvg-id="ElDjazairiaOne.dz" status="error",El Djazairia One [Geo-blocked] +#EXTINF:-1 tvg-id="ElDjazairiaOne.dz" status="blocked",El Djazairia One [Geo-blocked] https://cdn02.hta.dz/abr_htatv/EL_DJAZAIRIA_TV/playlist.m3u8 -#EXTINF:-1 tvg-id="ElDjazairN1.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] +#EXTINF:-1 tvg-id="ElDjazairN1.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/El_Djazair_N1/playlist.m3u8 #EXTINF:-1 tvg-id="ElFadjerTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Fadjr TV [Geo-blocked] @@ -29,7 +29,7 @@ https://cdn02.hta.dz/abr_htatv/EL_FADJR_TV_DZ/playlist.m3u8 #EXTINF:-1 tvg-id="ElHayatTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Hayat TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/EL_HAYAT_TV_ALGERIE/playlist.m3u8 -#EXTINF:-1 tvg-id="EnnaharTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Ennahar TV [Geo-blocked] +#EXTINF:-1 tvg-id="EnnaharTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Ennahar TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/ENNAHAR_TV/playlist.m3u8 #EXTINF:-1 tvg-id="SamiraTV.dz" status="blocked" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Samira TV [Geo-blocked] @@ -50,13 +50,13 @@ https://cdn02.hta.dz/abr_htatv/TV_4/playlist.m3u8 #EXTINF:-1 tvg-id="TV5.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV5 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_5/playlist.m3u8 -#EXTINF:-1 tvg-id="TV6.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV6 [Geo-blocked] +#EXTINF:-1 tvg-id="TV6.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV6 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_6_HD/playlist.m3u8 -#EXTINF:-1 tvg-id="TV7.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV7 Elmaarifa [Geo-blocked] +#EXTINF:-1 tvg-id="TV7.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV7 Elmaarifa [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV7_ELMAARIFA/playlist.m3u8 -#EXTINF:-1 tvg-id="TV8.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV8 Edhakira [Geo-blocked] +#EXTINF:-1 tvg-id="TV8.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV8 Edhakira [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV8_EDHAKIRA/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",AL24 News diff --git a/streams/ec.m3u b/streams/ec.m3u index 37d9cc029..456fea973 100644 --- a/streams/ec.m3u +++ b/streams/ec.m3u @@ -1,11 +1,11 @@ #EXTM3U #EXTINF:-1 tvg-id="Asomavision.ec" status="online",Asomavisión https://asomatv.duckdns.org/livestream/stream.m3u8 -#EXTINF:-1 tvg-id="CanelaTV.ec" status="blocked",CanelaTV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanelaTV.ec" status="error",CanelaTV (720p) [Not 24/7] https://59d39900ebfb8.streamlock.net/canelatv/canelatv/playlist.m3u8 #EXTINF:-1 tvg-id="EcotelTV.ec" status="online",Ecotel (720p) [Not 24/7] https://ecotel.streamseguro.com/hls/ecoteltv.m3u8 -#EXTINF:-1 tvg-id="Ecuavisa.ec" status="blocked",Ecuavisa [Geo-blocked] +#EXTINF:-1 tvg-id="Ecuavisa.ec" status="online",Ecuavisa [Geo-blocked] https://mdstrm.com/live-stream-playlist/603ea23f928cc5255563012c.m3u8 #EXTINF:-1 tvg-id="EducaTV.ec" status="online",EducaTV (1080p) [Not 24/7] https://cloud7.streamingcnt.net/cnt/educa/playlist.m3u8 @@ -23,7 +23,7 @@ https://srv.panelcast.net/puruwalive/puruwalive/playlist.m3u8 https://sv72.ecuaradiotv.net/impacto2tv/live/playlist.m3u8 #EXTINF:-1 tvg-id="SonoOndaTV.ec" status="online",Sono Onda TV https://mediacpstreamchile.com:1936/sonoonda/sonoonda/playlist.m3u8 -#EXTINF:-1 tvg-id="Telerama.ec" status="online",Telerama (240p) [Not 24/7] +#EXTINF:-1 tvg-id="Telerama.ec" status="error",Telerama (240p) [Not 24/7] https://envivo.telerama.ec/stream.m3u8 #EXTINF:-1 tvg-id="TVLegislativa.ec" status="online",TV Legislativa http://181.198.32.153:8080/hls/stream.m3u8 diff --git a/streams/eg.m3u b/streams/eg.m3u index 464a6264d..70f4445ab 100644 --- a/streams/eg.m3u +++ b/streams/eg.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="AghapyTV.eg" status="online",Aghapy TV (1080p) [Not 24/7] https://5b622f07944df.streamlock.net/aghapy.tv/aghapy.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlGhadTV.eg" status="online",Al Ghad (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AlGhadTV.eg" status="timeout",Al Ghad (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alghadtv/live #EXTINF:-1 tvg-id="AlHayatTV.us" status="online",Al Hayat TV (720p) http://media.islamexplained.com:1935/live/_definst_mp4:ahme.stream/playlist.m3u8 @@ -9,7 +9,7 @@ http://media.islamexplained.com:1935/live/_definst_mp4:ahme.stream/playlist.m3u8 http://cdg3.edge.tmed.pw/arrafidaintv/live_1024p/playlist.m3u8 #EXTINF:-1 tvg-id="ATVSat.eg" status="online",ATVSat (1080p) [Not 24/7] https://stream.atvsat.com/atvsatlive/smil:atvsatlive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CBC.eg" status="timeout",CBC (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CBC.eg" status="error",CBC (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/cbcstream/live #EXTINF:-1 tvg-id="CBCSofra.eg" status="error",CBC Sofra http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/CBCSofraStream/live @@ -21,13 +21,13 @@ https://58cc65c534c67.streamlock.net/ctvchannel.tv/ctv.smil/playlist.m3u8 https://9090video.mobtada.com/live/9090ONLINE/playlist.m3u8 #EXTINF:-1 tvg-id="ElsharqTV.eg" status="online",Elsharq TV (1080p) [Not 24/7] https://mn-nl.mncdn.com/elsharq_live/live/playlist.m3u8 -#EXTINF:-1 tvg-id="ExtraNews.eg" status="online",eXtra News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ExtraNews.eg" status="timeout",eXtra News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC65F33K2cXk9hGDbOQYhTOw/live #EXTINF:-1 tvg-id="KoogiTV.eg" status="online",Koogi TV (1080p) https://5d658d7e9f562.streamlock.net/koogi.tv/koogi.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MekameleenTV.eg" status="online",Mekameleen TV (1080p) https://mn-nl.mncdn.com/mekameleen/smil:mekameleentv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="MESatHD.eg" status="error",MESat (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MESatHD.eg" status="online",MESat (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCg5uHOxrP5GkMWldOavPKGQ/live #EXTINF:-1 tvg-id="NobleTV.eg" status="online",Noble TV (360p) https://5d39f1ab8ba65.streamlock.net:1935/arabic-test/arabic-test/playlist.m3u8 diff --git a/streams/es.m3u b/streams/es.m3u index 6aefd8cab..1e1832b90 100644 --- a/streams/es.m3u +++ b/streams/es.m3u @@ -2,9 +2,9 @@ #EXTINF:-1 tvg-id="7LaRioja.es" status="error",7 La Rioja (1080p) [Not 24/7] https://pc-la7delarioja-hls.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="7NN.es" status="online",7 Noticias (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/7nntv -#EXTINF:-1 tvg-id="7NN.es" status="online",7 Noticias (1080p) https://amg01573-7nn-7nnono-ono-pcdj3.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="7NN.es" status="timeout",7 Noticias (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/7nntv #EXTINF:-1 tvg-id="9laLomaTV.es" status="blocked",9 la Loma TV [Geo-blocked] https://9laloma.tv/live.m3u8 #EXTINF:-1 tvg-id="25TV.es" status="online",25 TV (480p) [Not 24/7] @@ -17,7 +17,7 @@ https://limited38.todostreaming.es/live/101tv-AntequeraHD.m3u8 https://limited38.todostreaming.es/live/101tv-web101tv.m3u8 #EXTINF:-1 tvg-id="324.es" status="online",3/24 https://directes-tv-int.ccma.cat/live-content/canal324-hls/master.m3u8 -#EXTINF:-1 tvg-id="ActivaTV.es" status="online",Activa TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ActivaTV.es" status="error",Activa TV (720p) [Not 24/7] https://streamtv.mediasector.es/hls/activatv/.m3u8 #EXTINF:-1 tvg-id="AlacantiTV.es" status="online",Alacantí TV (576p) [Not 24/7] https://streaming01.gestec-video.com/hls/artequatreAlacanti.m3u8 @@ -71,12 +71,12 @@ http://217.125.136.93:8080/canalsierradecadiz1080.m3u8 http://217.125.136.93:8080/canalsierradecadiz720.m3u8 #EXTINF:-1 tvg-id="CanalSierradeCadiz.es" status="online",Canal Sierra de Cádiz (576p) http://217.125.136.93:8080/canalsierradecadiz576.m3u8 -#EXTINF:-1 tvg-id="CanalSurAndalucia.es" status="online",Canal Sur Andalucía (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqwjtgaJflHga2aPWphG5PQ/live #EXTINF:-1 tvg-id="CanalSurAndalucia.es" status="online",Canal Sur Andalucía (720p) https://cdnlive.codev8.net/rtvalive/smil:channel1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalSurAndalucia.es" status="online",Canal Sur Andalucía (720p) https://cdnlive.shooowit.net/rtvalive/smil:channel1.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalSurAndalucia.es" status="timeout",Canal Sur Andalucía (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqwjtgaJflHga2aPWphG5PQ/live #EXTINF:-1 tvg-id="CanalTaronja.es" status="blocked",Canal Taronja Osona i Moianés (480p) [Not 24/7] https://taronjavic.streaming-pro.com/hls/vic.m3u8 #EXTINF:-1 tvg-id="ClanTVE.es" status="timeout",Clan TVE (1080p) [Geo-blocked] @@ -89,7 +89,7 @@ http://cdnapi.kaltura.com/p/2288691/sp/39582391/playManifest/entryId/0_xs45iy5i/ http://145.239.141.154:1935/live/uSCQc5ky/playlist.m3u8 #EXTINF:-1 tvg-id="CosmoTV.es" status="timeout",Cosmo TV (720p) http://91.126.141.201:1935/live/cosmoHD/playlist.m3u8 -#EXTINF:-1 tvg-id="CostaNoroesteTV.es" status="error",Costa Noroeste TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CostaNoroesteTV.es" status="online",Costa Noroeste TV (720p) [Not 24/7] https://limited31.todostreaming.es/live/noroestetv-livestream.m3u8 #EXTINF:-1 tvg-id="DiezTV.es" status="online",Diez TV (1080p) https://streaming.cloud.innovasur.es/mmj/index.m3u8 @@ -235,7 +235,7 @@ https://canadaremar2.todostreaming.es/live/solidariatv-webhd.m3u8 https://www.onairport.live/sophiatv-es-live/livestream/master.m3u8 #EXTINF:-1 tvg-id="SophiaTV.es" status="online",Sophia TV (720p) https://www.onairport.live/sophiatv-es-live/livestream_high/master.m3u8 -#EXTINF:-1 tvg-id="Teleganes.es" status="error",TVL Teleganés (720p) +#EXTINF:-1 tvg-id="Teleganes.es" status="online",TVL Teleganés (720p) https://live.yowi.tv/f79437b2aa253f8e59f1/master.m3u8 #EXTINF:-1 tvg-id="TeleGilena.es" status="online",TeleGilena (360p) [Not 24/7] https://5940924978228.streamlock.net/Directo1/Directo1/master.m3u8 @@ -317,7 +317,7 @@ https://live.atresmediainternacional.com/ATRESMEDIA/a3cine-index.m3u8 https://mdstrm.com/live-stream-playlist/5cae562e0ca2f30815231c0f.m3u8?access_token=DST4b676d7da5a2a92ee15f8efcbcd00606 #EXTINF:-1 tvg-id="" status="online",Aragón Radio (Zaragoza) [Not 24/7] https://cartv.streaming.aranova.es/hls/live/aragonradio_aragonradio1.m3u8 -#EXTINF:-1 tvg-id="" status="online",Canal 24 horas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Canal 24 horas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7QZIf0dta-XPXsp9Hv4dTw/live #EXTINF:-1 tvg-id="" status="timeout",Canal Coín http://stream.fion.es:1936/Canal_Coin/canalcoin.stream/master.m3u8 diff --git a/streams/es_pluto.m3u b/streams/es_pluto.m3u index 6a5407ade..ebd1e3fb9 100644 --- a/streams/es_pluto.m3u +++ b/streams/es_pluto.m3u @@ -25,14 +25,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcb62e63d4d8f0009f36881/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineClasicoSpain.es" status="online",Pluto TV Cine Clásico (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61373bb45168fe000773eecd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde437229eff00091b6c30/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1f1b66c76000790ef27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf968040ab7d8f181e6a68b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=901&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1f1b66c76000790ef27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde437229eff00091b6c30/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d0fbaa8742fa3093899da&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=956&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) [Not 24/7] @@ -65,10 +65,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dae8ce788b0009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a26a056d55b30007918d5a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&serverSideAds=false&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVOriginalsSpain.us" status="online",Pluto TV MTV Originals (Spain) (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aadf373bed3000794d1d7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1aadf373bed3000794d1d7&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=300&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVMundoRealSpain.es" status="online",Pluto TV Mundo Real (Spain) (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1acdfda84c970007e750b5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1acdfda84c970007e750b5&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=405&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMundoRealSpain.es" status="online",Pluto TV Mundo Real (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acdfda84c970007e750b5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMundoRealSpain.es" status="online",Pluto TV Mundo Real (Spain) (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1acdfda84c970007e750b5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1acdfda84c970007e750b5&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=405&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" status="online",Pluto TV Realities ESP (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d93b4d71754e6a4298d086e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=953&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" status="online",Pluto TV Realities ESP (720p) [Not 24/7] diff --git a/streams/fj.m3u b/streams/fj.m3u index f1981ddd2..a8ef35e7e 100644 --- a/streams/fj.m3u +++ b/streams/fj.m3u @@ -1,5 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="FijiTV.fj" status="online",Fiji TV (720p) [Not 24/7] -https://api.new.livestream.com/accounts/19514369/events/6947821/live.m3u8 -#EXTINF:-1 tvg-id="FijiTV.fj" status="online",Fiji TV (720p) [Not 24/7] https://api.new.livestream.com/accounts/19514369/events/fijitvstream/live.m3u8 +#EXTINF:-1 tvg-id="FijiTV.fj" status="error",Fiji TV (720p) [Not 24/7] +https://api.new.livestream.com/accounts/19514369/events/6947821/live.m3u8 diff --git a/streams/fr.m3u b/streams/fr.m3u index eae305c15..5e33b9f81 100644 --- a/streams/fr.m3u +++ b/streams/fr.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="7ALimoges.fr" status="online",7ALimoges (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="7ALimoges.fr" status="error",7ALimoges (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCdFv_ZWQ3Xk_NfRiaK-ryGg/live #EXTINF:-1 tvg-id="AlpedHuezTV.fr" status="online",Alpe d’Huez TV (720p) [Not 24/7] https://edge.vedge.infomaniak.com/livecast/ik:adhtv/chunklist.m3u8 @@ -33,30 +33,30 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid http://cdn2.ujjina.com:1935/iptvcentraltv/livecentraltvtv/playlist.m3u8 #EXTINF:-1 tvg-id="Cherie25.fr" status="blocked",Chérie 25 (360p) https://s13.tntendirect.com/cherie25/live/playlist.m3u8 -#EXTINF:-1 tvg-id="CNews.fr" status="online",CNews (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/CNEWS -#EXTINF:-1 tvg-id="CNews.fr" status="online",Cnews (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CNews.fr" status="timeout",Cnews (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x3b68jn +#EXTINF:-1 tvg-id="CNews.fr" status="error",CNews (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/CNEWS #EXTINF:-1 tvg-id="CStar.fr" status="blocked",CStar (360p) https://s13.tntendirect.com/d17/live/playlist.m3u8 #EXTINF:-1 tvg-id="DBM.fr" status="online",DBM (1080p) https://edge.vedge.infomaniak.com/livecast/ik:dbmtv/manifest.m3u8 #EXTINF:-1 tvg-id="DBMTV.fr" status="online",DBM TV (1080p) http://dbmtv.vedge.infomaniak.com/livecast/dbmtv/playlist.m3u8 -#EXTINF:-1 tvg-id="ElHeddafTV.fr" status="error",El Heddaf TV [Geo-blocked] +#EXTINF:-1 tvg-id="ElHeddafTV.fr" status="online",El Heddaf TV [Geo-blocked] https://cdn02.hta.dz/abr_htatv/EL_HEDDAF_TV/playlist.m3u8 #EXTINF:-1 tvg-id="EuronewsAlbania.al" status="online",Euronews Albania (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChR-A__NS_C5kHDWj3PeAhw/live #EXTINF:-1 tvg-id="EuronewsEnglish.fr" status="online",Euronews English (720p) https://d1mpprlbe8tn2j.cloudfront.net/v1/master/7b67fbda7ab859400a821e9aa0deda20ab7ca3d2/euronewsLive/87O7AhxRUdeeIVqf/ewnsabren_eng.m3u8 -#EXTINF:-1 tvg-id="EuronewsHungarian.fr" status="online",Euronews Hungary (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EuronewsHungarian.fr" status="timeout",Euronews Hungary (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/euronewsHungarian/live #EXTINF:-1 tvg-id="EuronewsRussian.fr" status="online",Euronews по-русски (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFzJjgVicCtFxJ5B0P_ei8A/live #EXTINF:-1 tvg-id="EuronewsRussian.fr" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",Euronews по-русски (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s89/index.m3u8 -#EXTINF:-1 tvg-id="EuronewsSpanish.fr" status="online",Euronews en Español (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EuronewsSpanish.fr" status="timeout",Euronews en Español (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/euronewses/live #EXTINF:-1 tvg-id="FashionTVCzechSlovak.fr" status="online",FashionTV Czech&Slovak (450p) [Not 24/7] http://lb.streaming.sk/fashiontv/stream/playlist.m3u8 @@ -91,7 +91,7 @@ https://s13.tntendirect.com/france3/live/playlist.m3u8 https://s13.tntendirect.com/france5/live/playlist.m3u8 #EXTINF:-1 tvg-id="France24Arabic.fr" status="online",France 24 Arabic (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24Arabic/live -#EXTINF:-1 tvg-id="France24English.fr" status="online",France 24 English (1080p) +#EXTINF:-1 tvg-id="France24English.fr" status="timeout",France 24 English (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24English/live #EXTINF:-1 tvg-id="France24Espanol.fr" status="online",France 24 Español (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24Espanol/live @@ -117,7 +117,7 @@ https://live-kto.akamaized.net/hls/live/2033284/KTO/master.m3u8 https://s13.tntendirect.com/lequipe21/live/playlist.m3u8 #EXTINF:-1 tvg-id="M6.fr" status="online",M6 (1080p) https://shls-m6-france-prod-dub.shahid.net/out/v1/c8a9f6e000cd4ebaa4d2fc7d18c15988/index.m3u8 -#EXTINF:-1 tvg-id="MCMTop.fr" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",MCM Top (480p) +#EXTINF:-1 tvg-id="MCMTop.fr" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",MCM Top (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s49/index.m3u8 #EXTINF:-1 tvg-id="MDL.fr" status="online",MDL (720p) @@ -163,13 +163,13 @@ http://51.210.199.59/hls/stream.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/xkxbzc #EXTINF:-1 tvg-id="RMCDecouverte.fr" status="blocked",RMC Découverte (720p) https://s13.tntendirect.com/rmcdecouverte/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleGrenoble.fr" status="online",Tele Grenoble +#EXTINF:-1 tvg-id="TeleGrenoble.fr" status="timeout",Tele Grenoble http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x128fjo -#EXTINF:-1 tvg-id="Telesud.fr" status="online",TeleSud +#EXTINF:-1 tvg-id="Telesud.fr" status="timeout",TeleSud http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wrxqb #EXTINF:-1 tvg-id="TF1.fr" status="online",TF1 (1080p) http://gratuittv.free.fr/Files/tf1/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TF1SeriesFilms.fr" status="online",TF1 Séries Films (360p) +#EXTINF:-1 tvg-id="TF1SeriesFilms.fr" status="timeout",TF1 Séries Films (360p) http://gratuittv.free.fr/Files/tfsf/live/playlist.m3u8 #EXTINF:-1 tvg-id="TFX.fr" status="online",TFX (720p) http://gratuittv.free.fr/Files/tfx/live/playlist.m3u8 @@ -181,7 +181,7 @@ http://188.40.68.167/russia/tiji/playlist.m3u8 http://gratuittv.free.fr/Files/tmc/live/playlist.m3u8 #EXTINF:-1 tvg-id="TraceLatina.uk" status="blocked",Trace Latina http://185.234.217.27:8002/play/a02f/index.m3u8 -#EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="error",TV5 Monde Asie (576p) +#EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="timeout",TV5 Monde Asie (576p) http://210.210.155.37/dr9445/s/s24/index.m3u8 #EXTINF:-1 tvg-id="TV5MondeStyleHD.fr" status="error",TV5 Monde Style HD (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h01/index.m3u8 @@ -189,7 +189,7 @@ http://210.210.155.35/dr9445/h/h01/index.m3u8 http://live.digiteka.com/1/RVNZMmJtUURmd09I/U0dNU0tk/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="TV7Colmar.fr" status="online",TV7 Colmar (576p) https://tv7.hdr-tv.com/live/tv7/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="TV8MontBlanc.fr" status="online",TV8 Mont-Blanc (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TV8MontBlanc.fr" status="error",TV8 Mont-Blanc (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x71o73v #EXTINF:-1 tvg-id="TV78.fr" status="online",TV78 (720p) https://streamtv.cdn.dvmr.fr/TV78/ngrp:tv78.stream_all/master.m3u8 @@ -211,7 +211,7 @@ http://entertainment.ashttp9.visionip.tv/live/visiontvuk-entertainment-edgytv-hs https://livevideo.infomaniak.com/streaming/livecast/funradiovisionhd/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Persiana Varzesh (720p) [Not 24/7] http://51.210.199.16/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" status="online",Sqool TV +#EXTINF:-1 tvg-id="" status="error",Sqool TV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaEqMbRYYOmI3WrALMhxuIg/live #EXTINF:-1 tvg-id="" status="online",Wéo (Hauts-de-France) (480p) [Not 24/7] https://live.digiteka.com/1/WGQ1NnhEN0lzM0NU/dk1EOHhw/hls/live/playlist.m3u8 diff --git a/streams/fr_euronews.m3u b/streams/fr_euronews.m3u index 92c064c57..1e532e8ab 100644 --- a/streams/fr_euronews.m3u +++ b/streams/fr_euronews.m3u @@ -5,7 +5,7 @@ https://euronews.alteox.app/hls/en_stream.m3u8 https://euronews.alteox.app/hls/fr_stream.m3u8 #EXTINF:-1 tvg-id="EuronewsGerman.fr" status="online",Euronews German https://euronews.alteox.app/hls/de_stream.m3u8 -#EXTINF:-1 tvg-id="EuronewsItalian.fr" status="online",Euronews Italian +#EXTINF:-1 tvg-id="EuronewsItalian.fr" status="error",Euronews Italian https://euronews.alteox.app/hls/it_stream.m3u8 #EXTINF:-1 tvg-id="EuronewsPortuguese.fr" status="online",Euronews Portuguese https://euronews.alteox.app/hls/pt_stream.m3u8 diff --git a/streams/fr_pluto.m3u b/streams/fr_pluto.m3u index 780dc0aaa..8138a5755 100644 --- a/streams/fr_pluto.m3u +++ b/streams/fr_pluto.m3u @@ -1,14 +1,14 @@ #EXTM3U -#EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="online",Pluto TV BET Classics (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="online",Pluto TV BET Classics (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="online",Pluto TV BET Classics (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Bob l'éponge+ (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/609a33d06972da0007748ecf/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc9fd0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=195dd54b-932b-4f28-be70-7e736585335a #EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Pluto TV Bob l'éponge (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Pluto TV Bob l'éponge (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Pluto TV Bob l'éponge (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClubbingTV.fr" status="online",Clubbing TV (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/600ad8f86e1eba00081da3ce/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8ae1b0-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=97358d7c-5219-43db-bcda-c5057f0bc369 #EXTINF:-1 tvg-id="ClubbingTV.fr" status="online",Pluto TV Clubbing TV (720p) @@ -20,27 +20,27 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60d3583ef #EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly+ (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5ed9ba24f6a00074a9b91/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8a4570-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=0432d921-f53e-4dfe-8afd-2d0b3fb750f3 #EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecc7aa44d9c00081fca29/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecc7aa44d9c00081fca29/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecc7aa44d9c00081fca29/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="JustepourRire.us" status="online",Juste pour Rire (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60afa1508284e60007163c08/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fcc6e0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=a8b6a6bb-4f8c-438e-a638-d4cfa72ae69a #EXTINF:-1 tvg-id="PlutoTVAnimauxFrance.fr" status="online",Pluto TV Animaux (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60925a44f0350600075a1fdc/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc78c1-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=5cc06a56-861b-4448-84df-34ad224ceaa7 #EXTINF:-1 tvg-id="PlutoTVAnimeAllDayFrance.fr" status="online",Pluto TV Animé All Day (480p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed52a62fa750007733239/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCineRetroFrance.fr" status="online",Pluto TV Ciné Rétro (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineRetroFrance.fr" status="online",Pluto TV Ciné Rétro (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVCineRetroFrance.fr" status="online",Pluto TV Ciné Rétro (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVComedieFrance.fr" status="online",Pluto TV Comédie (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVComedieFrance.fr" status="online",Pluto TV Comédie (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVDatingFrance.fr" status="online",Pluto TV Dating (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6092544e7639460007d4835e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc78c0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=5a2b1311-2550-464b-8060-15765b30c4f8 #EXTINF:-1 tvg-id="PlutoTVExtremeFrance.fr" status="online",Pluto TV Extrême (480p) @@ -49,30 +49,30 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed327f9e9b00007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed327f9e9b0000761141e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96b8f4f1ca3f0629f4bf1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=936&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde27ffae9520009c0c75a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&buildVersion=5.4.0-917c0e6072&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&buildVersion=5.4.0-917c0e6072&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 -#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde27ffae9520009c0c75a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVJuniorFrance.fr" status="online",Pluto TV Junior (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb336537e8000764a17f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsAnimationFrance.fr" status="online",Pluto TV Kids Animation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVKidsSeriesFrance.fr" status="online",Pluto TV Kids Séries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsSeriesFrance.fr" status="timeout",Pluto TV Kids Séries (360p) +#EXTINF:-1 tvg-id="PlutoTVKidsSeriesFrance.fr" status="online",Pluto TV Kids Séries (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb71a26ed8300076433f9/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aaefb96f755000733c11a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb71a26ed8300076433f9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb71a26ed8300076433f9/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVTeenSeriesFrance.fr" status="online",Pluto TV TEEN SERIES (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb7e3d2ed18000746d09a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVTeenSeriesFrance.fr" status="online",Pluto TV TEEN SERIES (720p) diff --git a/streams/ge.m3u b/streams/ge.m3u index 4b8840935..8535f0df7 100644 --- a/streams/ge.m3u +++ b/streams/ge.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="1TV.ge" status="online",1TV (240p) [Geo-blocked] https://tv.cdn.xsg.ge/gpb-1tv/index.m3u8 -#EXTINF:-1 tvg-id="2TV.ge" status="error",2TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="2TV.ge" status="online",2TV (720p) [Not 24/7] https://tv.cdn.xsg.ge/gpb-2tv/index.m3u8 #EXTINF:-1 tvg-id="AbazaTV.ru" status="online",Abaza TV http://clients.apsny.camera/tv_abaza_tv/index.m3u8 diff --git a/streams/gl.m3u b/streams/gl.m3u index 829f6fd33..19caf6fdb 100644 --- a/streams/gl.m3u +++ b/streams/gl.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="KNR2.gl" status="online",KNR2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KNR2.gl" status="error",KNR2 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC6D225YIMCwVBiBktEeV-vQ/live diff --git a/streams/gr.m3u b/streams/gr.m3u index abfcfa864..dcca375d6 100644 --- a/streams/gr.m3u +++ b/streams/gr.m3u @@ -3,7 +3,7 @@ http://eu2.tv4e.gr:554/live/smil:myStream.sdp.smil/playlist.m3u8 #EXTINF:-1 tvg-id="34100TV.gr" status="blocked",34100 TV (720p) [Geo-blocked] https://s1.cystream.net/live/34100/playlist.m3u8 -#EXTINF:-1 tvg-id="AcheloosTV.gr" status="online",Acheloos TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="AcheloosTV.gr" status="timeout",Acheloos TV (576p) [Not 24/7] http://srv.viiideo.gr:1935/axeloos/live/playlist.m3u8 #EXTINF:-1 tvg-id="AlertTV.gr" status="online",Alert (576p) [Not 24/7] https://itv.streams.ovh/ALEERT/ALEERT/playlist.m3u8 @@ -107,7 +107,7 @@ http://live.cretetv.gr:1935/cretetv/myStream/f1tv.m3u8 https://itv.streams.ovh/magictv/magictv/playlist.m3u8 #EXTINF:-1 tvg-id="MaroussiotikaTV.gr" status="online",Maroussiotika TV (480p) [Not 24/7] http://maroussiotika.dynu.com:8000/greektv/FZlHCCdBHL1/359142 -#EXTINF:-1 tvg-id="MEGATVHD.gr" status="blocked",Mega TV +#EXTINF:-1 tvg-id="MEGATVHD.gr" status="online",Mega TV https://streamcdnb7-c98db5952cb54b358365984178fb898a.msvdn.net/live/S86713049/gonOwuUacAxM/playlist.m3u8 #EXTINF:-1 tvg-id="MesogeiosTV.gr" status="online",Mesogeios TV (432p) http://176.9.123.140:1935/mesogeiostv/stream/master.m3u8 diff --git a/streams/gt.m3u b/streams/gt.m3u index 70b530aaf..3c50b02f9 100644 --- a/streams/gt.m3u +++ b/streams/gt.m3u @@ -5,11 +5,11 @@ https://stream.oursnetworktv.com/latin/BibliaCentral/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/GobiernodeGuatemala/live #EXTINF:-1 tvg-id="CanalTVRadioMayaTGBA.gt" status="online",Canal TV Radio Maya TGBA https://stream.oursnetworktv.com/latin/radioTGBAgtm/playlist.m3u8 -#EXTINF:-1 tvg-id="ElOlamTV.gt" status="online",El Olam TV +#EXTINF:-1 tvg-id="ElOlamTV.gt" status="error",El Olam TV https://stream.oursnetworktv.com/latin/elOlam/playlist.m3u8 #EXTINF:-1 tvg-id="FeViviente.gt" status="online",Fe Viviente https://stream.oursnetworktv.com/latin/feVivienteGtm/playlist.m3u8 -#EXTINF:-1 tvg-id="FranchsTV.gt" status="online",Franchs TV +#EXTINF:-1 tvg-id="FranchsTV.gt" status="error",Franchs TV https://stream.oursnetworktv.com/latin/franchstv/playlist.m3u8 #EXTINF:-1 tvg-id="Guatevision.gt" status="online",Guatevisión https://prensalibre-live.cdn.vustreams.com/live/cd8f5328-7a1c-49d9-b318-9190858d1826/live.isml/playlist.m3u8 @@ -17,7 +17,7 @@ https://prensalibre-live.cdn.vustreams.com/live/cd8f5328-7a1c-49d9-b318-9190858d http://streamingcontrol.com:1935/ectv/ectv/playlist.m3u8 #EXTINF:-1 tvg-id="NimTV.gt" status="online",Nim TV https://cdn.streamhispanatv.net:3210/live/nimtvgtlive.m3u8 -#EXTINF:-1 tvg-id="PenielMusical.gt" status="online",Peniel Musical Un Encuentro Con Dios +#EXTINF:-1 tvg-id="PenielMusical.gt" status="error",Peniel Musical Un Encuentro Con Dios https://stream.oursnetworktv.com/latin/eC3pEmUsYKmcaLeJ/playlist.m3u8 #EXTINF:-1 tvg-id="TeveGlobo.gt" status="online",Teve Globo https://videoserver.tmcreativos.com:19360/8046/8046.m3u8 diff --git a/streams/hk.m3u b/streams/hk.m3u index 87b6222bd..6c4a90533 100644 --- a/streams/hk.m3u +++ b/streams/hk.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="CelestialClassicMovies.hk" status="online",Celestial Classic 天映经典 (Celestial Classic Movies) (Indonesian Subtitle) (576p) +#EXTINF:-1 tvg-id="CelestialClassicMovies.hk" status="error",Celestial Classic 天映经典 (Celestial Classic Movies) (Indonesian Subtitle) (576p) http://210.210.155.37/qwr9ew/s/s31/index.m3u8 #EXTINF:-1 tvg-id="CelestialMovies.hk" status="online",Celestial Movies (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h14/index.m3u8 @@ -11,7 +11,7 @@ http://al-pull2.hkatv.vip/live/CTV.m3u8 https://al-pull2.hkatv.vip/live/hktv20210929.m3u8 #EXTINF:-1 tvg-id="iModeTV.hk" status="online",iMode TV (1080p) [Not 24/7] https://juyunlive.juyun.tv/live/24950198.m3u8 -#EXTINF:-1 tvg-id="Kix.hk" status="error",Kix (Indonesian Subtitle) (576p) +#EXTINF:-1 tvg-id="Kix.hk" status="online",Kix (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h07/index.m3u8 #EXTINF:-1 tvg-id="MiaoMi.hk" status="online",Miao Mi (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/hk/MiaoMi.m3u8 diff --git a/streams/hn.m3u b/streams/hn.m3u index 2bbc45a0c..4141162be 100644 --- a/streams/hn.m3u +++ b/streams/hn.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlfaOmegaVision.hn" status="online",Alfa & Omega Visión (360p) +#EXTINF:-1 tvg-id="AlfaOmegaVision.hn" status="error",Alfa & Omega Visión (360p) https://srv.panelcast.net/aovision/aovision/playlist.m3u8 #EXTINF:-1 tvg-id="AlsaciasTV.hn" status="online",Alsacias TV (ATV | Canal 28) (720p) https://emisoras.hn:8081/atv/index.m3u8 @@ -7,7 +7,7 @@ https://emisoras.hn:8081/atv/index.m3u8 https://video.misistemareseller.com/atvhonduras/atvhonduras/playlist.m3u8 #EXTINF:-1 tvg-id="CampusTV.hn" status="online",Campus TV (360p) [Not 24/7] http://st2.worldkast.com/8004/8004/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal11.hn" status="blocked",Canal 11 (720p) +#EXTINF:-1 tvg-id="Canal11.hn" status="online",Canal 11 (720p) https://mdstrm.com/live-stream-playlist/603d4e1fb042ce07c5c8f911.m3u8 #EXTINF:-1 tvg-id="Catavision.hn" status="online",Catavisión (300p) [Not 24/7] https://stmv1.zcastbr.com/catavision/catavision/playlist.m3u8 @@ -37,11 +37,11 @@ https://5e85d90130e77.streamlock.net/6022/6022/playlist.m3u8 https://emisoras.hn:8081/metrotv/index.m3u8 #EXTINF:-1 tvg-id="QhuboTV.hn" status="online",Q'hubo TV (410p) [Not 24/7] https://5e85d90130e77.streamlock.net/6024/6024/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioIdeal.hn" status="online",Radio Ideal 104.7 FM (La Esperanza) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioIdeal.hn" status="error",Radio Ideal 104.7 FM (La Esperanza) (720p) [Not 24/7] http://lencatelevision.com:8080/hls/ltv3.m3u8 #EXTINF:-1 tvg-id="RHCTV.hn" status="online",Roatán Hable Claro (RHC) (720p) https://stmv1.zcastbr.com/roatanhableclaro/roatanhableclaro/playlist.m3u8 -#EXTINF:-1 tvg-id="SercanoTV.hn" status="error",Sercano TV (720p) +#EXTINF:-1 tvg-id="SercanoTV.hn" status="online",Sercano TV (720p) http://stream.grupoabchn.com:1935/SERCANOHD/SERCANOLive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="SuyapaTV.hn" status="online",Suyapa TV (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x833e2b @@ -51,9 +51,9 @@ http://190.11.224.14:8134/liveevent.m3u8 https://cloud2.streaminglivehd.com:1936/8224/8224/playlist.m3u8 #EXTINF:-1 tvg-id="TelevisionComayaguaCanal40.hn" status="online",Television Comayagua Canal 40 (320p) [Not 24/7] http://st2.worldkast.com/8058/8058/playlist.m3u8 -#EXTINF:-1 tvg-id="TENCanal10.hn" status="error",TEN Canal 10 (720p) +#EXTINF:-1 tvg-id="TENCanal10.hn" status="online",TEN Canal 10 (720p) http://stream.grupoabchn.com:1935/TENHD/TENLive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TENCanal10.hn" status="error",TEN Canal 10 (540p) [Not 24/7] +#EXTINF:-1 tvg-id="TENCanal10.hn" status="online",TEN Canal 10 (540p) [Not 24/7] http://stream.grupoabchn.com:1935/TENHD/TENLIVEHD_2/playlist.m3u8 #EXTINF:-1 tvg-id="TVAztecaHonduras.hn" status="online",Azteca Honduras http://190.122.96.187:8888/http/002 @@ -63,11 +63,11 @@ https://emisoras.hn:8081/tvcopan/index.m3u8 https://live-utv.unah.edu.hn/web/salida.m3u8 #EXTINF:-1 tvg-id="VTV.hn" status="online",VTV https://dw6a9whylepvl.cloudfront.net/hls/vtv.m3u8 -#EXTINF:-1 tvg-id="" status="online",Omega Tv (288p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Omega Tv (288p) [Not 24/7] https://5caf24a595d94.streamlock.net:1937/8142/8142/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Imagen 105.1 FM (La Esperanza) (720p) [Not 24/7] http://lencatelevision.com:8080/hls/ltv2.m3u8 -#EXTINF:-1 tvg-id="" status="online",Todo Deportes TV + +#EXTINF:-1 tvg-id="" status="timeout",Todo Deportes TV + http://free.fullspeed.tv/iptv-query?streaming-ip=https://conceptoweb-studio.com/radio/video/tododeportesplus/ -#EXTINF:-1 tvg-id="" status="online",Vida TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Vida TV (720p) [Not 24/7] http://184.173.181.2:1935/8070/8070/playlist.m3u8 diff --git a/streams/hr.m3u b/streams/hr.m3u index 34b23c57c..7b981af1a 100644 --- a/streams/hr.m3u +++ b/streams/hr.m3u @@ -31,7 +31,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid #EXTINF:-1 tvg-id="RTLCroatia.hr" status="online" user-agent="Mozilla/5.0 (X11; Linux i686; rv:90.0) Gecko/20100101 Firefox/90.0",RTL (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux i686; rv:90.0) Gecko/20100101 Firefox/90.0 http://195.29.70.67/PLTV/88888888/224/3221226195/index.m3u8 -#EXTINF:-1 tvg-id="TVJadran.hr" status="online",TV Jadran (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVJadran.hr" status="timeout",TV Jadran (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x670ug8 #EXTINF:-1 tvg-id="" status="timeout",History 2 HD http://109.105.205.250:8081/live/HISTORY2/playlist.m3u8 diff --git a/streams/ht.m3u b/streams/ht.m3u index a9f06d5b1..d16fdace9 100644 --- a/streams/ht.m3u +++ b/streams/ht.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="online",Haiti Viral News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="timeout",Haiti Viral News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcEY2-g-EEefxyYa1gtrk4g/live #EXTINF:-1 tvg-id="KajouTV.ht" status="online",Kajou TV (480p) [Not 24/7] https://video1.getstreamhosting.com:1936/8055/8055/playlist.m3u8 @@ -7,11 +7,11 @@ https://video1.getstreamhosting.com:1936/8055/8055/playlist.m3u8 https://watch.haitilive.net/stream/netalkole/public/tv/index.m3u8 #EXTINF:-1 tvg-id="RadioTeleAmenFM.ht" status="timeout",Radio Tele Amen FM (360p) [Not 24/7] http://184.173.179.163:1935/daniel/daniel/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTelePititManmanMari.ht" status="online",Radio Télé Pitit Manman Mari (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTelePititManmanMari.ht" status="timeout",Radio Télé Pitit Manman Mari (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCLeNHM8XDkZmd2rhV3ZG7Vg/live -#EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="error",Radio Tele Planet Compas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="online",Radio Tele Planet Compas (720p) [Not 24/7] https://5dcab9aed5331.streamlock.net/mrcompas1/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTeleShalom.ht" status="error",Radio Tele Shalom (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTeleShalom.ht" status="timeout",Radio Tele Shalom (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCBJ9zxns1hxblYZw4urBd_w/live #EXTINF:-1 tvg-id="TeleHaiti.ht" status="online",Tele Haiti (1088p) http://66.175.238.147:1935/live/myStream/playlist.m3u8 diff --git a/streams/id.m3u b/streams/id.m3u index 6ee1199e1..98ecc37ee 100644 --- a/streams/id.m3u +++ b/streams/id.m3u @@ -80,7 +80,7 @@ https://bravo.kugo.id/dmtvmalang/rtmp.stream/chunklist.m3u8 https://h1.intechmedia.net/intech/ch51.m3u8 #EXTINF:-1 tvg-id="DuniaGamesTV.id" status="online",Dunia Games TV (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(ec41a5e2-09e4-431d-b92e-383fa7abe25c)/index.m3u8 -#EXTINF:-1 tvg-id="DutaTV.id" status="online",Duta TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="DutaTV.id" status="error",Duta TV (360p) [Not 24/7] https://dutatv.siar.us/dutatv/live/playlist.m3u8 #EXTINF:-1 tvg-id="ElshintaTV.id" status="error",Elshinta TV (480p) [Not 24/7] [Geo-blocked] http://210.210.155.35/qwr9ew/s/s10/index.m3u8 @@ -101,7 +101,7 @@ https://d9se4hqsqt2j2.cloudfront.net/GTV2022.m3u8 #EXTINF:-1 tvg-id="HijrahTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Hijrah TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch8.m3u8 -#EXTINF:-1 tvg-id="HopeChannelIndonesia.id" status="online",Hope Channel Indonesia [Not 24/7] +#EXTINF:-1 tvg-id="HopeChannelIndonesia.id" status="error",Hope Channel Indonesia [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/HopeChannelIndonesia/live #EXTINF:-1 tvg-id="HumaBetangTV.id" status="online",Huma Betang TV (720p) [Not 24/7] https://v3.siar.us/humabetangtv/live/playlist.m3u8 @@ -141,7 +141,7 @@ http://103.255.15.222:1935/tv/jitv_720p/playlist.m3u8 #EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jogja Istimewa TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch65.m3u8 -#EXTINF:-1 tvg-id="JogjaTV.id" status="error",Jogja TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JogjaTV.id" status="online",Jogja TV (720p) [Not 24/7] https://stream.jogjatv.co.id/jtvlive/stream/index.m3u8 #EXTINF:-1 tvg-id="JPMTV.id" status="online",JPM TV (720p) [Not 24/7] http://122.248.43.138:1935/ch6/myStream/playlist.m3u8 @@ -186,38 +186,38 @@ http://edge.metrotvnews.com:1935/live-edge/smil:metro.smil/playlist.m3u8 https://tv.rodja.live/tasik/ngrp:mgitv_all/playlist.m3u8 #EXTINF:-1 tvg-id="MGSTV.id" status="online",MGS TV (720p) [Not 24/7] https://cdn.gunadarma.ac.id/streams/mgstv/ingestmgstv.m3u8 -#EXTINF:-1 tvg-id="MHOTV.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",MHO TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="MHOTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",MHO TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch19.m3u8 #EXTINF:-1 tvg-id="MQTV.id" status="online",MQTV (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/mqtv/mqtv/playlist.m3u8 -#EXTINF:-1 tvg-id="MTATV.id" status="online",mta tv [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live #EXTINF:-1 tvg-id="MTATV.id" status="blocked",mta tv (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(b3673fde-4acd-4f1d-95a5-a204d62545ac)/index.m3u8 +#EXTINF:-1 tvg-id="MTATV.id" status="timeout",mta tv [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live #EXTINF:-1 tvg-id="MuadzTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Muadz (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch5.m3u8 +#EXTINF:-1 tvg-id="MyCinema.id" status="online",My Cinema (1080p) +http://210.210.155.37/uq2663/h/h192/index.m3u8 #EXTINF:-1 tvg-id="MyCinema.id" status="error",My Cinema (1080p) [Geo-blocked] http://210.210.155.35/uq2663/h/h192/index.m3u8 -#EXTINF:-1 tvg-id="MyCinema.id" status="error",My Cinema (1080p) -http://210.210.155.37/uq2663/h/h192/index.m3u8 #EXTINF:-1 tvg-id="MyCinemaAsia.id" status="online",My Cinema Asia (1080p) [Geo-blocked] http://210.210.155.37/uq2663/h/h193/index.m3u8 #EXTINF:-1 tvg-id="MyCinemaAsia.id" status="error",My Cinema Asia (1080p) [Geo-blocked] http://210.210.155.35/uq2663/h/h193/index.m3u8 -#EXTINF:-1 tvg-id="MyFamily.id" status="error",My Family Channel (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="MyFamily.id" status="online",My Family Channel (1080p) [Geo-blocked] http://210.210.155.37/uq2663/h/h194/index.m3u8 -#EXTINF:-1 tvg-id="MyKidz.id" status="online",My Kidz (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="MyKidz.id" status="error",My Kidz (1080p) [Geo-blocked] http://210.210.155.37/uq2663/h/h191/index.m3u8 #EXTINF:-1 tvg-id="NabawiTV.id" status="online",Nabawi TV (576p) https://alfa.kugo.id/nabawitv/nabawitv/playlist.m3u8 +#EXTINF:-1 tvg-id="NET.id" status="online",NET. [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/user/NetInsights/live #EXTINF:-1 tvg-id="NET.id" status="online",NET. (576p) https://bravo.kugo.id/nettv/udp.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="NET.id" status="online",NET. (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s08/index.m3u8 -#EXTINF:-1 tvg-id="NET.id" status="timeout",NET. [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/user/NetInsights/live #EXTINF:-1 tvg-id="NiagaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Niaga TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch10.m3u8 @@ -233,7 +233,7 @@ http://210.210.155.35/uq2663/h/h143/index.m3u8 http://122.248.43.138:1935/ch16/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="PalembangTV.id" status="online",Pal TV (720p) [Not 24/7] https://v3.siar.us/paltv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="PijarTV.id" status="online",Pijar TV [Not 24/7] +#EXTINF:-1 tvg-id="PijarTV.id" status="timeout",Pijar TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/pijartv #EXTINF:-1 tvg-id="PONTV.id" status="online",Pon TV (360p) [Not 24/7] http://122.248.43.138:1935/ch15/myStream/playlist.m3u8 @@ -243,7 +243,7 @@ https://v3.siar.us/pontianaktelevisi/live/playlist.m3u8 https://alfa.kugo.id/playout/pop.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="PujaTVAceh.id" status="online",Puja TV Aceh (1080p) [Not 24/7] https://v6.siar.us/pujatv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="RadarLampungTV.id" status="error",Radar TV Lampung (480p) [Not 24/7] +#EXTINF:-1 tvg-id="RadarLampungTV.id" status="online",Radar TV Lampung (480p) [Not 24/7] http://122.248.43.138:1935/ch17/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioKitaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RadioKita TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) @@ -252,7 +252,7 @@ https://h1.intechmedia.net/intech/ch16.m3u8 http://210.210.155.37/dr9445/h/h10/index.m3u8 #EXTINF:-1 tvg-id="RajawaliTV.id" status="blocked",RTV (480p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(41869351-4a9c-4e57-b54b-8cf5dfc919e1)/index.m3u8 -#EXTINF:-1 tvg-id="RasyaadTV.id" status="online",Rasyaad TV [Not 24/7] +#EXTINF:-1 tvg-id="RasyaadTV.id" status="timeout",Rasyaad TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/RasyaadTvLiveStreaming/live #EXTINF:-1 tvg-id="RasyaadTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) @@ -286,7 +286,7 @@ https://v2.siar.us/saktitv/livestream/playlist.m3u8 https://h1.intechmedia.net/intech/ch12.m3u8 #EXTINF:-1 tvg-id="SalingSapaTV.id" status="online",Saling Sapa TV (576p) https://bravo.kugo.id/salingsapa/rtmp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="SangajiTV.id" status="error",Sangaji TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SangajiTV.id" status="online",Sangaji TV (720p) [Not 24/7] https://cdn.gunadarma.ac.id/streams/sangajitv/ingestsangajitv.m3u8 #EXTINF:-1 tvg-id="SCTV.id" status="online",SCTV (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s03/index.m3u8 @@ -296,7 +296,7 @@ http://210.210.155.35/qwr9ew/s/s03/index.m3u8 https://cdn-telkomsel-01.akamaized.net/Content/DASH/Live/channel(9ce3f094-4044-467e-84b7-b684a49571d5)/manifest.mpd #EXTINF:-1 tvg-id="SemarangTV.id" status="online",Semarang TV (720p) http://116.254.112.74/hls/cakralive.m3u8 -#EXTINF:-1 tvg-id="Simpang5TV.id" status="error",Simpang5 TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Simpang5TV.id" status="online",Simpang5 TV (360p) [Not 24/7] http://122.248.43.138:1935/ch4/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="SinemaIndonesiaX.id" status="online",Sinema Indonesia X (576p) https://bravo.kugo.id/live/sindox.stream/playlist.m3u8 @@ -308,13 +308,13 @@ https://bravo.kugo.id/spacetoon/udp.stream/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/sriwijayatvonline #EXTINF:-1 tvg-id="SultraTV.id" status="error",Sultra TV (720p) offline http://122.248.43.138:1935/ch20/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) -https://h1.intechmedia.net/intech/ch17.m3u8 -#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch18.m3u8 -#EXTINF:-1 tvg-id="SurauTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Surau TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) +https://h1.intechmedia.net/intech/ch17.m3u8 +#EXTINF:-1 tvg-id="SurauTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Surau TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch3.m3u8 #EXTINF:-1 tvg-id="TATV.id" status="online",TATV (720p) [Not 24/7] @@ -352,10 +352,10 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIAceh)/index.m3u8 #EXTINF:-1 tvg-id="TVRIAceh.id" status="online",TVRI Aceh (720p) [Not 24/7] http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIACEH)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBali.id" status="online",TVRI Bali (480p) -http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIBali)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIBali.id" status="online",TVRI Bali (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIBALI)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBali.id" status="online",TVRI Bali (480p) +http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIBali)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIBali.id" status="online",TVRI Bali (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIBALI)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBangkaBelitung.id" status="online",TVRI Bangka Belitung (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIBABEL)/index.m3u8 @@ -364,11 +364,11 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIBabel)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBangkaBelitung.id" status="online",TVRI Bangka Belitung (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIBABEL)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBengkulu.id" status="online",TVRI Bengkulu (480p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRIBENGKULU)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIBengkulu.id" status="online",TVRI Bengkulu (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIBengkulu)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBengkulu.id" status="online",TVRI Bengkulu (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIBENGKULU)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIBengkulu.id" status="online",TVRI Bengkulu (480p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRIBENGKULU)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralJava.id" status="online",TVRI Jawa Tengah (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIJATENGSEMARANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralJava.id" status="online",TVRI Jawa Tengah (720p) @@ -376,11 +376,11 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIJatengsemarang)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralJava.id" status="online",TVRI Jawa Tengah (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIJATENGSEMARANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) -http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8 -#EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalteng)/index.m3u8 +#EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) +http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralSulawesi.id" status="online",TVRI Sulawesi Tengah (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRISULTENGPALU)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralSulawesi.id" status="online",TVRI Sulawesi Tengah (720p) @@ -403,20 +403,20 @@ http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALTIMSAMARINDA)/index.m3u8 http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKaltimsamarinda)/index.m3u8 #EXTINF:-1 tvg-id="TVRIEastKalimantan.id" status="online",TVRI Kalimantan Timur (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALTIMSAMARINDA)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (576p) -https://alfa.kugo.id/tvrintt/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="timeout",TVRI Nusa Tenggara Timur (480p) +#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINttkupang)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="timeout",TVRI Nusa Tenggara Timur (480p) +#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (576p) +https://alfa.kugo.id/tvrintt/rtmp.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRIGORONTALO)/index.m3u8 #EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIGorontalo)/index.m3u8 #EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIGORONTALO)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRIGORONTALO)/index.m3u8 #EXTINF:-1 tvg-id="TVRIJambi.id" status="online",TVRI Jambi (720p) [Not 24/7] http://118.97.50.107/Content/HLS/Live/Channel(TVRIJAMBI)/index.m3u8 #EXTINF:-1 tvg-id="TVRIJambi.id" status="online",TVRI Jambi (720p) [Not 24/7] @@ -439,10 +439,10 @@ http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIMALUKUAMB http://118.97.50.107/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8 #EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINasional)/index.m3u8 -#EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p) -http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8 #EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (480p) http://202.80.222.130/000001/2/ch14041511560872104862/index.m3u8?virtualDomain=000001.live_hls.zte.com +#EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p) +http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8 #EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8 #EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) @@ -468,11 +468,11 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalselbanjarmsn)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthKalimantan.id" status="online",TVRI Kalimantan Selatan (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALSELBANJARMSN)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="online",TVRI Sulawesi Selatan (480p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRISULSELMAKASAR)/index.m3u8 +#EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="online",TVRI Sulawesi Selatan (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRISulselmakasar)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="online",TVRI Sulawesi Selatan (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRISULSELMAKASAR)/index.m3u8 -#EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="timeout",TVRI Sulawesi Selatan (480p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRISULSELMAKASAR)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthSumatra.id" status="online",TVRI Sumatera Selatan (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRISUMSEL)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthSumatra.id" status="online",TVRI Sumatera Selatan (480p) @@ -512,61 +512,61 @@ http://118.97.50.107/Content/HLS/Live/Channel(TVRISUMBARPADANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestSumatra.id" status="online",TVRI Sumatera Barat (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRISUMBARPADANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWorld.id" status="online",TVRI World (720p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRI3)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIWorld.id" status="online",TVRI World (720p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRI3)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWorld.id" status="online",TVRI World (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRI3)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIWorld.id" status="timeout",TVRI World (720p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRI3)/index.m3u8 #EXTINF:-1 tvg-id="TVRIYogyakarta.id" status="online",TVRI Yogyakarta (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIYOGYAKARTA)/index.m3u8 #EXTINF:-1 tvg-id="TVRIYogyakarta.id" status="online",TVRI Yogyakarta (720p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIYogyakarta)/index.m3u8 #EXTINF:-1 tvg-id="TVRIYogyakarta.id" status="online",TVRI Yogyakarta (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIYOGYAKARTA)/index.m3u8 -#EXTINF:-1 tvg-id="TVRParlemen.id" status="online",TVR Parlemen (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemen.id" status="error",TVR Parlemen (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemen.id" status="error",TVR Parlemen (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="online",TVR Parlemen Komisi I (480p) [Not 24/7] -https://ssv1.dpr.go.id/golive/livestream1/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="error",TVR Parlemen Komisi I (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream1/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="error",TVR Parlemen Komisi II (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="error",TVR Parlemen Komisi I (480p) [Not 24/7] +https://ssv1.dpr.go.id/golive/livestream1/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="online",TVR Parlemen Komisi II (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream2/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="error",TVR Parlemen Komisi II (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream2/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="error",TVR Parlemen Komisi III (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="online",TVR Parlemen Komisi III (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream3/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="error",TVR Parlemen Komisi III (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream3/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="online",TVR Parlemen Komisi IV (480p) [Not 24/7] -http://103.18.181.69:1935/golive/livestream4/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="online",TVR Parlemen Komisi IV (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream4/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="online",TVR Parlemen Komisi IX (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="error",TVR Parlemen Komisi IV (480p) [Not 24/7] +http://103.18.181.69:1935/golive/livestream4/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="error",TVR Parlemen Komisi IX (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream9/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="error",TVR Parlemen Komisi IX (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream9/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="online",TVR Parlemen Komisi V (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="error",TVR Parlemen Komisi V (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream5/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="online",TVR Parlemen Komisi V (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="error",TVR Parlemen Komisi V (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream5/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="online",TVR Parlemen Komisi VI [Not 24/7] http://103.18.181.69:1935/golive/livestream6/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="online",TVR Parlemen Komisi VI [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="error",TVR Parlemen Komisi VI [Not 24/7] https://ssv1.dpr.go.id/golive/livestream6/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="online",TVR Parlemen Komisi VII (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream7/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="error",TVR Parlemen Komisi VII (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="online",TVR Parlemen Komisi VII (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream7/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="error",TVR Parlemen Komisi VIII [Not 24/7] http://103.18.181.69:1935/golive/livestream8/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="error",TVR Parlemen Komisi VIII [Not 24/7] https://ssv1.dpr.go.id/golive/livestream8/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="online",TVR Parlemen Komisi X (720p) [Not 24/7] -https://ssv1.dpr.go.id/golive/livestream10/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="error",TVR Parlemen Komisi X (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream10/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="error",TVR Parlemen Komisi X (720p) [Not 24/7] +https://ssv1.dpr.go.id/golive/livestream10/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="online",TVR Parlemen Komisi XI (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream11/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="online",TVR Parlemen Komisi XI (720p) [Not 24/7] @@ -575,7 +575,7 @@ https://ssv1.dpr.go.id/golive/livestream11/playlist.m3u8 https://5bf7b725107e5.streamlock.net/tvtabalong/tvtabalong/playlist.m3u8 #EXTINF:-1 tvg-id="UChannel.id" status="online",U Channel (576p) [Not 24/7] [Geo-blocked] http://210.210.155.37/x6bnqe/s/s73/index2.m3u8 -#EXTINF:-1 tvg-id="UFA24.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",UFA 24 (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="UFA24.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",UFA 24 (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch27.m3u8 #EXTINF:-1 tvg-id="UGTV.id" status="online",UGTV (720p) @@ -584,33 +584,33 @@ https://cdn.gunadarma.ac.id/streams/ugtv/ingestugtv.m3u8 https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(f1b6e507-d639-4d66-858a-e457d55ddbb2)/index.m3u8 #EXTINF:-1 tvg-id="UseePrime.id" status="blocked",Usee Prime (720p) https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(18564c27-ff44-4d62-9fab-dcb417fcb93f)/index.m3u8 +#EXTINF:-1 tvg-id="ZeeBioskop.id" status="online",Zee Bioskop (360p) [Geo-blocked] +http://210.210.155.37/qwr9ew/s/s32/index.m3u8 #EXTINF:-1 tvg-id="ZeeBioskop.id" status="error",Zee Bioskop (360p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s32/index.m3u8 -#EXTINF:-1 tvg-id="ZeeBioskop.id" status="error",Zee Bioskop (360p) [Geo-blocked] -http://210.210.155.37/qwr9ew/s/s32/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",Alwafa Tarim TV (Am Media) (720p) +https://v2.siar.us/ammedia/720/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Alwafa Tarim TV (Am Media) (720p) https://ammedia.siar.us/ammedia/live/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Alwafa Tarim TV (Am Media) (720p) -https://v2.siar.us/ammedia/720/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ATVLI (720p) https://wowza.convergen.co/atvli/atvli.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Dens Food Channel (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",Dens Food Channel (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s38/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Dens Knowledge and Learning (576p) [Geo-blocked] -http://210.210.155.37/x6bnqe/s/s36/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Knowledge and Learning (576p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s36/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",Dens Knowledge and Learning (576p) [Geo-blocked] +http://210.210.155.37/x6bnqe/s/s36/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s65/index2.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s65/index2.m3u8 -#EXTINF:-1 tvg-id="" status="online",Dens Play (720p) [Geo-blocked] -http://210.210.155.37/x6bnqe/s/s101/live.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Play (720p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s101/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",Dens ShowBiz (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",Dens Play (720p) [Geo-blocked] +http://210.210.155.37/x6bnqe/s/s101/live.m3u8 +#EXTINF:-1 tvg-id="" status="error",Dens ShowBiz (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s35/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",dTVi (720p) +#EXTINF:-1 tvg-id="" status="timeout",dTVi (720p) https://alfa.kugo.id/dtvi/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Ficom Channel (720p) https://v3.siar.us/ficomchannel/live/playlist.m3u8 diff --git a/streams/il.m3u b/streams/il.m3u index e9b71ac3e..35392c096 100644 --- a/streams/il.m3u +++ b/streams/il.m3u @@ -17,9 +17,9 @@ https://bcovlive-a.akamaihd.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/53 https://live.pars-israel.com/iptv/stream.m3u8 #EXTINF:-1 tvg-id="KabbalahforthePeopleIsrael.il" status="online",Kabbalah for the People (Israel) (504p) [Not 24/7] https://edge3.uk.kab.tv/live/tv66-heb-high/playlist.m3u8 -#EXTINF:-1 tvg-id="Kan11.il" status="blocked",KAN 11 Israel (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="Kan11.il" status="online",KAN 11 Israel (360p) [Geo-blocked] https://kan11.media.kan.org.il/hls/live/2024514/2024514/master.m3u8 -#EXTINF:-1 tvg-id="Kan11.il" status="error",Kan 11 +#EXTINF:-1 tvg-id="Kan11.il" status="timeout",Kan 11 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wjmog #EXTINF:-1 tvg-id="KanEducational.il" status="online",Kan Kids (720p) https://kan23.media.kan.org.il/hls/live/2024691/2024691/master.m3u8 @@ -27,7 +27,7 @@ https://kan23.media.kan.org.il/hls/live/2024691/2024691/master.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7ymw7f #EXTINF:-1 tvg-id="KnessetChannel.il" status="online",Knesset Channel (480p) [Not 24/7] https://contact.gostreaming.tv/Knesset/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="Makan33.il" status="error",Makan 33 (1080p) +#EXTINF:-1 tvg-id="Makan33.il" status="timeout",Makan 33 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/k2slq6Tpsh2bm4wA43P #EXTINF:-1 tvg-id="Now14.il" status="online",Now 14 https://dvr.ch20-cdnwiz.com/hls/live.m3u8 diff --git a/streams/in.m3u b/streams/in.m3u index 38b1ffbaf..c29b4800f 100644 --- a/streams/in.m3u +++ b/streams/in.m3u @@ -60,11 +60,11 @@ https://live.neestream.net/neestream_01/darshanatv/index.m3u8 http://103.199.161.254/Content/ddmalayalam/Live/Channel(DDMalayalam)/index.m3u8 #EXTINF:-1 tvg-id="DDNational.in" status="online",DD National (576p) http://103.199.161.254/Content/ddnational/Live/Channel(DDNational)/index.m3u8 -#EXTINF:-1 tvg-id="DDNews.in" status="online",DD News (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCKwucPzHZ7zCUIf7If-Wo1g/live #EXTINF:-1 tvg-id="DDNews.in" status="online",DD News (576p) [Not 24/7] #EXTVLCOPT:http-referrer=https://webcast.gov.in/ https://playhls.media.nic.in/hls/live/ddnews/ddnews.m3u8 +#EXTINF:-1 tvg-id="DDNews.in" status="timeout",DD News (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCKwucPzHZ7zCUIf7If-Wo1g/live #EXTINF:-1 tvg-id="DDSports.in" status="online",DD Sports (576p) http://103.199.161.254/Content/ddsports/Live/Channel(DDSPORTS)/index.m3u8 #EXTINF:-1 tvg-id="Dhamaal.in" status="online",Dhamaal (1080p) [Not 24/7] @@ -127,10 +127,10 @@ http://103.199.161.254/Content/jeevan/Live/Channel(Jeevan)/index.m3u8 https://cdn.smartstream.video/smartstream-us/jonakk/jonakk/playlist.m3u8 #EXTINF:-1 tvg-id="KadakHits.in" status="online",Kadak Hits (1080p) [Not 24/7] https://live.hungama.com/linear/kadak-hits/playlist.m3u8 -#EXTINF:-1 tvg-id="KairaliNews.in" status="online",Kairali News (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCkCWitaToNG1_lR-Si1oMrg/live #EXTINF:-1 tvg-id="KairaliNews.in" status="online",Kairali News (480p) https://live.neestream.net/neestream_01/kairalinews/index.m3u8?token=693400 +#EXTINF:-1 tvg-id="KairaliNews.in" status="timeout",Kairali News (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCkCWitaToNG1_lR-Si1oMrg/live #EXTINF:-1 tvg-id="KairaliTV.in" status="online",Kairali TV (480p) https://live.neestream.net/neestream_01/kairalitv/index.m3u8?token=693400 #EXTINF:-1 tvg-id="KairaliTV.in" status="online",Kairali TV (480p) @@ -217,7 +217,7 @@ https://ndtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/ndtv/live/ndtv_profit. https://live.neestream.net/neestream_01/neecinema/index.m3u8?token=693400 #EXTINF:-1 tvg-id="NethraTV.in" status="timeout",Nethra TV (480p) [Not 24/7] https://dammikartmp.tulix.tv/slrc3/slrc3/playlist.m3u8 -#EXTINF:-1 tvg-id="News7Tamil.in" status="timeout",News 7 Tamil (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="News7Tamil.in" status="online",News 7 Tamil (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2f4w_ppqHplvjiNaoTAK9w/live #EXTINF:-1 tvg-id="News18TamilNadu.in" status="online",News 18 Tamil (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCat88i6_rELqI_prwvjspRA/live @@ -247,11 +247,11 @@ http://103.199.161.254/Content/publicmusic/Live/Channel(PublicMusic)/index.m3u8 https://royalstarindia.co.in/pularitv_hls/pularitv.m3u8 #EXTINF:-1 tvg-id="PunjabiZindabadTV.in" status="online",Punjabi Zindabad (360p) [Not 24/7] http://stream.pztv.online/pztv/playlist.m3u8 -#EXTINF:-1 tvg-id="PuthiyaThalaimurai.in" status="timeout",Puthiya Thalaimurai (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="PuthiyaThalaimurai.in" status="online",Puthiya Thalaimurai (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCmyKnNRH0wH-r8I-ceP-dsg/live #EXTINF:-1 tvg-id="PuthuyugamTV.in" status="online",Puthuyugam TV (576p) [Not 24/7] http://103.199.160.85/Content/puthuyugam/Live/Channel(Puthuyugam)/index.m3u8 -#EXTINF:-1 tvg-id="RajNewsMalayalam.in" status="online",Raj News Malayalam +#EXTINF:-1 tvg-id="RajNewsMalayalam.in" status="timeout",Raj News Malayalam http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RajNewsMalayalam/live #EXTINF:-1 tvg-id="RealNewsKerala.in" status="online",Real News Kerala (1080p) [Not 24/7] https://bk7l298nyx53-hls-live.5centscdn.com/realnews/e7dee419f91aa9e65939d3677fb9c4f5.sdp/playlist.m3u8 @@ -269,7 +269,7 @@ http://media.7starcloud.com:1935/live/sanatv2/playlist.m3u8 http://hdserver.7starcloud.com:1935/sanatv/sanatv/playlist.m3u8 #EXTINF:-1 tvg-id="SanthoraTV.in" status="online",Santhora TV (720p) http://santhoratv.zecast.net/santhoratv/santhoratv/index.m3u8 -#EXTINF:-1 tvg-id="SathiyamTV.in" status="online",Sathiyam TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SathiyamTV.in" status="timeout",Sathiyam TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2ziCMHFPWkFHjocUMXT__Q/live #EXTINF:-1 tvg-id="ShekinahTV.in" status="online",Shekinah TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCHtYUfPnQci6GoUpPlWfrOg/live @@ -335,7 +335,7 @@ https://m-c29-j2apps.s.llnwi.net/hls/5332.Dishum.in.m3u8 http://163.47.214.155:1935/fwnews/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Filmeraa (720p) https://a.jsrdn.com/broadcast/7ef91d3d7a/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" status="online",Indywood TV +#EXTINF:-1 tvg-id="" status="error",Indywood TV https://43wrzjnpqoxe-hls-live.wmncdn.net/indywood/indywoodtv/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Kairali WE (480p) https://live.neestream.net/neestream_01/kairaliwe/index.m3u8?token=693400 @@ -343,7 +343,7 @@ https://live.neestream.net/neestream_01/kairaliwe/index.m3u8?token=693400 http://103.153.92.157:11037/hls/kbh.m3u8 #EXTINF:-1 tvg-id="" status="online",KITE Victers (Kerala) (720p) [Not 24/7] https://932y4x26ljv8-hls-live.5centscdn.com/victers/tv.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Life TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Life TV (480p) [Not 24/7] http://59c3ec70cfde0.streamlock.net/channel_6/channel6/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Mandra TV http://192.99.2.28/mandra_hls/mandra.m3u8 @@ -378,13 +378,13 @@ http://103.81.104.118/hls/stream10.m3u8 http://c0.cdn.trinity-tv.net/stream/nh9u54a7sfnc2hwzxr2zwykwkqm43bgyyzsm68ybbbnjei8kytwcgs3zm5gnw5c6efa5gr3fadzqe686w8gj2eaehrj89wvujvqza3kez78dtknwbbmnqf79yygmqqg7e9pnc3i3bpywjkiqrwke94yf.m3u8 #EXTINF:-1 tvg-id="" status="online",Star Family (576p) http://c0.cdn.trinity-tv.net/stream/zfmjgma9zn46fa797ez9fgkw7msh9mj4tppspg23gey6mmx5fqiy7ky3jqx4uhgsfsrd8r76si8ykb2anw9442g4qkq5fzpdvwdqf5te24ixu9zrx3aesm9fzt59q5y2s8qwgbqhvf6d3z5bjy3qb2t4.m3u8 -#EXTINF:-1 tvg-id="" status="error",Suriyan TV +#EXTINF:-1 tvg-id="" status="online",Suriyan TV http://cdn.jwplayer.com/videos/1m0nMXhZ-3SDdwqdV.m3u8 #EXTINF:-1 tvg-id="" status="online",Times Now Navbharat [Geo-blocked] https://pubads.g.doubleclick.net/ssai/event/nRWQsGoJSzmcErJFgAy67g/master.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Toonz Kids (Indonesian dub) (360p) +#EXTINF:-1 tvg-id="" status="error",Toonz Kids (Indonesian dub) (360p) http://210.210.155.37/x6bnqe/s/s81/02.m3u8 -#EXTINF:-1 tvg-id="" status="error",Toonz Kids (Indonesian dub) (576p) +#EXTINF:-1 tvg-id="" status="timeout",Toonz Kids (Indonesian dub) (576p) http://210.210.155.37/x6bnqe/s/s81/01.m3u8 #EXTINF:-1 tvg-id="" status="error",Toonz Kids (Indonesian dub) (576p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s81/01.m3u8 diff --git a/streams/iq.m3u b/streams/iq.m3u index 69486bd00..d87040879 100644 --- a/streams/iq.m3u +++ b/streams/iq.m3u @@ -13,13 +13,13 @@ https://sd343444.vodu.store:3356/live/Alghadeer/index.m3u8 https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8 #EXTINF:-1 tvg-id="AlIraqiaNews.iq" status="blocked",Al Iraqia News https://cdn.catiacast.video/abr/78054972db7708422595bc96c6e024ac/playlist.m3u8 -#EXTINF:-1 tvg-id="AlJawadainTV.iq" status="error",Al-Jawadain TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AlJawadainTV.iq" status="online",Al-Jawadain TV (1080p) [Not 24/7] https://live.aljawadain.org/live/aljawadaintv/playlist.m3u8 #EXTINF:-1 tvg-id="AlkafeelBetweenthetwoholyshrines.iq" status="online",Alkafeel: Between the two holy shrines (720p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot4/manifest.m3u8 #EXTINF:-1 tvg-id="AlkafeelTheentranceoftheholysanctuary.iq" status="online",Alkafeel: The entrance of the holy sanctuary (720p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot3/manifest.m3u8 -#EXTINF:-1 tvg-id="AlkafeelTheHolyTomb.iq" status="error",Alkafeel: The Holy Tomb (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AlkafeelTheHolyTomb.iq" status="online",Alkafeel: The Holy Tomb (360p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot2/manifest.m3u8 #EXTINF:-1 tvg-id="AlkafeelThewindowofAlKafeel.iq" status="online",Alkafeel: The window of Al-Kafeel (720p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot1/manifest.m3u8 @@ -41,7 +41,7 @@ https://5d94523502c2d.streamlock.net/alsharqiyalive/mystream/playlist.m3u8 https://media.streambrothers.com:1936/8248/8248/playlist.m3u8 #EXTINF:-1 tvg-id="AssyrianANB.iq" status="online",Assyrian ANB (720p) https://anbsat.ddns.net/anb/live/ANB/playlist.m3u8 -#EXTINF:-1 tvg-id="AvaEntertainment.iq" status="error",Ava Entertainment (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AvaEntertainment.iq" status="online",Ava Entertainment (720p) [Not 24/7] https://cdn3.wowza.com/1/OWNQVXVWc0dQclJz/RXJPdHJx/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="BayyinatTV.iq" status="online",Bayyinat TV https://nl2.livekadeh.com/hls2/Bayyinat.m3u8 @@ -71,7 +71,7 @@ https://ur.imamhusseintv.com/live/ih4.m3u8 https://svs.itworkscdn.net/inewsiqlive/inewsiq.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Kurdistan24.iq" status="online",Kurdistan 24 (720p) https://d1x82nydcxndze.cloudfront.net/live/index.m3u8 -#EXTINF:-1 tvg-id="KurdistanTV.iq" status="online",Kurdistan TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KurdistanTV.iq" status="error",Kurdistan TV (720p) [Not 24/7] https://5a3ed7a72ed4b.streamlock.net/live/SMIL:myStream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KurdMaxMusic.iq" status="online",KurdMax Music (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/kurdmaxmusic/live @@ -93,7 +93,5 @@ https://602ccc850c9bb.streamlock.net/sterktv/smil:sterk.smil/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://vimeo.com/748384819 #EXTINF:-1 tvg-id="ZagrosTV.iq" status="timeout",Zagros (720p) [Not 24/7] https://5a3ed7a72ed4b.streamlock.net/zagrostv/SMIL:myStream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Cihan -http://cdn.dwasat.com:1935/live/cihann/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Iraqia Sport (1080p) [Geo-blocked] https://au7live.tooliserver.com/live/149075_0.m3u8?session= diff --git a/streams/ir.m3u b/streams/ir.m3u index cd91b04da..972757b78 100644 --- a/streams/ir.m3u +++ b/streams/ir.m3u @@ -3,7 +3,7 @@ https://bozztv.com/1gbw5/tintv2/tintv2/playlist.m3u8 #EXTINF:-1 tvg-id="AlAlam.ir" status="online",Al Alam (360p) [Not 24/7] https://live2.alalam.ir/alalam.m3u8 -#EXTINF:-1 tvg-id="AlKawtharTV.ir" status="online",Al Kawthar TV (240p) [Not 24/7] +#EXTINF:-1 tvg-id="AlKawtharTV.ir" status="blocked",Al Kawthar TV (240p) [Not 24/7] http://178.252.143.156:1935/live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="AlWilayah.ir" status="online",Al Wilayah (720p) [Not 24/7] https://nl.livekadeh.com/hls2/alwilayah.tv.m3u8 diff --git a/streams/it.m3u b/streams/it.m3u index f0aec4d86..69983534e 100644 --- a/streams/it.m3u +++ b/streams/it.m3u @@ -33,7 +33,7 @@ https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(C5)/ http://wms.shared.streamshow.it/canale7/canale7/playlist.m3u8 #EXTINF:-1 tvg-id="Canale8.it" status="online",Canale 8 (480p) http://wms.shared.streamshow.it/canale8/canale8/playlist.m3u8 -#EXTINF:-1 tvg-id="Canale21Lazio.it" status="online",Canale 21 Lazio (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Canale21Lazio.it" status="error",Canale 21 Lazio (480p) [Not 24/7] https://stream.mariatvcdn.com/canaleventuno/f5d2060b3682e0dfffd5b2f18e935ad3.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="CanaleDieci.it" status="online",Canale 10 (540p) [Not 24/7] http://37.187.142.147:1935/ch10live/high.stream/playlist.m3u8 @@ -268,7 +268,7 @@ https://59d7d6f47d7fc.streamlock.net/rs2/rs2/playlist.m3u8 http://ts2000tv.streaming.nextware.it:8081/ts2000tv/ts2000tv/playlist.m3u8 #EXTINF:-1 tvg-id="TeleVenezia.it" status="online",TeleVenezia (576p) https://59d8c0cee6f3d.streamlock.net/televenezia/televenezia/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleVideoAgrigento.it" status="online",TeleVideo Agrigento (480p) +#EXTINF:-1 tvg-id="TeleVideoAgrigento.it" status="error",TeleVideo Agrigento (480p) https://59d7d6f47d7fc.streamlock.net/tva/tva/playlist.m3u8 #EXTINF:-1 tvg-id="TGCom24.it" status="blocked",TGCom 24 [Geo-blocked] https://live2-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(kf)/index.m3u8 @@ -310,7 +310,7 @@ http://livestreaming.videolina.it/live/Videolina/playlist.m3u8 https://d3b2epqdk0p7vd.cloudfront.net/out/v1/8a448b5e16384af4a3c8146a7b049c32/index.m3u8 #EXTINF:-1 tvg-id="VirginRadioTV.it" status="blocked",Virgin Radio TV (576p) [Not 24/7] https://live2-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(ew)/index.m3u8 -#EXTINF:-1 tvg-id="VisualRadio.it" status="online",Visual Radio (576p) [Not 24/7] +#EXTINF:-1 tvg-id="VisualRadio.it" status="blocked",Visual Radio (576p) [Not 24/7] http://wms.shared.streamshow.it:1935/visualradio/visualradio/live.m3u8 #EXTINF:-1 tvg-id="Vuemme.it" status="online",Vuemme (480p) https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8 diff --git a/streams/jo.m3u b/streams/jo.m3u index 8eb334de4..fa7c5cd06 100644 --- a/streams/jo.m3u +++ b/streams/jo.m3u @@ -3,7 +3,7 @@ https://almamlka-live.ercdn.net/almamlka/almamlka.m3u8 #EXTINF:-1 tvg-id="AmmanTV.jo" status="online",Amman TV (720p) https://ammantv.c.s73cdn.net/23153d43-375a-472a-bc5f-9827582b5d22/elemental/live/master.m3u8 -#EXTINF:-1 tvg-id="AmmanTV.jo" status="timeout",Amman TV (720p) +#EXTINF:-1 tvg-id="AmmanTV.jo" status="error",Amman TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x81y6g1 #EXTINF:-1 tvg-id="AOneTV.jo" status="online",A One TV https://master.starmena-cloud.com/hls/a1jo.m3u8 @@ -45,5 +45,5 @@ http://188.247.86.66/RotanaRadio/Audio32/playlist.m3u8 https://weyyak-live.akamaized.net/weyyak_roya/index.m3u8 #EXTINF:-1 tvg-id="ToyorAlJannah.jo" status="online",Toyor Al-Jannah (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/toyorlive/live -#EXTINF:-1 tvg-id="" status="online",Thakafah TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Thakafah TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ThakafahTV/live diff --git a/streams/jp.m3u b/streams/jp.m3u index 4c34318f4..641e9e492 100644 --- a/streams/jp.m3u +++ b/streams/jp.m3u @@ -31,12 +31,12 @@ https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/sycc-live/id/playlist.m3u https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/sycc-live/zh/playlist.m3u8 #EXTINF:-1 tvg-id="NipponTV.jp" status="online",Nippon TV (540p) [Not 24/7] https://ntv3.mov3.co/hls/ntv.m3u8 -#EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCuTAXTexrhetbOe3zgskJBQ/live #EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (480p) https://n24-cdn-live.ntv.co.jp/ch01/index.m3u8 #EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (480p) https://n24-cdn-live.ntv.co.jp/ch02/index.m3u8 +#EXTINF:-1 tvg-id="NTVNews24.jp" status="timeout",NTV News24 (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCuTAXTexrhetbOe3zgskJBQ/live #EXTINF:-1 tvg-id="ShopChannel.jp" status="online",Shop Channel (1080p) [Not 24/7] https://stream3.shopch.jp/HLS/master.m3u8 #EXTINF:-1 tvg-id="TBSNews.jp" status="online",TBS News diff --git a/streams/ke.m3u b/streams/ke.m3u index 167d43192..9084b3121 100644 --- a/streams/ke.m3u +++ b/streams/ke.m3u @@ -1,11 +1,11 @@ #EXTM3U -#EXTINF:-1 tvg-id="CitizenTV.ke" status="online",Citizen TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CitizenTV.ke" status="timeout",Citizen TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/kenyacitizentv/live -#EXTINF:-1 tvg-id="KamemeTV.ke" status="online",Kameme TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KamemeTV.ke" status="timeout",Kameme TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x6ol8sj -#EXTINF:-1 tvg-id="KTNNews.ke" status="online",KTN News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KTNNews.ke" status="timeout",KTN News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/standardgroupkenya/live #EXTINF:-1 tvg-id="NTVKenya.ke" status="timeout",NTV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x6shkab -#EXTINF:-1 tvg-id="TV47Kenya.ke" status="online",TV47 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TV47Kenya.ke" status="timeout",TV47 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/tv47kenya/ diff --git a/streams/kr.m3u b/streams/kr.m3u index 20cdbfbf2..feaad75d7 100644 --- a/streams/kr.m3u +++ b/streams/kr.m3u @@ -69,7 +69,7 @@ https://live-ch1.cjonstyle.net/cjmalllive/stream2/playlist.m3u8 https://live-ch2.cjonstyle.net/cjosplus/live2/playlist.m3u8 #EXTINF:-1 tvg-id="CTSTV.kr" status="online",CTS기독교TV (720p) https://d34t5yjz1ooymj.cloudfront.net/out/v1/875039d5eba0478fa8375a06b3aa5a37/index.m3u8 -#EXTINF:-1 tvg-id="DaeguMBCTV.kr" status="online",MBC Daegu (대구 MBC) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="DaeguMBCTV.kr" status="error",MBC Daegu (대구 MBC) (480p) [Not 24/7] https://5ee1ec6f32118.streamlock.net/live/livetv/playlist.m3u8 #EXTINF:-1 tvg-id="DaejeonMBCTV.kr" status="online",MBC Daejeon (대전 MBC) (720p) [Not 24/7] https://ns1.tjmbc.co.kr/live/myStream.sdp/playlist.m3u8 @@ -101,10 +101,10 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://necgokr2-724.acs.wecandeo.com/ms/2528/724/index_1.m3u8 #EXTINF:-1 tvg-id="FTV.kr" status="online",FTV (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/FTV.m3u8 -#EXTINF:-1 tvg-id="GCN.kr" status="online",GCN24 Korean (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqGxkgVnPc7arUR7MdCi99g/live #EXTINF:-1 tvg-id="GCN.kr" status="online",GCN24 Korean (480p) [Not 24/7] http://liveko24-manminglobal3.ktcdn.co.kr/liveko24/gcnko_high/playlist.m3u8 +#EXTINF:-1 tvg-id="GCN.kr" status="timeout",GCN24 Korean (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqGxkgVnPc7arUR7MdCi99g/live #EXTINF:-1 tvg-id="GolfPBA.kr" status="online",Golf & PBA (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/GolfPBA.m3u8 #EXTINF:-1 tvg-id="GSMyShop.kr" status="online",GS My Shop (1080p) @@ -123,9 +123,9 @@ https://allanf181.github.io/adaptive-streams/streams/kr/HoneyTV.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/IBSports.m3u8 #EXTINF:-1 tvg-id="iHQDrama.kr" status="online",iHQ drama (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/iHQDrama.m3u8 -#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="online",MBC Jeju (제주 MBC) (352p) [Not 24/7] +#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="error",MBC Jeju (제주 MBC) (352p) [Not 24/7] https://wowza.jejumbc.com/live/tv_jejumbc/playlist.m3u8 -#EXTINF:-1 tvg-id="JIBSTV.kr" status="online",SBS JIBS (JIBS SBS) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JIBSTV.kr" status="timeout",SBS JIBS (JIBS SBS) (720p) [Not 24/7] http://123.140.197.22/stream/1/play.m3u8 #EXTINF:-1 tvg-id="JTBC2.kr" status="online",JTBC2 (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/JTBC2.m3u8 @@ -159,10 +159,10 @@ http://ye23.vip/z7z8/2021/kbs2020.php?id=7 http://ye23.vip/z7z8/2021/kbs2020.php?id=8 #EXTINF:-1 tvg-id="KBSWorld.kr" status="online",KBS World (720p) https://kbsworld-ott.akamaized.net/hls/live/2002341/kbsworld/master.m3u8 -#EXTINF:-1 tvg-id="KBSWorld.kr" status="online",KBS World (Vietnamese Subtitles) (720p) -https://livecdn.fptplay.net/sdb/kbs_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KBSWorld.kr" status="online",KBS World (720p) https://wms4-kortv.akamaized.net/a_live/63719963/smil:20ch011.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="KBSWorld.kr" status="error",KBS World (Vietnamese Subtitles) (720p) +https://livecdn.fptplay.net/sdb/kbs_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KCTV.kr" status="online",KCTV 광주 CH05 (720p) [Not 24/7] http://119.77.96.184:1935/chn05/chn05/playlist.m3u8 #EXTINF:-1 tvg-id="KLeague1.kr" status="online",K League 1 (1080p) [Not 24/7] @@ -171,19 +171,19 @@ https://allanf181.github.io/adaptive-streams/streams/kr/KLeague1.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/KLeague2.m3u8 #EXTINF:-1 tvg-id="KLeague3.kr" status="online",K League 3 (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/KLeague3.m3u8 +#EXTINF:-1 tvg-id="KNNTV.kr" status="online",SBS KNN (KNN 부산경남대표방송) (1080p) +http://220.95.92.160:9981/stream/channelid/1445999617 #EXTINF:-1 tvg-id="KNNTV.kr" status="online",SBS KNN (KNN 부산경남대표방송) (450p) [Not 24/7] http://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="KNNTV.kr" status="error",SBS KNN (KNN 부산경남대표방송) (1080p) -http://220.95.92.160:9981/stream/channelid/1445999617 #EXTINF:-1 tvg-id="KoreaEconomyTV.kr" status="online",Korea Economy TV (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/KoreaEconomyTV.m3u8 -#EXTINF:-1 tvg-id="KPlus.sg" status="online",K+ (Indonesian subtitle) (576p) +#EXTINF:-1 tvg-id="KPlus.sg" status="error",K+ (Indonesian subtitle) (576p) http://210.210.155.37/uq2663/h/h08/index.m3u8 #EXTINF:-1 tvg-id="KShopping.kr" status="online",KShopping https://fhs8036.bd-61.ktcdn.co.kr/klive/smil:klive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MBCGyeongnamChangwonTV.kr" status="online",MBC Gyeongnam (경상 MBC) (1080p) https://624a79c87201d.streamlock.net/MBCTV/TV1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="MBCTV.kr" status="error",MBC (1080p) +#EXTINF:-1 tvg-id="MBCTV.kr" status="online",MBC (1080p) http://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8 #EXTINF:-1 tvg-id="MBN.kr" status="online",MBN (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/MBN.m3u8 @@ -249,10 +249,10 @@ https://apichvod19.seezntv.com/OTM/11990_M.m3u8?AdaptiveType=HLS&SessionID=3438d https://apichvod19.seezntv.com/OTM/11990_L.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 #EXTINF:-1 tvg-id="SPOTV.kr" status="online",SPOTV1 (1080p) https://apichvod19.seezntv.com/OTM/10070_H.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 -#EXTINF:-1 tvg-id="SPOTV.kr" status="online",SPOTV1 (720p) -https://apichvod19.seezntv.com/OTM/10070_M.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 #EXTINF:-1 tvg-id="SPOTV.kr" status="online",SPOTV1 (404p) https://apichvod19.seezntv.com/OTM/10070_L.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 +#EXTINF:-1 tvg-id="SPOTV.kr" status="error",SPOTV1 (720p) +https://apichvod19.seezntv.com/OTM/10070_M.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 #EXTINF:-1 tvg-id="TBCTV.kr" status="online",SBS TBC (TBC 대구방송) (540p) http://221.157.125.239:1935/live/psike/playlist.m3u8 #EXTINF:-1 tvg-id="TBSTV.kr" status="online",TBS Seoul (720p) @@ -271,11 +271,11 @@ https://allanf181.github.io/adaptive-streams/streams/kr/Tooniverse.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/TVChosun.m3u8 #EXTINF:-1 tvg-id="tvN.kr" status="online",tvN (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/tvN.m3u8 -#EXTINF:-1 tvg-id="TVNAsia.hk" status="online",tvN Asia (Indonesian Subtitle) (576p) +#EXTINF:-1 tvg-id="TVNAsia.hk" status="error",tvN Asia (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h20/index.m3u8 #EXTINF:-1 tvg-id="tvNDrama.kr" status="online",tvN DRAMA (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/tvNDrama.m3u8 -#EXTINF:-1 tvg-id="TVNMovies.hk" status="error",tvN Movies (Indonesian Subtitle) (576p) +#EXTINF:-1 tvg-id="TVNMovies.hk" status="online",tvN Movies (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h21/index.m3u8 #EXTINF:-1 tvg-id="tvNShow.kr" status="online",tvN SHOW (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/tvNShow.m3u8 @@ -299,10 +299,10 @@ https://allanf181.github.io/adaptive-streams/streams/kr/YTN.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChlgI3UHCOnwUGzWzbJ3H5w/live #EXTINF:-1 tvg-id="YTNDMB.kr" status="timeout",YTN DMB http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC38IlqMxZ_YtFg3eSGmmJnQ/live -#EXTINF:-1 tvg-id="YTNScience.kr" status="online",YTN SCIENCE (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZdBJIbJz0P9xyFipgOj1fA/live #EXTINF:-1 tvg-id="YTNScience.kr" status="online",YTN SCIENCE (270p) http://slive.sciencetv.kr:1935/science/yslive_20140419_1/playlist.m3u8 +#EXTINF:-1 tvg-id="YTNScience.kr" status="timeout",YTN SCIENCE (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZdBJIbJz0P9xyFipgOj1fA/live #EXTINF:-1 tvg-id="" status="timeout",All The K-POP http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ALLTHEKPOP/live #EXTINF:-1 tvg-id="" status="online",Arirang Radio (720p) @@ -315,7 +315,7 @@ http://amdlive-ch03.ctnd.com.edgesuite.net/arirang_3ch/smil:arirang_3ch.smil/pla http://amdlive.ctnd.com.edgesuite.net/arirang_3ch/smil:arirang_3ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Arirang Radio (720p) https://amdlive-ch02-ctnd-com.akamaized.net/arirang_3ch/smil:arirang_3ch.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",arteTV +#EXTINF:-1 tvg-id="" status="online",arteTV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/TheArteTV/live #EXTINF:-1 tvg-id="" status="online",GoodTV (1080p) http://mobliestream.c3tv.com:1935/live/goodtv.sdp/playlist.m3u8 diff --git a/streams/kw.m3u b/streams/kw.m3u index 9c4c7ccf2..641531e74 100644 --- a/streams/kw.m3u +++ b/streams/kw.m3u @@ -15,11 +15,11 @@ https://gulfsat.cdn.easybroadcast.fr/live/Aladalah_abr/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/embed/video/x7tchkl #EXTINF:-1 tvg-id="FunoonTV.kw" status="blocked",Funoon (360p) https://gulfsat.cdn.easybroadcast.fr/live/FunoonHd_abr/playlist.m3u8 -#EXTINF:-1 tvg-id="KTVEthraa.kw" status="online",KTV Ethraa (1080p) +#EXTINF:-1 tvg-id="KTVEthraa.kw" status="timeout",KTV Ethraa (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVEthraa -#EXTINF:-1 tvg-id="KTVKhallikBilbait.kw" status="online",KTV Khallik Bilbait (1080p) +#EXTINF:-1 tvg-id="KTVKhallikBilbait.kw" status="timeout",KTV Khallik Bilbait (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KhallikBilbait #EXTINF:-1 tvg-id="KTVSport.kw" status="online",KTV Sport (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVSports -#EXTINF:-1 tvg-id="MarinaTV.kw" status="online",Marina TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MarinaTV.kw" status="timeout",Marina TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/marinai/live diff --git a/streams/kz.m3u b/streams/kz.m3u index a0237fc04..dae9b914d 100644 --- a/streams/kz.m3u +++ b/streams/kz.m3u @@ -7,16 +7,16 @@ http://live-atameken.cdnvideo.ru/atameken/atameken.sdp/playlist.m3u8 https://sc.id-tv.kz/Atameken.m3u8 #EXTINF:-1 tvg-id="CaspianNews.kz" status="online",Caspian News (576p) [Not 24/7] https://sc.id-tv.kz/CaspianNews.m3u8 -#EXTINF:-1 tvg-id="ElArna.kz" status="online",Ел Арна (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ElArna.kz" status="error",Ел Арна (576p) [Not 24/7] https://sc.id-tv.kz/ElArna.m3u8 -#EXTINF:-1 tvg-id="GakkuTV.kz" status="error",Gakku (576p) [Not 24/7] +#EXTINF:-1 tvg-id="GakkuTV.kz" status="online",Gakku (576p) [Not 24/7] https://sc.id-tv.kz/Gakku.m3u8 #EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnAFKvDuqBGkIfV8Vn0J_CQ/live -#EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (720p) [Not 24/7] http://serv30.vintera.tv:8081/habar/habar24/playlist.m3u8 #EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (720p) [Not 24/7] https://live-24kz.cdnvideo.ru/24kz/24kz.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="Khabar24.kz" status="timeout",Хабар 24 (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnAFKvDuqBGkIfV8Vn0J_CQ/live #EXTINF:-1 tvg-id="KTK.kz" status="online",КТК (576p) [Not 24/7] https://sc.id-tv.kz/KTK.m3u8 #EXTINF:-1 tvg-id="KTK.kz" status="online",КТК (360p) [Not 24/7] @@ -27,7 +27,7 @@ https://tvcdn01.oktv.kz/tv/mtrk/playlist.m3u8 http://serv25.vintera.tv:8081/novoetv/nov_tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",7 канал (576p) [Not 24/7] https://sc.id-tv.kz/7_kanal.m3u8 -#EXTINF:-1 tvg-id="" status="error",31 канал (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",31 канал (576p) [Not 24/7] https://sc.id-tv.kz/31Kanal.m3u8 #EXTINF:-1 tvg-id="" status="online",Balapan TV https://balapantv-stream.qazcdn.com/balapantv/balapantv/playlist.m3u8 diff --git a/streams/lb.m3u b/streams/lb.m3u index 36a4366a3..2bd14e6b9 100644 --- a/streams/lb.m3u +++ b/streams/lb.m3u @@ -13,19 +13,19 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid https://manar.live/iptv/playlist.m3u8 #EXTINF:-1 tvg-id="AlManar.lb" status="online",Al Manar (576p) [Not 24/7] https://manar.live/x.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlMayadeenTV.lb" status="online",Al Mayadeen (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCO-kV7ZFOiKwcP2U0h4aEbA/live #EXTINF:-1 tvg-id="AlMayadeenTV.lb" status="online",Al Mayadeen (576p) https://mdnlv.cdn.octivid.com/almdn/smil:mpegts.stream.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AlMayadeenTV.lb" status="timeout",Al Mayadeen (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCO-kV7ZFOiKwcP2U0h4aEbA/live #EXTINF:-1 tvg-id="ArabicaTV.lb" status="online",Arabica TV (720p) http://istream.binarywaves.com:8081/hls/arabica/playlist.m3u8 #EXTINF:-1 tvg-id="CharityTV.lb" status="online",CharityTV (1080p) [Not 24/7] http://185.105.4.236:1935/live/ngrp:livestream_all/live.m3u8 -#EXTINF:-1 tvg-id="NabaaTV.lb" status="error",Nabaa TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NabaaTV.lb" status="online",Nabaa TV (720p) [Not 24/7] http://31.14.40.237:1935/live/Nabaa/playlist.m3u8 -#EXTINF:-1 tvg-id="NabaaTV.lb" status="error",Nabaa TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NabaaTV.lb" status="online",Nabaa TV (720p) [Not 24/7] http://31.14.40.238:1935/live/Nabaa/playlist.m3u8 -#EXTINF:-1 tvg-id="NabaaTV.lb" status="error",Nabaa TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NabaaTV.lb" status="online",Nabaa TV (720p) [Not 24/7] https://5dc7d824154d0.streamlock.net/live/Nabaa/playlist.m3u8 #EXTINF:-1 tvg-id="NourAlKoddass.lb" status="online",Nour Al Koddas (406p) [Not 24/7] https://svs.itworkscdn.net/nour1satlive/livestream/playlist.m3u8 diff --git a/streams/lk.m3u b/streams/lk.m3u index 435ab6b87..71231042b 100644 --- a/streams/lk.m3u +++ b/streams/lk.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="ChannelEye.lk" status="timeout",Channel Eye (480p) [Geo-blocked] http://dammikartmp.tulix.tv/slrc2/slrc2/playlist.m3u8 -#EXTINF:-1 tvg-id="HiruTV.lk" status="error",Hiru TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="HiruTV.lk" status="online",Hiru TV (360p) [Not 24/7] https://eu10b.serverse.com:1936/8012/8012/playlist.m3u8 #EXTINF:-1 tvg-id="ITN.lk" status="online",ITN (720p) [Not 24/7] https://j78dp2pnlq5r-hls-live.comcities.net/ITNDigital/cf467ddf13ba30dd3c71435cafa6fd6e.sdp/playlist_dvr.m3u8 diff --git a/streams/mr.m3u b/streams/mr.m3u index 9ce64e4f0..336a9b58e 100644 --- a/streams/mr.m3u +++ b/streams/mr.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="error",Télévision de Mauritanie (1080p) +#EXTINF:-1 tvg-id="" status="timeout",Télévision de Mauritanie (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/mauritaniantv/live diff --git a/streams/mx.m3u b/streams/mx.m3u index e80f8ef3b..3f7d6b46a 100644 --- a/streams/mx.m3u +++ b/streams/mx.m3u @@ -11,7 +11,7 @@ http://45.174.77.243:8000/play/a0fl/index.m3u8 https://mdstrm.com/live-stream-playlist/5a7b1e63a8da282c34d65445.m3u8 #EXTINF:-1 tvg-id="Canal10Cancun.mx" status="online",Canal 10 Cancún (720p) [Not 24/7] http://stream2.dynalias.com:1935/live/tvlive1/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal28.mx" status="online",Canal 28 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal28.mx" status="error",Canal 28 (720p) [Not 24/7] https://api.new.livestream.com/accounts/3789491/events/8003011/live.m3u8 #EXTINF:-1 tvg-id="Canal44.mx" status="online",Canal 44 Chihuahua (720p) [Not 24/7] https://5e50264bd6766.streamlock.net/canal442/videocanal442/playlist.m3u8 @@ -31,17 +31,17 @@ https://live-streams-notusa.televisa.com/channel02-b/index.m3u8 http://wms10.tecnoxia.com/soelvi/slv423/playlist.m3u8 #EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="blocked",Hipódromo de las Américas (480p) [Geo-blocked] http://wms.tecnoxia.com:1935/8158/8158/playlist.m3u8 -#EXTINF:-1 tvg-id="ImagenMulticast.mx" status="timeout",Imagen Multicast (480p) [Not 24/7] +#EXTINF:-1 tvg-id="ImagenMulticast.mx" status="online",Imagen Multicast (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UClqo4ZAAZ01HQdCTlovCgkA/live -#EXTINF:-1 tvg-id="ImagenRadio.mx" status="online",Imagen Radio (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ImagenRadio.mx" status="error",Imagen Radio (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCB0BUmdBOrH9mYU2ebs1eWA/live #EXTINF:-1 tvg-id="JaliscoTV.mx" status="online",Jalisco TV (720p) [Geo-blocked] https://5fa5de1a545ae.streamlock.net/sisjalisciense/sisjalisciense/playlist.m3u8 #EXTINF:-1 tvg-id="MariaVision.mx" status="online",María Visión Mexico (360p) [Not 24/7] https://1601580044.rsc.cdn77.org/live/_jcn_/amlst:Mariavision/master.m3u8 -#EXTINF:-1 tvg-id="MexicoTravelChannel.mx" status="online",México Travel Channel (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MexicoTravelChannel.mx" status="timeout",México Travel Channel (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7v76vf -#EXTINF:-1 tvg-id="MilenioTelevision.mx" status="timeout",Milenio Televisión (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MilenioTelevision.mx" status="online",Milenio Televisión (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFxHplbcoJK9m70c4VyTIxg/live #EXTINF:-1 tvg-id="MonteMaria.mx" status="timeout",Monte Maria (720p) https://rbaca.livestreamingcdn.com/envivo3/smil:live.smil/playlist.m3u8 @@ -55,7 +55,7 @@ https://mdstrm.com/live-stream-playlist/57b4dbf5dbbfc8f16bb63ce1.m3u8 https://canal10.mediaflix.istream.mx/wza_live/live/movil/playlist.m3u8 #EXTINF:-1 tvg-id="OnceMexico.mx" status="online",Once Mexico (720p) https://d24sa4vr9gvjv.cloudfront.net/index.m3u8 -#EXTINF:-1 tvg-id="QuieroTV.mx" status="online",Quiero TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="QuieroTV.mx" status="timeout",Quiero TV (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x8452uw #EXTINF:-1 tvg-id="RCGTV2.mx" status="online",RCG TV 2 (360p) [Not 24/7] http://wowzacontrol.com:1936/stream23/stream23/playlist.m3u8 @@ -73,13 +73,13 @@ https://mdstrm.com/live-stream-playlist/61e1e088d04d7744686afc42.m3u8 http://mdstrm.com/live-stream-playlist/57b4dc126338448314449d0c.m3u8 #EXTINF:-1 tvg-id="TelevisaAguascalientes.mx" status="timeout",Televisa Aguascalientes (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5ZtV3bu3bjSuOLoA6oCFIg/live -#EXTINF:-1 tvg-id="TelevisaCiudadJuarez.mx" status="online",Televisa Ciudad Juarez (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaCiudadJuarez.mx" status="timeout",Televisa Ciudad Juarez (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCot4t8PVKz8TT5xVM8Eb00w/live #EXTINF:-1 tvg-id="TelevisaDelGolfo.mx" status="timeout",Televisa Del Golfo http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQ08tNTPiBn44c975S81ftg/live #EXTINF:-1 tvg-id="TelevisaEstado.mx" status="online",Televisa Estado (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC9DH82HVSf4katwMeUpY80w -#EXTINF:-1 tvg-id="TelevisaGuadalajara.mx" status="timeout",Televisa Guadalajara (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaGuadalajara.mx" status="online",Televisa Guadalajara (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRujF_YxVVFmTRWURQH-Cww/live #EXTINF:-1 tvg-id="TelevisaGuerrero.mx" status="timeout",Televisa Guerrero (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnxTRk2K1iNsQkgpWXxyj4w/live @@ -109,7 +109,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCtm1LvYEIQ_NrfOUVJ08YhQ/live #EXTINF:-1 tvg-id="TelevisaSonora.mx" status="timeout",Televisa Sonora (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCyzWMHGS7bs0sot6KZk5EZg/live -#EXTINF:-1 tvg-id="TelevisaVeracruz.mx" status="online",Televisa Veracruz (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaVeracruz.mx" status="timeout",Televisa Veracruz (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5EnLdE7ASjYzWt7wvT-QSg/live #EXTINF:-1 tvg-id="TelevisaZacatecas.mx" status="timeout",Televisa Zacatecas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQb3i7gu9J8A4zzQU7j6C1Q/live @@ -125,7 +125,7 @@ https://5ca3e84a76d30.streamlock.net/gpacifico2/mochis.smil/playlist.m3u8 https://5ca3e84a76d30.streamlock.net/gpacifico3/obregon.smil/playlist.m3u8 #EXTINF:-1 tvg-id="XEWHTDT.mx" status="online",Telemax (XEWH-TDT) (720p) http://s5.mexside.net:1935/telemax/telemax/playlist.m3u8 -#EXTINF:-1 tvg-id="XEWTTDT.mx" status="online",Canal 12 (XETW-TDT) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="XEWTTDT.mx" status="timeout",Canal 12 (XETW-TDT) (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCjwXjnO3BGePtB7gSKEpoqA/live #EXTINF:-1 tvg-id="XHGVTDT.mx" status="online",TVMÁS (XHGV-TDT) (360p) [Not 24/7] https://5ca9af4645e15.streamlock.net/rtv/videortv/playlist.m3u8 diff --git a/streams/mx_pluto.m3u b/streams/mx_pluto.m3u index 1e7d4a7c8..1d834a85c 100644 --- a/streams/mx_pluto.m3u +++ b/streams/mx_pluto.m3u @@ -5,10 +5,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ac3e268cae539b https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1ac3e268cae539bcedb07/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="LuchaLibreAAA.us" status="online",Pluto TV Lucha Libre AAA (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c01df1759ee03633e7b272c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c01df1759ee03633e7b272c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=971&terminate=false&userId= -#EXTINF:-1 tvg-id="LuchaLibreAAA.us" status="online",Pluto TV Lucha Libre AAA (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c01df1759ee03633e7b272c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="LuchaLibreAAA.us" status="online",Pluto TV Lucha Libre AAA (360p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f99a772c54853000797bf18/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="LuchaLibreAAA.us" status="online",Pluto TV Lucha Libre AAA (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c01df1759ee03633e7b272c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NickClasico.us" status="online",Pluto TV Nick Clásico (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddd7c348520b40009c347e2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="NickClasico.us" status="online",Pluto TV Nick Clásico (720p) @@ -29,10 +29,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acc3e0 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e6a4d875d7ccf0007cc2cf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVAnimeClasico.us" status="online",Pluto TV Anime Clásico (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6054acc871ec430007f54c7d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVArchivosForenses.us" status="online",Pluto TV Archivos Forenses (360p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb8c19b2678b000780d032/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVArchivosForenses.us" status="online",Pluto TV Archivos Forenses (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f984f4a09e92d0007d74647/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVArchivosForenses.us" status="online",Pluto TV Archivos Forenses (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb8c19b2678b000780d032/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVAsesinatosdeMidsomer.us" status="online",Pluto TV Asesinatos de Midsomer (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aca8310a30e00074fab92/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAventura.us" status="online",Pluto TV Aventura (720p) @@ -45,7 +45,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aca0b4 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd87d882574170007fac022/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCiencia.us" status="online",Pluto TV Ciencia (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd8364ea1d6780009929902/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCineSuspenso.us" status="online",Pluto TV Cine Suspenso (720p) +#EXTINF:-1 tvg-id="PlutoTVCineSuspenso.us" status="timeout",Pluto TV Cine Suspenso (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddc4e8bcbb9010009b4e84f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVComedyCentralLatino.us" status="online",Pluto TV Comedy Central Latino (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96dad1652631e36d43320/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96dad1652631e36d43320&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=967&terminate=false&userId= @@ -65,7 +65,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f280149c https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60e45687313c5f0007bc8e94/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&serverSideAds=false&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVElReinoInfantil.us" status="online",Pluto TV El Reino Infantil (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d3d06fb60d8000781fce8/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVEmpenosalobestia.us" status="online",Pluto TV Empeños a lo bestia (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PlutoTVEmpenosalobestia.us" status="timeout",Pluto TV Empeños a lo bestia (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f23102d5e239d00074b092a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVEstrellasdeAccion.us" status="online",Pluto TV Estrellas de Acción (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e972a21ad709d00074195ba/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= @@ -86,9 +86,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f9996533c9de30007 #EXTINF:-1 tvg-id="PlutoTVLasreglasdeljuego.us" status="online",Pluto TV Las reglas del juego (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acb4eebe0f0000767b40f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us" status="online",Pluto TV Los archivos del FBI (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67d41b93312100076f3fca/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us" status="online",Pluto TV Los archivos del FBI (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acbed25948a0007ffbe65/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us" status="online",Pluto TV Los archivos del FBI (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67d41b93312100076f3fca/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVLosnuevosdetectives.us" status="online",Pluto TV Los nuevos detectives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acba0d1f6340007db8843/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMinutoParaGanar.us" status="online",Pluto TV Minuto Para Ganar (720p) @@ -108,23 +108,23 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96d351 #EXTINF:-1 tvg-id="PlutoTVMTVTattooADos.us" status="online",Pluto TV MTV Tattoo A Dos (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/611b87946b7f420007c22361/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&serverSideAds=false&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMundo.us" status="online",Pluto TV Mundo (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d103f031154a4172d262b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d103f031154a4172d262b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=959&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVMundo.us" status="online",Pluto TV Mundo (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d103f031154a4172d262b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMundo.us" status="online",Pluto TV Mundo (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d103f031154a4172d262b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d103f031154a4172d262b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=959&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMutanteX.us" status="online",Pluto TV Mutante X (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acc91cc9e1b000711ff21/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d10ce06a9665fe54bf74a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d10ce06a9665fe54bf74a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=962&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd85eac039bba0009e86d1d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d10ce06a9665fe54bf74a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd85eac039bba0009e86d1d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVNovelas.us" status="online",Pluto TV Novelas (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0cc2efd2700090b7ff4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84dbf4a838b60007ffbba1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=942&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNovelasDramas.us" status="online",Pluto TV Novelas Dramas (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p) diff --git a/streams/my.m3u b/streams/my.m3u index fceecbe57..bca1a8b1b 100644 --- a/streams/my.m3u +++ b/streams/my.m3u @@ -5,11 +5,11 @@ https://awanitv.akamaized.net/hls/live/2017836/LiveTV1/index.m3u8 https://agsplayback01.astro.com.my/CH3/master_VAANGOSHOP5.m3u8 #EXTINF:-1 tvg-id="BeritaRTM.my" status="blocked",Berita RTM (1080p) https://rtmlive03tv.secureswiftcontent.com/rtmchannel/03-manifest.mpd -#EXTINF:-1 tvg-id="BernamaTV.my" status="online",Bernama TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="BernamaTV.my" status="timeout",Bernama TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcZg5r9hBqK_VPUT2I7eYVw/live -#EXTINF:-1 tvg-id="CinemaWorld.my" status="online",CinemaWorld (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="CinemaWorld.my" status="error",CinemaWorld (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h04/index.m3u8 -#EXTINF:-1 tvg-id="CinemaWorld.my" status="online",CinemaWorld (576p) +#EXTINF:-1 tvg-id="CinemaWorld.my" status="error",CinemaWorld (576p) http://210.210.155.37/dr9445/h/h04/index.m3u8 #EXTINF:-1 tvg-id="DramaSangat.my" status="online",Drama Sangat (720p) [Not 24/7] https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/Drama_Sangat.m3u8 diff --git a/streams/ng.m3u b/streams/ng.m3u index 947c58193..619eda18c 100644 --- a/streams/ng.m3u +++ b/streams/ng.m3u @@ -5,5 +5,5 @@ http://africatv.live.net.sa:1935/live/africatv3/playlist.m3u8 http://185.105.4.193:1935/ltv/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="NTAInternational.ng" status="online",NTA International (576p) [Not 24/7] https://api.visionip.tv/live/ASHTTP/visiontvuk-entertainment-ntai-hsslive-25f-4x3-MB/playlist.m3u8 -#EXTINF:-1 tvg-id="TVCNews.ng" status="online",TVC News +#EXTINF:-1 tvg-id="TVCNews.ng" status="timeout",TVC News http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/tvcnewsnigeria/live diff --git a/streams/ni.m3u b/streams/ni.m3u index f465fa072..a803962f7 100644 --- a/streams/ni.m3u +++ b/streams/ni.m3u @@ -3,7 +3,7 @@ http://138.117.4.70:8075/channel2/playlist.m3u8 #EXTINF:-1 tvg-id="Canal6.ni" status="online",Canal 6 http://138.117.4.70:8075/channel6/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal6.ni" status="online",Canal 6 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal6.ni" status="timeout",Canal 6 (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/canal6nicaraguaoficial #EXTINF:-1 tvg-id="Canal9.ni" status="online",Canal 9 http://138.117.4.70:8075/channel9/playlist.m3u8 diff --git a/streams/nl.m3u b/streams/nl.m3u index d6a2bea68..c2e8e007d 100644 --- a/streams/nl.m3u +++ b/streams/nl.m3u @@ -129,8 +129,6 @@ https://live.salto.nl/hls/at5.m3u8 https://salto-streams.nl/hls/sotv1.m3u8 #EXTINF:-1 tvg-id="Samen1TV.nl" status="online",Samen1 TV (720p) https://server-67.stream-server.nl:1936/Samen1TV/Samen1TV/playlist.m3u8 -#EXTINF:-1 tvg-id="SirisTV.nl" status="error",Siris TV (720p) [Not 24/7] -https://cdn.streammy.events/siris/tv/playlist.m3u8 #EXTINF:-1 tvg-id="StreekTV.nl" status="online",Streek TV (720p) [Not 24/7] http://cdn22.streampartner.nl/streektv/streektv/playlist.m3u8 #EXTINF:-1 tvg-id="StreekTV.nl" status="online",Streek TV (720p) [Not 24/7] @@ -165,7 +163,7 @@ https://live.zuidwesttv.nl/live/zwtv.m3u8 https://eu-nl-012.worldcast.tv/dancetelevisiontwo/dancetelevisiontwo.m3u8 #EXTINF:-1 tvg-id="" status="online",L1mburg (720p) [Not 24/7] https://d34pj260kw1xmk.cloudfront.net/live/l1/tv/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",Omroep Gelderland (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Omroep Gelderland (720p) [Not 24/7] https://web.omroepgelderland.nl/live/livetv.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio A1 (1080p) [Not 24/7] https://www.a1mediagroep.nl/hls/a1tv.m3u8 diff --git a/streams/pa.m3u b/streams/pa.m3u index a16d245e6..8eb25798f 100644 --- a/streams/pa.m3u +++ b/streams/pa.m3u @@ -13,11 +13,11 @@ https://stmv3.voxtvhd.com.br/dreikotv/dreikotv/playlist.m3u8 https://1206618505.rsc.cdn77.org/LS-ATL-59020-1/playlist.m3u8 #EXTINF:-1 tvg-id="NexTVCanal21.pa" status="timeout",Nex TV (Canal 21) http://209.91.213.10:8088/play/a01o -#EXTINF:-1 tvg-id="OyeTV.pa" status="online",Oye TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="OyeTV.pa" status="blocked",Oye TV (480p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88df173853e7072f3f953f.m3u8 -#EXTINF:-1 tvg-id="RPCTV.pa" status="blocked",RPC (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="RPCTV.pa" status="online",RPC (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88d659120a717cf93ce620.m3u8 -#EXTINF:-1 tvg-id="Telemetro.pa" status="blocked",Telemetro (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="Telemetro.pa" status="online",Telemetro (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88dd2229b0890723df2165.m3u8 #EXTINF:-1 tvg-id="Telemetro.pa" status="timeout",Telemetro (480p) http://209.91.213.10:8088/play/a00h diff --git a/streams/pe.m3u b/streams/pe.m3u index e81ce06b5..0c38ba2ae 100644 --- a/streams/pe.m3u +++ b/streams/pe.m3u @@ -35,7 +35,7 @@ https://tv.inka.net.pe/cajamarcatv/cajamarcatv/index.m3u8 https://tvdatta.com:3838/live/canalcatacaoslive.m3u8 #EXTINF:-1 tvg-id="Canal43Sudamericana.pe" status="timeout",Canal 43 Sudamericana (Ica) (360p) [Not 24/7] https://media2.cdnlayer.biz:8081/8014/index.m3u8 -#EXTINF:-1 tvg-id="CanalB.pe" status="online",CanalB (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalB.pe" status="error",CanalB (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alfonsobaella/live #EXTINF:-1 tvg-id="CaribeTelevision.pe" status="timeout",Caribe Televisión (Otuzco) (1080p) [Not 24/7] http://191.97.56.183:1935/caribetv/caribetv/playlist.m3u8 @@ -57,7 +57,7 @@ https://7.innovatestream.pe:19360/cnctv/cnctv.m3u8 https://cloudvideo.servers10.com:8081/8150/index.m3u8 #EXTINF:-1 tvg-id="Conecta2TV.pe" status="online",Conecta2TV (Lima) (720p) [Not 24/7] https://servilive.com:3114/live/liveulive.m3u8 -#EXTINF:-1 tvg-id="CongresoTV.pe" status="online",Congreso TV [Not 24/7] +#EXTINF:-1 tvg-id="CongresoTV.pe" status="timeout",Congreso TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/CongresodelaRepúblicadelPerúTVenvivo/live #EXTINF:-1 tvg-id="ContactoDeportivo.pe" status="online",Contacto Deportivo (720p) [Not 24/7] https://live.obslivestream.com/cdeportivo/index.m3u8 @@ -77,7 +77,7 @@ https://media2.cdnlayer.biz:8081/8038/index.m3u8 https://s1.tvdatta.com:3804/live/diasporatvlive.m3u8 #EXTINF:-1 tvg-id="DMJ.pe" status="online",DMJ (Cuzco) (720p) [Not 24/7] https://v4.tustreaming.cl/s1tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ExitosaTV.pe" status="online",Exitosa TV (720p) +#EXTINF:-1 tvg-id="ExitosaTV.pe" status="timeout",Exitosa TV (720p) https://cu.onliv3.com/livevd1/user2.m3u8 #EXTINF:-1 tvg-id="FuegoTV.pe" status="online",FuegoTV (Lima) (720p) [Not 24/7] http://190.108.83.142:8000/play/a003/index.m3u8 @@ -109,7 +109,7 @@ http://191.97.56.183:1935/imagentv/imagentv/playlist.m3u8 https://cloudvideo.servers10.com:8081/impactotv/index.m3u8 #EXTINF:-1 tvg-id="ImperialTelevision.pe" status="online",Imperial Televisión (Huancayo) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/imperu/imperu/playlist.m3u8 -#EXTINF:-1 tvg-id="InnovaFMTV.pe" status="online",Innova FM (Bagua Grande) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="InnovaFMTV.pe" status="error",Innova FM (Bagua Grande) (480p) [Not 24/7] https://live.tvcontrolcp.com:1936/8170/8170/playlist.m3u8 #EXTINF:-1 tvg-id="JN19.pe" status="online",JN19 (720p) [Not 24/7] https://servilive.com:3149/live/jn19tvlive.m3u8 @@ -117,9 +117,9 @@ https://servilive.com:3149/live/jn19tvlive.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCwsURxTXqGqijgu98ndod3A/live #EXTINF:-1 tvg-id="Karibena.pe" status="online",Karibeña (720p) [Not 24/7] https://cu.onliv3.com/livevd/user1.m3u8 -#EXTINF:-1 tvg-id="KBO.pe" status="online",KBO Quillabamba (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="KBO.pe" status="error",KBO Quillabamba (1080p) [Not 24/7] https://cdnhd.iblups.com/hls/YGpW43RUOD.m3u8 -#EXTINF:-1 tvg-id="La5ta.pe" status="online",La 5ta [Not 24/7] +#EXTINF:-1 tvg-id="La5ta.pe" status="error",La 5ta [Not 24/7] https://srv.panelcast.net/la5ta/la5ta/playlist.m3u8 #EXTINF:-1 tvg-id="LaAbeja.pe" status="online",La Abeja (720p) [Not 24/7] http://cdnhd.iblups.com/hls/F87ppt1YAT.m3u8 @@ -141,7 +141,7 @@ https://tv.oyotunstream.com:1936/master/master/playlist.m3u8 http://v4.tustreaming.cl/matices/index.m3u8 #EXTINF:-1 tvg-id="MegaTVArequipa.pe" status="online",Mega TV (Arequipa) [Not 24/7] https://hls.servidor.stream/storage/megatv.m3u8 -#EXTINF:-1 tvg-id="MegaTVJaen.pe" status="error",Mega TV (Jaen) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MegaTVJaen.pe" status="online",Mega TV (Jaen) (720p) [Not 24/7] https://tv.portalexpress.es:3399/hybrid/play.m3u8 #EXTINF:-1 tvg-id="Millenium109FM.pe" status="online",Millenium 109 FM (Lamas) (720p) [Not 24/7] https://videoserver.tmcreativos.com:19360/nqvnhujhrx/nqvnhujhrx.m3u8 @@ -165,7 +165,7 @@ https://ed3od.live.opencaster.com/jcpstream_mid/index.m3u8 https://stmv.panel.grupolimalive.com/nacionaltv/nacionaltv/playlist.m3u8 #EXTINF:-1 tvg-id="Nativa.pe" status="online",Nativa (720p) [Not 24/7] https://servilive.com:3449/live/mlecaroslive.m3u8 -#EXTINF:-1 tvg-id="NazarenasTV.pe" status="error",Nazarenas TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NazarenasTV.pe" status="online",Nazarenas TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvnazarenas/livenazarenastv/playlist.m3u8 #EXTINF:-1 tvg-id="NuestraTVLima.pe" status="online",Nuestra TV (Lima) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/nuestratvlima @@ -203,13 +203,13 @@ https://servilive.com:3753/live/qosqotimeslive.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/quatrotvgo #EXTINF:-1 tvg-id="Quillavision.pe" status="online",Quillavision (Cuzco) (720p) [Not 24/7] http://v4.tustreaming.cl/quillavision/index.m3u8 -#EXTINF:-1 tvg-id="RadioCalor.pe" status="error",Radio Calor (Huancayo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioCalor.pe" status="timeout",Radio Calor (Huancayo) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/calortv #EXTINF:-1 tvg-id="RadioChalaca.pe" status="timeout",Radio Chalaca (720p) [Not 24/7] https://megastreamm.com:3611/stream/play.m3u8 #EXTINF:-1 tvg-id="RadioDigital941TV.pe" status="timeout",Radio Digital 94.1 TV (Juanjui) (240p) [Not 24/7] https://media2.cdnlayer.biz:8081/8018/index.m3u8 -#EXTINF:-1 tvg-id="RadioInkaTV.pe" status="error",RadioInka (Abancay) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioInkaTV.pe" status="online",RadioInka (Abancay) (1080p) [Not 24/7] https://tv.portalexpress.es:3175/hybrid/play.m3u8 #EXTINF:-1 tvg-id="RadioSanBorjaTV.pe" status="online",Radio San Borja TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvsanborja/livesanborjatv/playlist.m3u8 @@ -219,7 +219,7 @@ https://videoserver.tmcreativos.com:19360/raditropical/raditropical.m3u8 https://media2.cdnlayer.biz:8081/8032/index.m3u8 #EXTINF:-1 tvg-id="RadioTVOriente.pe" status="online",RadioTV Oriente (Yurimaguas) (1080p) [Not 24/7] https://stmv.panel.grupolimalive.com/orientetv/orientetv/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioUnoTacna.pe" status="online",Radio Uno (Tacna) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioUnoTacna.pe" status="timeout",Radio Uno (Tacna) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCK0lpuL9PQb3I5CDcu7Y7bA/live #EXTINF:-1 tvg-id="RCR.pe" status="online",Red de Comunicación Regional (RCR) (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvrcrperu/livercrperutv/playlist.m3u8 @@ -243,9 +243,9 @@ https://tv.portalexpress.es:3839/live/sistema1tvlive.m3u8 https://stmv.panel.grupolimalive.com/solstereotv/solstereotv/playlist.m3u8 #EXTINF:-1 tvg-id="SolTV.pe" status="online",Sol Televisión http://190.211.140.89:8081/SVTranscoder/SOLTVabr.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="SomosTelevision.pe" status="online",Somos Televisión (Chimbote) [Not 24/7] +#EXTINF:-1 tvg-id="SomosTelevision.pe" status="timeout",Somos Televisión (Chimbote) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/somostvchimbote -#EXTINF:-1 tvg-id="SoriTV.pe" status="error",SoriTV [Not 24/7] +#EXTINF:-1 tvg-id="SoriTV.pe" status="online",SoriTV [Not 24/7] https://cadenasurrtv.com/hls/stream/index.m3u8 #EXTINF:-1 tvg-id="StereoTVPeru.pe" status="online",Stereo TV (Peru) (720p) [Not 24/7] https://servers.amelbasoluciones.co:19360/5medialive/5medialive.m3u8 @@ -255,7 +255,7 @@ https://vps1.lnx.pe/sumactv-web/envivo/index.m3u8 https://7.innovatestream.pe:19360/supercanal/supercanal.m3u8 #EXTINF:-1 tvg-id="SuperTV.pe" status="online",Super TV (Kachorro | Bagua Grande) (720p) [Not 24/7] https://tvdatta.com:3517/live/kachorrotvlive.m3u8 -#EXTINF:-1 tvg-id="SurTV.pe" status="online",SurTV (Ilo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SurTV.pe" status="error",SurTV (Ilo) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/surtv/surtv/playlist.m3u8 #EXTINF:-1 tvg-id="Tele2000.pe" status="online",Tele2000 (Ayacucho) (720p) [Not 24/7] https://servilive.com:3126/live/tele2000live.m3u8 @@ -279,7 +279,7 @@ https://5cefcbf58ba2e.streamlock.net:543/tltvweb/tvweb.stream/playlist.m3u8 https://tvdatta.com:3084/live/toptvaguaytialive.m3u8 #EXTINF:-1 tvg-id="TropicalTV.pe" status="online",Tropical TV (Puerto Maldonado) (720p) [Not 24/7] https://tv.oyotunstream.com:1936/tropicaltv/tropicaltv/playlist.m3u8 -#EXTINF:-1 tvg-id="TumpisTV.pe" status="error",Tumpis TV (Tumbes) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TumpisTV.pe" status="online",Tumpis TV (Tumbes) (720p) [Not 24/7] https://servilive.com:3531/live/tumpistvlive.m3u8 #EXTINF:-1 tvg-id="TurboMixRadioTV.pe" status="online",Turbo Mix Radio TV (360p) [Not 24/7] https://7.innovatestream.pe:19360/turbomixoficial/turbomixoficial.m3u8 @@ -293,9 +293,9 @@ https://5790d294af2dc.streamlock.net/8134/8134/playlist.m3u8 https://s1.tvdatta.com:3883/live/tvenlinealive.m3u8 #EXTINF:-1 tvg-id="TVFacesPeru.pe" status="online",Tvfaces Online (360p) [Not 24/7] https://tvdatta.com:3211/stream/play.m3u8 -#EXTINF:-1 tvg-id="TVHuarmey.pe" status="online",TV Huarmey (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVHuarmey.pe" status="error",TV Huarmey (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/tvhuarmey -#EXTINF:-1 tvg-id="TVNorteChiclayo.pe" status="online",TV Norte (Chiclayo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVNorteChiclayo.pe" status="timeout",TV Norte (Chiclayo) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/TVNORTEHD #EXTINF:-1 tvg-id="TVNoticias73.pe" status="online",TV Noticias 7.3 (768p) http://cdnh4.iblups.com/hls/RMuwrdk7M9.m3u8 @@ -331,9 +331,9 @@ https://multimedia.tmcreativos.com:1936/viatelevision/viatelevision/playlist.m3u https://multimedia.tmcreativos.com:1936/visionmusica/visionmusica/playlist.m3u8 #EXTINF:-1 tvg-id="VNP.pe" status="online",Visión Noticias Perú (VNP) (720p) [Not 24/7] https://multimedia.tmcreativos.com:1936/visionnoticias/visionnoticias/playlist.m3u8 -#EXTINF:-1 tvg-id="VZTV.pe" status="online",VZ Televisión (720p) [Not 24/7] +#EXTINF:-1 tvg-id="VZTV.pe" status="error",VZ Televisión (720p) [Not 24/7] https://live.obslivestream.com/vztv/index.m3u8 -#EXTINF:-1 tvg-id="WillaxTV.pe" status="online",Willax (480p) [Not 24/7] +#EXTINF:-1 tvg-id="WillaxTV.pe" status="timeout",Willax (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/WillaxTV #EXTINF:-1 tvg-id="XTVChachapoyas.pe" status="error",X TV (Chachapoyas) (720p) [Not 24/7] https://tv.oyotunstream.com:1936/xtv/xtv/playlist.m3u8 diff --git a/streams/ph.m3u b/streams/ph.m3u index a8821f993..4cfff1410 100644 --- a/streams/ph.m3u +++ b/streams/ph.m3u @@ -5,25 +5,25 @@ http://122.55.252.134:8443/live/bba5b536faeacb9b56a3239f1ee8e3b3/1.m3u8 https://streaming.cnnphilippines.com/live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="DepEdTV.ph" status="blocked",DepEd TV (480p) [Geo-blocked] https://d3cbe0gidjd4k2.cloudfront.net/channel_7/channel7/playlist.m3u8 -#EXTINF:-1 tvg-id="DZRHNewsTV.ph" status="online",DZRH News TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DZRHNewsTV.ph" status="timeout",DZRH News TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/DZRHNewsTelevision/live #EXTINF:-1 tvg-id="INCTV.ph" status="online",INC TV (1080p) https://cocphil.akamaized.net/hls/live/2042846/inctv/playlist.m3u8 #EXTINF:-1 tvg-id="KapamilyaChannel.ph" status="timeout",Kapamilya Channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCstEtN0pgOmCf02EdXsGChw/live -#EXTINF:-1 tvg-id="LifeTVAsia.ph" status="online",Life TV Asia (480p) [Not 24/7] +#EXTINF:-1 tvg-id="LifeTVAsia.ph" status="error",Life TV Asia (480p) [Not 24/7] https://d3cbe0gidjd4k2.cloudfront.net/channel_6/channel6/playlist.m3u8 -#EXTINF:-1 tvg-id="Net25.ph" status="online",NET 25 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Net25.ph" status="timeout",NET 25 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Net25Tv/live #EXTINF:-1 tvg-id="PEPTV.ph" status="online",PEP TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/peptv3 -#EXTINF:-1 tvg-id="PilipinasHD.ph" status="online",Pilipinas HD (480p) [Not 24/7] +#EXTINF:-1 tvg-id="PilipinasHD.ph" status="error",Pilipinas HD (480p) [Not 24/7] https://d3cbe0gidjd4k2.cloudfront.net/channel_5/channel5/playlist.m3u8 -#EXTINF:-1 tvg-id="PilipinasHD.ph" status="online",Pilipinas HD (360p) [Not 24/7] +#EXTINF:-1 tvg-id="PilipinasHD.ph" status="error",Pilipinas HD (360p) [Not 24/7] https://d3cbe0gidjd4k2.cloudfront.net/channel_5/smil:channel_5.smil/chunklist_w1281634943_b300000_sleng.m3u8 #EXTINF:-1 tvg-id="PTV4.ph" status="online",PTV 4 (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/PTVPhilippines/live -#EXTINF:-1 tvg-id="ShopTV.ph" status="online",Shop TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="ShopTV.ph" status="error",Shop TV (480p) [Not 24/7] https://d3cbe0gidjd4k2.cloudfront.net/channel_1/channel1/playlist.m3u8 #EXTINF:-1 tvg-id="SMNI.ph" status="online",SMNI (720p) [Not 24/7] https://api.new.livestream.com/accounts/19079954/events/7831871/live.m3u8 diff --git a/streams/pk.m3u b/streams/pk.m3u index 876c42a00..0f6d0663a 100644 --- a/streams/pk.m3u +++ b/streams/pk.m3u @@ -18,7 +18,7 @@ https://imob.dunyanews.tv/livehd/_definst_/ngrp:dunyalivehd_2_all/playlist.m3u8 https://intl.dunyanews.tv/livehd/_definst_/ngrp:dunyalivehd_2_all/playlist.m3u8?dvr= #EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (UK Feed) (720p) [Not 24/7] https://ukintl.dunyanews.tv/liveuk/ngrp:dunyalive_all/playlist.m3u8 -#EXTINF:-1 tvg-id="DunyaNews.pk" status="timeout",Dunya News (480p) [Not 24/7] +#EXTINF:-1 tvg-id="DunyaNews.pk" status="error",Dunya News (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnMBV5Iw4WqKILKue1nP6Hg/live #EXTINF:-1 tvg-id="FazalTV.pk" status="online",Punjabi TV http://cdn9.live247stream.com/punjabitvcanada/tv/playlist.m3u8 diff --git a/streams/pl.m3u b/streams/pl.m3u index a41124ac6..408561789 100644 --- a/streams/pl.m3u +++ b/streams/pl.m3u @@ -53,7 +53,7 @@ http://hbbtvlive.v3.tvp.pl/hbbtvlive/livestream.php?app_id=tvpinfo https://tvreg.klemit.net/regionalna/stream/index.m3u8 #EXTINF:-1 tvg-id="TVRepublika.pl" status="online",TV Republika (1080p) https://ec08.luz1.cache.orange.pl/jupiter/o2-cl7/live/tvrepublika/live.m3u8 -#EXTINF:-1 tvg-id="TVRepublika.pl" status="error",TV Republika (540p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRepublika.pl" status="online",TV Republika (540p) [Not 24/7] http://m1-tvrepublika.4vod.tv/smil:premium_abr.ism/playlist.m3u8 #EXTINF:-1 tvg-id="TVTorun.pl" status="online",TV Toruń (1080p) http://217.173.176.107:1935/live/tvk.stream/playlist.m3u8 @@ -65,5 +65,5 @@ http://gargoyle.tomkow.pl/hls/tvt.m3u8 https://stream.4fun.tv:8888/hls/4f.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Czworka (1080p) https://stream14.polskieradio.pl/pr4_video/video_pr4.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",TV Regionalna (Zary) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",TV Regionalna (Zary) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC29dc_mBUWW4mz5h754v88w/live diff --git a/streams/pt.m3u b/streams/pt.m3u index 56aed0214..2a7aead09 100644 --- a/streams/pt.m3u +++ b/streams/pt.m3u @@ -16,12 +16,12 @@ https://streamer-b02.videos.sapo.pt/live/portocanal/playlist.m3u8 https://streaming-live.rtp.pt/liverepeater/rtpClean1HD.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTP1.pt" status="online",RTP1 (480p) http://162.212.178.69:41042/bysid/608 +#EXTINF:-1 tvg-id="RTP2.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (504p) [Not 24/7] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 +https://streaming-live.rtp.pt/liverepeater/smil:rtp2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/rtpClean2HD.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (504p) [Not 24/7] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 -https://streaming-live.rtp.pt/liverepeater/smil:rtp2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTP3.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP3 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/livetvhlsDVR/rtpnHDdvr.smil/playlist.m3u8 @@ -37,7 +37,7 @@ https://streaming-live.rtp.pt/liverepeater/smil:rtpacores.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTPAfrica.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP África (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/smil:rtpafrica.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTPiAsia.pt" status="error",RTP Internacional Asia (480p) +#EXTINF:-1 tvg-id="RTPiAsia.pt" status="online",RTP Internacional Asia (480p) http://210.210.155.37/qwr9ew/s/s38/index.m3u8 #EXTINF:-1 tvg-id="RTPInternacional.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Internacional (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 diff --git a/streams/py.m3u b/streams/py.m3u index c50696056..706b89ff1 100644 --- a/streams/py.m3u +++ b/streams/py.m3u @@ -5,7 +5,7 @@ https://d2e809bgs49c6y.cloudfront.net/live/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851/ https://59ce1298bfb98.streamlock.net/almayatv/almayatv/playlist.m3u8 #EXTINF:-1 tvg-id="C9N.py" status="online",C9N (480p) https://d4xunn272arip.cloudfront.net/hls/c9n.m3u8 -#EXTINF:-1 tvg-id="DismarTV.py" status="error",DismarTV +#EXTINF:-1 tvg-id="DismarTV.py" status="online",DismarTV https://rds3.desdeparaguay.net/dismartv/dismartv/playlist.m3u8 #EXTINF:-1 tvg-id="Educanal.py" status="online",Educanal https://59ce1298bfb98.streamlock.net/educanal/educanal/playlist.m3u8 diff --git a/streams/qa.m3u b/streams/qa.m3u index dd2b3f9da..538e62e81 100644 --- a/streams/qa.m3u +++ b/streams/qa.m3u @@ -1,10 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="AlJazeeraBalkans.qa" status="online",Al Jazeera Balkans (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajbalkans/live -#EXTINF:-1 tvg-id="AlJazeeraBalkans.qa" status="online",Al Jazeera Balkans (1080p) https://live-hls-web-ajb.getaj.net/AJB/index.m3u8 -#EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeera/live +#EXTINF:-1 tvg-id="AlJazeeraBalkans.qa" status="timeout",Al Jazeera Balkans (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajbalkans/live #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) https://live-hls-v3-aja.getaj.net/AJA-V3/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) @@ -12,21 +10,23 @@ https://live-hls-web-aja.getaj.net/AJA/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Jazeera Arabic (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s69/index.m3u8 +#EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="timeout",Al Jazeera Arabic (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeera/live #EXTINF:-1 tvg-id="AlJazeeraDocumentary.qa" status="online",Al Jazeera Documentary (270p) [Geo-blocked] https://live-hls-web-ajd.getaj.net/AJD/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="online",Al Jazeera English (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeeraenglish/live -#EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="online",Al Jazeera English (1080p) https://live-hls-v3-aje.getaj.net/AJE-V3/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="online",Al Jazeera English (1080p) https://live-hls-web-aje.getaj.net/AJE/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Jazeera English (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s23/index.m3u8 -#EXTINF:-1 tvg-id="AlJazeeraMubasher.qa" status="online",Al Jazeera Mubasher (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajmubasher/live +#EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="timeout",Al Jazeera English (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeeraenglish/live #EXTINF:-1 tvg-id="AlJazeeraMubasher.qa" status="online",Al Jazeera Mubasher (1080p) https://live-hls-web-ajm.getaj.net/AJM/index.m3u8 +#EXTINF:-1 tvg-id="AlJazeeraMubasher.qa" status="timeout",Al Jazeera Mubasher (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajmubasher/live #EXTINF:-1 tvg-id="AlRayyanOldTV.qa" status="online",Al Rayyan Al Qadeem (1080p) https://svs.itworkscdn.net/alrayyanqadeemlive/alrayyanqadeem.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlRayyanTV.qa" status="online",Al Rayyan (1080p) diff --git a/streams/ro.m3u b/streams/ro.m3u index 6a45133ac..a7b8633ba 100644 --- a/streams/ro.m3u +++ b/streams/ro.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="A7TV.ro" status="online",A7TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="A7TV.ro" status="error",A7TV (720p) [Not 24/7] https://play.streamkit.tv/content/channel/aseventv/live/aseventv.player.m3u8 #EXTINF:-1 tvg-id="AgroTV.ro" status="online",AgroTV (404p) [Not 24/7] https://stream1.1616.ro:1945/agro/livestream/playlist.m3u8?wowzatokenhash=NqSD4qaHc94SbTW05NBB-lXC78ZiAOIbnbUBOHj1DAM= @@ -23,7 +23,7 @@ http://cdn.credonet.tv:1935/ctv/smil:livecredo.smil/playlist.m3u8 http://89.38.8.130:39435 #EXTINF:-1 tvg-id="IntermediaTV.ro" status="online",Intermedia TV (576p) http://46.4.14.12:9999/intermedia1/playlist.m3u8 -#EXTINF:-1 tvg-id="KissTV.ro" status="timeout",Kiss TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="KissTV.ro" status="error",Kiss TV (576p) [Not 24/7] https://fms-https1.mediadirect.ro/live3/_definst_/kiss.smil/playlist.m3u8?publisher=83 #EXTINF:-1 tvg-id="LightChannel.ro" status="online",Light Channel (480p) [Not 24/7] http://streamer1.streamhost.org:1935/salive/GMIlcbgM/playlist.m3u8 diff --git a/streams/rs.m3u b/streams/rs.m3u index c2d78c319..38bd7fe74 100644 --- a/streams/rs.m3u +++ b/streams/rs.m3u @@ -83,7 +83,7 @@ https://vod1.laki.eu/sandzak/video.m3u8 https://srv1.adriatelekom.com/TVAS/index.m3u8 #EXTINF:-1 tvg-id="TVBelleAmie.rs" status="timeout",TV Belle Amie (540p) [Not 24/7] http://92.60.238.10:1935/live/belleamie/playlist.m3u8 -#EXTINF:-1 tvg-id="TVDugaPlus.rs" status="online",TV Duga Plus (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVDugaPlus.rs" status="error",TV Duga Plus (480p) [Not 24/7] http://109.92.29.10:1935/tvduga/tvduga/playlist.m3u8 #EXTINF:-1 tvg-id="TVHram.rs" status="online",TV Hram (576p) [Not 24/7] https://vod1.laki.eu/live/hram/index.m3u8 diff --git a/streams/ru.m3u b/streams/ru.m3u index 4ffc33735..8d07376d7 100644 --- a/streams/ru.m3u +++ b/streams/ru.m3u @@ -68,7 +68,7 @@ http://belnovosti.cdn.easyhoster.ru:8080/stream.m3u8 http://live2.mediacdn.ru/sr1/tro/playlist.m3u8 #EXTINF:-1 tvg-id="BigAsia.ru" status="blocked",Большая Азия (1080p) [Geo-blocked] https://strm.yandex.ru/kal/bigasia/bigasia0.m3u8 -#EXTINF:-1 tvg-id="Bober.ru" status="online",Бобер (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Bober.ru" status="error",Бобер (576p) [Not 24/7] https://sc.id-tv.kz/bober.m3u8 #EXTINF:-1 tvg-id="BollywoodHDRussia.ru" status="online",Bollywood HD (1080p) [Not 24/7] https://sc.id-tv.kz/bollywood_hd.m3u8 @@ -101,13 +101,13 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_DOMASHNIY/variant.m3u8 http://ott-cdn.ucom.am/s88/index.m3u8 #EXTINF:-1 tvg-id="DomKino.ru" status="timeout",Дом кино (576p) http://50.7.92.90/Dom_kino/playlist.m3u8 -#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="online",Дом Кино Премиум (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="timeout",Дом Кино Премиум (1080p) [Not 24/7] https://sc.id-tv.kz/domkino_hd.m3u8 -#EXTINF:-1 tvg-id="Dorama.uk" status="online",Дорама (1080p) [Not 24/7] -https://sc.id-tv.kz/dorama_hd.m3u8 #EXTINF:-1 tvg-id="Dorama.uk" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Дорама (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s95/index.m3u8 +#EXTINF:-1 tvg-id="Dorama.uk" status="error",Дорама (1080p) [Not 24/7] +https://sc.id-tv.kz/dorama_hd.m3u8 #EXTINF:-1 tvg-id="Dozhd.ru" status="blocked",Дождь (1080p) [Geo-blocked] https://strm.yandex.ru/kal/tvrain/tvrain0.m3u8 #EXTINF:-1 tvg-id="EhoTV.ru" status="online",Эхо TV (Рязань) (576p) [Not 24/7] @@ -150,7 +150,7 @@ https://tvhope.cdnvideo.ru/tvhope-pull/tvhope_1/playlist.m3u8 #EXTINF:-1 tvg-id="Istoriya.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",История (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s40/index.m3u8 -#EXTINF:-1 tvg-id="K16.ru" status="error",К16 (Саров) (406p) [Not 24/7] +#EXTINF:-1 tvg-id="K16.ru" status="online",К16 (Саров) (406p) [Not 24/7] http://serv25.vintera.tv:8081/test/k16/playlist.m3u8 #EXTINF:-1 tvg-id="KabbalaTV.ru" status="online",Каббала ТВ (360p) [Not 24/7] https://edge2.uk.kab.tv/live/tvrus-rus-medium/playlist.m3u8 @@ -254,10 +254,10 @@ http://93.78.206.172:8080/stream4/stream.m3u8 https://live-mordovia24.cdnvideo.ru/mordovia24/streamtr/playlist.m3u8 #EXTINF:-1 tvg-id="Morskoi.ru" status="online",Морской (720p) [Not 24/7] http://88b9da48.kazmazpaz.ru/iptv/D7M94NBVB5DLFS/742/index.m3u8 +#EXTINF:-1 tvg-id="Moskva24.ru" status="online",Москва 24 (576p) [Not 24/7] +https://radio-live-mg.rtr-vesti.ru/hls/moscow_24/playlist.m3u8 #EXTINF:-1 tvg-id="Moskva24.ru" status="blocked",Москва 24 (720p) https://strm.yandex.ru/kal/msk24_supres/msk24_supres0.m3u8 -#EXTINF:-1 tvg-id="Moskva24.ru" status="error",Москва 24 (576p) [Not 24/7] -https://radio-live-mg.rtr-vesti.ru/hls/moscow_24/playlist.m3u8 #EXTINF:-1 tvg-id="MOSOBRTV.ru" status="timeout",MOSOBR.TV (720p) [Not 24/7] http://retc.educom.ru/mosobrtv/tv1/index.m3u8 #EXTINF:-1 tvg-id="MOSOBRTV.ru" status="timeout",MOSOBR.TV (720p) @@ -270,7 +270,7 @@ http://81.30.182.82:18092/hls/live.m3u8 http://serv30.vintera.tv:8081/detskiy/multimania20/playlist.m3u8 #EXTINF:-1 tvg-id="MusicBoxRussia.ru" status="blocked",Music Box Russia (1080p) https://strm.yandex.ru/kal/rmbox/rmbox0.m3u8 -#EXTINF:-1 tvg-id="MuzhskoeKino.ru" status="online",Мужское кино (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MuzhskoeKino.ru" status="error",Мужское кино (1080p) [Not 24/7] https://sc.id-tv.kz/Mujskoe_kino_hd.m3u8 #EXTINF:-1 tvg-id="MuzSoyuz.ru" status="online",Муз союз (576p) http://hls-tvsoyuz.cdnvideo.ru/tvsoyuz2/muzsoyuz.6fw0-58xp-acts-esy0/playlist.m3u8 @@ -283,7 +283,7 @@ http://ott-cdn.ucom.am/s28/index.m3u8 http://nano.teleservice.su:8080/hls/nano.m3u8 #EXTINF:-1 tvg-id="NashaSibir.ru" status="timeout",Наша Сибирь / Кемерово (1080p) [Not 24/7] https://strm.yandex.ru/kal/sibir/sibir0.m3u8 -#EXTINF:-1 tvg-id="Nauka.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Наука (480p) +#EXTINF:-1 tvg-id="Nauka.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Наука (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s98/index.m3u8 #EXTINF:-1 tvg-id="NikaTV.ru" status="online",Ника ТВ (576p) [Not 24/7] @@ -447,14 +447,14 @@ https://a3569458063-s26881.cdn.ngenix.net/hls/russia_hd/playlist_4.m3u8 #EXTINF:-1 tvg-id="Russia1Plus6.ru" status="timeout",Россия 1 +6 (180p) https://gtrkchita.ru:8081/hls/r1-chita_180p.m3u8 #EXTINF:-1 tvg-id="Russia24.ru" status="online",Россия 24 (576p) [Not 24/7] +http://radio-live-mg.rtr-vesti.ru/hls/russia_24/playlist.m3u8 +#EXTINF:-1 tvg-id="Russia24.ru" status="online",Россия 24 (576p) [Not 24/7] http://uiptv.do.am/1ufc/000000006/playlist.m3u8 #EXTINF:-1 tvg-id="Russia24.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Россия 24 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s21/index.m3u8 #EXTINF:-1 tvg-id="Russia24.ru" status="blocked",Россия 24 (720p) [Geo-blocked] https://strm.yandex.ru/kal/euronews_supres/euronews_supres0.m3u8 -#EXTINF:-1 tvg-id="Russia24.ru" status="error",Россия 24 (576p) [Not 24/7] -http://radio-live-mg.rtr-vesti.ru/hls/russia_24/playlist.m3u8 #EXTINF:-1 tvg-id="Russia24Chita.ru" status="timeout",Россия 24 (Чита) (360p) https://gtrkchita.ru:8081/hls/r24-chita_360p.m3u8 #EXTINF:-1 tvg-id="Russia24Chita.ru" status="timeout",Россия 24 (Чита) (576p) @@ -490,7 +490,7 @@ https://bsttv.bonus-tv.ru/cdn/salyam/playlist.m3u8 http://45.67.57.9:8080/new/new/playlist.m3u8 #EXTINF:-1 tvg-id="Sarafan.ru" status="online",Сарафан (576p) [Not 24/7] http://195.26.83.96:7024/play/82 -#EXTINF:-1 tvg-id="Saratov24.ru" status="timeout",Саратов 24 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Saratov24.ru" status="error",Саратов 24 (1080p) [Not 24/7] https://saratov24.tv/online/playlist.php #EXTINF:-1 tvg-id="SelengaTV.ru" status="online",Селенга ТВ (576p) http://90.188.37.86/live/playlist.m3u8 @@ -596,29 +596,29 @@ https://brics.bonus-tv.ru/cdn/brics/english/playlist.m3u8 https://brics.bonus-tv.ru/cdn/brics/portuguese/playlist.m3u8 #EXTINF:-1 tvg-id="TVBRICSRussian.ru" status="online",TV BRICS Russian (1080p) https://brics.bonus-tv.ru/cdn/brics/russian/playlist.m3u8 -#EXTINF:-1 tvg-id="TVCentr.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ТВ Центр (480p) +#EXTINF:-1 tvg-id="TVCentr.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ТВ Центр (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s54/index.m3u8 #EXTINF:-1 tvg-id="TVEkstra.ru" status="online",ТВ Экстра (720p) http://live-1.otcnet.ru/tvextra720b/index.m3u8 #EXTINF:-1 tvg-id="TVGuberniya.ru" status="timeout",TV Губерния (Воронеж) (720p) https://tvgubernia-htlive.cdn.ngenix.net/live/mp4:tv-gubernia-live/playlist.m3u8 -#EXTINF:-1 tvg-id="TVKvarc.ru" status="timeout",ТВ Кварц (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TVKvarc.ru" status="error",ТВ Кварц (576p) [Not 24/7] https://video.quartztelecom.ru:18080/hls/2386168/71fe656b993c510f39a5/playlist.m3u8 #EXTINF:-1 tvg-id="TVMChannel.ru" status="online",TVMChannel (576p) [Geo-blocked] http://cdn-01.bonus-tv.ru:8080/tvm_edge/playlist.m3u8 #EXTINF:-1 tvg-id="TVMChannel.ru" status="blocked",TVMChannel (720p) [Geo-blocked] https://strm.yandex.ru/kal/tvm_supres/tvm_supres0.m3u8 -#EXTINF:-1 tvg-id="TVPRO.ru" status="online",TV PRO (600p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPRO.ru" status="timeout",TV PRO (600p) [Not 24/7] http://rtmp.tvpro-online.ru/hls/ch1.m3u8 #EXTINF:-1 tvg-id="TVTUR.ru" status="blocked",ТВТУР (720p) [Geo-blocked] https://strm.yandex.ru/kal/tvtour/tvtour0.m3u8 #EXTINF:-1 tvg-id="U.ru" status="blocked",Ю (576p) [Geo-blocked] https://strm.yandex.ru/kal/utv/utv0.m3u8 +#EXTINF:-1 tvg-id="UniverTV.ru" status="online",Univer TV (1080p) [Not 24/7] +https://cdn.universmotri.ru/live/smil:mbr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="UniverTV.ru" status="online",Univer TV (1080p) https://cdn.universmotri.ru/live/smil:univer.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="UniverTV.ru" status="error",Univer TV (1080p) [Not 24/7] -https://cdn.universmotri.ru/live/smil:mbr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="VechernyayaMoskva.ru" status="online",Вечерняя Москва (1080p) [Not 24/7] https://vmvideo.gcdn.co/streams/1503_161/playlist.m3u8 #EXTINF:-1 tvg-id="Vera24.ru" status="timeout",Вера 24 (720p) @@ -682,7 +682,7 @@ http://ott.inmart.tv:8081/17/index.m3u8 http://ott-cdn.ucom.am/s14/04.m3u8 #EXTINF:-1 tvg-id="" status="online",Первый канал Евразия (396p) [Not 24/7] http://stream.euroasia.lfstrm.tv/perviy_evrasia/1/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Первый канал Евразия (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Первый канал Евразия (576p) [Not 24/7] https://sc.id-tv.kz/1KanalEvraziya.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Продвижение (1080p) [Geo-blocked] https://strm.yandex.ru/kal/prodvizheniye/prodvizheniye0.m3u8 @@ -696,11 +696,9 @@ https://a3569455801-s26881.cdn.ngenix.net/live/smil:rtrp.smil/playlist.m3u8 http://live-rostovpapa.cdnvideo.ru/rostovpapa/rostovpapa.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Русский Экстрим http://vid.extremtv.ru/hls_get/cameraFeed.m3u8 -#EXTINF:-1 tvg-id="" status="error",СТВ Казахстан (576p) [Not 24/7] -https://sc.id-tv.kz/STV.m3u8 #EXTINF:-1 tvg-id="" status="online",Страна FM (720p) [Not 24/7] http://live.stranafm.cdnvideo.ru/stranafm/stranafm_hd.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Такт/Рен ТВ (Курск) (294p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Такт/Рен ТВ (Курск) (294p) [Not 24/7] http://109.194.62.29:8080 #EXTINF:-1 tvg-id="" status="online",ТВК 24 (576p) http://air.tvk6.ru/tvk24/playlist.m3u8 diff --git a/streams/sa.m3u b/streams/sa.m3u index 8e33af045..52705f6e8 100644 --- a/streams/sa.m3u +++ b/streams/sa.m3u @@ -1,12 +1,12 @@ #EXTM3U #EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/ekhbariyatv/live +#EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/alekhbariya #EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) https://al-ekhbaria-prod-dub.shahid.net/out/v1/d443f3203b444032896e3233cb6eaa84/index.m3u8 #EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) [Not 24/7] https://edge.taghtia.com/sa/4.m3u8 -#EXTINF:-1 tvg-id="AlEkhbariya.sa" status="timeout",Al Ekhbariya (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/alekhbariya #EXTINF:-1 tvg-id="AlHokairGroupTV.sa" status="timeout",AL HOKAIR Group TV (576p) http://82.212.74.3:8000/live/7513.m3u8 #EXTINF:-1 tvg-id="AlKhalij.sa" status="online",Al Khalij (720p) [Not 24/7] @@ -30,13 +30,13 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saud #EXTINF:-1 tvg-id="AlSaudiya.sa" status="online",Al Saudiya (1080p) [Not 24/7] https://edge.taghtia.com/sa/2.m3u8 #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sunnatvsa +#EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (1080p) [Not 24/7] https://edge.taghtia.com/sa/6.m3u8 #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (720p) [Not 24/7] http://m.live.net.sa:1935/live/sunnah/playlist.m3u8 #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="timeout",Al Sunnah Al Nabawiyah TV (Medina) (720p) http://5b18be6964c2f.streamlock.net:1935/live/_definst_/sunnah/playlist.m3u8 -#EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="timeout",Al Sunnah Al Nabawiyah TV (Medina) (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sunnatvsa #EXTINF:-1 tvg-id="Asharq.sa" status="online",Asharq (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AsharqNews/live #EXTINF:-1 tvg-id="Asharq.sa" status="online",Asharq (1080p) @@ -52,9 +52,9 @@ https://5aafcc5de91f1.streamlock.net/atfal1.com/atfal2/playlist.m3u8 #EXTINF:-1 tvg-id="AtfalWaMawaheb.sa" status="online",Atfal Wa Mawaheb (1080p) https://5d658d7e9f562.streamlock.net/atfal1.com/atfal2/playlist.m3u8 #EXTINF:-1 tvg-id="Ayaat.sa" status="online",Ayaat (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ayaat_Group/live -#EXTINF:-1 tvg-id="Ayaat.sa" status="online",Ayaat (720p) https://stream.holol.com/live/ayat/playlist.m3u8 +#EXTINF:-1 tvg-id="Ayaat.sa" status="timeout",Ayaat (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ayaat_Group/live #EXTINF:-1 tvg-id="Beity.sa" status="timeout",Beity http://82.212.74.2:8000/live/7312.m3u8 #EXTINF:-1 tvg-id="ENTV.sa" status="timeout",EN TV @@ -64,17 +64,17 @@ https://jmc-live.ercdn.net/iqraaeurope/iqraaeurope.m3u8 #EXTINF:-1 tvg-id="IqraaArabic.sa" status="online",Iqraa (576p) [Not 24/7] https://jmc-live.ercdn.net/iqraa/iqraa.m3u8 #EXTINF:-1 tvg-id="JeddahRadio.sa" status="online",Jeddah Radio (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/jeddahradio -#EXTINF:-1 tvg-id="JeddahRadio.sa" status="online",Jeddah Radio (720p) https://edge.taghtia.com/sa/15.m3u8 +#EXTINF:-1 tvg-id="JeddahRadio.sa" status="timeout",Jeddah Radio (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/jeddahradio #EXTINF:-1 tvg-id="KaifTV.sa" status="online",Kaif TV (576p) [Not 24/7] http://82.212.74.2:8000/live/hls/7311.m3u8 #EXTINF:-1 tvg-id="KSASports1.sa" status="online",KSA Sports 1 (1080p) [Not 24/7] https://edge.taghtia.com/sa/9.m3u8 #EXTINF:-1 tvg-id="KSASports2.sa" status="online",KSA Sports 2 (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/ksa-sports2 -#EXTINF:-1 tvg-id="KSASports2.sa" status="online",KSA Sports 2 (1080p) [Not 24/7] https://edge.taghtia.com/sa/10.m3u8 +#EXTINF:-1 tvg-id="KSASports2.sa" status="timeout",KSA Sports 2 (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/ksa-sports2 #EXTINF:-1 tvg-id="LBC.sa" status="online",LBC (1080p) [Geo-blocked] https://rotanastudios-lbc-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="LBC.sa" status="timeout",LBC (1080p) [Geo-blocked] @@ -88,9 +88,9 @@ https://edge.taghtia.com/sa/14.m3u8 #EXTINF:-1 tvg-id="PanoramaFM.sa" status="online",Panorama FM (1080p) https://shls-panoramafm-prod-dub.shahid.net/out/v1/66262e420d824475aaae794dc2d69f14/index.m3u8 #EXTINF:-1 tvg-id="QuranRadio.sa" status="online",Quran Radio (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/quranradio -#EXTINF:-1 tvg-id="QuranRadio.sa" status="online",Quran Radio (720p) https://edge.taghtia.com/sa/13.m3u8 +#EXTINF:-1 tvg-id="QuranRadio.sa" status="timeout",Quran Radio (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/quranradio #EXTINF:-1 tvg-id="RotanaCinemaEgypt.eg" status="online",Rotana Cinema (1080p) https://rotanastudios-rotanacinema-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaCinemaEgypt.eg" status="online",Rotana Cinema (1080p) @@ -109,7 +109,7 @@ https://rotanastudios-rotanacomedy-1-eu.xiaomi.wurl.tv/playlist.m3u8 https://rotanastudios-rotanadrama-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="online",Rotana Khalijia (1080p) https://shls-rotanakhalijia-prod-dub.shahid.net/out/v1/a639fd49db684f1b8c063d398101a888/index.m3u8 -#EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="error",Rotana Khalijia (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="timeout",Rotana Khalijia (1080p) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live #EXTINF:-1 tvg-id="RotanaKids.sa" status="online",Rotana Kids (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-kids @@ -124,9 +124,9 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saud #EXTINF:-1 tvg-id="SaudiaRadio.sa" status="online",Saudia Radio (720p) https://edge.taghtia.com/sa/11.m3u8 #EXTINF:-1 tvg-id="SBC.sa" status="online",SBC (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sbc-channel -#EXTINF:-1 tvg-id="SBC.sa" status="online",SBC (1080p) [Not 24/7] https://edge.taghtia.com/sa/1.m3u8 +#EXTINF:-1 tvg-id="SBC.sa" status="timeout",SBC (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sbc-channel #EXTINF:-1 tvg-id="SSC1HD.sa" status="online",SSC1 HD (1080p) https://shls-mbc1ksa-prod-dub.shahid.net/out/v1/6ae0a2ebab224c72ab9c298afeec8d91/index.m3u8 #EXTINF:-1 tvg-id="SSC2.sa" status="online",SSC2 HD (1080p) diff --git a/streams/sd.m3u b/streams/sd.m3u index 885633cff..f4c19c2fa 100644 --- a/streams/sd.m3u +++ b/streams/sd.m3u @@ -5,5 +5,5 @@ http://africatv.live.net.sa:1935/live/africatv/playlist.m3u8 http://africatv.live.net.sa:1935/live/africatv2/playlist.m3u8 #EXTINF:-1 tvg-id="AlAlamiya2.sd" status="timeout",Al Alamiya 2 http://82.212.74.98:8000/live/7815.m3u8 -#EXTINF:-1 tvg-id="SudanTV.sd" status="error",Sudan TV (720p) +#EXTINF:-1 tvg-id="SudanTV.sd" status="online",Sudan TV (720p) https://castor.streamthatvideo.co:8081/sudantv/index.m3u8 diff --git a/streams/sg.m3u b/streams/sg.m3u index edeb8d6e0..2100a698b 100644 --- a/streams/sg.m3u +++ b/streams/sg.m3u @@ -9,15 +9,15 @@ https://d34e90s3s13i7n.cloudfront.net/hls/clr4ctv_ch8/master.m3u8 https://d2ko4czujk9652.cloudfront.net/hls/clr4ctv_cnas/master.m3u8 #EXTINF:-1 tvg-id="CNAInternational.sg" status="online",CNA International (1080p) https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index.m3u8 -#EXTINF:-1 tvg-id="GEM.sg" status="online",GEM (576p) +#EXTINF:-1 tvg-id="GEM.sg" status="error",GEM (576p) http://210.210.155.37/uq2663/h/h19/index.m3u8 #EXTINF:-1 tvg-id="Hits.sg" status="online",HITS (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h37/index.m3u8 #EXTINF:-1 tvg-id="Hits.sg" status="error",HITS (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h37/index.m3u8 -#EXTINF:-1 tvg-id="RockEntertainment.sg" status="error",Rock Entertainment (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="RockEntertainment.sg" status="online",Rock Entertainment (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h16/index.m3u8 -#EXTINF:-1 tvg-id="RockExtreme.sg" status="error",Rock Extreme (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="RockExtreme.sg" status="online",Rock Extreme (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h15/index.m3u8 #EXTINF:-1 tvg-id="Suria.sg" status="blocked",Suria [Geo-blocked] https://d11h6a6nhl9kj9.cloudfront.net/hls/clr4ctv_suria/master.m3u8 diff --git a/streams/si.m3u b/streams/si.m3u index 238528f48..84a0f7180 100644 --- a/streams/si.m3u +++ b/streams/si.m3u @@ -15,7 +15,7 @@ https://25-rtvslo-tv-mb-int.cdn.eurovisioncdn.net/playlist.m3u8 https://31-rtvslo-tv-slo1-int.cdn.eurovisioncdn.net/playlist.m3u8 #EXTINF:-1 tvg-id="TVSlovenija2.si" status="timeout",TV SLOVENIJA 2 (720p) https://21-rtvslo-tv-slo2-int.cdn.eurovisioncdn.net/playlist.m3u8 -#EXTINF:-1 tvg-id="TVSlovenija3.si" status="online",TV SLOVENIJA 3 (720p) +#EXTINF:-1 tvg-id="TVSlovenija3.si" status="timeout",TV SLOVENIJA 3 (720p) https://16-rtvslo-tv-slo3-int.cdn.eurovisioncdn.net/playlist.m3u8 #EXTINF:-1 tvg-id="VeseljakTV.si" status="online",Veseljak TV (1080p) https://stream.veseljak.tv/hls/stream.m3u8 diff --git a/streams/sn.m3u b/streams/sn.m3u index f062fe3c6..ed8975737 100644 --- a/streams/sn.m3u +++ b/streams/sn.m3u @@ -9,7 +9,7 @@ https://stream.sen-gt.com/A2iNaija/myStream/playlist.m3u8 https://stream.sen-gt.com/A2iReligion/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="Africa7.sn" status="online",Africa 7 (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7xq2dw -#EXTINF:-1 tvg-id="RFM.sn" status="online",RFM (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RFM.sn" status="error",RFM (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wi5y1 #EXTINF:-1 tvg-id="TFM.sn" status="online",TFM (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wcr45 diff --git a/streams/sv.m3u b/streams/sv.m3u index 9fafac3d7..7a491766b 100644 --- a/streams/sv.m3u +++ b/streams/sv.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AgapeTV.sv" status="online",Ágape TV Canal 8 +#EXTINF:-1 tvg-id="AgapeTV.sv" status="timeout",Ágape TV Canal 8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://twitch.tv/agapetv8 #EXTINF:-1 tvg-id="Canal10.sv" status="blocked",Canal 10 (720p) http://streamingcws20.com:1935/tves/tves.smil/playlist.m3u8 diff --git a/streams/th.m3u b/streams/th.m3u index a6a873de6..4859eb4b2 100644 --- a/streams/th.m3u +++ b/streams/th.m3u @@ -9,33 +9,33 @@ https://tc-live1.sanook.com/live/22302_ch5.m3u8 https://bcovlive-a.akamaihd.net/2d37038b355f4ea6a6b0d46993dc285c/ap-southeast-1/5282994675001/profile_0/chunklist.m3u8 #EXTINF:-1 tvg-id="Channel8.th" status="online",Channel 8 (1080p) [Not 24/7] http://usa.login.in.th:1935/ch8/ch8/playlist.m3u8 -#EXTINF:-1 tvg-id="DLTV1.th" status="online",DLTV 1 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV1.th" status="timeout",DLTV 1 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv01.m3u8 #EXTINF:-1 tvg-id="DLTV2.th" status="online",DLTV 2 (480p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv02.m3u8 -#EXTINF:-1 tvg-id="DLTV3.th" status="timeout",DLTV 3 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV3.th" status="online",DLTV 3 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv03.m3u8 -#EXTINF:-1 tvg-id="DLTV4.th" status="timeout",DLTV 4 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV4.th" status="online",DLTV 4 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv04.m3u8 #EXTINF:-1 tvg-id="DLTV5.th" status="timeout",DLTV 5 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv05.m3u8 -#EXTINF:-1 tvg-id="DLTV6.th" status="online",DLTV 6 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV6.th" status="timeout",DLTV 6 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv06.m3u8 #EXTINF:-1 tvg-id="DLTV7.th" status="online",DLTV 7 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv07.m3u8 -#EXTINF:-1 tvg-id="DLTV8.th" status="online",DLTV 8 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV8.th" status="timeout",DLTV 8 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv08.m3u8 #EXTINF:-1 tvg-id="DLTV9.th" status="online",DLTV 9 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv09.m3u8 -#EXTINF:-1 tvg-id="DLTV10.th" status="online",DLTV 10 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV10.th" status="timeout",DLTV 10 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv10.m3u8 #EXTINF:-1 tvg-id="DLTV11.th" status="online",DLTV 11 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv11.m3u8 -#EXTINF:-1 tvg-id="DLTV12.th" status="timeout",DLTV 12 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV12.th" status="online",DLTV 12 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv12.m3u8 -#EXTINF:-1 tvg-id="DLTV13.th" status="online",DLTV 13 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV13.th" status="timeout",DLTV 13 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv13.m3u8 -#EXTINF:-1 tvg-id="DLTV14.th" status="timeout",DLTV 14 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV14.th" status="online",DLTV 14 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv14.m3u8 #EXTINF:-1 tvg-id="DLTV15.th" status="timeout",DLTV 15 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv15.m3u8 diff --git a/streams/tn.m3u b/streams/tn.m3u index c91f39ee5..42fba9922 100644 --- a/streams/tn.m3u +++ b/streams/tn.m3u @@ -14,7 +14,7 @@ http://142.44.214.231:1935/saheltv/myStream/playlist.m3u8 https://5ac31d8a4c9af.streamlock.net/tunimmob/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="TunisnaTV.tn" status="timeout",Tunisna TV http://streaming.tunisna.tv:1935/live/tunisna/playlist.m3u8 -#EXTINF:-1 tvg-id="Watania1.tn" status="online",Watania 1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Watania1.tn" status="timeout",Watania 1 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/WataniaReplay/live #EXTINF:-1 tvg-id="Watania2.tn" status="online",Watania 2 (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Watania2Replay/live diff --git a/streams/tr.m3u b/streams/tr.m3u index 8f371cebd..91fdd671f 100644 --- a/streams/tr.m3u +++ b/streams/tr.m3u @@ -70,7 +70,7 @@ http://waw1.artiyerelmedya.net:1935/denizpostasitv/bant1/playlist.m3u8 https://waw2.artiyerelmedya.net/denizpostasitv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="Dersim62TV.tr" status="timeout",Dersim62 TV (720p) http://live.arkumedia.com:1935/dersim62tv/dersim62tv/playlist.m3u8 -#EXTINF:-1 tvg-id="DHA.tr" status="online",DHA (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DHA.tr" status="timeout",DHA (720p) [Not 24/7] https://603c568fccdf5.streamlock.net/live/dhaweb1_C5efC/playlist.m3u8 #EXTINF:-1 tvg-id="DimTV.tr" status="online",DİM TV (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/dimtv/bant1/playlist.m3u8 diff --git a/streams/ua.m3u b/streams/ua.m3u index f3043d782..414ab2ec8 100644 --- a/streams/ua.m3u +++ b/streams/ua.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="1Plus1.ua" status="online",1+1 (1080p) +#EXTINF:-1 tvg-id="1Plus1.ua" status="timeout",1+1 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCVEaAWKfv7fE1c-ZuBs7TKQ/live #EXTINF:-1 tvg-id="1Plus1Sport.ua" status="online",1+1 Спорт (720p) [Not 24/7] https://live-k2301-kbp.1plus1.video/sport/smil:sport.smil/playlist.m3u8 diff --git a/streams/uk.m3u b/streams/uk.m3u index ec22ced57..5c8128b36 100644 --- a/streams/uk.m3u +++ b/streams/uk.m3u @@ -12,14 +12,14 @@ http://akaal.zecast.net/akaal-live/smil:akaaltv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Alaraby2TV.uk" status="online",Alaraby 2 TV (1080p) https://alaraby.cdn.octivid.com/alaraby2n/smil:alaraby2n.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlarabyTV.uk" status="online",Alaraby TV (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlarabyTv_News/live -#EXTINF:-1 tvg-id="AlarabyTV.uk" status="online",Alaraby TV (1080p) https://alaraby.cdn.octivid.com/alaraby/smil:alaraby.stream.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AlarabyTV.uk" status="timeout",Alaraby TV (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlarabyTv_News/live #EXTINF:-1 tvg-id="AlHiwarTV.uk" status="online",Alhiwar TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alhiwarchannels/live #EXTINF:-1 tvg-id="AlHiwarTV.uk" status="online",Alhiwar TV (1080p) [Not 24/7] https://mn-nl.mncdn.com/alhiwar_live/smil:alhiwar.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlMagharibia.uk" status="online",Al Magharibia (1080p) +#EXTINF:-1 tvg-id="AlMagharibia.uk" status="timeout",Al Magharibia (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlmagharibiaTv/live #EXTINF:-1 tvg-id="AnandTV.uk" status="blocked",Anand TV (720p) [Not 24/7] https://live-anandtv.anandmedia.net/anandtvapp/anandtv/index.m3u8 @@ -51,7 +51,7 @@ https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic https://vs-hls-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2.m3u8 #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (540p) https://vs-hls-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2_cloudfrontms_live.m3u8 -#EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (480p) +#EXTINF:-1 tvg-id="BBCArabic.uk" status="timeout",BBC Arabic (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/bbcarabic/live #EXTINF:-1 tvg-id="BBCFour.uk" status="blocked",BBC Four (540p) [Geo-blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_four_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 @@ -257,7 +257,7 @@ http://ott-cdn.ucom.am/s37/index.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/KhodamAlMahdi2/live #EXTINF:-1 tvg-id="FreeSports.uk" status="online",FreeSports (1080p) [Not 24/7] https://d3cq7cdp2cfi92.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-2ff27mp9b8422-prod/hls-harvester2-1293-prod/us-east-1/cc-2ff27mp9b8422/master.m3u8 -#EXTINF:-1 tvg-id="GarshomTV.uk" status="online",Garshom TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="GarshomTV.uk" status="error",Garshom TV (360p) [Not 24/7] http://og2qd3aal7an-hls-live.5centscdn.com/garshomtv/d0dbe915091d400bd8ee7f27f0791303.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="GBNews.uk" status="online",GB News (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/GBNewsOnline/live @@ -269,7 +269,7 @@ http://57d6b85685bb8.streamlock.net:1935/abrgemporiaukgfx/livestream_360p/index. https://halaldn.cdn.mangomolo.com/halavd/smil:halavd.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="HorseCountryTV.uk" status="online",Horse & Country TV (1080p) https://hnc-free-viewlift.amagi.tv/HNC_AUSTRALIA.m3u8 -#EXTINF:-1 tvg-id="IdealWorld.uk" status="online",Ideal World TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="IdealWorld.uk" status="timeout",Ideal World TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/IdealworldTvShopping/live #EXTINF:-1 tvg-id="IonTV.uk" status="online",iON TV (576p) https://ap02.iqplay.tv:8082/iqb8002/i09/playlist.m3u8 @@ -375,7 +375,7 @@ https://ap02.iqplay.tv:8082/iqb8002/t5kb86/playlist.m3u8 https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00738-newsuk-talkradiotv-ono/playlist.m3u8 #EXTINF:-1 tvg-id="TalkTV.uk" status="online",TalkTV (1080p) https://newsuk-talkradiotv-brightcove.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TBNUK.uk" status="online",TBN UK (720p) +#EXTINF:-1 tvg-id="TBNUK.uk" status="timeout",TBN UK (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://api.new.livestream.com/accounts/28567990/events/8919546 #EXTINF:-1 tvg-id="TheBoxUK.uk" status="online",The Box UK (576p) [Not 24/7] https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,thebox-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/thebox/ @@ -420,7 +420,7 @@ https://live.ishiacloud.com/haditv.co.uk/haditv2.m3u8 https://live.ishiacloud.com/haditv.co.uk/haditv6.m3u8 #EXTINF:-1 tvg-id="" status="online",Hadi TV Turkish and Kurdish (720p) https://live.ishiacloud.com/haditv.co.uk/haditv7.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Latest TV [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Latest TV [Not 24/7] https://5a0e89631aa14.streamlock.net/LatestTV/LatestTV/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",n TV (US Eastern) (720p) [Not 24/7] https://a.jsrdn.com/broadcast/22680_3BR3zocwi9/-0500/c.m3u8 diff --git a/streams/uk_pluto.m3u b/streams/uk_pluto.m3u index 7047f35b5..92ee632c3 100644 --- a/streams/uk_pluto.m3u +++ b/streams/uk_pluto.m3u @@ -16,15 +16,15 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7677c0edace7cff81 #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60812fc8539963000707d1e1/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8bf321-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=7ebb5004-1cd6-44bb-990a-082fdcdcba6d #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a66795ef91fef2c7031c599&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=70&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dc287ce3086a20009f5024c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b2e82991-0585-11eb-8b9f-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677c0edace7cff8180b16/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a66795ef91fef2c7031c599&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=70&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSherlockUK.uk" status="online",Pluto TV Sherlock (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2c00abfed110009d97243/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (England) (720p) @@ -36,11 +36,11 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bb941b95267e22 #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56340779a738201b4ccfeac9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=725&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677fa2ec536ce1d587eeb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5637d31f319573e26b64040b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5637d31f319573e26b64040b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=468&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p) @@ -65,7 +65,7 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d134a74ca91eedee16 http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea18cd42ee5410007e349dc/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ea18cd42ee5410007e349dc&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=200&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Food (England) (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf930548ff9b00090d5686/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ddf930548ff9b00090d5686&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=500&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="timeout",Pluto TV Inside (England) (720p) +#EXTINF:-1 tvg-id="" status="online",Pluto TV Inside (England) (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767857f65029ce2385b217/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767857f65029ce2385b217&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=302&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Movies (England) (684p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d3a31b95267e225e4e09/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ad8d3a31b95267e225e4e09&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=50&terminate=false&userId= diff --git a/streams/us.m3u b/streams/us.m3u index 71319988c..5d3a2cc5f 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -146,7 +146,7 @@ https://dikcfc9915kp8.cloudfront.net/hls/1080p/playlist.m3u8 https://dikcfc9915kp8.cloudfront.net/hls/main.m3u8 #EXTINF:-1 tvg-id="BabyTV.uk" status="online",BabyTV (1080p) http://194.163.179.246/slovenci/djeciji/babytv.m3u8 -#EXTINF:-1 tvg-id="BanningCityTV.us" status="online",Banning CityTV (Banning CA) (p) +#EXTINF:-1 tvg-id="BanningCityTV.us" status="timeout",Banning CityTV (Banning CA) (p) https://vblive-c.viebit.com/072e341f-100d-4da1-9c18-65370ebf35c6/playlist.m3u8 #EXTINF:-1 tvg-id="BBCAmericaEast.us" status="online",BBC America (720p) https://bcovlive-a.akamaihd.net/8e64fad5ddbe4d3e95b23b0f9c062f03/us-east-1/6240731308001/playlist.m3u8 @@ -230,7 +230,7 @@ https://content.uplynk.com/channel/7ad2b600b40b4a89933ab6981757f8b3.m3u8 http://butv10-livestream.bu.edu/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 #EXTINF:-1 tvg-id="Buzzr.us" status="online",Buzzr (1080p) https://buzzrota-web.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="CableHits.us" status="online",Cable Hits (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CableHits.us" status="error",Cable Hits (720p) [Not 24/7] https://bk7l2w4nlx53-hls-live.5centscdn.com/AETV/514c04b31b5f01cf00dd4965e197fdda.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="CaliforniaMusicChannel.us" status="online",CMC (California Music Channel) https://cmc-ono.amagi.tv/playlist.m3u8 @@ -242,7 +242,7 @@ https://playout4multirtmp.tulix.tv/live7/Stream1/playlist.m3u8 https://stream.ads.ottera.tv/playlist.m3u8?network_id=269 #EXTINF:-1 tvg-id="CanelaTV.us" status="online",Canela TV (720p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=65 -#EXTINF:-1 tvg-id="CapitalCityConnectionMontgomery.us" status="online",City TV Capital City Connection +#EXTINF:-1 tvg-id="CapitalCityConnectionMontgomery.us" status="timeout",City TV Capital City Connection https://vblive-c.viebit.com/5f0d9ca5-4e85-4c01-a426-9ec8d44c2c9c/chunklist.m3u8 #EXTINF:-1 tvg-id="CaptitalOTBBetting.us" status="online",Captital OTB Betting (720p) [Not 24/7] https://d2up1hmow19bcd.cloudfront.net/livecf/liveracing/playlist.m3u8 @@ -356,7 +356,7 @@ https://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_4_ http://stream.tvtap.live:8081/live/us-cnn.stream/playlist.m3u8 #EXTINF:-1 tvg-id="CNN.us" status="blocked",CNN https://16live00.akamaized.net/CNN/index.m3u8 -#EXTINF:-1 tvg-id="CNNBrasil.br" status="online",CNN Brasil (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CNNBrasil.br" status="timeout",CNN Brasil (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCvdwhh_fDyWccR42-rReZLw/live #EXTINF:-1 tvg-id="CNNChile.cl" status="timeout",CNN Chile (720p) https://unlimited1-cl-movistar.dps.live/cnn/cnn.smil/playlist.m3u8 @@ -849,30 +849,30 @@ https://5c2974786200d.streamlock.net/live-chan29/ngrp:ch29_all/playlist.m3u8 https://5c2974786200d.streamlock.net/live-chan30/ngrp:ch30_all/playlist.m3u8 #EXTINF:-1 tvg-id="MidpenMediaCenterChannel75.us" status="online",Midpen Media Center Diversity and Culture Channel 75 (720p) https://5c2974786200d.streamlock.net/live-chan75/ngrp:ch75_all/playlist.m3u8 -#EXTINF:-1 tvg-id="MillenniumTV24.us" status="error",Millennium TV 24 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MillenniumTV24.us" status="online",Millennium TV 24 (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/mnews24.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="MillenniumTVUSA.us" status="error",Millennium TV USA (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MillenniumTVUSA.us" status="online",Millennium TV USA (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/millenniumtv-odr-up2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="MissionTV.us" status="online",Mission TV (1080p) [Not 24/7] https://6096a9cf11ae5.streamlock.net:1943/live/missiontv/playlist.m3u8 #EXTINF:-1 tvg-id="MissionTV.us" status="online",Mission TV (720p) [Not 24/7] http://stream.missiontv.com:1935/live/missiontv_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="MMAJunkie.us" status="online",MMA Junkie -http://a.jsrdn.com/broadcast/80f6ba72c8/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="MMAJunkie.us" status="online",MMA Junkie (720p) https://a.jsrdn.com/broadcast/80f6ba72c8/+0000/c.m3u8 +#EXTINF:-1 tvg-id="MMAJunkie.us" status="online",MMA Junkie +http://a.jsrdn.com/broadcast/80f6ba72c8/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="MohabatTV.us" status="online",Mohabat TV (540p) http://media.mohabat.tv:1935/live_transcoder/ngrp:mohabat.stream_all/playlist.m3u8 -#EXTINF:-1 tvg-id="MonarchChannel.us" status="online",Monarch Channel (720p) -https://a.jsrdn.com/broadcast/0c9a09c94c/+0000/c.m3u8 #EXTINF:-1 tvg-id="MonarchChannel.us" status="online",Monarch TV (360p) https://a.jsrdn.com/broadcast/0c9a09c94c/+0000/low/c.m3u8 +#EXTINF:-1 tvg-id="MonarchChannel.us" status="online",Monarch Channel (720p) +https://a.jsrdn.com/broadcast/0c9a09c94c/+0000/c.m3u8 #EXTINF:-1 tvg-id="MorroBayChannel20.us" status="online",Morro Bay Channel 20 (480p) https://agp-nimble.streamguys1.com/MBCh20/MBCh20/playlist.m3u8 -#EXTINF:-1 tvg-id="MovieKingdom.us" status="online",Movie Kingdom TV -https://a.jsrdn.com/broadcast/e9b4093a41/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="MovieKingdom.us" status="online",Movie Kingdom (720p) https://a.jsrdn.com/broadcast/e9b4093a41/+0000/c.m3u8 +#EXTINF:-1 tvg-id="MovieKingdom.us" status="online",Movie Kingdom TV +https://a.jsrdn.com/broadcast/e9b4093a41/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="MPTV.us" status="online",Moorpark Government Channel (360p) https://cdn3.wowza.com/5/cXdyRHF0Z3kxN0k2/moorpark/G0086_003/playlist.m3u8 #EXTINF:-1 tvg-id="MyEncinitasTV.us" status="online",MyEncinitasTV (Encinitas CA) (360p) @@ -893,7 +893,7 @@ https://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8 https://ntv1.akamaized.net/hls/live/2014075/NASA-NTV1-HLS/master.m3u8 #EXTINF:-1 tvg-id="NASATVUHD.us" status="online",NASA TV UHD (2160p) https://endpnt.com/hls/nasa4k60/playlist.m3u8 -#EXTINF:-1 tvg-id="NationalGeographicWildRussia.ru" status="error",National Geographic Wild Russia (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="NationalGeographicWildRussia.ru" status="online",National Geographic Wild Russia (1080p) [Not 24/7] https://sc.id-tv.kz/NatGeoWildHD_34_35.m3u8 #EXTINF:-1 tvg-id="NAUTVNorthernArizonaUniversity.us" status="online",NAU-TV Northern Arizona University (720p) [Not 24/7] http://stream.ec.nau.edu/live/amlst:channelfour/playlist.m3u8 @@ -1101,7 +1101,7 @@ https://playout4multirtmp.tulix.tv/live6/Stream1/playlist.m3u8 https://a.jsrdn.com/broadcast/fabeab4b08/+0000/c.m3u8 #EXTINF:-1 tvg-id="StartTV.us" status="blocked",Start TV https://16live00.akamaized.net/START_TV/index.m3u8 -#EXTINF:-1 tvg-id="StockChartsTV.us" status="online",StockCharts TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="StockChartsTV.us" status="timeout",StockCharts TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://livestream.com/accounts/19628359/events/7940975/player #EXTINF:-1 tvg-id="SundanceTVEast.us" status="online",Sundance East (720p) https://bcovlive-a.akamaihd.net/d2fcbeaead4b425fa13d4fec961fc47a/us-east-1/6240731308001/playlist.m3u8 @@ -1119,7 +1119,7 @@ https://lompoccmttv.secure.footprint.net/egress/bhandler/lompoccmttv/streamb/pla https://lompoccmttv.secure.footprint.net/egress/bhandler/lompoccmttv/streamc/playlist.m3u8 #EXTINF:-1 tvg-id="TasteItTV.us" status="online",Taste It TV (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5af61f59d5eeee7af3d1db8f/playlist.m3u8 -#EXTINF:-1 tvg-id="Tastemade.us" status="timeout",Tastemade (1080p) +#EXTINF:-1 tvg-id="Tastemade.us" status="online",Tastemade (1080p) https://tastemadessai.akamaized.net/amagi_hls_data_tastemade-tastemade/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="TastemadeAustralia.us" status="online",Tastemade Australia (1080p) https://tastemadeintaus-smindia.amagi.tv/playlist.m3u8 @@ -1127,7 +1127,7 @@ https://tastemadeintaus-smindia.amagi.tv/playlist.m3u8 https://tastemadees16intl-brightcove.amagi.tv/hls/amagi_hls_data_tastemade-tastemade-es16intl-brightcove/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="TBD.us" status="online",TBD. (720p) https://content.uplynk.com/channel/1831163f97674328ad9f4b4814ed39c5.m3u8 -#EXTINF:-1 tvg-id="TBNAsia.us" status="online",TBN Asia (360p) +#EXTINF:-1 tvg-id="TBNAsia.us" status="error",TBN Asia (360p) http://210.210.155.37/qwr9ew/s/s39/index.m3u8 #EXTINF:-1 tvg-id="TBNEast.us" status="online",TBN US (1080p) [Not 24/7] https://api.new.livestream.com/accounts/27460990/events/8266920/live.m3u8 @@ -1151,10 +1151,10 @@ https://eu-nl-012.worldcast.tv/dancetelevisionthree/dancetelevisionthree.m3u8 https://cdn3.wowza.com/5/cFh0V0QwUVc4SDl2/tempe/G0355_003/chunklist.m3u8 #EXTINF:-1 tvg-id="TGJunior.us" status="online",TG Junior (1080p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=31 -#EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (1080p) -https://ov.ottera.tv/live/master.m3u8?channel=mcom_ta_us #EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (486p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=74 +#EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (1080p) +https://ov.ottera.tv/live/master.m3u8?channel=mcom_ta_us #EXTINF:-1 tvg-id="TheBeachChannel.us" status="error",The Beach Channel (720p) https://live.lwcdn.com/live/amlst:ALH8QFrg_all/playlist.m3u8 #EXTINF:-1 tvg-id="TheBoatShow.us" status="online",The Boat Show (720p) @@ -1199,15 +1199,15 @@ https://glxlmn026c.singularcdn.net.br/playout_04/playlist.m3u8 https://glxlmn026c.singularcdn.net.br/playout_05/playlist.m3u8 #EXTINF:-1 tvg-id="TNTWest.us" status="online",TNT West (720p) [Geo-blocked] https://tve-live-lln.warnermediacdn.com/hls/live/2023170/tntwest/slate/VIDEO_0_3564000.m3u8 -#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (720p) -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37 #EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (1080p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=36 +#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (720p) +https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37 #EXTINF:-1 tvg-id="TopStoriesbyNewsy.us" status="online",Top Stories by Newsy (720p) https://content.uplynk.com/channel/33c48f602cfd4474b957eb4ad999caf8.m3u8 #EXTINF:-1 tvg-id="TrinityChannel.us" status="online",Trinity Channel (480p) [Not 24/7] http://rtmp1.abnsat.com/hls/trinity.m3u8 -#EXTINF:-1 tvg-id="TropicalMoonEventosTV.us" status="online",Tropical Moon Eventos TV [Not 24/7] +#EXTINF:-1 tvg-id="TropicalMoonEventosTV.us" status="error",Tropical Moon Eventos TV [Not 24/7] https://srv.panelcast.net/eventostv/eventostv/playlist.m3u8 #EXTINF:-1 tvg-id="TropicalMoonSalsaTV.us" status="online",Tropical Moon Salsa TV https://srv.panelcast.net/musictv/musictv/playlist.m3u8 @@ -1305,7 +1305,7 @@ https://unidfp-nlds164.global.ssl.fastly.net/nlds/univisionnow/unimas_east2/as/l https://unidfp-nlds155.global.ssl.fastly.net/nlds/univisionnow/univision_east2/as/live/univision_east2_hd_pc.m3u8?t1= #EXTINF:-1 tvg-id="UNTVNewsRecue.us" status="timeout",UNTV News & Recue (1080p) https://cdn.untvweb.com/live-stream/playlist.m3u8 -#EXTINF:-1 tvg-id="UNWebTV.us" status="online",UN Web TV (540p) +#EXTINF:-1 tvg-id="UNWebTV.us" status="error",UN Web TV (540p) https://cdnapi.kaltura.com/p/2503451/sp/250345100/playManifest/entryId/1_gb6tjmle/protocol/https/format/applehttp/a.m3u8 #EXTINF:-1 tvg-id="VallenatoInternacional.us" status="online",Vallenato Internacional (720p) [Not 24/7] https://59a564764e2b6.streamlock.net/vallenato/Vallenato2/playlist.m3u8 @@ -1461,10 +1461,10 @@ https://content.uplynk.com/channel/ext/10b98e7c615f43a98b180d51797e74aa/wpvi_24x https://livevideo01.wqad.com/hls/live/2011657/newscasts/live.m3u8 #EXTINF:-1 tvg-id="WRGBDT1.us" status="online",CBS 6 Albany NY (WRGB) (720p) https://content.uplynk.com/channel/bba3e7da884a49bba96341ecf5128f0f.m3u8 +#EXTINF:-1 tvg-id="WSBDT1.us" status="online",ABC 2 Atlanta GA (WSB-TV) (720p) +https://d2rwx6gwduugne.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10010_183ec1c7-4183-4661-803b-3ed282ffb625_LE/in/cmg-wsbtvnow-hls-v3/live.m3u8 #EXTINF:-1 tvg-id="WSBDT1.us" status="blocked",ABC Atlanta-GA (WSB-DT1) (720p) https://trn10.tulix.tv/WSB-ABC/index.m3u8 -#EXTINF:-1 tvg-id="WSBDT1.us" status="error",ABC 2 Atlanta GA (WSB-TV) (720p) -https://d2rwx6gwduugne.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10010_183ec1c7-4183-4661-803b-3ed282ffb625_LE/in/cmg-wsbtvnow-hls-v3/live.m3u8 #EXTINF:-1 tvg-id="WTAJDT1.us" status="blocked",CBS Altoona PA (WTAJ1) (720p) http://trn03.tulix.tv/teleup-cbs-whp-new1/playlist.m3u8 #EXTINF:-1 tvg-id="WTGSDT1.us" status="online",Fox 28 Savannah GA (WTGS) (720p) @@ -1523,7 +1523,7 @@ https://d1ewctnvcwvvvu.cloudfront.net/playlist.m3u8 https://content.uplynk.com/channel/411ba7ca8cb6403a9e73509e49c3a77b.m3u8 #EXTINF:-1 tvg-id="YouDotGov.us" status="online",YouDotGov https://tvsantacruz.secure.footprint.net/egress/bhandler/tvsantacruz/streama/playlist.m3u8 -#EXTINF:-1 tvg-id="YoungHollywood.us" status="online",Young Hollywood (720p) +#EXTINF:-1 tvg-id="YoungHollywood.us" status="timeout",Young Hollywood (720p) https://a.jsrdn.com/broadcast/e0f99ab19c/+0000/c.m3u8 #EXTINF:-1 tvg-id="YoutooAmerica.us" status="online",Youtoo America (1080p) https://thegateway.app/YouToo/CueTones/playlist.m3u8 @@ -1531,7 +1531,7 @@ https://thegateway.app/YouToo/CueTones/playlist.m3u8 https://thegateway.app/YouToo/YTamerica/playlist.m3u8 #EXTINF:-1 tvg-id="Yuma77.us" status="online",Yuma77 https://securestream6.champds.com/hlssstc/YumaCoAZLIVE/master.m3u8 -#EXTINF:-1 tvg-id="YumaChannel72.us" status="error",Yuma AZ CH 72 +#EXTINF:-1 tvg-id="YumaChannel72.us" status="online",Yuma AZ CH 72 https://yuma-az.secure.footprint.net/egress/bhandler/yumaaz/streama/playlist.m3u8 #EXTINF:-1 tvg-id="YumaChannel73.us" status="online",Yuma AZ CH 73 https://yuma-az.secure.footprint.net/egress/bhandler/yumaaz/streamb/playlist.m3u8 @@ -1549,7 +1549,7 @@ https://cdn3.wowza.com/5/ODB6NmF5K3l4T1h5/persis/6361162879_AZ-247.stream_247/ch https://cdn.igocast.com/channel5_hls/channel5_master.m3u8 #EXTINF:-1 tvg-id="" status="online",AWC TV https://arizonawesterncol.secure.footprint.net/egress/bhandler/arizonawesterncol/streama/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",AXN East Asia (Indonesian subtitle) (576p) +#EXTINF:-1 tvg-id="" status="online",AXN East Asia (Indonesian subtitle) (576p) http://210.210.155.37/dr9445/h/h141/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",AXN Latinoamérica (576p) http://209.91.213.10:8088/play/a011 @@ -1699,7 +1699,7 @@ https://api.new.livestream.com/accounts/12638076/events/8488790/live.m3u8 https://a.jsrdn.com/broadcast/18b42f9aef/+0000/c.m3u8 #EXTINF:-1 tvg-id="" status="online",TV4 Bullhead City AZ (360p) https://cdn3.wowza.com/5/UWpORHhLSEs5SkJs/bullheadcity/G0860_001/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Univision +#EXTINF:-1 tvg-id="" status="error",Univision http://190.61.41.182:8000/play/a37m/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Univision DFW [Geo-blocked] https://unidfp-nlds138.global.ssl.fastly.net/nlds/univisionnow/univision_dal2/as/live/univision_dal2_hd_pc.m3u8?t1= @@ -1709,7 +1709,7 @@ https://cdn.igocast.com/channel8_hls/channel8_master.m3u8 https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8 #EXTINF:-1 tvg-id="" status="online",Village of Hastings-On-Hudson NY (WHOH-TV) (360p) http://stream.swagit.com/live-edge/hastingsonhudsonny/smil:std-4x3-1-a/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",VPOD-TV 59.3 Chicago IL (WAOE) (1080p) +#EXTINF:-1 tvg-id="" status="error",VPOD-TV 59.3 Chicago IL (WAOE) (1080p) https://81988.global.ssl.fastly.net/6054f2db9a679c037cbbb2b2/live_7749cbc088e711eb99623595db260c33/index.m3u8 #EXTINF:-1 tvg-id="" status="online",WATC-DT2 https://uni01rtmp.tulix.tv/watc57-2/watc57-2/playlist.m3u8 diff --git a/streams/us_localbtv.m3u b/streams/us_localbtv.m3u index 5cc0cf725..6d016c398 100644 --- a/streams/us_localbtv.m3u +++ b/streams/us_localbtv.m3u @@ -14,19 +14,19 @@ http://v-ny.theus6tv.duckdns.org/hls/7.2/playlist.m3u8 #EXTINF:-1 tvg-id="WABCDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WABC-DT4 (HSN) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/7.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT1.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT1 (TCT) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="WACPDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT1 (TCT) (1080p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT2.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT2 (AceTV) (480p) +#EXTINF:-1 tvg-id="WACPDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT2 (AceTV) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT4.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT4 (ShopLC) (480p) +#EXTINF:-1 tvg-id="WACPDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT4 (ShopLC) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT5.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT5 (Jewelry TV) (480p) +#EXTINF:-1 tvg-id="WACPDT5.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT5 (Jewelry TV) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.5/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT6.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT6 (The Family Channel) (480p) +#EXTINF:-1 tvg-id="WACPDT6.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT6 (The Family Channel) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.6/playlist.m3u8 #EXTINF:-1 tvg-id="WCAUDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WCAU-DT1 (NBC 10) (1080p) @@ -47,7 +47,7 @@ http://v-ny.theus6tv.duckdns.org/hls/2.3/playlist.m3u8 #EXTINF:-1 tvg-id="WCBSDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WCBS-DT4 (FaveTV) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/2.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WDPNDT2.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WDPN-DT2 (Grit) (432p) +#EXTINF:-1 tvg-id="WDPNDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WDPN-DT2 (Grit) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/2.2/playlist.m3u8 #EXTINF:-1 tvg-id="WDPNDT5.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WDPN-DT5 (Retro TV) (432p) diff --git a/streams/us_pluto.m3u b/streams/us_pluto.m3u index c447da83b..3c0ea7956 100644 --- a/streams/us_pluto.m3u +++ b/streams/us_pluto.m3u @@ -1,10 +1,10 @@ #EXTM3U #EXTINF:-1 tvg-id="70sCinema.us" status="online",Pluto TV 70s Cinema (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d878d3d19b30007d2e782/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="80sRewind.us" status="online",Pluto TV Pluto 80s Rewind (684p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca525b650be2571e3943c63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca525b650be2571e3943c63&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=95&terminate=false&userId= #EXTINF:-1 tvg-id="80sRewind.us" status="online",Pluto TV 80s Rewind (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca525b650be2571e3943c63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="80sRewind.us" status="online",Pluto TV Pluto 80s Rewind (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca525b650be2571e3943c63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca525b650be2571e3943c63&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=95&terminate=false&userId= #EXTINF:-1 tvg-id="90sThrowback.us" status="online",Pluto TV 90s Throwback (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d86f519358a00072b978e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="90210.us" status="online",Pluto TV 90120 (720p) @@ -17,30 +17,30 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82530945600e0007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82530945600e0007ca076c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",Pluto TV America's Test Kitchen (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84f54a82f05300080e6746/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84f54a82f05300080e6746&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=605&terminate=false&userId= -#EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",America's Test Kitchen (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84f54a82f05300080e6746/master.m3u8?advertisingId=&appName=web&appVersion=5.10.0-63088da67b32904787b837429cfa9c5c605b7626&architecture=&buildVersion=&clientTime=&deviceDNT=false&deviceId=730453b0-df89-477c-a53d-9f59f9f46f37&deviceLat=37.7510&deviceLon=-97.8220&deviceMake=Opera&deviceModel=Opera&deviceType=web&deviceVersion=72.0.3815.186&includeExtendedEvents=false&marketingRegion=US&serverSideAds=true&sid=130d48cd-22f9-11eb-9bad-0242ac110002&userId= #EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",Pluto TV America's Test Kitchen (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84f54a82f05300080e6746/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="AnimeAllDay.us" status="online",Pluto TV Anime All Day (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b7d3249444e05d09cc49/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="error",America's Test Kitchen (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84f54a82f05300080e6746/master.m3u8?advertisingId=&appName=web&appVersion=5.10.0-63088da67b32904787b837429cfa9c5c605b7626&architecture=&buildVersion=&clientTime=&deviceDNT=false&deviceId=730453b0-df89-477c-a53d-9f59f9f46f37&deviceLat=37.7510&deviceLon=-97.8220&deviceMake=Opera&deviceModel=Opera&deviceType=web&deviceVersion=72.0.3815.186&includeExtendedEvents=false&marketingRegion=US&serverSideAds=true&sid=130d48cd-22f9-11eb-9bad-0242ac110002&userId= #EXTINF:-1 tvg-id="AnimeAllDay.us" status="online",Pluto TV Anime All Day (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b7d3249444e05d09cc49/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b7d3249444e05d09cc49&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=830&terminate=false&userId= +#EXTINF:-1 tvg-id="AnimeAllDay.us" status="online",Pluto TV Anime All Day (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b7d3249444e05d09cc49/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="AwesomenessTV.us" status="online",Pluto TV Awesomeness TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5595e43c66ace1652e63c6a2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5595e43c66ace1652e63c6a2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=194&terminate=false&userId= #EXTINF:-1 tvg-id="AwesomenessTV.us" status="online",Pluto TV Awesomeness TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7656a8d0438aceb41cfdef/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="AwesomenessTV.us" status="online",Pluto TV Awesomeness TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5595e43c66ace1652e63c6a2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="BabyFirst.us" status="online",Pluto TV BabyFirst (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BabyFirst.us" status="timeout",Pluto TV BabyFirst (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebac49ce4dc8b00078b23bc/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="Baywatch.us" status="online",Pluto TV Baywatch (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d815eb889bca2ce7b746fdd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d815eb889bca2ce7b746fdd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=142&terminate=false&userId= #EXTINF:-1 tvg-id="Baywatch.us" status="online",Pluto TV Baywatch (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d815eb889bca2ce7b746fdd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BellatorMMA.us" status="online",Pluto TV Bellator MMA (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebc8688f3697d00072f7cf8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ebc8688f3697d00072f7cf8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=730&terminate=false&userId= -#EXTINF:-1 tvg-id="BellatorMMA.us" status="online",Pluto TV Bellator MMA (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ebc8688f3697d00072f7cf8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGSff +#EXTINF:-1 tvg-id="BellatorMMA.us" status="online",Pluto TV Bellator MMA (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebc8688f3697d00072f7cf8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ebc8688f3697d00072f7cf8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=730&terminate=false&userId= #EXTINF:-1 tvg-id="BETEast.us" status="online",Pluto TV BET (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca670f6593a5d78f0e85aed/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca670f6593a5d78f0e85aed&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=174&terminate=false&userId= #EXTINF:-1 tvg-id="BETEast.us" status="online",Pluto TV BET (720p) @@ -55,12 +55,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e6949 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db81695a95186000941ee8b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BeverlyHillbillies.us" status="online",Pluto TV Beverly Hillbillies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7796e470510900070d4e3d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (684p) -https://stitcher.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?appVersion=2.0.0&deviceDNT=0&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=37.0.2049.0&serverSideAds=false&sid=6e360db0-724b-11e8-be77-bf4d1417b012 -#EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58af4c093a41ca9d4ecabe96&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=80&terminate=false&userId= +#EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (684p) +https://stitcher.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?appVersion=2.0.0&deviceDNT=0&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=37.0.2049.0&serverSideAds=false&sid=6e360db0-724b-11e8-be77-bf4d1417b012 #EXTINF:-1 tvg-id="BlackInkCrew.us" status="online",Pluto TV Black Ink Crew (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e2bceca5b4b2c0e06c50/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e2bceca5b4b2c0e06c50&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=285&terminate=false&userId= #EXTINF:-1 tvg-id="BlackInkCrew.us" status="online",Pluto TV Black Ink Crew (720p) [Not 24/7] @@ -73,14 +73,14 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46fba0c43b0d0009 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/54ff7ba69222cb1c2624c584/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=54ff7ba69222cb1c2624c584&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=224&terminate=false&userId= #EXTINF:-1 tvg-id="BounceXL.us" status="online",Bounce XL (720p) https://siloh.pluto.tv/lilo/production/BounceXL/master.m3u8 -#EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bfbe4ced4f7b601b12e6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=540&terminate=false&userId= #EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Cats247.us" status="online",Cats 24/7 (US) (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/599375885ceaac3cabccbed7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bfbe4ced4f7b601b12e6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=540&terminate=false&userId= #EXTINF:-1 tvg-id="Cats247.us" status="online",Cats 24/7 (US) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/599375885ceaac3cabccbed7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=599375885ceaac3cabccbed7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=635&terminate=false&userId= +#EXTINF:-1 tvg-id="Cats247.us" status="online",Cats 24/7 (US) (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/599375885ceaac3cabccbed7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CBSNews.us" status="online",Pluto TV CBSN (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a6b92f6e22a617379789618/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a6b92f6e22a617379789618&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=204&terminate=false&userId= #EXTINF:-1 tvg-id="CBSNewsBayArea.us" status="online",Pluto TV CBSN Bay Area CA (720p) [Not 24/7] @@ -101,18 +101,18 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc48170e280c80009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b05ea168cc000767ba67/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CBSNewsPittsburgh.us" status="online",Pluto TV CBSN Pittsburgh PA (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b17aa5277e00083f6521/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (720p) -http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521 #EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812afe1d0f0b8d55dde67fa/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812afe1d0f0b8d55dde67fa&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=226&terminate=false&userId= #EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1e02c08ee5378be82db47/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (720p) +http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521 #EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d180092e97a5e107638d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=913&terminate=false&userId= -#EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12111c9e6c2c00078ef3bb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5b0dada51f8004c4d855&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=106&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (684p) [Not 24/7] @@ -121,10 +121,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5b0da https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=562ea53fa9060c5a7d463e74&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=548&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicToonsTV.us" status="online",Pluto TV Classic Toons TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (684p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e32b297f96000768f928&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=501&terminate=false&userId= +#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (684p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e3cccf49290007053c67/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e3cccf49290007053c67&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=520&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) @@ -142,9 +142,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509b87 #EXTINF:-1 tvg-id="CNN.us" status="online",Pluto TV CNN (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5421f71da6af422839419cb3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5421f71da6af422839419cb3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=209&terminate=false&userId= #EXTINF:-1 tvg-id="ColdCaseFiles.us" status="online",Pluto TV Cold Case Files (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c37d6712de254456f7ec340/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ColdCaseFiles.us" status="online",Pluto TV Cold Case Files (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c37d6712de254456f7ec340/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c37d6712de254456f7ec340&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=373&terminate=false&userId= +#EXTINF:-1 tvg-id="ColdCaseFiles.us" status="online",Pluto TV Cold Case Files (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c37d6712de254456f7ec340/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ComedyCentralAnimation.us" status="online",Pluto TV Comedy Central Animation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f99e24636d67d0007a94e6d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ComedyCentralEast.us" status="online",Comedy Central East (720p) [Not 24/7] @@ -164,9 +164,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1f7e089 #EXTINF:-1 tvg-id="CourtTV.us" status="online",Pluto TV Court TV (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0b4841a7d0000938ddbd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae0b4841a7d0000938ddbd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=395&terminate=false&userId= #EXTINF:-1 tvg-id="CSI.us" status="online",Pluto TV CSI (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efbd29e4aa26700076c0d06/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5efbd29e4aa26700076c0d06&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=355&terminate=false&userId= -#EXTINF:-1 tvg-id="CSI.us" status="online",Pluto TV CSI (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd29e4aa26700076c0d06/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="CSI.us" status="online",Pluto TV CSI (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efbd29e4aa26700076c0d06/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5efbd29e4aa26700076c0d06&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=355&terminate=false&userId= #EXTINF:-1 tvg-id="DallasCowboysCheerleaders.us" status="online",Dallas Cowboy Cheerleaders (240p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="DallasCowboysCheerleaders.us" status="online",Pluto TV Dallas Cowboys Cheerleaders (720p) [Not 24/7] @@ -218,25 +218,25 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb9524419b0007 #EXTINF:-1 tvg-id="DramaLife.us" status="online",Drama Life (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="ETLive.us" status="online",Pluto TV ET Live (1080p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc0c78281eddb0009a02d5e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ETLive.us" status="online",Pluto TV ET Live (1080p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc0c78281eddb0009a02d5e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dc0c78281eddb0009a02d5e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=190&terminate=false&userId= +#EXTINF:-1 tvg-id="ETLive.us" status="online",Pluto TV ET Live (1080p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc0c78281eddb0009a02d5e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebaccf1734aaf0007142c86/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d883e738977e2c31096b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf5fafb5ee0007d4d0ca/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5141c1605ddf000748eb1b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/554158e864526b29254ff105/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5141c1605ddf000748eb1b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebaccf1734aaf0007142c86/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="FaithTV.us" status="online",Pluto TV Faith TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c58a539fae3812612f33ca3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c58a539fae3812612f33ca3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=643&terminate=false&userId= #EXTINF:-1 tvg-id="FaithTV.us" status="online",Pluto TV Faith TV (720p) [Not 24/7] @@ -255,12 +255,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/588128d17 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bda9fd87eb3a2717cce0/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9bda9fd87eb3a2717cce0&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5c2fb668-242f-4e7f-a025-087099fd0aca&terminate=false&userId= #EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b0f2237a6ff45d16c3f9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b0f2237a6ff45d16c3f9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=726&terminate=false&userId= -#EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (360p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d659fd87eb3a2717afc9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bda9fd87eb3a2717cce0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b0f2237a6ff45d16c3f9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (360p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d659fd87eb3a2717afc9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FlicksofFury.us" status="online",Pluto TV Flicks of Fury (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58e55b14ad8e9c364d55f717/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58e55b14ad8e9c364d55f717&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=112&terminate=false&userId= #EXTINF:-1 tvg-id="FoodTV.us" status="online",Pluto TV Food TV (240p) @@ -296,17 +296,17 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7794162 #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5f613286e48904fb2677&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=805&terminate=false&userId= -#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d982e738977e2c3109a6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bc207ef2767e1846e5a0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac118dd7e6000077e31af/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5f613286e48904fb2677&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=805&terminate=false&userId= +#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d982e738977e2c3109a6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59b722526996084038c01e1b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=59b722526996084038c01e1b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=734&terminate=false&userId= #EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] @@ -334,9 +334,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5af09e645 #EXTINF:-1 tvg-id="LittleBabyBum.us" status="online",Pluto TV Little Baby Bum (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5eb301b7395671000780d100/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5eb301b7395671000780d100&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=995&terminate=false&userId= #EXTINF:-1 tvg-id="LivelyPlace.us" status="online",Pluto TV Lively Place (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc1cb279c91420009db261d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="LivelyPlace.us" status="online",Pluto TV Lively Place (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc1cb279c91420009db261d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dc1cb279c91420009db261d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=615&terminate=false&userId= +#EXTINF:-1 tvg-id="LivelyPlace.us" status="online",Pluto TV Lively Place (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc1cb279c91420009db261d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="LiveMusicReplay.us" status="online",Pluto TV Live Music Replay (720p) http://stitcher.pluto.tv/stitch/hls/channel/5873fc21cad696fb37aa9054/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521 #EXTINF:-1 tvg-id="LiveMusicReplay.us" status="online",Pluto TV Live Music Replay (US) (720p) @@ -363,10 +363,10 @@ http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b82124 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b821249444e05d09cc4c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=815&terminate=false&userId= #EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d907e738977e2c31099a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bca67ef2767e1846e5a1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MissionImpossible.us" status="online",Pluto TV Mission: Impossible (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f77977bd924d80007eee60c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MLB.us" status="online",Pluto TV MLB (720p) @@ -385,12 +385,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d44cf https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS02/master.m3u8 +#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fd1a252d35decbc4080c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=870&terminate=false&userId= #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509fb7809fd000949e39b/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel -#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fd1a252d35decbc4080c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=870&terminate=false&userId= #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS03/master.m3u8 #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) [Not 24/7] @@ -425,18 +425,18 @@ http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS07/master.m3u8 https://siloh-aka.plutotv.net/lilo/production/MTVSpankingNew/master.m3u8 #EXTINF:-1 tvg-id="Narcos.us" status="online",Pluto TV Narcos (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7274806621ff00072651ff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5da0c85bd2c9c10009370984&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=836&terminate=false&userId= #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6df5a173d7340007c559f7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5da0c85bd2c9c10009370984&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=836&terminate=false&userId= #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee92e72fb286e0007285fec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bd9f249444e05d09cc4e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=692&terminate=false&userId= +#EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NBCNewsNow.us" status="online",Pluto TV NBC News NOW (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df97894467dfa00091c873c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5df97894467dfa00091c873c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=213&terminate=false&userId= #EXTINF:-1 tvg-id="NBCNewsNow.us" status="online",Pluto TV NBC News NOW (720p) [Not 24/7] @@ -450,11 +450,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede45451dce190007 #EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede45451dce190007ef9ff2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca6748a37b88b269472dad9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=978&terminate=false&userId= -#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] -http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&coppa=1&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY +#EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede448d3d50590007a4419e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ede448d3d50590007a4419e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=fbbb3638-0714-11eb-aeab-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) @@ -464,6 +462,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede448d3 #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca673e0d0bd6c2689c94ce3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=977&terminate=false&userId= #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] +http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&coppa=1&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY +#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appVersion=2.9.4-5a4e0d260864cab32bb296709789424ab48df204&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=954c037d-1a11-44d3-b488-9d06f8a3e068&deviceLat=33.9560&deviceLon=-118.3887&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=81.0.4044.26&includeExtendedEvents=false&serverSideAds=true&sid=e6f1682e-cc62-437a-bd0d-082bea9a4059&userId= #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) https://siloh.pluto.tv/lilo/production/Nick/01/master.m3u8 @@ -489,8 +489,6 @@ https://stitcher-ipv4.pluto.tv/stitch/hls/channel/60d39387706fe50007fda8e8/maste https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e54169f4b9b25000994a303/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e54169f4b9b25000994a303&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=340&terminate=false&userId= #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebac65911406400078b8993/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e54169f4b9b25000994a303/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) @@ -503,20 +501,22 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1780 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515d080e738d000739e19c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PGATour.us" status="online",Pluto TV PGA TOUR (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de94dacb394a300099fa22a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5de94dacb394a300099fa22a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=713&terminate=false&userId= #EXTINF:-1 tvg-id="PGATour.us" status="online",Pluto TV PGA TOUR (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5de94dacb394a300099fa22a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbfeb961b411c00090b52b3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561d7d484dc7c8770484914a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561d7d484dc7c8770484914a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=54&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561d7d484dc7c8770484914a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (684p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561d7d484dc7c8770484914a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561d7d484dc7c8770484914a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=54&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbfeb961b411c00090b52b3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVActionSports.us" status="online",Pluto TV Pluto Action Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5be1be871843b56328bc3ef1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5be1be871843b56328bc3ef1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=8a1b4593-8596-4ff8-8720-2c3271ea36ca&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVActionSports.us" status="online",Pluto TV Action Sports (684p) @@ -546,17 +546,17 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600adbdf8 #EXTINF:-1 tvg-id="PlutoTVBabar.us" status="online",Pluto TV Babar (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67e20c93312100076f3ffe/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVBackcountry.us" status="online",Pluto TV Backcountry (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cabdf1437b88b26947346b2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cabdf1437b88b26947346b2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=755&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVBackcountry.us" status="online",Pluto TV Backcountry (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cabdf1437b88b26947346b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVBackcountry.us" status="online",Pluto TV Backcountry (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cabdf1437b88b26947346b2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cabdf1437b88b26947346b2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=755&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVBarney.us" status="online",Pluto TV Barney (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f29ada4bdaebd000708d49d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVBeautyandtheGeek.us" status="online",Pluto TV Beauty and the Geek (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18c138c32460007cc6b46/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVBestLife.us" status="online",Pluto TV Best Life (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5887ba337b8e94223eb121bd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVBestLife.us" status="online",Pluto TV Best Life (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5887ba337b8e94223eb121bd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5887ba337b8e94223eb121bd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=630&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVBestLife.us" status="online",Pluto TV Best Life (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5887ba337b8e94223eb121bd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVBigTimeRush.us" status="online",Pluto TV Big Time Rush (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa7aab66c76000790ee7e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVBoxing.us" status="online",Pluto TV Boxing (684p) @@ -590,10 +590,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f31fd1b4 #EXTINF:-1 tvg-id="PlutoTVCrimeMovies.us" status="online",Pluto TV Crime Movies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d8594eb979c0007706de7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c31f2f21b553c1f673fb0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c665db3e6c01b72c4977bc2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=109&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c31f2f21b553c1f673fb0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDarkMatter.us" status="online",Pluto TV Dark Matter (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e843d849109b700075d5ada/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e843d849109b700075d5ada&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ddc64e1e-0581-11eb-82fe-0242ac110002&terminate=false&userId= @@ -617,6 +617,8 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc190f7bfed110009 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddbf866b1862a0009a0648e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ddbf866b1862a0009a0648e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=3a2ed1cd-e3a3-4fa3-bdbc-94e7363ca0cf&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed2d1c34c2300073bf02c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (684p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (480p) @@ -625,8 +627,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf91149 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed2d1c34c2300073bf02c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e92e4694c027be6ecece1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=60&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (684p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f24662bebe0f0000767de32&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=332&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (480p) @@ -664,9 +664,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca7f16c37b88b2694 #EXTINF:-1 tvg-id="PlutoTVGamer.us" status="online",Pluto TV Gamer (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca7f16c37b88b2694731c79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVGamingTV.us" status="online",Pluto TV Gaming TV (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVGamingTV.us" status="online",Pluto TV Gaming TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVGamingTV.us" status="online",Pluto TV Gaming TV (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVGarfield.us" status="online",Pluto TV Garfield (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6054ab20a365c70007e4fd44/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVGetfactual.us" status="online",Pluto TV Get.factual (720p) [Not 24/7] @@ -721,13 +721,13 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbc2d1ce10f0b0009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d765786aad587cf4d0e2bf6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInspectorGadget.us" status="online",Pluto TV Inspector Gadget (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc2d1ce10f0b0009e6cf9e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db0ad56edc89300090d2ebb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=976&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db0ad56edc89300090d2ebb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=976&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsCollection.us" status="online",Pluto TV Kids Collection (720p) +#EXTINF:-1 tvg-id="PlutoTVKidsCollection.us" status="timeout",Pluto TV Kids Collection (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b625c1ffbc0007e60c37/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVLiveinConcert.us" status="online",Pluto TV Live in Concert (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6080411af03506000759916e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fbb571-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=9c6d294f-660b-47ef-bc20-1961faf21c6a @@ -762,11 +762,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c3b948 #EXTINF:-1 tvg-id="PlutoTVMTVAreyoutheOne.us" status="online",Pluto TV MTV Are you the One? (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6108d8cc331900075e98e4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91b7ea86ee60009d89e75/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91b7ea86ee60009d89e75/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVLoveMusic.us" status="online",Pluto TV MTV Love Music (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600ae79fa46e17000794e84c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVPranks.us" status="online",Pluto TV MTV Pranks (720p) @@ -840,13 +840,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/563a970aa #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4fc274694c027be6ed3eea&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=151&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2817d3d7573a00080f9175/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc02a44a9518600094273ac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6a38eaa5b68b0007a00e7a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2817d3d7573a00080f9175/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVSecretDealers.us" status="online",Pluto TV Secret Dealers (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8dc0af6784d10007d8ad42/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSensingMurder.us" status="online",Pluto TV Sensing Murder (720p) @@ -922,27 +922,27 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bdce04659ee03633e #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5877acecb16bb1e042ee453f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=632&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d49455dfd09fd7d4c0daf26/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWesterns.us" status="online",Pluto TV Westerns (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8df4bc16e34700077e77d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8df4bc16e34700077e77d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=526&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVWesterns.us" status="online",Pluto TV Westerns (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8df4bc16e34700077e77d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWipeout.us" status="online",Pluto TV Wipeout (360p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ed6828192e8b3000743ef61/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) -http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS01/master.m3u8 #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6176fd25e83a5f0007a464c9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fc31252d35decbc4080b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=873&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) +http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS01/master.m3u8 +#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fc31252d35decbc4080b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150921e2191900097c4c23/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel #EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae0a40e8ee0d000975e99b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=993&terminate=false&userId= +#EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PoliceWomen.us" status="online",Pluto TV Police Women (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e79c2f280389000077242a8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Rescue911.us" status="online",Pluto TV Rescue 911 (480p) @@ -980,9 +980,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd39f8 #EXTINF:-1 tvg-id="StingrayQello.ca" status="online",Pluto TV Qello Concerts (720p) https://siloh.pluto.tv/lilo/production/Qello/ES/master.m3u8 #EXTINF:-1 tvg-id="StoriesbyAMC.us" status="online",Pluto TV Stories by AMC (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8254118601b80007b4b7ae&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=135&terminate=false&userId= -#EXTINF:-1 tvg-id="StoriesbyAMC.us" status="online",Pluto TV Stories by AMC (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="StoriesbyAMC.us" status="online",Pluto TV Stories by AMC (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8254118601b80007b4b7ae&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=135&terminate=false&userId= #EXTINF:-1 tvg-id="Survivor.us" status="online",Pluto TV Survivor (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e7b24744c60007c1f6fc/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f21e7b24744c60007c1f6fc&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=296&terminate=false&userId= #EXTINF:-1 tvg-id="Survivor.us" status="online",Pluto TV Survivor (720p) @@ -1005,10 +1005,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cc81e793798650e4f https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/591105034c1806b47438342c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=591105034c1806b47438342c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=115&terminate=false&userId= #EXTINF:-1 tvg-id="TheAsylum.us" status="online",Pluto TV The Asylum (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c45f0427b2c0c065e91aab5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TheAsylum.us" status="online",Pluto TV The Asylum (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cc81e793798650e4f7d9fd3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheAsylum.us" status="online",Pluto TV The Asylum (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/591105034c1806b47438342c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="TheAsylum.us" status="online",Pluto TV The Asylum (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cc81e793798650e4f7d9fd3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheBobRossChannel.us" status="online",Pluto TV The Bob Ross Channel (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f36d726234ce10007784f2a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheCarolBurnettShow.us" status="online",Pluto TV The Carol Burnett Show (720p) @@ -1028,24 +1028,20 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7794a78 #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",The New Detectives (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5aea40b35126c2157123aa64&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=376&terminate=false&userId= +#EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e393d5c696b3b0009775c8b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5aea40b35126c2157123aa64&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=376&terminate=false&userId= #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea71d48af1d0b0007d837f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb1ad55268cae539bcedb08&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=637&terminate=false&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebacbcae43a6d000787b88e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d819e738977e2c31096a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4f5a07694c027be6ed1417/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf097eb06300079b30f7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS @@ -1053,14 +1049,18 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf097 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515ebac01c0f00080e8439/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e825550e758c700077b0aef/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebacbcae43a6d000787b88e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4f5a07694c027be6ed1417/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e825550e758c700077b0aef/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e825550e758c700077b0aef&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=529&terminate=false&userId= -#EXTINF:-1 tvg-id="ThisOldHouse.us" status="online",Pluto TV This Old House (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e825550e758c700077b0aef/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThisOldHouse.us" status="online",Pluto TV This Old House (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e791b7dba3b2ae990ab2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=618&terminate=false&userId= +#EXTINF:-1 tvg-id="ThisOldHouse.us" status="online",Pluto TV This Old House (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThreesCompany.us" status="online",Pluto TV Three's Company (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef3977e5d773400077de284/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ef3977e5d773400077de284&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=508&terminate=false&userId= #EXTINF:-1 tvg-id="ThreesCompany.us" status="online",Pluto TV Three's Company (720p) @@ -1088,21 +1088,21 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d0c16d686454ead73 #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d40bebc5e3d2750a2239d7e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=130&terminate=false&userId= -#EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c2d64ffbdf11b71587184b8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=455&terminate=false&userId= +#EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c2d64ffbdf11b71587184b8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=455&terminate=false&userId= #EXTINF:-1 tvg-id="TYTNetwork.us" status="online",Pluto TV TYT Network (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5331d5fb753499095a00045a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="UnsolvedMysteries.us" status="online",Pluto TV Unsolved Mysteries (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e96a0423e067bd6df6901/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e96a0423e067bd6df6901&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=379&terminate=false&userId= #EXTINF:-1 tvg-id="UnsolvedMysteries.us" status="online",Pluto TV Unsolved Mysteries (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e96a0423e067bd6df6901/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="UnsolvedMysteries.us" status="online",Pluto TV Unsolved Mysteries (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd05b4694d45d266bc951f2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="UnsolvedMysteries.us" status="online",Pluto TV Unsolved Mysteries (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e96a0423e067bd6df6901/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e96a0423e067bd6df6901&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=379&terminate=false&userId= #EXTINF:-1 tvg-id="Vevo2K.us" status="online",Pluto TV VEVO 2K (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd7bca3e0a4ee0007a38e8c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Vevo70s.us" status="online",Pluto TV VEVO 70's (1080p) @@ -1129,12 +1129,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d71561df https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7154fa8326b6ce4ec31f2e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d7154fa8326b6ce4ec31f2e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=282&terminate=false&userId= #EXTINF:-1 tvg-id="VH1ILoveReality.us" status="online",Pluto TV VH1 I Love Reality (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7154fa8326b6ce4ec31f2e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=589aa03df9ba56a84197a560&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=681&terminate=false&userId= #EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d1e9e738977e2c310925/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="error",Pluto TV Voyager Documentaries (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=589aa03df9ba56a84197a560&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=681&terminate=false&userId= #EXTINF:-1 tvg-id="WildNOut.us" status="online",Pluto TV Wild 'N Out (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48678d34ceb37d3c458a55/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="WildNOut.us" status="online",Pluto TV Wild 'N Out (720p) [Not 24/7] @@ -1146,15 +1146,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b7aae738977e2c #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5616f9c0ada51f8004c4b091&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=770&terminate=false&userId= -#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d796e738977e2c31094a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7aae738977e2c312132/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5616f9c0ada51f8004c4b091&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=770&terminate=false&userId= #EXTINF:-1 tvg-id="YuGiOh.us" status="online",Pluto TV Yu-Gi-Oh (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4ec10ed9636f00089b8c89/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Insight+ (720p) @@ -1170,13 +1170,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed52a6 #EXTINF:-1 tvg-id="" status="online",Pluto TV Anime All Day (UK) (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c363ac9e41be30cb6054c7c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Comédia (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12101f0b12f00007844c7c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Comédia (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8099c49f600076579b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Drama (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac947dcd00d0007937c08/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Comédia (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12101f0b12f00007844c7c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfcb229eff00091b6bdf/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Drama (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac947dcd00d0007937c08/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Cinéma (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0f17564a300082b676a/master.m3u8?appVersion=5.4.0&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe73477534 #EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central @@ -1184,15 +1184,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca671f215a62078d2 #EXTINF:-1 tvg-id="" status="online",Pluto TV Conspiracy (480p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4ae94ef1a1bbb350ca41bb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b6c60fd20c50007910bf5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e7b6c60fd20c50007910bf5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b2da8f50-0581-11eb-97af-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed4dbf6bb0800071ffbcb/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767790d0438aceb41d03ae/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e7b6c60fd20c50007910bf5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed4dbf6bb0800071ffbcb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="timeout",Pluto TV Crime (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed4dbf6bb0800071ffbcb/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="" status="error",Pluto TV Crime (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b6c60fd20c50007910bf5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e7b6c60fd20c50007910bf5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b2da8f50-0581-11eb-97af-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime Investigation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18cd42ee5410007e349dc/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime TV (720p) [Not 24/7] @@ -1288,11 +1288,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5adf96e3e #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af2ffa9506ab29cf38c38/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed9461b35690007a0bc3a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f98487036af340008da1e37/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce5214bb5790007ad3016/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&serverSideAds=false&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed9461b35690007a0bc3a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Pluto After School Cartoons (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56171fafada51f8004c4b40f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56171fafada51f8004c4b40f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=990&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Retro Drama (720p) diff --git a/streams/us_ssh101.m3u b/streams/us_ssh101.m3u index 6cffe8fce..77d0237eb 100644 --- a/streams/us_ssh101.m3u +++ b/streams/us_ssh101.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AigaioTV.gr" status="error",Aigaio TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AigaioTV.gr" status="online",Aigaio TV (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/aigaiotv1/index.m3u8 #EXTINF:-1 tvg-id="AVCHD.ar" status="online",AVC HD (Monte Caseros | Corrientes) (360p) [Not 24/7] @@ -8,13 +8,13 @@ https://tna5.bozztv.com/AVCHD/index.m3u8 #EXTINF:-1 tvg-id="ConectaTV.mx" status="online",Conecta TV (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/Conectatvmexico/index.m3u8 -#EXTINF:-1 tvg-id="JessTV.ca" status="online",Jess TV (Lethbridge) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="JessTV.ca" status="error",Jess TV (Lethbridge) (480p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/jesstv/index.m3u8 #EXTINF:-1 tvg-id="OrbitaFM.sv" status="online",Órbita FM (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/OrbitaFM/index.m3u8 -#EXTINF:-1 tvg-id="SolarTelevision.pe" status="error",Solar Televisión (Abancay) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SolarTelevision.pe" status="online",Solar Televisión (Abancay) (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/televisionsolar/index.m3u8 #EXTINF:-1 tvg-id="UchuTV.pe" status="online",Uchu TV (Cusco) (720p) [Not 24/7] diff --git a/streams/us_stirr.m3u b/streams/us_stirr.m3u index 0615ed350..b120bae1a 100644 --- a/streams/us_stirr.m3u +++ b/streams/us_stirr.m3u @@ -107,7 +107,7 @@ https://dai.google.com/linear/hls/event/qvOGhZEeQh-s6TMFz7dVcg/master.m3u8 https://dai.google.com/linear/hls/event/zDh7VBx8S7Sog5vzcXuehg/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityBakersfield.us" status="online",STIRR City Bakersfield (480p) [Not 24/7] https://dai.google.com/linear/hls/event/-4GLQIcZTUWzP8vDAXNQsQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityBaltimore.us" status="online",STIRR City Baltimore (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityBaltimore.us" status="timeout",STIRR City Baltimore (720p) [Not 24/7] https://dai.google.com/linear/hls/event/jCNW8TtPRe6lnJMMVBZWVA/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityBayCity.us" status="online",STIRR City Bay City (720p) https://dai.google.com/linear/hls/event/kJPGlFKuS0itUoW7TfuDYQ/master.m3u8 @@ -207,7 +207,7 @@ https://dai.google.com/linear/hls/event/CAU96LSyR_e7MSeK6UTmGQ/master.m3u8 https://dai.google.com/linear/hls/event/qJU_NkxXQoCbACvG5BWrXQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityPortland.us" status="online",STIRR City Portland (720p) https://dai.google.com/linear/hls/event/OaqAqJ0yQPiEIUIYqD7IGQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityPortland.us" status="online",STIRR City Portland (720p) +#EXTINF:-1 tvg-id="STIRRCityPortland.us" status="timeout",STIRR City Portland (720p) https://dai.google.com/linear/hls/event/npdISdLWSIa1E_j7NCUDBg/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityProvidence.us" status="online",STIRR City Providence (720p) [Not 24/7] https://dai.google.com/linear/hls/event/5hLTCUyrQcS3B-NF8fNp-g/master.m3u8 @@ -223,7 +223,7 @@ https://dai.google.com/linear/hls/event/FftwN8CLTnaX1pFHztXlYw/master.m3u8 https://dai.google.com/linear/hls/event/1bMiswhQQxqH-X8D3qbmKQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCitySanAntonio.us" status="online",STIRR City San Antonio (720p) https://dai.google.com/linear/hls/event/TIQuLmldSj2SqS8y2ud9Xg/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCitySeattle.us" status="online",STIRR City Seattle (720p) +#EXTINF:-1 tvg-id="STIRRCitySeattle.us" status="timeout",STIRR City Seattle (720p) https://dai.google.com/linear/hls/event/VLEduzwwQfGSwV4eNdkj0g/master.m3u8 #EXTINF:-1 tvg-id="STIRRCitySiouxCity.us" status="online",STIRR City Sioux City (720p) [Not 24/7] https://dai.google.com/linear/hls/event/0Uj4AmiOSw6oTX9ilyV2rQ/master.m3u8 diff --git a/streams/us_tubi.m3u b/streams/us_tubi.m3u index b5b31f5d3..5f1798c83 100644 --- a/streams/us_tubi.m3u +++ b/streams/us_tubi.m3u @@ -111,7 +111,7 @@ https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WTTG-Monetizer.m3u8 https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WTVT-Monetizer.m3u8 #EXTINF:-1 tvg-id="WTXFDT1.us" status="online",FOX 29 Philadelphia PA (WTXF-TV) (720p) [Not 24/7] https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WTXF-Monetizer.m3u8 -#EXTINF:-1 tvg-id="WVTMDT1.us" status="online",Very Alabama (576p) +#EXTINF:-1 tvg-id="WVTMDT1.us" status="error",Very Alabama (576p) https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WVTM.m3u8 #EXTINF:-1 tvg-id="" status="online",CBC News Highlights (720p) https://csm-e-eb.csm.tubi.video/csm/live/243017997.m3u8 diff --git a/streams/us_xumo.m3u b/streams/us_xumo.m3u index b1b869beb..3b9ee2f98 100644 --- a/streams/us_xumo.m3u +++ b/streams/us_xumo.m3u @@ -3,7 +3,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-abcnews/CDN/master.m3u8 #EXTINF:-1 tvg-id="AmericanClassics.us" status="online",American Classics (432p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericanclassics/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",America's Test Kitchen (720p) +#EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="timeout",America's Test Kitchen (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericastestkitchen/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ArchitecturalDigest.us" status="online",Architectural Digest (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxarchitecturaldigest/CDN/playlist.m3u8 @@ -21,19 +21,19 @@ https://blacknewschannel-xumo-us.amagi.tv/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxblacknewschannel/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergTelevision.us" status="online",Bloomberg TV US (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbloomberg/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="bonappetit.us" status="timeout",bon appétit (720p) +#EXTINF:-1 tvg-id="bonappetit.us" status="online",bon appétit (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbonappetit/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Cheddar.us" status="timeout",Cheddar News (1080p) +#EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcheddar/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ChiveTV.us" status="online",Chive TV (720p) +#EXTINF:-1 tvg-id="ChiveTV.us" status="timeout",Chive TV (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxchive/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Circle.us" status="online",Circle (1080p) https://circle-xumo.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Circle.us" status="online",Circle (1080p) +#EXTINF:-1 tvg-id="Circle.us" status="timeout",Circle (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcircletv/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ComedyDynamics.us" status="online",Comedy Dynamics (1080p) https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo-host-comedydynamics/CDN/master.m3u8 -#EXTINF:-1 tvg-id="Complex.us" status="online",Complex (720p) +#EXTINF:-1 tvg-id="Complex.us" status="timeout",Complex (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcomplex/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="CONtvAnime.us" status="online",CONtv Anime (1080p) https://contvanime.cinedigm.com/conapp-ssai/amagi_hls_data_xumo-host-contvanime-junction/CDN/playlist.m3u8 @@ -54,9 +54,9 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmriseclassictv/CDN/playl #EXTINF:-1 tvg-id="FilmRiseFamily.us" status="online",FilmRise Family (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefamily/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Food52.us" status="online",Food 52 (720p) -https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1212A-redboxfood52A/CDN/master.m3u8 -#EXTINF:-1 tvg-id="Food52.us" status="online",Food 52 (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfood52A/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="Food52.us" status="online",Food 52 (720p) +https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1212A-redboxfood52A/CDN/master.m3u8 #EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather https://dai2.xumo.com/amagi_hls_data_xumo1212A-foxweather-xumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather @@ -73,13 +73,13 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxglorykickboxing/CDN/playlis https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgotraveler/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="GQ.us" status="online",GQ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgq/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="GravitasMovies.us" status="online",Gravitas Movies (720p) +#EXTINF:-1 tvg-id="GravitasMovies.us" status="timeout",Gravitas Movies (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgravitas/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="HardKnocks.ca" status="online",Hard Knocks (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxhardknocksfightingchampionship/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Hungry.us" status="online",Hungry (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxhungry/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Journy.us" status="online",Journy (720p) +#EXTINF:-1 tvg-id="Journy.us" status="timeout",Journy (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxjourny/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="JustforLaughsGags.us" status="online",Just for Laughs Gags (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziojustforlaughsgags/CDN/playlist.m3u8 @@ -105,7 +105,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxnitrocircus/CDN/playlist.m3 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redbox-nosey/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="NowThis.us" status="online",Now This (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxnowthis/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="OutdoorAmerica.us" status="online",Outdoor America (720p) +#EXTINF:-1 tvg-id="OutdoorAmerica.us" status="timeout",Outdoor America (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxoutdooramerica/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="OutsideTV.us" status="online",Outside TV (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxoutsidetv/CDN/playlist.m3u8 @@ -161,7 +161,7 @@ https://xumo-redbox.ott-channels.stingray.com/107/master.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayhotcountry/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="StingrayHotCountry.ca" status="online",Stingray Hot Country (1080p) https://xumo-redbox.ott-channels.stingray.com/108/master.m3u8 -#EXTINF:-1 tvg-id="StingrayNaturescape.ca" status="online",Stingray Naturescape (360p) +#EXTINF:-1 tvg-id="StingrayNaturescape.ca" status="timeout",Stingray Naturescape (360p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraynaturescape/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="StingrayQello.ca" status="online",Stingray Qello Concerts (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-vizioqelloconcerts/CDN/playlist.m3u8 @@ -189,9 +189,9 @@ https://tyt-xumo-us.amagi.tv/hls/amagi_hls_data_tytnetwor-tyt-xumo/CDN/master.m3 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtmz/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="TMZ.us" status="online",TMZ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziotmz/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ToonGoggles.us" status="timeout",Toon Goggles (720p) [Not 24/7] https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtoongoggles/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="USAToday.us" status="online",USA Today (720p) +#EXTINF:-1 tvg-id="USAToday.us" status="timeout",USA Today (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxusatoday/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="VanityFair.us" status="online",Vanity Fair (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvanityfair/CDN/playlist.m3u8 @@ -199,7 +199,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvanityfair/CDN/playlist.m3u https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvevo80s/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="VevoPop.us" status="online",Vevo Pop (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvevo/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Vogue.us" status="timeout",Vogue (720p) +#EXTINF:-1 tvg-id="Vogue.us" status="online",Vogue (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvogue/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Voyager Documentaries (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvoyager/CDN/playlist.m3u8 @@ -209,7 +209,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxweatherspy/CDN/playlist.m3u https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxwired/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",World Poker Tour (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxworldpokertour/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",CBC News (720p) +#EXTINF:-1 tvg-id="" status="timeout",CBC News (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcbcnews/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",FilmRise Free Movies (Redbox) (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefreemovies/CDN/playlist.m3u8 diff --git a/streams/ve.m3u b/streams/ve.m3u index 1b4b20162..f5ce8ba64 100644 --- a/streams/ve.m3u +++ b/streams/ve.m3u @@ -21,7 +21,7 @@ https://vcp.myplaytv.com/oxigenotv/oxigenotv/playlist.m3u8 https://vcp.myplaytv.com/panavision/ngrp:panavision_all/playlist.m3u8 #EXTINF:-1 tvg-id="PromarTV.ve" status="online",PromarTV (Yaracuy) (1080p) [Not 24/7] http://vcp1.myplaytv.com:1935/promar/promar/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioCaracasRadio.ve" status="online",Radio Caracas Radio 750 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioCaracasRadio.ve" status="timeout",Radio Caracas Radio 750 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5AA3XP4_pXIELctSsH_L7w/live #EXTINF:-1 tvg-id="Telesur.ve" status="online",teleSUR (1080p) https://github.com/LaneSh4d0w/IPTV_Exception/raw/master/channels/ve/telesur.m3u8 diff --git a/streams/vn.m3u b/streams/vn.m3u index c36bf3e2d..8e8609dd4 100644 --- a/streams/vn.m3u +++ b/streams/vn.m3u @@ -69,7 +69,7 @@ https://16371213858134.vnns.net/ttxvn_abr/playlist.m3u8 https://vips-livecdn.fptplay.net/hda1/vtv1hd_vhls.smil/chunklist_b5000000.m3u8 #EXTINF:-1 tvg-id="VTV2.vn" status="blocked",VTV2 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda1/vtv2_vhls.smil/chunklist_b5000000.m3u8 -#EXTINF:-1 tvg-id="VTV3.vn" status="blocked",VTV3 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTV3.vn" status="error",VTV3 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda1/vtv3hd_vhls.smil/chunklist_b5000000.m3u8 #EXTINF:-1 tvg-id="VTV4.vn" status="blocked",VTV4 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda1/vtv4_vhls.smil/chunklist_b5000000.m3u8 @@ -81,5 +81,5 @@ https://vips-livecdn.fptplay.net/hda1/vtv6hd_vhls.smil/chunklist_b5000000.m3u8 https://vips-livecdn.fptplay.net/hda3/vtv7hd_vhls.smil/chunklist_b5000000.m3u8 #EXTINF:-1 tvg-id="VTV8.vn" status="online",VTV8 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda2/vtv8hd_vhls.smil/chunklist_b5000000.m3u8 -#EXTINF:-1 tvg-id="VTV9.vn" status="online",VTV9 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTV9.vn" status="error",VTV9 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda2/vtv9_vhls.smil/chunklist_b5000000.m3u8 diff --git a/streams/vn_fptplay.m3u b/streams/vn_fptplay.m3u index dd7ce14ec..f7317469b 100644 --- a/streams/vn_fptplay.m3u +++ b/streams/vn_fptplay.m3u @@ -2,40 +2,40 @@ #EXTINF:-1 tvg-id="AnimaxAsia.sg" status="online" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Animax Asia (Vietnamese Subs) (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36 https://livecdn.fptplay.net/hda3/animaxport_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AnimaxAsia.sg" status="online" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Animax Asia (Vietnamese Subs) (720p) +#EXTINF:-1 tvg-id="AnimaxAsia.sg" status="error" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Animax Asia (Vietnamese Subs) (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36 https://livecdn.fptplay.net/hda3/animaxport_vhls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="BabyTV.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Baby TV Asia (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="BabyTV.uk" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Baby TV Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/babytvhd_vhls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="BBCEarthAsia.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",BBC Earth (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda2/bbcearth_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="BoomerangSoutheastAsia.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Boomerang South East Asia (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="BoomerangSoutheastAsia.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Boomerang South East Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/boomerang_vhls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkVietnam.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Cartoon Network Vietnam [Geo-blocked] (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/cartoonnetworkhd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="CBeebiesAsia.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",CBeebies Asia (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="CBeebiesAsia.uk" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",CBeebies Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/cbeebies_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="CinemaxVietnam.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",Cinemax Asia (720p) +#EXTINF:-1 tvg-id="CinemaxVietnam.vn" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",Cinemax Asia (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 https://livecdn.fptplay.net/hda1/cinemax_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CNBCAsia.sg" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",CNBC Asia (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 https://livecdn.fptplay.net/sdb/cnbc_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="DaVinciAsia.de" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Da Vinci Asia (1080p) +#EXTINF:-1 tvg-id="DaVinciAsia.de" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Da Vinci Asia (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda2/davincihd_vhls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="DreamWorksChannelAsia.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Dreamworks Channel Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/dreamworks_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="HBOVietnam.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HBO Asia +#EXTINF:-1 tvg-id="HBOVietnam.vn" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HBO Asia #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda1/hbo_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="HTV1.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV1 (576p) +#EXTINF:-1 tvg-id="HTV1.vn" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV1 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/htv1_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="HTV3.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV3 (576p) @@ -47,13 +47,13 @@ https://livecdn.fptplay.net/sdb/htv4_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Kix.hk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Kix (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda1/kixhd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="MTVVietnam.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",MTV Vietnam (576p) +#EXTINF:-1 tvg-id="MTVVietnam.vn" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",MTV Vietnam (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/mtv_hls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="RockEntertainment.sg" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Rock Entertainment (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda1/blueantent_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="RockExtreme.sg" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Rock Extreme (1080p) +#EXTINF:-1 tvg-id="RockExtreme.sg" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Rock Extreme (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda1/blueantext_vhls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="VTC1.vn" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC1 (720p) [Geo-blocked] @@ -65,16 +65,16 @@ https://livecdn.fptplay.net/sdc/vtc4_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="VTC5.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC5 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/vtc5_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VTC6.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC6 (576p) +#EXTINF:-1 tvg-id="VTC6.vn" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC6 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/vtc6_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Asia (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda2/natgeohd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Wild Asia (1080p) +#EXTINF:-1 tvg-id="" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Wild Asia (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/natgeowild_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL1 HD (720p) +#EXTINF:-1 tvg-id="" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL1 HD (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda1/vinhlong1_vhls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL2 HD (720p) @@ -83,7 +83,7 @@ https://vips-livecdn.fptplay.net/hda2/vinhlong2_vhls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL3 HD (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda2/vinhlong3_vhls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL4 HD (720p) +#EXTINF:-1 tvg-id="" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL4 HD (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda3/vinhlong4hd_vhls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC2 (720p) From b897a18908573aeed7ab28152e2e92a5548b26ae Mon Sep 17 00:00:00 2001 From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 05:25:35 +0300 Subject: [PATCH 16/17] [Bot] Daily update (#8741) * [Bot] Update /streams * [Bot] Update README.md Co-authored-by: iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com> --- README.md | 754 ++++++++++++++++++++++++--------------- streams/ae.m3u | 6 +- streams/af.m3u | 4 +- streams/al.m3u | 4 +- streams/am.m3u | 6 +- streams/ar.m3u | 28 +- streams/at.m3u | 2 +- streams/au.m3u | 2 +- streams/az.m3u | 2 +- streams/ba.m3u | 2 +- streams/bf.m3u | 2 +- streams/bh.m3u | 4 +- streams/bo.m3u | 4 +- streams/br.m3u | 16 +- streams/bs.m3u | 2 +- streams/by.m3u | 2 +- streams/ca.m3u | 8 +- streams/cd.m3u | 4 +- streams/cl.m3u | 10 +- streams/cn.m3u | 160 ++++----- streams/co.m3u | 18 +- streams/cr.m3u | 2 +- streams/cy.m3u | 4 +- streams/cz.m3u | 2 +- streams/de.m3u | 8 +- streams/de_adultswim.m3u | 2 +- streams/de_pluto.m3u | 20 +- streams/dj.m3u | 2 +- streams/dk.m3u | 6 +- streams/do.m3u | 28 +- streams/dz.m3u | 18 +- streams/ec.m3u | 4 +- streams/eg.m3u | 4 +- streams/es.m3u | 22 +- streams/es_pluto.m3u | 24 +- streams/fj.m3u | 4 +- streams/fr.m3u | 28 +- streams/fr_euronews.m3u | 2 +- streams/fr_pluto.m3u | 38 +- streams/ge.m3u | 2 +- streams/gl.m3u | 2 +- streams/gr.m3u | 10 +- streams/gt.m3u | 6 +- streams/hk.m3u | 14 +- streams/hn.m3u | 12 +- streams/hr.m3u | 2 +- streams/ht.m3u | 8 +- streams/id.m3u | 138 +++---- streams/il.m3u | 2 +- streams/in.m3u | 20 +- streams/iq.m3u | 4 +- streams/ir.m3u | 2 - streams/it.m3u | 16 +- streams/jo.m3u | 6 +- streams/jp.m3u | 6 +- streams/ke.m3u | 6 +- streams/kr.m3u | 42 +-- streams/kw.m3u | 6 +- streams/kz.m3u | 6 +- streams/lb.m3u | 4 +- streams/mo.m3u | 2 +- streams/mq.m3u | 2 - streams/mr.m3u | 2 +- streams/mw.m3u | 2 +- streams/mx.m3u | 28 +- streams/mx_pluto.m3u | 20 +- streams/my.m3u | 8 +- streams/ng.m3u | 2 +- streams/ni.m3u | 4 +- streams/pa.m3u | 4 +- streams/pe.m3u | 48 +-- streams/ph.m3u | 4 +- streams/pk.m3u | 6 +- streams/pl.m3u | 4 +- streams/pr.m3u | 2 +- streams/pt.m3u | 12 +- streams/pt_samsung.m3u | 2 +- streams/py.m3u | 2 +- streams/qa.m3u | 16 +- streams/ro.m3u | 4 +- streams/rs.m3u | 2 +- streams/ru.m3u | 32 +- streams/sa.m3u | 34 +- streams/sd.m3u | 2 +- streams/sg.m3u | 2 +- streams/sn.m3u | 4 +- streams/sv.m3u | 2 +- streams/th.m3u | 20 +- streams/tn.m3u | 4 +- streams/tr.m3u | 8 +- streams/ua.m3u | 4 +- streams/ug.m3u | 2 +- streams/uk.m3u | 20 +- streams/uk_pluto.m3u | 8 +- streams/us.m3u | 46 +-- streams/us_imdbtv.m3u | 10 +- streams/us_localbtv.m3u | 12 +- streams/us_pluto.m3u | 254 ++++++------- streams/us_ssh101.m3u | 4 +- streams/us_stirr.m3u | 8 +- streams/us_tubi.m3u | 2 +- streams/us_xumo.m3u | 28 +- streams/va.m3u | 2 +- streams/ve.m3u | 4 +- streams/vn.m3u | 4 +- streams/vn_fptplay.m3u | 38 +- streams/ye.m3u | 2 +- 107 files changed, 1235 insertions(+), 1069 deletions(-) diff --git a/README.md b/README.md index f1107e7fc..88b1fc2e1 100644 --- a/README.md +++ b/README.md @@ -64,32 +64,32 @@ Same thing, but split up into separate files: Auto12https://iptv-org.github.io/iptv/categories/auto.m3u Animation31https://iptv-org.github.io/iptv/categories/animation.m3u Business36https://iptv-org.github.io/iptv/categories/business.m3u - Classic45https://iptv-org.github.io/iptv/categories/classic.m3u + Classic44https://iptv-org.github.io/iptv/categories/classic.m3u Comedy44https://iptv-org.github.io/iptv/categories/comedy.m3u Cooking19https://iptv-org.github.io/iptv/categories/cooking.m3u Culture19https://iptv-org.github.io/iptv/categories/culture.m3u Documentary39https://iptv-org.github.io/iptv/categories/documentary.m3u - Education59https://iptv-org.github.io/iptv/categories/education.m3u - Entertainment182https://iptv-org.github.io/iptv/categories/entertainment.m3u + Education60https://iptv-org.github.io/iptv/categories/education.m3u + Entertainment177https://iptv-org.github.io/iptv/categories/entertainment.m3u Family20https://iptv-org.github.io/iptv/categories/family.m3u - General392https://iptv-org.github.io/iptv/categories/general.m3u - Kids144https://iptv-org.github.io/iptv/categories/kids.m3u - Legislative54https://iptv-org.github.io/iptv/categories/legislative.m3u + General389https://iptv-org.github.io/iptv/categories/general.m3u + Kids148https://iptv-org.github.io/iptv/categories/kids.m3u + Legislative55https://iptv-org.github.io/iptv/categories/legislative.m3u Lifestyle60https://iptv-org.github.io/iptv/categories/lifestyle.m3u - Movies206https://iptv-org.github.io/iptv/categories/movies.m3u - Music310https://iptv-org.github.io/iptv/categories/music.m3u - News359https://iptv-org.github.io/iptv/categories/news.m3u + Movies207https://iptv-org.github.io/iptv/categories/movies.m3u + Music307https://iptv-org.github.io/iptv/categories/music.m3u + News355https://iptv-org.github.io/iptv/categories/news.m3u Outdoor36https://iptv-org.github.io/iptv/categories/outdoor.m3u Relax17https://iptv-org.github.io/iptv/categories/relax.m3u - Religious207https://iptv-org.github.io/iptv/categories/religious.m3u - Series141https://iptv-org.github.io/iptv/categories/series.m3u + Religious208https://iptv-org.github.io/iptv/categories/religious.m3u + Series142https://iptv-org.github.io/iptv/categories/series.m3u Science12https://iptv-org.github.io/iptv/categories/science.m3u Shop55https://iptv-org.github.io/iptv/categories/shop.m3u - Sports180https://iptv-org.github.io/iptv/categories/sports.m3u + Sports179https://iptv-org.github.io/iptv/categories/sports.m3u Travel18https://iptv-org.github.io/iptv/categories/travel.m3u Weather10https://iptv-org.github.io/iptv/categories/weather.m3u XXX54https://iptv-org.github.io/iptv/categories/xxx.m3u - Undefined4744https://iptv-org.github.io/iptv/categories/undefined.m3u + Undefined4759https://iptv-org.github.io/iptv/categories/undefined.m3u @@ -117,11 +117,11 @@ Same thing, but split up into separate files: Albanian38https://iptv-org.github.io/iptv/languages/sqi.m3u Amharic1https://iptv-org.github.io/iptv/languages/amh.m3u - Arabic340https://iptv-org.github.io/iptv/languages/ara.m3u + Arabic337https://iptv-org.github.io/iptv/languages/ara.m3u Armenian26https://iptv-org.github.io/iptv/languages/hye.m3u Assamese2https://iptv-org.github.io/iptv/languages/asm.m3u Assyrian Neo-Aramaic1https://iptv-org.github.io/iptv/languages/aii.m3u - Azerbaijani13https://iptv-org.github.io/iptv/languages/aze.m3u + Azerbaijani12https://iptv-org.github.io/iptv/languages/aze.m3u Bashkir1https://iptv-org.github.io/iptv/languages/bak.m3u Basque1https://iptv-org.github.io/iptv/languages/eus.m3u Belarusian1https://iptv-org.github.io/iptv/languages/bel.m3u @@ -129,47 +129,48 @@ Same thing, but split up into separate files: Bosnian6https://iptv-org.github.io/iptv/languages/bos.m3u Bulgarian18https://iptv-org.github.io/iptv/languages/bul.m3u Burmese1https://iptv-org.github.io/iptv/languages/mya.m3u - Catalan9https://iptv-org.github.io/iptv/languages/cat.m3u - Chinese55https://iptv-org.github.io/iptv/languages/zho.m3u + Catalan8https://iptv-org.github.io/iptv/languages/cat.m3u + Chinese56https://iptv-org.github.io/iptv/languages/zho.m3u Croatian11https://iptv-org.github.io/iptv/languages/hrv.m3u Czech17https://iptv-org.github.io/iptv/languages/ces.m3u - Danish13https://iptv-org.github.io/iptv/languages/dan.m3u + Danish15https://iptv-org.github.io/iptv/languages/dan.m3u Dhivehi1https://iptv-org.github.io/iptv/languages/div.m3u Dimili1https://iptv-org.github.io/iptv/languages/zza.m3u Dutch83https://iptv-org.github.io/iptv/languages/nld.m3u - English1783https://iptv-org.github.io/iptv/languages/eng.m3u + English1781https://iptv-org.github.io/iptv/languages/eng.m3u Estonian6https://iptv-org.github.io/iptv/languages/est.m3u Faroese1https://iptv-org.github.io/iptv/languages/fao.m3u Finnish8https://iptv-org.github.io/iptv/languages/fin.m3u - French155https://iptv-org.github.io/iptv/languages/fra.m3u + French153https://iptv-org.github.io/iptv/languages/fra.m3u Galician10https://iptv-org.github.io/iptv/languages/glg.m3u - Georgian6https://iptv-org.github.io/iptv/languages/kat.m3u - German185https://iptv-org.github.io/iptv/languages/deu.m3u - Greek85https://iptv-org.github.io/iptv/languages/ell.m3u + Georgian5https://iptv-org.github.io/iptv/languages/kat.m3u + German184https://iptv-org.github.io/iptv/languages/deu.m3u + Greek83https://iptv-org.github.io/iptv/languages/ell.m3u + Greenlandic1https://iptv-org.github.io/iptv/languages/kal.m3u Gujarati2https://iptv-org.github.io/iptv/languages/guj.m3u Hebrew9https://iptv-org.github.io/iptv/languages/heb.m3u - Hindi51https://iptv-org.github.io/iptv/languages/hin.m3u + Hindi52https://iptv-org.github.io/iptv/languages/hin.m3u Hungarian33https://iptv-org.github.io/iptv/languages/hun.m3u Icelandic3https://iptv-org.github.io/iptv/languages/isl.m3u - Indonesian163https://iptv-org.github.io/iptv/languages/ind.m3u + Indonesian167https://iptv-org.github.io/iptv/languages/ind.m3u Inuktitut1https://iptv-org.github.io/iptv/languages/iku.m3u Irish2https://iptv-org.github.io/iptv/languages/gle.m3u - Italian144https://iptv-org.github.io/iptv/languages/ita.m3u + Italian142https://iptv-org.github.io/iptv/languages/ita.m3u Japanese18https://iptv-org.github.io/iptv/languages/jpn.m3u Javanese1https://iptv-org.github.io/iptv/languages/jav.m3u Kannada4https://iptv-org.github.io/iptv/languages/kan.m3u - Kazakh8https://iptv-org.github.io/iptv/languages/kaz.m3u + Kazakh9https://iptv-org.github.io/iptv/languages/kaz.m3u Khmer7https://iptv-org.github.io/iptv/languages/khm.m3u Kirghiz1https://iptv-org.github.io/iptv/languages/kir.m3u - Korean120https://iptv-org.github.io/iptv/languages/kor.m3u + Korean123https://iptv-org.github.io/iptv/languages/kor.m3u Kurdish13https://iptv-org.github.io/iptv/languages/kur.m3u Lao10https://iptv-org.github.io/iptv/languages/lao.m3u Latvian6https://iptv-org.github.io/iptv/languages/lav.m3u Letzeburgesch3https://iptv-org.github.io/iptv/languages/ltz.m3u Lithuanian5https://iptv-org.github.io/iptv/languages/lit.m3u Macedonian3https://iptv-org.github.io/iptv/languages/mkd.m3u - Malay17https://iptv-org.github.io/iptv/languages/msa.m3u - Malayalam42https://iptv-org.github.io/iptv/languages/mal.m3u + Malay19https://iptv-org.github.io/iptv/languages/msa.m3u + Malayalam43https://iptv-org.github.io/iptv/languages/mal.m3u Maltese4https://iptv-org.github.io/iptv/languages/mlt.m3u Mandarin Chinese1https://iptv-org.github.io/iptv/languages/cmn.m3u Marathi1https://iptv-org.github.io/iptv/languages/mar.m3u @@ -180,36 +181,36 @@ Same thing, but split up into separate files: Oriya (macrolanguage)2https://iptv-org.github.io/iptv/languages/ori.m3u Panjabi6https://iptv-org.github.io/iptv/languages/pan.m3u Papiamento2https://iptv-org.github.io/iptv/languages/pap.m3u - Pashto13https://iptv-org.github.io/iptv/languages/pus.m3u - Persian79https://iptv-org.github.io/iptv/languages/fas.m3u + Pashto14https://iptv-org.github.io/iptv/languages/pus.m3u + Persian78https://iptv-org.github.io/iptv/languages/fas.m3u Polish33https://iptv-org.github.io/iptv/languages/pol.m3u - Portuguese141https://iptv-org.github.io/iptv/languages/por.m3u - Romanian31https://iptv-org.github.io/iptv/languages/ron.m3u - Russian310https://iptv-org.github.io/iptv/languages/rus.m3u - Serbian44https://iptv-org.github.io/iptv/languages/srp.m3u + Portuguese143https://iptv-org.github.io/iptv/languages/por.m3u + Romanian33https://iptv-org.github.io/iptv/languages/ron.m3u + Russian314https://iptv-org.github.io/iptv/languages/rus.m3u + Serbian45https://iptv-org.github.io/iptv/languages/srp.m3u Sindhi1https://iptv-org.github.io/iptv/languages/snd.m3u Sinhala7https://iptv-org.github.io/iptv/languages/sin.m3u Slovak14https://iptv-org.github.io/iptv/languages/slk.m3u Slovenian8https://iptv-org.github.io/iptv/languages/slv.m3u Somali3https://iptv-org.github.io/iptv/languages/som.m3u - Spanish1052https://iptv-org.github.io/iptv/languages/spa.m3u + Spanish1053https://iptv-org.github.io/iptv/languages/spa.m3u Swahili3https://iptv-org.github.io/iptv/languages/swa.m3u Swedish16https://iptv-org.github.io/iptv/languages/swe.m3u Tagalog8https://iptv-org.github.io/iptv/languages/tgl.m3u - Tamil33https://iptv-org.github.io/iptv/languages/tam.m3u + Tamil31https://iptv-org.github.io/iptv/languages/tam.m3u Telugu2https://iptv-org.github.io/iptv/languages/tel.m3u Thai44https://iptv-org.github.io/iptv/languages/tha.m3u - Turkish138https://iptv-org.github.io/iptv/languages/tur.m3u + Turkish136https://iptv-org.github.io/iptv/languages/tur.m3u Turkmen7https://iptv-org.github.io/iptv/languages/tuk.m3u - Ukrainian46https://iptv-org.github.io/iptv/languages/ukr.m3u - Urdu20https://iptv-org.github.io/iptv/languages/urd.m3u + Ukrainian45https://iptv-org.github.io/iptv/languages/ukr.m3u + Urdu19https://iptv-org.github.io/iptv/languages/urd.m3u Uzbek2https://iptv-org.github.io/iptv/languages/uzb.m3u - Vietnamese53https://iptv-org.github.io/iptv/languages/vie.m3u + Vietnamese57https://iptv-org.github.io/iptv/languages/vie.m3u Welsh1https://iptv-org.github.io/iptv/languages/cym.m3u Western Frisian1https://iptv-org.github.io/iptv/languages/fry.m3u - Wolof4https://iptv-org.github.io/iptv/languages/wol.m3u + Wolof5https://iptv-org.github.io/iptv/languages/wol.m3u Yue Chinese1https://iptv-org.github.io/iptv/languages/yue.m3u - Undefined2008https://iptv-org.github.io/iptv/languages/undefined.m3u + Undefined2015https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -235,257 +236,436 @@ Same thing, but split up into separate files: CountryChannelsPlaylist - 🇦🇫 Afghanistan69https://iptv-org.github.io/iptv/countries/af.m3u - 🇦🇱 Albania97https://iptv-org.github.io/iptv/countries/al.m3u - 🇩🇿 Algeria85https://iptv-org.github.io/iptv/countries/dz.m3u - 🇦🇸 American Samoa44https://iptv-org.github.io/iptv/countries/as.m3u - 🇦🇩 Andorra62https://iptv-org.github.io/iptv/countries/ad.m3u - 🇦🇴 Angola46https://iptv-org.github.io/iptv/countries/ao.m3u - 🇦🇮 Anguilla46https://iptv-org.github.io/iptv/countries/ai.m3u - 🇦🇶 Antarctica42https://iptv-org.github.io/iptv/countries/aq.m3u - 🇦🇬 Antigua and Barbuda46https://iptv-org.github.io/iptv/countries/ag.m3u - 🇦🇷 Argentina202https://iptv-org.github.io/iptv/countries/ar.m3u + 🇦🇫 Afghanistan70https://iptv-org.github.io/iptv/countries/af.m3u + 🇦🇱 Albania98https://iptv-org.github.io/iptv/countries/al.m3u + 🇩🇿 Algeria90https://iptv-org.github.io/iptv/countries/dz.m3u + 🇦🇸 American Samoa46https://iptv-org.github.io/iptv/countries/as.m3u + 🇦🇩 Andorra63https://iptv-org.github.io/iptv/countries/ad.m3u + 🇦🇴 Angola47https://iptv-org.github.io/iptv/countries/ao.m3u + 🇦🇮 Anguilla47https://iptv-org.github.io/iptv/countries/ai.m3u + 🇦🇶 Antarctica43https://iptv-org.github.io/iptv/countries/aq.m3u + 🇦🇬 Antigua and Barbuda47https://iptv-org.github.io/iptv/countries/ag.m3u + 🇦🇷 Argentina211https://iptv-org.github.io/iptv/countries/ar.m3u +       Buenos Aires11https://iptv-org.github.io/iptv/subdivisions/ar-b.m3u +       Catamarca2https://iptv-org.github.io/iptv/subdivisions/ar-k.m3u +       Chaco2https://iptv-org.github.io/iptv/subdivisions/ar-h.m3u +       Chubut1https://iptv-org.github.io/iptv/subdivisions/ar-u.m3u +       Cordoba5https://iptv-org.github.io/iptv/subdivisions/ar-x.m3u +       Corrientes2https://iptv-org.github.io/iptv/subdivisions/ar-w.m3u +       Entre Rios2https://iptv-org.github.io/iptv/subdivisions/ar-e.m3u +       Jujuy2https://iptv-org.github.io/iptv/subdivisions/ar-y.m3u +       La Pampa2https://iptv-org.github.io/iptv/subdivisions/ar-l.m3u +       La Rioja3https://iptv-org.github.io/iptv/subdivisions/ar-f.m3u +       Misiones2https://iptv-org.github.io/iptv/subdivisions/ar-n.m3u +       Neuquen1https://iptv-org.github.io/iptv/subdivisions/ar-q.m3u +       Rio Negro1https://iptv-org.github.io/iptv/subdivisions/ar-r.m3u +       Salta3https://iptv-org.github.io/iptv/subdivisions/ar-a.m3u +       San Juan2https://iptv-org.github.io/iptv/subdivisions/ar-j.m3u +       San Luis1https://iptv-org.github.io/iptv/subdivisions/ar-d.m3u +       Santa Cruz1https://iptv-org.github.io/iptv/subdivisions/ar-z.m3u +       Santa Fe4https://iptv-org.github.io/iptv/subdivisions/ar-s.m3u +       Tucuman2https://iptv-org.github.io/iptv/subdivisions/ar-t.m3u 🇦🇲 Armenia93https://iptv-org.github.io/iptv/countries/am.m3u - 🇦🇼 Aruba49https://iptv-org.github.io/iptv/countries/aw.m3u - 🇦🇺 Australia90https://iptv-org.github.io/iptv/countries/au.m3u + 🇦🇼 Aruba50https://iptv-org.github.io/iptv/countries/aw.m3u + 🇦🇺 Australia93https://iptv-org.github.io/iptv/countries/au.m3u 🇦🇹 Austria90https://iptv-org.github.io/iptv/countries/at.m3u - 🇦🇿 Azerbaijan78https://iptv-org.github.io/iptv/countries/az.m3u + 🇦🇿 Azerbaijan77https://iptv-org.github.io/iptv/countries/az.m3u 🇧🇸 Bahamas48https://iptv-org.github.io/iptv/countries/bs.m3u - 🇧🇭 Bahrain85https://iptv-org.github.io/iptv/countries/bh.m3u - 🇧🇩 Bangladesh75https://iptv-org.github.io/iptv/countries/bd.m3u - 🇧🇧 Barbados47https://iptv-org.github.io/iptv/countries/bb.m3u - 🇧🇾 Belarus89https://iptv-org.github.io/iptv/countries/by.m3u - 🇧🇪 Belgium91https://iptv-org.github.io/iptv/countries/be.m3u - 🇧🇿 Belize47https://iptv-org.github.io/iptv/countries/bz.m3u - 🇧🇯 Benin46https://iptv-org.github.io/iptv/countries/bj.m3u - 🇧🇲 Bermuda44https://iptv-org.github.io/iptv/countries/bm.m3u - 🇧🇹 Bhutan55https://iptv-org.github.io/iptv/countries/bt.m3u - 🇧🇴 Bolivia117https://iptv-org.github.io/iptv/countries/bo.m3u - 🇧🇶 Bonaire42https://iptv-org.github.io/iptv/countries/bq.m3u - 🇧🇦 Bosnia and Herzegovina71https://iptv-org.github.io/iptv/countries/ba.m3u - 🇧🇼 Botswana45https://iptv-org.github.io/iptv/countries/bw.m3u - 🇧🇻 Bouvet Island43https://iptv-org.github.io/iptv/countries/bv.m3u - 🇧🇷 Brazil170https://iptv-org.github.io/iptv/countries/br.m3u - 🇮🇴 British Indian Ocean Territory42https://iptv-org.github.io/iptv/countries/io.m3u - 🇻🇬 British Virgin Islands46https://iptv-org.github.io/iptv/countries/vg.m3u - 🇧🇳 Brunei55https://iptv-org.github.io/iptv/countries/bn.m3u - 🇧🇬 Bulgaria72https://iptv-org.github.io/iptv/countries/bg.m3u - 🇧🇫 Burkina Faso48https://iptv-org.github.io/iptv/countries/bf.m3u - 🇧🇮 Burundi45https://iptv-org.github.io/iptv/countries/bi.m3u + 🇧🇭 Bahrain84https://iptv-org.github.io/iptv/countries/bh.m3u + 🇧🇩 Bangladesh76https://iptv-org.github.io/iptv/countries/bd.m3u + 🇧🇧 Barbados48https://iptv-org.github.io/iptv/countries/bb.m3u + 🇧🇾 Belarus91https://iptv-org.github.io/iptv/countries/by.m3u + 🇧🇪 Belgium92https://iptv-org.github.io/iptv/countries/be.m3u + 🇧🇿 Belize48https://iptv-org.github.io/iptv/countries/bz.m3u + 🇧🇯 Benin47https://iptv-org.github.io/iptv/countries/bj.m3u + 🇧🇲 Bermuda45https://iptv-org.github.io/iptv/countries/bm.m3u + 🇧🇹 Bhutan56https://iptv-org.github.io/iptv/countries/bt.m3u + 🇧🇴 Bolivia118https://iptv-org.github.io/iptv/countries/bo.m3u +       La Paz1https://iptv-org.github.io/iptv/subdivisions/bo-l.m3u +       Santa Cruz1https://iptv-org.github.io/iptv/subdivisions/bo-s.m3u + 🇧🇶 Bonaire43https://iptv-org.github.io/iptv/countries/bq.m3u + 🇧🇦 Bosnia and Herzegovina72https://iptv-org.github.io/iptv/countries/ba.m3u + 🇧🇼 Botswana46https://iptv-org.github.io/iptv/countries/bw.m3u + 🇧🇻 Bouvet Island44https://iptv-org.github.io/iptv/countries/bv.m3u + 🇧🇷 Brazil172https://iptv-org.github.io/iptv/countries/br.m3u + 🇮🇴 British Indian Ocean Territory43https://iptv-org.github.io/iptv/countries/io.m3u + 🇻🇬 British Virgin Islands47https://iptv-org.github.io/iptv/countries/vg.m3u + 🇧🇳 Brunei56https://iptv-org.github.io/iptv/countries/bn.m3u + 🇧🇬 Bulgaria73https://iptv-org.github.io/iptv/countries/bg.m3u + 🇧🇫 Burkina Faso50https://iptv-org.github.io/iptv/countries/bf.m3u + 🇧🇮 Burundi46https://iptv-org.github.io/iptv/countries/bi.m3u 🇰🇭 Cambodia60https://iptv-org.github.io/iptv/countries/kh.m3u - 🇨🇲 Cameroon48https://iptv-org.github.io/iptv/countries/cm.m3u - 🇨🇦 Canada131https://iptv-org.github.io/iptv/countries/ca.m3u - 🇨🇻 Cape Verde45https://iptv-org.github.io/iptv/countries/cv.m3u - 🇰🇾 Cayman Islands46https://iptv-org.github.io/iptv/countries/ky.m3u - 🇨🇫 Central African Republic45https://iptv-org.github.io/iptv/countries/cf.m3u - 🇹🇩 Chad45https://iptv-org.github.io/iptv/countries/td.m3u - 🇨🇱 Chile213https://iptv-org.github.io/iptv/countries/cl.m3u - 🇨🇳 China920https://iptv-org.github.io/iptv/countries/cn.m3u - 🇨🇽 Christmas Island42https://iptv-org.github.io/iptv/countries/cx.m3u - 🇨🇨 Cocos (Keeling) Islands42https://iptv-org.github.io/iptv/countries/cc.m3u - 🇨🇴 Colombia141https://iptv-org.github.io/iptv/countries/co.m3u - 🇰🇲 Comoros73https://iptv-org.github.io/iptv/countries/km.m3u - 🇨🇰 Cook Islands44https://iptv-org.github.io/iptv/countries/ck.m3u - 🇨🇷 Costa Rica119https://iptv-org.github.io/iptv/countries/cr.m3u - 🇭🇷 Croatia71https://iptv-org.github.io/iptv/countries/hr.m3u - 🇨🇺 Cuba92https://iptv-org.github.io/iptv/countries/cu.m3u - 🇨🇼 Curacao52https://iptv-org.github.io/iptv/countries/cw.m3u + 🇨🇲 Cameroon49https://iptv-org.github.io/iptv/countries/cm.m3u + 🇨🇦 Canada133https://iptv-org.github.io/iptv/countries/ca.m3u +       British Columbia2https://iptv-org.github.io/iptv/subdivisions/ca-bc.m3u +       Manitoba1https://iptv-org.github.io/iptv/subdivisions/ca-mb.m3u +       New Brunswick1https://iptv-org.github.io/iptv/subdivisions/ca-nb.m3u +       Newfoundland and Labrador1https://iptv-org.github.io/iptv/subdivisions/ca-nl.m3u +       Quebec5https://iptv-org.github.io/iptv/subdivisions/ca-qc.m3u + 🇨🇻 Cape Verde46https://iptv-org.github.io/iptv/countries/cv.m3u + 🇰🇾 Cayman Islands47https://iptv-org.github.io/iptv/countries/ky.m3u + 🇨🇫 Central African Republic46https://iptv-org.github.io/iptv/countries/cf.m3u + 🇹🇩 Chad46https://iptv-org.github.io/iptv/countries/td.m3u + 🇨🇱 Chile220https://iptv-org.github.io/iptv/countries/cl.m3u +       Magallanes1https://iptv-org.github.io/iptv/subdivisions/cl-ma.m3u +       Maule1https://iptv-org.github.io/iptv/subdivisions/cl-ml.m3u +       Nuble2https://iptv-org.github.io/iptv/subdivisions/cl-nb.m3u + 🇨🇳 China925https://iptv-org.github.io/iptv/countries/cn.m3u + 🇨🇽 Christmas Island43https://iptv-org.github.io/iptv/countries/cx.m3u + 🇨🇨 Cocos (Keeling) Islands43https://iptv-org.github.io/iptv/countries/cc.m3u + 🇨🇴 Colombia144https://iptv-org.github.io/iptv/countries/co.m3u +       San Andres, Providencia y Santa Catalina1https://iptv-org.github.io/iptv/subdivisions/co-sap.m3u +       Antioquia1https://iptv-org.github.io/iptv/subdivisions/co-ant.m3u +       Atlantico1https://iptv-org.github.io/iptv/subdivisions/co-atl.m3u +       Bolivar1https://iptv-org.github.io/iptv/subdivisions/co-bol.m3u +       Caldas1https://iptv-org.github.io/iptv/subdivisions/co-cal.m3u +       Cauca2https://iptv-org.github.io/iptv/subdivisions/co-cau.m3u +       Choco1https://iptv-org.github.io/iptv/subdivisions/co-cho.m3u +       Cundinamarca1https://iptv-org.github.io/iptv/subdivisions/co-cun.m3u +       Huila2https://iptv-org.github.io/iptv/subdivisions/co-hui.m3u +       Magdalena1https://iptv-org.github.io/iptv/subdivisions/co-mag.m3u +       Narino1https://iptv-org.github.io/iptv/subdivisions/co-nar.m3u +       Norte de Santander1https://iptv-org.github.io/iptv/subdivisions/co-nsa.m3u +       Quindio2https://iptv-org.github.io/iptv/subdivisions/co-qui.m3u +       Risaralda1https://iptv-org.github.io/iptv/subdivisions/co-ris.m3u +       Sucre1https://iptv-org.github.io/iptv/subdivisions/co-suc.m3u +       Tolima1https://iptv-org.github.io/iptv/subdivisions/co-tol.m3u +       Valle del Cauca3https://iptv-org.github.io/iptv/subdivisions/co-vac.m3u + 🇰🇲 Comoros74https://iptv-org.github.io/iptv/countries/km.m3u + 🇨🇰 Cook Islands46https://iptv-org.github.io/iptv/countries/ck.m3u + 🇨🇷 Costa Rica123https://iptv-org.github.io/iptv/countries/cr.m3u + 🇭🇷 Croatia72https://iptv-org.github.io/iptv/countries/hr.m3u + 🇨🇺 Cuba95https://iptv-org.github.io/iptv/countries/cu.m3u + 🇨🇼 Curacao53https://iptv-org.github.io/iptv/countries/cw.m3u 🇨🇾 Cyprus86https://iptv-org.github.io/iptv/countries/cy.m3u - 🇨🇿 Czech Republic72https://iptv-org.github.io/iptv/countries/cz.m3u - 🇨🇩 Democratic Republic of the Congo49https://iptv-org.github.io/iptv/countries/cd.m3u - 🇩🇰 Denmark69https://iptv-org.github.io/iptv/countries/dk.m3u - 🇩🇯 Djibouti78https://iptv-org.github.io/iptv/countries/dj.m3u - 🇩🇲 Dominica46https://iptv-org.github.io/iptv/countries/dm.m3u - 🇩🇴 Dominican Republic168https://iptv-org.github.io/iptv/countries/do.m3u + 🇨🇿 Czech Republic73https://iptv-org.github.io/iptv/countries/cz.m3u + 🇨🇩 Democratic Republic of the Congo50https://iptv-org.github.io/iptv/countries/cd.m3u + 🇩🇰 Denmark71https://iptv-org.github.io/iptv/countries/dk.m3u + 🇩🇯 Djibouti79https://iptv-org.github.io/iptv/countries/dj.m3u + 🇩🇲 Dominica47https://iptv-org.github.io/iptv/countries/dm.m3u + 🇩🇴 Dominican Republic169https://iptv-org.github.io/iptv/countries/do.m3u +       Distrito Nacional (Santo Domingo)1https://iptv-org.github.io/iptv/subdivisions/do-01.m3u +       El Seibo1https://iptv-org.github.io/iptv/subdivisions/do-08.m3u +       La Altagracia1https://iptv-org.github.io/iptv/subdivisions/do-11.m3u +       Santiago1https://iptv-org.github.io/iptv/subdivisions/do-25.m3u 🇹🇱 East Timor49https://iptv-org.github.io/iptv/countries/tl.m3u - 🇪🇨 Ecuador105https://iptv-org.github.io/iptv/countries/ec.m3u - 🇪🇬 Egypt104https://iptv-org.github.io/iptv/countries/eg.m3u - 🇸🇻 El Salvador106https://iptv-org.github.io/iptv/countries/sv.m3u - 🇬🇶 Equatorial Guinea45https://iptv-org.github.io/iptv/countries/gq.m3u - 🇪🇷 Eritrea45https://iptv-org.github.io/iptv/countries/er.m3u - 🇪🇪 Estonia64https://iptv-org.github.io/iptv/countries/ee.m3u - 🇪🇹 Ethiopia46https://iptv-org.github.io/iptv/countries/et.m3u - 🇫🇰 Falkland Islands43https://iptv-org.github.io/iptv/countries/fk.m3u - 🇫🇴 Faroe Islands43https://iptv-org.github.io/iptv/countries/fo.m3u - 🇫🇯 Fiji45https://iptv-org.github.io/iptv/countries/fj.m3u - 🇫🇮 Finland70https://iptv-org.github.io/iptv/countries/fi.m3u - 🇫🇷 France215https://iptv-org.github.io/iptv/countries/fr.m3u - 🇬🇫 French Guiana45https://iptv-org.github.io/iptv/countries/gf.m3u - 🇵🇫 French Polynesia45https://iptv-org.github.io/iptv/countries/pf.m3u - 🇹🇫 French Southern Territories45https://iptv-org.github.io/iptv/countries/tf.m3u - 🇬🇦 Gabon46https://iptv-org.github.io/iptv/countries/ga.m3u - 🇬🇲 Gambia46https://iptv-org.github.io/iptv/countries/gm.m3u - 🇬🇪 Georgia70https://iptv-org.github.io/iptv/countries/ge.m3u - 🇩🇪 Germany243https://iptv-org.github.io/iptv/countries/de.m3u - 🇬🇭 Ghana45https://iptv-org.github.io/iptv/countries/gh.m3u - 🇬🇮 Gibraltar42https://iptv-org.github.io/iptv/countries/gi.m3u - 🇬🇷 Greece141https://iptv-org.github.io/iptv/countries/gr.m3u - 🇬🇱 Greenland44https://iptv-org.github.io/iptv/countries/gl.m3u - 🇬🇩 Grenada46https://iptv-org.github.io/iptv/countries/gd.m3u - 🇬🇵 Guadeloupe49https://iptv-org.github.io/iptv/countries/gp.m3u - 🇬🇺 Guam44https://iptv-org.github.io/iptv/countries/gu.m3u - 🇬🇹 Guatemala102https://iptv-org.github.io/iptv/countries/gt.m3u - 🇬🇬 Guernsey43https://iptv-org.github.io/iptv/countries/gg.m3u - 🇬🇳 Guinea45https://iptv-org.github.io/iptv/countries/gn.m3u - 🇬🇼 Guinea-Bissau45https://iptv-org.github.io/iptv/countries/gw.m3u - 🇬🇾 Guyana43https://iptv-org.github.io/iptv/countries/gy.m3u + 🇪🇨 Ecuador109https://iptv-org.github.io/iptv/countries/ec.m3u +       Loja1https://iptv-org.github.io/iptv/subdivisions/ec-l.m3u + 🇪🇬 Egypt105https://iptv-org.github.io/iptv/countries/eg.m3u + 🇸🇻 El Salvador109https://iptv-org.github.io/iptv/countries/sv.m3u + 🇬🇶 Equatorial Guinea46https://iptv-org.github.io/iptv/countries/gq.m3u + 🇪🇷 Eritrea46https://iptv-org.github.io/iptv/countries/er.m3u + 🇪🇪 Estonia65https://iptv-org.github.io/iptv/countries/ee.m3u + 🇪🇹 Ethiopia47https://iptv-org.github.io/iptv/countries/et.m3u + 🇫🇰 Falkland Islands44https://iptv-org.github.io/iptv/countries/fk.m3u + 🇫🇴 Faroe Islands44https://iptv-org.github.io/iptv/countries/fo.m3u + 🇫🇯 Fiji47https://iptv-org.github.io/iptv/countries/fj.m3u + 🇫🇮 Finland71https://iptv-org.github.io/iptv/countries/fi.m3u + 🇫🇷 France216https://iptv-org.github.io/iptv/countries/fr.m3u + 🇬🇫 French Guiana46https://iptv-org.github.io/iptv/countries/gf.m3u + 🇵🇫 French Polynesia47https://iptv-org.github.io/iptv/countries/pf.m3u + 🇹🇫 French Southern Territories46https://iptv-org.github.io/iptv/countries/tf.m3u + 🇬🇦 Gabon47https://iptv-org.github.io/iptv/countries/ga.m3u + 🇬🇲 Gambia47https://iptv-org.github.io/iptv/countries/gm.m3u + 🇬🇪 Georgia69https://iptv-org.github.io/iptv/countries/ge.m3u + 🇩🇪 Germany245https://iptv-org.github.io/iptv/countries/de.m3u + 🇬🇭 Ghana46https://iptv-org.github.io/iptv/countries/gh.m3u + 🇬🇮 Gibraltar43https://iptv-org.github.io/iptv/countries/gi.m3u + 🇬🇷 Greece140https://iptv-org.github.io/iptv/countries/gr.m3u + 🇬🇱 Greenland46https://iptv-org.github.io/iptv/countries/gl.m3u + 🇬🇩 Grenada47https://iptv-org.github.io/iptv/countries/gd.m3u + 🇬🇵 Guadeloupe50https://iptv-org.github.io/iptv/countries/gp.m3u + 🇬🇺 Guam46https://iptv-org.github.io/iptv/countries/gu.m3u + 🇬🇹 Guatemala108https://iptv-org.github.io/iptv/countries/gt.m3u +       Solola2https://iptv-org.github.io/iptv/subdivisions/gt-07.m3u +       Totonicapan1https://iptv-org.github.io/iptv/subdivisions/gt-08.m3u + 🇬🇬 Guernsey44https://iptv-org.github.io/iptv/countries/gg.m3u + 🇬🇳 Guinea46https://iptv-org.github.io/iptv/countries/gn.m3u + 🇬🇼 Guinea-Bissau46https://iptv-org.github.io/iptv/countries/gw.m3u + 🇬🇾 Guyana44https://iptv-org.github.io/iptv/countries/gy.m3u 🇭🇹 Haiti60https://iptv-org.github.io/iptv/countries/ht.m3u - 🇭🇲 Heard Island and McDonald Islands42https://iptv-org.github.io/iptv/countries/hm.m3u - 🇭🇳 Honduras121https://iptv-org.github.io/iptv/countries/hn.m3u - 🇭🇰 Hong Kong65https://iptv-org.github.io/iptv/countries/hk.m3u - 🇭🇺 Hungary90https://iptv-org.github.io/iptv/countries/hu.m3u - 🇮🇸 Iceland62https://iptv-org.github.io/iptv/countries/is.m3u - 🇮🇳 India239https://iptv-org.github.io/iptv/countries/in.m3u - 🇮🇩 Indonesia232https://iptv-org.github.io/iptv/countries/id.m3u + 🇭🇲 Heard Island and McDonald Islands43https://iptv-org.github.io/iptv/countries/hm.m3u + 🇭🇳 Honduras127https://iptv-org.github.io/iptv/countries/hn.m3u + 🇭🇰 Hong Kong68https://iptv-org.github.io/iptv/countries/hk.m3u + 🇭🇺 Hungary91https://iptv-org.github.io/iptv/countries/hu.m3u + 🇮🇸 Iceland63https://iptv-org.github.io/iptv/countries/is.m3u + 🇮🇳 India237https://iptv-org.github.io/iptv/countries/in.m3u + 🇮🇩 Indonesia237https://iptv-org.github.io/iptv/countries/id.m3u +       Aceh2https://iptv-org.github.io/iptv/subdivisions/id-ac.m3u +       Bali2https://iptv-org.github.io/iptv/subdivisions/id-ba.m3u +       Banten2https://iptv-org.github.io/iptv/subdivisions/id-bt.m3u +       Bengkulu2https://iptv-org.github.io/iptv/subdivisions/id-be.m3u +       Gorontalo1https://iptv-org.github.io/iptv/subdivisions/id-go.m3u +       Jakarta Raya3https://iptv-org.github.io/iptv/subdivisions/id-jk.m3u +       Jambi4https://iptv-org.github.io/iptv/subdivisions/id-ja.m3u +       Jawa Barat7https://iptv-org.github.io/iptv/subdivisions/id-jb.m3u +       Jawa Tengah5https://iptv-org.github.io/iptv/subdivisions/id-jt.m3u +       Jawa Timur9https://iptv-org.github.io/iptv/subdivisions/id-ji.m3u +       Kalimantan Barat2https://iptv-org.github.io/iptv/subdivisions/id-kb.m3u +       Kalimantan Selatan3https://iptv-org.github.io/iptv/subdivisions/id-ks.m3u +       Kalimantan Tengah1https://iptv-org.github.io/iptv/subdivisions/id-kt.m3u +       Kalimantan Timur2https://iptv-org.github.io/iptv/subdivisions/id-ki.m3u +       Kepulauan Bangka Belitung1https://iptv-org.github.io/iptv/subdivisions/id-bb.m3u +       Lampung2https://iptv-org.github.io/iptv/subdivisions/id-la.m3u +       Maluku Utara1https://iptv-org.github.io/iptv/subdivisions/id-mu.m3u +       Maluku1https://iptv-org.github.io/iptv/subdivisions/id-ml.m3u +       Nusa Tenggara Barat2https://iptv-org.github.io/iptv/subdivisions/id-nb.m3u +       Nusa Tenggara Timur1https://iptv-org.github.io/iptv/subdivisions/id-nt.m3u +       Papua2https://iptv-org.github.io/iptv/subdivisions/id-pp.m3u +       Riau3https://iptv-org.github.io/iptv/subdivisions/id-ri.m3u +       Sulawesi Barat1https://iptv-org.github.io/iptv/subdivisions/id-sr.m3u +       Sulawesi Selatan2https://iptv-org.github.io/iptv/subdivisions/id-sn.m3u +       Sulawesi Tengah1https://iptv-org.github.io/iptv/subdivisions/id-st.m3u +       Sulawesi Tenggara1https://iptv-org.github.io/iptv/subdivisions/id-sg.m3u +       Sulawesi Utara1https://iptv-org.github.io/iptv/subdivisions/id-sa.m3u +       Sumatera Barat2https://iptv-org.github.io/iptv/subdivisions/id-sb.m3u +       Sumatera Selatan2https://iptv-org.github.io/iptv/subdivisions/id-ss.m3u +       Yogyakarta2https://iptv-org.github.io/iptv/subdivisions/id-yo.m3u 🇮🇷 Iran128https://iptv-org.github.io/iptv/countries/ir.m3u - 🇮🇶 Iraq120https://iptv-org.github.io/iptv/countries/iq.m3u - 🇮🇪 Ireland73https://iptv-org.github.io/iptv/countries/ie.m3u - 🇮🇲 Isle of Man42https://iptv-org.github.io/iptv/countries/im.m3u - 🇮🇱 Israel67https://iptv-org.github.io/iptv/countries/il.m3u - 🇮🇹 Italy251https://iptv-org.github.io/iptv/countries/it.m3u - 🇨🇮 Ivory Coast46https://iptv-org.github.io/iptv/countries/ci.m3u - 🇯🇲 Jamaica48https://iptv-org.github.io/iptv/countries/jm.m3u - 🇯🇵 Japan69https://iptv-org.github.io/iptv/countries/jp.m3u - 🇯🇪 Jersey42https://iptv-org.github.io/iptv/countries/je.m3u - 🇯🇴 Jordan103https://iptv-org.github.io/iptv/countries/jo.m3u - 🇰🇿 Kazakhstan83https://iptv-org.github.io/iptv/countries/kz.m3u + 🇮🇶 Iraq118https://iptv-org.github.io/iptv/countries/iq.m3u + 🇮🇪 Ireland74https://iptv-org.github.io/iptv/countries/ie.m3u + 🇮🇲 Isle of Man43https://iptv-org.github.io/iptv/countries/im.m3u + 🇮🇱 Israel66https://iptv-org.github.io/iptv/countries/il.m3u + 🇮🇹 Italy249https://iptv-org.github.io/iptv/countries/it.m3u + 🇨🇮 Ivory Coast47https://iptv-org.github.io/iptv/countries/ci.m3u + 🇯🇲 Jamaica49https://iptv-org.github.io/iptv/countries/jm.m3u + 🇯🇵 Japan68https://iptv-org.github.io/iptv/countries/jp.m3u + 🇯🇪 Jersey43https://iptv-org.github.io/iptv/countries/je.m3u + 🇯🇴 Jordan102https://iptv-org.github.io/iptv/countries/jo.m3u + 🇰🇿 Kazakhstan84https://iptv-org.github.io/iptv/countries/kz.m3u 🇰🇪 Kenya50https://iptv-org.github.io/iptv/countries/ke.m3u - 🇰🇮 Kiribati44https://iptv-org.github.io/iptv/countries/ki.m3u - 🇽🇰 Kosovo48https://iptv-org.github.io/iptv/countries/xk.m3u + 🇰🇮 Kiribati46https://iptv-org.github.io/iptv/countries/ki.m3u + 🇽🇰 Kosovo49https://iptv-org.github.io/iptv/countries/xk.m3u 🇰🇼 Kuwait93https://iptv-org.github.io/iptv/countries/kw.m3u 🇰🇬 Kyrgyzstan53https://iptv-org.github.io/iptv/countries/kg.m3u 🇱🇦 Laos68https://iptv-org.github.io/iptv/countries/la.m3u - 🇱🇻 Latvia64https://iptv-org.github.io/iptv/countries/lv.m3u + 🇱🇻 Latvia65https://iptv-org.github.io/iptv/countries/lv.m3u 🇱🇧 Lebanon99https://iptv-org.github.io/iptv/countries/lb.m3u - 🇱🇸 Lesotho45https://iptv-org.github.io/iptv/countries/ls.m3u - 🇱🇷 Liberia45https://iptv-org.github.io/iptv/countries/lr.m3u - 🇱🇾 Libya84https://iptv-org.github.io/iptv/countries/ly.m3u - 🇱🇮 Liechtenstein63https://iptv-org.github.io/iptv/countries/li.m3u - 🇱🇹 Lithuania62https://iptv-org.github.io/iptv/countries/lt.m3u - 🇱🇺 Luxembourg66https://iptv-org.github.io/iptv/countries/lu.m3u + 🇱🇸 Lesotho46https://iptv-org.github.io/iptv/countries/ls.m3u + 🇱🇷 Liberia46https://iptv-org.github.io/iptv/countries/lr.m3u + 🇱🇾 Libya85https://iptv-org.github.io/iptv/countries/ly.m3u + 🇱🇮 Liechtenstein64https://iptv-org.github.io/iptv/countries/li.m3u + 🇱🇹 Lithuania63https://iptv-org.github.io/iptv/countries/lt.m3u + 🇱🇺 Luxembourg67https://iptv-org.github.io/iptv/countries/lu.m3u 🇲🇴 Macao53https://iptv-org.github.io/iptv/countries/mo.m3u - 🇲🇬 Madagascar45https://iptv-org.github.io/iptv/countries/mg.m3u + 🇲🇬 Madagascar46https://iptv-org.github.io/iptv/countries/mg.m3u 🇲🇼 Malawi46https://iptv-org.github.io/iptv/countries/mw.m3u - 🇲🇾 Malaysia69https://iptv-org.github.io/iptv/countries/my.m3u - 🇲🇻 Maldives56https://iptv-org.github.io/iptv/countries/mv.m3u - 🇲🇱 Mali46https://iptv-org.github.io/iptv/countries/ml.m3u - 🇲🇹 Malta62https://iptv-org.github.io/iptv/countries/mt.m3u - 🇲🇭 Marshall Islands44https://iptv-org.github.io/iptv/countries/mh.m3u - 🇲🇶 Martinique48https://iptv-org.github.io/iptv/countries/mq.m3u - 🇲🇷 Mauritania75https://iptv-org.github.io/iptv/countries/mr.m3u - 🇲🇺 Mauritius46https://iptv-org.github.io/iptv/countries/mu.m3u - 🇾🇹 Mayotte45https://iptv-org.github.io/iptv/countries/yt.m3u - 🇲🇽 Mexico167https://iptv-org.github.io/iptv/countries/mx.m3u - 🇫🇲 Micronesia44https://iptv-org.github.io/iptv/countries/fm.m3u - 🇲🇩 Moldova70https://iptv-org.github.io/iptv/countries/md.m3u - 🇲🇨 Monaco60https://iptv-org.github.io/iptv/countries/mc.m3u + 🇲🇾 Malaysia73https://iptv-org.github.io/iptv/countries/my.m3u + 🇲🇻 Maldives57https://iptv-org.github.io/iptv/countries/mv.m3u + 🇲🇱 Mali47https://iptv-org.github.io/iptv/countries/ml.m3u + 🇲🇹 Malta63https://iptv-org.github.io/iptv/countries/mt.m3u + 🇲🇭 Marshall Islands46https://iptv-org.github.io/iptv/countries/mh.m3u + 🇲🇶 Martinique49https://iptv-org.github.io/iptv/countries/mq.m3u + 🇲🇷 Mauritania76https://iptv-org.github.io/iptv/countries/mr.m3u + 🇲🇺 Mauritius47https://iptv-org.github.io/iptv/countries/mu.m3u + 🇾🇹 Mayotte46https://iptv-org.github.io/iptv/countries/yt.m3u + 🇲🇽 Mexico171https://iptv-org.github.io/iptv/countries/mx.m3u +       Aguascalientes1https://iptv-org.github.io/iptv/subdivisions/mx-agu.m3u +       Baja California1https://iptv-org.github.io/iptv/subdivisions/mx-bcn.m3u +       Chihuahua1https://iptv-org.github.io/iptv/subdivisions/mx-chh.m3u +       Ciudad de Mexico1https://iptv-org.github.io/iptv/subdivisions/mx-cmx.m3u +       Coahuila de Zaragoza1https://iptv-org.github.io/iptv/subdivisions/mx-coa.m3u +       Guerrero1https://iptv-org.github.io/iptv/subdivisions/mx-gro.m3u +       Jalisco1https://iptv-org.github.io/iptv/subdivisions/mx-jal.m3u +       Mexico1https://iptv-org.github.io/iptv/subdivisions/mx-mex.m3u +       Morelos1https://iptv-org.github.io/iptv/subdivisions/mx-mor.m3u +       Nuevo Leon1https://iptv-org.github.io/iptv/subdivisions/mx-nle.m3u +       Puebla1https://iptv-org.github.io/iptv/subdivisions/mx-pue.m3u +       Queretaro1https://iptv-org.github.io/iptv/subdivisions/mx-que.m3u +       Quintana Roo1https://iptv-org.github.io/iptv/subdivisions/mx-roo.m3u +       Sinaloa1https://iptv-org.github.io/iptv/subdivisions/mx-sin.m3u +       Sonora1https://iptv-org.github.io/iptv/subdivisions/mx-son.m3u +       Tamaulipas2https://iptv-org.github.io/iptv/subdivisions/mx-tam.m3u +       Veracruz de Ignacio de la Llave1https://iptv-org.github.io/iptv/subdivisions/mx-ver.m3u +       Zacatecas1https://iptv-org.github.io/iptv/subdivisions/mx-zac.m3u + 🇫🇲 Micronesia46https://iptv-org.github.io/iptv/countries/fm.m3u + 🇲🇩 Moldova71https://iptv-org.github.io/iptv/countries/md.m3u + 🇲🇨 Monaco61https://iptv-org.github.io/iptv/countries/mc.m3u 🇲🇳 Mongolia69https://iptv-org.github.io/iptv/countries/mn.m3u - 🇲🇪 Montenegro65https://iptv-org.github.io/iptv/countries/me.m3u - 🇲🇸 Montserrat46https://iptv-org.github.io/iptv/countries/ms.m3u - 🇲🇦 Morocco90https://iptv-org.github.io/iptv/countries/ma.m3u - 🇲🇿 Mozambique47https://iptv-org.github.io/iptv/countries/mz.m3u + 🇲🇪 Montenegro66https://iptv-org.github.io/iptv/countries/me.m3u + 🇲🇸 Montserrat47https://iptv-org.github.io/iptv/countries/ms.m3u + 🇲🇦 Morocco91https://iptv-org.github.io/iptv/countries/ma.m3u + 🇲🇿 Mozambique48https://iptv-org.github.io/iptv/countries/mz.m3u 🇲🇲 Myanmar (Burma)50https://iptv-org.github.io/iptv/countries/mm.m3u - 🇳🇦 Namibia45https://iptv-org.github.io/iptv/countries/na.m3u - 🇳🇷 Nauru44https://iptv-org.github.io/iptv/countries/nr.m3u - 🇳🇵 Nepal57https://iptv-org.github.io/iptv/countries/np.m3u - 🇳🇱 Netherlands179https://iptv-org.github.io/iptv/countries/nl.m3u - 🇳🇨 New Caledonia44https://iptv-org.github.io/iptv/countries/nc.m3u - 🇳🇿 New Zealand105https://iptv-org.github.io/iptv/countries/nz.m3u - 🇳🇮 Nicaragua103https://iptv-org.github.io/iptv/countries/ni.m3u - 🇳🇪 Niger45https://iptv-org.github.io/iptv/countries/ne.m3u + 🇳🇦 Namibia46https://iptv-org.github.io/iptv/countries/na.m3u + 🇳🇷 Nauru46https://iptv-org.github.io/iptv/countries/nr.m3u + 🇳🇵 Nepal58https://iptv-org.github.io/iptv/countries/np.m3u + 🇳🇱 Netherlands180https://iptv-org.github.io/iptv/countries/nl.m3u + 🇳🇨 New Caledonia46https://iptv-org.github.io/iptv/countries/nc.m3u + 🇳🇿 New Zealand107https://iptv-org.github.io/iptv/countries/nz.m3u + 🇳🇮 Nicaragua106https://iptv-org.github.io/iptv/countries/ni.m3u + 🇳🇪 Niger46https://iptv-org.github.io/iptv/countries/ne.m3u 🇳🇬 Nigeria51https://iptv-org.github.io/iptv/countries/ng.m3u - 🇳🇺 Niue44https://iptv-org.github.io/iptv/countries/nu.m3u - 🇳🇫 Norfolk Island44https://iptv-org.github.io/iptv/countries/nf.m3u + 🇳🇺 Niue46https://iptv-org.github.io/iptv/countries/nu.m3u + 🇳🇫 Norfolk Island46https://iptv-org.github.io/iptv/countries/nf.m3u 🇰🇵 North Korea50https://iptv-org.github.io/iptv/countries/kp.m3u - 🇲🇰 North Macedonia62https://iptv-org.github.io/iptv/countries/mk.m3u - 🇲🇵 Northern Mariana Islands44https://iptv-org.github.io/iptv/countries/mp.m3u - 🇳🇴 Norway70https://iptv-org.github.io/iptv/countries/no.m3u + 🇲🇰 North Macedonia63https://iptv-org.github.io/iptv/countries/mk.m3u + 🇲🇵 Northern Mariana Islands46https://iptv-org.github.io/iptv/countries/mp.m3u + 🇳🇴 Norway71https://iptv-org.github.io/iptv/countries/no.m3u 🇴🇲 Oman86https://iptv-org.github.io/iptv/countries/om.m3u - 🇵🇰 Pakistan75https://iptv-org.github.io/iptv/countries/pk.m3u - 🇵🇼 Palau44https://iptv-org.github.io/iptv/countries/pw.m3u + 🇵🇰 Pakistan74https://iptv-org.github.io/iptv/countries/pk.m3u + 🇵🇼 Palau46https://iptv-org.github.io/iptv/countries/pw.m3u 🇵🇸 Palestine99https://iptv-org.github.io/iptv/countries/ps.m3u - 🇵🇦 Panama101https://iptv-org.github.io/iptv/countries/pa.m3u - 🇵🇬 Papua New Guinea44https://iptv-org.github.io/iptv/countries/pg.m3u - 🇵🇾 Paraguay113https://iptv-org.github.io/iptv/countries/py.m3u - 🇵🇪 Peru243https://iptv-org.github.io/iptv/countries/pe.m3u - 🇵🇭 Philippines65https://iptv-org.github.io/iptv/countries/ph.m3u - 🇵🇳 Pitcairn Islands44https://iptv-org.github.io/iptv/countries/pn.m3u - 🇵🇱 Poland90https://iptv-org.github.io/iptv/countries/pl.m3u + 🇵🇦 Panama104https://iptv-org.github.io/iptv/countries/pa.m3u + 🇵🇬 Papua New Guinea46https://iptv-org.github.io/iptv/countries/pg.m3u + 🇵🇾 Paraguay115https://iptv-org.github.io/iptv/countries/py.m3u +       Alto Parana2https://iptv-org.github.io/iptv/subdivisions/py-10.m3u +       Boqueron1https://iptv-org.github.io/iptv/subdivisions/py-19.m3u +       Caaguazu1https://iptv-org.github.io/iptv/subdivisions/py-5.m3u +       Central1https://iptv-org.github.io/iptv/subdivisions/py-11.m3u +       Itapua1https://iptv-org.github.io/iptv/subdivisions/py-7.m3u +       Presidente Hayes1https://iptv-org.github.io/iptv/subdivisions/py-15.m3u + 🇵🇪 Peru237https://iptv-org.github.io/iptv/countries/pe.m3u +       Ancash1https://iptv-org.github.io/iptv/subdivisions/pe-anc.m3u +       Arequipa2https://iptv-org.github.io/iptv/subdivisions/pe-are.m3u +       Ica1https://iptv-org.github.io/iptv/subdivisions/pe-ica.m3u +       Lima1https://iptv-org.github.io/iptv/subdivisions/pe-lim.m3u +       Moquegua1https://iptv-org.github.io/iptv/subdivisions/pe-moq.m3u +       Piura2https://iptv-org.github.io/iptv/subdivisions/pe-piu.m3u + 🇵🇭 Philippines67https://iptv-org.github.io/iptv/countries/ph.m3u + 🇵🇳 Pitcairn Islands46https://iptv-org.github.io/iptv/countries/pn.m3u + 🇵🇱 Poland91https://iptv-org.github.io/iptv/countries/pl.m3u 🇵🇹 Portugal90https://iptv-org.github.io/iptv/countries/pt.m3u - 🇵🇷 Puerto Rico98https://iptv-org.github.io/iptv/countries/pr.m3u + 🇵🇷 Puerto Rico100https://iptv-org.github.io/iptv/countries/pr.m3u 🇶🇦 Qatar85https://iptv-org.github.io/iptv/countries/qa.m3u - 🇨🇬 Republic of the Congo46https://iptv-org.github.io/iptv/countries/cg.m3u - 🇷🇴 Romania85https://iptv-org.github.io/iptv/countries/ro.m3u - 🇷🇺 Russia401https://iptv-org.github.io/iptv/countries/ru.m3u - 🇷🇼 Rwanda47https://iptv-org.github.io/iptv/countries/rw.m3u - 🇷🇪 Réunion46https://iptv-org.github.io/iptv/countries/re.m3u - 🇧🇱 Saint Barthélemy48https://iptv-org.github.io/iptv/countries/bl.m3u - 🇸🇭 Saint Helena45https://iptv-org.github.io/iptv/countries/sh.m3u - 🇰🇳 Saint Kitts and Nevis46https://iptv-org.github.io/iptv/countries/kn.m3u - 🇱🇨 Saint Lucia46https://iptv-org.github.io/iptv/countries/lc.m3u - 🇲🇫 Saint Martin48https://iptv-org.github.io/iptv/countries/mf.m3u - 🇵🇲 Saint Pierre and Miquelon44https://iptv-org.github.io/iptv/countries/pm.m3u - 🇻🇨 Saint Vincent and the Grenadines46https://iptv-org.github.io/iptv/countries/vc.m3u - 🇼🇸 Samoa44https://iptv-org.github.io/iptv/countries/ws.m3u - 🇸🇲 San Marino61https://iptv-org.github.io/iptv/countries/sm.m3u + 🇨🇬 Republic of the Congo47https://iptv-org.github.io/iptv/countries/cg.m3u + 🇷🇴 Romania88https://iptv-org.github.io/iptv/countries/ro.m3u + 🇷🇺 Russia404https://iptv-org.github.io/iptv/countries/ru.m3u + 🇷🇼 Rwanda48https://iptv-org.github.io/iptv/countries/rw.m3u + 🇷🇪 Réunion47https://iptv-org.github.io/iptv/countries/re.m3u + 🇧🇱 Saint Barthélemy49https://iptv-org.github.io/iptv/countries/bl.m3u + 🇸🇭 Saint Helena46https://iptv-org.github.io/iptv/countries/sh.m3u + 🇰🇳 Saint Kitts and Nevis47https://iptv-org.github.io/iptv/countries/kn.m3u + 🇱🇨 Saint Lucia47https://iptv-org.github.io/iptv/countries/lc.m3u + 🇲🇫 Saint Martin49https://iptv-org.github.io/iptv/countries/mf.m3u + 🇵🇲 Saint Pierre and Miquelon45https://iptv-org.github.io/iptv/countries/pm.m3u + 🇻🇨 Saint Vincent and the Grenadines47https://iptv-org.github.io/iptv/countries/vc.m3u + 🇼🇸 Samoa46https://iptv-org.github.io/iptv/countries/ws.m3u + 🇸🇲 San Marino62https://iptv-org.github.io/iptv/countries/sm.m3u 🇸🇦 Saudi Arabia126https://iptv-org.github.io/iptv/countries/sa.m3u - 🇸🇳 Senegal52https://iptv-org.github.io/iptv/countries/sn.m3u - 🇷🇸 Serbia99https://iptv-org.github.io/iptv/countries/rs.m3u - 🇸🇨 Seychelles45https://iptv-org.github.io/iptv/countries/sc.m3u - 🇸🇱 Sierra Leone46https://iptv-org.github.io/iptv/countries/sl.m3u - 🇸🇬 Singapore61https://iptv-org.github.io/iptv/countries/sg.m3u - 🇸🇽 Sint Maarten46https://iptv-org.github.io/iptv/countries/sx.m3u - 🇸🇰 Slovakia80https://iptv-org.github.io/iptv/countries/sk.m3u - 🇸🇮 Slovenia75https://iptv-org.github.io/iptv/countries/si.m3u - 🇸🇧 Solomon Islands44https://iptv-org.github.io/iptv/countries/sb.m3u - 🇸🇴 Somalia76https://iptv-org.github.io/iptv/countries/so.m3u - 🇿🇦 South Africa46https://iptv-org.github.io/iptv/countries/za.m3u - 🇬🇸 South Georgia and the South Sandwich Islands43https://iptv-org.github.io/iptv/countries/gs.m3u - 🇰🇷 South Korea180https://iptv-org.github.io/iptv/countries/kr.m3u - 🇸🇸 South Sudan45https://iptv-org.github.io/iptv/countries/ss.m3u - 🇪🇸 Spain244https://iptv-org.github.io/iptv/countries/es.m3u - 🇱🇰 Sri Lanka64https://iptv-org.github.io/iptv/countries/lk.m3u + 🇸🇳 Senegal53https://iptv-org.github.io/iptv/countries/sn.m3u + 🇷🇸 Serbia101https://iptv-org.github.io/iptv/countries/rs.m3u + 🇸🇨 Seychelles46https://iptv-org.github.io/iptv/countries/sc.m3u + 🇸🇱 Sierra Leone47https://iptv-org.github.io/iptv/countries/sl.m3u + 🇸🇬 Singapore62https://iptv-org.github.io/iptv/countries/sg.m3u + 🇸🇽 Sint Maarten47https://iptv-org.github.io/iptv/countries/sx.m3u + 🇸🇰 Slovakia81https://iptv-org.github.io/iptv/countries/sk.m3u + 🇸🇮 Slovenia76https://iptv-org.github.io/iptv/countries/si.m3u + 🇸🇧 Solomon Islands46https://iptv-org.github.io/iptv/countries/sb.m3u + 🇸🇴 Somalia77https://iptv-org.github.io/iptv/countries/so.m3u + 🇿🇦 South Africa47https://iptv-org.github.io/iptv/countries/za.m3u + 🇬🇸 South Georgia and the South Sandwich Islands44https://iptv-org.github.io/iptv/countries/gs.m3u + 🇰🇷 South Korea182https://iptv-org.github.io/iptv/countries/kr.m3u +       Busan-gwangyeoksi2https://iptv-org.github.io/iptv/subdivisions/kr-26.m3u +       Chungcheongbuk-do2https://iptv-org.github.io/iptv/subdivisions/kr-43.m3u +       Daegu-gwangyeoksi2https://iptv-org.github.io/iptv/subdivisions/kr-27.m3u +       Daejeon-gwangyeoksi1https://iptv-org.github.io/iptv/subdivisions/kr-30.m3u +       Gangwon-do1https://iptv-org.github.io/iptv/subdivisions/kr-42.m3u +       Jeju-teukbyeoljachido2https://iptv-org.github.io/iptv/subdivisions/kr-49.m3u +       Jeollabuk-do1https://iptv-org.github.io/iptv/subdivisions/kr-45.m3u +       Jeollanam-do3https://iptv-org.github.io/iptv/subdivisions/kr-46.m3u +       Ulsan-gwangyeoksi2https://iptv-org.github.io/iptv/subdivisions/kr-31.m3u + 🇸🇸 South Sudan46https://iptv-org.github.io/iptv/countries/ss.m3u + 🇪🇸 Spain242https://iptv-org.github.io/iptv/countries/es.m3u +       Madrid, Comunidad de1https://iptv-org.github.io/iptv/subdivisions/es-md.m3u +       Andalucia11https://iptv-org.github.io/iptv/subdivisions/es-an.m3u +       Aragon1https://iptv-org.github.io/iptv/subdivisions/es-ar.m3u +       Canarias2https://iptv-org.github.io/iptv/subdivisions/es-cn.m3u +       Castilla-La Mancha13https://iptv-org.github.io/iptv/subdivisions/es-cm.m3u +       Catalunya4https://iptv-org.github.io/iptv/subdivisions/es-ct.m3u + 🇱🇰 Sri Lanka65https://iptv-org.github.io/iptv/countries/lk.m3u 🇸🇩 Sudan79https://iptv-org.github.io/iptv/countries/sd.m3u - 🇸🇷 Suriname43https://iptv-org.github.io/iptv/countries/sr.m3u - 🇸🇯 Svalbard and Jan Mayen42https://iptv-org.github.io/iptv/countries/sj.m3u - 🇸🇿 Swaziland45https://iptv-org.github.io/iptv/countries/sz.m3u - 🇸🇪 Sweden76https://iptv-org.github.io/iptv/countries/se.m3u - 🇨🇭 Switzerland96https://iptv-org.github.io/iptv/countries/ch.m3u + 🇸🇷 Suriname44https://iptv-org.github.io/iptv/countries/sr.m3u + 🇸🇯 Svalbard and Jan Mayen43https://iptv-org.github.io/iptv/countries/sj.m3u + 🇸🇿 Swaziland46https://iptv-org.github.io/iptv/countries/sz.m3u + 🇸🇪 Sweden77https://iptv-org.github.io/iptv/countries/se.m3u + 🇨🇭 Switzerland97https://iptv-org.github.io/iptv/countries/ch.m3u 🇸🇾 Syria93https://iptv-org.github.io/iptv/countries/sy.m3u - 🇸🇹 São Tomé and Príncipe45https://iptv-org.github.io/iptv/countries/st.m3u + 🇸🇹 São Tomé and Príncipe46https://iptv-org.github.io/iptv/countries/st.m3u 🇹🇼 Taiwan108https://iptv-org.github.io/iptv/countries/tw.m3u 🇹🇯 Tajikistan51https://iptv-org.github.io/iptv/countries/tj.m3u - 🇹🇿 Tanzania46https://iptv-org.github.io/iptv/countries/tz.m3u - 🇹🇭 Thailand93https://iptv-org.github.io/iptv/countries/th.m3u - 🇹🇬 Togo45https://iptv-org.github.io/iptv/countries/tg.m3u - 🇹🇰 Tokelau44https://iptv-org.github.io/iptv/countries/tk.m3u - 🇹🇴 Tonga44https://iptv-org.github.io/iptv/countries/to.m3u - 🇹🇹 Trinidad and Tobago47https://iptv-org.github.io/iptv/countries/tt.m3u + 🇹🇿 Tanzania47https://iptv-org.github.io/iptv/countries/tz.m3u + 🇹🇭 Thailand94https://iptv-org.github.io/iptv/countries/th.m3u + 🇹🇬 Togo46https://iptv-org.github.io/iptv/countries/tg.m3u + 🇹🇰 Tokelau46https://iptv-org.github.io/iptv/countries/tk.m3u + 🇹🇴 Tonga46https://iptv-org.github.io/iptv/countries/to.m3u + 🇹🇹 Trinidad and Tobago48https://iptv-org.github.io/iptv/countries/tt.m3u 🇹🇳 Tunisia86https://iptv-org.github.io/iptv/countries/tn.m3u - 🇹🇷 Turkey203https://iptv-org.github.io/iptv/countries/tr.m3u + 🇹🇷 Turkey201https://iptv-org.github.io/iptv/countries/tr.m3u 🇹🇲 Turkmenistan54https://iptv-org.github.io/iptv/countries/tm.m3u - 🇹🇨 Turks and Caicos Islands46https://iptv-org.github.io/iptv/countries/tc.m3u - 🇹🇻 Tuvalu44https://iptv-org.github.io/iptv/countries/tv.m3u - 🇺🇲 U.S. Minor Outlying Islands42https://iptv-org.github.io/iptv/countries/um.m3u - 🇻🇮 U.S. Virgin Islands46https://iptv-org.github.io/iptv/countries/vi.m3u + 🇹🇨 Turks and Caicos Islands47https://iptv-org.github.io/iptv/countries/tc.m3u + 🇹🇻 Tuvalu46https://iptv-org.github.io/iptv/countries/tv.m3u + 🇺🇲 U.S. Minor Outlying Islands43https://iptv-org.github.io/iptv/countries/um.m3u + 🇻🇮 U.S. Virgin Islands47https://iptv-org.github.io/iptv/countries/vi.m3u 🇺🇬 Uganda48https://iptv-org.github.io/iptv/countries/ug.m3u 🇺🇦 Ukraine117https://iptv-org.github.io/iptv/countries/ua.m3u 🇦🇪 United Arab Emirates119https://iptv-org.github.io/iptv/countries/ae.m3u - 🇬🇧 United Kingdom322https://iptv-org.github.io/iptv/countries/uk.m3u - 🇺🇸 United States1797https://iptv-org.github.io/iptv/countries/us.m3u - 🇺🇾 Uruguay93https://iptv-org.github.io/iptv/countries/uy.m3u + 🇬🇧 United Kingdom324https://iptv-org.github.io/iptv/countries/uk.m3u +       Wales3https://iptv-org.github.io/iptv/subdivisions/gb-wls.m3u + 🇺🇸 United States1792https://iptv-org.github.io/iptv/countries/us.m3u +       Alabama4https://iptv-org.github.io/iptv/subdivisions/us-al.m3u +       Alaska2https://iptv-org.github.io/iptv/subdivisions/us-ak.m3u +       Arizona10https://iptv-org.github.io/iptv/subdivisions/us-az.m3u +       Arkansas4https://iptv-org.github.io/iptv/subdivisions/us-ar.m3u +       California99https://iptv-org.github.io/iptv/subdivisions/us-ca.m3u +       Colorado5https://iptv-org.github.io/iptv/subdivisions/us-co.m3u +       Connecticut2https://iptv-org.github.io/iptv/subdivisions/us-ct.m3u +       Delaware4https://iptv-org.github.io/iptv/subdivisions/us-de.m3u +       District of Columbia4https://iptv-org.github.io/iptv/subdivisions/us-dc.m3u +       Florida29https://iptv-org.github.io/iptv/subdivisions/us-fl.m3u +       Georgia10https://iptv-org.github.io/iptv/subdivisions/us-ga.m3u +       Hawaii5https://iptv-org.github.io/iptv/subdivisions/us-hi.m3u +       Idaho2https://iptv-org.github.io/iptv/subdivisions/us-id.m3u +       Illinois8https://iptv-org.github.io/iptv/subdivisions/us-il.m3u +       Indiana8https://iptv-org.github.io/iptv/subdivisions/us-in.m3u +       Iowa5https://iptv-org.github.io/iptv/subdivisions/us-ia.m3u +       Kansas4https://iptv-org.github.io/iptv/subdivisions/us-ks.m3u +       Kentucky5https://iptv-org.github.io/iptv/subdivisions/us-ky.m3u +       Louisiana5https://iptv-org.github.io/iptv/subdivisions/us-la.m3u +       Maine3https://iptv-org.github.io/iptv/subdivisions/us-me.m3u +       Maryland3https://iptv-org.github.io/iptv/subdivisions/us-md.m3u +       Massachusetts3https://iptv-org.github.io/iptv/subdivisions/us-ma.m3u +       Michigan8https://iptv-org.github.io/iptv/subdivisions/us-mi.m3u +       Minnesota6https://iptv-org.github.io/iptv/subdivisions/us-mn.m3u +       Mississippi4https://iptv-org.github.io/iptv/subdivisions/us-ms.m3u +       Missouri5https://iptv-org.github.io/iptv/subdivisions/us-mo.m3u +       Montana1https://iptv-org.github.io/iptv/subdivisions/us-mt.m3u +       Nebraska3https://iptv-org.github.io/iptv/subdivisions/us-ne.m3u +       Nevada3https://iptv-org.github.io/iptv/subdivisions/us-nv.m3u +       New Hampshire2https://iptv-org.github.io/iptv/subdivisions/us-nh.m3u +       New Jersey19https://iptv-org.github.io/iptv/subdivisions/us-nj.m3u +       New Mexico4https://iptv-org.github.io/iptv/subdivisions/us-nm.m3u +       New York50https://iptv-org.github.io/iptv/subdivisions/us-ny.m3u +       North Carolina6https://iptv-org.github.io/iptv/subdivisions/us-nc.m3u +       North Dakota2https://iptv-org.github.io/iptv/subdivisions/us-nd.m3u +       Ohio13https://iptv-org.github.io/iptv/subdivisions/us-oh.m3u +       Oklahoma2https://iptv-org.github.io/iptv/subdivisions/us-ok.m3u +       Oregon3https://iptv-org.github.io/iptv/subdivisions/us-or.m3u +       Pennsylvania27https://iptv-org.github.io/iptv/subdivisions/us-pa.m3u +       Puerto Rico1https://iptv-org.github.io/iptv/subdivisions/us-pr.m3u +       Rhode Island1https://iptv-org.github.io/iptv/subdivisions/us-ri.m3u +       South Carolina2https://iptv-org.github.io/iptv/subdivisions/us-sc.m3u +       South Dakota1https://iptv-org.github.io/iptv/subdivisions/us-sd.m3u +       Tennessee9https://iptv-org.github.io/iptv/subdivisions/us-tn.m3u +       Texas23https://iptv-org.github.io/iptv/subdivisions/us-tx.m3u +       Utah1https://iptv-org.github.io/iptv/subdivisions/us-ut.m3u +       Vermont1https://iptv-org.github.io/iptv/subdivisions/us-vt.m3u +       Virginia4https://iptv-org.github.io/iptv/subdivisions/us-va.m3u +       Washington6https://iptv-org.github.io/iptv/subdivisions/us-wa.m3u +       Wisconsin8https://iptv-org.github.io/iptv/subdivisions/us-wi.m3u +       Wyoming1https://iptv-org.github.io/iptv/subdivisions/us-wy.m3u + 🇺🇾 Uruguay96https://iptv-org.github.io/iptv/countries/uy.m3u 🇺🇿 Uzbekistan52https://iptv-org.github.io/iptv/countries/uz.m3u - 🇻🇺 Vanuatu44https://iptv-org.github.io/iptv/countries/vu.m3u - 🇻🇦 Vatican City59https://iptv-org.github.io/iptv/countries/va.m3u - 🇻🇪 Venezuela108https://iptv-org.github.io/iptv/countries/ve.m3u - 🇻🇳 Vietnam96https://iptv-org.github.io/iptv/countries/vn.m3u - 🇼🇫 Wallis and Futuna44https://iptv-org.github.io/iptv/countries/wf.m3u - 🇪🇭 Western Sahara50https://iptv-org.github.io/iptv/countries/eh.m3u - 🇾🇪 Yemen91https://iptv-org.github.io/iptv/countries/ye.m3u - 🇿🇲 Zambia45https://iptv-org.github.io/iptv/countries/zm.m3u - 🇿🇼 Zimbabwe45https://iptv-org.github.io/iptv/countries/zw.m3u - 🇦🇽 Åland42https://iptv-org.github.io/iptv/countries/ax.m3u - Undefined0https://iptv-org.github.io/iptv/countries/undefined.m3u + 🇻🇺 Vanuatu46https://iptv-org.github.io/iptv/countries/vu.m3u + 🇻🇦 Vatican City61https://iptv-org.github.io/iptv/countries/va.m3u + 🇻🇪 Venezuela109https://iptv-org.github.io/iptv/countries/ve.m3u + 🇻🇳 Vietnam105https://iptv-org.github.io/iptv/countries/vn.m3u + 🇼🇫 Wallis and Futuna46https://iptv-org.github.io/iptv/countries/wf.m3u + 🇪🇭 Western Sahara51https://iptv-org.github.io/iptv/countries/eh.m3u + 🇾🇪 Yemen90https://iptv-org.github.io/iptv/countries/ye.m3u + 🇿🇲 Zambia46https://iptv-org.github.io/iptv/countries/zm.m3u + 🇿🇼 Zimbabwe46https://iptv-org.github.io/iptv/countries/zw.m3u + 🇦🇽 Åland43https://iptv-org.github.io/iptv/countries/ax.m3u @@ -511,34 +691,32 @@ Same thing, but split up into separate files: RegionChannelsPlaylist - Africa122https://iptv-org.github.io/iptv/regions/afr.m3u - Americas2787https://iptv-org.github.io/iptv/regions/amer.m3u - Asia-Pacific1793https://iptv-org.github.io/iptv/regions/apac.m3u - Arab world326https://iptv-org.github.io/iptv/regions/arab.m3u - Association of Southeast Asian Nations339https://iptv-org.github.io/iptv/regions/asean.m3u - Asia2569https://iptv-org.github.io/iptv/regions/asia.m3u - Caribbean117https://iptv-org.github.io/iptv/regions/carib.m3u - Central Asia30https://iptv-org.github.io/iptv/regions/cas.m3u - Central America109https://iptv-org.github.io/iptv/regions/cenamer.m3u - Commonwealth of Independent States429https://iptv-org.github.io/iptv/regions/cis.m3u - Europe, the Middle East and Africa2646https://iptv-org.github.io/iptv/regions/emea.m3u - Europe2239https://iptv-org.github.io/iptv/regions/eur.m3u - Hispanic America835https://iptv-org.github.io/iptv/regions/hispam.m3u - Worldwide7322https://iptv-org.github.io/iptv/regions/int.m3u - Latin America and the Caribbean950https://iptv-org.github.io/iptv/regions/lac.m3u - Latin America936https://iptv-org.github.io/iptv/regions/latam.m3u - Maghreb57https://iptv-org.github.io/iptv/regions/maghreb.m3u - Middle East and North Africa540https://iptv-org.github.io/iptv/regions/mena.m3u - Middle East495https://iptv-org.github.io/iptv/regions/mideast.m3u - Northern America1838https://iptv-org.github.io/iptv/regions/nam.m3u - North America2137https://iptv-org.github.io/iptv/regions/noram.m3u - Nordics53https://iptv-org.github.io/iptv/regions/nord.m3u - Oceania105https://iptv-org.github.io/iptv/regions/oce.m3u - South Asia256https://iptv-org.github.io/iptv/regions/sas.m3u - South America653https://iptv-org.github.io/iptv/regions/southam.m3u - Sub-Saharan Africa56https://iptv-org.github.io/iptv/regions/ssa.m3u + Africa121https://iptv-org.github.io/iptv/regions/afr.m3u + Americas2785https://iptv-org.github.io/iptv/regions/amer.m3u + Asia-Pacific1810https://iptv-org.github.io/iptv/regions/apac.m3u + Arab world323https://iptv-org.github.io/iptv/regions/arab.m3u + Association of Southeast Asian Nations354https://iptv-org.github.io/iptv/regions/asean.m3u + Asia2578https://iptv-org.github.io/iptv/regions/asia.m3u + Caribbean112https://iptv-org.github.io/iptv/regions/carib.m3u + Central Asia31https://iptv-org.github.io/iptv/regions/cas.m3u + Central America116https://iptv-org.github.io/iptv/regions/cenamer.m3u + Commonwealth of Independent States433https://iptv-org.github.io/iptv/regions/cis.m3u + Europe, the Middle East and Africa2637https://iptv-org.github.io/iptv/regions/emea.m3u + Europe2236https://iptv-org.github.io/iptv/regions/eur.m3u + Hispanic America839https://iptv-org.github.io/iptv/regions/hispam.m3u + Latin America and the Caribbean952https://iptv-org.github.io/iptv/regions/lac.m3u + Latin America939https://iptv-org.github.io/iptv/regions/latam.m3u + Maghreb60https://iptv-org.github.io/iptv/regions/maghreb.m3u + Middle East and North Africa534https://iptv-org.github.io/iptv/regions/mena.m3u + Middle East487https://iptv-org.github.io/iptv/regions/mideast.m3u + Northern America1834https://iptv-org.github.io/iptv/regions/nam.m3u + North America2136https://iptv-org.github.io/iptv/regions/noram.m3u + Nordics54https://iptv-org.github.io/iptv/regions/nord.m3u + Oceania107https://iptv-org.github.io/iptv/regions/oce.m3u + South Asia252https://iptv-org.github.io/iptv/regions/sas.m3u + South America652https://iptv-org.github.io/iptv/regions/southam.m3u + Sub-Saharan Africa52https://iptv-org.github.io/iptv/regions/ssa.m3u West Africa23https://iptv-org.github.io/iptv/regions/wafr.m3u - Undefined0https://iptv-org.github.io/iptv/regions/undefined.m3u diff --git a/streams/ae.m3u b/streams/ae.m3u index 4a2b43d39..4447b5955 100644 --- a/streams/ae.m3u +++ b/streams/ae.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="3eeshAlAanTV.ae" status="timeout",Al Aan TV (720p) +#EXTINF:-1 tvg-id="3eeshAlAanTV.ae" status="online",Al Aan TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x74wje5 #EXTINF:-1 tvg-id="AbuDhabiAloula.ae" status="online",Abu Dhabi Aloula (1080p) https://admdn2.cdn.mangomolo.com/adtv/smil:adtv.stream.smil/playlist.m3u8 @@ -13,7 +13,7 @@ https://admdn5.cdn.mangomolo.com/adsports2/smil:adsports2.stream.smil/playlist.m https://admdn4ta.cdn.mgmlcdn.com/adsports4/smil:adsports4.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AjmanTV.ae" status="blocked",Ajman TV [Not 24/7] https://dacastmmd.mmdlive.lldns.net/dacastmmd/d3e9fc3b874a46159ce3724d802e3f8d/playlist.m3u8 -#EXTINF:-1 tvg-id="AlAanTV.ae" status="timeout",Al Aan (480p) [Not 24/7] +#EXTINF:-1 tvg-id="AlAanTV.ae" status="online",Al Aan (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x74wje5 #EXTINF:-1 tvg-id="Alarabiya.ae" status="online",Al Arabiya (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlArabiya/live @@ -43,7 +43,7 @@ https://ikomg1.s.llnwi.net/alyaumtv/playlist.m3u8 https://shls-cartoon-net-prod-dub.shahid.net/out/v1/dc4aa87372374325a66be458f29eab0f/index.m3u8 #EXTINF:-1 tvg-id="CitrussTV.ae" status="blocked",Citruss TV (720p) [Geo-blocked] https://citrusstv.akamaized.net/hls/live/687285/CTV/index.m3u8 -#EXTINF:-1 tvg-id="CNBCArabiya.ae" status="timeout",CNBC Arabia (1080p) +#EXTINF:-1 tvg-id="CNBCArabiya.ae" status="online",CNBC Arabia (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/cnbcarabiaTV/live #EXTINF:-1 tvg-id="CNBCArabiya.ae" status="error",CNBC Arabia (720p) https://hiplayer.hibridcdn.net/p/cnbcarabia-live.m3u8 diff --git a/streams/af.m3u b/streams/af.m3u index 8fc9a30e8..ea03de75c 100644 --- a/streams/af.m3u +++ b/streams/af.m3u @@ -7,9 +7,9 @@ https://d10rltuy0iweup.cloudfront.net/ATNNAT/myStream/playlist.m3u8 https://d2g7v53450s2i2.cloudfront.net/ATNUS/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="ArianaTVUS.af" status="online",Ariana TV US (Delayed stream) (720p) [Not 24/7] https://d2g7v53450s2i2.cloudfront.net/ATNUS/streamdelay/playlist.m3u8 -#EXTINF:-1 tvg-id="ATNNews.af" status="online",ATN News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ATNNews.af" status="error",ATN News (720p) [Not 24/7] https://d10rltuy0iweup.cloudfront.net/ATNNEWS/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="BaharTV.af" status="error",Bahar TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BaharTV.af" status="online",Bahar TV (720p) [Not 24/7] https://59d39900ebfb8.streamlock.net/bahartv/bahartv/playlist.m3u8 #EXTINF:-1 tvg-id="BarbudMusic.af" status="online",Barbud Music (720p) https://raw.githubusercontent.com/taodicakhia/IPTV_Exception/master/channels/af/tolomusic.m3u8 diff --git a/streams/al.m3u b/streams/al.m3u index dbfec9fa7..405834a39 100644 --- a/streams/al.m3u +++ b/streams/al.m3u @@ -49,10 +49,10 @@ https://tvlive.rtsh.dev/live/rtsh_shqip_ott/playlist.m3u8 https://tvlive.rtsh.dev/live/rtsh_sport_ott11/playlist.m3u8 #EXTINF:-1 tvg-id="SyriTV.al" status="online",Syri TV (720p) [Not 24/7] http://live.syri.tv:6969/live/syriblue/hd/23.ts +#EXTINF:-1 tvg-id="TopNews.al" status="online",Top News (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x6inuzo #EXTINF:-1 tvg-id="TopNews.al" status="timeout",Top News http://93.157.62.180/TopNews/index.m3u8 -#EXTINF:-1 tvg-id="TopNews.al" status="timeout",Top News (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x6inuzo #EXTINF:-1 tvg-id="TV7Albania.al" status="online",TV 7 Albania (540p) [Not 24/7] http://media.az-mediaserver.com:1935/7064/7064/playlist.m3u8 #EXTINF:-1 tvg-id="TV7Albania.al" status="online",7 HD (540p) [Not 24/7] diff --git a/streams/am.m3u b/streams/am.m3u index 59934d450..89ee4bc2d 100644 --- a/streams/am.m3u +++ b/streams/am.m3u @@ -11,7 +11,7 @@ http://ott-cdn.ucom.am/s22/index.m3u8 #EXTINF:-1 tvg-id="ArmeniaJanTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Armenia Ջան TV (480p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s42/index.m3u8 -#EXTINF:-1 tvg-id="ArmeniaKomedi.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Armenia Քոմեդի (480p) +#EXTINF:-1 tvg-id="ArmeniaKomedi.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Armenia Քոմեդի (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s32/index.m3u8 #EXTINF:-1 tvg-id="ArmeniaPremium.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Armenia Premium (1080p) @@ -38,7 +38,7 @@ http://ott-cdn.ucom.am/s48/index.m3u8 #EXTINF:-1 tvg-id="ATVHayTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Հայ TV (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s73/index.m3u8 -#EXTINF:-1 tvg-id="ATVKhaghaliqTV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ԽաղԱլիք (234p) +#EXTINF:-1 tvg-id="ATVKhaghaliqTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ԽաղԱլիք (234p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s74/index.m3u8 #EXTINF:-1 tvg-id="ATVKinoman.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Կինոման (480p) @@ -47,7 +47,7 @@ http://ott-cdn.ucom.am/s94/index.m3u8 #EXTINF:-1 tvg-id="ATVTavaTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Թավա TV (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s53/index.m3u8 -#EXTINF:-1 tvg-id="H2.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Հ2 (480p) +#EXTINF:-1 tvg-id="H2.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Հ2 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s2/index.m3u8 #EXTINF:-1 tvg-id="KentronTV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Կենտրոն (480p) diff --git a/streams/ar.m3u b/streams/ar.m3u index fe67933b1..c70d40dd0 100644 --- a/streams/ar.m3u +++ b/streams/ar.m3u @@ -12,7 +12,7 @@ https://panel.dattalive.com/6605140/smil:6605140.smil/playlist.m3u8 #EXTINF:-1 tvg-id="A24.ar" status="online" user-agent="iPhone",A24 (720p) #EXTVLCOPT:http-user-agent=iPhone https://g1.vxral-hor.transport.edge-access.net/a15/ngrp:a24-100056_all/a24-100056.m3u8 -#EXTINF:-1 tvg-id="AcequiaTV.ar" status="timeout",Acequia TV +#EXTINF:-1 tvg-id="AcequiaTV.ar" status="online",Acequia TV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCrYFBjFOP_zlFzsif9XDhgw/live #EXTINF:-1 tvg-id="AiredeSantaFe.ar" status="online",Aire de Santa Fe https://sc1.stweb.tv/airedigital/live/playlist.m3u8 @@ -31,7 +31,7 @@ https://live.canalnueve.tv/canal.m3u8 https://streaming02.gbasat.com.ar:19360/bayrestv/bayrestv.m3u8 #EXTINF:-1 tvg-id="BeatsRadio.ar" status="online",Beats Radio https://59537faa0729a.streamlock.net/beatsradio/beatsradio/playlist.m3u8 -#EXTINF:-1 tvg-id="C5N.ar" status="timeout",Canal 5 Noticias (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="C5N.ar" status="online",Canal 5 Noticias (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/c5n/live #EXTINF:-1 tvg-id="Cadena103.ar" status="online",Cadena 103 https://59d52c5a5ce5e.streamlock.net:4443/cadena103/cadena103/playlist.m3u8 @@ -55,11 +55,11 @@ https://5cd577a3dd8ec.streamlock.net/canal4/smil:manifest.smil/playlist.m3u8 http://streamlov.alsolnet.com/canal4sanjuan/live/playlist.m3u8 #EXTINF:-1 tvg-id="Canal5PicoTruncado.ar" status="online",Canal 5 (Pico Truncado) https://stream.arcast.com.ar/canal5picotruncado/canal5picotruncado/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal5Tucuman.ar" status="error",Canal 5 (Tucumán) [Not 24/7] +#EXTINF:-1 tvg-id="Canal5Tucuman.ar" status="online",Canal 5 (Tucumán) [Not 24/7] https://videohd.live:19360/8090/8090.m3u8 #EXTINF:-1 tvg-id="Canal6EntreRios.ar" status="online",Canal 6 (Entre Ríos) https://stmvideo1.livecastv.com/canal6er/canal6er/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal6MardePlata.ar" status="error",Canal 6 (Mar de Plata) +#EXTINF:-1 tvg-id="Canal6MardePlata.ar" status="online",Canal 6 (Mar de Plata) https://59537faa0729a.streamlock.net/canal6mdp/canal6mdp/playlist.m3u8 #EXTINF:-1 tvg-id="Canal6Moreno.ar" status="online",Canal 6 (Moreno) https://stream.arcast.com.ar/canal6moreno/canal6moreno/playlist.m3u8 @@ -71,7 +71,7 @@ https://stream.arcast.live/canal7jujuy/ngrp:canal7jujuy_all/playlist.m3u8 https://stream.arcast.live/ahora/ahora/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9Multivision.ar" status="online",CANAL.9 MULTIVISION (720p) [Not 24/7] https://panel.dattalive.com/8250/8250/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal9RioCuarto.ar" status="timeout",Canal 9 Río Cuarto +#EXTINF:-1 tvg-id="Canal9RioCuarto.ar" status="online",Canal 9 Río Cuarto https://streamcasthd.com:1936/canal9riocuartotv/canal9riocuartotv/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9Televida.ar" status="online",Canal 9 Televida (720p) [Not 24/7] https://5b3050bb1b2d8.streamlock.net/viviloendirecto2/canal9/playlist.m3u8 @@ -81,7 +81,7 @@ https://vivo.solumedia.com:19360/nortevision/nortevision.m3u8 http://panel.dattalive.com:1935/8204/8204/playlist.m3u8 #EXTINF:-1 tvg-id="Canal10RioNegro.ar" status="online",Canal 10 Rio Negro https://panel.dattalive.com/8204/8204/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal11LaRioja.ar" status="error",Canal 11 La Rioja (Fénix Multiplataforma) (360p) +#EXTINF:-1 tvg-id="Canal11LaRioja.ar" status="online",Canal 11 La Rioja (Fénix Multiplataforma) (360p) http://stmv4.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8 #EXTINF:-1 tvg-id="Canal12Web.ar" status="online",Canal 12 Puerto Madryn (720p) [Not 24/7] https://5f700d5b2c46f.streamlock.net/madryntv/madryntv/playlist.m3u8 @@ -97,10 +97,10 @@ https://5f700d5b2c46f.streamlock.net/canal22/canal22/playlist.m3u8 http://200.115.193.177/live/26hd-720/playlist.m3u8 #EXTINF:-1 tvg-id="Canal26.ar" status="online",Canal 26 (180p) http://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal26.ar" status="online",Canal 26 (180p) -http://live-edge02.telecentro.net.ar/live/c26.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal26.ar" status="online",Canal 26 (720p) https://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal26.ar" status="online",Canal 26 (180p) +http://live-edge02.telecentro.net.ar/live/c26.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal50Morteros.ar" status="online",Canal 50 (Morteros) https://coopmorteros.online/canal50/vivo.m3u8 #EXTINF:-1 tvg-id="Canal79MardelPlata.ar" status="online",Canal 79 (Mar del Plata) @@ -116,12 +116,12 @@ https://panel.dattalive.com/8138/8138/playlist.m3u8 #EXTINF:-1 tvg-id="CanaldelaCiudad.ar" status="online" user-agent="iPhone",Canal de la Ciudad (720p) #EXTVLCOPT:http-user-agent=iPhone https://g5.proy-hor.transport.edge-access.net/a08/ngrp:gcba_video4-100042_all/Playlist.m3u8?sense=true -#EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36",canalLUZ (1080p) [Not 24/7] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36 -https://g1.mc-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8?sense=true #EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="iPhone",Canal Luz (1080p) #EXTVLCOPT:http-user-agent=iPhone https://g2.vxral-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8 +#EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36",canalLUZ (1080p) [Not 24/7] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36 +https://g1.mc-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8?sense=true #EXTINF:-1 tvg-id="CanalOrbe21.ar" status="online",Canal Orbe 21 https://cdn2.zencast.tv:30443/orbe/orbe21smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalRural.ar" status="online",Canal Rural @@ -184,7 +184,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel https://srv1.zcast.com.br/lavozdetucuman/lavozdetucuman/playlist.m3u8 #EXTINF:-1 tvg-id="LitusTV.ar" status="online",Litus TV https://stream.arcast.com.ar/litustv/ngrp:litustv_all/playlist.m3u8 -#EXTINF:-1 tvg-id="LTOTelevision.ar" status="error",LTO Televisión [Not 24/7] +#EXTINF:-1 tvg-id="LTOTelevision.ar" status="online",LTO Televisión [Not 24/7] https://ltocatamarca.github.io/ltotv.m3u8 #EXTINF:-1 tvg-id="MetropolitanaFM.ar" status="online",Metropolitana FM https://panel.dattalive.com/MetropolitanaFM/MetropolitanaFM/playlist.m3u8 @@ -224,7 +224,7 @@ https://tv.initium.net.ar:3939/live/tectvmainlive.m3u8 https://panel.dattalive.com/8012/8012/playlist.m3u8 #EXTINF:-1 tvg-id="TelediarioTV.ar" status="online",Telediario TV https://mediacp.hostradios.com.ar:19360/telediario/telediario.m3u8 -#EXTINF:-1 tvg-id="Telediez.ar" status="error",Telediez +#EXTINF:-1 tvg-id="Telediez.ar" status="online",Telediez https://videohd.live:19360/8020/8020.m3u8 #EXTINF:-1 tvg-id="TeleJunin.ar" status="online",TeleJunín (576p) [Not 24/7] https://videostream.shockmedia.com.ar:1936/telejunin/telejunin/playlist.m3u8 @@ -258,7 +258,7 @@ http://192.100.186.53:8090/hls/live.stream.m3u8 https://5f700d5b2c46f.streamlock.net/uniriotv/uniriotv/playlist.m3u8 #EXTINF:-1 tvg-id="Uniteve.ar" status="online",Uniteve https://vivo.solumedia.com:19360/uniteve/uniteve.m3u8 -#EXTINF:-1 tvg-id="UrbanaTeVe.ar" status="error",Urbana TeVe +#EXTINF:-1 tvg-id="UrbanaTeVe.ar" status="online",Urbana TeVe https://cdnhd.iblups.com/hls/DD3nXkAkWk.m3u8 #EXTINF:-1 tvg-id="Vorterix.ar" status="online",Vorterix (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCvCTWHCbBC0b9UIeLeNs8ug/live diff --git a/streams/at.m3u b/streams/at.m3u index a097d9566..a612f3a84 100644 --- a/streams/at.m3u +++ b/streams/at.m3u @@ -17,7 +17,7 @@ https://kronetv.mdn.ors.at/out/u/kronetv-nodrm.m3u8 https://5a32c05065c79.streamlock.net/live/stream/playlist.m3u8 #EXTINF:-1 tvg-id="ORF1.at" status="blocked",ORF 1 (720p) [Geo-blocked] https://orf1.mdn.ors.at/out/u/orf1/qxb/manifest.m3u8 -#EXTINF:-1 tvg-id="ORF2.at" status="blocked",ORF 2 (540p) [Geo-blocked] +#EXTINF:-1 tvg-id="ORF2.at" status="error",ORF 2 (540p) [Geo-blocked] https://orf2.mdn.ors.at/out/u/orf2/qxb/manifest.m3u8 #EXTINF:-1 tvg-id="ORFIII.at" status="blocked",ORF 3 (720p) [Geo-blocked] https://orf3.mdn.ors.at/out/u/orf3/qxb/manifest.m3u8 diff --git a/streams/au.m3u b/streams/au.m3u index bdc43f955..e35f2f9aa 100644 --- a/streams/au.m3u +++ b/streams/au.m3u @@ -37,7 +37,7 @@ https://c.mjh.nz/101002810281 https://c.mjh.nz/abc2 #EXTINF:-1 tvg-id="AusbizTV.au" status="online",ausbiz TV (720p) [Geo-blocked] https://d9quh89lh7dtw.cloudfront.net/public-output/index.m3u8 -#EXTINF:-1 tvg-id="AusTamilTV.au" status="error",Aus Tamil (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AusTamilTV.au" status="online",Aus Tamil (720p) [Not 24/7] https://bk7l2pn7dx53-hls-live.5centscdn.com/austamil/fe01ce2a7fbac8fafaed7c982a04e229.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="C31Melbourne.au" status="online",C31 Melbourne (240p) https://d1k6kax80wecy5.cloudfront.net/RLnAKY/index.m3u8 diff --git a/streams/az.m3u b/streams/az.m3u index 58aa59445..b4e01688d 100644 --- a/streams/az.m3u +++ b/streams/az.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="online",Alvin Channel TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="error",Alvin Channel TV (360p) [Not 24/7] http://cdn10-alvinchannel.yayin.com.tr/alvinchannel/alvinchannel/playlist.m3u8 #EXTINF:-1 tvg-id="ARB24.az" status="online",ARB 24 (1080p) [Not 24/7] http://85.132.81.184:8080/arb24/live1/index.m3u8 diff --git a/streams/ba.m3u b/streams/ba.m3u index 1140d867f..34867babb 100644 --- a/streams/ba.m3u +++ b/streams/ba.m3u @@ -13,7 +13,7 @@ https://stream.rtvze.ba/live/123/123.m3u8 https://balkanmedia.dynu.net/hls/tv5web.m3u8 #EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7] http://31.47.0.130:8082 -#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="timeout",TV Slon Extra (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RTVSLON/live #EXTINF:-1 tvg-id="" status="online",Glas Drine http://glasdrine.cutuk.net:8081/433ssdsw/GlasDrineSD/playlist.m3u8 diff --git a/streams/bf.m3u b/streams/bf.m3u index a282a7dbd..40093255a 100644 --- a/streams/bf.m3u +++ b/streams/bf.m3u @@ -5,5 +5,5 @@ https://547f72e6652371c3.mediapackage.us-east-1.amazonaws.com/out/v1/7e66f389bec https://playtv4kpro.com:5443/LiveApp/streams/163893638025530331068059.m3u8 #EXTINF:-1 tvg-id="ImpactTV.bf" status="online",Impact TV (360p) https://edge.vedge.infomaniak.com/livecast/ik:impacttv_1/manifest.m3u8 -#EXTINF:-1 tvg-id="RTB.bf" status="error",RTB (360p) [Not 24/7] +#EXTINF:-1 tvg-id="RTB.bf" status="online",RTB (360p) [Not 24/7] https://edge.vedge.infomaniak.com/livecast/ik:rtbtvlive1/manifest.m3u8 diff --git a/streams/bh.m3u b/streams/bh.m3u index 62bdd938f..db840f564 100644 --- a/streams/bh.m3u +++ b/streams/bh.m3u @@ -3,13 +3,13 @@ http://185.105.4.106:1935/live/Bahrain+International/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainInternational.bh" status="online",Bahrain International (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:Bahrain+International_all/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainInternational.bh" status="online",Bahrain International (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BahrainInternational.bh" status="error",Bahrain International (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:bahraininternational_all/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainQuran.bh" status="online",Bahrain Quran (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:bahrainquran_all/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainSports1.bh" status="online",Bahrain Sports 1 (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:sportsone_all/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainSports2.bh" status="online",Bahrain Sports 2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BahrainSports2.bh" status="error",Bahrain Sports 2 (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:bahrainsportstwo_all/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainTV.bh" status="online",Bahrain TV (720p) [Not 24/7] http://185.105.4.106:1935/live/Bahrain+TV/playlist.m3u8 diff --git a/streams/bo.m3u b/streams/bo.m3u index ece4a6d28..c5619ae9c 100644 --- a/streams/bo.m3u +++ b/streams/bo.m3u @@ -45,7 +45,7 @@ https://master.tucableip.com/live/tvlatinamontero/playlist.m3u8 http://136.243.3.70:1935/TvUniversitaria/TvUniversitaria/playlist.m3u8 #EXTINF:-1 tvg-id="TVUSucre.bo" status="online",TVU Sucre https://solo.disfrutaenlared.com:1936/tuch/ngrp:tuch_all/playlist.m3u8 -#EXTINF:-1 tvg-id="UnitelLaPaz.bo" status="timeout",Unitel La Paz +#EXTINF:-1 tvg-id="UnitelLaPaz.bo" status="error",Unitel La Paz http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x7vsfua #EXTINF:-1 tvg-id="XTOTV.bo" status="online",XTOTV (404p) [Not 24/7] http://www.channel.tevemi.com:1935/XtoTv/XtoTv/playlist.m3u8 @@ -55,7 +55,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x84eirw #EXTINF:-1 tvg-id="" status="online",ATB Santa Cruz http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x84t82c -#EXTINF:-1 tvg-id="" status="timeout",Unitel Cochabamba +#EXTINF:-1 tvg-id="" status="error",Unitel Cochabamba http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x7y922d #EXTINF:-1 tvg-id="" status="timeout",Unitel Global http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7vsezg diff --git a/streams/br.m3u b/streams/br.m3u index 11ef7ea6a..c9760b79d 100644 --- a/streams/br.m3u +++ b/streams/br.m3u @@ -110,10 +110,10 @@ https://v4-slbps-sambavideos.akamaized.net/live/3282,8114,ec4b5a296d97fa99bf9906 http://tv02.logicahost.com.br:1935/rederc/rederc/live.m3u8 #EXTINF:-1 tvg-id="RedeSeculo21.br" status="online",Rede Século 21 (1080p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-10024/ngrp:LVW10024_H3QLdAY6kx_all/playlist.m3u8 +#EXTINF:-1 tvg-id="RedeTV.br" status="online",RedeTV! Tocantins (720p) [Not 24/7] +https://59f1cbe63db89.streamlock.net:1443/redetvro/_definst_/redetvro/playlist.m3u8 #EXTINF:-1 tvg-id="RedeTV.br" status="timeout",Rede TV! SP (720p) [Not 24/7] https://hls.brasilstream.com.br/live/redetv/redetv/playlist.m3u8 -#EXTINF:-1 tvg-id="RedeTV.br" status="error",RedeTV! Tocantins (720p) [Not 24/7] -https://59f1cbe63db89.streamlock.net:1443/redetvro/_definst_/redetvro/playlist.m3u8 #EXTINF:-1 tvg-id="RedeTVES.br" status="timeout",Rede TV! ES (720p) https://hls.brasilstream.com.br/live/redetves/redetves/playlist.m3u8 #EXTINF:-1 tvg-id="RedeTVTocantins.br" status="online",RedeTV! Tocantins (720p) [Not 24/7] @@ -128,7 +128,7 @@ http://flash1.crossdigital.com.br/2063/2063/playlist.m3u8 http://evpp.mm.uol.com.br:1935/band_live/terraviva/playlist.m3u8 #EXTINF:-1 tvg-id="TVAberta.br" status="online",TV Aberta (1080p) [Not 24/7] https://cdn-canalpaulo.ciclano.io:1443/canalpaulo/canalpaulo/playlist.m3u8 -#EXTINF:-1 tvg-id="TVALMG.br" status="online",TV ALMG (720p) +#EXTINF:-1 tvg-id="TVALMG.br" status="timeout",TV ALMG (720p) https://streaming.almg.gov.br/live/tvalmg.m3u8 #EXTINF:-1 tvg-id="TVAparecida.br" status="online",TV Aparecida (1080p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-9716/LVW9716_HbtQtezcaw/playlist.m3u8 @@ -176,7 +176,7 @@ https://streaming01.zas.media/gideoes/programacao/playlist.m3u8 https://video02.logicahost.com.br/tvguara23/tvguara23/playlist.m3u8 #EXTINF:-1 tvg-id="TVideoNews.br" status="online",TVídeoNews (720p) [Not 24/7] https://59f2354c05961.streamlock.net:1443/tvideonews/_definst_/tvideonews/chunklist.m3u8 -#EXTINF:-1 tvg-id="TVJornalCaruaru.br" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",SBT TV Jornal Caruaru (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVJornalCaruaru.br" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",SBT TV Jornal Caruaru (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://evpp.mm.uol.com.br/ne10/ne10-tvjornal-caruaru-video-web.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TVJornaldoNordeste.br" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",SBT TV Jornal Recife (720p) [Not 24/7] @@ -222,13 +222,13 @@ http://rtmp.cdn.upx.net.br/00084/myStream.sdp/playlist.m3u8 https://rtmp.info/tvsantacruz/envivo/playlist.m3u8 #EXTINF:-1 tvg-id="TVSolComunidade.br" status="online",TV Sol Comunidade (480p) [Not 24/7] http://streaming03.zas.media:1935/tvsol/tvsol/playlist.m3u8 -#EXTINF:-1 tvg-id="TVThathi.br" status="error",TV Thathi (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVThathi.br" status="online",TV Thathi (720p) [Not 24/7] https://cdn-grupo-10049.ciclano.io:1443/grupo-10049/grupo-10049/playlist.m3u8 -#EXTINF:-1 tvg-id="TVUFG.br" status="error",TV UFG (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVUFG.br" status="online",TV UFG (720p) [Not 24/7] http://flash.softhost.com.br:1935/ufg/tvufgweb/playlist.m3u8 #EXTINF:-1 tvg-id="TVUniaoFortaleza.br" status="online",TV União (720p) [Not 24/7] https://596639ebdd89b.streamlock.net/tvuniao/tvuniao/playlist.m3u8 -#EXTINF:-1 tvg-id="TVUniSantos.br" status="online",TV UniSantos (240p) [Not 24/7] +#EXTINF:-1 tvg-id="TVUniSantos.br" status="error",TV UniSantos (240p) [Not 24/7] http://live.cdn.upx.com/7550/myStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TVVerdesCampos.br" status="online",TV Verdes Campos (360p) [Not 24/7] https://596639ebdd89b.streamlock.net/8124/8124/playlist.m3u8 @@ -237,7 +237,7 @@ http://unitvaovivo.ufrgs.br:8080/live.ogg #EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",Bandnews (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://evpp.mm.uol.com.br/geob_band/bandnewstv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",BM&C [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",BM&C [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCoja0MNI4SIvXqJR3szbSfw/live #EXTINF:-1 tvg-id="" status="online",Cartoonito (Spanish) https://playout.cdn.cartoonnetwork.com.br/playout_04/playlist.m3u8 diff --git a/streams/bs.m3u b/streams/bs.m3u index 244549004..cd06d20cc 100644 --- a/streams/bs.m3u +++ b/streams/bs.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="TheParliamentaryChannel.bs" status="online",The Parliamentary Channel (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TheParliamentaryChannel.bs" status="error",The Parliamentary Channel (720p) [Not 24/7] https://cloud.streamcomedia.com/parliamentarychannel/smil:parliamentarychannel_streams.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ZNSTV.bs" status="online",ZNS TV (240p) [Not 24/7] https://cloud.streamcomedia.com/znstv/smil:znstv_streams.smil/playlist.m3u8 diff --git a/streams/by.m3u b/streams/by.m3u index fe55a9405..b4ae81adb 100644 --- a/streams/by.m3u +++ b/streams/by.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="8kanal.by" status="timeout",8 канал (Витебск) (576p) [Not 24/7] http://95.46.208.8:24433/art -#EXTINF:-1 tvg-id="Belarus3.by" status="error",Беларусь 3 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Belarus3.by" status="online",Беларусь 3 (1080p) [Not 24/7] https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus3.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Belarus4.by" status="timeout",Беларусь 4 (576p) http://95.46.208.8:26258/belarus4 diff --git a/streams/ca.m3u b/streams/ca.m3u index f5edf8d34..94c161378 100644 --- a/streams/ca.m3u +++ b/streams/ca.m3u @@ -13,7 +13,7 @@ http://start.agmediachandigarh.com/gaundapunjab/tv/playlist.m3u8 http://cdn8.live247stream.com/canadaone/tv/playlist.m3u8 #EXTINF:-1 tvg-id="CanadaStarTV.ca" status="online",Canada Star TV (720p) https://main.clickstreamcdn.com/agm/star-canada/playlist.m3u8 -#EXTINF:-1 tvg-id="CanadianArabTV.ca" status="error",Canadian Arab TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanadianArabTV.ca" status="online",Canadian Arab TV (720p) [Not 24/7] http://live.catvmedia.ca:8080/hls/catv/index.m3u8 #EXTINF:-1 tvg-id="CanBanglaTV.ca" status="online",CanBangla TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/canbanglatv.stream/playlist.m3u8 @@ -105,7 +105,7 @@ https://zm6gdaxeyn93-hls-live.5centscdn.com/slworld/d65ce2bdd03471fde0a1dc5e01d7 http://toronto3.live247stream.com:8081/sanjhapunjab/tv/playlist.m3u8 #EXTINF:-1 tvg-id="SikhSpiritualCentreRexdale.ca" status="online",Sikh Spiritual Centre Rexdale (720p) https://cdn12.henico.net:8443/live/ssct/index.m3u8 -#EXTINF:-1 tvg-id="TAGTV.ca" status="error",TAG TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TAGTV.ca" status="online",TAG TV (1080p) [Not 24/7] http://cdn11.live247stream.com/tag/tv/playlist.m3u8 #EXTINF:-1 tvg-id="TamilVisionTV.ca" status="online",Tamil Vision TV (1080p) http://live.tamilvision.tv:8081/TVI/HD/playlist.m3u8 @@ -114,9 +114,9 @@ http://live.tamilvision.tv:8081/TVI/SD/playlist.m3u8 #EXTINF:-1 tvg-id="TeleCulturelleMedias.ca" status="blocked",Télé Culturelle Médias (720p) [Not 24/7] https://5790d294af2dc.streamlock.net/8150/8150/playlist.m3u8 #EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="online",Télé-Mag Québec (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/ctmq/live -#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="timeout",Télé-Mag Québec (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCNKXYT-Nng5LBMUQrZJ9zWA/live +#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="online",Télé-Mag Québec (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/ctmq/live #EXTINF:-1 tvg-id="TheChannelTV.ca" status="online",The Channel TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/thechanneltv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Toronto360TV.ca" status="online",Toronto 360 TV (720p) [Not 24/7] diff --git a/streams/cd.m3u b/streams/cd.m3u index 92fa575d6..0175a6b60 100644 --- a/streams/cd.m3u +++ b/streams/cd.m3u @@ -3,7 +3,7 @@ http://178.33.237.146/rtnc1.m3u8 #EXTINF:-1 tvg-id="BossBrothersTV.cd" status="online",Boss Brothers TV (1080p) http://51.254.199.122:8080/bossbrothersTV/index.m3u8 -#EXTINF:-1 tvg-id="CongoPlanetTelevision.cd" status="timeout",Congo Planet Television (1080p) +#EXTINF:-1 tvg-id="CongoPlanetTelevision.cd" status="online",Congo Planet Television (1080p) https://radio.congoplanet.com/Congo_Planet_TV.sdp/Congo_Planet_TV/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Congo Planet Television Pop (1080p) +#EXTINF:-1 tvg-id="" status="online",Congo Planet Television Pop (1080p) https://radio.congoplanet.com/Congo_Planet_TV_Pop.sdp/Congo_Planet_TV_Pop/playlist.m3u8 diff --git a/streams/cl.m3u b/streams/cl.m3u index fd624d8d9..b7e2b1464 100644 --- a/streams/cl.m3u +++ b/streams/cl.m3u @@ -13,7 +13,7 @@ https://593b04c4c5670.streamlock.net/8192/8192/playlist.m3u8 https://srv2.zcast.com.br/carlos2469/carlos2469/playlist.m3u8 #EXTINF:-1 tvg-id="AntofagastaTV.cl" status="online",Antofagasta TV (ATV) (1080p) https://unlimited6-cl.dps.live/atv/atv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AricaTV.cl" status="error",Arica TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="AricaTV.cl" status="online",Arica TV (480p) [Not 24/7] https://5eff35271151c.streamlock.net:1936/8002/8002/playlist.m3u8 #EXTINF:-1 tvg-id="AtacamaTV.cl" status="online",Atacama TV (Copiapó) (720p) [Not 24/7] https://v2.tustreaming.cl/atacamatv/index.m3u8 @@ -53,7 +53,7 @@ https://stmv1.zcastbr.com/canal74hd/canal74hd/playlist.m3u8 https://unlimited1-us.dps.live/isb/isb.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalLatino.cl" status="online",Canal Latino (CL54) (360p) https://hd.chileservidores.cl:1936/latina/latina/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalSCN.cl" status="error",Canal SCÑ (San Carlos Ñuble) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalSCN.cl" status="online",Canal SCÑ (San Carlos Ñuble) (720p) [Not 24/7] https://live.tvcontrolcp.com:1936/sancarlostv/sancarlostv/playlist.m3u8 #EXTINF:-1 tvg-id="CanalSurPatagonia.cl" status="online",Canal Sur Patagonia https://v1.tustreaming.cl:19360/canalsurpatagoniatv/canalsurpatagoniatv.m3u8 @@ -93,7 +93,7 @@ https://stmv.panel.mivideo.pro/ekiztv/ekiztv/playlist.m3u8 https://paneltv.online:1936/8154/8154/playlist.m3u8 #EXTINF:-1 tvg-id="ElPinguinoTV.cl" status="online",El Pingüino TV (720p) https://github.com/MachineSystems/archived_m3u8/raw/main/elpinguino_cl.m3u8 -#EXTINF:-1 tvg-id="EnerGeek2.cl" status="error",EnerGeek Señal 2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EnerGeek2.cl" status="online",EnerGeek Señal 2 (720p) [Not 24/7] https://wifispeed.trapemn.tv:1936/infantil/energeek-2/playlist.m3u8 #EXTINF:-1 tvg-id="EnerGeek3.cl" status="online",EnerGeek Señal 3 (720p) [Not 24/7] https://stream.wifispeed.cl:3852/live/energeeklive.m3u8 @@ -129,7 +129,7 @@ https://unlimited1-us.dps.live/itv/itv.smil/playlist.m3u8 https://unlimited1-cl.dps.live/itv/itv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Kanade.cl" status="timeout",Kanade TV (720p) http://64.20.57.7:8080/hls/enfoque.m3u8 -#EXTINF:-1 tvg-id="LaGranjaTV.cl" status="error",La Granja TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LaGranjaTV.cl" status="online",La Granja TV (720p) [Not 24/7] https://5eae379fb77bb.streamlock.net/8126/8126/playlist.m3u8 #EXTINF:-1 tvg-id="LaRed.cl" status="timeout",La Red (720p) [Not 24/7] https://unlimited1-cl-movistar.dps.live/lared/lared.smil/playlist.m3u8 @@ -309,7 +309,7 @@ http://38.131.11.9:1080/play/a00x https://stmv.panel.mivideo.pro/bajocerotv/bajocerotv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Chavo TV (480p) https://videostreaming.cloudserverlatam.com/ElChavotv/ElChavotv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",CHV Noticias (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",CHV Noticias (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRsUoZYC1ULUspipMRnMhwg/live #EXTINF:-1 tvg-id="" status="online",Región Televisión Ñuble (Chillán) (720p) [Not 24/7] https://live.tvcontrolcp.com:1936/guzman/guzman/playlist.m3u8 diff --git a/streams/cn.m3u b/streams/cn.m3u index 492311f68..5aec1d9d5 100644 --- a/streams/cn.m3u +++ b/streams/cn.m3u @@ -64,7 +64,11 @@ http://117.169.120.140:8080/live/cctv-2/.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225634/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225647/index.m3u8 +#EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225647/index.m3u8 +#EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) +http://117.169.120.140:8080/live/cctv-3/.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (480p) [Not 24/7] http://newvideo.dangtutv.cn:8278/CCTVzongyi/playlist.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3综艺 (1080p) @@ -87,14 +91,10 @@ http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221227295/index.m3u8 http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225588/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3综艺 (576p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226360/index.m3u8 -#EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3综艺 (1080p) -http://117.169.120.140:8080/live/cctv-3/.m3u8 -#EXTINF:-1 tvg-id="CCTV3.cn" status="error",CCTV-3综艺 (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225647/index.m3u8 +#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="online",CCTV-4 Asia (576p) +http://210.210.155.37/qwr9ew/s/s19/index.m3u8 #EXTINF:-1 tvg-id="CCTV4Asia.cn" status="error",CCTV-4 Asia (576p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s19/index.m3u8 -#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="error",CCTV-4 Asia (576p) -http://210.210.155.37/qwr9ew/s/s19/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5体育 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225633/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5体育 (1080p) @@ -109,6 +109,8 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=32&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5体育 (1080p) http://183.207.248.71/cntv/live1/cctv-5/cctv-5 +#EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5体育 (1080p) [Not 24/7] +http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv5/HD-2500k-1080P-cctv5 #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5体育 (1080p) http://183.207.249.35/PLTV/4/224/3221227381/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5体育 (1080p) @@ -129,8 +131,6 @@ http://223.110.245.170/PLTV/3/224/3221227166/index.m3u8 http://223.110.245.172/PLTV/4/224/3221227298/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5体育 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227166/index.m3u8 -#EXTINF:-1 tvg-id="CCTV5.cn" status="error",CCTV-5体育 (1080p) [Not 24/7] -http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv5/HD-2500k-1080P-cctv5 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="online",CCTV-5+体育赛事 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225649/index.m3u8 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="online",CCTV-5+体育赛事 (1080p) @@ -144,12 +144,12 @@ http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+体育赛事 (1080p) http://183.207.248.71/cntv/live1/CCTV5+/hdcctv05plus #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+体育赛事 (1080p) +http://183.207.248.71/cntv/live1/hdcctv05plus/hdcctv05plus +#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+体育赛事 (1080p) http://183.207.249.14/PLTV/3/224/3221225604/index.m3u8 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+体育赛事 (1080p) http://223.110.245.139/PLTV/4/224/3221227480/index.m3u8 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="error",CCTV-5+体育赛事 (1080p) -http://183.207.248.71/cntv/live1/hdcctv05plus/hdcctv05plus -#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="error",CCTV-5+体育赛事 (1080p) http://117.169.120.132:8080/live/hdcctv05plus/playlist.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6电影 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225632/index.m3u8 @@ -213,7 +213,7 @@ http://183.207.248.71/cntv/live1/cctv-7/cctv-7 http://183.207.249.9/PLTV/3/224/3221225546/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (1080p) http://183.207.249.15/PLTV/3/224/3221225546/index.m3u8 -#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (1080p) +#EXTINF:-1 tvg-id="CCTV7.cn" status="error",CCTV-7国防军事 (1080p) http://183.207.249.36/PLTV/4/224/3221227314/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225631/index.m3u8 @@ -222,6 +222,8 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225635/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225635/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p) +http://117.169.120.140:8080/live/cctv-8/.m3u8 +#EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p) http://183.207.248.12/PLTV/3/224/3221227204/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p) http://183.207.248.35/PLTV/3/224/3221227205/index.m3u8 @@ -251,8 +253,6 @@ http://223.110.245.170/PLTV/3/224/3221227205/index.m3u8 http://223.110.245.172/PLTV/4/224/3221227304/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8电视剧 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227204/index.m3u8 -#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8电视剧 (1080p) -http://117.169.120.140:8080/live/cctv-8/.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="error",CCTV-8电视剧 (1080p) http://117.169.120.132:8080/live/cctv-8/playlist.m3u8 #EXTINF:-1 tvg-id="CCTV9.cn" status="online",CCTV-9纪录 (1080p) @@ -307,8 +307,6 @@ http://223.110.245.169/PLTV/4/224/3221227384/index.m3u8 http://117.169.120.140:8080/live/cctv-11/.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="online",CCTV-12社会与法制 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225637/index.m3u8 -#EXTINF:-1 tvg-id="CCTV12.cn" status="online",CCTV-12社会与法制 (1080p) -http://39.135.138.59:18890/PLTV/88888910/224/3221225629/index.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12社会与法制 (540p) http://112.25.48.68/live/program/live/cctv12/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12社会与法制 (1080p) [Not 24/7] @@ -329,6 +327,8 @@ http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221225556/index.m3u8 http://223.110.245.170/PLTV/3/224/3221225556/index.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12社会与法制 (1080p) http://223.110.245.172/PLTV/3/224/3221225556/index.m3u8 +#EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12社会与法制 (1080p) +http://39.135.138.59:18890/PLTV/88888910/224/3221225629/index.m3u8 #EXTINF:-1 tvg-id="CCTV13.cn" status="online",CCTV-13新闻 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225638/index.m3u8 #EXTINF:-1 tvg-id="CCTV13.cn" status="online",CCTV-13新闻 (720p) @@ -383,12 +383,12 @@ https://news.cgtn.com/resource/live/document/cgtn-doc.m3u8 https://news.cgtn.com/resource/live/russian/cgtn-r.m3u8 #EXTINF:-1 tvg-id="CGTNSpanish.cn" status="online",CGTN Español (576p) [Not 24/7] https://news.cgtn.com/resource/live/espanol/cgtn-e.m3u8 -#EXTINF:-1 tvg-id="DragonTVInternational.cn" status="online",Dragon TV International (360p) +#EXTINF:-1 tvg-id="DragonTVInternational.cn" status="error",Dragon TV International (360p) http://210.210.155.37/x6bnqe/s/s29/index.m3u8 +#EXTINF:-1 tvg-id="ToonmaxTV.cn" status="online",Toonmax TV (576p) +http://210.210.155.37/qwr9ew/s/s50/index.m3u8 #EXTINF:-1 tvg-id="ToonmaxTV.cn" status="error",Toonmax TV (576p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s50/index.m3u8 -#EXTINF:-1 tvg-id="ToonmaxTV.cn" status="error",Toonmax TV (576p) -http://210.210.155.37/qwr9ew/s/s50/index.m3u8 #EXTINF:-1 tvg-id="TVS2.cn" status="timeout",TVS2 (576p) http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227005/index.m3u8 #EXTINF:-1 tvg-id="XingKongInternational.cn" status="error",Xing Kong International (360p) @@ -407,6 +407,8 @@ http://183.207.248.71/gitv/live1/CCTV-4/CCTV-4 http://39.134.115.163:8080/PLTV/88888910/224/3221225621/index.m3u8 #EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225621/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p) +http://117.169.120.140:8080/live/cctv-4/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) http://183.207.248.71/cntv/live1/cctv-4/cctv-4 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) @@ -419,8 +421,6 @@ http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227378/index.m3u8 http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225534/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) http://223.110.245.170/PLTV/3/224/3221225534/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) -http://117.169.120.140:8080/live/cctv-4/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=26&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) [Not 24/7] @@ -551,14 +551,14 @@ http://125.210.152.18:9090/live/DNWSHD_H265.m3u8 http://183.207.249.15/PLTV/4/224/3221225816/index.m3u8 #EXTINF:-1 tvg-id="" status="online",东南卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225657/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",东南卫视 (1080p) +http://117.169.120.140:8080/live/dongnanstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",东南卫视 (1080p) http://112.25.48.68/live/program/live/dnwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",东南卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=23&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",东南卫视 (1080p) http://223.110.254.205:6610/cntv/live1/n-dongnanstv/n-dongnanstv/1.m3u8 -#EXTINF:-1 tvg-id="" status="error",东南卫视 (1080p) -http://117.169.120.140:8080/live/dongnanstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",东南卫视 (1080p) [Not 24/7] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=23&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",东乡电视台 @@ -587,7 +587,7 @@ http://223.110.243.138/PLTV/3/224/3221227208/index.m3u8 http://140.207.241.3:8080/live/program/live/dsjpdhd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",东至影视 (576p) [Not 24/7] http://223.247.33.124:1935/live/yingshi/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",东至文化资讯 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",东至文化资讯 (576p) [Not 24/7] http://223.247.33.124:1935/live/wenhua/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",东至新闻综合 (720p) [Not 24/7] http://223.247.33.124:1935/live/zonghe/playlist.m3u8 @@ -721,7 +721,7 @@ http://183.207.249.35/PLTV/3/224/3221226923/index.m3u8 http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8 #EXTINF:-1 tvg-id="" status="error",凤台文化生活 (576p) [Not 24/7] http://60.175.115.119:1935/live/wenhua/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",凤台综合 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",凤台综合 (576p) [Not 24/7] http://60.175.115.119:1935/live/zonghe/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",利川公共 (180p) [Not 24/7] http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w1847269952_b204800.m3u8 @@ -758,6 +758,8 @@ http://183.207.248.71/cntv/live1/HD-2500k-1080P-beijingstv/HD-2500k-1080P-beijin #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://183.207.249.7/PLTV/3/224/3221225574/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) +http://183.207.249.8/PLTV/3/224/3221225574/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://223.110.243.173/PLTV/3/224/3221227246/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://223.110.245.139/PLTV/4/224/3221227390/index.m3u8 @@ -769,8 +771,6 @@ http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227436/index.m3u8 http://223.110.245.173/PLTV/4/224/3221227390/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221225574/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",北京卫视 (1080p) -http://183.207.249.8/PLTV/3/224/3221225574/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) [Not 24/7] http://112.25.48.68/live/program/live/bjwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 [Not 24/7] @@ -889,11 +889,11 @@ http://223.110.245.139/PLTV/4/224/3221227009/index.m3u8 http://112.25.48.68/live/program/live/jjkt/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="error",四川 Ⅰ 四川影视台 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv5/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",四川 Ⅰ 四川新闻台 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",四川 Ⅰ 四川新闻台 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv4/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",四川 Ⅰ 巴中综合台 (1080p) [Not 24/7] http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_246.flv -#EXTINF:-1 tvg-id="" status="error",四川 Ⅰ 星空购物台 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",四川 Ⅰ 星空购物台 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv6/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",四川 Ⅰ 达州公共台 (720p) [Not 24/7] http://m3u8.channellive.dzxw.net/cms/videos/nmip-media/channellive/channel36/playlist.m3u8 @@ -903,7 +903,7 @@ http://m3u8.channellive.dzxw.net/cms/videos/nmip-media/channellive/channel35/pla http://flv.drs.tv.yatv.tv:8080/channellive/gonggong.flv #EXTINF:-1 tvg-id="" status="online",四川 Ⅰ 雅安综合 (720p) http://flv.drs.tv.yatv.tv:8080/channellive/xinwen.flv -#EXTINF:-1 tvg-id="" status="error",四川公共 (720p) +#EXTINF:-1 tvg-id="" status="timeout",四川公共 (720p) http://scgctvshow.sctv.com/hdlive/sctv9/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",四川卫视 (360p) http://125.210.152.18:9090/live/SCWSHD_H265.m3u8 @@ -917,7 +917,7 @@ http://183.207.248.71/gitv/live1/SCWS/SCWS http://223.110.245.145/ott.js.chinamobile.com/PLTV/3/224/3221225814/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",四川卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=3&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="error",四川妇女儿童 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",四川妇女儿童 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv7/index.m3u8 #EXTINF:-1 tvg-id="" status="online",四平新闻综合 [Geo-blocked] http://stream2.jlntv.cn/sptv/sd/live.m3u8 @@ -939,6 +939,8 @@ http://183.207.249.12/PLTV/4/224/3221225808/index.m3u8 http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225808/index.m3u8 #EXTINF:-1 tvg-id="" status="online",天津卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225698/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",天津卫视 (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225739/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",天津卫视 (1080p) http://112.25.48.68/live/program/live/tjwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",天津卫视 (1080p) @@ -956,12 +958,10 @@ http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221227407/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",天津卫视 (1080p) http://223.110.245.170/PLTV/3/224/3221227212/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",天津卫视 (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225739/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",天津卫视 (1080p) http://117.169.120.140:8080/live/hdtianjinstv/.m3u8 #EXTINF:-1 tvg-id="" status="online",奇妙電視 (720p) http://media.fantv.hk/m3u8/archive/channel2_stream1.m3u8 -#EXTINF:-1 tvg-id="" status="online",奥视卫星 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",奥视卫星 (720p) [Not 24/7] http://61.244.22.5/ch3/ch3.live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",女性时尚 (576p) http://223.110.245.169/PLTV/4/224/3221227026/index.m3u8 @@ -974,6 +974,8 @@ http://112.25.48.68/live/program/live/nxws/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",宁夏卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225726/index.m3u8 #EXTINF:-1 tvg-id="" status="online",宁夏卫视 (576p) +http://117.169.120.140:8080/live/ningxiastv/.m3u8 +#EXTINF:-1 tvg-id="" status="online",宁夏卫视 (576p) http://183.207.248.11/PLTV/4/224/3221225842/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",宁夏卫视 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=120&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -981,8 +983,6 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=120&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",宁夏卫视 (576p) http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225842/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",宁夏卫视 (576p) -http://117.169.120.140:8080/live/ningxiastv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",宁夏卫视 (576p) [Not 24/7] http://183.207.248.71/gitv/live1/G_NINGXIA/G_NINGXIA #EXTINF:-1 tvg-id="" status="blocked",安徽 Ⅰ 淮北公共 (720p) @@ -1037,7 +1037,7 @@ http://39.134.19.153/dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226462/inde http://223.110.245.139/PLTV/4/224/3221227011/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",家有购物 (720p) [Not 24/7] http://183.207.248.71/cntv/live1/SD-1500k-576P-jiayougw/SD-1500k-576P-jiayougw -#EXTINF:-1 tvg-id="" status="timeout",宿州公共 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",宿州公共 (1080p) [Not 24/7] http://live.ahsz.tv/video/s10001-ggpd/index.m3u8 #EXTINF:-1 tvg-id="" status="online",宿州新闻综合 (1080p) [Not 24/7] http://live.ahsz.tv/video/s10001-szzh/index.m3u8 @@ -1059,6 +1059,8 @@ http://125.210.152.18:9090/live/SDWSHD_H265.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225697/index.m3u8 #EXTINF:-1 tvg-id="" status="online",山东卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225738/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",山东卫视 (1080p) +http://117.169.120.140:8080/live/hdshandongstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=39&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) @@ -1071,8 +1073,6 @@ http://223.110.245.139/PLTV/4/224/3221227448/index.m3u8 http://223.110.254.207:6610/cntv/live1/HD-2500k-1080P-shandongstv/HD-2500k-1080P-shandongstv/1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227258/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) -http://117.169.120.140:8080/live/hdshandongstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=39&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="blocked",山东少儿 (406p) [Geo-blocked] @@ -1095,15 +1095,15 @@ http://stream.sxsztv.com/live4/sd/live.m3u8 http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=55&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="online",山西卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225730/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",山西卫视 (576p) +http://117.169.120.140:8080/live/shanxistv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",山西卫视 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=144&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="timeout",山西卫视 (576p) -http://117.169.120.140:8080/live/shanxistv/.m3u8 #EXTINF:-1 tvg-id="" status="online",岳阳公共 (576p) http://live.hnxttv.com:9601/live/dspd/800K/tzwj_video.m3u8?BVUUID=C236454D-5355-2F5F-FA96-1887C72E55CE&auth=654837809071524@615@2E9A5FD0B225B012E3178551CF3754A8 #EXTINF:-1 tvg-id="" status="timeout",岷县电视台 (1080p) http://117.156.28.119/270000001111/1110000130/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",嵊州综合 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",嵊州综合 (720p) [Not 24/7] http://l.cztvcloud.com/channels/lantian/SXshengzhou1/720p.m3u8 #EXTINF:-1 tvg-id="" status="timeout",已下线 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=44&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -1111,7 +1111,7 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_247.m3u8 #EXTINF:-1 tvg-id="" status="blocked",巴中综合 (1080p) [Not 24/7] http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_246.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",平乡电视台 (576p) +#EXTINF:-1 tvg-id="" status="online",平乡电视台 (576p) http://hbpx.chinashadt.com:2036/live/px1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",广东 ‖ 清新综合台 (1080p) http://hls.wiseqx.com/live/qxzh.m3u8 @@ -1203,7 +1203,7 @@ http://stream2.jlntv.cn/jlyb/sd/live.m3u8 http://live.dxhmt.cn:9081/tv/11003-1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",弈坛春秋 (576p) http://223.110.245.139/PLTV/4/224/3221227031/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",张家口一套 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",张家口一套 (720p) [Not 24/7] http://nlive.zjkgdcs.com:8091/live/xwzhpd.m3u8 #EXTINF:-1 tvg-id="" status="online",张家港新闻综合 (720p) http://3gvod.zjgonline.com.cn:1935/live/xinwenzonghe2/playlist.m3u8 @@ -1221,7 +1221,7 @@ http://183.207.249.7/PLTV/3/224/3221225949/index.m3u8 http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225949/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州-4 (1080p) http://183.207.249.15/PLTV/3/224/3221225951/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",徐州公共頻道 (720p) +#EXTINF:-1 tvg-id="" status="blocked",徐州公共頻道 (720p) http://stream1.huaihai.tv/ggpd/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",徐州公共頻道 (1080p) http://183.207.248.11/PLTV/3/224/3221225951/index.m3u8 @@ -1229,11 +1229,11 @@ http://183.207.248.11/PLTV/3/224/3221225951/index.m3u8 http://stream1.huaihai.tv/wyys/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",徐州新聞綜合 (720p) http://stream1.huaihai.tv/xwzh/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",徐州新聞綜合 (1080p) +http://183.207.248.11/PLTV/3/224/3221225945/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州新聞綜合 (1080p) http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225945/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",徐州新聞綜合 (1080p) -http://183.207.248.11/PLTV/3/224/3221225945/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",徐州生活 (240p) +#EXTINF:-1 tvg-id="" status="blocked",徐州生活 (240p) http://stream1.huaihai.tv/jjsh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州經濟生活 (1080p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221225947/index.m3u8 @@ -1297,15 +1297,15 @@ http://183.207.248.71/gitv/live1/G_XINJIANG/G_XINJIANG http://183.207.249.15/PLTV/3/224/3221225523/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",新疆卫视 (576p) http://223.110.243.136/PLTV/3/224/3221225523/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",新疆少儿 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="timeout",新疆少儿 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb12.m3u8 #EXTINF:-1 tvg-id="" status="blocked",新疆汉语信息服务 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb11.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",新疆汉语综艺 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked",新疆汉语综艺 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb04.m3u8 -#EXTINF:-1 tvg-id="" status="error",新郑综合 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",新郑综合 (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/10184-1.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",旺苍新闻 (528p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",旺苍新闻 (528p) [Not 24/7] http://3g.dzsm.com/streamer/gycttv.m3u8 #EXTINF:-1 tvg-id="" status="timeout",明珠台 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=12&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -1345,7 +1345,7 @@ http://stream.zzgd.tv/3/sd/live.m3u8 http://stream.zzgd.tv/2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",武汉外语 (576p) http://stream.appwuhan.com/6tzb/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",武汉文体 (480p) +#EXTINF:-1 tvg-id="" status="online",武汉文体 (480p) http://stream.appwuhan.com/5tzb/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",武汉经济 (360p) http://stream.appwuhan.com/4tzb/sd/live.m3u8 @@ -1421,7 +1421,7 @@ http://125.210.152.18:9090/live/JXWSHD_H265.m3u8 http://183.207.248.71/gitv/live1/JXWS/JXWS #EXTINF:-1 tvg-id="" status="timeout",江西卫视 (576p) http://183.207.249.15/PLTV/4/224/3221225798/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",江西卫视 (720p) +#EXTINF:-1 tvg-id="" status="online",江西卫视 (720p) http://117.169.120.140:8080/live/jiangxistv/.m3u8 #EXTINF:-1 tvg-id="" status="online",江西卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225705/index.m3u8 @@ -1459,12 +1459,12 @@ http://125.210.152.18:9090/live/HBWSHD_H265.m3u8 http://112.25.48.68/live/program/live/hbws/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",河北卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225732/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",河北卫视 (576p) +http://hbpx.chinashadt.com:2036/live/px4.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北卫视 (576p) http://183.207.248.71/gitv/live1/G_HEBEI/G_HEBEI #EXTINF:-1 tvg-id="" status="timeout",河北卫视 (576p) http://223.110.245.149/ott.js.chinamobile.com/PLTV/3/224/3221225840/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",河北卫视 (576p) -http://hbpx.chinashadt.com:2036/live/px4.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=45&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",河北少儿科教 (540p) @@ -1501,7 +1501,7 @@ http://hw-m-l.cztv.com/channels/lantian/channel06/720p.m3u8 http://hw-m-l.cztv.com/channels/lantian/channel10/720p.m3u8 #EXTINF:-1 tvg-id="" status="online",浙江 Ⅰ 浙江少儿 (720p) [Not 24/7] http://hw-m-l.cztv.com/channels/lantian/channel08/720p.m3u8 -#EXTINF:-1 tvg-id="" status="online",浙江 Ⅰ 浙江教育 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",浙江 Ⅰ 浙江教育 (720p) [Not 24/7] http://hw-m-l.cztv.com/channels/lantian/channel04/720p.m3u8 #EXTINF:-1 tvg-id="" status="online",浙江 Ⅰ 浙江新闻 (720p) [Not 24/7] http://hw-m-l.cztv.com/channels/lantian/channel07/720p.m3u8 @@ -1595,6 +1595,8 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225700/index.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225741/index.m3u8 #EXTINF:-1 tvg-id="" status="online",深圳卫视 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225741/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",深圳卫视 (1080p) +http://117.169.120.140:8080/live/hdshenzhenstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) http://39.134.39.39/PLTV/88888888/224/3221226199/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) @@ -1609,13 +1611,11 @@ http://183.207.249.37/PLTV/4/224/3221227307/index.m3u8 http://223.110.243.171/PLTV/3/224/3221227217/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) http://223.110.245.139/PLTV/4/224/3221227307/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) -http://117.169.120.140:8080/live/hdshenzhenstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/HD-2500k-1080P-shenzhenstv/HD-2500k-1080P-shenzhenstv -#EXTINF:-1 tvg-id="" status="online",深州綜合頻道 (360p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",深州綜合頻道 (360p) [Not 24/7] http://hbsz.chinashadt.com:2036/live/stream:sztv.stream_360p/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",深州綜合頻道 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",深州綜合頻道 (576p) [Not 24/7] http://hbsz.chinashadt.com:2036/live/stream:sztv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",湖北 Ⅰ 荆门公共台 (1080p) [Geo-blocked] http://jingmen.live.cjyun.org/video/s10101-jmggpd.m3u8 @@ -1627,6 +1627,8 @@ http://183.207.249.16/PLTV/4/224/3221225877/index.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225699/index.m3u8 #EXTINF:-1 tvg-id="" status="online",湖北卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225740/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",湖北卫视 (1080p) +http://117.169.120.140:8080/live/hdhubeistv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=18&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (1080p) @@ -1641,8 +1643,6 @@ http://223.110.245.170/PLTV/3/224/3221227211/index.m3u8 http://223.110.254.136:6610/cntv/live1/HD-2500k-1080P-hubeistv/HD-2500k-1080P-hubeistv/1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227565/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (1080p) -http://117.169.120.140:8080/live/hdhubeistv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",湖南先锋乒羽 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=72&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",湖南卫视 @@ -1703,7 +1703,7 @@ http://hblxx.chinashadt.com:2036/live/stream:lx1.stream/playlist.m3u8 http://hblxx.chinashadt.com:2036/live/stream:lx2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",滨州公共电视剧 (576p) http://stream.bzcm.net/1/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",滨州新闻综合 (576p) +#EXTINF:-1 tvg-id="" status="online",滨州新闻综合 (576p) http://stream.bzcm.net/2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",滨州测试 (576p) http://stream.bzcm.net/4/sd/live.m3u8 @@ -1715,21 +1715,19 @@ http://60.30.52.41/live/bhtv2/playlist.m3u8 http://31182.hlsplay.aodianyun.com/lms_31182/tv_channel_175.m3u8 #EXTINF:-1 tvg-id="" status="timeout",潮安综合 (540p) http://chaoan.chaoantv.com:8278/live/chaoanzongyi.m3u8 -#EXTINF:-1 tvg-id="" status="error",潮州综合 (480p) -http://dslive.grtn.cn/czzh/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",澳亚卫视 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=192&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",澳亚卫视 (576p) http://116.199.5.51:8114/hls/Fsv_chan_hls_se_idx=192&FvSeid=1&Fsv_ctype=LIVES&Fsv_otype=1&Provider_id=0&Pcontent_id=8114.m3u8 #EXTINF:-1 tvg-id="" status="timeout",澳亚卫视 (576p) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=192&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="online",澳视卫星 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",澳视卫星 (720p) [Not 24/7] http://61.244.22.5/ch3/_definst_/ch3.live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",澳视澳门 (720p) [Not 24/7] http://61.244.22.4/ch1/ch1.live/playelist.m3u8 #EXTINF:-1 tvg-id="" status="online",澳视葡文 (720p) [Not 24/7] http://61.244.22.4/ch2/ch2.live/chunklist_w1632175875.m3u8 -#EXTINF:-1 tvg-id="" status="online",澳门1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",澳门1 (720p) [Not 24/7] http://61.244.22.4/ch3/ch3.live/playelist.m3u8 #EXTINF:-1 tvg-id="" status="online",澳门2 (720p) [Not 24/7] http://61.244.22.4/ch2/ch2.live/playelist.m3u8 @@ -1753,12 +1751,12 @@ https://hls.gstv.com.cn/49048r/3t5xyc.m3u8 http://112.25.48.68/live/program/live/gsws/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",甘肃卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225724/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",甘肃卫视 (576p) +http://117.169.120.140:8080/live/gansustv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=142&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) http://183.207.248.71/gitv/live1/G_GANSU/G_GANSU -#EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) -http://117.169.120.140:8080/live/gansustv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) [Not 24/7] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=142&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (1080p) @@ -1771,7 +1769,7 @@ https://hls.gstv.com.cn/49048r/y72q36.m3u8 http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227311/index.m3u8 #EXTINF:-1 tvg-id="" status="online",电白视窗 (360p) [Not 24/7] http://gddb.chinashadt.com:1935/live/video2.stream_360p/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",电白视窗 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",电白视窗 (576p) [Not 24/7] http://gddb.chinashadt.com:1935/live/video2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",电白综合 (360p) [Not 24/7] http://gddb.chinashadt.com:1935/live/video1.stream_360p/playlist.m3u8 @@ -1857,9 +1855,9 @@ http://live.wifizs.cn/ggsh/sd/live.m3u8 http://live.wifizs.cn/xwzh/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",舟山群岛旅游 (720p) http://live.wifizs.cn/qdly/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",芜湖公共 (576p) +#EXTINF:-1 tvg-id="" status="timeout",芜湖公共 (576p) http://live1.wuhubtv.com/channel3/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",芜湖新闻综合 (576p) +#EXTINF:-1 tvg-id="" status="timeout",芜湖新闻综合 (576p) http://live1.wuhubtv.com/channel1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",芜湖生活 (576p) http://live1.wuhubtv.com/channel2/sd/live.m3u8 @@ -1881,7 +1879,7 @@ http://www.pxitv.com:8099/hls-live/livepkgr/_definst_/pxitvevent/pxtv1stream.m3u http://l.cztvcloud.com/channels/lantian/SXxiaoshan1/720p.m3u8 #EXTINF:-1 tvg-id="" status="timeout",蓝屏 432 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=109&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="online",蓬安新闻综合 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",蓬安新闻综合 (720p) [Not 24/7] http://palive.patv123.com:8091/live/xwpd_800K.m3u8 #EXTINF:-1 tvg-id="" status="online",蕪湖教育頻道 (576p) http://live1.wuhubtv.com/channel4/sd/live.m3u8 @@ -2029,7 +2027,7 @@ http://112.25.48.68/live/program/live/sxws/1300000/mnf.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225729/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",陕西卫视 (576p) http://223.110.245.139/PLTV/4/224/3221227022/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",隆化影视 (576p) +#EXTINF:-1 tvg-id="" status="timeout",隆化影视 (576p) http://hblh.chinashadt.com:2036/live/stream:lh2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",隆化综合 (576p) http://hblh.chinashadt.com:2036/live/stream:lh1.stream/playlist.m3u8 @@ -2045,9 +2043,9 @@ http://ahhs.chinashadt.com:1936/live/stream:hs1.stream/playlist.m3u8 http://hbbz.chinashadt.com:2036/live/stream:bzgg.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",霸州少兒頻道 (576p) [Not 24/7] http://hbbz.chinashadt.com:2036/live/stream:bzse.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",霸州文化頻道 (576p) +#EXTINF:-1 tvg-id="" status="online",霸州文化頻道 (576p) http://hbbz.chinashadt.com:2036/live/stream:bzwh.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",霸州新聞頻道 (576p) +#EXTINF:-1 tvg-id="" status="timeout",霸州新聞頻道 (576p) http://hbbz.chinashadt.com:2036/live/stream:bzxw.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",青州文化旅游 (576p) http://sdqz.chinashadt.com:2036/live/stream:3.stream/playlist.m3u8 @@ -2105,7 +2103,7 @@ http://183.207.248.71/gitv/live1/G_HEILONGJIANG/G_HEILONGJIANG http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227492/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",黑龙江 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227252/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",黑龙江卫 (1080p) +#EXTINF:-1 tvg-id="" status="timeout",黑龙江卫 (1080p) http://183.207.248.71/cntv/live1/HD-2500k-1080P-heilongjiangstv/HD-2500k-1080P-heilongjiangstv #EXTINF:-1 tvg-id="" status="timeout",黑龙江卫视 (576p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=27&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -2114,10 +2112,10 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225690/index.m3u8 #EXTINF:-1 tvg-id="" status="online",黑龙江卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225736/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",黑龙江卫视 (1080p) -http://223.110.254.143:6610/cntv/live1/HD-8000k-1080P-heilongjiangstv/HD-8000k-1080P-heilongjiangstv/1.m3u8 -#EXTINF:-1 tvg-id="" status="error",黑龙江卫视 (1080p) http://183.207.249.36/PLTV/4/224/3221227323/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",黑龙江台 +#EXTINF:-1 tvg-id="" status="timeout",黑龙江卫视 (1080p) +http://223.110.254.143:6610/cntv/live1/HD-8000k-1080P-heilongjiangstv/HD-8000k-1080P-heilongjiangstv/1.m3u8 +#EXTINF:-1 tvg-id="" status="error",黑龙江台 http://stream3.hljtv.com/hljws2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="error",黑龙江新闻法治 http://stream3.hljtv.com/hljxw2/sd/live.m3u8 @@ -2133,5 +2131,5 @@ http://yslk.chinashadt.com:1635/live/stream:di4.stream/playlist.m3u8 http://yslk.chinashadt.com:1635/live/stream:di1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",龙口生活 (576p) http://yslk.chinashadt.com:1635/live/stream:di2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",龙岩综合 (540p) +#EXTINF:-1 tvg-id="" status="error",龙岩综合 (540p) http://stream.lytv.net.cn/2/sd/live.m3u8 diff --git a/streams/co.m3u b/streams/co.m3u index 8dfd124f1..a1cab7495 100644 --- a/streams/co.m3u +++ b/streams/co.m3u @@ -1,11 +1,11 @@ #EXTM3U -#EXTINF:-1 tvg-id="AcuarioTelevision.co" status="error",Acuario Televisión (Rionegro | Antioquia) +#EXTINF:-1 tvg-id="AcuarioTelevision.co" status="online",Acuario Televisión (Rionegro | Antioquia) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/canalacuario #EXTINF:-1 tvg-id="Amordiscos.co" status="timeout",Amordiscos (480p) https://5b464b69d264e.streamlock.net/Channels_live/ngrp:amordiscos_all/playlist.m3u8 #EXTINF:-1 tvg-id="ATNTelevision.co" status="online",ATN Televisión (Cúcuta | Norte de Santander) (640p) https://59ef525c24caa.streamlock.net/atntelevision/atntelevision/playlist.m3u8 -#EXTINF:-1 tvg-id="ATV.co" status="online",ATV (Soacha | Cundinamarca) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="ATV.co" status="error",ATV (Soacha | Cundinamarca) (360p) [Not 24/7] https://movil.ejeserver.com/live/verteve.m3u8 #EXTINF:-1 tvg-id="AvivamientoTV.co" status="online",Avivamiento TV (1080p) [Not 24/7] https://s1.abntelevision.com/avivamientoabr/stream/avivamientohd/avivamientohd/playlist.m3u8 @@ -17,7 +17,7 @@ https://5ea86ddd14ce7.streamlock.net/live/cable09061970/playlist.m3u8 https://5ab772334c39c.streamlock.net/live-calitv/calitv1/playlist.m3u8 #EXTINF:-1 tvg-id="CampoTelevision.co" status="online",Campo Televisión (Santa Marta) https://video17.virtualtronics.com/streamer/canalcampotv.m3u8 -#EXTINF:-1 tvg-id="Canal1.co" status="blocked",Canal 1 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="Canal1.co" status="online",Canal 1 (1080p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5a5e1c2568b1910913db5fe2.m3u8 #EXTINF:-1 tvg-id="Canal2Alpavision.co" status="online",Canal 2 Alpavisión (Neiva | Huila) (720p) [Not 24/7] https://stmv1.voxtvhd.com.br/alpavision/alpavision/playlist.m3u8 @@ -25,14 +25,14 @@ https://stmv1.voxtvhd.com.br/alpavision/alpavision/playlist.m3u8 https://stmv2.voxtvhd.com.br/canalccali/canalccali/playlist.m3u8 #EXTINF:-1 tvg-id="CanalDoce.co" status="online",Canal Doce https://api.new.livestream.com/accounts/27724665/events/8376416/live.m3u8 -#EXTINF:-1 tvg-id="CanalDos.co" status="timeout",Canal Dos (Yopal | Casanare) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalDos.co" status="error",Canal Dos (Yopal | Casanare) (720p) [Not 24/7] http://131.221.42.25:1935/streaming/canal2/playlist.m3u8 #EXTINF:-1 tvg-id="CanalInstitucionalTV.co" status="online",Canal Institucional https://streaming.rtvc.gov.co/TV_CanalInstitucional_live/smil:live.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalNets.co" status="online",Canal Nets +https://video.ejeserver.com/live/nets.m3u8 #EXTINF:-1 tvg-id="CanalNets.co" status="error",Canal Nets [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCfZ9c1Beo5LipWUXM7zYMuQ/live -#EXTINF:-1 tvg-id="CanalNets.co" status="error",Canal Nets -https://video.ejeserver.com/live/nets.m3u8 #EXTINF:-1 tvg-id="CanalPyC.co" status="online",Canal PyC [Not 24/7] http://66.240.236.26:1935/canalpycvivo/canalpycvivo/canalpycvivo/playlist.m3u8 #EXTINF:-1 tvg-id="CanalSonTV.co" status="online",Canal Son TV (720p) [Not 24/7] @@ -43,7 +43,7 @@ https://play.cdn.enetres.net/B9E570CFE54949C7ABB985D4F8F77F7F0211/02267/playlist https://movil.ejeserver.com/live/visiondorada.m3u8 #EXTINF:-1 tvg-id="CaracolTelevision.co" status="blocked",Canal Caracol (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/574463697b9817cf0886fc17.m3u8 -#EXTINF:-1 tvg-id="CNCCartagena.co" status="online",Canal CNC Cartagena (Cartagena | Bolívar) (720p) +#EXTINF:-1 tvg-id="CNCCartagena.co" status="error",Canal CNC Cartagena (Cartagena | Bolívar) (720p) https://cloud2.streaminglivehd.com:1936/8054/8054/playlist.m3u8 #EXTINF:-1 tvg-id="CTV.co" status="online",CTV (Barranquilla | Atlántico) (1080p) https://59a564764e2b6.streamlock.net/ctvbarranquilla/ctv/playlist.m3u8 @@ -61,9 +61,9 @@ https://5b464b69d264e.streamlock.net/Channels_live/ngrp:MelodyChannel_all/playli https://cloud10.vsgtech.co:3262/live/memoriastv2live.m3u8 #EXTINF:-1 tvg-id="MovieFe.co" status="online",MovieFe (360p) [Not 24/7] https://vcp.myplaytv.com/moviefe/ngrp:moviefe_all/playlist.m3u8 -#EXTINF:-1 tvg-id="MulticanalTelevision.co" status="online",Multicanal Televisión (Santiago de Cali | Valle del Cauca) (720p) +#EXTINF:-1 tvg-id="MulticanalTelevision.co" status="timeout",Multicanal Televisión (Santiago de Cali | Valle del Cauca) (720p) https://cloud2.streaminglivehd.com:1936/8010/8010/playlist.m3u8 -#EXTINF:-1 tvg-id="MundoMas.co" status="error",Mundo + +#EXTINF:-1 tvg-id="MundoMas.co" status="online",Mundo + http://vcp1.myplaytv.com:1935/mundomas/mundomas/playlist.m3u8 #EXTINF:-1 tvg-id="NoticiasCaracolAhora.co" status="blocked",Canal Caracol Ahora (720p) https://mdstrm.com/live-stream-playlist/58dc3d471cbe05ff3c8e463e.m3u8 diff --git a/streams/cr.m3u b/streams/cr.m3u index 8bf249870..058aae94c 100644 --- a/streams/cr.m3u +++ b/streams/cr.m3u @@ -39,7 +39,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid http://tv.teleunotv.cr:1935/TVUNO/TVUNO/playlist.m3u8 #EXTINF:-1 tvg-id="TVN14.cr" status="online",Canal 14 San Carlos (720p) http://tvn.obix.tv:1935/TVN/CH14.stream_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="TVSurCanal9.cr" status="error",TV Sur Canal 9 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSurCanal9.cr" status="online",TV Sur Canal 9 (480p) [Not 24/7] http://tv.ticosmedia.com:1935/TVSUR/TVSUR/playlist.m3u8 #EXTINF:-1 tvg-id="TVSurCanal14.cr" status="online",TV Sur Canal 14 (720p) https://5bf8041cb3fed.streamlock.net/TVSURCANAL14/TVSURCANAL14/playlist.m3u8 diff --git a/streams/cy.m3u b/streams/cy.m3u index 09b4072d8..df36ddb70 100644 --- a/streams/cy.m3u +++ b/streams/cy.m3u @@ -47,11 +47,11 @@ http://l6.cloudskep.com/rikcy/rik2/playlist.m3u8 http://l6.cloudskep.com/rikcy/rikhd/playlist.m3u8 #EXTINF:-1 tvg-id="RIKSat.cy" status="online",RΙΚ Sat (CYBC S) (720p) [Not 24/7] https://l3.cloudskep.com/cybcsat/abr/playlist.m3u8 -#EXTINF:-1 tvg-id="Sat7Arabic.cy" status="online",Sat 7 Arabic (240p) +#EXTINF:-1 tvg-id="Sat7Arabic.cy" status="timeout",Sat 7 Arabic (240p) https://svs.itworkscdn.net/sat7arabiclive/sat7arabic.smil/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="Sat7Kids.cy" status="online",Sat 7 Kids (1080p) https://svs.itworkscdn.net/sat7kidslive/sat7kids.smil/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="Sat7Pars.cy" status="online",Sat 7 Pars (720p) +#EXTINF:-1 tvg-id="Sat7Pars.cy" status="timeout",Sat 7 Pars (720p) https://svs.itworkscdn.net/sat7parslive/sat7pars.smil/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="Sat7Turk.cy" status="online",Sat7 Türk (720p) https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/playlist_dvr.m3u8 diff --git a/streams/cz.m3u b/streams/cz.m3u index 8729c95a5..fe50e1a35 100644 --- a/streams/cz.m3u +++ b/streams/cz.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Настоящее Время (480p) +#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Настоящее Время (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s61/index.m3u8 #EXTINF:-1 tvg-id="ElektrikaTV.cz" status="online",Elektrika TV (360p) diff --git a/streams/de.m3u b/streams/de.m3u index 848b8c75d..36ac28343 100644 --- a/streams/de.m3u +++ b/streams/de.m3u @@ -46,9 +46,9 @@ http://tv.artcom-venture.de:1322/dmf/tv.m3u8 #EXTINF:-1 tvg-id="DeutschesMusikFernsehen.de" status="timeout",Deutsches Musik Fernsehen (720p) [Not 24/7] https://tv.artcom-venture.de/dmf/tv.m3u8 #EXTINF:-1 tvg-id="DWArabic.de" status="online",DW Arabic (1080p) -https://dwamdstream103.akamaized.net/hls/live/2015526/dwstream103/index.m3u8 -#EXTINF:-1 tvg-id="DWArabic.de" status="timeout",DW Arabic (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/dwarabic/live +#EXTINF:-1 tvg-id="DWArabic.de" status="online",DW Arabic (1080p) +https://dwamdstream103.akamaized.net/hls/live/2015526/dwstream103/index.m3u8 #EXTINF:-1 tvg-id="DWDeutsch.de" status="blocked",DW Deutsch (1080p) [Geo-blocked] https://dwamdstream106.akamaized.net/hls/live/2017965/dwstream106/index.m3u8 #EXTINF:-1 tvg-id="DWDeutschPlus.de" status="blocked",DW Deutsch+ (1080p) [Geo-blocked] @@ -265,10 +265,10 @@ https://586fb512206e4.streamlock.net/rheinmaintv-live/_definst_/mp4:livestream/p https://rnf.iptv-playoutcenter.de/rnf/rnf.stream_1/playlist.m3u8 #EXTINF:-1 tvg-id="RockAntenne.de" status="online",Rock Antenne [Not 24/7] https://stream.rockantenne.de/rockantenne/stream/mp3 -#EXTINF:-1 tvg-id="RocklandTV.de" status="online",Rockland TV (720p) [Not 24/7] -http://player-api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8 #EXTINF:-1 tvg-id="RocklandTV.de" status="blocked",Rockland TV (720p) [Not 24/7] http://api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8 +#EXTINF:-1 tvg-id="RocklandTV.de" status="blocked",Rockland TV (720p) [Not 24/7] +http://player-api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8 #EXTINF:-1 tvg-id="RWEErfurt.de" status="online",RWE Erfurt (1080p) https://stream.keyweb.org:8085/hls/rwetv.m3u8 #EXTINF:-1 tvg-id="SaarlandFernsehen1.de" status="online",Saarland Fernsehen 1 (1080p) diff --git a/streams/de_adultswim.m3u b/streams/de_adultswim.m3u index 555da3615..035780399 100644 --- a/streams/de_adultswim.m3u +++ b/streams/de_adultswim.m3u @@ -3,7 +3,7 @@ https://adultswim-vodlive.cdn.turner.com/live/aqua-teen/stream_de.m3u8 #EXTINF:-1 tvg-id="AdultSwimBlackJesus.us" status="online",Adult Swim Black Jesus (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/black-jesus/stream_de.m3u8 -#EXTINF:-1 tvg-id="AdultSwimChannel5.us" status="timeout",Adult Swim Channel 5 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="AdultSwimChannel5.us" status="online",Adult Swim Channel 5 (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/channel-5/stream_de.m3u8 #EXTINF:-1 tvg-id="AdultSwimDreamCorpLLC.us" status="online",Adult Swim Dream Corp LLC (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/DREAM-CORP-LLC/stream.m3u8 diff --git a/streams/de_pluto.m3u b/streams/de_pluto.m3u index b2665449e..c570052aa 100644 --- a/streams/de_pluto.m3u +++ b/streams/de_pluto.m3u @@ -40,31 +40,31 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8c4c3f1 #EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b4889bca2ce7b73ef2e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767b4889bca2ce7b73ef2e&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=303&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767857f65029ce2385b217/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMoviesGermany.de" status="online",Pluto TV Movies (Germany) (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c5c3b948002db3c3e0b262e&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=50&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="timeout",Pluto TV Inside (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMoviesGermany.de" status="online",Pluto TV Movies CH (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2bdfec6cdc10009975e20/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMoviesGermany.de" status="online",Pluto TV Movies (Germany) (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c5c3b948002db3c3e0b262e&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=50&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMTVGermany.us" status="online",Pluto TV MTV (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf325764025859afdd6c4d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5caf325764025859afdd6c4d&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=2&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms+ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cd149f021cb6c55e258bbe8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5cd149f021cb6c55e258bbe8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=375760ce-ac7c-4306-818c-98562edc8da5&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms (Germany) (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767ab2b456c8cf265ce921&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=405&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d767ab2b456c8cf265ce921&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=7e35daaa-06ef-11eb-9df2-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms (Germany) (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767ab2b456c8cf265ce921&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=405&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d00e8adaab96b5635b2a005&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=248&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d00e8adaab96b5635b2a005&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=715c465f-0715-11eb-a18c-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d00e8adaab96b5635b2a005&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=715c465f-0715-11eb-a18c-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVVictorious.de" status="online",Pluto TV Victorious (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5e43f294f8000793c3d7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TeenNickGermany.de" status="online",Pluto TV TeenNick (720p) @@ -72,9 +72,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0d668b8 #EXTINF:-1 tvg-id="" status="online",Pluto TV Animals (Germany) (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767ae7b456c8cf265ce922&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=301&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central (Made in Germany) (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4948418101147596fd6c5a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central (Made in Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4948418101147596fd6c5a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d4948418101147596fd6c5a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=91083755-0728-11eb-aeab-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central (Made in Germany) (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4948418101147596fd6c5a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central (Made in Germany)+ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b8923fc302800079e4f4f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e7b8923fc302800079e4f4f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ee59b770-663e-4463-bf9b-3f7c374fbc39&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV HISTORY (Germany) (720p) diff --git a/streams/dj.m3u b/streams/dj.m3u index 1df726639..4d6ad0beb 100644 --- a/streams/dj.m3u +++ b/streams/dj.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="timeout",RTD +#EXTINF:-1 tvg-id="" status="online",RTD http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RTDTELEDJIBOUTI/live diff --git a/streams/dk.m3u b/streams/dk.m3u index 753687495..532c9b926 100644 --- a/streams/dk.m3u +++ b/streams/dk.m3u @@ -13,11 +13,11 @@ http://stream.kkr.dk/live/kkr/playlist.m3u8 http://stream.kkr.dk/live/ngrp:kkr_adaptive/playlist.m3u8 #EXTINF:-1 tvg-id="TV2Bornholm.dk" status="online",TV2/Bornholm (1080p) [Not 24/7] https://live.tv2bornholm.dk/stream/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TV2Fyn.dk" status="online",TV2 Fyn (1080p) -https://cdnapisec.kaltura.com/p/1966291/sp/196629100/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/uiConfId/30288171/a.m3u8 #EXTINF:-1 tvg-id="TV2Fyn.dk" status="online",TV2 Fyn (270p) [Not 24/7] https://cdnapisec.kaltura.com/p/1966291/sp/1966291/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/flavorId/0_8g29e3jz/name/a.mp4/index.m3u8 -#EXTINF:-1 tvg-id="TV2Lorry.dk" status="error",TV2/Lorry (720p) +#EXTINF:-1 tvg-id="TV2Fyn.dk" status="online",TV2 Fyn (1080p) +https://cdnapisec.kaltura.com/p/1966291/sp/196629100/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/uiConfId/30288171/a.m3u8 +#EXTINF:-1 tvg-id="TV2Lorry.dk" status="online",TV2/Lorry (720p) https://cdnapisec.kaltura.com/p/2045321/sp/204532100/playManifest/entryId/1_2kojfk4m/format/applehttp/protocol/https/uiConfId/32599481/a.m3u8 #EXTINF:-1 tvg-id="TV2Ostjylland.dk" status="online",TV2/Østjylland (720p) https://cdnapisec.kaltura.com/p/2102081/sp/2102081/playManifest/entryId/0_x4p3licd/flavorIds/0_pcvatr5k,0_aezqkdsi,0_dkeq429y,0_99pivdxs/deliveryProfileId/10552/protocol/https/format/applehttp/a.m3u8 diff --git a/streams/do.m3u b/streams/do.m3u index c58e26fe4..658b0dfe2 100644 --- a/streams/do.m3u +++ b/streams/do.m3u @@ -5,7 +5,7 @@ https://cm.hostlagarto.com:4445/Akitv/Akitv.myStream/playlist.m3u8 https://cdn4.hostlagarto.com:8081/static/bajotechotv/playlist.m3u8 #EXTINF:-1 tvg-id="Bellavision.do" status="online",Bellavisión https://cdn4.hostlagarto.com:8081/static/Bellavision8hd/playlist.m3u8 -#EXTINF:-1 tvg-id="BonaoTV.do" status="online",Bonao TV +#EXTINF:-1 tvg-id="BonaoTV.do" status="error",Bonao TV https://ss5.domint.net:3026/btv_str/bonao/playlist.m3u8 #EXTINF:-1 tvg-id="Camara809.do" status="online",Camara 809 (720p) [Not 24/7] https://cm.hostlagarto.com:4445/camara809TV/camara809TV/playlist.m3u8 @@ -13,7 +13,7 @@ https://cm.hostlagarto.com:4445/camara809TV/camara809TV/playlist.m3u8 https://protvradiostream.com:1936/canal4rd-1/ngrp:canal4rd-1_all/playlist.m3u8 #EXTINF:-1 tvg-id="Canal12HD.do" status="online",Canal 12 (720p) [Not 24/7] https://cdn4.hostlagarto.com:8081/static/telecanal12/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal25.do" status="online",Canal 25 +#EXTINF:-1 tvg-id="Canal25.do" status="error",Canal 25 https://ss3.domint.net:3150/c25_str/canal25/playlist.m3u8 #EXTINF:-1 tvg-id="CanalCatorce.do" status="online",Canal Catorce https://video.misistemareseller.com/catorcetv/catorcetv/playlist.m3u8 @@ -29,13 +29,13 @@ http://50.30.37.36:1935/live/smil:MyStream.smil/playlist.m3u8 http://50.30.37.36:1935/live/stream/playlist.m3u8 #EXTINF:-1 tvg-id="ConstanzaTV.do" status="online",ConstanzaTV https://ss9.domint.net:3026/ctv8_str/contanzatv/playlist.m3u8 -#EXTINF:-1 tvg-id="CotubanamaTV.do" status="error",Cotubanama TV +#EXTINF:-1 tvg-id="CotubanamaTV.do" status="online",Cotubanama TV https://cdn4.hostlagarto.com:8081/static/cotubanamatv/playlist.m3u8 #EXTINF:-1 tvg-id="CromTV.do" status="online",CromTV https://cdn4.hostlagarto.com:8081/static/cromtv/playlist.m3u8 #EXTINF:-1 tvg-id="DANTV.do" status="online",DAN TV (720p) [Not 24/7] http://cm.hostlagarto.com:8081/Punaltv/punaltvHD.myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="Digital15.do" status="timeout",Digital 15 (1080p) +#EXTINF:-1 tvg-id="Digital15.do" status="online",Digital 15 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://livestream.com/accounts/27456795/events/8268514/player #EXTINF:-1 tvg-id="Digital809TV.do" status="online",Digital809 TV https://inliveserver.com:1936/digital809tv/digital809tv/playlist.m3u8 @@ -51,17 +51,17 @@ https://video.misistemareseller.com/Fuegotv/Fuegotv/playlist.m3u8 https://vdo1.streamgato.us:3839/live/galaxiatvlive.m3u8 #EXTINF:-1 tvg-id="GDMTV.do" status="online",GDMTV (720p) [Not 24/7] https://ss2.domint.net:3200/gdm_str/gdmtv/playlist.m3u8 -#EXTINF:-1 tvg-id="GuacaraTV.do" status="online",Guacara TV +#EXTINF:-1 tvg-id="GuacaraTV.do" status="error",Guacara TV https://cloudflare.streamgato.us:3180/live/guacaratvlive.m3u8 #EXTINF:-1 tvg-id="HermanasMirabalTV.do" status="online",Hermanas Mirabal TV (720p) [Not 24/7] https://cm.hostlagarto.com:4445/Hmtv/hmtv.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="Hits360TV.do" status="online",Hits 360 TV (720p) [Not 24/7] http://cm.hostlagarto.com:8081/hits360tv/hits360HD.myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="HM.do" status="blocked",HM (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="HM.do" status="online",HM (720p) [Geo-blocked] http://cm.hostlagarto.com:8081/Hmtv/hmtv.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="ImagenUniversalTV.do" status="online",Imagen Universal TV https://imagenuniversaltv.net:3771/live/iutvlive.m3u8 -#EXTINF:-1 tvg-id="LaCaletaTV.do" status="error",La Caleta TV +#EXTINF:-1 tvg-id="LaCaletaTV.do" status="online",La Caleta TV https://cdn4.hostlagarto.com:8081/static/lacaletatv/playlist.m3u8 #EXTINF:-1 tvg-id="LAMIATV.do" status="timeout",LA MIA TV (720p) [Not 24/7] https://ss8.domint.net:3108/mia_str/lamiatv/playlist.m3u8 @@ -75,7 +75,7 @@ http://server3.prostudionetwork.com:1943/megavision/MV/playlist.m3u8 http://stream3.prostudionetwork.com:1943/megavision/MV/playlist.m3u8 #EXTINF:-1 tvg-id="Microvision10.do" status="online",Microvision 10 (720p) [Not 24/7] http://190.103.183.24:1935/live/MicroHD/playlist.m3u8 -#EXTINF:-1 tvg-id="MisionELTV.do" status="online",Mision ELTV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MisionELTV.do" status="error",Mision ELTV (480p) [Not 24/7] https://5790d294af2dc.streamlock.net/8286/8286/playlist.m3u8 #EXTINF:-1 tvg-id="MiTV.do" status="online",MiTV https://ss2.domint.net:3204/mitv_str/mitv/playlist.m3u8 @@ -83,7 +83,7 @@ https://ss2.domint.net:3204/mitv_str/mitv/playlist.m3u8 https://cloudflare.streamgato.us:3044/live/morrotvlive.m3u8 #EXTINF:-1 tvg-id="Musavision.do" status="online",Musavisión https://cm.hostlagarto.com:4445/Musavisionhd/Musavisionhd/playlist.m3u8 -#EXTINF:-1 tvg-id="NaranjaTV.do" status="error",Naranja TV +#EXTINF:-1 tvg-id="NaranjaTV.do" status="online",Naranja TV https://cdn.streamingcpanel.com:3526/live/teleraiceslive.m3u8 #EXTINF:-1 tvg-id="NexxoTV.do" status="online",Nexxo TV https://streaming.ath.cx:1936/nexxotv/nexxotv/playlist.m3u8 @@ -95,7 +95,7 @@ https://ss3.domint.net:3134/otv_str/orbittv/playlist.m3u8 https://ss5.domint.net:3048/pvv_str/peravia/playlist.m3u8 #EXTINF:-1 tvg-id="PHTV.do" status="online",PHTV Canal 34 (720p) [Not 24/7] https://cm.hostlagarto.com:4445/phtv/Phtv.myStream/chunks.m3u8 -#EXTINF:-1 tvg-id="PuntaCanaTV.do" status="error",Punta Cana TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PuntaCanaTV.do" status="online",Punta Cana TV (720p) [Not 24/7] https://cdn4.hostlagarto.com:8081/static/puntacanatv/playlist.m3u8 #EXTINF:-1 tvg-id="ReadyTVCanal6.do" status="online",Ready TV Canal 6 (720p) [Not 24/7] http://190.103.183.24:1935/ReadyTV/ReadyHD/playlist.m3u8 @@ -131,10 +131,10 @@ http://cm.hostlagarto.com:8081/Telecibao/Telecibao/playlist.m3u8 https://cm.hostlagarto.com:4445/Telecibao/Telecibao/playlist.m3u8 #EXTINF:-1 tvg-id="Telecontacto.do" status="online",Telecontacto https://vdo1.streamgato.us:3578/live/telecontactohdlive.m3u8 -#EXTINF:-1 tvg-id="Telefuturo.do" status="online",Telefuturo -https://ss9.domint.net:3054/tf_str/telefuturo/playlist.m3u8 #EXTINF:-1 tvg-id="Telefuturo.do" status="timeout",Telefuturo Canal 23 (720p) [Not 24/7] http://ss8.domint.net:2118/tf_str/futu/master.m3u8 +#EXTINF:-1 tvg-id="Telefuturo.do" status="error",Telefuturo +https://ss9.domint.net:3054/tf_str/telefuturo/playlist.m3u8 #EXTINF:-1 tvg-id="Teleimpacto.do" status="online",Teleimpacto (720p) [Not 24/7] http://190.122.96.188:8888/http/013 #EXTINF:-1 tvg-id="Telemax.do" status="online",Telemax @@ -145,9 +145,9 @@ http://cm.hostlagarto.com:8081/Telemilenio/Telemilenio.myStream/playlist.m3u8 http://newyorkstream.ddns.net:1935/telenord8/telenord8/playlist.m3u8 #EXTINF:-1 tvg-id="Telenord10.do" status="online",Telenord Canal 10 (1080p) [Not 24/7] http://newyorkstream.ddns.net:1935/telenord10/telenord10/playlist.m3u8 -#EXTINF:-1 tvg-id="Telenord12.do" status="online",Telenord 12 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Telenord12.do" status="error",Telenord 12 (720p) [Not 24/7] http://newyorkstream.ddns.net:1935/telenord12/telenord12/playlist.m3u8 -#EXTINF:-1 tvg-id="Telesantodomingo.do" status="online",Telesantodomingo +#EXTINF:-1 tvg-id="Telesantodomingo.do" status="error",Telesantodomingo https://cdn5.streamgato.us:3315/live/telesantodomingolive.m3u8 #EXTINF:-1 tvg-id="TelesurCanal10.do" status="online",Telesur Canal (360p) [Not 24/7] https://ss3.domint.net:3124/tls_str/telesur/playlist.m3u8 diff --git a/streams/dz.m3u b/streams/dz.m3u index 691a7bc7c..3966c9921 100644 --- a/streams/dz.m3u +++ b/streams/dz.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlAnisTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Anis TV [Geo-blocked] +#EXTINF:-1 tvg-id="AlAnisTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Anis TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/El_Fhama_TV/playlist.m3u8 #EXTINF:-1 tvg-id="BahiaTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Bahia TV [Geo-blocked] @@ -20,22 +20,22 @@ https://cdn02.hta.dz/abr_htatv/Echorouk_TV_HD/playlist.m3u8 https://cdn02.hta.dz/abr_htatv/EL_BILAD/playlist.m3u8 #EXTINF:-1 tvg-id="ElDjazairiaOne.dz" status="blocked",El Djazairia One [Geo-blocked] https://cdn02.hta.dz/abr_htatv/EL_DJAZAIRIA_TV/playlist.m3u8 -#EXTINF:-1 tvg-id="ElDjazairN1.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] +#EXTINF:-1 tvg-id="ElDjazairN1.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/El_Djazair_N1/playlist.m3u8 -#EXTINF:-1 tvg-id="ElFadjerTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Fadjr TV [Geo-blocked] +#EXTINF:-1 tvg-id="ElFadjerTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Fadjr TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/EL_FADJR_TV_DZ/playlist.m3u8 #EXTINF:-1 tvg-id="ElHayatTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Hayat TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/EL_HAYAT_TV_ALGERIE/playlist.m3u8 -#EXTINF:-1 tvg-id="EnnaharTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Ennahar TV [Geo-blocked] +#EXTINF:-1 tvg-id="EnnaharTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Ennahar TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/ENNAHAR_TV/playlist.m3u8 -#EXTINF:-1 tvg-id="SamiraTV.dz" status="blocked" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Samira TV [Geo-blocked] +#EXTINF:-1 tvg-id="SamiraTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Samira TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/SamiraTV/playlist.m3u8 -#EXTINF:-1 tvg-id="TV1.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] +#EXTINF:-1 tvg-id="TV1.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/PROGRAMME_NATIONAL/playlist.m3u8 #EXTINF:-1 tvg-id="TV2.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Canal Algérie [Geo-blocked] @@ -44,13 +44,13 @@ https://cdn02.hta.dz/abr_htatv/CANAL_ALGERIE/playlist.m3u8 #EXTINF:-1 tvg-id="TV3.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV3 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/A3_HD/playlist.m3u8 -#EXTINF:-1 tvg-id="TV4.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV4 [Geo-blocked] +#EXTINF:-1 tvg-id="TV4.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV4 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_4/playlist.m3u8 -#EXTINF:-1 tvg-id="TV5.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV5 [Geo-blocked] +#EXTINF:-1 tvg-id="TV5.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV5 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_5/playlist.m3u8 -#EXTINF:-1 tvg-id="TV6.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV6 [Geo-blocked] +#EXTINF:-1 tvg-id="TV6.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV6 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_6_HD/playlist.m3u8 #EXTINF:-1 tvg-id="TV7.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV7 Elmaarifa [Geo-blocked] diff --git a/streams/ec.m3u b/streams/ec.m3u index 456fea973..44bc020a4 100644 --- a/streams/ec.m3u +++ b/streams/ec.m3u @@ -5,7 +5,7 @@ https://asomatv.duckdns.org/livestream/stream.m3u8 https://59d39900ebfb8.streamlock.net/canelatv/canelatv/playlist.m3u8 #EXTINF:-1 tvg-id="EcotelTV.ec" status="online",Ecotel (720p) [Not 24/7] https://ecotel.streamseguro.com/hls/ecoteltv.m3u8 -#EXTINF:-1 tvg-id="Ecuavisa.ec" status="online",Ecuavisa [Geo-blocked] +#EXTINF:-1 tvg-id="Ecuavisa.ec" status="blocked",Ecuavisa [Geo-blocked] https://mdstrm.com/live-stream-playlist/603ea23f928cc5255563012c.m3u8 #EXTINF:-1 tvg-id="EducaTV.ec" status="online",EducaTV (1080p) [Not 24/7] https://cloud7.streamingcnt.net/cnt/educa/playlist.m3u8 @@ -23,7 +23,7 @@ https://srv.panelcast.net/puruwalive/puruwalive/playlist.m3u8 https://sv72.ecuaradiotv.net/impacto2tv/live/playlist.m3u8 #EXTINF:-1 tvg-id="SonoOndaTV.ec" status="online",Sono Onda TV https://mediacpstreamchile.com:1936/sonoonda/sonoonda/playlist.m3u8 -#EXTINF:-1 tvg-id="Telerama.ec" status="error",Telerama (240p) [Not 24/7] +#EXTINF:-1 tvg-id="Telerama.ec" status="online",Telerama (240p) [Not 24/7] https://envivo.telerama.ec/stream.m3u8 #EXTINF:-1 tvg-id="TVLegislativa.ec" status="online",TV Legislativa http://181.198.32.153:8080/hls/stream.m3u8 diff --git a/streams/eg.m3u b/streams/eg.m3u index 70f4445ab..b813ee5aa 100644 --- a/streams/eg.m3u +++ b/streams/eg.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="AghapyTV.eg" status="online",Aghapy TV (1080p) [Not 24/7] https://5b622f07944df.streamlock.net/aghapy.tv/aghapy.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlGhadTV.eg" status="timeout",Al Ghad (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AlGhadTV.eg" status="online",Al Ghad (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alghadtv/live #EXTINF:-1 tvg-id="AlHayatTV.us" status="online",Al Hayat TV (720p) http://media.islamexplained.com:1935/live/_definst_mp4:ahme.stream/playlist.m3u8 @@ -21,7 +21,7 @@ https://58cc65c534c67.streamlock.net/ctvchannel.tv/ctv.smil/playlist.m3u8 https://9090video.mobtada.com/live/9090ONLINE/playlist.m3u8 #EXTINF:-1 tvg-id="ElsharqTV.eg" status="online",Elsharq TV (1080p) [Not 24/7] https://mn-nl.mncdn.com/elsharq_live/live/playlist.m3u8 -#EXTINF:-1 tvg-id="ExtraNews.eg" status="timeout",eXtra News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ExtraNews.eg" status="online",eXtra News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC65F33K2cXk9hGDbOQYhTOw/live #EXTINF:-1 tvg-id="KoogiTV.eg" status="online",Koogi TV (1080p) https://5d658d7e9f562.streamlock.net/koogi.tv/koogi.smil/playlist.m3u8 diff --git a/streams/es.m3u b/streams/es.m3u index 1e1832b90..bb4c472ec 100644 --- a/streams/es.m3u +++ b/streams/es.m3u @@ -2,9 +2,9 @@ #EXTINF:-1 tvg-id="7LaRioja.es" status="error",7 La Rioja (1080p) [Not 24/7] https://pc-la7delarioja-hls.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="7NN.es" status="online",7 Noticias (1080p) -https://amg01573-7nn-7nnono-ono-pcdj3.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="7NN.es" status="timeout",7 Noticias (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/7nntv +#EXTINF:-1 tvg-id="7NN.es" status="online",7 Noticias (1080p) +https://amg01573-7nn-7nnono-ono-pcdj3.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="9laLomaTV.es" status="blocked",9 la Loma TV [Geo-blocked] https://9laloma.tv/live.m3u8 #EXTINF:-1 tvg-id="25TV.es" status="online",25 TV (480p) [Not 24/7] @@ -71,12 +71,12 @@ http://217.125.136.93:8080/canalsierradecadiz1080.m3u8 http://217.125.136.93:8080/canalsierradecadiz720.m3u8 #EXTINF:-1 tvg-id="CanalSierradeCadiz.es" status="online",Canal Sierra de Cádiz (576p) http://217.125.136.93:8080/canalsierradecadiz576.m3u8 +#EXTINF:-1 tvg-id="CanalSurAndalucia.es" status="online",Canal Sur Andalucía (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqwjtgaJflHga2aPWphG5PQ/live #EXTINF:-1 tvg-id="CanalSurAndalucia.es" status="online",Canal Sur Andalucía (720p) https://cdnlive.codev8.net/rtvalive/smil:channel1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalSurAndalucia.es" status="online",Canal Sur Andalucía (720p) https://cdnlive.shooowit.net/rtvalive/smil:channel1.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalSurAndalucia.es" status="timeout",Canal Sur Andalucía (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqwjtgaJflHga2aPWphG5PQ/live #EXTINF:-1 tvg-id="CanalTaronja.es" status="blocked",Canal Taronja Osona i Moianés (480p) [Not 24/7] https://taronjavic.streaming-pro.com/hls/vic.m3u8 #EXTINF:-1 tvg-id="ClanTVE.es" status="timeout",Clan TVE (1080p) [Geo-blocked] @@ -165,7 +165,7 @@ https://cdnlive.shooowit.net/la8bierzolive/smil:streamswitchingchannel.smil/play https://cdnlive.shooowit.net/la8burgoslive/smil:streamswitchingchannel.smil/playlist.m3u8 #EXTINF:-1 tvg-id="La8Leon.es" status="online",La 8 Leon (720p) [Not 24/7] https://cdnlive.shooowit.net/la8leonlive/smil:streamswitchingchannel.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="La8Mediterraneo.es" status="online",La 8 Mediterráneo (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="La8Mediterraneo.es" status="blocked",La 8 Mediterráneo (1080p) [Not 24/7] https://play.cdn.enetres.net/489DDF7FE98241D19D8970314BC9D3EF021/0226/playlist.m3u8 #EXTINF:-1 tvg-id="La8Palencia.es" status="online",La 8 Palencia (270p) [Not 24/7] https://cdnlive.shooowit.net/la8palencialive/smil:streamswitchingchannel.smil/playlist.m3u8 @@ -185,7 +185,7 @@ https://telemadridhls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid https://urbanrevolution.es:8443/live/TV/playlist.m3u8 #EXTINF:-1 tvg-id="LevanteTV.es" status="online",Levante TV (320p) [Not 24/7] https://play.cdn.enetres.net/C2F6CBB67E5B4D08A16CE5FE67ABCEC9023/029/playlist.m3u8 -#EXTINF:-1 tvg-id="LleidaTelevisio.es" status="blocked",Lleida Televisio (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LleidaTelevisio.es" status="error",Lleida Televisio (720p) [Not 24/7] https://cdn01.yowi.tv/lleida/playlist.m3u8 #EXTINF:-1 tvg-id="LogosTV.es" status="online",Logos TV (1080p) [Not 24/7] http://streamer1.streamhost.org/salive/logosH/playlist.m3u8 @@ -227,7 +227,7 @@ http://154.62.74.11:1935/live/realmadridnntv/playlist.m3u8 https://rtvc-live1-rm.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="RTVVida.es" status="online",RTV Vida (1080p) https://vidartv2.todostreaming.es/live/radiovida-emisiontvhd.m3u8 -#EXTINF:-1 tvg-id="SevillaFCTV.es" status="online",Sevilla FC TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SevillaFCTV.es" status="error",Sevilla FC TV (360p) [Not 24/7] https://open.http.mp.streamamg.com/p/3001314/sp/300131400/playManifest/entryId/0_ye0b8tc0/format/applehttp/protocol/https/uiConfId/30026292/a.m3u8 #EXTINF:-1 tvg-id="SolidariaTV.es" status="online",Solidaria TV (720p) https://canadaremar2.todostreaming.es/live/solidariatv-webhd.m3u8 @@ -249,7 +249,7 @@ http://37.187.7.106/teleribera/live.m3u8 https://video.telesafor.com/hls/video.m3u8 #EXTINF:-1 tvg-id="TeleToledo.es" status="online",TeleToledo (720p) [Not 24/7] https://cloud.streamingconnect.tv:455/teletoledo/teletoledo.m3u8 -#EXTINF:-1 tvg-id="TeleVigoHD.es" status="online",TeleVigo (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleVigoHD.es" status="error",TeleVigo (1080p) [Not 24/7] https://cloud.streamingconnect.tv:455/televigo/televigo.m3u8 #EXTINF:-1 tvg-id="Tevecat.es" status="online",teve.cat (1080p) https://limited35.todostreaming.es/live/mitjans-livestream.m3u8 @@ -263,7 +263,7 @@ https://directes-tv-int.ccma.cat/live-origin/tvi-hls/master.m3u8 https://limited09.todostreaming.es/live/tarson-livestream.m3u8 #EXTINF:-1 tvg-id="TVCanaria.es" status="blocked",TV Canaria (576p) https://rtvc-live1.flumotion.com/playlist.m3u8 -#EXTINF:-1 tvg-id="TVEInternacionalAsiaOceania.es" status="error",TVE Internacional Asia-Oceania (576p) +#EXTINF:-1 tvg-id="TVEInternacionalAsiaOceania.es" status="online",TVE Internacional Asia-Oceania (576p) http://210.210.155.37/uq2663/h/h158/index2.m3u8 #EXTINF:-1 tvg-id="tvG2.es" status="online",tvG2 (720p) [Not 24/7] https://events2-crtvg.flumotion.com/playlist.m3u8 @@ -281,7 +281,7 @@ https://events1-crtvg.flumotion.com/playlist.m3u8 https://amodino-crtvg.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="TVGInfantil.es" status="online",TVG Infantil (720p) [Not 24/7] https://infantil-crtvg.flumotion.com/playlist.m3u8 -#EXTINF:-1 tvg-id="TVGirona.es" status="online",TV Girona (720p) +#EXTINF:-1 tvg-id="TVGirona.es" status="error",TV Girona (720p) http://ventdelnord.tv:8080/girona/directe.m3u8 #EXTINF:-1 tvg-id="TVGMomento.es" status="online",TVG Momento (480p) [Not 24/7] https://momentog-crtvg.flumotion.com/playlist.m3u8 @@ -317,7 +317,7 @@ https://live.atresmediainternacional.com/ATRESMEDIA/a3cine-index.m3u8 https://mdstrm.com/live-stream-playlist/5cae562e0ca2f30815231c0f.m3u8?access_token=DST4b676d7da5a2a92ee15f8efcbcd00606 #EXTINF:-1 tvg-id="" status="online",Aragón Radio (Zaragoza) [Not 24/7] https://cartv.streaming.aranova.es/hls/live/aragonradio_aragonradio1.m3u8 -#EXTINF:-1 tvg-id="" status="error",Canal 24 horas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Canal 24 horas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7QZIf0dta-XPXsp9Hv4dTw/live #EXTINF:-1 tvg-id="" status="timeout",Canal Coín http://stream.fion.es:1936/Canal_Coin/canalcoin.stream/master.m3u8 diff --git a/streams/es_pluto.m3u b/streams/es_pluto.m3u index ebd1e3fb9..6178f990c 100644 --- a/streams/es_pluto.m3u +++ b/streams/es_pluto.m3u @@ -9,20 +9,20 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e94cd036cc69d0007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e94cd036cc69d0007e8a1ba/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids (Spain) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aabee6f4a2c00076a322c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1aabee6f4a2c00076a322c&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=905&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aabee6f4a2c00076a322c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids Plus (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5a0b44cc331900075e7769/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVAnimalesSpain.es" status="online",Pluto TV Animales (288p) +#EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aabee6f4a2c00076a322c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVAnimalesSpain.es" status="timeout",Pluto TV Animales (288p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd834c66fe2ca0009303b8d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d164d92e97a5e107638d2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=904&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcb62e63d4d8f0009f36881/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591dd8880007bb7d6d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcb62e63d4d8f0009f36881/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineClasicoSpain.es" status="online",Pluto TV Cine Clásico (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61373bb45168fe000773eecd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (684p) @@ -33,8 +33,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf968040 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1f1b66c76000790ef27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde437229eff00091b6c30/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (240p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d0fbaa8742fa3093899da&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=956&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0657444a40009cd2422/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (Spain) (720p) @@ -43,8 +41,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1acdaa8ba90f0007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acdaa8ba90f0007d5e760/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (240p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d0fbaa8742fa3093899da&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=956&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b648e738977e2c312131/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9b648e738977e2c312131&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=30292edb-0714-11eb-97af-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dae8ce788b0009eaf77b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (Spain) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aab1d29b39600073e243f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1aab1d29b39600073e243f&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=910&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) @@ -59,19 +61,17 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aab1d2 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1214a637c6fd00079c652f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/51c75f7bb6f26ba1cd00002f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dae8ce788b0009eaf77b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVMusicMadeinSpain.us" status="online",Pluto TV MTV Music Made in Spain (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a26a056d55b30007918d5a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&serverSideAds=false&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVOriginalsSpain.us" status="online",Pluto TV MTV Originals (Spain) (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aadf373bed3000794d1d7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1aadf373bed3000794d1d7&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=300&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVMundoRealSpain.es" status="online",Pluto TV Mundo Real (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acdfda84c970007e750b5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMundoRealSpain.es" status="online",Pluto TV Mundo Real (Spain) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1acdfda84c970007e750b5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1acdfda84c970007e750b5&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=405&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVMundoRealSpain.es" status="online",Pluto TV Mundo Real (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acdfda84c970007e750b5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" status="online",Pluto TV Realities ESP (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d93b4d71754e6a4298d086e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=953&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" status="online",Pluto TV Realities ESP (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" status="error",Pluto TV Realities ESP (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTeenStarsSpain.es" status="online",Pluto TV Teen Stars (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60016a60a8e3520008e0d331/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS diff --git a/streams/fj.m3u b/streams/fj.m3u index a8ef35e7e..f1981ddd2 100644 --- a/streams/fj.m3u +++ b/streams/fj.m3u @@ -1,5 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="FijiTV.fj" status="online",Fiji TV (720p) [Not 24/7] -https://api.new.livestream.com/accounts/19514369/events/fijitvstream/live.m3u8 -#EXTINF:-1 tvg-id="FijiTV.fj" status="error",Fiji TV (720p) [Not 24/7] https://api.new.livestream.com/accounts/19514369/events/6947821/live.m3u8 +#EXTINF:-1 tvg-id="FijiTV.fj" status="online",Fiji TV (720p) [Not 24/7] +https://api.new.livestream.com/accounts/19514369/events/fijitvstream/live.m3u8 diff --git a/streams/fr.m3u b/streams/fr.m3u index 5e33b9f81..056248c8a 100644 --- a/streams/fr.m3u +++ b/streams/fr.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="7ALimoges.fr" status="error",7ALimoges (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="7ALimoges.fr" status="online",7ALimoges (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCdFv_ZWQ3Xk_NfRiaK-ryGg/live #EXTINF:-1 tvg-id="AlpedHuezTV.fr" status="online",Alpe d’Huez TV (720p) [Not 24/7] https://edge.vedge.infomaniak.com/livecast/ik:adhtv/chunklist.m3u8 @@ -29,13 +29,13 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid http://hls-m007.live-lv3.canalplus-cdn.net/live/disk/canalplusclair-hd/hls-ios-fhd-clair/canalplusclair-hd.m3u8 #EXTINF:-1 tvg-id="CanalPlusFrance.fr" status="timeout",Canal+ France http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x5gv6be -#EXTINF:-1 tvg-id="CentralTV.fr" status="online",Central TV (614p) [Not 24/7] +#EXTINF:-1 tvg-id="CentralTV.fr" status="error",Central TV (614p) [Not 24/7] http://cdn2.ujjina.com:1935/iptvcentraltv/livecentraltvtv/playlist.m3u8 #EXTINF:-1 tvg-id="Cherie25.fr" status="blocked",Chérie 25 (360p) https://s13.tntendirect.com/cherie25/live/playlist.m3u8 -#EXTINF:-1 tvg-id="CNews.fr" status="timeout",Cnews (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CNews.fr" status="online",Cnews (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x3b68jn -#EXTINF:-1 tvg-id="CNews.fr" status="error",CNews (1080p) +#EXTINF:-1 tvg-id="CNews.fr" status="online",CNews (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/CNEWS #EXTINF:-1 tvg-id="CStar.fr" status="blocked",CStar (360p) https://s13.tntendirect.com/d17/live/playlist.m3u8 @@ -43,20 +43,20 @@ https://s13.tntendirect.com/d17/live/playlist.m3u8 https://edge.vedge.infomaniak.com/livecast/ik:dbmtv/manifest.m3u8 #EXTINF:-1 tvg-id="DBMTV.fr" status="online",DBM TV (1080p) http://dbmtv.vedge.infomaniak.com/livecast/dbmtv/playlist.m3u8 -#EXTINF:-1 tvg-id="ElHeddafTV.fr" status="online",El Heddaf TV [Geo-blocked] +#EXTINF:-1 tvg-id="ElHeddafTV.fr" status="error",El Heddaf TV [Geo-blocked] https://cdn02.hta.dz/abr_htatv/EL_HEDDAF_TV/playlist.m3u8 #EXTINF:-1 tvg-id="EuronewsAlbania.al" status="online",Euronews Albania (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChR-A__NS_C5kHDWj3PeAhw/live #EXTINF:-1 tvg-id="EuronewsEnglish.fr" status="online",Euronews English (720p) https://d1mpprlbe8tn2j.cloudfront.net/v1/master/7b67fbda7ab859400a821e9aa0deda20ab7ca3d2/euronewsLive/87O7AhxRUdeeIVqf/ewnsabren_eng.m3u8 -#EXTINF:-1 tvg-id="EuronewsHungarian.fr" status="timeout",Euronews Hungary (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EuronewsHungarian.fr" status="online",Euronews Hungary (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/euronewsHungarian/live #EXTINF:-1 tvg-id="EuronewsRussian.fr" status="online",Euronews по-русски (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFzJjgVicCtFxJ5B0P_ei8A/live #EXTINF:-1 tvg-id="EuronewsRussian.fr" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",Euronews по-русски (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s89/index.m3u8 -#EXTINF:-1 tvg-id="EuronewsSpanish.fr" status="timeout",Euronews en Español (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EuronewsSpanish.fr" status="online",Euronews en Español (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/euronewses/live #EXTINF:-1 tvg-id="FashionTVCzechSlovak.fr" status="online",FashionTV Czech&Slovak (450p) [Not 24/7] http://lb.streaming.sk/fashiontv/stream/playlist.m3u8 @@ -91,7 +91,7 @@ https://s13.tntendirect.com/france3/live/playlist.m3u8 https://s13.tntendirect.com/france5/live/playlist.m3u8 #EXTINF:-1 tvg-id="France24Arabic.fr" status="online",France 24 Arabic (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24Arabic/live -#EXTINF:-1 tvg-id="France24English.fr" status="timeout",France 24 English (1080p) +#EXTINF:-1 tvg-id="France24English.fr" status="online",France 24 English (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24English/live #EXTINF:-1 tvg-id="France24Espanol.fr" status="online",France 24 Español (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24Espanol/live @@ -117,7 +117,7 @@ https://live-kto.akamaized.net/hls/live/2033284/KTO/master.m3u8 https://s13.tntendirect.com/lequipe21/live/playlist.m3u8 #EXTINF:-1 tvg-id="M6.fr" status="online",M6 (1080p) https://shls-m6-france-prod-dub.shahid.net/out/v1/c8a9f6e000cd4ebaa4d2fc7d18c15988/index.m3u8 -#EXTINF:-1 tvg-id="MCMTop.fr" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",MCM Top (480p) +#EXTINF:-1 tvg-id="MCMTop.fr" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",MCM Top (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s49/index.m3u8 #EXTINF:-1 tvg-id="MDL.fr" status="online",MDL (720p) @@ -163,13 +163,13 @@ http://51.210.199.59/hls/stream.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/xkxbzc #EXTINF:-1 tvg-id="RMCDecouverte.fr" status="blocked",RMC Découverte (720p) https://s13.tntendirect.com/rmcdecouverte/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleGrenoble.fr" status="timeout",Tele Grenoble +#EXTINF:-1 tvg-id="TeleGrenoble.fr" status="online",Tele Grenoble http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x128fjo -#EXTINF:-1 tvg-id="Telesud.fr" status="timeout",TeleSud +#EXTINF:-1 tvg-id="Telesud.fr" status="online",TeleSud http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wrxqb #EXTINF:-1 tvg-id="TF1.fr" status="online",TF1 (1080p) http://gratuittv.free.fr/Files/tf1/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TF1SeriesFilms.fr" status="timeout",TF1 Séries Films (360p) +#EXTINF:-1 tvg-id="TF1SeriesFilms.fr" status="online",TF1 Séries Films (360p) http://gratuittv.free.fr/Files/tfsf/live/playlist.m3u8 #EXTINF:-1 tvg-id="TFX.fr" status="online",TFX (720p) http://gratuittv.free.fr/Files/tfx/live/playlist.m3u8 @@ -185,7 +185,7 @@ http://185.234.217.27:8002/play/a02f/index.m3u8 http://210.210.155.37/dr9445/s/s24/index.m3u8 #EXTINF:-1 tvg-id="TV5MondeStyleHD.fr" status="error",TV5 Monde Style HD (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h01/index.m3u8 -#EXTINF:-1 tvg-id="TV7Bordeaux.fr" status="online",TV7 Bordeaux (720p) +#EXTINF:-1 tvg-id="TV7Bordeaux.fr" status="error",TV7 Bordeaux (720p) http://live.digiteka.com/1/RVNZMmJtUURmd09I/U0dNU0tk/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="TV7Colmar.fr" status="online",TV7 Colmar (576p) https://tv7.hdr-tv.com/live/tv7/livestream/playlist.m3u8 @@ -211,7 +211,7 @@ http://entertainment.ashttp9.visionip.tv/live/visiontvuk-entertainment-edgytv-hs https://livevideo.infomaniak.com/streaming/livecast/funradiovisionhd/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Persiana Varzesh (720p) [Not 24/7] http://51.210.199.16/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" status="error",Sqool TV +#EXTINF:-1 tvg-id="" status="online",Sqool TV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaEqMbRYYOmI3WrALMhxuIg/live #EXTINF:-1 tvg-id="" status="online",Wéo (Hauts-de-France) (480p) [Not 24/7] https://live.digiteka.com/1/WGQ1NnhEN0lzM0NU/dk1EOHhw/hls/live/playlist.m3u8 diff --git a/streams/fr_euronews.m3u b/streams/fr_euronews.m3u index 1e532e8ab..92c064c57 100644 --- a/streams/fr_euronews.m3u +++ b/streams/fr_euronews.m3u @@ -5,7 +5,7 @@ https://euronews.alteox.app/hls/en_stream.m3u8 https://euronews.alteox.app/hls/fr_stream.m3u8 #EXTINF:-1 tvg-id="EuronewsGerman.fr" status="online",Euronews German https://euronews.alteox.app/hls/de_stream.m3u8 -#EXTINF:-1 tvg-id="EuronewsItalian.fr" status="error",Euronews Italian +#EXTINF:-1 tvg-id="EuronewsItalian.fr" status="online",Euronews Italian https://euronews.alteox.app/hls/it_stream.m3u8 #EXTINF:-1 tvg-id="EuronewsPortuguese.fr" status="online",Euronews Portuguese https://euronews.alteox.app/hls/pt_stream.m3u8 diff --git a/streams/fr_pluto.m3u b/streams/fr_pluto.m3u index 8138a5755..52e9f5431 100644 --- a/streams/fr_pluto.m3u +++ b/streams/fr_pluto.m3u @@ -1,14 +1,14 @@ #EXTM3U -#EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="online",Pluto TV BET Classics (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="online",Pluto TV BET Classics (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="timeout",Pluto TV BET Classics (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Bob l'éponge+ (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/609a33d06972da0007748ecf/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc9fd0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=195dd54b-932b-4f28-be70-7e736585335a #EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Pluto TV Bob l'éponge (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Pluto TV Bob l'éponge (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Pluto TV Bob l'éponge (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="ClubbingTV.fr" status="online",Clubbing TV (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/600ad8f86e1eba00081da3ce/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8ae1b0-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=97358d7c-5219-43db-bcda-c5057f0bc369 #EXTINF:-1 tvg-id="ClubbingTV.fr" status="online",Pluto TV Clubbing TV (720p) @@ -20,9 +20,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60d3583ef #EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly+ (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5ed9ba24f6a00074a9b91/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8a4570-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=0432d921-f53e-4dfe-8afd-2d0b3fb750f3 #EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecc7aa44d9c00081fca29/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecc7aa44d9c00081fca29/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecc7aa44d9c00081fca29/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="JustepourRire.us" status="online",Juste pour Rire (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60afa1508284e60007163c08/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fcc6e0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=a8b6a6bb-4f8c-438e-a638-d4cfa72ae69a #EXTINF:-1 tvg-id="PlutoTVAnimauxFrance.fr" status="online",Pluto TV Animaux (720p) @@ -37,36 +37,36 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed168f https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVComedieFrance.fr" status="online",Pluto TV Comédie (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDatingFrance.fr" status="online",Pluto TV Dating (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6092544e7639460007d4835e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc78c0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=5a2b1311-2550-464b-8060-15765b30c4f8 -#EXTINF:-1 tvg-id="PlutoTVExtremeFrance.fr" status="online",Pluto TV Extrême (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed327f9e9b0000761141e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVExtremeFrance.fr" status="online",Pluto TV Extrême (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed327f9e9b0000761141e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVExtremeFrance.fr" status="online",Pluto TV Extrême (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed327f9e9b0000761141e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96b8f4f1ca3f0629f4bf1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=936&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde27ffae9520009c0c75a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&buildVersion=5.4.0-917c0e6072&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 -#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVJuniorFrance.fr" status="online",Pluto TV Junior (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb336537e8000764a17f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsAnimationFrance.fr" status="online",Pluto TV Kids Animation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsSeriesFrance.fr" status="online",Pluto TV Kids Séries (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVKidsSeriesFrance.fr" status="online",Pluto TV Kids Séries (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVKidsSeriesFrance.fr" status="online",Pluto TV Kids Séries (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb71a26ed8300076433f9/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (480p) @@ -115,7 +115,7 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed80fa09f120007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed80fa09f120007c8daa5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Les filles d'à côté (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60549d97cd7b090007c73314/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8ba500-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=0e7a9749-ec3d-4fea-9861-01e153b22e40 -#EXTINF:-1 tvg-id="" status="online",Pluto TV Les Nouveaux Detectives (480p) +#EXTINF:-1 tvg-id="" status="timeout",Pluto TV Les Nouveaux Detectives (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8edb6df1ebb800072edf10/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Les Nouveaux Detectives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8edb6df1ebb800072edf10/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS diff --git a/streams/ge.m3u b/streams/ge.m3u index 8535f0df7..4b8840935 100644 --- a/streams/ge.m3u +++ b/streams/ge.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="1TV.ge" status="online",1TV (240p) [Geo-blocked] https://tv.cdn.xsg.ge/gpb-1tv/index.m3u8 -#EXTINF:-1 tvg-id="2TV.ge" status="online",2TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="2TV.ge" status="error",2TV (720p) [Not 24/7] https://tv.cdn.xsg.ge/gpb-2tv/index.m3u8 #EXTINF:-1 tvg-id="AbazaTV.ru" status="online",Abaza TV http://clients.apsny.camera/tv_abaza_tv/index.m3u8 diff --git a/streams/gl.m3u b/streams/gl.m3u index 19caf6fdb..829f6fd33 100644 --- a/streams/gl.m3u +++ b/streams/gl.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="KNR2.gl" status="error",KNR2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KNR2.gl" status="online",KNR2 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC6D225YIMCwVBiBktEeV-vQ/live diff --git a/streams/gr.m3u b/streams/gr.m3u index dcca375d6..6c74b3b94 100644 --- a/streams/gr.m3u +++ b/streams/gr.m3u @@ -3,7 +3,7 @@ http://eu2.tv4e.gr:554/live/smil:myStream.sdp.smil/playlist.m3u8 #EXTINF:-1 tvg-id="34100TV.gr" status="blocked",34100 TV (720p) [Geo-blocked] https://s1.cystream.net/live/34100/playlist.m3u8 -#EXTINF:-1 tvg-id="AcheloosTV.gr" status="timeout",Acheloos TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="AcheloosTV.gr" status="online",Acheloos TV (576p) [Not 24/7] http://srv.viiideo.gr:1935/axeloos/live/playlist.m3u8 #EXTINF:-1 tvg-id="AlertTV.gr" status="online",Alert (576p) [Not 24/7] https://itv.streams.ovh/ALEERT/ALEERT/playlist.m3u8 @@ -76,9 +76,9 @@ https://s1.cystream.net/live/faros1/playlist.m3u8 #EXTINF:-1 tvg-id="Galaxy.gr" status="blocked",Galaxy (432p) [Geo-blocked] https://channel.streams.ovh:1936/galaxygr-1/galaxygr-1/playlist.m3u8 #EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7] -https://vdo3.alphaserver.gr:3466/live/greektvlondonlive.m3u8 -#EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7] https://vdo3.alphaserver.gr:3466/stream/play.m3u8 +#EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7] +https://vdo3.alphaserver.gr:3466/live/greektvlondonlive.m3u8 #EXTINF:-1 tvg-id="GroovyTV.gr" status="online",Groovy TV (360p) http://web.onair-radio.eu:1935/groovytv/groovytv/playlist.m3u8 #EXTINF:-1 tvg-id="HellenicParliamentTV.gr" status="online",Βουλή Τηλεόραση (540p) @@ -107,7 +107,7 @@ http://live.cretetv.gr:1935/cretetv/myStream/f1tv.m3u8 https://itv.streams.ovh/magictv/magictv/playlist.m3u8 #EXTINF:-1 tvg-id="MaroussiotikaTV.gr" status="online",Maroussiotika TV (480p) [Not 24/7] http://maroussiotika.dynu.com:8000/greektv/FZlHCCdBHL1/359142 -#EXTINF:-1 tvg-id="MEGATVHD.gr" status="online",Mega TV +#EXTINF:-1 tvg-id="MEGATVHD.gr" status="blocked",Mega TV https://streamcdnb7-c98db5952cb54b358365984178fb898a.msvdn.net/live/S86713049/gonOwuUacAxM/playlist.m3u8 #EXTINF:-1 tvg-id="MesogeiosTV.gr" status="online",Mesogeios TV (432p) http://176.9.123.140:1935/mesogeiostv/stream/master.m3u8 @@ -129,7 +129,7 @@ https://live.streams.ovh/NGradio/NGradio/playlist.m3u8 http://tv.nrg91.gr:1935/onweb/live/master.m3u8 #EXTINF:-1 tvg-id="NRGTV.gr" status="online",NRG TV (720p) https://5c389faa13be3.streamlock.net:9553/onweb/live/playlist.m3u8 -#EXTINF:-1 tvg-id="NSTV.gr" status="online",NS TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="NSTV.gr" status="error",NS TV (480p) [Not 24/7] http://176.9.123.140:1935/nstv1/stream/playlist.m3u8 #EXTINF:-1 tvg-id="OpenTV.gr" status="online",Open TV https://liveopencloud.siliconweb.com/1/ZlRza2R6L2tFRnFJ/eWVLSlQx/hls/live/playlist.m3u8 diff --git a/streams/gt.m3u b/streams/gt.m3u index 3c50b02f9..70b530aaf 100644 --- a/streams/gt.m3u +++ b/streams/gt.m3u @@ -5,11 +5,11 @@ https://stream.oursnetworktv.com/latin/BibliaCentral/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/GobiernodeGuatemala/live #EXTINF:-1 tvg-id="CanalTVRadioMayaTGBA.gt" status="online",Canal TV Radio Maya TGBA https://stream.oursnetworktv.com/latin/radioTGBAgtm/playlist.m3u8 -#EXTINF:-1 tvg-id="ElOlamTV.gt" status="error",El Olam TV +#EXTINF:-1 tvg-id="ElOlamTV.gt" status="online",El Olam TV https://stream.oursnetworktv.com/latin/elOlam/playlist.m3u8 #EXTINF:-1 tvg-id="FeViviente.gt" status="online",Fe Viviente https://stream.oursnetworktv.com/latin/feVivienteGtm/playlist.m3u8 -#EXTINF:-1 tvg-id="FranchsTV.gt" status="error",Franchs TV +#EXTINF:-1 tvg-id="FranchsTV.gt" status="online",Franchs TV https://stream.oursnetworktv.com/latin/franchstv/playlist.m3u8 #EXTINF:-1 tvg-id="Guatevision.gt" status="online",Guatevisión https://prensalibre-live.cdn.vustreams.com/live/cd8f5328-7a1c-49d9-b318-9190858d1826/live.isml/playlist.m3u8 @@ -17,7 +17,7 @@ https://prensalibre-live.cdn.vustreams.com/live/cd8f5328-7a1c-49d9-b318-9190858d http://streamingcontrol.com:1935/ectv/ectv/playlist.m3u8 #EXTINF:-1 tvg-id="NimTV.gt" status="online",Nim TV https://cdn.streamhispanatv.net:3210/live/nimtvgtlive.m3u8 -#EXTINF:-1 tvg-id="PenielMusical.gt" status="error",Peniel Musical Un Encuentro Con Dios +#EXTINF:-1 tvg-id="PenielMusical.gt" status="online",Peniel Musical Un Encuentro Con Dios https://stream.oursnetworktv.com/latin/eC3pEmUsYKmcaLeJ/playlist.m3u8 #EXTINF:-1 tvg-id="TeveGlobo.gt" status="online",Teve Globo https://videoserver.tmcreativos.com:19360/8046/8046.m3u8 diff --git a/streams/hk.m3u b/streams/hk.m3u index 6c4a90533..3625fd841 100644 --- a/streams/hk.m3u +++ b/streams/hk.m3u @@ -15,15 +15,15 @@ https://juyunlive.juyun.tv/live/24950198.m3u8 http://210.210.155.37/dr9445/h/h07/index.m3u8 #EXTINF:-1 tvg-id="MiaoMi.hk" status="online",Miao Mi (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/hk/MiaoMi.m3u8 -#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="online",Phoenix Chinese Channel (鳳凰衛視中文) (576p) -http://210.210.155.37/uq2663/h/h157/index2.m3u8 -#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="error",Phoenix Chinese Channel (鳳凰衛視中文) (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="online",Phoenix Chinese Channel (鳳凰衛視中文) (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h157/index2.m3u8 +#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="error",Phoenix Chinese Channel (鳳凰衛視中文) (576p) +http://210.210.155.37/uq2663/h/h157/index2.m3u8 +#EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="online",Phoenix InfoNews Channel (鳳凰衛視資訊) (576p) +http://210.210.155.37/qwr9ew/s/s21/index.m3u8 #EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="error",Phoenix InfoNews Channel (鳳凰衛視資訊) (576p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s21/index.m3u8 -#EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="error",Phoenix InfoNews Channel (鳳凰衛視資訊) (576p) -http://210.210.155.37/qwr9ew/s/s21/index.m3u8 -#EXTINF:-1 tvg-id="Thrill.hk" status="online",Thrill (576p) +#EXTINF:-1 tvg-id="Thrill.hk" status="error",Thrill (576p) http://210.210.155.37/qwr9ew/s/s34/index.m3u8 #EXTINF:-1 tvg-id="ViuTVsix.hk" status="timeout",ViuTVsix http://61.238.6.49:8000/bysid/96 @@ -49,7 +49,7 @@ http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://202.69.67.66:443/webcast/bshdlive-pc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",香港开电视 / HKSTV-HKS (720p) http://media.fantv.hk/m3u8/archive/channel2.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",香港衛視 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",香港衛視 (576p) [Not 24/7] http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",鳳凰衛視中文台 http://221.179.217.70/PLTV/88888888/224/3221225942/1.m3u8 diff --git a/streams/hn.m3u b/streams/hn.m3u index 4141162be..f023f4d93 100644 --- a/streams/hn.m3u +++ b/streams/hn.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlfaOmegaVision.hn" status="error",Alfa & Omega Visión (360p) +#EXTINF:-1 tvg-id="AlfaOmegaVision.hn" status="online",Alfa & Omega Visión (360p) https://srv.panelcast.net/aovision/aovision/playlist.m3u8 #EXTINF:-1 tvg-id="AlsaciasTV.hn" status="online",Alsacias TV (ATV | Canal 28) (720p) https://emisoras.hn:8081/atv/index.m3u8 @@ -7,7 +7,7 @@ https://emisoras.hn:8081/atv/index.m3u8 https://video.misistemareseller.com/atvhonduras/atvhonduras/playlist.m3u8 #EXTINF:-1 tvg-id="CampusTV.hn" status="online",Campus TV (360p) [Not 24/7] http://st2.worldkast.com/8004/8004/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal11.hn" status="online",Canal 11 (720p) +#EXTINF:-1 tvg-id="Canal11.hn" status="blocked",Canal 11 (720p) https://mdstrm.com/live-stream-playlist/603d4e1fb042ce07c5c8f911.m3u8 #EXTINF:-1 tvg-id="Catavision.hn" status="online",Catavisión (300p) [Not 24/7] https://stmv1.zcastbr.com/catavision/catavision/playlist.m3u8 @@ -37,7 +37,7 @@ https://5e85d90130e77.streamlock.net/6022/6022/playlist.m3u8 https://emisoras.hn:8081/metrotv/index.m3u8 #EXTINF:-1 tvg-id="QhuboTV.hn" status="online",Q'hubo TV (410p) [Not 24/7] https://5e85d90130e77.streamlock.net/6024/6024/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioIdeal.hn" status="error",Radio Ideal 104.7 FM (La Esperanza) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioIdeal.hn" status="online",Radio Ideal 104.7 FM (La Esperanza) (720p) [Not 24/7] http://lencatelevision.com:8080/hls/ltv3.m3u8 #EXTINF:-1 tvg-id="RHCTV.hn" status="online",Roatán Hable Claro (RHC) (720p) https://stmv1.zcastbr.com/roatanhableclaro/roatanhableclaro/playlist.m3u8 @@ -47,7 +47,7 @@ http://stream.grupoabchn.com:1935/SERCANOHD/SERCANOLive.smil/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x833e2b #EXTINF:-1 tvg-id="Teleceiba.hn" status="timeout",Teleceiba http://190.11.224.14:8134/liveevent.m3u8 -#EXTINF:-1 tvg-id="TeleDanliHD.hn" status="online",TeleDanlí (Canal 9) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleDanliHD.hn" status="timeout",TeleDanlí (Canal 9) (720p) [Not 24/7] https://cloud2.streaminglivehd.com:1936/8224/8224/playlist.m3u8 #EXTINF:-1 tvg-id="TelevisionComayaguaCanal40.hn" status="online",Television Comayagua Canal 40 (320p) [Not 24/7] http://st2.worldkast.com/8058/8058/playlist.m3u8 @@ -63,11 +63,11 @@ https://emisoras.hn:8081/tvcopan/index.m3u8 https://live-utv.unah.edu.hn/web/salida.m3u8 #EXTINF:-1 tvg-id="VTV.hn" status="online",VTV https://dw6a9whylepvl.cloudfront.net/hls/vtv.m3u8 -#EXTINF:-1 tvg-id="" status="error",Omega Tv (288p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Omega Tv (288p) [Not 24/7] https://5caf24a595d94.streamlock.net:1937/8142/8142/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Imagen 105.1 FM (La Esperanza) (720p) [Not 24/7] http://lencatelevision.com:8080/hls/ltv2.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Todo Deportes TV + +#EXTINF:-1 tvg-id="" status="online",Todo Deportes TV + http://free.fullspeed.tv/iptv-query?streaming-ip=https://conceptoweb-studio.com/radio/video/tododeportesplus/ #EXTINF:-1 tvg-id="" status="error",Vida TV (720p) [Not 24/7] http://184.173.181.2:1935/8070/8070/playlist.m3u8 diff --git a/streams/hr.m3u b/streams/hr.m3u index 7b981af1a..34b23c57c 100644 --- a/streams/hr.m3u +++ b/streams/hr.m3u @@ -31,7 +31,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid #EXTINF:-1 tvg-id="RTLCroatia.hr" status="online" user-agent="Mozilla/5.0 (X11; Linux i686; rv:90.0) Gecko/20100101 Firefox/90.0",RTL (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux i686; rv:90.0) Gecko/20100101 Firefox/90.0 http://195.29.70.67/PLTV/88888888/224/3221226195/index.m3u8 -#EXTINF:-1 tvg-id="TVJadran.hr" status="timeout",TV Jadran (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVJadran.hr" status="online",TV Jadran (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x670ug8 #EXTINF:-1 tvg-id="" status="timeout",History 2 HD http://109.105.205.250:8081/live/HISTORY2/playlist.m3u8 diff --git a/streams/ht.m3u b/streams/ht.m3u index d16fdace9..a333fa96f 100644 --- a/streams/ht.m3u +++ b/streams/ht.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="timeout",Haiti Viral News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="online",Haiti Viral News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcEY2-g-EEefxyYa1gtrk4g/live #EXTINF:-1 tvg-id="KajouTV.ht" status="online",Kajou TV (480p) [Not 24/7] https://video1.getstreamhosting.com:1936/8055/8055/playlist.m3u8 @@ -7,11 +7,11 @@ https://video1.getstreamhosting.com:1936/8055/8055/playlist.m3u8 https://watch.haitilive.net/stream/netalkole/public/tv/index.m3u8 #EXTINF:-1 tvg-id="RadioTeleAmenFM.ht" status="timeout",Radio Tele Amen FM (360p) [Not 24/7] http://184.173.179.163:1935/daniel/daniel/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTelePititManmanMari.ht" status="timeout",Radio Télé Pitit Manman Mari (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTelePititManmanMari.ht" status="online",Radio Télé Pitit Manman Mari (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCLeNHM8XDkZmd2rhV3ZG7Vg/live -#EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="online",Radio Tele Planet Compas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="error",Radio Tele Planet Compas (720p) [Not 24/7] https://5dcab9aed5331.streamlock.net/mrcompas1/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTeleShalom.ht" status="timeout",Radio Tele Shalom (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTeleShalom.ht" status="online",Radio Tele Shalom (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCBJ9zxns1hxblYZw4urBd_w/live #EXTINF:-1 tvg-id="TeleHaiti.ht" status="online",Tele Haiti (1088p) http://66.175.238.147:1935/live/myStream/playlist.m3u8 diff --git a/streams/id.m3u b/streams/id.m3u index 98ecc37ee..24b489fe9 100644 --- a/streams/id.m3u +++ b/streams/id.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="ADiTV.id" status="online",ADiTV (720p) [Not 24/7] https://v2.siar.us/aditv/livestream/chunks.m3u8 -#EXTINF:-1 tvg-id="AhsanTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ahsan TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="AhsanTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ahsan TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch4.m3u8 #EXTINF:-1 tvg-id="Ainos.id" status="online",Ainos (576i) @@ -26,7 +26,7 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(8e867ae0-b2c0-49 https://v2.siar.us/banjartv/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="BantenTV.id" status="online",Banten TV (720p) [Not 24/7] https://v2.siar.us/barayatv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="BatamTV.id" status="online",Batam TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BatamTV.id" status="error",Batam TV (720p) [Not 24/7] http://122.248.43.138:1935/ch5/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="BatuTV.id" status="online",Batu TV (576p) [Not 24/7] http://117.103.69.219:8080/live/streaming/index.m3u8 @@ -69,7 +69,7 @@ https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/master.m3u8 https://live.cnnindonesia.com/livecnn/smil:cnntv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DangdutTivi.id" status="online",Dangdut Tivi (576p) https://bravo.kugo.id/dangduttivi/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="DhammaTV.id" status="online",Dhamma TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DhammaTV.id" status="timeout",Dhamma TV (720p) [Not 24/7] https://b.webcache.maxindo.net.id/dhamma/dhamma.m3u8 #EXTINF:-1 tvg-id="DigiOne.id" status="blocked",DigiOne (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(d2f582be-366c-4cce-9476-1b524dc854e9)/index.m3u8 @@ -80,7 +80,7 @@ https://bravo.kugo.id/dmtvmalang/rtmp.stream/chunklist.m3u8 https://h1.intechmedia.net/intech/ch51.m3u8 #EXTINF:-1 tvg-id="DuniaGamesTV.id" status="online",Dunia Games TV (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(ec41a5e2-09e4-431d-b92e-383fa7abe25c)/index.m3u8 -#EXTINF:-1 tvg-id="DutaTV.id" status="error",Duta TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="DutaTV.id" status="online",Duta TV (360p) [Not 24/7] https://dutatv.siar.us/dutatv/live/playlist.m3u8 #EXTINF:-1 tvg-id="ElshintaTV.id" status="error",Elshinta TV (480p) [Not 24/7] [Geo-blocked] http://210.210.155.35/qwr9ew/s/s10/index.m3u8 @@ -94,22 +94,22 @@ https://ms.digdaya.tv/live/digdayatv/live.m3u8 https://alfa.kugo.id/gprtv/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="GPRTV.id" status="online",GPR TV (720p) https://wowza.convergen.co/gprtv/myLive/playlist.m3u8 -#EXTINF:-1 tvg-id="GTV.id" status="online" user-agent="AppleWebKit/537.36 (KHTML, like Gecko)",GTV (1080p) +#EXTINF:-1 tvg-id="GTV.id" status="error" user-agent="AppleWebKit/537.36 (KHTML, like Gecko)",GTV (1080p) #EXTVLCOPT:http-referrer=https://www.rctiplus.com/ #EXTVLCOPT:http-user-agent=AppleWebKit/537.36 (KHTML, like Gecko) https://d9se4hqsqt2j2.cloudfront.net/GTV2022.m3u8 #EXTINF:-1 tvg-id="HijrahTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Hijrah TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch8.m3u8 -#EXTINF:-1 tvg-id="HopeChannelIndonesia.id" status="error",Hope Channel Indonesia [Not 24/7] +#EXTINF:-1 tvg-id="HopeChannelIndonesia.id" status="online",Hope Channel Indonesia [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/HopeChannelIndonesia/live #EXTINF:-1 tvg-id="HumaBetangTV.id" status="online",Huma Betang TV (720p) [Not 24/7] https://v3.siar.us/humabetangtv/live/playlist.m3u8 #EXTINF:-1 tvg-id="IAmChannel.id" status="online",I AM CHANNEL (576p) [Not 24/7] http://iamchannel.org:1935/tes/1/playlist.m3u8 -#EXTINF:-1 tvg-id="Indosiar.id" status="online",Indosiar (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="Indosiar.id" status="error",Indosiar (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s04/index.m3u8 -#EXTINF:-1 tvg-id="INews.id" status="online" user-agent="AppleWebKit/537.36 (KHTML, like Gecko)",iNews (1080p) +#EXTINF:-1 tvg-id="INews.id" status="error" user-agent="AppleWebKit/537.36 (KHTML, like Gecko)",iNews (1080p) #EXTVLCOPT:http-referrer=https://www.rctiplus.com/ #EXTVLCOPT:http-user-agent=AppleWebKit/537.36 (KHTML, like Gecko) https://d3o5yreltwquyt.cloudfront.net/INEWS2022.m3u8 @@ -126,10 +126,10 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(7a73ed02-e0de-4d http://122.248.43.138:1935/ch23/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="JawaPosTV.id" status="online",Jawa Pos TV (480p) [Not 24/7] https://v2.siar.us/jawapostv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch29.m3u8 -#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch52.m3u8 #EXTINF:-1 tvg-id="JekTV.id" status="online",Jek TV (360p) [Not 24/7] @@ -141,7 +141,7 @@ http://103.255.15.222:1935/tv/jitv_720p/playlist.m3u8 #EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jogja Istimewa TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch65.m3u8 -#EXTINF:-1 tvg-id="JogjaTV.id" status="online",Jogja TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JogjaTV.id" status="error",Jogja TV (720p) [Not 24/7] https://stream.jogjatv.co.id/jtvlive/stream/index.m3u8 #EXTINF:-1 tvg-id="JPMTV.id" status="online",JPM TV (720p) [Not 24/7] http://122.248.43.138:1935/ch6/myStream/playlist.m3u8 @@ -171,9 +171,9 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/channel/U https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(a255dd49-dc2a-464b-8623-6ef4556dff11)/index.m3u8 #EXTINF:-1 tvg-id="MCC.id" status="blocked",MCC (720p) https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(9430f215-8ccb-4322-affd-6dbc97e259bd)/index.m3u8 -#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="timeout",Media Sunnah Aceh [Not 24/7] +#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="online",Media Sunnah Aceh [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/MediaSunnahAceh/live -#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] +#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch23.m3u8 #EXTINF:-1 tvg-id="MetroGlobeNetwork.id" status="online",Metro Globe Network (1080p) [Not 24/7] @@ -191,10 +191,10 @@ https://cdn.gunadarma.ac.id/streams/mgstv/ingestmgstv.m3u8 https://h1.intechmedia.net/intech/ch19.m3u8 #EXTINF:-1 tvg-id="MQTV.id" status="online",MQTV (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/mqtv/mqtv/playlist.m3u8 +#EXTINF:-1 tvg-id="MTATV.id" status="online",mta tv [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live #EXTINF:-1 tvg-id="MTATV.id" status="blocked",mta tv (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(b3673fde-4acd-4f1d-95a5-a204d62545ac)/index.m3u8 -#EXTINF:-1 tvg-id="MTATV.id" status="timeout",mta tv [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live #EXTINF:-1 tvg-id="MuadzTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Muadz (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch5.m3u8 @@ -214,26 +214,26 @@ http://210.210.155.37/uq2663/h/h191/index.m3u8 https://alfa.kugo.id/nabawitv/nabawitv/playlist.m3u8 #EXTINF:-1 tvg-id="NET.id" status="online",NET. [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/user/NetInsights/live -#EXTINF:-1 tvg-id="NET.id" status="online",NET. (576p) +#EXTINF:-1 tvg-id="NET.id" status="timeout",NET. (576p) https://bravo.kugo.id/nettv/udp.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="NET.id" status="online",NET. (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="NET.id" status="error",NET. (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s08/index.m3u8 -#EXTINF:-1 tvg-id="NiagaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Niaga TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="NiagaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Niaga TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch10.m3u8 #EXTINF:-1 tvg-id="NusantaraTV.id" status="online",Nusantara TV (720p) https://nusantaratv.siar.us/nusantaratv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="OChannel.id" status="error",Moji (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="OChannel.id" status="online",Moji (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s41/index.m3u8 #EXTINF:-1 tvg-id="OneTVAsia.sg" status="online",One TV Asia (576p) [Geo-blocked] -http://210.210.155.37/uq2663/h/h143/index.m3u8 -#EXTINF:-1 tvg-id="OneTVAsia.sg" status="error",One TV Asia (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h143/index.m3u8 +#EXTINF:-1 tvg-id="OneTVAsia.sg" status="online",One TV Asia (576p) [Geo-blocked] +http://210.210.155.37/uq2663/h/h143/index.m3u8 #EXTINF:-1 tvg-id="PadangTV.id" status="online",Padang TV (720p) [Not 24/7] http://122.248.43.138:1935/ch16/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="PalembangTV.id" status="online",Pal TV (720p) [Not 24/7] https://v3.siar.us/paltv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="PijarTV.id" status="timeout",Pijar TV [Not 24/7] +#EXTINF:-1 tvg-id="PijarTV.id" status="online",Pijar TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/pijartv #EXTINF:-1 tvg-id="PONTV.id" status="online",Pon TV (360p) [Not 24/7] http://122.248.43.138:1935/ch15/myStream/playlist.m3u8 @@ -243,20 +243,20 @@ https://v3.siar.us/pontianaktelevisi/live/playlist.m3u8 https://alfa.kugo.id/playout/pop.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="PujaTVAceh.id" status="online",Puja TV Aceh (1080p) [Not 24/7] https://v6.siar.us/pujatv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="RadarLampungTV.id" status="online",Radar TV Lampung (480p) [Not 24/7] +#EXTINF:-1 tvg-id="RadarLampungTV.id" status="error",Radar TV Lampung (480p) [Not 24/7] http://122.248.43.138:1935/ch17/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioKitaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RadioKita TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="RadioKitaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RadioKita TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch16.m3u8 #EXTINF:-1 tvg-id="RajawaliTV.id" status="online",RTV (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h10/index.m3u8 #EXTINF:-1 tvg-id="RajawaliTV.id" status="blocked",RTV (480p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(41869351-4a9c-4e57-b54b-8cf5dfc919e1)/index.m3u8 -#EXTINF:-1 tvg-id="RasyaadTV.id" status="timeout",Rasyaad TV [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/RasyaadTvLiveStreaming/live #EXTINF:-1 tvg-id="RasyaadTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch6.m3u8 +#EXTINF:-1 tvg-id="RasyaadTV.id" status="error",Rasyaad TV [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/RasyaadTvLiveStreaming/live #EXTINF:-1 tvg-id="RCTI.id" status="online" user-agent="AppleWebKit/537.36 (KHTML, like Gecko)",RCTI (720p) #EXTVLCOPT:http-referrer=https://www.rctiplus.com/ #EXTVLCOPT:http-user-agent=AppleWebKit/537.36 (KHTML, like Gecko) @@ -296,7 +296,7 @@ http://210.210.155.35/qwr9ew/s/s03/index.m3u8 https://cdn-telkomsel-01.akamaized.net/Content/DASH/Live/channel(9ce3f094-4044-467e-84b7-b684a49571d5)/manifest.mpd #EXTINF:-1 tvg-id="SemarangTV.id" status="online",Semarang TV (720p) http://116.254.112.74/hls/cakralive.m3u8 -#EXTINF:-1 tvg-id="Simpang5TV.id" status="online",Simpang5 TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Simpang5TV.id" status="error",Simpang5 TV (360p) [Not 24/7] http://122.248.43.138:1935/ch4/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="SinemaIndonesiaX.id" status="online",Sinema Indonesia X (576p) https://bravo.kugo.id/live/sindox.stream/playlist.m3u8 @@ -310,10 +310,10 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/sriwijaya http://122.248.43.138:1935/ch20/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) -https://h1.intechmedia.net/intech/ch18.m3u8 -#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch17.m3u8 +#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) +https://h1.intechmedia.net/intech/ch18.m3u8 #EXTINF:-1 tvg-id="SurauTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Surau TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch3.m3u8 @@ -405,12 +405,12 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKaltimsamarinda)/index.m3u8 http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALTIMSAMARINDA)/index.m3u8 #EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p) -http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINttkupang)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p) -http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (576p) https://alfa.kugo.id/tvrintt/rtmp.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="timeout",TVRI Nusa Tenggara Timur (480p) +http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINttkupang)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="timeout",TVRI Nusa Tenggara Timur (480p) +http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIGORONTALO)/index.m3u8 #EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) @@ -439,16 +439,16 @@ http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIMALUKUAMB http://118.97.50.107/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8 #EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINasional)/index.m3u8 -#EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (480p) -http://202.80.222.130/000001/2/ch14041511560872104862/index.m3u8?virtualDomain=000001.live_hls.zte.com #EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8 +#EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (480p) +http://202.80.222.130/000001/2/ch14041511560872104862/index.m3u8?virtualDomain=000001.live_hls.zte.com #EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIPapua)/index.m3u8 #EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIPapua.id" status="timeout",TVRI Papua (480p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8 #EXTINF:-1 tvg-id="TVRIRiau.id" status="online",TVRI Riau (720p) [Not 24/7] http://118.97.50.107/Content/HLS/Live/Channel(TVRIriau)/index.m3u8 #EXTINF:-1 tvg-id="TVRIRiau.id" status="online",TVRI Riau (720p) [Not 24/7] @@ -456,11 +456,11 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIriau)/index.m3u8 #EXTINF:-1 tvg-id="TVRIRiau.id" status="online",TVRI Riau (720p) [Not 24/7] http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIriau)/index.m3u8 #EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRISULTRA)/index.m3u8 -#EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRISultra)/index.m3u8 #EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRISULTRA)/index.m3u8 +#EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="timeout",TVRI Sulawesi Tenggara (480p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRISULTRA)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthKalimantan.id" status="online",TVRI Kalimantan Selatan (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALSELBANJARMSN)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthKalimantan.id" status="online",TVRI Kalimantan Selatan (720p) @@ -469,9 +469,9 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalselbanjarmsn)/index.m3u8 http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALSELBANJARMSN)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="online",TVRI Sulawesi Selatan (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRISULSELMAKASAR)/index.m3u8 -#EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="online",TVRI Sulawesi Selatan (480p) +#EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="timeout",TVRI Sulawesi Selatan (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRISulselmakasar)/index.m3u8 -#EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="online",TVRI Sulawesi Selatan (480p) +#EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="timeout",TVRI Sulawesi Selatan (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRISULSELMAKASAR)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthSumatra.id" status="online",TVRI Sumatera Selatan (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRISUMSEL)/index.m3u8 @@ -492,9 +492,9 @@ http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIJABARBAND #EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALBAR)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) -http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalbar)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALBAR)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) +http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalbar)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestNusaTenggara.id" status="online",TVRI Nusa Tenggara Barat (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRINTBMATARAM)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestNusaTenggara.id" status="online",TVRI Nusa Tenggara Barat (720p) @@ -523,53 +523,53 @@ http://118.97.50.107/Content/HLS/Live/Channel(TVRIYOGYAKARTA)/index.m3u8 http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIYogyakarta)/index.m3u8 #EXTINF:-1 tvg-id="TVRIYogyakarta.id" status="online",TVRI Yogyakarta (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIYOGYAKARTA)/index.m3u8 -#EXTINF:-1 tvg-id="TVRParlemen.id" status="error",TVR Parlemen (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemen.id" status="online",TVR Parlemen (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemen.id" status="error",TVR Parlemen (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemen.id" status="online",TVR Parlemen (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="error",TVR Parlemen Komisi I (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="online",TVR Parlemen Komisi I (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream1/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="error",TVR Parlemen Komisi I (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="online",TVR Parlemen Komisi I (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream1/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="online",TVR Parlemen Komisi II (720p) [Not 24/7] -http://103.18.181.69:1935/golive/livestream2/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="error",TVR Parlemen Komisi II (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream2/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="error",TVR Parlemen Komisi II (720p) [Not 24/7] +http://103.18.181.69:1935/golive/livestream2/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="online",TVR Parlemen Komisi III (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream3/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="error",TVR Parlemen Komisi III (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="online",TVR Parlemen Komisi III (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream3/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="online",TVR Parlemen Komisi IV (480p) [Not 24/7] -https://ssv1.dpr.go.id/golive/livestream4/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="error",TVR Parlemen Komisi IV (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream4/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="online",TVR Parlemen Komisi IV (480p) [Not 24/7] +https://ssv1.dpr.go.id/golive/livestream4/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="error",TVR Parlemen Komisi IX (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream9/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="error",TVR Parlemen Komisi IX (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream9/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="error",TVR Parlemen Komisi V (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="online",TVR Parlemen Komisi V (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream5/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="error",TVR Parlemen Komisi V (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="online",TVR Parlemen Komisi V (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream5/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="online",TVR Parlemen Komisi VI [Not 24/7] http://103.18.181.69:1935/golive/livestream6/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="error",TVR Parlemen Komisi VI [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="online",TVR Parlemen Komisi VI [Not 24/7] https://ssv1.dpr.go.id/golive/livestream6/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="online",TVR Parlemen Komisi VII (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream7/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="online",TVR Parlemen Komisi VII (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream7/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="error",TVR Parlemen Komisi VIII [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="online",TVR Parlemen Komisi VIII [Not 24/7] http://103.18.181.69:1935/golive/livestream8/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="error",TVR Parlemen Komisi VIII [Not 24/7] https://ssv1.dpr.go.id/golive/livestream8/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="error",TVR Parlemen Komisi X (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="online",TVR Parlemen Komisi X (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream10/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="error",TVR Parlemen Komisi X (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="online",TVR Parlemen Komisi X (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream10/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="online",TVR Parlemen Komisi XI (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="error",TVR Parlemen Komisi XI (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream11/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="online",TVR Parlemen Komisi XI (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="error",TVR Parlemen Komisi XI (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream11/playlist.m3u8 #EXTINF:-1 tvg-id="TVTabalong.id" status="online",TV Tabalong (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/tvtabalong/tvtabalong/playlist.m3u8 @@ -594,23 +594,23 @@ https://v2.siar.us/ammedia/720/playlist.m3u8 https://ammedia.siar.us/ammedia/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ATVLI (720p) https://wowza.convergen.co/atvli/atvli.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Dens Food Channel (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",Dens Food Channel (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s38/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",Dens Knowledge and Learning (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",Dens Knowledge and Learning (576p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s36/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",Dens Knowledge and Learning (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",Dens Knowledge and Learning (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s36/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s65/index2.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s65/index2.m3u8 +#EXTINF:-1 tvg-id="" status="online",Dens Play (720p) [Geo-blocked] +http://210.210.155.37/x6bnqe/s/s101/live.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Play (720p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s101/live.m3u8 -#EXTINF:-1 tvg-id="" status="error",Dens Play (720p) [Geo-blocked] -http://210.210.155.37/x6bnqe/s/s101/live.m3u8 -#EXTINF:-1 tvg-id="" status="error",Dens ShowBiz (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",Dens ShowBiz (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s35/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",dTVi (720p) +#EXTINF:-1 tvg-id="" status="online",dTVi (720p) https://alfa.kugo.id/dtvi/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Ficom Channel (720p) https://v3.siar.us/ficomchannel/live/playlist.m3u8 @@ -632,7 +632,7 @@ https://ncbtv.siar.us/ncbtv/live/playlist.m3u8 http://122.248.43.138:1935/ch7/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Persija TV (720p) https://bravo.kugo.id/persijatv/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RB TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RB TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch59.m3u8 #EXTINF:-1 tvg-id="" status="error",Sampit TV diff --git a/streams/il.m3u b/streams/il.m3u index 35392c096..a35f81fd5 100644 --- a/streams/il.m3u +++ b/streams/il.m3u @@ -27,7 +27,7 @@ https://kan23.media.kan.org.il/hls/live/2024691/2024691/master.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7ymw7f #EXTINF:-1 tvg-id="KnessetChannel.il" status="online",Knesset Channel (480p) [Not 24/7] https://contact.gostreaming.tv/Knesset/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="Makan33.il" status="timeout",Makan 33 (1080p) +#EXTINF:-1 tvg-id="Makan33.il" status="error",Makan 33 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/k2slq6Tpsh2bm4wA43P #EXTINF:-1 tvg-id="Now14.il" status="online",Now 14 https://dvr.ch20-cdnwiz.com/hls/live.m3u8 diff --git a/streams/in.m3u b/streams/in.m3u index c29b4800f..1a1fd0baf 100644 --- a/streams/in.m3u +++ b/streams/in.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="3TamilTV.in" status="online",3 Tamil TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="3TamilTV.in" status="error",3 Tamil TV (720p) [Not 24/7] https://6n3yogbnd9ok-hls-live.5centscdn.com/threetamil/d0dbe915091d400bd8ee7f27f0791303.sdp/index.m3u8 #EXTINF:-1 tvg-id="7SMusic.in" status="online",7S Music (576p) [Not 24/7] http://103.199.161.254/Content/7smusic/Live/Channel(7smusic)/index.m3u8 @@ -7,7 +7,7 @@ http://103.199.161.254/Content/7smusic/Live/Channel(7smusic)/index.m3u8 https://d2q8p4pe5spbak.cloudfront.net/bpk-tv/9XM/9XM.isml/index.m3u8 #EXTINF:-1 tvg-id="AajTak.in" status="online",Aaj Tak (360p) [Geo-blocked] https://lmil.live-s.cdn.bitgravity.com/cdn-live/_definst_/lmil/live/aajtak_app.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AathavanTV.in" status="online",Aathavan TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AathavanTV.in" status="error",Aathavan TV (720p) [Not 24/7] http://45.77.66.224:1935/athavantv/live/playlist.m3u8 #EXTINF:-1 tvg-id="AkaramKidz.in" status="online",Akaram Kidz (460p) [Not 24/7] http://akaram.zecast.net/akaram-live/akaramkidz/index.m3u8 @@ -60,11 +60,11 @@ https://live.neestream.net/neestream_01/darshanatv/index.m3u8 http://103.199.161.254/Content/ddmalayalam/Live/Channel(DDMalayalam)/index.m3u8 #EXTINF:-1 tvg-id="DDNational.in" status="online",DD National (576p) http://103.199.161.254/Content/ddnational/Live/Channel(DDNational)/index.m3u8 +#EXTINF:-1 tvg-id="DDNews.in" status="online",DD News (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCKwucPzHZ7zCUIf7If-Wo1g/live #EXTINF:-1 tvg-id="DDNews.in" status="online",DD News (576p) [Not 24/7] #EXTVLCOPT:http-referrer=https://webcast.gov.in/ https://playhls.media.nic.in/hls/live/ddnews/ddnews.m3u8 -#EXTINF:-1 tvg-id="DDNews.in" status="timeout",DD News (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCKwucPzHZ7zCUIf7If-Wo1g/live #EXTINF:-1 tvg-id="DDSports.in" status="online",DD Sports (576p) http://103.199.161.254/Content/ddsports/Live/Channel(DDSPORTS)/index.m3u8 #EXTINF:-1 tvg-id="Dhamaal.in" status="online",Dhamaal (1080p) [Not 24/7] @@ -127,10 +127,10 @@ http://103.199.161.254/Content/jeevan/Live/Channel(Jeevan)/index.m3u8 https://cdn.smartstream.video/smartstream-us/jonakk/jonakk/playlist.m3u8 #EXTINF:-1 tvg-id="KadakHits.in" status="online",Kadak Hits (1080p) [Not 24/7] https://live.hungama.com/linear/kadak-hits/playlist.m3u8 +#EXTINF:-1 tvg-id="KairaliNews.in" status="online",Kairali News (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCkCWitaToNG1_lR-Si1oMrg/live #EXTINF:-1 tvg-id="KairaliNews.in" status="online",Kairali News (480p) https://live.neestream.net/neestream_01/kairalinews/index.m3u8?token=693400 -#EXTINF:-1 tvg-id="KairaliNews.in" status="timeout",Kairali News (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCkCWitaToNG1_lR-Si1oMrg/live #EXTINF:-1 tvg-id="KairaliTV.in" status="online",Kairali TV (480p) https://live.neestream.net/neestream_01/kairalitv/index.m3u8?token=693400 #EXTINF:-1 tvg-id="KairaliTV.in" status="online",Kairali TV (480p) @@ -211,7 +211,7 @@ https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/master.m3u https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680-b/ndtvprofit/master.m3u8 #EXTINF:-1 tvg-id="NDTVProfit.in" status="online",NDTV Profit (480p) [Not 24/7] https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680/ndtvprofit/master.m3u8 -#EXTINF:-1 tvg-id="NDTVProfit.in" status="online",NDTV Profit [Geo-blocked] +#EXTINF:-1 tvg-id="NDTVProfit.in" status="blocked",NDTV Profit [Geo-blocked] https://ndtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/ndtv/live/ndtv_profit.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NeeCinema.in" status="online",Nee Cinema (480p) https://live.neestream.net/neestream_01/neecinema/index.m3u8?token=693400 @@ -251,7 +251,7 @@ http://stream.pztv.online/pztv/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCmyKnNRH0wH-r8I-ceP-dsg/live #EXTINF:-1 tvg-id="PuthuyugamTV.in" status="online",Puthuyugam TV (576p) [Not 24/7] http://103.199.160.85/Content/puthuyugam/Live/Channel(Puthuyugam)/index.m3u8 -#EXTINF:-1 tvg-id="RajNewsMalayalam.in" status="timeout",Raj News Malayalam +#EXTINF:-1 tvg-id="RajNewsMalayalam.in" status="online",Raj News Malayalam http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RajNewsMalayalam/live #EXTINF:-1 tvg-id="RealNewsKerala.in" status="online",Real News Kerala (1080p) [Not 24/7] https://bk7l298nyx53-hls-live.5centscdn.com/realnews/e7dee419f91aa9e65939d3677fb9c4f5.sdp/playlist.m3u8 @@ -269,7 +269,7 @@ http://media.7starcloud.com:1935/live/sanatv2/playlist.m3u8 http://hdserver.7starcloud.com:1935/sanatv/sanatv/playlist.m3u8 #EXTINF:-1 tvg-id="SanthoraTV.in" status="online",Santhora TV (720p) http://santhoratv.zecast.net/santhoratv/santhoratv/index.m3u8 -#EXTINF:-1 tvg-id="SathiyamTV.in" status="timeout",Sathiyam TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SathiyamTV.in" status="online",Sathiyam TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2ziCMHFPWkFHjocUMXT__Q/live #EXTINF:-1 tvg-id="ShekinahTV.in" status="online",Shekinah TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCHtYUfPnQci6GoUpPlWfrOg/live @@ -343,7 +343,7 @@ https://live.neestream.net/neestream_01/kairaliwe/index.m3u8?token=693400 http://103.153.92.157:11037/hls/kbh.m3u8 #EXTINF:-1 tvg-id="" status="online",KITE Victers (Kerala) (720p) [Not 24/7] https://932y4x26ljv8-hls-live.5centscdn.com/victers/tv.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Life TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Life TV (480p) [Not 24/7] http://59c3ec70cfde0.streamlock.net/channel_6/channel6/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Mandra TV http://192.99.2.28/mandra_hls/mandra.m3u8 diff --git a/streams/iq.m3u b/streams/iq.m3u index d87040879..bc222beda 100644 --- a/streams/iq.m3u +++ b/streams/iq.m3u @@ -13,7 +13,7 @@ https://sd343444.vodu.store:3356/live/Alghadeer/index.m3u8 https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8 #EXTINF:-1 tvg-id="AlIraqiaNews.iq" status="blocked",Al Iraqia News https://cdn.catiacast.video/abr/78054972db7708422595bc96c6e024ac/playlist.m3u8 -#EXTINF:-1 tvg-id="AlJawadainTV.iq" status="online",Al-Jawadain TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AlJawadainTV.iq" status="error",Al-Jawadain TV (1080p) [Not 24/7] https://live.aljawadain.org/live/aljawadaintv/playlist.m3u8 #EXTINF:-1 tvg-id="AlkafeelBetweenthetwoholyshrines.iq" status="online",Alkafeel: Between the two holy shrines (720p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot4/manifest.m3u8 @@ -91,7 +91,7 @@ https://svs.itworkscdn.net/rudawlive/rudawlive.smil/playlist.m3u8 https://602ccc850c9bb.streamlock.net/sterktv/smil:sterk.smil/playlist.m3u8 #EXTINF:-1 tvg-id="UTV.iq" status="error",UTV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://vimeo.com/748384819 -#EXTINF:-1 tvg-id="ZagrosTV.iq" status="timeout",Zagros (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ZagrosTV.iq" status="error",Zagros (720p) [Not 24/7] https://5a3ed7a72ed4b.streamlock.net/zagrostv/SMIL:myStream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Iraqia Sport (1080p) [Geo-blocked] https://au7live.tooliserver.com/live/149075_0.m3u8?session= diff --git a/streams/ir.m3u b/streams/ir.m3u index 972757b78..112038d02 100644 --- a/streams/ir.m3u +++ b/streams/ir.m3u @@ -61,8 +61,6 @@ https://5acf9f9415a10.streamlock.net/live_transcoder/ngrp:mohabat.stream_all/pla http://51.210.227.130/hls/stream.m3u8 #EXTINF:-1 tvg-id="OmideIranTV.ir" status="online",Omide Iran (720p) [Not 24/7] http://51.210.199.38/hls/stream.m3u8 -#EXTINF:-1 tvg-id="ParnianTV.ca" status="error",Parnian TV (1080p) [Not 24/7] -https://live2.parnian.tv/hls/live/play.m3u8 #EXTINF:-1 tvg-id="ParsTV.ir" status="online",Pars TV (720p) [Not 24/7] https://livestream.5centscdn.com/cls032817/18e2bf34e2035dbabf48ee2db66405ce.sdp/index.m3u8 #EXTINF:-1 tvg-id="PayamJavanTV.ir" status="online",Payam Javan TV (720p) [Not 24/7] diff --git a/streams/it.m3u b/streams/it.m3u index 69983534e..fbf29854c 100644 --- a/streams/it.m3u +++ b/streams/it.m3u @@ -113,15 +113,15 @@ http://178.32.140.155/canale51/canale51/playlist.m3u8 https://56b50ada2d659.streamlock.net/RadioBirikinaTV/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioIbizaTV.it" status="online",Radio Ibiza TV (720p) [Not 24/7] https://5929b138b139d.streamlock.net/RadioIbizaTV/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioIglesias.it" status="blocked",Radio Iglesias (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="RadioIglesias.it" status="online",Radio Iglesias (576p) [Geo-blocked] http://wms.shared.streamshow.it/visualradio/mp4:visualradio/playlist.m3u8 #EXTINF:-1 tvg-id="RadioIglesiasSardegna.it" status="online",Radio Iglesias Sardegna (576p) [Geo-blocked] https://59d7d6f47d7fc.streamlock.net/visualradio/visualradio/playlist.m3u8 -#EXTINF:-1 tvg-id="RadionorbaTV.it" status="timeout",Radionorba TV (404p) +#EXTINF:-1 tvg-id="RadionorbaTV.it" status="error",Radionorba TV (404p) http://flash5.streaming.xdevel.com/radionorbatv/smil:radionorbatv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RadioNumberOne.it" status="online",Radio Number One (720p) [Not 24/7] https://56b50ada2d659.streamlock.net/RN1TV/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioPiterPanTV.it" status="online",Radio Piter Pan TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioPiterPanTV.it" status="error",Radio Piter Pan TV (720p) [Not 24/7] https://58d921499d3d3.streamlock.net/RadioPiterpanTV/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioRadioTV.it" status="online",Radio Radio TV (720p) http://api.new.livestream.com/accounts/11463451/events/3679884/live.m3u8 @@ -272,9 +272,9 @@ https://59d8c0cee6f3d.streamlock.net/televenezia/televenezia/playlist.m3u8 https://59d7d6f47d7fc.streamlock.net/tva/tva/playlist.m3u8 #EXTINF:-1 tvg-id="TGCom24.it" status="blocked",TGCom 24 [Geo-blocked] https://live2-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(kf)/index.m3u8 -#EXTINF:-1 tvg-id="TGNorba24.it" status="timeout",TG Norba 24 (360p) +#EXTINF:-1 tvg-id="TGNorba24.it" status="error",TG Norba 24 (360p) http://flash5.streaming.xdevel.com/tgnorba_24/smil:tgnorba_24.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TGNorba24.it" status="timeout",TG Norba 24 (360p) +#EXTINF:-1 tvg-id="TGNorba24.it" status="error",TG Norba 24 (360p) https://flash5.xdevel.com/tgnorba_24/smil:tgnorba_24.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TopCrime.it" status="blocked",Top Crime [Geo-blocked] https://live3-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(lt)/index.m3u8 @@ -286,7 +286,7 @@ https://59d8c0cee6f3d.streamlock.net/tsn/tsn_mobile/playlist.m3u8 http://streaming.senecadot.com/live/flv:tv7.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TV7Triveneta.it" status="online",TV7 Triveneta (270p) [Not 24/7] http://217.61.26.46:8080/hls/triveneta.m3u8 -#EXTINF:-1 tvg-id="TV2000.va" status="error",TV 2000 (360p) [Not 24/7] +#EXTINF:-1 tvg-id="TV2000.va" status="timeout",TV 2000 (360p) [Not 24/7] http://cld04wz.tv2000.it/tv2000_main.m3u8 #EXTINF:-1 tvg-id="TVAVicenza.it" status="online",TVA (Vicenza) (720p) http://fms.tvavicenza.it:1935/live/diretta_1/playlist.m3u8 @@ -310,7 +310,7 @@ http://livestreaming.videolina.it/live/Videolina/playlist.m3u8 https://d3b2epqdk0p7vd.cloudfront.net/out/v1/8a448b5e16384af4a3c8146a7b049c32/index.m3u8 #EXTINF:-1 tvg-id="VirginRadioTV.it" status="blocked",Virgin Radio TV (576p) [Not 24/7] https://live2-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(ew)/index.m3u8 -#EXTINF:-1 tvg-id="VisualRadio.it" status="blocked",Visual Radio (576p) [Not 24/7] +#EXTINF:-1 tvg-id="VisualRadio.it" status="online",Visual Radio (576p) [Not 24/7] http://wms.shared.streamshow.it:1935/visualradio/visualradio/live.m3u8 #EXTINF:-1 tvg-id="Vuemme.it" status="online",Vuemme (480p) https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8 @@ -332,7 +332,7 @@ https://live3-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channe https://live3-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(bb)/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Radicale TV (240p) [Not 24/7] https://video-ar.radioradicale.it/diretta/padtv2/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",radionorba TV (404p) +#EXTINF:-1 tvg-id="" status="error",radionorba TV (404p) http://46.165.210.112/radionorbatv/norbatv_source.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rai 1 (Geo) (576p) http://mediapolisevent.rai.it/relinker/relinkerServlet.htm?cont=2606803 diff --git a/streams/jo.m3u b/streams/jo.m3u index fa7c5cd06..d1c9c2318 100644 --- a/streams/jo.m3u +++ b/streams/jo.m3u @@ -3,7 +3,7 @@ https://almamlka-live.ercdn.net/almamlka/almamlka.m3u8 #EXTINF:-1 tvg-id="AmmanTV.jo" status="online",Amman TV (720p) https://ammantv.c.s73cdn.net/23153d43-375a-472a-bc5f-9827582b5d22/elemental/live/master.m3u8 -#EXTINF:-1 tvg-id="AmmanTV.jo" status="error",Amman TV (720p) +#EXTINF:-1 tvg-id="AmmanTV.jo" status="timeout",Amman TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x81y6g1 #EXTINF:-1 tvg-id="AOneTV.jo" status="online",A One TV https://master.starmena-cloud.com/hls/a1jo.m3u8 @@ -43,7 +43,7 @@ http://188.247.86.66/RadioFann/Audio32/playlist.m3u8 http://188.247.86.66/RotanaRadio/Audio32/playlist.m3u8 #EXTINF:-1 tvg-id="RoyaTV.jo" status="online",Roya TV (720p) [Not 24/7] https://weyyak-live.akamaized.net/weyyak_roya/index.m3u8 -#EXTINF:-1 tvg-id="ToyorAlJannah.jo" status="online",Toyor Al-Jannah (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ToyorAlJannah.jo" status="error",Toyor Al-Jannah (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/toyorlive/live -#EXTINF:-1 tvg-id="" status="timeout",Thakafah TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Thakafah TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ThakafahTV/live diff --git a/streams/jp.m3u b/streams/jp.m3u index 641e9e492..d9d1c1221 100644 --- a/streams/jp.m3u +++ b/streams/jp.m3u @@ -31,12 +31,12 @@ https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/sycc-live/id/playlist.m3u https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/sycc-live/zh/playlist.m3u8 #EXTINF:-1 tvg-id="NipponTV.jp" status="online",Nippon TV (540p) [Not 24/7] https://ntv3.mov3.co/hls/ntv.m3u8 +#EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCuTAXTexrhetbOe3zgskJBQ/live #EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (480p) https://n24-cdn-live.ntv.co.jp/ch01/index.m3u8 #EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (480p) https://n24-cdn-live.ntv.co.jp/ch02/index.m3u8 -#EXTINF:-1 tvg-id="NTVNews24.jp" status="timeout",NTV News24 (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCuTAXTexrhetbOe3zgskJBQ/live #EXTINF:-1 tvg-id="ShopChannel.jp" status="online",Shop Channel (1080p) [Not 24/7] https://stream3.shopch.jp/HLS/master.m3u8 #EXTINF:-1 tvg-id="TBSNews.jp" status="online",TBS News @@ -57,7 +57,7 @@ https://movie.mcas.jp/mcas/smil:wn1.smil/master.m3u8 http://cgntv-glive.ofsdelivery.net/live/_definst_/cgntv_jp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",NHK World Japan (YouTube) (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCSPEjw8F2nQDtmUKPFNF7_A/live -#EXTINF:-1 tvg-id="" status="online",TBS (JNN) News Dig 24/7 Live (1080p) +#EXTINF:-1 tvg-id="" status="error",TBS (JNN) News Dig 24/7 Live (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=H3D90-436C4 #EXTINF:-1 tvg-id="" status="online",Weather Channel (ウェザーニュース) (BS | WNI) (720p) http://movie.mcas.jp/mcas/wn1_2/master.m3u8 diff --git a/streams/ke.m3u b/streams/ke.m3u index 9084b3121..a912458dd 100644 --- a/streams/ke.m3u +++ b/streams/ke.m3u @@ -1,11 +1,11 @@ #EXTM3U -#EXTINF:-1 tvg-id="CitizenTV.ke" status="timeout",Citizen TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CitizenTV.ke" status="online",Citizen TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/kenyacitizentv/live #EXTINF:-1 tvg-id="KamemeTV.ke" status="timeout",Kameme TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x6ol8sj -#EXTINF:-1 tvg-id="KTNNews.ke" status="timeout",KTN News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KTNNews.ke" status="online",KTN News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/standardgroupkenya/live #EXTINF:-1 tvg-id="NTVKenya.ke" status="timeout",NTV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x6shkab -#EXTINF:-1 tvg-id="TV47Kenya.ke" status="timeout",TV47 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TV47Kenya.ke" status="error",TV47 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/tv47kenya/ diff --git a/streams/kr.m3u b/streams/kr.m3u index feaad75d7..edadc16a7 100644 --- a/streams/kr.m3u +++ b/streams/kr.m3u @@ -8,9 +8,9 @@ https://allanf181.github.io/adaptive-streams/streams/kr/Anione.m3u8 #EXTINF:-1 tvg-id="Aniplus.kr" status="online",Aniplus (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/Aniplus.m3u8 #EXTINF:-1 tvg-id="AniplusAsia.sg" status="online",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] -http://210.210.155.37/dr9445/h/h02/index.m3u8 -#EXTINF:-1 tvg-id="AniplusAsia.sg" status="error",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h02/index.m3u8 +#EXTINF:-1 tvg-id="AniplusAsia.sg" status="online",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] +http://210.210.155.37/dr9445/h/h02/index.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) http://amdlive-ch01.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) @@ -20,11 +20,11 @@ http://amdlive-ch03.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/pla #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) -https://amdlive-ch01-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) https://amdlive-ch02-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) https://amdlive-ch03-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="ArirangTV.kr" status="error",Arirang (720p) +https://amdlive-ch01-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AsiaN.kr" status="online",AsiaN (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/AsiaN.m3u8 #EXTINF:-1 tvg-id="BadukTV.kr" status="online",Baduk TV (1080p) [Not 24/7] @@ -69,7 +69,7 @@ https://live-ch1.cjonstyle.net/cjmalllive/stream2/playlist.m3u8 https://live-ch2.cjonstyle.net/cjosplus/live2/playlist.m3u8 #EXTINF:-1 tvg-id="CTSTV.kr" status="online",CTS기독교TV (720p) https://d34t5yjz1ooymj.cloudfront.net/out/v1/875039d5eba0478fa8375a06b3aa5a37/index.m3u8 -#EXTINF:-1 tvg-id="DaeguMBCTV.kr" status="error",MBC Daegu (대구 MBC) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="DaeguMBCTV.kr" status="online",MBC Daegu (대구 MBC) (480p) [Not 24/7] https://5ee1ec6f32118.streamlock.net/live/livetv/playlist.m3u8 #EXTINF:-1 tvg-id="DaejeonMBCTV.kr" status="online",MBC Daejeon (대전 MBC) (720p) [Not 24/7] https://ns1.tjmbc.co.kr/live/myStream.sdp/playlist.m3u8 @@ -101,10 +101,10 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://necgokr2-724.acs.wecandeo.com/ms/2528/724/index_1.m3u8 #EXTINF:-1 tvg-id="FTV.kr" status="online",FTV (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/FTV.m3u8 +#EXTINF:-1 tvg-id="GCN.kr" status="online",GCN24 Korean (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqGxkgVnPc7arUR7MdCi99g/live #EXTINF:-1 tvg-id="GCN.kr" status="online",GCN24 Korean (480p) [Not 24/7] http://liveko24-manminglobal3.ktcdn.co.kr/liveko24/gcnko_high/playlist.m3u8 -#EXTINF:-1 tvg-id="GCN.kr" status="timeout",GCN24 Korean (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqGxkgVnPc7arUR7MdCi99g/live #EXTINF:-1 tvg-id="GolfPBA.kr" status="online",Golf & PBA (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/GolfPBA.m3u8 #EXTINF:-1 tvg-id="GSMyShop.kr" status="online",GS My Shop (1080p) @@ -123,9 +123,9 @@ https://allanf181.github.io/adaptive-streams/streams/kr/HoneyTV.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/IBSports.m3u8 #EXTINF:-1 tvg-id="iHQDrama.kr" status="online",iHQ drama (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/iHQDrama.m3u8 -#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="error",MBC Jeju (제주 MBC) (352p) [Not 24/7] +#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="online",MBC Jeju (제주 MBC) (352p) [Not 24/7] https://wowza.jejumbc.com/live/tv_jejumbc/playlist.m3u8 -#EXTINF:-1 tvg-id="JIBSTV.kr" status="timeout",SBS JIBS (JIBS SBS) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JIBSTV.kr" status="online",SBS JIBS (JIBS SBS) (720p) [Not 24/7] http://123.140.197.22/stream/1/play.m3u8 #EXTINF:-1 tvg-id="JTBC2.kr" status="online",JTBC2 (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/JTBC2.m3u8 @@ -159,10 +159,10 @@ http://ye23.vip/z7z8/2021/kbs2020.php?id=7 http://ye23.vip/z7z8/2021/kbs2020.php?id=8 #EXTINF:-1 tvg-id="KBSWorld.kr" status="online",KBS World (720p) https://kbsworld-ott.akamaized.net/hls/live/2002341/kbsworld/master.m3u8 +#EXTINF:-1 tvg-id="KBSWorld.kr" status="online",KBS World (Vietnamese Subtitles) (720p) +https://livecdn.fptplay.net/sdb/kbs_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KBSWorld.kr" status="online",KBS World (720p) https://wms4-kortv.akamaized.net/a_live/63719963/smil:20ch011.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="KBSWorld.kr" status="error",KBS World (Vietnamese Subtitles) (720p) -https://livecdn.fptplay.net/sdb/kbs_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KCTV.kr" status="online",KCTV 광주 CH05 (720p) [Not 24/7] http://119.77.96.184:1935/chn05/chn05/playlist.m3u8 #EXTINF:-1 tvg-id="KLeague1.kr" status="online",K League 1 (1080p) [Not 24/7] @@ -177,7 +177,7 @@ http://220.95.92.160:9981/stream/channelid/1445999617 http://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="KoreaEconomyTV.kr" status="online",Korea Economy TV (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/KoreaEconomyTV.m3u8 -#EXTINF:-1 tvg-id="KPlus.sg" status="error",K+ (Indonesian subtitle) (576p) +#EXTINF:-1 tvg-id="KPlus.sg" status="online",K+ (Indonesian subtitle) (576p) http://210.210.155.37/uq2663/h/h08/index.m3u8 #EXTINF:-1 tvg-id="KShopping.kr" status="online",KShopping https://fhs8036.bd-61.ktcdn.co.kr/klive/smil:klive.smil/playlist.m3u8 @@ -243,16 +243,16 @@ https://allanf181.github.io/adaptive-streams/streams/kr/ScreenGolfzon.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/SkySports.m3u8 #EXTINF:-1 tvg-id="SPOTV2.kr" status="online",SPOTV2 (1080p) https://apichvod19.seezntv.com/OTM/11990_H.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 -#EXTINF:-1 tvg-id="SPOTV2.kr" status="online",SPOTV2 (720p) -https://apichvod19.seezntv.com/OTM/11990_M.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 #EXTINF:-1 tvg-id="SPOTV2.kr" status="online",SPOTV2 (404p) https://apichvod19.seezntv.com/OTM/11990_L.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 +#EXTINF:-1 tvg-id="SPOTV2.kr" status="error",SPOTV2 (720p) +https://apichvod19.seezntv.com/OTM/11990_M.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 #EXTINF:-1 tvg-id="SPOTV.kr" status="online",SPOTV1 (1080p) https://apichvod19.seezntv.com/OTM/10070_H.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 +#EXTINF:-1 tvg-id="SPOTV.kr" status="online",SPOTV1 (720p) +https://apichvod19.seezntv.com/OTM/10070_M.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 #EXTINF:-1 tvg-id="SPOTV.kr" status="online",SPOTV1 (404p) https://apichvod19.seezntv.com/OTM/10070_L.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 -#EXTINF:-1 tvg-id="SPOTV.kr" status="error",SPOTV1 (720p) -https://apichvod19.seezntv.com/OTM/10070_M.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 #EXTINF:-1 tvg-id="TBCTV.kr" status="online",SBS TBC (TBC 대구방송) (540p) http://221.157.125.239:1935/live/psike/playlist.m3u8 #EXTINF:-1 tvg-id="TBSTV.kr" status="online",TBS Seoul (720p) @@ -271,7 +271,7 @@ https://allanf181.github.io/adaptive-streams/streams/kr/Tooniverse.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/TVChosun.m3u8 #EXTINF:-1 tvg-id="tvN.kr" status="online",tvN (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/tvN.m3u8 -#EXTINF:-1 tvg-id="TVNAsia.hk" status="error",tvN Asia (Indonesian Subtitle) (576p) +#EXTINF:-1 tvg-id="TVNAsia.hk" status="online",tvN Asia (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h20/index.m3u8 #EXTINF:-1 tvg-id="tvNDrama.kr" status="online",tvN DRAMA (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/tvNDrama.m3u8 @@ -293,16 +293,16 @@ https://allanf181.github.io/adaptive-streams/streams/kr/Viki.m3u8 https://5c3639aa99149.streamlock.net/live_TV/tv/playlist.m3u8 #EXTINF:-1 tvg-id="YonhapNewsTV.kr" status="online",Yonhap News TV (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/YonhapNewsTV.m3u8 +#EXTINF:-1 tvg-id="YTN.kr" status="online",YTN (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChlgI3UHCOnwUGzWzbJ3H5w/live #EXTINF:-1 tvg-id="YTN.kr" status="online",YTN (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/YTN.m3u8 -#EXTINF:-1 tvg-id="YTN.kr" status="timeout",YTN (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChlgI3UHCOnwUGzWzbJ3H5w/live #EXTINF:-1 tvg-id="YTNDMB.kr" status="timeout",YTN DMB http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC38IlqMxZ_YtFg3eSGmmJnQ/live +#EXTINF:-1 tvg-id="YTNScience.kr" status="online",YTN SCIENCE (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZdBJIbJz0P9xyFipgOj1fA/live #EXTINF:-1 tvg-id="YTNScience.kr" status="online",YTN SCIENCE (270p) http://slive.sciencetv.kr:1935/science/yslive_20140419_1/playlist.m3u8 -#EXTINF:-1 tvg-id="YTNScience.kr" status="timeout",YTN SCIENCE (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZdBJIbJz0P9xyFipgOj1fA/live #EXTINF:-1 tvg-id="" status="timeout",All The K-POP http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ALLTHEKPOP/live #EXTINF:-1 tvg-id="" status="online",Arirang Radio (720p) diff --git a/streams/kw.m3u b/streams/kw.m3u index 641531e74..9c4c7ccf2 100644 --- a/streams/kw.m3u +++ b/streams/kw.m3u @@ -15,11 +15,11 @@ https://gulfsat.cdn.easybroadcast.fr/live/Aladalah_abr/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/embed/video/x7tchkl #EXTINF:-1 tvg-id="FunoonTV.kw" status="blocked",Funoon (360p) https://gulfsat.cdn.easybroadcast.fr/live/FunoonHd_abr/playlist.m3u8 -#EXTINF:-1 tvg-id="KTVEthraa.kw" status="timeout",KTV Ethraa (1080p) +#EXTINF:-1 tvg-id="KTVEthraa.kw" status="online",KTV Ethraa (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVEthraa -#EXTINF:-1 tvg-id="KTVKhallikBilbait.kw" status="timeout",KTV Khallik Bilbait (1080p) +#EXTINF:-1 tvg-id="KTVKhallikBilbait.kw" status="online",KTV Khallik Bilbait (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KhallikBilbait #EXTINF:-1 tvg-id="KTVSport.kw" status="online",KTV Sport (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVSports -#EXTINF:-1 tvg-id="MarinaTV.kw" status="timeout",Marina TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MarinaTV.kw" status="online",Marina TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/marinai/live diff --git a/streams/kz.m3u b/streams/kz.m3u index dae9b914d..6b44914e8 100644 --- a/streams/kz.m3u +++ b/streams/kz.m3u @@ -7,16 +7,16 @@ http://live-atameken.cdnvideo.ru/atameken/atameken.sdp/playlist.m3u8 https://sc.id-tv.kz/Atameken.m3u8 #EXTINF:-1 tvg-id="CaspianNews.kz" status="online",Caspian News (576p) [Not 24/7] https://sc.id-tv.kz/CaspianNews.m3u8 -#EXTINF:-1 tvg-id="ElArna.kz" status="error",Ел Арна (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ElArna.kz" status="online",Ел Арна (576p) [Not 24/7] https://sc.id-tv.kz/ElArna.m3u8 #EXTINF:-1 tvg-id="GakkuTV.kz" status="online",Gakku (576p) [Not 24/7] https://sc.id-tv.kz/Gakku.m3u8 #EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnAFKvDuqBGkIfV8Vn0J_CQ/live +#EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (720p) [Not 24/7] http://serv30.vintera.tv:8081/habar/habar24/playlist.m3u8 #EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (720p) [Not 24/7] https://live-24kz.cdnvideo.ru/24kz/24kz.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="Khabar24.kz" status="timeout",Хабар 24 (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnAFKvDuqBGkIfV8Vn0J_CQ/live #EXTINF:-1 tvg-id="KTK.kz" status="online",КТК (576p) [Not 24/7] https://sc.id-tv.kz/KTK.m3u8 #EXTINF:-1 tvg-id="KTK.kz" status="online",КТК (360p) [Not 24/7] diff --git a/streams/lb.m3u b/streams/lb.m3u index 2bd14e6b9..fe529eaf5 100644 --- a/streams/lb.m3u +++ b/streams/lb.m3u @@ -13,10 +13,10 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid https://manar.live/iptv/playlist.m3u8 #EXTINF:-1 tvg-id="AlManar.lb" status="online",Al Manar (576p) [Not 24/7] https://manar.live/x.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AlMayadeenTV.lb" status="online",Al Mayadeen (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCO-kV7ZFOiKwcP2U0h4aEbA/live #EXTINF:-1 tvg-id="AlMayadeenTV.lb" status="online",Al Mayadeen (576p) https://mdnlv.cdn.octivid.com/almdn/smil:mpegts.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlMayadeenTV.lb" status="timeout",Al Mayadeen (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCO-kV7ZFOiKwcP2U0h4aEbA/live #EXTINF:-1 tvg-id="ArabicaTV.lb" status="online",Arabica TV (720p) http://istream.binarywaves.com:8081/hls/arabica/playlist.m3u8 #EXTINF:-1 tvg-id="CharityTV.lb" status="online",CharityTV (1080p) [Not 24/7] diff --git a/streams/mo.m3u b/streams/mo.m3u index f62995c93..0113d1c75 100644 --- a/streams/mo.m3u +++ b/streams/mo.m3u @@ -5,7 +5,7 @@ http://live4.tdm.com.mo/ch2/_definst_/ch2.live/playlist.m3u8 http://live4.tdm.com.mo/ch5/_definst_/info_ch5.live/playlist.m3u8 #EXTINF:-1 tvg-id="TDMMacau.mo" status="online",TDM Macau (720p) http://live4.tdm.com.mo/ch1/_definst_/ch1.live/playlist.m3u8 -#EXTINF:-1 tvg-id="TDMMacauSatelite.mo" status="online",TDM Macau Satelite (720p) +#EXTINF:-1 tvg-id="TDMMacauSatelite.mo" status="error",TDM Macau Satelite (720p) http://live4.tdm.com.mo/ch3/_definst_/ch3.live/playlist.m3u8 #EXTINF:-1 tvg-id="TDMSportsMacau.mo" status="online",TDM Sports Macau (720p) http://live4.tdm.com.mo/ch4/_definst_/sport_ch4.live/playlist.m3u8 diff --git a/streams/mq.m3u b/streams/mq.m3u index 30d432df4..06c9504a6 100644 --- a/streams/mq.m3u +++ b/streams/mq.m3u @@ -1,5 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="EsperanceTV.mq" status="error",Espérance TV (720p) [Not 24/7] -https://hcinteram.mmdlive.lldns.net/hcinteram/5fb30e8b271544039e79f93d4d496b25/manifest.m3u8 #EXTINF:-1 tvg-id="Martinique1ere.mq" status="error",Martinique la 1ère (720p) [Not 24/7] https://query-streamlink.herokuapp.com/iptv-query?streaming-ip=https://www.youtube.com/channel/UCgA9V57lQlZFXkDfhVGTWSg/live diff --git a/streams/mr.m3u b/streams/mr.m3u index 336a9b58e..86c1090db 100644 --- a/streams/mr.m3u +++ b/streams/mr.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="timeout",Télévision de Mauritanie (1080p) +#EXTINF:-1 tvg-id="" status="online",Télévision de Mauritanie (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/mauritaniantv/live diff --git a/streams/mw.m3u b/streams/mw.m3u index 0ae0ecb2f..21c2fc2d0 100644 --- a/streams/mw.m3u +++ b/streams/mw.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="MBC.mw" status="online",MBC (614p) [Not 24/7] +#EXTINF:-1 tvg-id="MBC.mw" status="error",MBC (614p) [Not 24/7] http://41.216.229.205:8080/live/livestream/index.m3u8 diff --git a/streams/mx.m3u b/streams/mx.m3u index 3f7d6b46a..bd88bdb04 100644 --- a/streams/mx.m3u +++ b/streams/mx.m3u @@ -11,7 +11,7 @@ http://45.174.77.243:8000/play/a0fl/index.m3u8 https://mdstrm.com/live-stream-playlist/5a7b1e63a8da282c34d65445.m3u8 #EXTINF:-1 tvg-id="Canal10Cancun.mx" status="online",Canal 10 Cancún (720p) [Not 24/7] http://stream2.dynalias.com:1935/live/tvlive1/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal28.mx" status="error",Canal 28 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal28.mx" status="online",Canal 28 (720p) [Not 24/7] https://api.new.livestream.com/accounts/3789491/events/8003011/live.m3u8 #EXTINF:-1 tvg-id="Canal44.mx" status="online",Canal 44 Chihuahua (720p) [Not 24/7] https://5e50264bd6766.streamlock.net/canal442/videocanal442/playlist.m3u8 @@ -27,21 +27,21 @@ https://video.cdmx.gob.mx/livestream/stream.m3u8 http://204.12.211.210:1935/conectatv/conectatv/playlist.m3u8 #EXTINF:-1 tvg-id="Foro.mx" status="blocked",Foro (720p) [Geo-blocked] https://live-streams-notusa.televisa.com/channel02-b/index.m3u8 -#EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="online",Hipodromo de las Americas (360p) [Not 24/7] -http://wms10.tecnoxia.com/soelvi/slv423/playlist.m3u8 -#EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="blocked",Hipódromo de las Américas (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="online",Hipódromo de las Américas (480p) [Geo-blocked] http://wms.tecnoxia.com:1935/8158/8158/playlist.m3u8 +#EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="error",Hipodromo de las Americas (360p) [Not 24/7] +http://wms10.tecnoxia.com/soelvi/slv423/playlist.m3u8 #EXTINF:-1 tvg-id="ImagenMulticast.mx" status="online",Imagen Multicast (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UClqo4ZAAZ01HQdCTlovCgkA/live -#EXTINF:-1 tvg-id="ImagenRadio.mx" status="error",Imagen Radio (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ImagenRadio.mx" status="online",Imagen Radio (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCB0BUmdBOrH9mYU2ebs1eWA/live #EXTINF:-1 tvg-id="JaliscoTV.mx" status="online",Jalisco TV (720p) [Geo-blocked] https://5fa5de1a545ae.streamlock.net/sisjalisciense/sisjalisciense/playlist.m3u8 #EXTINF:-1 tvg-id="MariaVision.mx" status="online",María Visión Mexico (360p) [Not 24/7] https://1601580044.rsc.cdn77.org/live/_jcn_/amlst:Mariavision/master.m3u8 -#EXTINF:-1 tvg-id="MexicoTravelChannel.mx" status="timeout",México Travel Channel (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MexicoTravelChannel.mx" status="online",México Travel Channel (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7v76vf -#EXTINF:-1 tvg-id="MilenioTelevision.mx" status="online",Milenio Televisión (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MilenioTelevision.mx" status="timeout",Milenio Televisión (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFxHplbcoJK9m70c4VyTIxg/live #EXTINF:-1 tvg-id="MonteMaria.mx" status="timeout",Monte Maria (720p) https://rbaca.livestreamingcdn.com/envivo3/smil:live.smil/playlist.m3u8 @@ -55,7 +55,7 @@ https://mdstrm.com/live-stream-playlist/57b4dbf5dbbfc8f16bb63ce1.m3u8 https://canal10.mediaflix.istream.mx/wza_live/live/movil/playlist.m3u8 #EXTINF:-1 tvg-id="OnceMexico.mx" status="online",Once Mexico (720p) https://d24sa4vr9gvjv.cloudfront.net/index.m3u8 -#EXTINF:-1 tvg-id="QuieroTV.mx" status="timeout",Quiero TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="QuieroTV.mx" status="online",Quiero TV (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x8452uw #EXTINF:-1 tvg-id="RCGTV2.mx" status="online",RCG TV 2 (360p) [Not 24/7] http://wowzacontrol.com:1936/stream23/stream23/playlist.m3u8 @@ -73,7 +73,7 @@ https://mdstrm.com/live-stream-playlist/61e1e088d04d7744686afc42.m3u8 http://mdstrm.com/live-stream-playlist/57b4dc126338448314449d0c.m3u8 #EXTINF:-1 tvg-id="TelevisaAguascalientes.mx" status="timeout",Televisa Aguascalientes (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5ZtV3bu3bjSuOLoA6oCFIg/live -#EXTINF:-1 tvg-id="TelevisaCiudadJuarez.mx" status="timeout",Televisa Ciudad Juarez (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaCiudadJuarez.mx" status="online",Televisa Ciudad Juarez (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCot4t8PVKz8TT5xVM8Eb00w/live #EXTINF:-1 tvg-id="TelevisaDelGolfo.mx" status="timeout",Televisa Del Golfo http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQ08tNTPiBn44c975S81ftg/live @@ -109,7 +109,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCtm1LvYEIQ_NrfOUVJ08YhQ/live #EXTINF:-1 tvg-id="TelevisaSonora.mx" status="timeout",Televisa Sonora (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCyzWMHGS7bs0sot6KZk5EZg/live -#EXTINF:-1 tvg-id="TelevisaVeracruz.mx" status="timeout",Televisa Veracruz (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaVeracruz.mx" status="online",Televisa Veracruz (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5EnLdE7ASjYzWt7wvT-QSg/live #EXTINF:-1 tvg-id="TelevisaZacatecas.mx" status="timeout",Televisa Zacatecas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQb3i7gu9J8A4zzQU7j6C1Q/live @@ -125,7 +125,7 @@ https://5ca3e84a76d30.streamlock.net/gpacifico2/mochis.smil/playlist.m3u8 https://5ca3e84a76d30.streamlock.net/gpacifico3/obregon.smil/playlist.m3u8 #EXTINF:-1 tvg-id="XEWHTDT.mx" status="online",Telemax (XEWH-TDT) (720p) http://s5.mexside.net:1935/telemax/telemax/playlist.m3u8 -#EXTINF:-1 tvg-id="XEWTTDT.mx" status="timeout",Canal 12 (XETW-TDT) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="XEWTTDT.mx" status="online",Canal 12 (XETW-TDT) (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCjwXjnO3BGePtB7gSKEpoqA/live #EXTINF:-1 tvg-id="XHGVTDT.mx" status="online",TVMÁS (XHGV-TDT) (360p) [Not 24/7] https://5ca9af4645e15.streamlock.net/rtv/videortv/playlist.m3u8 @@ -137,7 +137,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://conceptoweb-studio.com/ https://edge.canaldelcongreso.gob.mx/live_sd2/smil:canal-sd2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Canal del Congreso 45.3 https://edge.canaldelcongreso.gob.mx/live_hd1/smil:canal-hd1.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Imagen TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Imagen TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x82z4if #EXTINF:-1 tvg-id="" status="online",Lo Mejor De La Liga MX https://linear-193.frequency.stream/193/hls/master/playlist.m3u8 @@ -151,9 +151,9 @@ http://jjooliveclarovideo.akamaized.net/Content/hls/Live/Channel(tveducationch01 https://5ca3e84a76d30.streamlock.net/gpacifico3/smil:obregon.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",TBS http://190.61.41.182:8000/play/a19x/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",TELE SISTEMA CANAL 9 (486p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked",TELE SISTEMA CANAL 9 (486p) [Geo-blocked] http://k4.usastreams.com/ARBtv/ARBtv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Televisa San Luis Potosí (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Televisa San Luis Potosí (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaRuyaHshLdq462E9_pLzdA/live #EXTINF:-1 tvg-id="" status="online",Tlaxcala Televisión (360p) [Not 24/7] https://vid.mega00.com:5443/LiveApp/streams/928111829917388844551988/928111829917388844551988.m3u8?token=null diff --git a/streams/mx_pluto.m3u b/streams/mx_pluto.m3u index 1d834a85c..858787580 100644 --- a/streams/mx_pluto.m3u +++ b/streams/mx_pluto.m3u @@ -29,10 +29,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acc3e0 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e6a4d875d7ccf0007cc2cf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVAnimeClasico.us" status="online",Pluto TV Anime Clásico (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6054acc871ec430007f54c7d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVArchivosForenses.us" status="online",Pluto TV Archivos Forenses (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f984f4a09e92d0007d74647/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVArchivosForenses.us" status="online",Pluto TV Archivos Forenses (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb8c19b2678b000780d032/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVArchivosForenses.us" status="online",Pluto TV Archivos Forenses (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f984f4a09e92d0007d74647/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAsesinatosdeMidsomer.us" status="online",Pluto TV Asesinatos de Midsomer (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aca8310a30e00074fab92/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAventura.us" status="online",Pluto TV Aventura (720p) @@ -45,7 +45,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aca0b4 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd87d882574170007fac022/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCiencia.us" status="online",Pluto TV Ciencia (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd8364ea1d6780009929902/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCineSuspenso.us" status="timeout",Pluto TV Cine Suspenso (720p) +#EXTINF:-1 tvg-id="PlutoTVCineSuspenso.us" status="online",Pluto TV Cine Suspenso (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddc4e8bcbb9010009b4e84f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVComedyCentralLatino.us" status="online",Pluto TV Comedy Central Latino (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96dad1652631e36d43320/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96dad1652631e36d43320&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=967&terminate=false&userId= @@ -65,7 +65,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f280149c https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60e45687313c5f0007bc8e94/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&serverSideAds=false&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVElReinoInfantil.us" status="online",Pluto TV El Reino Infantil (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d3d06fb60d8000781fce8/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVEmpenosalobestia.us" status="timeout",Pluto TV Empeños a lo bestia (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PlutoTVEmpenosalobestia.us" status="online",Pluto TV Empeños a lo bestia (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f23102d5e239d00074b092a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVEstrellasdeAccion.us" status="online",Pluto TV Estrellas de Acción (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e972a21ad709d00074195ba/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= @@ -108,23 +108,23 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96d351 #EXTINF:-1 tvg-id="PlutoTVMTVTattooADos.us" status="online",Pluto TV MTV Tattoo A Dos (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/611b87946b7f420007c22361/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&serverSideAds=false&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMundo.us" status="online",Pluto TV Mundo (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d103f031154a4172d262b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMundo.us" status="online",Pluto TV Mundo (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d103f031154a4172d262b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d103f031154a4172d262b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=959&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVMundo.us" status="online",Pluto TV Mundo (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d103f031154a4172d262b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMutanteX.us" status="online",Pluto TV Mutante X (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acc91cc9e1b000711ff21/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d10ce06a9665fe54bf74a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d10ce06a9665fe54bf74a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=962&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d10ce06a9665fe54bf74a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd85eac039bba0009e86d1d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d10ce06a9665fe54bf74a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNovelas.us" status="online",Pluto TV Novelas (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0cc2efd2700090b7ff4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84dbf4a838b60007ffbba1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=942&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84dbf4a838b60007ffbba1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=942&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVNovelasDramas.us" status="online",Pluto TV Novelas Dramas (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p) diff --git a/streams/my.m3u b/streams/my.m3u index bca1a8b1b..0c900f25a 100644 --- a/streams/my.m3u +++ b/streams/my.m3u @@ -5,15 +5,15 @@ https://awanitv.akamaized.net/hls/live/2017836/LiveTV1/index.m3u8 https://agsplayback01.astro.com.my/CH3/master_VAANGOSHOP5.m3u8 #EXTINF:-1 tvg-id="BeritaRTM.my" status="blocked",Berita RTM (1080p) https://rtmlive03tv.secureswiftcontent.com/rtmchannel/03-manifest.mpd -#EXTINF:-1 tvg-id="BernamaTV.my" status="timeout",Bernama TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="BernamaTV.my" status="online",Bernama TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcZg5r9hBqK_VPUT2I7eYVw/live +#EXTINF:-1 tvg-id="CinemaWorld.my" status="online",CinemaWorld (576p) +http://210.210.155.37/dr9445/h/h04/index.m3u8 #EXTINF:-1 tvg-id="CinemaWorld.my" status="error",CinemaWorld (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h04/index.m3u8 -#EXTINF:-1 tvg-id="CinemaWorld.my" status="error",CinemaWorld (576p) -http://210.210.155.37/dr9445/h/h04/index.m3u8 #EXTINF:-1 tvg-id="DramaSangat.my" status="online",Drama Sangat (720p) [Not 24/7] https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/Drama_Sangat.m3u8 -#EXTINF:-1 tvg-id="eGGNetwork.my" status="error",Egg Network (720p) +#EXTINF:-1 tvg-id="eGGNetwork.my" status="online",Egg Network (720p) http://210.210.155.37/uq2663/h/h22/index.m3u8 #EXTINF:-1 tvg-id="Hello.my" status="blocked",Hello [Geo-blocked] https://agsplayback01.astro.com.my/CH1/master_HELLOGOSHOP6.m3u8 diff --git a/streams/ng.m3u b/streams/ng.m3u index 619eda18c..ea4b9747c 100644 --- a/streams/ng.m3u +++ b/streams/ng.m3u @@ -5,5 +5,5 @@ http://africatv.live.net.sa:1935/live/africatv3/playlist.m3u8 http://185.105.4.193:1935/ltv/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="NTAInternational.ng" status="online",NTA International (576p) [Not 24/7] https://api.visionip.tv/live/ASHTTP/visiontvuk-entertainment-ntai-hsslive-25f-4x3-MB/playlist.m3u8 -#EXTINF:-1 tvg-id="TVCNews.ng" status="timeout",TVC News +#EXTINF:-1 tvg-id="TVCNews.ng" status="error",TVC News http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/tvcnewsnigeria/live diff --git a/streams/ni.m3u b/streams/ni.m3u index a803962f7..7a844522f 100644 --- a/streams/ni.m3u +++ b/streams/ni.m3u @@ -3,7 +3,7 @@ http://138.117.4.70:8075/channel2/playlist.m3u8 #EXTINF:-1 tvg-id="Canal6.ni" status="online",Canal 6 http://138.117.4.70:8075/channel6/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal6.ni" status="timeout",Canal 6 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal6.ni" status="online",Canal 6 (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/canal6nicaraguaoficial #EXTINF:-1 tvg-id="Canal9.ni" status="online",Canal 9 http://138.117.4.70:8075/channel9/playlist.m3u8 @@ -17,7 +17,7 @@ https://5ca9af4645e15.streamlock.net/canal12/videocanal12/playlist.m3u8 https://inliveserver.com:1936/17510/17510/playlist.m3u8 #EXTINF:-1 tvg-id="TN8.ni" status="online",Telenica Canal 8 (tn8) (720p) [Not 24/7] https://60417ddeaf0d9.streamlock.net/tn8/videotn8/playlist.m3u8 -#EXTINF:-1 tvg-id="TN8.ni" status="online",Telenica Canal 8 (tn8) +#EXTINF:-1 tvg-id="TN8.ni" status="error",Telenica Canal 8 (tn8) http://138.117.4.70:8075/channel8/playlist.m3u8 #EXTINF:-1 tvg-id="VosTV.ni" status="online",Vos Tv (720p) [Not 24/7] http://ott.streann.com:8080/loadbalancer/services/public/channels/59e60c4997381ef50d15c041/playlist.m3u8 diff --git a/streams/pa.m3u b/streams/pa.m3u index 8eb25798f..b05c5a8ea 100644 --- a/streams/pa.m3u +++ b/streams/pa.m3u @@ -13,9 +13,9 @@ https://stmv3.voxtvhd.com.br/dreikotv/dreikotv/playlist.m3u8 https://1206618505.rsc.cdn77.org/LS-ATL-59020-1/playlist.m3u8 #EXTINF:-1 tvg-id="NexTVCanal21.pa" status="timeout",Nex TV (Canal 21) http://209.91.213.10:8088/play/a01o -#EXTINF:-1 tvg-id="OyeTV.pa" status="blocked",Oye TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="OyeTV.pa" status="online",Oye TV (480p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88df173853e7072f3f953f.m3u8 -#EXTINF:-1 tvg-id="RPCTV.pa" status="online",RPC (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="RPCTV.pa" status="blocked",RPC (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88d659120a717cf93ce620.m3u8 #EXTINF:-1 tvg-id="Telemetro.pa" status="online",Telemetro (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88dd2229b0890723df2165.m3u8 diff --git a/streams/pe.m3u b/streams/pe.m3u index 0c38ba2ae..c30d4b487 100644 --- a/streams/pe.m3u +++ b/streams/pe.m3u @@ -57,7 +57,7 @@ https://7.innovatestream.pe:19360/cnctv/cnctv.m3u8 https://cloudvideo.servers10.com:8081/8150/index.m3u8 #EXTINF:-1 tvg-id="Conecta2TV.pe" status="online",Conecta2TV (Lima) (720p) [Not 24/7] https://servilive.com:3114/live/liveulive.m3u8 -#EXTINF:-1 tvg-id="CongresoTV.pe" status="timeout",Congreso TV [Not 24/7] +#EXTINF:-1 tvg-id="CongresoTV.pe" status="online",Congreso TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/CongresodelaRepúblicadelPerúTVenvivo/live #EXTINF:-1 tvg-id="ContactoDeportivo.pe" status="online",Contacto Deportivo (720p) [Not 24/7] https://live.obslivestream.com/cdeportivo/index.m3u8 @@ -65,7 +65,7 @@ https://live.obslivestream.com/cdeportivo/index.m3u8 https://live.obslivestream.com/controversiatv/index.m3u8 #EXTINF:-1 tvg-id="CreoTV.pe" status="online",CreoTV (Cajamarca) (720p) [Not 24/7] https://srv1.mediastreamperu.com/creotv/creotv/playlist.m3u8 -#EXTINF:-1 tvg-id="CRTelevision.pe" status="online",CR Television (Moyobamba) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CRTelevision.pe" status="error",CR Television (Moyobamba) (720p) [Not 24/7] https://live.obslivestream.com/crtvmux/index.m3u8 #EXTINF:-1 tvg-id="CTC.pe" status="online",CTC (720p) http://190.108.83.142:8000/play/a007/index.m3u8 @@ -77,7 +77,7 @@ https://media2.cdnlayer.biz:8081/8038/index.m3u8 https://s1.tvdatta.com:3804/live/diasporatvlive.m3u8 #EXTINF:-1 tvg-id="DMJ.pe" status="online",DMJ (Cuzco) (720p) [Not 24/7] https://v4.tustreaming.cl/s1tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ExitosaTV.pe" status="timeout",Exitosa TV (720p) +#EXTINF:-1 tvg-id="ExitosaTV.pe" status="online",Exitosa TV (720p) https://cu.onliv3.com/livevd1/user2.m3u8 #EXTINF:-1 tvg-id="FuegoTV.pe" status="online",FuegoTV (Lima) (720p) [Not 24/7] http://190.108.83.142:8000/play/a003/index.m3u8 @@ -109,17 +109,17 @@ http://191.97.56.183:1935/imagentv/imagentv/playlist.m3u8 https://cloudvideo.servers10.com:8081/impactotv/index.m3u8 #EXTINF:-1 tvg-id="ImperialTelevision.pe" status="online",Imperial Televisión (Huancayo) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/imperu/imperu/playlist.m3u8 -#EXTINF:-1 tvg-id="InnovaFMTV.pe" status="error",Innova FM (Bagua Grande) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="InnovaFMTV.pe" status="online",Innova FM (Bagua Grande) (480p) [Not 24/7] https://live.tvcontrolcp.com:1936/8170/8170/playlist.m3u8 #EXTINF:-1 tvg-id="JN19.pe" status="online",JN19 (720p) [Not 24/7] https://servilive.com:3149/live/jn19tvlive.m3u8 -#EXTINF:-1 tvg-id="JusticiaTV.pe" status="online",JusticiaTV [Not 24/7] +#EXTINF:-1 tvg-id="JusticiaTV.pe" status="error",JusticiaTV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCwsURxTXqGqijgu98ndod3A/live #EXTINF:-1 tvg-id="Karibena.pe" status="online",Karibeña (720p) [Not 24/7] https://cu.onliv3.com/livevd/user1.m3u8 #EXTINF:-1 tvg-id="KBO.pe" status="error",KBO Quillabamba (1080p) [Not 24/7] https://cdnhd.iblups.com/hls/YGpW43RUOD.m3u8 -#EXTINF:-1 tvg-id="La5ta.pe" status="error",La 5ta [Not 24/7] +#EXTINF:-1 tvg-id="La5ta.pe" status="online",La 5ta [Not 24/7] https://srv.panelcast.net/la5ta/la5ta/playlist.m3u8 #EXTINF:-1 tvg-id="LaAbeja.pe" status="online",La Abeja (720p) [Not 24/7] http://cdnhd.iblups.com/hls/F87ppt1YAT.m3u8 @@ -141,7 +141,7 @@ https://tv.oyotunstream.com:1936/master/master/playlist.m3u8 http://v4.tustreaming.cl/matices/index.m3u8 #EXTINF:-1 tvg-id="MegaTVArequipa.pe" status="online",Mega TV (Arequipa) [Not 24/7] https://hls.servidor.stream/storage/megatv.m3u8 -#EXTINF:-1 tvg-id="MegaTVJaen.pe" status="online",Mega TV (Jaen) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MegaTVJaen.pe" status="error",Mega TV (Jaen) (720p) [Not 24/7] https://tv.portalexpress.es:3399/hybrid/play.m3u8 #EXTINF:-1 tvg-id="Millenium109FM.pe" status="online",Millenium 109 FM (Lamas) (720p) [Not 24/7] https://videoserver.tmcreativos.com:19360/nqvnhujhrx/nqvnhujhrx.m3u8 @@ -157,15 +157,15 @@ https://inliveserver.com:1936/19018/19018/playlist.m3u8 http://vs8.live.opencaster.com/20100152275/jcpstream/playlist.m3u8 #EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7] https://ed3od.live.opencaster.com/jcpstream_hd720/index.m3u8 -#EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7] -https://www.opencaster.com/resources/hls_stream/hipodromojcp2.m3u8 #EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (360p) [Not 24/7] https://ed3od.live.opencaster.com/jcpstream_mid/index.m3u8 +#EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7] +https://www.opencaster.com/resources/hls_stream/hipodromojcp2.m3u8 #EXTINF:-1 tvg-id="NacionalTV.pe" status="online",NacionalTV (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/nacionaltv/nacionaltv/playlist.m3u8 #EXTINF:-1 tvg-id="Nativa.pe" status="online",Nativa (720p) [Not 24/7] https://servilive.com:3449/live/mlecaroslive.m3u8 -#EXTINF:-1 tvg-id="NazarenasTV.pe" status="online",Nazarenas TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NazarenasTV.pe" status="error",Nazarenas TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvnazarenas/livenazarenastv/playlist.m3u8 #EXTINF:-1 tvg-id="NuestraTVLima.pe" status="online",Nuestra TV (Lima) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/nuestratvlima @@ -185,7 +185,7 @@ https://5c3fb01839654.streamlock.net:1963/iptvovacion1/liveovacion1tv/playlist.m https://cdnhd.iblups.com/hls/ptv2.m3u8 #EXTINF:-1 tvg-id="PaxTV.pe" status="online",Pax TV https://d1oxkaep074koq.cloudfront.net/out/v1/6657a374459f4821b404e16161c98588/playlist.m3u8 -#EXTINF:-1 tvg-id="PBO.pe" status="timeout",PBO Digital (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PBO.pe" status="error",PBO Digital (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCgR0st4ZLABi-LQcWNu3wnQ/live #EXTINF:-1 tvg-id="PeruMagico.pe" status="timeout",Peru Magico (480p) [Not 24/7] http://38.131.11.9:1080/play/a0dh @@ -203,23 +203,23 @@ https://servilive.com:3753/live/qosqotimeslive.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/quatrotvgo #EXTINF:-1 tvg-id="Quillavision.pe" status="online",Quillavision (Cuzco) (720p) [Not 24/7] http://v4.tustreaming.cl/quillavision/index.m3u8 -#EXTINF:-1 tvg-id="RadioCalor.pe" status="timeout",Radio Calor (Huancayo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioCalor.pe" status="error",Radio Calor (Huancayo) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/calortv #EXTINF:-1 tvg-id="RadioChalaca.pe" status="timeout",Radio Chalaca (720p) [Not 24/7] https://megastreamm.com:3611/stream/play.m3u8 #EXTINF:-1 tvg-id="RadioDigital941TV.pe" status="timeout",Radio Digital 94.1 TV (Juanjui) (240p) [Not 24/7] https://media2.cdnlayer.biz:8081/8018/index.m3u8 -#EXTINF:-1 tvg-id="RadioInkaTV.pe" status="online",RadioInka (Abancay) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioInkaTV.pe" status="error",RadioInka (Abancay) (1080p) [Not 24/7] https://tv.portalexpress.es:3175/hybrid/play.m3u8 #EXTINF:-1 tvg-id="RadioSanBorjaTV.pe" status="online",Radio San Borja TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvsanborja/livesanborjatv/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTropical.pe" status="online",Radio Tropical Tarapoto (480p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTropical.pe" status="error",Radio Tropical Tarapoto (480p) [Not 24/7] https://videoserver.tmcreativos.com:19360/raditropical/raditropical.m3u8 #EXTINF:-1 tvg-id="RadioTVCharles.pe" status="timeout",Radio TV Charles (Bambamarca) [Not 24/7] https://media2.cdnlayer.biz:8081/8032/index.m3u8 #EXTINF:-1 tvg-id="RadioTVOriente.pe" status="online",RadioTV Oriente (Yurimaguas) (1080p) [Not 24/7] https://stmv.panel.grupolimalive.com/orientetv/orientetv/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioUnoTacna.pe" status="timeout",Radio Uno (Tacna) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioUnoTacna.pe" status="online",Radio Uno (Tacna) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCK0lpuL9PQb3I5CDcu7Y7bA/live #EXTINF:-1 tvg-id="RCR.pe" status="online",Red de Comunicación Regional (RCR) (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvrcrperu/livercrperutv/playlist.m3u8 @@ -229,7 +229,7 @@ https://servilive.com:3757/live/regiontvlive.m3u8 https://multimedia.tmcreativos.com:1936/wsgzmqbxse/wsgzmqbxse/playlist.m3u8 #EXTINF:-1 tvg-id="RPPTVNoticias.pe" status="timeout",RPP (480p) [Not 24/7] http://38.131.11.9:1080/play/a0d8 -#EXTINF:-1 tvg-id="RSelvaTV.pe" status="online",RSelvaTV (Tarapoto) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RSelvaTV.pe" status="error",RSelvaTV (Tarapoto) (720p) [Not 24/7] https://live.obslivestream.com/selvatv/index.m3u8 #EXTINF:-1 tvg-id="RTVTotalYurimaguas.pe" status="online",RTV Total (Yurimaguas) (480p) [Not 24/7] https://7.innovatestream.pe:19360/rtvtotal/rtvtotal.m3u8 @@ -243,11 +243,11 @@ https://tv.portalexpress.es:3839/live/sistema1tvlive.m3u8 https://stmv.panel.grupolimalive.com/solstereotv/solstereotv/playlist.m3u8 #EXTINF:-1 tvg-id="SolTV.pe" status="online",Sol Televisión http://190.211.140.89:8081/SVTranscoder/SOLTVabr.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="SomosTelevision.pe" status="timeout",Somos Televisión (Chimbote) [Not 24/7] +#EXTINF:-1 tvg-id="SomosTelevision.pe" status="online",Somos Televisión (Chimbote) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/somostvchimbote -#EXTINF:-1 tvg-id="SoriTV.pe" status="online",SoriTV [Not 24/7] +#EXTINF:-1 tvg-id="SoriTV.pe" status="error",SoriTV [Not 24/7] https://cadenasurrtv.com/hls/stream/index.m3u8 -#EXTINF:-1 tvg-id="StereoTVPeru.pe" status="online",Stereo TV (Peru) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="StereoTVPeru.pe" status="error",Stereo TV (Peru) (720p) [Not 24/7] https://servers.amelbasoluciones.co:19360/5medialive/5medialive.m3u8 #EXTINF:-1 tvg-id="SumacTV.pe" status="online",Sumac TV (Lima) (480p) [Not 24/7] https://vps1.lnx.pe/sumactv-web/envivo/index.m3u8 @@ -255,7 +255,7 @@ https://vps1.lnx.pe/sumactv-web/envivo/index.m3u8 https://7.innovatestream.pe:19360/supercanal/supercanal.m3u8 #EXTINF:-1 tvg-id="SuperTV.pe" status="online",Super TV (Kachorro | Bagua Grande) (720p) [Not 24/7] https://tvdatta.com:3517/live/kachorrotvlive.m3u8 -#EXTINF:-1 tvg-id="SurTV.pe" status="error",SurTV (Ilo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SurTV.pe" status="online",SurTV (Ilo) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/surtv/surtv/playlist.m3u8 #EXTINF:-1 tvg-id="Tele2000.pe" status="online",Tele2000 (Ayacucho) (720p) [Not 24/7] https://servilive.com:3126/live/tele2000live.m3u8 @@ -263,7 +263,7 @@ https://servilive.com:3126/live/tele2000live.m3u8 https://live.obslivestream.com/telecolormux/index.m3u8 #EXTINF:-1 tvg-id="TelesurCamana.pe" status="online",Telesur (Camana) (480p) [Not 24/7] https://1667517699.rsc.cdn77.org/hls/camana.m3u8 -#EXTINF:-1 tvg-id="TelesurIlo.pe" status="online",Telesur (Ilo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelesurIlo.pe" status="error",Telesur (Ilo) (720p) [Not 24/7] https://1667517699.rsc.cdn77.org/hls/ilo.m3u8 #EXTINF:-1 tvg-id="TelesurMollendo.pe" status="online",Telesur (Mollendo) (240p) [Not 24/7] https://1667517699.rsc.cdn77.org/hls/mollendo.m3u8 @@ -295,7 +295,7 @@ https://s1.tvdatta.com:3883/live/tvenlinealive.m3u8 https://tvdatta.com:3211/stream/play.m3u8 #EXTINF:-1 tvg-id="TVHuarmey.pe" status="error",TV Huarmey (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/tvhuarmey -#EXTINF:-1 tvg-id="TVNorteChiclayo.pe" status="timeout",TV Norte (Chiclayo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVNorteChiclayo.pe" status="online",TV Norte (Chiclayo) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/TVNORTEHD #EXTINF:-1 tvg-id="TVNoticias73.pe" status="online",TV Noticias 7.3 (768p) http://cdnh4.iblups.com/hls/RMuwrdk7M9.m3u8 @@ -331,9 +331,9 @@ https://multimedia.tmcreativos.com:1936/viatelevision/viatelevision/playlist.m3u https://multimedia.tmcreativos.com:1936/visionmusica/visionmusica/playlist.m3u8 #EXTINF:-1 tvg-id="VNP.pe" status="online",Visión Noticias Perú (VNP) (720p) [Not 24/7] https://multimedia.tmcreativos.com:1936/visionnoticias/visionnoticias/playlist.m3u8 -#EXTINF:-1 tvg-id="VZTV.pe" status="error",VZ Televisión (720p) [Not 24/7] +#EXTINF:-1 tvg-id="VZTV.pe" status="online",VZ Televisión (720p) [Not 24/7] https://live.obslivestream.com/vztv/index.m3u8 -#EXTINF:-1 tvg-id="WillaxTV.pe" status="timeout",Willax (480p) [Not 24/7] +#EXTINF:-1 tvg-id="WillaxTV.pe" status="online",Willax (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/WillaxTV #EXTINF:-1 tvg-id="XTVChachapoyas.pe" status="error",X TV (Chachapoyas) (720p) [Not 24/7] https://tv.oyotunstream.com:1936/xtv/xtv/playlist.m3u8 diff --git a/streams/ph.m3u b/streams/ph.m3u index 4cfff1410..ae4fc2152 100644 --- a/streams/ph.m3u +++ b/streams/ph.m3u @@ -5,7 +5,7 @@ http://122.55.252.134:8443/live/bba5b536faeacb9b56a3239f1ee8e3b3/1.m3u8 https://streaming.cnnphilippines.com/live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="DepEdTV.ph" status="blocked",DepEd TV (480p) [Geo-blocked] https://d3cbe0gidjd4k2.cloudfront.net/channel_7/channel7/playlist.m3u8 -#EXTINF:-1 tvg-id="DZRHNewsTV.ph" status="timeout",DZRH News TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DZRHNewsTV.ph" status="online",DZRH News TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/DZRHNewsTelevision/live #EXTINF:-1 tvg-id="INCTV.ph" status="online",INC TV (1080p) https://cocphil.akamaized.net/hls/live/2042846/inctv/playlist.m3u8 @@ -13,7 +13,7 @@ https://cocphil.akamaized.net/hls/live/2042846/inctv/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCstEtN0pgOmCf02EdXsGChw/live #EXTINF:-1 tvg-id="LifeTVAsia.ph" status="error",Life TV Asia (480p) [Not 24/7] https://d3cbe0gidjd4k2.cloudfront.net/channel_6/channel6/playlist.m3u8 -#EXTINF:-1 tvg-id="Net25.ph" status="timeout",NET 25 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Net25.ph" status="online",NET 25 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Net25Tv/live #EXTINF:-1 tvg-id="PEPTV.ph" status="online",PEP TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/peptv3 diff --git a/streams/pk.m3u b/streams/pk.m3u index 0f6d0663a..dbef03b01 100644 --- a/streams/pk.m3u +++ b/streams/pk.m3u @@ -18,11 +18,11 @@ https://imob.dunyanews.tv/livehd/_definst_/ngrp:dunyalivehd_2_all/playlist.m3u8 https://intl.dunyanews.tv/livehd/_definst_/ngrp:dunyalivehd_2_all/playlist.m3u8?dvr= #EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (UK Feed) (720p) [Not 24/7] https://ukintl.dunyanews.tv/liveuk/ngrp:dunyalive_all/playlist.m3u8 -#EXTINF:-1 tvg-id="DunyaNews.pk" status="error",Dunya News (480p) [Not 24/7] +#EXTINF:-1 tvg-id="DunyaNews.pk" status="timeout",Dunya News (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnMBV5Iw4WqKILKue1nP6Hg/live #EXTINF:-1 tvg-id="FazalTV.pk" status="online",Punjabi TV http://cdn9.live247stream.com/punjabitvcanada/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="K21News.pk" status="online",K21 News +#EXTINF:-1 tvg-id="K21News.pk" status="error",K21 News https://streamone.simpaisa.com:8443/pitvlive1/k21.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KhyberNews.pk" status="online",Khyber News https://streamone.simpaisa.com:8443/pitvlive1/khybernews.smil/playlist.m3u8 @@ -46,7 +46,7 @@ http://162.250.201.58:6211/pk/ONEGOLF/index.m3u8 http://103.81.104.118/hls/stream11.m3u8 #EXTINF:-1 tvg-id="SindhTVNews.pk" status="online",Sindh TV News https://streamone.simpaisa.com:8443/pitvlive1/sindhnews.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="SuchTV.pk" status="online",Such TV +#EXTINF:-1 tvg-id="SuchTV.pk" status="error",Such TV https://streamone.simpaisa.com:8443/pitvlive1/sachtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ZindagiTV.pk" status="online",Zindagi TV (576p) [Not 24/7] https://5ad386ff92705.streamlock.net/live_transcoder/ngrp:zindagitv.stream_all/chunklist.m3u8 diff --git a/streams/pl.m3u b/streams/pl.m3u index 408561789..a41124ac6 100644 --- a/streams/pl.m3u +++ b/streams/pl.m3u @@ -53,7 +53,7 @@ http://hbbtvlive.v3.tvp.pl/hbbtvlive/livestream.php?app_id=tvpinfo https://tvreg.klemit.net/regionalna/stream/index.m3u8 #EXTINF:-1 tvg-id="TVRepublika.pl" status="online",TV Republika (1080p) https://ec08.luz1.cache.orange.pl/jupiter/o2-cl7/live/tvrepublika/live.m3u8 -#EXTINF:-1 tvg-id="TVRepublika.pl" status="online",TV Republika (540p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRepublika.pl" status="error",TV Republika (540p) [Not 24/7] http://m1-tvrepublika.4vod.tv/smil:premium_abr.ism/playlist.m3u8 #EXTINF:-1 tvg-id="TVTorun.pl" status="online",TV Toruń (1080p) http://217.173.176.107:1935/live/tvk.stream/playlist.m3u8 @@ -65,5 +65,5 @@ http://gargoyle.tomkow.pl/hls/tvt.m3u8 https://stream.4fun.tv:8888/hls/4f.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Czworka (1080p) https://stream14.polskieradio.pl/pr4_video/video_pr4.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",TV Regionalna (Zary) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",TV Regionalna (Zary) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC29dc_mBUWW4mz5h754v88w/live diff --git a/streams/pr.m3u b/streams/pr.m3u index 8c27ecf8f..5b65bc00a 100644 --- a/streams/pr.m3u +++ b/streams/pr.m3u @@ -11,7 +11,7 @@ http://205.164.56.130:1935/marcos536/marcos536/playlist.m3u8 https://584097344c1f0.streamlock.net/48/smil:48.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Mas TV (1080p) https://video1.getstreamhosting.com:1936/8212/8212/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Noti Uno Puerto Rico (854p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Noti Uno Puerto Rico (854p) [Not 24/7] https://59514edd5dd8e.streamlock.net/unoradio/unoradio1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Wipr https://streannliveprtv.cachefly.net/prtv1/prtv1/playlist.m3u8 diff --git a/streams/pt.m3u b/streams/pt.m3u index 2a7aead09..3b6e5e637 100644 --- a/streams/pt.m3u +++ b/streams/pt.m3u @@ -11,17 +11,17 @@ http://c2.manasat.com:1935/kmusic/kmusic3/master.m3u8 https://streamer-a01.videos.sapo.pt/live/portocanal/playlist.m3u8 #EXTINF:-1 tvg-id="PortoCanal.pt" status="online",Porto Canal (360p) [Not 24/7] https://streamer-b02.videos.sapo.pt/live/portocanal/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP1.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP1 (720p) [Not 24/7] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 -https://streaming-live.rtp.pt/liverepeater/rtpClean1HD.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTP1.pt" status="online",RTP1 (480p) http://162.212.178.69:41042/bysid/608 -#EXTINF:-1 tvg-id="RTP2.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (504p) [Not 24/7] +#EXTINF:-1 tvg-id="RTP1.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP1 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 -https://streaming-live.rtp.pt/liverepeater/smil:rtp2.smil/playlist.m3u8 +https://streaming-live.rtp.pt/liverepeater/rtpClean1HD.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/rtpClean2HD.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (504p) [Not 24/7] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 +https://streaming-live.rtp.pt/liverepeater/smil:rtp2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTP3.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP3 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/livetvhlsDVR/rtpnHDdvr.smil/playlist.m3u8 @@ -31,7 +31,7 @@ https://streaming-live.rtp.pt/livetvhlsDVR/rtpndvr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTPAcores.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Açores (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/smil:rtpacoresHD.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTPAcores.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Açores (504p) [Not 24/7] +#EXTINF:-1 tvg-id="RTPAcores.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Açores (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/smil:rtpacores.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTPAfrica.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP África (504p) [Not 24/7] diff --git a/streams/pt_samsung.m3u b/streams/pt_samsung.m3u index 2953c22c4..af68d71ba 100644 --- a/streams/pt_samsung.m3u +++ b/streams/pt_samsung.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="BloombergQuicktake.us" status="online",Bloomberg Quicktake (1080p) +#EXTINF:-1 tvg-id="BloombergQuicktake.us" status="timeout",Bloomberg Quicktake (1080p) https://bloomberg-quicktake-1-pt.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergTelevision.us" status="online",Bloomberg TV US (1080p) https://bloomberg-bloomberg-1-pt.samsung.wurl.com/manifest/playlist.m3u8 diff --git a/streams/py.m3u b/streams/py.m3u index 706b89ff1..c50696056 100644 --- a/streams/py.m3u +++ b/streams/py.m3u @@ -5,7 +5,7 @@ https://d2e809bgs49c6y.cloudfront.net/live/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851/ https://59ce1298bfb98.streamlock.net/almayatv/almayatv/playlist.m3u8 #EXTINF:-1 tvg-id="C9N.py" status="online",C9N (480p) https://d4xunn272arip.cloudfront.net/hls/c9n.m3u8 -#EXTINF:-1 tvg-id="DismarTV.py" status="online",DismarTV +#EXTINF:-1 tvg-id="DismarTV.py" status="error",DismarTV https://rds3.desdeparaguay.net/dismartv/dismartv/playlist.m3u8 #EXTINF:-1 tvg-id="Educanal.py" status="online",Educanal https://59ce1298bfb98.streamlock.net/educanal/educanal/playlist.m3u8 diff --git a/streams/qa.m3u b/streams/qa.m3u index 538e62e81..dd2b3f9da 100644 --- a/streams/qa.m3u +++ b/streams/qa.m3u @@ -1,8 +1,10 @@ #EXTM3U #EXTINF:-1 tvg-id="AlJazeeraBalkans.qa" status="online",Al Jazeera Balkans (1080p) -https://live-hls-web-ajb.getaj.net/AJB/index.m3u8 -#EXTINF:-1 tvg-id="AlJazeeraBalkans.qa" status="timeout",Al Jazeera Balkans (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajbalkans/live +#EXTINF:-1 tvg-id="AlJazeeraBalkans.qa" status="online",Al Jazeera Balkans (1080p) +https://live-hls-web-ajb.getaj.net/AJB/index.m3u8 +#EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeera/live #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) https://live-hls-v3-aja.getaj.net/AJA-V3/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) @@ -10,23 +12,21 @@ https://live-hls-web-aja.getaj.net/AJA/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Jazeera Arabic (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s69/index.m3u8 -#EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="timeout",Al Jazeera Arabic (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeera/live #EXTINF:-1 tvg-id="AlJazeeraDocumentary.qa" status="online",Al Jazeera Documentary (270p) [Geo-blocked] https://live-hls-web-ajd.getaj.net/AJD/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="online",Al Jazeera English (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeeraenglish/live +#EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="online",Al Jazeera English (1080p) https://live-hls-v3-aje.getaj.net/AJE-V3/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="online",Al Jazeera English (1080p) https://live-hls-web-aje.getaj.net/AJE/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Jazeera English (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s23/index.m3u8 -#EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="timeout",Al Jazeera English (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeeraenglish/live +#EXTINF:-1 tvg-id="AlJazeeraMubasher.qa" status="online",Al Jazeera Mubasher (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajmubasher/live #EXTINF:-1 tvg-id="AlJazeeraMubasher.qa" status="online",Al Jazeera Mubasher (1080p) https://live-hls-web-ajm.getaj.net/AJM/index.m3u8 -#EXTINF:-1 tvg-id="AlJazeeraMubasher.qa" status="timeout",Al Jazeera Mubasher (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajmubasher/live #EXTINF:-1 tvg-id="AlRayyanOldTV.qa" status="online",Al Rayyan Al Qadeem (1080p) https://svs.itworkscdn.net/alrayyanqadeemlive/alrayyanqadeem.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlRayyanTV.qa" status="online",Al Rayyan (1080p) diff --git a/streams/ro.m3u b/streams/ro.m3u index a7b8633ba..5731f1269 100644 --- a/streams/ro.m3u +++ b/streams/ro.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="A7TV.ro" status="error",A7TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="A7TV.ro" status="online",A7TV (720p) [Not 24/7] https://play.streamkit.tv/content/channel/aseventv/live/aseventv.player.m3u8 #EXTINF:-1 tvg-id="AgroTV.ro" status="online",AgroTV (404p) [Not 24/7] https://stream1.1616.ro:1945/agro/livestream/playlist.m3u8?wowzatokenhash=NqSD4qaHc94SbTW05NBB-lXC78ZiAOIbnbUBOHj1DAM= @@ -36,7 +36,7 @@ https://rtmp.digitalbroadcast.ro/moozhits/moozhits.m3u8 #EXTINF:-1 tvg-id="MoozRo.ro" status="online",MoozRo (576p) #EXTVLCOPT:http-referrer=https://mooz.tv/ https://rtmp.digitalbroadcast.ro/moozro/moozro.m3u8 -#EXTINF:-1 tvg-id="NasulTV.ro" status="error",Naşul TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NasulTV.ro" status="online",Naşul TV (720p) [Not 24/7] https://5ab29cc78f681.streamlock.net/NasulTV/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="NovaTVBrasov.ro" status="timeout",Nova TV Brasov (576p) [Not 24/7] http://novapress.ro:1935/live/nova/playlist.m3u8 diff --git a/streams/rs.m3u b/streams/rs.m3u index 38bd7fe74..c2d78c319 100644 --- a/streams/rs.m3u +++ b/streams/rs.m3u @@ -83,7 +83,7 @@ https://vod1.laki.eu/sandzak/video.m3u8 https://srv1.adriatelekom.com/TVAS/index.m3u8 #EXTINF:-1 tvg-id="TVBelleAmie.rs" status="timeout",TV Belle Amie (540p) [Not 24/7] http://92.60.238.10:1935/live/belleamie/playlist.m3u8 -#EXTINF:-1 tvg-id="TVDugaPlus.rs" status="error",TV Duga Plus (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVDugaPlus.rs" status="online",TV Duga Plus (480p) [Not 24/7] http://109.92.29.10:1935/tvduga/tvduga/playlist.m3u8 #EXTINF:-1 tvg-id="TVHram.rs" status="online",TV Hram (576p) [Not 24/7] https://vod1.laki.eu/live/hram/index.m3u8 diff --git a/streams/ru.m3u b/streams/ru.m3u index 8d07376d7..916f0d22c 100644 --- a/streams/ru.m3u +++ b/streams/ru.m3u @@ -68,7 +68,7 @@ http://belnovosti.cdn.easyhoster.ru:8080/stream.m3u8 http://live2.mediacdn.ru/sr1/tro/playlist.m3u8 #EXTINF:-1 tvg-id="BigAsia.ru" status="blocked",Большая Азия (1080p) [Geo-blocked] https://strm.yandex.ru/kal/bigasia/bigasia0.m3u8 -#EXTINF:-1 tvg-id="Bober.ru" status="error",Бобер (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Bober.ru" status="online",Бобер (576p) [Not 24/7] https://sc.id-tv.kz/bober.m3u8 #EXTINF:-1 tvg-id="BollywoodHDRussia.ru" status="online",Bollywood HD (1080p) [Not 24/7] https://sc.id-tv.kz/bollywood_hd.m3u8 @@ -101,12 +101,12 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_DOMASHNIY/variant.m3u8 http://ott-cdn.ucom.am/s88/index.m3u8 #EXTINF:-1 tvg-id="DomKino.ru" status="timeout",Дом кино (576p) http://50.7.92.90/Dom_kino/playlist.m3u8 -#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="timeout",Дом Кино Премиум (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="online",Дом Кино Премиум (1080p) [Not 24/7] https://sc.id-tv.kz/domkino_hd.m3u8 #EXTINF:-1 tvg-id="Dorama.uk" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Дорама (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s95/index.m3u8 -#EXTINF:-1 tvg-id="Dorama.uk" status="error",Дорама (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Dorama.uk" status="timeout",Дорама (1080p) [Not 24/7] https://sc.id-tv.kz/dorama_hd.m3u8 #EXTINF:-1 tvg-id="Dozhd.ru" status="blocked",Дождь (1080p) [Geo-blocked] https://strm.yandex.ru/kal/tvrain/tvrain0.m3u8 @@ -254,10 +254,10 @@ http://93.78.206.172:8080/stream4/stream.m3u8 https://live-mordovia24.cdnvideo.ru/mordovia24/streamtr/playlist.m3u8 #EXTINF:-1 tvg-id="Morskoi.ru" status="online",Морской (720p) [Not 24/7] http://88b9da48.kazmazpaz.ru/iptv/D7M94NBVB5DLFS/742/index.m3u8 -#EXTINF:-1 tvg-id="Moskva24.ru" status="online",Москва 24 (576p) [Not 24/7] -https://radio-live-mg.rtr-vesti.ru/hls/moscow_24/playlist.m3u8 #EXTINF:-1 tvg-id="Moskva24.ru" status="blocked",Москва 24 (720p) https://strm.yandex.ru/kal/msk24_supres/msk24_supres0.m3u8 +#EXTINF:-1 tvg-id="Moskva24.ru" status="error",Москва 24 (576p) [Not 24/7] +https://radio-live-mg.rtr-vesti.ru/hls/moscow_24/playlist.m3u8 #EXTINF:-1 tvg-id="MOSOBRTV.ru" status="timeout",MOSOBR.TV (720p) [Not 24/7] http://retc.educom.ru/mosobrtv/tv1/index.m3u8 #EXTINF:-1 tvg-id="MOSOBRTV.ru" status="timeout",MOSOBR.TV (720p) @@ -270,7 +270,7 @@ http://81.30.182.82:18092/hls/live.m3u8 http://serv30.vintera.tv:8081/detskiy/multimania20/playlist.m3u8 #EXTINF:-1 tvg-id="MusicBoxRussia.ru" status="blocked",Music Box Russia (1080p) https://strm.yandex.ru/kal/rmbox/rmbox0.m3u8 -#EXTINF:-1 tvg-id="MuzhskoeKino.ru" status="error",Мужское кино (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MuzhskoeKino.ru" status="online",Мужское кино (1080p) [Not 24/7] https://sc.id-tv.kz/Mujskoe_kino_hd.m3u8 #EXTINF:-1 tvg-id="MuzSoyuz.ru" status="online",Муз союз (576p) http://hls-tvsoyuz.cdnvideo.ru/tvsoyuz2/muzsoyuz.6fw0-58xp-acts-esy0/playlist.m3u8 @@ -308,7 +308,7 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_NTV/variant.m3u8 http://ott-cdn.ucom.am/s17/index.m3u8 #EXTINF:-1 tvg-id="NTV.ru" status="timeout",НТВ (576p) http://31.128.159.41:8080/ntv/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="NTVStyl.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",НТВ Стиль (480p) +#EXTINF:-1 tvg-id="NTVStyl.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",НТВ Стиль (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s77/index.m3u8 #EXTINF:-1 tvg-id="NVKSakha.ru" status="online",НВК Саха (1080p) [Not 24/7] @@ -340,7 +340,7 @@ http://194.190.78.91/pskov/rewind-10800.m3u8 http://ott.inmart.tv:8081/18/index.m3u8 #EXTINF:-1 tvg-id="PervyyTulskiy.ru" status="online",Первый Тульский (576p) [Not 24/7] http://5.164.24.83/tula/1tv_low/index.m3u8 -#EXTINF:-1 tvg-id="Pobeda.ru" status="online",Победа (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Pobeda.ru" status="timeout",Победа (576p) [Not 24/7] https://sc.id-tv.kz/Pobeda.m3u8 #EXTINF:-1 tvg-id="Poehali.ru" status="online",Поехали! (576p) [Not 24/7] https://sc.id-tv.kz/poehali.m3u8 @@ -447,14 +447,14 @@ https://a3569458063-s26881.cdn.ngenix.net/hls/russia_hd/playlist_4.m3u8 #EXTINF:-1 tvg-id="Russia1Plus6.ru" status="timeout",Россия 1 +6 (180p) https://gtrkchita.ru:8081/hls/r1-chita_180p.m3u8 #EXTINF:-1 tvg-id="Russia24.ru" status="online",Россия 24 (576p) [Not 24/7] -http://radio-live-mg.rtr-vesti.ru/hls/russia_24/playlist.m3u8 -#EXTINF:-1 tvg-id="Russia24.ru" status="online",Россия 24 (576p) [Not 24/7] http://uiptv.do.am/1ufc/000000006/playlist.m3u8 #EXTINF:-1 tvg-id="Russia24.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Россия 24 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s21/index.m3u8 #EXTINF:-1 tvg-id="Russia24.ru" status="blocked",Россия 24 (720p) [Geo-blocked] https://strm.yandex.ru/kal/euronews_supres/euronews_supres0.m3u8 +#EXTINF:-1 tvg-id="Russia24.ru" status="error",Россия 24 (576p) [Not 24/7] +http://radio-live-mg.rtr-vesti.ru/hls/russia_24/playlist.m3u8 #EXTINF:-1 tvg-id="Russia24Chita.ru" status="timeout",Россия 24 (Чита) (360p) https://gtrkchita.ru:8081/hls/r24-chita_360p.m3u8 #EXTINF:-1 tvg-id="Russia24Chita.ru" status="timeout",Россия 24 (Чита) (576p) @@ -596,20 +596,20 @@ https://brics.bonus-tv.ru/cdn/brics/english/playlist.m3u8 https://brics.bonus-tv.ru/cdn/brics/portuguese/playlist.m3u8 #EXTINF:-1 tvg-id="TVBRICSRussian.ru" status="online",TV BRICS Russian (1080p) https://brics.bonus-tv.ru/cdn/brics/russian/playlist.m3u8 -#EXTINF:-1 tvg-id="TVCentr.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ТВ Центр (480p) +#EXTINF:-1 tvg-id="TVCentr.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ТВ Центр (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s54/index.m3u8 #EXTINF:-1 tvg-id="TVEkstra.ru" status="online",ТВ Экстра (720p) http://live-1.otcnet.ru/tvextra720b/index.m3u8 #EXTINF:-1 tvg-id="TVGuberniya.ru" status="timeout",TV Губерния (Воронеж) (720p) https://tvgubernia-htlive.cdn.ngenix.net/live/mp4:tv-gubernia-live/playlist.m3u8 -#EXTINF:-1 tvg-id="TVKvarc.ru" status="error",ТВ Кварц (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TVKvarc.ru" status="online",ТВ Кварц (576p) [Not 24/7] https://video.quartztelecom.ru:18080/hls/2386168/71fe656b993c510f39a5/playlist.m3u8 -#EXTINF:-1 tvg-id="TVMChannel.ru" status="online",TVMChannel (576p) [Geo-blocked] -http://cdn-01.bonus-tv.ru:8080/tvm_edge/playlist.m3u8 #EXTINF:-1 tvg-id="TVMChannel.ru" status="blocked",TVMChannel (720p) [Geo-blocked] https://strm.yandex.ru/kal/tvm_supres/tvm_supres0.m3u8 -#EXTINF:-1 tvg-id="TVPRO.ru" status="timeout",TV PRO (600p) [Not 24/7] +#EXTINF:-1 tvg-id="TVMChannel.ru" status="error",TVMChannel (576p) [Geo-blocked] +http://cdn-01.bonus-tv.ru:8080/tvm_edge/playlist.m3u8 +#EXTINF:-1 tvg-id="TVPRO.ru" status="online",TV PRO (600p) [Not 24/7] http://rtmp.tvpro-online.ru/hls/ch1.m3u8 #EXTINF:-1 tvg-id="TVTUR.ru" status="blocked",ТВТУР (720p) [Geo-blocked] https://strm.yandex.ru/kal/tvtour/tvtour0.m3u8 @@ -682,7 +682,7 @@ http://ott.inmart.tv:8081/17/index.m3u8 http://ott-cdn.ucom.am/s14/04.m3u8 #EXTINF:-1 tvg-id="" status="online",Первый канал Евразия (396p) [Not 24/7] http://stream.euroasia.lfstrm.tv/perviy_evrasia/1/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",Первый канал Евразия (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Первый канал Евразия (576p) [Not 24/7] https://sc.id-tv.kz/1KanalEvraziya.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Продвижение (1080p) [Geo-blocked] https://strm.yandex.ru/kal/prodvizheniye/prodvizheniye0.m3u8 diff --git a/streams/sa.m3u b/streams/sa.m3u index 52705f6e8..98d86585a 100644 --- a/streams/sa.m3u +++ b/streams/sa.m3u @@ -23,12 +23,12 @@ http://5b18be6964c2f.streamlock.net:1935/live/_definst_/quran/playlist.m3u8 https://shls-rotana-alresalah-prod-dub.shahid.net/out/v1/936b89606b5e48db8ca28caa40adc886/index.m3u8 #EXTINF:-1 tvg-id="AlRiyadhRadio.sa" status="online",Al Riyadh Radio (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/riyadhradio -#EXTINF:-1 tvg-id="AlRiyadhRadio.sa" status="online",Al Riyadh Radio (720p) +#EXTINF:-1 tvg-id="AlRiyadhRadio.sa" status="error",Al Riyadh Radio (720p) https://edge.taghtia.com/sa/12.m3u8 #EXTINF:-1 tvg-id="AlSaudiya.sa" status="online",Al Saudiya (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saudiatv -#EXTINF:-1 tvg-id="AlSaudiya.sa" status="online",Al Saudiya (1080p) [Not 24/7] https://edge.taghtia.com/sa/2.m3u8 +#EXTINF:-1 tvg-id="AlSaudiya.sa" status="timeout",Al Saudiya (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saudiatv #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sunnatvsa #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (1080p) [Not 24/7] @@ -52,9 +52,9 @@ https://5aafcc5de91f1.streamlock.net/atfal1.com/atfal2/playlist.m3u8 #EXTINF:-1 tvg-id="AtfalWaMawaheb.sa" status="online",Atfal Wa Mawaheb (1080p) https://5d658d7e9f562.streamlock.net/atfal1.com/atfal2/playlist.m3u8 #EXTINF:-1 tvg-id="Ayaat.sa" status="online",Ayaat (720p) -https://stream.holol.com/live/ayat/playlist.m3u8 -#EXTINF:-1 tvg-id="Ayaat.sa" status="timeout",Ayaat (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ayaat_Group/live +#EXTINF:-1 tvg-id="Ayaat.sa" status="online",Ayaat (720p) +https://stream.holol.com/live/ayat/playlist.m3u8 #EXTINF:-1 tvg-id="Beity.sa" status="timeout",Beity http://82.212.74.2:8000/live/7312.m3u8 #EXTINF:-1 tvg-id="ENTV.sa" status="timeout",EN TV @@ -64,17 +64,17 @@ https://jmc-live.ercdn.net/iqraaeurope/iqraaeurope.m3u8 #EXTINF:-1 tvg-id="IqraaArabic.sa" status="online",Iqraa (576p) [Not 24/7] https://jmc-live.ercdn.net/iqraa/iqraa.m3u8 #EXTINF:-1 tvg-id="JeddahRadio.sa" status="online",Jeddah Radio (720p) -https://edge.taghtia.com/sa/15.m3u8 -#EXTINF:-1 tvg-id="JeddahRadio.sa" status="timeout",Jeddah Radio (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/jeddahradio +#EXTINF:-1 tvg-id="JeddahRadio.sa" status="online",Jeddah Radio (720p) +https://edge.taghtia.com/sa/15.m3u8 #EXTINF:-1 tvg-id="KaifTV.sa" status="online",Kaif TV (576p) [Not 24/7] http://82.212.74.2:8000/live/hls/7311.m3u8 #EXTINF:-1 tvg-id="KSASports1.sa" status="online",KSA Sports 1 (1080p) [Not 24/7] https://edge.taghtia.com/sa/9.m3u8 #EXTINF:-1 tvg-id="KSASports2.sa" status="online",KSA Sports 2 (1080p) [Not 24/7] -https://edge.taghtia.com/sa/10.m3u8 -#EXTINF:-1 tvg-id="KSASports2.sa" status="timeout",KSA Sports 2 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/ksa-sports2 +#EXTINF:-1 tvg-id="KSASports2.sa" status="online",KSA Sports 2 (1080p) [Not 24/7] +https://edge.taghtia.com/sa/10.m3u8 #EXTINF:-1 tvg-id="LBC.sa" status="online",LBC (1080p) [Geo-blocked] https://rotanastudios-lbc-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="LBC.sa" status="timeout",LBC (1080p) [Geo-blocked] @@ -88,9 +88,9 @@ https://edge.taghtia.com/sa/14.m3u8 #EXTINF:-1 tvg-id="PanoramaFM.sa" status="online",Panorama FM (1080p) https://shls-panoramafm-prod-dub.shahid.net/out/v1/66262e420d824475aaae794dc2d69f14/index.m3u8 #EXTINF:-1 tvg-id="QuranRadio.sa" status="online",Quran Radio (720p) -https://edge.taghtia.com/sa/13.m3u8 -#EXTINF:-1 tvg-id="QuranRadio.sa" status="timeout",Quran Radio (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/quranradio +#EXTINF:-1 tvg-id="QuranRadio.sa" status="online",Quran Radio (720p) +https://edge.taghtia.com/sa/13.m3u8 #EXTINF:-1 tvg-id="RotanaCinemaEgypt.eg" status="online",Rotana Cinema (1080p) https://rotanastudios-rotanacinema-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaCinemaEgypt.eg" status="online",Rotana Cinema (1080p) @@ -112,9 +112,9 @@ https://shls-rotanakhalijia-prod-dub.shahid.net/out/v1/a639fd49db684f1b8c063d398 #EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="timeout",Rotana Khalijia (1080p) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live #EXTINF:-1 tvg-id="RotanaKids.sa" status="online",Rotana Kids (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-kids -#EXTINF:-1 tvg-id="RotanaKids.sa" status="online",Rotana Kids (1080p) https://shls-rotanakids-prod-dub.shahid.net/out/v1/df6e0eb3cdc4410b98209aafc8677cef/index.m3u8 +#EXTINF:-1 tvg-id="RotanaKids.sa" status="online",Rotana Kids (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-kids #EXTINF:-1 tvg-id="RotanaMusic.sa" status="online",Rotana Music (1080p) https://rotanastudios-rotanamusic-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaPlusHD.sa" status="online",Rotana+ (1080p) @@ -124,9 +124,9 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saud #EXTINF:-1 tvg-id="SaudiaRadio.sa" status="online",Saudia Radio (720p) https://edge.taghtia.com/sa/11.m3u8 #EXTINF:-1 tvg-id="SBC.sa" status="online",SBC (1080p) [Not 24/7] -https://edge.taghtia.com/sa/1.m3u8 -#EXTINF:-1 tvg-id="SBC.sa" status="timeout",SBC (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sbc-channel +#EXTINF:-1 tvg-id="SBC.sa" status="timeout",SBC (1080p) [Not 24/7] +https://edge.taghtia.com/sa/1.m3u8 #EXTINF:-1 tvg-id="SSC1HD.sa" status="online",SSC1 HD (1080p) https://shls-mbc1ksa-prod-dub.shahid.net/out/v1/6ae0a2ebab224c72ab9c298afeec8d91/index.m3u8 #EXTINF:-1 tvg-id="SSC2.sa" status="online",SSC2 HD (1080p) @@ -138,9 +138,9 @@ https://shls-live-event2-prod-dub.shahid.net/out/v1/0456ede1a39145d98b3d8c8062dd #EXTINF:-1 tvg-id="SSCActionWaleedExtra.sa" status="online",SSC Action Waleed Extra (1080p) [Not 24/7] https://d2x08mwxhmpplo.cloudfront.net/out/v1/587631773e55495a8aa3dd4050318f6e/index.m3u8 #EXTINF:-1 tvg-id="ThikrayatTV.sa" status="online",Thikrayat TV (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/thikrayat-tv -#EXTINF:-1 tvg-id="ThikrayatTV.sa" status="online",Thikrayat TV (1080p) [Not 24/7] https://edge.taghtia.com/sa/3.m3u8 +#EXTINF:-1 tvg-id="ThikrayatTV.sa" status="error",Thikrayat TV (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/thikrayat-tv #EXTINF:-1 tvg-id="WesalTV.sa" status="timeout",Wesal TV [Not 24/7] http://live.noorlive.com:1935/wesal/wesal1/playlist.m3u8 #EXTINF:-1 tvg-id="ZadTV.sa" status="online",ZAD TV (1080p) [Not 24/7] diff --git a/streams/sd.m3u b/streams/sd.m3u index f4c19c2fa..885633cff 100644 --- a/streams/sd.m3u +++ b/streams/sd.m3u @@ -5,5 +5,5 @@ http://africatv.live.net.sa:1935/live/africatv/playlist.m3u8 http://africatv.live.net.sa:1935/live/africatv2/playlist.m3u8 #EXTINF:-1 tvg-id="AlAlamiya2.sd" status="timeout",Al Alamiya 2 http://82.212.74.98:8000/live/7815.m3u8 -#EXTINF:-1 tvg-id="SudanTV.sd" status="online",Sudan TV (720p) +#EXTINF:-1 tvg-id="SudanTV.sd" status="error",Sudan TV (720p) https://castor.streamthatvideo.co:8081/sudantv/index.m3u8 diff --git a/streams/sg.m3u b/streams/sg.m3u index 2100a698b..1b067d97b 100644 --- a/streams/sg.m3u +++ b/streams/sg.m3u @@ -15,7 +15,7 @@ http://210.210.155.37/uq2663/h/h19/index.m3u8 http://210.210.155.37/dr9445/h/h37/index.m3u8 #EXTINF:-1 tvg-id="Hits.sg" status="error",HITS (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h37/index.m3u8 -#EXTINF:-1 tvg-id="RockEntertainment.sg" status="online",Rock Entertainment (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="RockEntertainment.sg" status="error",Rock Entertainment (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h16/index.m3u8 #EXTINF:-1 tvg-id="RockExtreme.sg" status="online",Rock Extreme (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h15/index.m3u8 diff --git a/streams/sn.m3u b/streams/sn.m3u index ed8975737..f676d3663 100644 --- a/streams/sn.m3u +++ b/streams/sn.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="2STV.sn" status="timeout",2STV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="2STV.sn" status="error",2STV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7vidbb #EXTINF:-1 tvg-id="A2iMusic.sn" status="online",A2i Music (720p) [Not 24/7] https://stream.sen-gt.com/A2iMusic/myStream/playlist.m3u8 @@ -9,7 +9,7 @@ https://stream.sen-gt.com/A2iNaija/myStream/playlist.m3u8 https://stream.sen-gt.com/A2iReligion/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="Africa7.sn" status="online",Africa 7 (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7xq2dw -#EXTINF:-1 tvg-id="RFM.sn" status="error",RFM (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RFM.sn" status="online",RFM (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wi5y1 #EXTINF:-1 tvg-id="TFM.sn" status="online",TFM (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wcr45 diff --git a/streams/sv.m3u b/streams/sv.m3u index 7a491766b..9fafac3d7 100644 --- a/streams/sv.m3u +++ b/streams/sv.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AgapeTV.sv" status="timeout",Ágape TV Canal 8 +#EXTINF:-1 tvg-id="AgapeTV.sv" status="online",Ágape TV Canal 8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://twitch.tv/agapetv8 #EXTINF:-1 tvg-id="Canal10.sv" status="blocked",Canal 10 (720p) http://streamingcws20.com:1935/tves/tves.smil/playlist.m3u8 diff --git a/streams/th.m3u b/streams/th.m3u index 4859eb4b2..3074ce977 100644 --- a/streams/th.m3u +++ b/streams/th.m3u @@ -9,35 +9,35 @@ https://tc-live1.sanook.com/live/22302_ch5.m3u8 https://bcovlive-a.akamaihd.net/2d37038b355f4ea6a6b0d46993dc285c/ap-southeast-1/5282994675001/profile_0/chunklist.m3u8 #EXTINF:-1 tvg-id="Channel8.th" status="online",Channel 8 (1080p) [Not 24/7] http://usa.login.in.th:1935/ch8/ch8/playlist.m3u8 -#EXTINF:-1 tvg-id="DLTV1.th" status="timeout",DLTV 1 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV1.th" status="online",DLTV 1 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv01.m3u8 -#EXTINF:-1 tvg-id="DLTV2.th" status="online",DLTV 2 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV2.th" status="timeout",DLTV 2 (480p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv02.m3u8 #EXTINF:-1 tvg-id="DLTV3.th" status="online",DLTV 3 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv03.m3u8 -#EXTINF:-1 tvg-id="DLTV4.th" status="online",DLTV 4 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV4.th" status="timeout",DLTV 4 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv04.m3u8 #EXTINF:-1 tvg-id="DLTV5.th" status="timeout",DLTV 5 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv05.m3u8 -#EXTINF:-1 tvg-id="DLTV6.th" status="timeout",DLTV 6 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV6.th" status="online",DLTV 6 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv06.m3u8 #EXTINF:-1 tvg-id="DLTV7.th" status="online",DLTV 7 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv07.m3u8 -#EXTINF:-1 tvg-id="DLTV8.th" status="timeout",DLTV 8 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV8.th" status="online",DLTV 8 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv08.m3u8 -#EXTINF:-1 tvg-id="DLTV9.th" status="online",DLTV 9 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV9.th" status="timeout",DLTV 9 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv09.m3u8 -#EXTINF:-1 tvg-id="DLTV10.th" status="timeout",DLTV 10 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV10.th" status="online",DLTV 10 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv10.m3u8 -#EXTINF:-1 tvg-id="DLTV11.th" status="online",DLTV 11 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV11.th" status="timeout",DLTV 11 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv11.m3u8 #EXTINF:-1 tvg-id="DLTV12.th" status="online",DLTV 12 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv12.m3u8 #EXTINF:-1 tvg-id="DLTV13.th" status="timeout",DLTV 13 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv13.m3u8 -#EXTINF:-1 tvg-id="DLTV14.th" status="online",DLTV 14 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV14.th" status="timeout",DLTV 14 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv14.m3u8 -#EXTINF:-1 tvg-id="DLTV15.th" status="timeout",DLTV 15 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV15.th" status="online",DLTV 15 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv15.m3u8 #EXTINF:-1 tvg-id="GolfChannelThailand.th" status="blocked" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36",Golf Channel Thailand (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36 diff --git a/streams/tn.m3u b/streams/tn.m3u index 42fba9922..e97da5138 100644 --- a/streams/tn.m3u +++ b/streams/tn.m3u @@ -2,7 +2,7 @@ #EXTINF:-1 tvg-id="ElHiwarElTounsi.tn" status="online" user-agent="TNAgexpl212C",El Hiwar El Tounsi (400p) [Not 24/7] #EXTVLCOPT:http-user-agent=TNAgexpl212C http://217.182.137.206/elhiwar.m3u8 -#EXTINF:-1 tvg-id="IFMTV.tn" status="online",IFM TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="IFMTV.tn" status="error",IFM TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RadioIfmTunisia/live #EXTINF:-1 tvg-id="JawharaTV.tn" status="online",JAWHARA TV (720p) [Not 24/7] https://streaming.toutech.net/live/jtv/index.m3u8 @@ -14,7 +14,7 @@ http://142.44.214.231:1935/saheltv/myStream/playlist.m3u8 https://5ac31d8a4c9af.streamlock.net/tunimmob/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="TunisnaTV.tn" status="timeout",Tunisna TV http://streaming.tunisna.tv:1935/live/tunisna/playlist.m3u8 -#EXTINF:-1 tvg-id="Watania1.tn" status="timeout",Watania 1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Watania1.tn" status="online",Watania 1 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/WataniaReplay/live #EXTINF:-1 tvg-id="Watania2.tn" status="online",Watania 2 (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Watania2Replay/live diff --git a/streams/tr.m3u b/streams/tr.m3u index 91fdd671f..445eb7370 100644 --- a/streams/tr.m3u +++ b/streams/tr.m3u @@ -22,7 +22,7 @@ https://broadcasttr.com:446/altastv/bant1/index.m3u8 https://live.al-zahratv.com/live/playlist.m3u8 #EXTINF:-1 tvg-id="AnadoluAgency.tr" status="online",AA Live (720p) [Not 24/7] http://mtulqxgomrllive.mediatriple.net/mtulqxgomrllive/broadcast_59f9c0c785b88.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ArasTV.tr" status="online",ARAS TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ArasTV.tr" status="error",ARAS TV (576p) [Not 24/7] http://1.rtmp.org/tv217/yayin.stream/playlist.m3u8 #EXTINF:-1 tvg-id="ASTV.tr" status="online",Bursa AS TV (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/astv/bant1/playlist.m3u8 @@ -98,10 +98,10 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid http://live.arkumedia.com:1935/finansturktv/finansturktv/playlist.m3u8 #EXTINF:-1 tvg-id="GaziantepOlayTV.tr" status="online",Gaziantep Olay Tv (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/olaytv/bant1/playlist.m3u8 +#EXTINF:-1 tvg-id="GRT.tr" status="online",GRT Gaziantep (720p) [Geo-blocked] +http://yerelmedya.tv:1935/grt/_definst_/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="GRT.tr" status="online",GRT (720p) https://waw2.artiyerelmedya.net/grt/bant1/chunks.m3u8 -#EXTINF:-1 tvg-id="GRT.tr" status="blocked",GRT Gaziantep (720p) [Geo-blocked] -http://yerelmedya.tv:1935/grt/_definst_/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="GSTV.tr" status="blocked",GSTV [Geo-blocked] https://owifavo5.rocketcdn.com/gstv/gstv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="GuneyTVTarsus.tr" status="online",Guney TV Tarsus (270p) @@ -189,7 +189,7 @@ http://lalegultv.netmedya.net/hls/lalegultv.m3u8 http://lalegultv.netmedya.net/lalegul-tv/lalegultv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="LifeTV.tr" status="online",Life TV (720p) [Not 24/7] https://waw2.artiyerelmedya.net/lifetv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="LineTV.tr" status="online",Line TV (404p) [Not 24/7] +#EXTINF:-1 tvg-id="LineTV.tr" status="error",Line TV (404p) [Not 24/7] https://broadcasttr.com:446/linetv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="MaviKaradenizTV.tr" status="online",MaviKaradeniz (720p) [Geo-blocked] http://yerelmedya.tv:1935/mavikaradeniz/bant1/playlist.m3u8 diff --git a/streams/ua.m3u b/streams/ua.m3u index 414ab2ec8..11c7e73c4 100644 --- a/streams/ua.m3u +++ b/streams/ua.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="1Plus1.ua" status="timeout",1+1 (1080p) +#EXTINF:-1 tvg-id="1Plus1.ua" status="online",1+1 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCVEaAWKfv7fE1c-ZuBs7TKQ/live #EXTINF:-1 tvg-id="1Plus1Sport.ua" status="online",1+1 Спорт (720p) [Not 24/7] https://live-k2301-kbp.1plus1.video/sport/smil:sport.smil/playlist.m3u8 @@ -11,7 +11,7 @@ https://cdn10.live-tv.od.ua:8083/7tvod/7tvod/playlist.m3u8 http://streamvideol1.luxnet.ua/news24/smil:news24.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="100News.ua" status="online",100% News (576p) http://85.238.112.40:8810/hls_sec/239.33.16.32-.m3u8 -#EXTINF:-1 tvg-id="ATR.ua" status="timeout",ATR (504p) +#EXTINF:-1 tvg-id="ATR.ua" status="error",ATR (504p) http://stream.atr.ua/atr/live/index.m3u8 #EXTINF:-1 tvg-id="BamBarBiaTV.ua" status="online",BamBarBia TV (1080p) [Not 24/7] https://cdn1.live-tv.od.ua:8083/bbb/bbbtv-abr/playlist.m3u8 diff --git a/streams/ug.m3u b/streams/ug.m3u index 1266b1b04..68bf3de8c 100644 --- a/streams/ug.m3u +++ b/streams/ug.m3u @@ -5,5 +5,5 @@ https://arktelevision.org/hlslive/test/test.m3u8 https://vse-cdn1-readymedia.rea.cdn.moderntv.eu/readymedia/stream/NBSTV/5-20-hls/live.m3u8 #EXTINF:-1 tvg-id="NBSTV.ug" status="online",NBS TV (360p) [Not 24/7] https://cdn1.rea.cdn.moderntv.eu/readymedia/stream/NBSTV/10-hls/live-media.m3u8 -#EXTINF:-1 tvg-id="" status="online",Fort TV (480p) +#EXTINF:-1 tvg-id="" status="error",Fort TV (480p) http://fort.co-works.org:8080/hls/live.stream.m3u8 diff --git a/streams/uk.m3u b/streams/uk.m3u index 5c8128b36..c15963a85 100644 --- a/streams/uk.m3u +++ b/streams/uk.m3u @@ -12,14 +12,14 @@ http://akaal.zecast.net/akaal-live/smil:akaaltv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Alaraby2TV.uk" status="online",Alaraby 2 TV (1080p) https://alaraby.cdn.octivid.com/alaraby2n/smil:alaraby2n.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlarabyTV.uk" status="online",Alaraby TV (1080p) -https://alaraby.cdn.octivid.com/alaraby/smil:alaraby.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlarabyTV.uk" status="timeout",Alaraby TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlarabyTv_News/live +#EXTINF:-1 tvg-id="AlarabyTV.uk" status="online",Alaraby TV (1080p) +https://alaraby.cdn.octivid.com/alaraby/smil:alaraby.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlHiwarTV.uk" status="online",Alhiwar TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alhiwarchannels/live #EXTINF:-1 tvg-id="AlHiwarTV.uk" status="online",Alhiwar TV (1080p) [Not 24/7] https://mn-nl.mncdn.com/alhiwar_live/smil:alhiwar.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlMagharibia.uk" status="timeout",Al Magharibia (1080p) +#EXTINF:-1 tvg-id="AlMagharibia.uk" status="online",Al Magharibia (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlmagharibiaTv/live #EXTINF:-1 tvg-id="AnandTV.uk" status="blocked",Anand TV (720p) [Not 24/7] https://live-anandtv.anandmedia.net/anandtvapp/anandtv/index.m3u8 @@ -51,7 +51,7 @@ https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic https://vs-hls-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2.m3u8 #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (540p) https://vs-hls-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2_cloudfrontms_live.m3u8 -#EXTINF:-1 tvg-id="BBCArabic.uk" status="timeout",BBC Arabic (480p) +#EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/bbcarabic/live #EXTINF:-1 tvg-id="BBCFour.uk" status="blocked",BBC Four (540p) [Geo-blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_four_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 @@ -215,7 +215,7 @@ https://ve-uhd-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uhd_stream_ https://ve-uhd-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uhd_stream_04/iptv_uhd_v1.mpd #EXTINF:-1 tvg-id="BBCUHD5.uk" status="blocked",BBC UHD 5 (2160p) [Geo-blocked] [Not 24/7] https://ve-uhd-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uhd_stream_05/iptv_uhd_v1.mpd -#EXTINF:-1 tvg-id="BBCWorldNewsEurope.uk" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",BBC World News (480p) +#EXTINF:-1 tvg-id="BBCWorldNewsEurope.uk" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",BBC World News (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s24/index.m3u8 #EXTINF:-1 tvg-id="BoxHits.uk" status="online",Box Hits (576p) @@ -257,7 +257,7 @@ http://ott-cdn.ucom.am/s37/index.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/KhodamAlMahdi2/live #EXTINF:-1 tvg-id="FreeSports.uk" status="online",FreeSports (1080p) [Not 24/7] https://d3cq7cdp2cfi92.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-2ff27mp9b8422-prod/hls-harvester2-1293-prod/us-east-1/cc-2ff27mp9b8422/master.m3u8 -#EXTINF:-1 tvg-id="GarshomTV.uk" status="error",Garshom TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="GarshomTV.uk" status="online",Garshom TV (360p) [Not 24/7] http://og2qd3aal7an-hls-live.5centscdn.com/garshomtv/d0dbe915091d400bd8ee7f27f0791303.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="GBNews.uk" status="online",GB News (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/GBNewsOnline/live @@ -269,7 +269,7 @@ http://57d6b85685bb8.streamlock.net:1935/abrgemporiaukgfx/livestream_360p/index. https://halaldn.cdn.mangomolo.com/halavd/smil:halavd.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="HorseCountryTV.uk" status="online",Horse & Country TV (1080p) https://hnc-free-viewlift.amagi.tv/HNC_AUSTRALIA.m3u8 -#EXTINF:-1 tvg-id="IdealWorld.uk" status="timeout",Ideal World TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="IdealWorld.uk" status="online",Ideal World TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/IdealworldTvShopping/live #EXTINF:-1 tvg-id="IonTV.uk" status="online",iON TV (576p) https://ap02.iqplay.tv:8082/iqb8002/i09/playlist.m3u8 @@ -303,7 +303,7 @@ https://lo2-1.gemporia.com/abrjewellerymaker/smil:livestream.smil/playlist.m3u8 http://188.40.68.167/russia/jimjam/playlist.m3u8 #EXTINF:-1 tvg-id="KalemehTV.uk" status="online",Kalemeh TV (576p) [Not 24/7] http://51.210.199.37/hls/stream.m3u8 -#EXTINF:-1 tvg-id="KanshiTV.uk" status="online",Kanshi TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KanshiTV.uk" status="error",Kanshi TV (720p) [Not 24/7] https://live.kanshitv.co.uk/mobile/kanshitvkey.m3u8 #EXTINF:-1 tvg-id="Kerrang.uk" status="online",Kerrang (576p) [Geo-blocked] https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kerrang-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/kerrang/ @@ -375,7 +375,7 @@ https://ap02.iqplay.tv:8082/iqb8002/t5kb86/playlist.m3u8 https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00738-newsuk-talkradiotv-ono/playlist.m3u8 #EXTINF:-1 tvg-id="TalkTV.uk" status="online",TalkTV (1080p) https://newsuk-talkradiotv-brightcove.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TBNUK.uk" status="timeout",TBN UK (720p) +#EXTINF:-1 tvg-id="TBNUK.uk" status="online",TBN UK (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://api.new.livestream.com/accounts/28567990/events/8919546 #EXTINF:-1 tvg-id="TheBoxUK.uk" status="online",The Box UK (576p) [Not 24/7] https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,thebox-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/thebox/ @@ -420,7 +420,7 @@ https://live.ishiacloud.com/haditv.co.uk/haditv2.m3u8 https://live.ishiacloud.com/haditv.co.uk/haditv6.m3u8 #EXTINF:-1 tvg-id="" status="online",Hadi TV Turkish and Kurdish (720p) https://live.ishiacloud.com/haditv.co.uk/haditv7.m3u8 -#EXTINF:-1 tvg-id="" status="online",Latest TV [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Latest TV [Not 24/7] https://5a0e89631aa14.streamlock.net/LatestTV/LatestTV/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",n TV (US Eastern) (720p) [Not 24/7] https://a.jsrdn.com/broadcast/22680_3BR3zocwi9/-0500/c.m3u8 diff --git a/streams/uk_pluto.m3u b/streams/uk_pluto.m3u index 92ee632c3..0703ba7ec 100644 --- a/streams/uk_pluto.m3u +++ b/streams/uk_pluto.m3u @@ -16,6 +16,8 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7677c0edace7cff81 #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60812fc8539963000707d1e1/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8bf321-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=7ebb5004-1cd6-44bb-990a-082fdcdcba6d #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a66795ef91fef2c7031c599&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=70&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dc287ce3086a20009f5024c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b2e82991-0585-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -23,8 +25,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a66795ef https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677c0edace7cff8180b16/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a66795ef91fef2c7031c599&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=70&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSherlockUK.uk" status="online",Pluto TV Sherlock (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2c00abfed110009d97243/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (England) (720p) @@ -34,13 +34,13 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6081310e48d3200007a #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9bb941b95267e225e59c2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b22749b0-ca0e-4663-8bb3-d83febbbb89f&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56340779a738201b4ccfeac9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=725&terminate=false&userId= +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677fa2ec536ce1d587eeb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56340779a738201b4ccfeac9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=725&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5637d31f319573e26b64040b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5637d31f319573e26b64040b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=468&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p) diff --git a/streams/us.m3u b/streams/us.m3u index cfdc1151f..fc9238ec7 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -132,7 +132,7 @@ https://ampmedia.secure.footprint.net/egress/bhandler/ampmedia/streamb/manifest. https://agp-nimble.streamguys1.com/AGCC/AGCC/playlist.m3u8 #EXTINF:-1 tvg-id="ARTNTV.am" status="online",ARTN TV (1080p) [Not 24/7] https://streamer1.connectto.com/ARTN_mobile/index.m3u8 -#EXTINF:-1 tvg-id="AssembleenationaleduQuebec.ca" status="online",Assemblee Nationale du Quebec +#EXTINF:-1 tvg-id="AssembleenationaleduQuebec.ca" status="error",Assemblee Nationale du Quebec https://cdn3.wowza.com/5/UHh3aHM1bTBsY1Uw/diffusion/canal17/playlist.m3u8 #EXTINF:-1 tvg-id="AtlantaChannel.us" status="online",Atlanta Channel (720p) http://media4.tripsmarter.com:1935/LiveTV/ACVBHD/playlist.m3u8 @@ -148,7 +148,7 @@ https://dikcfc9915kp8.cloudfront.net/hls/1080p/playlist.m3u8 https://dikcfc9915kp8.cloudfront.net/hls/main.m3u8 #EXTINF:-1 tvg-id="BabyTV.uk" status="online",BabyTV (1080p) http://194.163.179.246/slovenci/djeciji/babytv.m3u8 -#EXTINF:-1 tvg-id="BanningCityTV.us" status="timeout",Banning CityTV (Banning CA) (p) +#EXTINF:-1 tvg-id="BanningCityTV.us" status="online",Banning CityTV (Banning CA) (p) https://vblive-c.viebit.com/072e341f-100d-4da1-9c18-65370ebf35c6/playlist.m3u8 #EXTINF:-1 tvg-id="BBCAmericaEast.us" status="online",BBC America (720p) https://bcovlive-a.akamaihd.net/8e64fad5ddbe4d3e95b23b0f9c062f03/us-east-1/6240731308001/playlist.m3u8 @@ -232,7 +232,7 @@ https://content.uplynk.com/channel/7ad2b600b40b4a89933ab6981757f8b3.m3u8 http://butv10-livestream.bu.edu/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 #EXTINF:-1 tvg-id="Buzzr.us" status="online",Buzzr (1080p) https://buzzrota-web.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="CableHits.us" status="error",Cable Hits (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CableHits.us" status="online",Cable Hits (720p) [Not 24/7] https://bk7l2w4nlx53-hls-live.5centscdn.com/AETV/514c04b31b5f01cf00dd4965e197fdda.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="CaliforniaMusicChannel.us" status="online",CMC (California Music Channel) https://cmc-ono.amagi.tv/playlist.m3u8 @@ -244,7 +244,7 @@ https://playout4multirtmp.tulix.tv/live7/Stream1/playlist.m3u8 https://stream.ads.ottera.tv/playlist.m3u8?network_id=269 #EXTINF:-1 tvg-id="CanelaTV.us" status="online",Canela TV (720p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=65 -#EXTINF:-1 tvg-id="CapitalCityConnectionMontgomery.us" status="timeout",City TV Capital City Connection +#EXTINF:-1 tvg-id="CapitalCityConnectionMontgomery.us" status="online",City TV Capital City Connection https://vblive-c.viebit.com/5f0d9ca5-4e85-4c01-a426-9ec8d44c2c9c/chunklist.m3u8 #EXTINF:-1 tvg-id="CaptitalOTBBetting.us" status="online",Captital OTB Betting (720p) [Not 24/7] https://d2up1hmow19bcd.cloudfront.net/livecf/liveracing/playlist.m3u8 @@ -358,7 +358,7 @@ https://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_4_ http://stream.tvtap.live:8081/live/us-cnn.stream/playlist.m3u8 #EXTINF:-1 tvg-id="CNN.us" status="blocked",CNN https://16live00.akamaized.net/CNN/index.m3u8 -#EXTINF:-1 tvg-id="CNNBrasil.br" status="timeout",CNN Brasil (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CNNBrasil.br" status="online",CNN Brasil (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCvdwhh_fDyWccR42-rReZLw/live #EXTINF:-1 tvg-id="CNNChile.cl" status="timeout",CNN Chile (720p) https://unlimited1-cl-movistar.dps.live/cnn/cnn.smil/playlist.m3u8 @@ -735,9 +735,9 @@ https://reflect-channel36-la.cablecast.tv/live-3/live/live.m3u8 https://reflect-losangeles.cablecast.tv/live-3/live/live.m3u8 #EXTINF:-1 tvg-id="LakeHavasuCity4.us" status="online",LHCAZTV https://cdn3.wowza.com/5/cHYzekYzM2kvTVFH/lakehavasucity/G0643_003/playlist.m3u8 -#EXTINF:-1 tvg-id="LaMegaMundial.us" status="online",La Mega Mundial (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LaMegaMundial.us" status="error",La Mega Mundial (720p) [Not 24/7] http://68.235.35.243:1935/lamegamundial/lamegamundial2/playlist.m3u8 -#EXTINF:-1 tvg-id="LaMegaMundial.us" status="online",La Mega Mundial (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LaMegaMundial.us" status="error",La Mega Mundial (720p) [Not 24/7] https://59514edd5dd8e.streamlock.net/lamegamundial/lamegamundial2/playlist.m3u8 #EXTINF:-1 tvg-id="LaoThaiTVHD.us" status="online",Lao-Thai US TV (720p) https://livefta.malimarcdn.com/ftaedge00/laothaius.sdp/playlist.m3u8 @@ -853,22 +853,22 @@ https://5c2974786200d.streamlock.net/live-chan30/ngrp:ch30_all/playlist.m3u8 https://5c2974786200d.streamlock.net/live-chan75/ngrp:ch75_all/playlist.m3u8 #EXTINF:-1 tvg-id="MillenniumTV24.us" status="online",Millennium TV 24 (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/mnews24.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="MillenniumTVUSA.us" status="online",Millennium TV USA (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MillenniumTVUSA.us" status="error",Millennium TV USA (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/millenniumtv-odr-up2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="MissionTV.us" status="online",Mission TV (1080p) [Not 24/7] https://6096a9cf11ae5.streamlock.net:1943/live/missiontv/playlist.m3u8 #EXTINF:-1 tvg-id="MissionTV.us" status="online",Mission TV (720p) [Not 24/7] http://stream.missiontv.com:1935/live/missiontv_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="MMAJunkie.us" status="online",MMA Junkie (720p) -https://a.jsrdn.com/broadcast/80f6ba72c8/+0000/c.m3u8 #EXTINF:-1 tvg-id="MMAJunkie.us" status="online",MMA Junkie http://a.jsrdn.com/broadcast/80f6ba72c8/+0000/high/c.m3u8 +#EXTINF:-1 tvg-id="MMAJunkie.us" status="online",MMA Junkie (720p) +https://a.jsrdn.com/broadcast/80f6ba72c8/+0000/c.m3u8 #EXTINF:-1 tvg-id="MohabatTV.us" status="online",Mohabat TV (540p) http://media.mohabat.tv:1935/live_transcoder/ngrp:mohabat.stream_all/playlist.m3u8 -#EXTINF:-1 tvg-id="MonarchChannel.us" status="online",Monarch TV (360p) -https://a.jsrdn.com/broadcast/0c9a09c94c/+0000/low/c.m3u8 #EXTINF:-1 tvg-id="MonarchChannel.us" status="online",Monarch Channel (720p) https://a.jsrdn.com/broadcast/0c9a09c94c/+0000/c.m3u8 +#EXTINF:-1 tvg-id="MonarchChannel.us" status="online",Monarch TV (360p) +https://a.jsrdn.com/broadcast/0c9a09c94c/+0000/low/c.m3u8 #EXTINF:-1 tvg-id="MorroBayChannel20.us" status="online",Morro Bay Channel 20 (480p) https://agp-nimble.streamguys1.com/MBCh20/MBCh20/playlist.m3u8 #EXTINF:-1 tvg-id="MovieKingdom.us" status="online",Movie Kingdom (720p) @@ -1103,7 +1103,7 @@ https://playout4multirtmp.tulix.tv/live6/Stream1/playlist.m3u8 https://a.jsrdn.com/broadcast/fabeab4b08/+0000/c.m3u8 #EXTINF:-1 tvg-id="StartTV.us" status="blocked",Start TV https://16live00.akamaized.net/START_TV/index.m3u8 -#EXTINF:-1 tvg-id="StockChartsTV.us" status="timeout",StockCharts TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="StockChartsTV.us" status="online",StockCharts TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://livestream.com/accounts/19628359/events/7940975/player #EXTINF:-1 tvg-id="SundanceTVEast.us" status="online",Sundance East (720p) https://bcovlive-a.akamaihd.net/d2fcbeaead4b425fa13d4fec961fc47a/us-east-1/6240731308001/playlist.m3u8 @@ -1111,7 +1111,7 @@ https://bcovlive-a.akamaihd.net/d2fcbeaead4b425fa13d4fec961fc47a/us-east-1/62407 https://a.jsrdn.com/broadcast/9e63a1b236/+0000/c.m3u8 #EXTINF:-1 tvg-id="SyfyEast.us" status="blocked",SYFY East (720p) http://trn03.tulix.tv/teleup-syfy/playlist.m3u8 -#EXTINF:-1 tvg-id="TAGTV.us" status="error",TAG TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TAGTV.us" status="online",TAG TV (1080p) [Not 24/7] https://cdn30.liveonlineservices.com/hls/tagtv.m3u8 #EXTINF:-1 tvg-id="TAPTVChannel23.us" status="online",Lompoc TAP TV Channel 23 (720p) https://lompoccmttv.secure.footprint.net/egress/bhandler/lompoccmttv/streama/playlist.m3u8 @@ -1153,10 +1153,10 @@ https://eu-nl-012.worldcast.tv/dancetelevisionthree/dancetelevisionthree.m3u8 https://cdn3.wowza.com/5/cFh0V0QwUVc4SDl2/tempe/G0355_003/chunklist.m3u8 #EXTINF:-1 tvg-id="TGJunior.us" status="online",TG Junior (1080p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=31 -#EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (486p) -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=74 #EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (1080p) https://ov.ottera.tv/live/master.m3u8?channel=mcom_ta_us +#EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (486p) +https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=74 #EXTINF:-1 tvg-id="TheBeachChannel.us" status="error",The Beach Channel (720p) https://live.lwcdn.com/live/amlst:ALH8QFrg_all/playlist.m3u8 #EXTINF:-1 tvg-id="TheBoatShow.us" status="online",The Boat Show (720p) @@ -1209,7 +1209,7 @@ https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37 https://content.uplynk.com/channel/33c48f602cfd4474b957eb4ad999caf8.m3u8 #EXTINF:-1 tvg-id="TrinityChannel.us" status="online",Trinity Channel (480p) [Not 24/7] http://rtmp1.abnsat.com/hls/trinity.m3u8 -#EXTINF:-1 tvg-id="TropicalMoonEventosTV.us" status="error",Tropical Moon Eventos TV [Not 24/7] +#EXTINF:-1 tvg-id="TropicalMoonEventosTV.us" status="online",Tropical Moon Eventos TV [Not 24/7] https://srv.panelcast.net/eventostv/eventostv/playlist.m3u8 #EXTINF:-1 tvg-id="TropicalMoonSalsaTV.us" status="online",Tropical Moon Salsa TV https://srv.panelcast.net/musictv/musictv/playlist.m3u8 @@ -1257,7 +1257,7 @@ https://rpn1.bozztv.com/36bay2/gusa-tvshollywoohistory/mono.m3u8 https://rpn1.bozztv.com/36bay2/gusa-tvshorror/index.m3u8 #EXTINF:-1 tvg-id="TVSInspirationalNetwork.us" status="online",TVS Inspirational Network (480p) [Not 24/7] https://rpn1.bozztv.com/36bay2/gusa-TVSInspirationalNetwork/index.m3u8 -#EXTINF:-1 tvg-id="TVSMainstreet.us" status="online",TVS Mainstreet (360p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSMainstreet.us" status="error",TVS Mainstreet (360p) [Not 24/7] https://rpn1.bozztv.com/36bay2/gusa-tvsmainst/index.m3u8 #EXTINF:-1 tvg-id="TVSMusicNetwork.us" status="online",TVS Music Network (720p) https://rpn1.bozztv.com/36bay2/gusa-tvsmusic/index.m3u8 @@ -1307,7 +1307,7 @@ https://unidfp-nlds164.global.ssl.fastly.net/nlds/univisionnow/unimas_east2/as/l https://unidfp-nlds155.global.ssl.fastly.net/nlds/univisionnow/univision_east2/as/live/univision_east2_hd_pc.m3u8?t1= #EXTINF:-1 tvg-id="UNTVNewsRecue.us" status="timeout",UNTV News & Recue (1080p) https://cdn.untvweb.com/live-stream/playlist.m3u8 -#EXTINF:-1 tvg-id="UNWebTV.us" status="error",UN Web TV (540p) +#EXTINF:-1 tvg-id="UNWebTV.us" status="online",UN Web TV (540p) https://cdnapi.kaltura.com/p/2503451/sp/250345100/playManifest/entryId/1_gb6tjmle/protocol/https/format/applehttp/a.m3u8 #EXTINF:-1 tvg-id="VallenatoInternacional.us" status="online",Vallenato Internacional (720p) [Not 24/7] https://59a564764e2b6.streamlock.net/vallenato/Vallenato2/playlist.m3u8 @@ -1525,7 +1525,7 @@ https://d1ewctnvcwvvvu.cloudfront.net/playlist.m3u8 https://content.uplynk.com/channel/411ba7ca8cb6403a9e73509e49c3a77b.m3u8 #EXTINF:-1 tvg-id="YouDotGov.us" status="online",YouDotGov https://tvsantacruz.secure.footprint.net/egress/bhandler/tvsantacruz/streama/playlist.m3u8 -#EXTINF:-1 tvg-id="YoungHollywood.us" status="timeout",Young Hollywood (720p) +#EXTINF:-1 tvg-id="YoungHollywood.us" status="online",Young Hollywood (720p) https://a.jsrdn.com/broadcast/e0f99ab19c/+0000/c.m3u8 #EXTINF:-1 tvg-id="YoutooAmerica.us" status="online",Youtoo America (1080p) https://thegateway.app/YouToo/CueTones/playlist.m3u8 @@ -1659,7 +1659,7 @@ https://cdn3.wowza.com/5/bGZUOHp2TnhudnM2/phoenix/G1498_002/chunklist.m3u8 https://content.uplynk.com/channel/98828f7707b84dc496472d5789143df2.m3u8 #EXTINF:-1 tvg-id="" status="online",Prescott Valley TV Prescott Valley AZ https://live-h1.frontlayer.net/fl207891/live/chunks.m3u8 -#EXTINF:-1 tvg-id="" status="online",Radio Ritmo (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Radio Ritmo (1080p) [Not 24/7] https://59514edd5dd8e.streamlock.net/lax/lax/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Retro TV (720p) https://bcovlive-a.akamaihd.net/5e531be3ed6c41229b2af2d9bffba88d/us-east-1/6183977686001/playlist.m3u8 @@ -1684,7 +1684,7 @@ https://streaming.temple.edu/tutvlive/_definst_/mp4:8BRYCQMB/chunklist_w19448629 https://5e6cea03e25b6.streamlock.net/live/WFSU-FL.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",The Grapevine https://ov.ottera.tv/live/master.m3u8?channel=mcom_gv_us -#EXTINF:-1 tvg-id="" status="online",The Ohio Channel (WOSU-DT3) (720p) +#EXTINF:-1 tvg-id="" status="error",The Ohio Channel (WOSU-DT3) (720p) https://5ebe6889de541.streamlock.net/live/stream_10/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",TNT https://16live00.akamaized.net/TNT/index.m3u8 @@ -1711,7 +1711,7 @@ https://cdn.igocast.com/channel8_hls/channel8_master.m3u8 https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8 #EXTINF:-1 tvg-id="" status="online",Village of Hastings-On-Hudson NY (WHOH-TV) (360p) http://stream.swagit.com/live-edge/hastingsonhudsonny/smil:std-4x3-1-a/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",VPOD-TV 59.3 Chicago IL (WAOE) (1080p) +#EXTINF:-1 tvg-id="" status="online",VPOD-TV 59.3 Chicago IL (WAOE) (1080p) https://81988.global.ssl.fastly.net/6054f2db9a679c037cbbb2b2/live_7749cbc088e711eb99623595db260c33/index.m3u8 #EXTINF:-1 tvg-id="" status="online",WATC-DT2 https://uni01rtmp.tulix.tv/watc57-2/watc57-2/playlist.m3u8 diff --git a/streams/us_imdbtv.m3u b/streams/us_imdbtv.m3u index dececb5dd..bd1fd0ad8 100644 --- a/streams/us_imdbtv.m3u +++ b/streams/us_imdbtv.m3u @@ -1,11 +1,11 @@ #EXTM3U -#EXTINF:-1 tvg-id="AbsoluteRealitybyWETV.us" status="online",Absolute Reality by WE TV (1080p) +#EXTINF:-1 tvg-id="AbsoluteRealitybyWETV.us" status="error",Absolute Reality by WE TV (1080p) https://amc-absolutereality-1.imdbtv.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AMCPresents.us" status="online",AMC Presents (1080p) +#EXTINF:-1 tvg-id="AMCPresents.us" status="error",AMC Presents (1080p) https://amc-amcpresents-1.imdbtv.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="IFCFilmsPicks.us" status="online",IFC Films Picks (1080p) +#EXTINF:-1 tvg-id="IFCFilmsPicks.us" status="error",IFC Films Picks (1080p) https://amc-ifc-films-picks-1.imdbtv.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RushbyAMC.us" status="online",Rush by AMC (1080p) +#EXTINF:-1 tvg-id="RushbyAMC.us" status="error",Rush by AMC (1080p) https://amc-rushbyamc-1.imdbtv.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="SlightlyOffIFC.us" status="online",Slightly Off by IFC (1080p) +#EXTINF:-1 tvg-id="SlightlyOffIFC.us" status="error",Slightly Off by IFC (1080p) https://amc-slightly-off-by-amc-1.imdbtv.wurl.com/manifest/playlist.m3u8 diff --git a/streams/us_localbtv.m3u b/streams/us_localbtv.m3u index 6d016c398..952ca8941 100644 --- a/streams/us_localbtv.m3u +++ b/streams/us_localbtv.m3u @@ -17,13 +17,13 @@ http://v-ny.theus6tv.duckdns.org/hls/7.4/playlist.m3u8 #EXTINF:-1 tvg-id="WACPDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT1 (TCT) (1080p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT2 (AceTV) (480p) +#EXTINF:-1 tvg-id="WACPDT2.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT2 (AceTV) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT4 (ShopLC) (480p) +#EXTINF:-1 tvg-id="WACPDT4.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT4 (ShopLC) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT5.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT5 (Jewelry TV) (480p) +#EXTINF:-1 tvg-id="WACPDT5.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT5 (Jewelry TV) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.5/playlist.m3u8 #EXTINF:-1 tvg-id="WACPDT6.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT6 (The Family Channel) (480p) @@ -89,15 +89,9 @@ http://v-ny.theus6tv.duckdns.org/hls/33.6/playlist.m3u8 #EXTINF:-1 tvg-id="WJLPDT7.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT7 (Story Television) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/33.7/playlist.m3u8 -#EXTINF:-1 tvg-id="WKOBLD1.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WKOB-LD1 (Azteca America 42) (720p) [Not 24/7] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 -http://v-ny.theus6tv.duckdns.org/hls/42.1/playlist.m3u8 #EXTINF:-1 tvg-id="WKOBLD2.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WKOB-LD2 (Daystar) (480p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/42.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WKOBLD5.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WKOB-LD5 (SonLife) (480p) [Not 24/7] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 -http://v-ny.theus6tv.duckdns.org/hls/42.5/playlist.m3u8 #EXTINF:-1 tvg-id="WKOBLD6.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WKOB-LD6 (Estrella TV) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/42.6/playlist.m3u8 diff --git a/streams/us_pluto.m3u b/streams/us_pluto.m3u index 3c0ea7956..bc0488ac5 100644 --- a/streams/us_pluto.m3u +++ b/streams/us_pluto.m3u @@ -1,10 +1,10 @@ #EXTM3U #EXTINF:-1 tvg-id="70sCinema.us" status="online",Pluto TV 70s Cinema (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d878d3d19b30007d2e782/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="80sRewind.us" status="online",Pluto TV 80s Rewind (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca525b650be2571e3943c63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="80sRewind.us" status="online",Pluto TV Pluto 80s Rewind (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca525b650be2571e3943c63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca525b650be2571e3943c63&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=95&terminate=false&userId= +#EXTINF:-1 tvg-id="80sRewind.us" status="online",Pluto TV 80s Rewind (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca525b650be2571e3943c63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="90sThrowback.us" status="online",Pluto TV 90s Throwback (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d86f519358a00072b978e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="90210.us" status="online",Pluto TV 90120 (720p) @@ -17,10 +17,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82530945600e0007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82530945600e0007ca076c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",Pluto TV America's Test Kitchen (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84f54a82f05300080e6746/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84f54a82f05300080e6746&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=605&terminate=false&userId= +#EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",America's Test Kitchen (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84f54a82f05300080e6746/master.m3u8?advertisingId=&appName=web&appVersion=5.10.0-63088da67b32904787b837429cfa9c5c605b7626&architecture=&buildVersion=&clientTime=&deviceDNT=false&deviceId=730453b0-df89-477c-a53d-9f59f9f46f37&deviceLat=37.7510&deviceLon=-97.8220&deviceMake=Opera&deviceModel=Opera&deviceType=web&deviceVersion=72.0.3815.186&includeExtendedEvents=false&marketingRegion=US&serverSideAds=true&sid=130d48cd-22f9-11eb-9bad-0242ac110002&userId= #EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",Pluto TV America's Test Kitchen (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84f54a82f05300080e6746/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="error",America's Test Kitchen (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84f54a82f05300080e6746/master.m3u8?advertisingId=&appName=web&appVersion=5.10.0-63088da67b32904787b837429cfa9c5c605b7626&architecture=&buildVersion=&clientTime=&deviceDNT=false&deviceId=730453b0-df89-477c-a53d-9f59f9f46f37&deviceLat=37.7510&deviceLon=-97.8220&deviceMake=Opera&deviceModel=Opera&deviceType=web&deviceVersion=72.0.3815.186&includeExtendedEvents=false&marketingRegion=US&serverSideAds=true&sid=130d48cd-22f9-11eb-9bad-0242ac110002&userId= #EXTINF:-1 tvg-id="AnimeAllDay.us" status="online",Pluto TV Anime All Day (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b7d3249444e05d09cc49/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b7d3249444e05d09cc49&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=830&terminate=false&userId= #EXTINF:-1 tvg-id="AnimeAllDay.us" status="online",Pluto TV Anime All Day (720p) @@ -31,16 +31,16 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5595e43c66ace1652e https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7656a8d0438aceb41cfdef/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="AwesomenessTV.us" status="online",Pluto TV Awesomeness TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5595e43c66ace1652e63c6a2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="BabyFirst.us" status="timeout",Pluto TV BabyFirst (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BabyFirst.us" status="online",Pluto TV BabyFirst (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebac49ce4dc8b00078b23bc/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="Baywatch.us" status="online",Pluto TV Baywatch (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d815eb889bca2ce7b746fdd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d815eb889bca2ce7b746fdd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=142&terminate=false&userId= #EXTINF:-1 tvg-id="Baywatch.us" status="online",Pluto TV Baywatch (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d815eb889bca2ce7b746fdd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BellatorMMA.us" status="online",Pluto TV Bellator MMA (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ebc8688f3697d00072f7cf8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGSff -#EXTINF:-1 tvg-id="BellatorMMA.us" status="online",Pluto TV Bellator MMA (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebc8688f3697d00072f7cf8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ebc8688f3697d00072f7cf8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=730&terminate=false&userId= +#EXTINF:-1 tvg-id="BellatorMMA.us" status="online",Pluto TV Bellator MMA (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ebc8688f3697d00072f7cf8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGSff #EXTINF:-1 tvg-id="BETEast.us" status="online",Pluto TV BET (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca670f6593a5d78f0e85aed/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca670f6593a5d78f0e85aed&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=174&terminate=false&userId= #EXTINF:-1 tvg-id="BETEast.us" status="online",Pluto TV BET (720p) @@ -56,11 +56,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db81695a #EXTINF:-1 tvg-id="BeverlyHillbillies.us" status="online",Pluto TV Beverly Hillbillies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7796e470510900070d4e3d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58af4c093a41ca9d4ecabe96&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=80&terminate=false&userId= -#EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (684p) https://stitcher.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?appVersion=2.0.0&deviceDNT=0&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=37.0.2049.0&serverSideAds=false&sid=6e360db0-724b-11e8-be77-bf4d1417b012 +#EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58af4c093a41ca9d4ecabe96&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=80&terminate=false&userId= #EXTINF:-1 tvg-id="BlackInkCrew.us" status="online",Pluto TV Black Ink Crew (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e2bceca5b4b2c0e06c50/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e2bceca5b4b2c0e06c50&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=285&terminate=false&userId= #EXTINF:-1 tvg-id="BlackInkCrew.us" status="online",Pluto TV Black Ink Crew (720p) [Not 24/7] @@ -73,10 +73,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46fba0c43b0d0009 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/54ff7ba69222cb1c2624c584/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=54ff7ba69222cb1c2624c584&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=224&terminate=false&userId= #EXTINF:-1 tvg-id="BounceXL.us" status="online",Bounce XL (720p) https://siloh.pluto.tv/lilo/production/BounceXL/master.m3u8 -#EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bfbe4ced4f7b601b12e6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=540&terminate=false&userId= +#EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Cats247.us" status="online",Cats 24/7 (US) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/599375885ceaac3cabccbed7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=599375885ceaac3cabccbed7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=635&terminate=false&userId= #EXTINF:-1 tvg-id="Cats247.us" status="online",Cats 24/7 (US) (720p) [Not 24/7] @@ -101,16 +101,16 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc48170e280c80009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b05ea168cc000767ba67/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CBSNewsPittsburgh.us" status="online",Pluto TV CBSN Pittsburgh PA (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b17aa5277e00083f6521/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (720p) +http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521 #EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812afe1d0f0b8d55dde67fa/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812afe1d0f0b8d55dde67fa&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=226&terminate=false&userId= #EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1e02c08ee5378be82db47/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (720p) -http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521 -#EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (684p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d180092e97a5e107638d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=913&terminate=false&userId= #EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12111c9e6c2c00078ef3bb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d180092e97a5e107638d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=913&terminate=false&userId= #EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (720p) @@ -121,10 +121,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5b0da https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=562ea53fa9060c5a7d463e74&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=548&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicToonsTV.us" status="online",Pluto TV Classic Toons TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e32b297f96000768f928&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=501&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e32b297f96000768f928&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=501&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e3cccf49290007053c67/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e3cccf49290007053c67&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=520&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) @@ -157,16 +157,16 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcea6bc6fb8890009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca671f215a62078d2ec0abf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" status="online",Pluto TV Comedy Central (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e13bde24f4ca800093d57b5/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel -#EXTINF:-1 tvg-id="Cops.us" status="online",Pluto TV Cops (240p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1f7e089f23700009d66303/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e1f7e089f23700009d66303&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=367&terminate=false&userId= #EXTINF:-1 tvg-id="Cops.us" status="online",Pluto TV Cops (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1f7e089f23700009d66303/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Cops.us" status="online",Pluto TV Cops (240p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1f7e089f23700009d66303/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e1f7e089f23700009d66303&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=367&terminate=false&userId= #EXTINF:-1 tvg-id="CourtTV.us" status="online",Pluto TV Court TV (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0b4841a7d0000938ddbd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae0b4841a7d0000938ddbd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=395&terminate=false&userId= #EXTINF:-1 tvg-id="CSI.us" status="online",Pluto TV CSI (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd29e4aa26700076c0d06/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="CSI.us" status="online",Pluto TV CSI (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efbd29e4aa26700076c0d06/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5efbd29e4aa26700076c0d06&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=355&terminate=false&userId= +#EXTINF:-1 tvg-id="CSI.us" status="online",Pluto TV CSI (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd29e4aa26700076c0d06/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DallasCowboysCheerleaders.us" status="online",Dallas Cowboy Cheerleaders (240p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="DallasCowboysCheerleaders.us" status="online",Pluto TV Dallas Cowboys Cheerleaders (720p) [Not 24/7] @@ -205,14 +205,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bee1a735 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6b535a278bfe000799484a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e43c344b54fe800093552f4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=c28ebf75-0713-11eb-97af-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fb6c84dd37df3b4290c5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=985&terminate=false&userId= -#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="DramaLife.us" status="online",Drama Life (720p) @@ -222,21 +222,21 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc0c78281eddb0009 #EXTINF:-1 tvg-id="ETLive.us" status="online",Pluto TV ET Live (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc0c78281eddb0009a02d5e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebaccf1734aaf0007142c86/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d883e738977e2c31096b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf5fafb5ee0007d4d0ca/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/554158e864526b29254ff105/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5141c1605ddf000748eb1b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/554158e864526b29254ff105/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="FailArmy.us" status="timeout",Pluto TV FailArmy (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebaccf1734aaf0007142c86/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="FaithTV.us" status="online",Pluto TV Faith TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c58a539fae3812612f33ca3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c58a539fae3812612f33ca3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=643&terminate=false&userId= #EXTINF:-1 tvg-id="FaithTV.us" status="online",Pluto TV Faith TV (720p) [Not 24/7] @@ -255,12 +255,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/588128d17 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bda9fd87eb3a2717cce0/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9bda9fd87eb3a2717cce0&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5c2fb668-242f-4e7f-a025-087099fd0aca&terminate=false&userId= #EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b0f2237a6ff45d16c3f9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b0f2237a6ff45d16c3f9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=726&terminate=false&userId= +#EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (360p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d659fd87eb3a2717afc9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bda9fd87eb3a2717cce0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b0f2237a6ff45d16c3f9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (360p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d659fd87eb3a2717afc9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FlicksofFury.us" status="online",Pluto TV Flicks of Fury (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58e55b14ad8e9c364d55f717/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58e55b14ad8e9c364d55f717&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=112&terminate=false&userId= #EXTINF:-1 tvg-id="FoodTV.us" status="online",Pluto TV Food TV (240p) @@ -295,18 +295,18 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c47f36 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7794162a4559000781fc12/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d982e738977e2c3109a6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bc207ef2767e1846e5a0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac118dd7e6000077e31af/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5f613286e48904fb2677&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=805&terminate=false&userId= #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d982e738977e2c3109a6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac118dd7e6000077e31af/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59b722526996084038c01e1b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=59b722526996084038c01e1b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=734&terminate=false&userId= #EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] @@ -328,9 +328,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e9decb953e1570007 #EXTINF:-1 tvg-id="JudgeNosey.us" status="online",Pluto TV Judge nosey (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e9decb953e157000752321c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="KevinHartsLOLNetwork.us" status="online",Pluto TV Kevin Hart LOL (684p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5af09e645126c2157123f9eb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5af09e645126c2157123f9eb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=462&terminate=false&userId= -#EXTINF:-1 tvg-id="KevinHartsLOLNetwork.us" status="online",Pluto TV Kevin Hart LOL (684p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5af09e645126c2157123f9eb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="KevinHartsLOLNetwork.us" status="online",Pluto TV Kevin Hart LOL (684p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5af09e645126c2157123f9eb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5af09e645126c2157123f9eb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=462&terminate=false&userId= #EXTINF:-1 tvg-id="LittleBabyBum.us" status="online",Pluto TV Little Baby Bum (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5eb301b7395671000780d100/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5eb301b7395671000780d100&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=995&terminate=false&userId= #EXTINF:-1 tvg-id="LivelyPlace.us" status="online",Pluto TV Lively Place (720p) [Not 24/7] @@ -383,19 +383,19 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/545943f1c9f133a519 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d44cfd87eb3a2717afc5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) -http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS02/master.m3u8 #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fd1a252d35decbc4080c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=870&terminate=false&userId= #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) +http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS02/master.m3u8 +#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509fb7809fd000949e39b/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel -#EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) -http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS03/master.m3u8 #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d3609cd6a6c78d7672f2a81&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=868&terminate=false&userId= #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) +http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS03/master.m3u8 +#EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150a3d73fd3f00094f722f/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel @@ -410,8 +410,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf330ea #EXTINF:-1 tvg-id="MTVDating.us" status="online",Pluto TV MTV Dating (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600169ec77e6f70008fa9cf0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca672f515a62078d2ec0ad2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=178&terminate=false&userId= -#EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -419,6 +417,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f51 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf325764025859afdd6c4d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e13b6dd7ec3510009e032d0/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel +#EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca672f515a62078d2ec0ad2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=178&terminate=false&userId= #EXTINF:-1 tvg-id="MTVSpankinNew.us" status="online",Pluto TV MTV Spankin' New (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS07/master.m3u8 #EXTINF:-1 tvg-id="MTVSpankinNew.us" status="online",Pluto TV MTV Spankin' New (720p) [Not 24/7] @@ -427,12 +427,12 @@ https://siloh-aka.plutotv.net/lilo/production/MTVSpankingNew/master.m3u8 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7274806621ff00072651ff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5da0c85bd2c9c10009370984&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=836&terminate=false&userId= +#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee92e72fb286e0007285fec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6df5a173d7340007c559f7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee92e72fb286e0007285fec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bd9f249444e05d09cc4e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=692&terminate=false&userId= #EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7] @@ -453,6 +453,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede45451 http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca6748a37b88b269472dad9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=978&terminate=false&userId= #EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca673e0d0bd6c2689c94ce3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=977&terminate=false&userId= #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede448d3d50590007a4419e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ede448d3d50590007a4419e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=fbbb3638-0714-11eb-aeab-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) @@ -460,19 +462,17 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f3d2b57d6c6080007 #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede448d3d50590007a4419e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca673e0d0bd6c2689c94ce3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=977&terminate=false&userId= -#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&coppa=1&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appVersion=2.9.4-5a4e0d260864cab32bb296709789424ab48df204&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=954c037d-1a11-44d3-b488-9d06f8a3e068&deviceLat=33.9560&deviceLon=-118.3887&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=81.0.4044.26&includeExtendedEvents=false&serverSideAds=true&sid=e6f1682e-cc62-437a-bd0d-082bea9a4059&userId= #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) https://siloh.pluto.tv/lilo/production/Nick/01/master.m3u8 -#EXTINF:-1 tvg-id="Nosey.us" status="online",Pluto TV nosey (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5aec96ec5126c2157123c657/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5aec96ec5126c2157123c657&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=159&terminate=false&userId= #EXTINF:-1 tvg-id="Nosey.us" status="online",Pluto TV nosey (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aec96ec5126c2157123c657/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Nosey.us" status="online",Pluto TV nosey (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2ba1a9c91420009db4858/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Nosey.us" status="timeout",Pluto TV nosey (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5aec96ec5126c2157123c657/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5aec96ec5126c2157123c657&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=159&terminate=false&userId= #EXTINF:-1 tvg-id="OnePiece.us" status="online",Pluto TV One Piece (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7790b3ed0c88000720b241/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ParamountMovieChannel.us" status="online",Paramount Movie Channel (720p) @@ -489,11 +489,11 @@ https://stitcher-ipv4.pluto.tv/stitch/hls/channel/60d39387706fe50007fda8e8/maste https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e54169f4b9b25000994a303/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e54169f4b9b25000994a303&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=340&terminate=false&userId= #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebac65911406400078b8993/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e54169f4b9b25000994a303/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb95c119dc712000741fa35/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb95d63b270fc0007c465e6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1780e94100007f94b3f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS @@ -502,21 +502,21 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0720 #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515d080e738d000739e19c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb95c119dc712000741fa35/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PGATour.us" status="online",Pluto TV PGA TOUR (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de94dacb394a300099fa22a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5de94dacb394a300099fa22a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=713&terminate=false&userId= #EXTINF:-1 tvg-id="PGATour.us" status="online",Pluto TV PGA TOUR (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5de94dacb394a300099fa22a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (684p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561d7d484dc7c8770484914a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561d7d484dc7c8770484914a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=54&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561d7d484dc7c8770484914a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbfeb961b411c00090b52b3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561d7d484dc7c8770484914a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561d7d484dc7c8770484914a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=54&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561d7d484dc7c8770484914a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVActionSports.us" status="online",Pluto TV Pluto Action Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5be1be871843b56328bc3ef1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5be1be871843b56328bc3ef1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=8a1b4593-8596-4ff8-8720-2c3271ea36ca&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVActionSports.us" status="online",Pluto TV Action Sports (684p) @@ -543,12 +543,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf8ea0d http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be4c6311843b56328bce619/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="PlutoTVAvatar.us" status="online",Pluto TV Avatar (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600adbdf8c554e00072125c9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVBabar.us" status="online",Pluto TV Babar (720p) +#EXTINF:-1 tvg-id="PlutoTVBabar.us" status="timeout",Pluto TV Babar (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67e20c93312100076f3ffe/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVBackcountry.us" status="online",Pluto TV Backcountry (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cabdf1437b88b26947346b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVBackcountry.us" status="online",Pluto TV Backcountry (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cabdf1437b88b26947346b2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cabdf1437b88b26947346b2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=755&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVBackcountry.us" status="online",Pluto TV Backcountry (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cabdf1437b88b26947346b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVBarney.us" status="online",Pluto TV Barney (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f29ada4bdaebd000708d49d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVBeautyandtheGeek.us" status="online",Pluto TV Beauty and the Geek (720p) @@ -565,10 +565,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fac425f9 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b5a4bb7da5c0007e5c9e9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b5a4bb7da5c0007e5c9e9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5c631817-0713-11eb-9df2-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVBubbleGuppies.us" status="online",Pluto TV Bubble Guppies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5a4bb7da5c0007e5c9e9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCars.us" status="online",Pluto TV Cars (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b3a4249444e05d09cc46&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=663&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCars.us" status="online",Pluto TV Cars (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCars.us" status="online",Pluto TV Cars (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b3a4249444e05d09cc46&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=663&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCelebrity.us" status="online",Pluto TV Celebrity (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8bf1472907815f66a866dd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8bf1472907815f66a866dd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=320&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCelebrity.us" status="online",Pluto TV Celebrity (720p) @@ -579,10 +579,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b1c4f1ca3f062 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0f17564a300082b676a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCMTWesterns.us" status="online",Pluto TV CMT Westerns (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e94282d4ec87bdcbb87cd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e94282d4ec87bdcbb87cd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=103&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a4d3a00ad95e4718ae8d8db&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=57&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c363c2411c5ca053f198f97/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a4d3a00ad95e4718ae8d8db&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=57&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCrimeDrama.us" status="online",Pluto TV Crime Drama (684p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f31fd1b4c510e00071c3103/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f31fd1b4c510e00071c3103&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=350&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCrimeDrama.us" status="online",Pluto TV Crime Drama (720p) @@ -590,15 +590,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f31fd1b4 #EXTINF:-1 tvg-id="PlutoTVCrimeMovies.us" status="online",Pluto TV Crime Movies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d8594eb979c0007706de7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c665db3e6c01b72c4977bc2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=109&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c31f2f21b553c1f673fb0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c665db3e6c01b72c4977bc2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=109&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDarkMatter.us" status="online",Pluto TV Dark Matter (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e843d849109b700075d5ada/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e843d849109b700075d5ada&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ddc64e1e-0581-11eb-82fe-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVDarkMatter.us" status="online",Pluto TV Dark Matter (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e843d849109b700075d5ada/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVDarkMatter.us" status="online",Pluto TV Dark Matter (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e843d849109b700075d5ada/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e843d849109b700075d5ada&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ddc64e1e-0581-11eb-82fe-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDeadlyWomen.us" status="online",Pluto TV Deadly Women (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1df0d50be2571e393ad31/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) @@ -611,26 +611,26 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b85a7582 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db048f9447d6c0009b8f29d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04252241007000975faac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e92e4694c027be6ecece1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=60&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dc190f7bfed110009d934c3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=a1f190ec-0582-11eb-a59f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama+ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddbf866b1862a0009a0648e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ddbf866b1862a0009a0648e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=3a2ed1cd-e3a3-4fa3-bdbc-94e7363ca0cf&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed2d1c34c2300073bf02c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (684p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf91149880d60009d35d27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed2d1c34c2300073bf02c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (360p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e92e4694c027be6ecece1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=60&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f24662bebe0f0000767de32&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=332&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (684p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f24662bebe0f0000767de32&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=332&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDuckDynasty.us" status="online",Pluto TV Duck Dynasty (360p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6b54b9e67cf60007d4cef1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVExplore.us" status="online",Pluto TV Explore (720p) @@ -664,9 +664,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca7f16c37b88b2694 #EXTINF:-1 tvg-id="PlutoTVGamer.us" status="online",Pluto TV Gamer (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca7f16c37b88b2694731c79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVGamingTV.us" status="online",Pluto TV Gaming TV (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVGamingTV.us" status="online",Pluto TV Gaming TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVGamingTV.us" status="online",Pluto TV Gaming TV (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVGarfield.us" status="online",Pluto TV Garfield (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6054ab20a365c70007e4fd44/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVGetfactual.us" status="online",Pluto TV Get.factual (720p) [Not 24/7] @@ -708,9 +708,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c99f5810 #EXTINF:-1 tvg-id="PlutoTVIcePilots.us" status="online",Pluto TV Ice Pilots (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce40f42ba7f7f5ea9518fe1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ce40f42ba7f7f5ea9518fe1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=aeca4ad7-0583-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVIcePilots.us" status="online",Pluto TV Ice Pilots (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3639dd01112605397333a2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVIcePilots.us" status="online",Pluto TV Ice Pilots (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce40f42ba7f7f5ea9518fe1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVIcePilots.us" status="online",Pluto TV Ice Pilots (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3639dd01112605397333a2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVIndies.us" status="online",Pluto TV Indies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce40e59246a395e9758923e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVIndies.us" status="online",Pluto TV Indies (720p) @@ -721,13 +721,13 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbc2d1ce10f0b0009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d765786aad587cf4d0e2bf6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInspectorGadget.us" status="online",Pluto TV Inspector Gadget (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc2d1ce10f0b0009e6cf9e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (360p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db0ad56edc89300090d2ebb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=976&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsCollection.us" status="timeout",Pluto TV Kids Collection (720p) +#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db0ad56edc89300090d2ebb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=976&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVKidsCollection.us" status="online",Pluto TV Kids Collection (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b625c1ffbc0007e60c37/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVLiveinConcert.us" status="online",Pluto TV Live in Concert (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6080411af03506000759916e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fbb571-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=9c6d294f-660b-47ef-bc20-1961faf21c6a @@ -741,32 +741,32 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8beeb39 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04b360fa2560009deb3de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLives.us" status="online",Pluto TV Lives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600acaff5f2d6e000745effb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVLoveStories.us" status="online",Pluto TV Love Stories (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e181520cfa000771ce79/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e181520cfa000771ce79&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=147&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVLoveStories.us" status="online",Pluto TV Love Stories (684p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e181520cfa000771ce79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVLoveStories.us" status="online",Pluto TV Love Stories (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e181520cfa000771ce79/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e181520cfa000771ce79&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=147&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMasterChef.us" status="online",Pluto TV MasterChef (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e3ddbd27091820009f86dd9/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMcLeodsDaughters.us" status="online",Pluto TV McLeod's Daughters (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18e5df6dd1d0007cf7bad/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMilitary.us" status="online",Pluto TV Military (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb3fea0f711fd76340eebff&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=655&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVMilitary.us" status="online",Pluto TV Military (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMilitary.us" status="online",Pluto TV Military (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb3fea0f711fd76340eebff&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=655&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5c5c3b948002db3c3e0b262e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=eddfafe3-0584-11eb-82fe-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d3a31b95267e225e4e09/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d3a31b95267e225e4e09/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVAreyoutheOne.us" status="online",Pluto TV MTV Are you the One? (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6108d8cc331900075e98e4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91b7ea86ee60009d89e75/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91b7ea86ee60009d89e75/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVLoveMusic.us" status="online",Pluto TV MTV Love Music (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600ae79fa46e17000794e84c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVPranks.us" status="online",Pluto TV MTV Pranks (720p) @@ -780,9 +780,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cffcf5686dfe15595 #EXTINF:-1 tvg-id="PlutoTVMTVTeenMom.us" status="online",Pluto TV MTV Teen Mom (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cffcf5686dfe15595fb3f56/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVTheHills.us" status="online",Pluto TV MTV The Hills (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e86bf0bac55fe7f75736/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d00e86bf0bac55fe7f75736&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=a934c097-0587-11eb-8b9f-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVMTVTheHills.us" status="online",Pluto TV MTV The Hills (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d00e86bf0bac55fe7f75736/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMTVTheHills.us" status="online",Pluto TV MTV The Hills (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e86bf0bac55fe7f75736/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d00e86bf0bac55fe7f75736&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=a934c097-0587-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMTVTheShores.us" status="online",Pluto TV MTV The Shores (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf32c2a5068259a32320fc/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5caf32c2a5068259a32320fc&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=d49824ea-0587-11eb-82fe-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMTVTheShores.us" status="online",Pluto TV MTV The Shores (720p) [Not 24/7] @@ -809,12 +809,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fac431fc https://siloh.pluto.tv/lilo/production/QwestJazz/master.m3u8 #EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8bf0b06d2d855ee15115e3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8bf0b06d2d855ee15115e3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=275&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde197f6591d0009839e04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd8186d53ed2c6334ea0855/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8bf0b06d2d855ee15115e3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVReality.us" status="timeout",Pluto TV Reality (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde197f6591d0009839e04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVRetroToons.us" status="online",Pluto TV Retro Toons (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1c669094e0e80009b22ab8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1c669094e0e80009b22ab8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=886c7aee-0585-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVRetroToons.us" status="online",Pluto TV Retro Toons (720p) @@ -831,12 +831,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d94a5451 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc327d0451770009ed7577/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSamCat.us" status="online",Pluto TV Sam & Cat (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5ba20af628000707cee3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVScience.us" status="online",Pluto TV Science (240p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/563a970aa1a1f7fe7c9daad7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=563a970aa1a1f7fe7c9daad7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=672&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVScience.us" status="online",Pluto TV Science (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d9492c77ea6f99188738ff1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVScience.us" status="online",Pluto TV Science (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/563a970aa1a1f7fe7c9daad7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVScience.us" status="online",Pluto TV Science (240p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/563a970aa1a1f7fe7c9daad7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=563a970aa1a1f7fe7c9daad7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=672&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4fc274694c027be6ed3eea&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=151&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) @@ -934,10 +934,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ed6828192e8b30007 #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6176fd25e83a5f0007a464c9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fc31252d35decbc4080b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=873&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) -http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS01/master.m3u8 -#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fc31252d35decbc4080b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) +http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS01/master.m3u8 +#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150921e2191900097c4c23/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel #EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae0a40e8ee0d000975e99b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=993&terminate=false&userId= @@ -945,16 +945,16 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0a40e8ee0d0009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PoliceWomen.us" status="online",Pluto TV Police Women (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e79c2f280389000077242a8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Rescue911.us" status="online",Pluto TV Rescue 911 (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e831e9fe730007706acb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f21e831e9fe730007706acb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=277&terminate=false&userId= #EXTINF:-1 tvg-id="Rescue911.us" status="online",Pluto TV Rescue 911 (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21e831e9fe730007706acb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58d947b9e420d8656ee101ab/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58d947b9e420d8656ee101ab&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=489&terminate=false&userId= +#EXTINF:-1 tvg-id="Rescue911.us" status="online",Pluto TV Rescue 911 (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e831e9fe730007706acb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f21e831e9fe730007706acb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=277&terminate=false&userId= #EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d4e7e738977e2c310937/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58d947b9e420d8656ee101ab/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58d947b9e420d8656ee101ab/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58d947b9e420d8656ee101ab&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=489&terminate=false&userId= #EXTINF:-1 tvg-id="ShoutFactoryTV.us" status="online",Pluto TV Shout! Factory TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/55a6a3275616b6240c26f393/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=55a6a3275616b6240c26f393&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=542&terminate=false&userId= #EXTINF:-1 tvg-id="ShowtimeSelects.us" status="online",Pluto TV Showtime Select (720p) @@ -980,9 +980,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd39f8 #EXTINF:-1 tvg-id="StingrayQello.ca" status="online",Pluto TV Qello Concerts (720p) https://siloh.pluto.tv/lilo/production/Qello/ES/master.m3u8 #EXTINF:-1 tvg-id="StoriesbyAMC.us" status="online",Pluto TV Stories by AMC (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="StoriesbyAMC.us" status="online",Pluto TV Stories by AMC (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8254118601b80007b4b7ae&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=135&terminate=false&userId= +#EXTINF:-1 tvg-id="StoriesbyAMC.us" status="online",Pluto TV Stories by AMC (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Survivor.us" status="online",Pluto TV Survivor (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e7b24744c60007c1f6fc/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f21e7b24744c60007c1f6fc&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=296&terminate=false&userId= #EXTINF:-1 tvg-id="Survivor.us" status="online",Pluto TV Survivor (720p) @@ -1005,10 +1005,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cc81e793798650e4f https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/591105034c1806b47438342c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=591105034c1806b47438342c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=115&terminate=false&userId= #EXTINF:-1 tvg-id="TheAsylum.us" status="online",Pluto TV The Asylum (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c45f0427b2c0c065e91aab5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TheAsylum.us" status="online",Pluto TV The Asylum (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/591105034c1806b47438342c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheAsylum.us" status="online",Pluto TV The Asylum (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cc81e793798650e4f7d9fd3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="TheAsylum.us" status="online",Pluto TV The Asylum (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/591105034c1806b47438342c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheBobRossChannel.us" status="online",Pluto TV The Bob Ross Channel (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f36d726234ce10007784f2a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheCarolBurnettShow.us" status="online",Pluto TV The Carol Burnett Show (720p) @@ -1029,12 +1029,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7794a78 http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5aea40b35126c2157123aa64&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=376&terminate=false&userId= +#EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea71d48af1d0b0007d837f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e393d5c696b3b0009775c8b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea71d48af1d0b0007d837f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb1ad55268cae539bcedb08&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=637&terminate=false&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) @@ -1042,6 +1042,8 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd336d64c90007 #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d819e738977e2c31096a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4f5a07694c027be6ed1417/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf097eb06300079b30f7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS @@ -1051,8 +1053,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd336 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515ebac01c0f00080e8439/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebacbcae43a6d000787b88e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4f5a07694c027be6ed1417/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e825550e758c700077b0aef/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e825550e758c700077b0aef&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=529&terminate=false&userId= #EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p) @@ -1077,24 +1077,24 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c3f8f12a93c2d61b99 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Tosh0.us" status="online",Pluto TV Tosh.0 (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae084727c8af0009fe40a4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae084727c8af0009fe40a4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=470&terminate=false&userId= -#EXTINF:-1 tvg-id="Tosh0.us" status="online",Pluto TV Tosh.0 (720p) +#EXTINF:-1 tvg-id="Tosh0.us" status="error",Pluto TV Tosh.0 (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae084727c8af0009fe40a4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d6792bd6be2998ad0ccce30&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ca4dc680-0715-11eb-aeab-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d0c16d686454ead733d08f8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=983&terminate=false&userId= -#EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d40bebc5e3d2750a2239d7e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=130&terminate=false&userId= #EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c2d64ffbdf11b71587184b8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=455&terminate=false&userId= +#EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TYTNetwork.us" status="online",Pluto TV TYT Network (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5331d5fb753499095a00045a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="UnsolvedMysteries.us" status="online",Pluto TV Unsolved Mysteries (720p) @@ -1146,15 +1146,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b7aae738977e2c #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5616f9c0ada51f8004c4b091&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=770&terminate=false&userId= +#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d796e738977e2c31094a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7aae738977e2c312132/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5616f9c0ada51f8004c4b091&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=770&terminate=false&userId= +#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="YuGiOh.us" status="online",Pluto TV Yu-Gi-Oh (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4ec10ed9636f00089b8c89/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Insight+ (720p) @@ -1186,13 +1186,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4ae94ef #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b6c60fd20c50007910bf5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e7b6c60fd20c50007910bf5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b2da8f50-0581-11eb-97af-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed4dbf6bb0800071ffbcb/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767790d0438aceb41d03ae/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e7b6c60fd20c50007910bf5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed4dbf6bb0800071ffbcb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed4dbf6bb0800071ffbcb/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime Investigation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18cd42ee5410007e349dc/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime TV (720p) [Not 24/7] @@ -1278,21 +1278,21 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f121460b73ac60007 #EXTINF:-1 tvg-id="" status="online",Pluto TV Nick Ukraine (720p) http://siloh-sp.plutotv.net/lilo/production/NickUkraine/master.m3u8 #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5adf96e3e738977e2c31cb04&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=669&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed9461b35690007a0bc3a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f98487036af340008da1e37/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f98487036af340008da1e37&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=77386fa6-3401-11eb-8335-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af2ffa9506ab29cf38c38/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed9461b35690007a0bc3a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f98487036af340008da1e37/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce5214bb5790007ad3016/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&serverSideAds=false&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5adf96e3e738977e2c31cb04&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=669&terminate=false&userId= +#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af2ffa9506ab29cf38c38/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Pluto After School Cartoons (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56171fafada51f8004c4b40f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56171fafada51f8004c4b40f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=990&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Retro Drama (720p) diff --git a/streams/us_ssh101.m3u b/streams/us_ssh101.m3u index 77d0237eb..377c893e5 100644 --- a/streams/us_ssh101.m3u +++ b/streams/us_ssh101.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AigaioTV.gr" status="online",Aigaio TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AigaioTV.gr" status="error",Aigaio TV (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/aigaiotv1/index.m3u8 #EXTINF:-1 tvg-id="AVCHD.ar" status="online",AVC HD (Monte Caseros | Corrientes) (360p) [Not 24/7] @@ -14,7 +14,7 @@ https://tna5.bozztv.com/jesstv/index.m3u8 #EXTINF:-1 tvg-id="OrbitaFM.sv" status="online",Órbita FM (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/OrbitaFM/index.m3u8 -#EXTINF:-1 tvg-id="SolarTelevision.pe" status="online",Solar Televisión (Abancay) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SolarTelevision.pe" status="error",Solar Televisión (Abancay) (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/televisionsolar/index.m3u8 #EXTINF:-1 tvg-id="UchuTV.pe" status="online",Uchu TV (Cusco) (720p) [Not 24/7] diff --git a/streams/us_stirr.m3u b/streams/us_stirr.m3u index b120bae1a..15c783fdc 100644 --- a/streams/us_stirr.m3u +++ b/streams/us_stirr.m3u @@ -59,7 +59,7 @@ https://dai.google.com/linear/hls/event/3w3PsYzZQzS8lyRfi7e4mQ/master.m3u8 https://dai.google.com/linear/hls/event/xC8SDBfbTKCTCa20kFJQXQ/master.m3u8 #EXTINF:-1 tvg-id="MagellanTV.us" status="online",Magellan TV (720p) https://dai.google.com/linear/hls/event/5xreV3X4T9WxeIbrwOmdMA/master.m3u8 -#EXTINF:-1 tvg-id="Mobcrush.us" status="online",Mobcrush (720p) +#EXTINF:-1 tvg-id="Mobcrush.us" status="timeout",Mobcrush (720p) https://dai.google.com/linear/hls/event/LGDVXxxyT8SxrL4-ZodxKw/master.m3u8 #EXTINF:-1 tvg-id="NASATV.us" status="online",NASA TV (720p) https://uplynkcontent.sinclairstoryline.com/channel/ddd76fdc1c0a456ba537e4f48e827d3e.m3u8 @@ -206,9 +206,9 @@ https://dai.google.com/linear/hls/event/CAU96LSyR_e7MSeK6UTmGQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityPittsburgh.us" status="online",STIRR City Pittsburgh (720p) [Not 24/7] https://dai.google.com/linear/hls/event/qJU_NkxXQoCbACvG5BWrXQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityPortland.us" status="online",STIRR City Portland (720p) -https://dai.google.com/linear/hls/event/OaqAqJ0yQPiEIUIYqD7IGQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityPortland.us" status="timeout",STIRR City Portland (720p) https://dai.google.com/linear/hls/event/npdISdLWSIa1E_j7NCUDBg/master.m3u8 +#EXTINF:-1 tvg-id="STIRRCityPortland.us" status="online",STIRR City Portland (720p) +https://dai.google.com/linear/hls/event/OaqAqJ0yQPiEIUIYqD7IGQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityProvidence.us" status="online",STIRR City Providence (720p) [Not 24/7] https://dai.google.com/linear/hls/event/5hLTCUyrQcS3B-NF8fNp-g/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityQuincy.us" status="online",STIRR City Quincy (720p) @@ -223,7 +223,7 @@ https://dai.google.com/linear/hls/event/FftwN8CLTnaX1pFHztXlYw/master.m3u8 https://dai.google.com/linear/hls/event/1bMiswhQQxqH-X8D3qbmKQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCitySanAntonio.us" status="online",STIRR City San Antonio (720p) https://dai.google.com/linear/hls/event/TIQuLmldSj2SqS8y2ud9Xg/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCitySeattle.us" status="timeout",STIRR City Seattle (720p) +#EXTINF:-1 tvg-id="STIRRCitySeattle.us" status="online",STIRR City Seattle (720p) https://dai.google.com/linear/hls/event/VLEduzwwQfGSwV4eNdkj0g/master.m3u8 #EXTINF:-1 tvg-id="STIRRCitySiouxCity.us" status="online",STIRR City Sioux City (720p) [Not 24/7] https://dai.google.com/linear/hls/event/0Uj4AmiOSw6oTX9ilyV2rQ/master.m3u8 diff --git a/streams/us_tubi.m3u b/streams/us_tubi.m3u index 5f1798c83..b5b31f5d3 100644 --- a/streams/us_tubi.m3u +++ b/streams/us_tubi.m3u @@ -111,7 +111,7 @@ https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WTTG-Monetizer.m3u8 https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WTVT-Monetizer.m3u8 #EXTINF:-1 tvg-id="WTXFDT1.us" status="online",FOX 29 Philadelphia PA (WTXF-TV) (720p) [Not 24/7] https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WTXF-Monetizer.m3u8 -#EXTINF:-1 tvg-id="WVTMDT1.us" status="error",Very Alabama (576p) +#EXTINF:-1 tvg-id="WVTMDT1.us" status="online",Very Alabama (576p) https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WVTM.m3u8 #EXTINF:-1 tvg-id="" status="online",CBC News Highlights (720p) https://csm-e-eb.csm.tubi.video/csm/live/243017997.m3u8 diff --git a/streams/us_xumo.m3u b/streams/us_xumo.m3u index 3b9ee2f98..a0ac89ff0 100644 --- a/streams/us_xumo.m3u +++ b/streams/us_xumo.m3u @@ -3,11 +3,11 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-abcnews/CDN/master.m3u8 #EXTINF:-1 tvg-id="AmericanClassics.us" status="online",American Classics (432p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericanclassics/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="timeout",America's Test Kitchen (720p) +#EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",America's Test Kitchen (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericastestkitchen/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ArchitecturalDigest.us" status="online",Architectural Digest (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxarchitecturaldigest/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="BaebleMusic.us" status="online",Baeble Music (720p) +#EXTINF:-1 tvg-id="BaebleMusic.us" status="timeout",Baeble Music (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbaeble/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="BatteryPopXUMO.us" status="online",Battery Pop (XUMO) (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbatterypop/CDN/playlist.m3u8 @@ -17,7 +17,7 @@ http://redbox-blacknewschannel-xumo.amagi.tv/playlist.m3u8 https://blacknewschannel-xumo-us.amagi.tv/hls/amagi_hls_data_blacknews-blacknewschannel-xumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="BlackNewsChannel.us" status="online",Black News Channel (1080p) https://blacknewschannel-xumo-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BlackNewsChannel.us" status="online",Black News Channel (1080p) +#EXTINF:-1 tvg-id="BlackNewsChannel.us" status="timeout",Black News Channel (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxblacknewschannel/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergTelevision.us" status="online",Bloomberg TV US (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbloomberg/CDN/playlist.m3u8 @@ -29,11 +29,11 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcheddar/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxchive/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Circle.us" status="online",Circle (1080p) https://circle-xumo.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Circle.us" status="timeout",Circle (1080p) +#EXTINF:-1 tvg-id="Circle.us" status="online",Circle (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcircletv/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ComedyDynamics.us" status="online",Comedy Dynamics (1080p) https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo-host-comedydynamics/CDN/master.m3u8 -#EXTINF:-1 tvg-id="Complex.us" status="timeout",Complex (720p) +#EXTINF:-1 tvg-id="Complex.us" status="online",Complex (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcomplex/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="CONtvAnime.us" status="online",CONtv Anime (1080p) https://contvanime.cinedigm.com/conapp-ssai/amagi_hls_data_xumo-host-contvanime-junction/CDN/playlist.m3u8 @@ -51,12 +51,12 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfailarmy/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmhub/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="FilmRiseClassicTV.us" status="online",FilmRise Classic TV on Redbox (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmriseclassictv/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmRiseFamily.us" status="online",FilmRise Family (720p) +#EXTINF:-1 tvg-id="FilmRiseFamily.us" status="timeout",FilmRise Family (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefamily/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Food52.us" status="online",Food 52 (720p) -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfood52A/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Food52.us" status="online",Food 52 (720p) https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1212A-redboxfood52A/CDN/master.m3u8 +#EXTINF:-1 tvg-id="Food52.us" status="online",Food 52 (720p) +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfood52A/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather https://dai2.xumo.com/amagi_hls_data_xumo1212A-foxweather-xumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather @@ -73,13 +73,13 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxglorykickboxing/CDN/playlis https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgotraveler/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="GQ.us" status="online",GQ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgq/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="GravitasMovies.us" status="timeout",Gravitas Movies (720p) +#EXTINF:-1 tvg-id="GravitasMovies.us" status="online",Gravitas Movies (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgravitas/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="HardKnocks.ca" status="online",Hard Knocks (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxhardknocksfightingchampionship/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Hungry.us" status="online",Hungry (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxhungry/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Journy.us" status="timeout",Journy (720p) +#EXTINF:-1 tvg-id="Journy.us" status="online",Journy (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxjourny/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="JustforLaughsGags.us" status="online",Just for Laughs Gags (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziojustforlaughsgags/CDN/playlist.m3u8 @@ -105,7 +105,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxnitrocircus/CDN/playlist.m3 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redbox-nosey/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="NowThis.us" status="online",Now This (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxnowthis/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="OutdoorAmerica.us" status="timeout",Outdoor America (720p) +#EXTINF:-1 tvg-id="OutdoorAmerica.us" status="online",Outdoor America (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxoutdooramerica/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="OutsideTV.us" status="online",Outside TV (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxoutsidetv/CDN/playlist.m3u8 @@ -161,7 +161,7 @@ https://xumo-redbox.ott-channels.stingray.com/107/master.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayhotcountry/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="StingrayHotCountry.ca" status="online",Stingray Hot Country (1080p) https://xumo-redbox.ott-channels.stingray.com/108/master.m3u8 -#EXTINF:-1 tvg-id="StingrayNaturescape.ca" status="timeout",Stingray Naturescape (360p) +#EXTINF:-1 tvg-id="StingrayNaturescape.ca" status="online",Stingray Naturescape (360p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraynaturescape/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="StingrayQello.ca" status="online",Stingray Qello Concerts (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-vizioqelloconcerts/CDN/playlist.m3u8 @@ -189,7 +189,7 @@ https://tyt-xumo-us.amagi.tv/hls/amagi_hls_data_tytnetwor-tyt-xumo/CDN/master.m3 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtmz/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="TMZ.us" status="online",TMZ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziotmz/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ToonGoggles.us" status="timeout",Toon Goggles (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (720p) [Not 24/7] https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtoongoggles/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="USAToday.us" status="timeout",USA Today (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxusatoday/CDN/playlist.m3u8 @@ -209,7 +209,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxweatherspy/CDN/playlist.m3u https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxwired/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",World Poker Tour (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxworldpokertour/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",CBC News (720p) +#EXTINF:-1 tvg-id="" status="online",CBC News (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcbcnews/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",FilmRise Free Movies (Redbox) (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefreemovies/CDN/playlist.m3u8 diff --git a/streams/va.m3u b/streams/va.m3u index 9ef1f47e6..05daad1fc 100644 --- a/streams/va.m3u +++ b/streams/va.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="TV2000.va" status="error",TV2000 (360p) [Not 24/7] +#EXTINF:-1 tvg-id="TV2000.va" status="online",TV2000 (360p) [Not 24/7] http://cld01ibi16.wz.tv2000.it/tv2000_alfa.m3u8 #EXTINF:-1 tvg-id="TV2000.va" status="error",TV2000 (360p) [Not 24/7] http://mi1.wz.tv2000.it/tv2000_alfa.m3u8 diff --git a/streams/ve.m3u b/streams/ve.m3u index f5ce8ba64..47735008f 100644 --- a/streams/ve.m3u +++ b/streams/ve.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AnzoateguiTV.ve" status="online",Anzoátegui TV +#EXTINF:-1 tvg-id="AnzoateguiTV.ve" status="error",Anzoátegui TV https://vcp2.myplaytv.com/anzoateguitv/anzoateguitv/playlist.m3u8 #EXTINF:-1 tvg-id="CanalI.ve" status="online",Canal i (720p) [Not 24/7] https://vcp.myplaytv.com/canali/canali/playlist.m3u8 @@ -21,7 +21,7 @@ https://vcp.myplaytv.com/oxigenotv/oxigenotv/playlist.m3u8 https://vcp.myplaytv.com/panavision/ngrp:panavision_all/playlist.m3u8 #EXTINF:-1 tvg-id="PromarTV.ve" status="online",PromarTV (Yaracuy) (1080p) [Not 24/7] http://vcp1.myplaytv.com:1935/promar/promar/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioCaracasRadio.ve" status="timeout",Radio Caracas Radio 750 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioCaracasRadio.ve" status="error",Radio Caracas Radio 750 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5AA3XP4_pXIELctSsH_L7w/live #EXTINF:-1 tvg-id="Telesur.ve" status="online",teleSUR (1080p) https://github.com/LaneSh4d0w/IPTV_Exception/raw/master/channels/ve/telesur.m3u8 diff --git a/streams/vn.m3u b/streams/vn.m3u index 8e8609dd4..c36bf3e2d 100644 --- a/streams/vn.m3u +++ b/streams/vn.m3u @@ -69,7 +69,7 @@ https://16371213858134.vnns.net/ttxvn_abr/playlist.m3u8 https://vips-livecdn.fptplay.net/hda1/vtv1hd_vhls.smil/chunklist_b5000000.m3u8 #EXTINF:-1 tvg-id="VTV2.vn" status="blocked",VTV2 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda1/vtv2_vhls.smil/chunklist_b5000000.m3u8 -#EXTINF:-1 tvg-id="VTV3.vn" status="error",VTV3 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTV3.vn" status="blocked",VTV3 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda1/vtv3hd_vhls.smil/chunklist_b5000000.m3u8 #EXTINF:-1 tvg-id="VTV4.vn" status="blocked",VTV4 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda1/vtv4_vhls.smil/chunklist_b5000000.m3u8 @@ -81,5 +81,5 @@ https://vips-livecdn.fptplay.net/hda1/vtv6hd_vhls.smil/chunklist_b5000000.m3u8 https://vips-livecdn.fptplay.net/hda3/vtv7hd_vhls.smil/chunklist_b5000000.m3u8 #EXTINF:-1 tvg-id="VTV8.vn" status="online",VTV8 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda2/vtv8hd_vhls.smil/chunklist_b5000000.m3u8 -#EXTINF:-1 tvg-id="VTV9.vn" status="error",VTV9 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTV9.vn" status="online",VTV9 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda2/vtv9_vhls.smil/chunklist_b5000000.m3u8 diff --git a/streams/vn_fptplay.m3u b/streams/vn_fptplay.m3u index f7317469b..1d2f13044 100644 --- a/streams/vn_fptplay.m3u +++ b/streams/vn_fptplay.m3u @@ -1,41 +1,41 @@ #EXTM3U #EXTINF:-1 tvg-id="AnimaxAsia.sg" status="online" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Animax Asia (Vietnamese Subs) (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36 -https://livecdn.fptplay.net/hda3/animaxport_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AnimaxAsia.sg" status="error" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Animax Asia (Vietnamese Subs) (720p) -#EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36 https://livecdn.fptplay.net/hda3/animaxport_vhls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="BabyTV.uk" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Baby TV Asia (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="AnimaxAsia.sg" status="online" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Animax Asia (Vietnamese Subs) (720p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36 +https://livecdn.fptplay.net/hda3/animaxport_hls.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="BabyTV.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Baby TV Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/babytvhd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="BBCEarthAsia.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",BBC Earth (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="BBCEarthAsia.uk" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",BBC Earth (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda2/bbcearth_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="BoomerangSoutheastAsia.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Boomerang South East Asia (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="BoomerangSoutheastAsia.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Boomerang South East Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/boomerang_vhls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkVietnam.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Cartoon Network Vietnam [Geo-blocked] (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/cartoonnetworkhd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="CBeebiesAsia.uk" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",CBeebies Asia (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="CBeebiesAsia.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",CBeebies Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/cbeebies_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="CinemaxVietnam.vn" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",Cinemax Asia (720p) +#EXTINF:-1 tvg-id="CinemaxVietnam.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",Cinemax Asia (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 https://livecdn.fptplay.net/hda1/cinemax_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CNBCAsia.sg" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",CNBC Asia (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 https://livecdn.fptplay.net/sdb/cnbc_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="DaVinciAsia.de" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Da Vinci Asia (1080p) +#EXTINF:-1 tvg-id="DaVinciAsia.de" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Da Vinci Asia (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda2/davincihd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="DreamWorksChannelAsia.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Dreamworks Channel Asia (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="DreamWorksChannelAsia.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Dreamworks Channel Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/dreamworks_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="HBOVietnam.vn" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HBO Asia +#EXTINF:-1 tvg-id="HBOVietnam.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HBO Asia #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda1/hbo_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="HTV1.vn" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV1 (576p) +#EXTINF:-1 tvg-id="HTV1.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV1 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/htv1_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="HTV3.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV3 (576p) @@ -44,22 +44,22 @@ https://livecdn.fptplay.net/sdb/htv3_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="HTV4.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV4 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/htv4_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Kix.hk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Kix (1080p) +#EXTINF:-1 tvg-id="Kix.hk" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Kix (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda1/kixhd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="MTVVietnam.vn" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",MTV Vietnam (576p) +#EXTINF:-1 tvg-id="MTVVietnam.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",MTV Vietnam (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/mtv_hls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="RockEntertainment.sg" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Rock Entertainment (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda1/blueantent_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="RockExtreme.sg" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Rock Extreme (1080p) +#EXTINF:-1 tvg-id="RockExtreme.sg" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Rock Extreme (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda1/blueantext_vhls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="VTC1.vn" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC1 (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda1/vtc1_vhls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VTC4.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC4 (720p) +#EXTINF:-1 tvg-id="VTC4.vn" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC4 (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdc/vtc4_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="VTC5.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC5 (576p) @@ -71,10 +71,10 @@ https://livecdn.fptplay.net/sdb/vtc6_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Asia (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda2/natgeohd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Wild Asia (1080p) +#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Wild Asia (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/natgeowild_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL1 HD (720p) +#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL1 HD (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda1/vinhlong1_vhls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL2 HD (720p) @@ -83,7 +83,7 @@ https://vips-livecdn.fptplay.net/hda2/vinhlong2_vhls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL3 HD (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda2/vinhlong3_vhls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL4 HD (720p) +#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL4 HD (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda3/vinhlong4hd_vhls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC2 (720p) diff --git a/streams/ye.m3u b/streams/ye.m3u index ec9e84a35..ea896ce04 100644 --- a/streams/ye.m3u +++ b/streams/ye.m3u @@ -21,5 +21,5 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/hadhramauttv1 #EXTINF:-1 tvg-id="SuhailTV.ye" status="online",Suhail TV (576p) http://82.212.74.98:8000/live/hls/7726.m3u8 -#EXTINF:-1 tvg-id="YemenTV.ye" status="online",Yemen TV +#EXTINF:-1 tvg-id="YemenTV.ye" status="error",Yemen TV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/yemen_tv From c8ddabaf89dca69d9f7c20ec745f14281599632a Mon Sep 17 00:00:00 2001 From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 17:20:09 +0300 Subject: [PATCH 17/17] [Bot] Daily update (#8743) * [Bot] Update /streams * [Bot] Update README.md Co-authored-by: iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com> --- README.md | 322 ++++++++++++++++++++-------------------- streams/ae.m3u | 10 +- streams/af.m3u | 2 +- streams/al.m3u | 2 +- streams/am.m3u | 6 +- streams/ar.m3u | 28 ++-- streams/au.m3u | 2 +- streams/bd.m3u | 2 +- streams/bh.m3u | 4 +- streams/bo.m3u | 8 +- streams/br.m3u | 4 +- streams/bs.m3u | 2 +- streams/by.m3u | 2 +- streams/ca.m3u | 6 +- streams/cd.m3u | 2 +- streams/cg.m3u | 2 +- streams/ch.m3u | 2 +- streams/cl.m3u | 14 +- streams/cn.m3u | 178 +++++++++++----------- streams/co.m3u | 16 +- streams/cy.m3u | 16 +- streams/cz.m3u | 2 +- streams/de.m3u | 10 +- streams/de_pluto.m3u | 14 +- streams/dj.m3u | 2 +- streams/dk.m3u | 4 +- streams/do.m3u | 18 +-- streams/dz.m3u | 20 +-- streams/ec.m3u | 2 +- streams/eg.m3u | 10 +- streams/es.m3u | 36 ++--- streams/es_pluto.m3u | 24 +-- streams/fi.m3u | 4 +- streams/fr.m3u | 32 ++-- streams/fr_pluto.m3u | 30 ++-- streams/ge.m3u | 2 +- streams/gl.m3u | 2 +- streams/gr.m3u | 8 +- streams/gt.m3u | 4 +- streams/hk.m3u | 12 +- streams/hn.m3u | 6 +- streams/hr.m3u | 2 +- streams/ht.m3u | 6 +- streams/id.m3u | 136 +++++++++-------- streams/il.m3u | 2 +- streams/in.m3u | 26 ++-- streams/iq.m3u | 8 +- streams/ir.m3u | 2 +- streams/it.m3u | 4 +- streams/jo.m3u | 2 +- streams/jp.m3u | 8 +- streams/ke.m3u | 6 +- streams/kr.m3u | 40 ++--- streams/kw.m3u | 6 +- streams/kz.m3u | 16 +- streams/lb.m3u | 4 +- streams/ly.m3u | 2 +- streams/mk.m3u | 2 +- streams/mo.m3u | 2 +- streams/mw.m3u | 2 +- streams/mx.m3u | 24 +-- streams/mx_pluto.m3u | 16 +- streams/ng.m3u | 2 +- streams/ni.m3u | 4 +- streams/nl.m3u | 2 +- streams/no.m3u | 4 +- streams/pa.m3u | 6 +- streams/pe.m3u | 52 +++---- streams/ph.m3u | 8 +- streams/pk.m3u | 6 +- streams/pl.m3u | 6 +- streams/pr.m3u | 4 +- streams/ps.m3u | 2 +- streams/pt.m3u | 10 +- streams/pt_samsung.m3u | 2 +- streams/py.m3u | 2 +- streams/qa.m3u | 8 +- streams/ro.m3u | 4 +- streams/ru.m3u | 90 +++++------ streams/sa.m3u | 48 +++--- streams/sd.m3u | 2 +- streams/sg.m3u | 6 +- streams/si.m3u | 2 +- streams/sn.m3u | 2 +- streams/sv.m3u | 2 +- streams/sy.m3u | 4 +- streams/th.m3u | 14 +- streams/tn.m3u | 6 +- streams/tr.m3u | 16 +- streams/tw.m3u | 6 +- streams/ua.m3u | 8 +- streams/ug.m3u | 2 +- streams/uk.m3u | 22 +-- streams/uk_pluto.m3u | 8 +- streams/us.m3u | 38 ++--- streams/us_localbtv.m3u | 14 +- streams/us_pluto.m3u | 222 +++++++++++++-------------- streams/us_roku.m3u | 2 +- streams/us_ssh101.m3u | 4 +- streams/us_stirr.m3u | 8 +- streams/us_xumo.m3u | 14 +- streams/uz.m3u | 2 +- streams/va.m3u | 2 +- streams/ve.m3u | 8 +- streams/vn_fptplay.m3u | 10 +- streams/ye.m3u | 4 +- 106 files changed, 930 insertions(+), 946 deletions(-) diff --git a/README.md b/README.md index 88b1fc2e1..4a4d18a85 100644 --- a/README.md +++ b/README.md @@ -63,25 +63,25 @@ Same thing, but split up into separate files: Auto12https://iptv-org.github.io/iptv/categories/auto.m3u Animation31https://iptv-org.github.io/iptv/categories/animation.m3u - Business36https://iptv-org.github.io/iptv/categories/business.m3u - Classic44https://iptv-org.github.io/iptv/categories/classic.m3u + Business35https://iptv-org.github.io/iptv/categories/business.m3u + Classic45https://iptv-org.github.io/iptv/categories/classic.m3u Comedy44https://iptv-org.github.io/iptv/categories/comedy.m3u Cooking19https://iptv-org.github.io/iptv/categories/cooking.m3u Culture19https://iptv-org.github.io/iptv/categories/culture.m3u Documentary39https://iptv-org.github.io/iptv/categories/documentary.m3u Education60https://iptv-org.github.io/iptv/categories/education.m3u - Entertainment177https://iptv-org.github.io/iptv/categories/entertainment.m3u + Entertainment175https://iptv-org.github.io/iptv/categories/entertainment.m3u Family20https://iptv-org.github.io/iptv/categories/family.m3u - General389https://iptv-org.github.io/iptv/categories/general.m3u + General387https://iptv-org.github.io/iptv/categories/general.m3u Kids148https://iptv-org.github.io/iptv/categories/kids.m3u - Legislative55https://iptv-org.github.io/iptv/categories/legislative.m3u + Legislative57https://iptv-org.github.io/iptv/categories/legislative.m3u Lifestyle60https://iptv-org.github.io/iptv/categories/lifestyle.m3u - Movies207https://iptv-org.github.io/iptv/categories/movies.m3u - Music307https://iptv-org.github.io/iptv/categories/music.m3u - News355https://iptv-org.github.io/iptv/categories/news.m3u + Movies206https://iptv-org.github.io/iptv/categories/movies.m3u + Music310https://iptv-org.github.io/iptv/categories/music.m3u + News360https://iptv-org.github.io/iptv/categories/news.m3u Outdoor36https://iptv-org.github.io/iptv/categories/outdoor.m3u Relax17https://iptv-org.github.io/iptv/categories/relax.m3u - Religious208https://iptv-org.github.io/iptv/categories/religious.m3u + Religious205https://iptv-org.github.io/iptv/categories/religious.m3u Series142https://iptv-org.github.io/iptv/categories/series.m3u Science12https://iptv-org.github.io/iptv/categories/science.m3u Shop55https://iptv-org.github.io/iptv/categories/shop.m3u @@ -89,7 +89,7 @@ Same thing, but split up into separate files: Travel18https://iptv-org.github.io/iptv/categories/travel.m3u Weather10https://iptv-org.github.io/iptv/categories/weather.m3u XXX54https://iptv-org.github.io/iptv/categories/xxx.m3u - Undefined4759https://iptv-org.github.io/iptv/categories/undefined.m3u + Undefined4769https://iptv-org.github.io/iptv/categories/undefined.m3u @@ -117,7 +117,7 @@ Same thing, but split up into separate files: Albanian38https://iptv-org.github.io/iptv/languages/sqi.m3u Amharic1https://iptv-org.github.io/iptv/languages/amh.m3u - Arabic337https://iptv-org.github.io/iptv/languages/ara.m3u + Arabic344https://iptv-org.github.io/iptv/languages/ara.m3u Armenian26https://iptv-org.github.io/iptv/languages/hye.m3u Assamese2https://iptv-org.github.io/iptv/languages/asm.m3u Assyrian Neo-Aramaic1https://iptv-org.github.io/iptv/languages/aii.m3u @@ -125,50 +125,50 @@ Same thing, but split up into separate files: Bashkir1https://iptv-org.github.io/iptv/languages/bak.m3u Basque1https://iptv-org.github.io/iptv/languages/eus.m3u Belarusian1https://iptv-org.github.io/iptv/languages/bel.m3u - Bengali38https://iptv-org.github.io/iptv/languages/ben.m3u + Bengali39https://iptv-org.github.io/iptv/languages/ben.m3u Bosnian6https://iptv-org.github.io/iptv/languages/bos.m3u Bulgarian18https://iptv-org.github.io/iptv/languages/bul.m3u Burmese1https://iptv-org.github.io/iptv/languages/mya.m3u - Catalan8https://iptv-org.github.io/iptv/languages/cat.m3u - Chinese56https://iptv-org.github.io/iptv/languages/zho.m3u + Catalan9https://iptv-org.github.io/iptv/languages/cat.m3u + Chinese58https://iptv-org.github.io/iptv/languages/zho.m3u Croatian11https://iptv-org.github.io/iptv/languages/hrv.m3u Czech17https://iptv-org.github.io/iptv/languages/ces.m3u Danish15https://iptv-org.github.io/iptv/languages/dan.m3u Dhivehi1https://iptv-org.github.io/iptv/languages/div.m3u Dimili1https://iptv-org.github.io/iptv/languages/zza.m3u - Dutch83https://iptv-org.github.io/iptv/languages/nld.m3u - English1781https://iptv-org.github.io/iptv/languages/eng.m3u + Dutch84https://iptv-org.github.io/iptv/languages/nld.m3u + English1783https://iptv-org.github.io/iptv/languages/eng.m3u Estonian6https://iptv-org.github.io/iptv/languages/est.m3u Faroese1https://iptv-org.github.io/iptv/languages/fao.m3u Finnish8https://iptv-org.github.io/iptv/languages/fin.m3u - French153https://iptv-org.github.io/iptv/languages/fra.m3u + French156https://iptv-org.github.io/iptv/languages/fra.m3u Galician10https://iptv-org.github.io/iptv/languages/glg.m3u - Georgian5https://iptv-org.github.io/iptv/languages/kat.m3u - German184https://iptv-org.github.io/iptv/languages/deu.m3u - Greek83https://iptv-org.github.io/iptv/languages/ell.m3u + Georgian6https://iptv-org.github.io/iptv/languages/kat.m3u + German182https://iptv-org.github.io/iptv/languages/deu.m3u + Greek81https://iptv-org.github.io/iptv/languages/ell.m3u Greenlandic1https://iptv-org.github.io/iptv/languages/kal.m3u Gujarati2https://iptv-org.github.io/iptv/languages/guj.m3u Hebrew9https://iptv-org.github.io/iptv/languages/heb.m3u - Hindi52https://iptv-org.github.io/iptv/languages/hin.m3u + Hindi53https://iptv-org.github.io/iptv/languages/hin.m3u Hungarian33https://iptv-org.github.io/iptv/languages/hun.m3u Icelandic3https://iptv-org.github.io/iptv/languages/isl.m3u - Indonesian167https://iptv-org.github.io/iptv/languages/ind.m3u + Indonesian171https://iptv-org.github.io/iptv/languages/ind.m3u Inuktitut1https://iptv-org.github.io/iptv/languages/iku.m3u Irish2https://iptv-org.github.io/iptv/languages/gle.m3u - Italian142https://iptv-org.github.io/iptv/languages/ita.m3u + Italian141https://iptv-org.github.io/iptv/languages/ita.m3u Japanese18https://iptv-org.github.io/iptv/languages/jpn.m3u Javanese1https://iptv-org.github.io/iptv/languages/jav.m3u Kannada4https://iptv-org.github.io/iptv/languages/kan.m3u Kazakh9https://iptv-org.github.io/iptv/languages/kaz.m3u Khmer7https://iptv-org.github.io/iptv/languages/khm.m3u Kirghiz1https://iptv-org.github.io/iptv/languages/kir.m3u - Korean123https://iptv-org.github.io/iptv/languages/kor.m3u + Korean120https://iptv-org.github.io/iptv/languages/kor.m3u Kurdish13https://iptv-org.github.io/iptv/languages/kur.m3u Lao10https://iptv-org.github.io/iptv/languages/lao.m3u Latvian6https://iptv-org.github.io/iptv/languages/lav.m3u Letzeburgesch3https://iptv-org.github.io/iptv/languages/ltz.m3u Lithuanian5https://iptv-org.github.io/iptv/languages/lit.m3u - Macedonian3https://iptv-org.github.io/iptv/languages/mkd.m3u + Macedonian2https://iptv-org.github.io/iptv/languages/mkd.m3u Malay19https://iptv-org.github.io/iptv/languages/msa.m3u Malayalam43https://iptv-org.github.io/iptv/languages/mal.m3u Maltese4https://iptv-org.github.io/iptv/languages/mlt.m3u @@ -181,36 +181,36 @@ Same thing, but split up into separate files: Oriya (macrolanguage)2https://iptv-org.github.io/iptv/languages/ori.m3u Panjabi6https://iptv-org.github.io/iptv/languages/pan.m3u Papiamento2https://iptv-org.github.io/iptv/languages/pap.m3u - Pashto14https://iptv-org.github.io/iptv/languages/pus.m3u - Persian78https://iptv-org.github.io/iptv/languages/fas.m3u - Polish33https://iptv-org.github.io/iptv/languages/pol.m3u + Pashto13https://iptv-org.github.io/iptv/languages/pus.m3u + Persian79https://iptv-org.github.io/iptv/languages/fas.m3u + Polish32https://iptv-org.github.io/iptv/languages/pol.m3u Portuguese143https://iptv-org.github.io/iptv/languages/por.m3u - Romanian33https://iptv-org.github.io/iptv/languages/ron.m3u - Russian314https://iptv-org.github.io/iptv/languages/rus.m3u + Romanian35https://iptv-org.github.io/iptv/languages/ron.m3u + Russian310https://iptv-org.github.io/iptv/languages/rus.m3u Serbian45https://iptv-org.github.io/iptv/languages/srp.m3u Sindhi1https://iptv-org.github.io/iptv/languages/snd.m3u Sinhala7https://iptv-org.github.io/iptv/languages/sin.m3u Slovak14https://iptv-org.github.io/iptv/languages/slk.m3u Slovenian8https://iptv-org.github.io/iptv/languages/slv.m3u Somali3https://iptv-org.github.io/iptv/languages/som.m3u - Spanish1053https://iptv-org.github.io/iptv/languages/spa.m3u + Spanish1058https://iptv-org.github.io/iptv/languages/spa.m3u Swahili3https://iptv-org.github.io/iptv/languages/swa.m3u Swedish16https://iptv-org.github.io/iptv/languages/swe.m3u - Tagalog8https://iptv-org.github.io/iptv/languages/tgl.m3u - Tamil31https://iptv-org.github.io/iptv/languages/tam.m3u + Tagalog7https://iptv-org.github.io/iptv/languages/tgl.m3u + Tamil33https://iptv-org.github.io/iptv/languages/tam.m3u Telugu2https://iptv-org.github.io/iptv/languages/tel.m3u - Thai44https://iptv-org.github.io/iptv/languages/tha.m3u - Turkish136https://iptv-org.github.io/iptv/languages/tur.m3u + Thai45https://iptv-org.github.io/iptv/languages/tha.m3u + Turkish135https://iptv-org.github.io/iptv/languages/tur.m3u Turkmen7https://iptv-org.github.io/iptv/languages/tuk.m3u - Ukrainian45https://iptv-org.github.io/iptv/languages/ukr.m3u - Urdu19https://iptv-org.github.io/iptv/languages/urd.m3u - Uzbek2https://iptv-org.github.io/iptv/languages/uzb.m3u - Vietnamese57https://iptv-org.github.io/iptv/languages/vie.m3u + Ukrainian46https://iptv-org.github.io/iptv/languages/ukr.m3u + Urdu18https://iptv-org.github.io/iptv/languages/urd.m3u + Uzbek1https://iptv-org.github.io/iptv/languages/uzb.m3u + Vietnamese60https://iptv-org.github.io/iptv/languages/vie.m3u Welsh1https://iptv-org.github.io/iptv/languages/cym.m3u Western Frisian1https://iptv-org.github.io/iptv/languages/fry.m3u Wolof5https://iptv-org.github.io/iptv/languages/wol.m3u Yue Chinese1https://iptv-org.github.io/iptv/languages/yue.m3u - Undefined2015https://iptv-org.github.io/iptv/languages/undefined.m3u + Undefined2011https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -236,16 +236,16 @@ Same thing, but split up into separate files: CountryChannelsPlaylist - 🇦🇫 Afghanistan70https://iptv-org.github.io/iptv/countries/af.m3u - 🇦🇱 Albania98https://iptv-org.github.io/iptv/countries/al.m3u - 🇩🇿 Algeria90https://iptv-org.github.io/iptv/countries/dz.m3u + 🇦🇫 Afghanistan72https://iptv-org.github.io/iptv/countries/af.m3u + 🇦🇱 Albania99https://iptv-org.github.io/iptv/countries/al.m3u + 🇩🇿 Algeria92https://iptv-org.github.io/iptv/countries/dz.m3u 🇦🇸 American Samoa46https://iptv-org.github.io/iptv/countries/as.m3u 🇦🇩 Andorra63https://iptv-org.github.io/iptv/countries/ad.m3u 🇦🇴 Angola47https://iptv-org.github.io/iptv/countries/ao.m3u 🇦🇮 Anguilla47https://iptv-org.github.io/iptv/countries/ai.m3u 🇦🇶 Antarctica43https://iptv-org.github.io/iptv/countries/aq.m3u 🇦🇬 Antigua and Barbuda47https://iptv-org.github.io/iptv/countries/ag.m3u - 🇦🇷 Argentina211https://iptv-org.github.io/iptv/countries/ar.m3u + 🇦🇷 Argentina208https://iptv-org.github.io/iptv/countries/ar.m3u       Buenos Aires11https://iptv-org.github.io/iptv/subdivisions/ar-b.m3u       Catamarca2https://iptv-org.github.io/iptv/subdivisions/ar-k.m3u       Chaco2https://iptv-org.github.io/iptv/subdivisions/ar-h.m3u @@ -264,39 +264,39 @@ Same thing, but split up into separate files:       San Luis1https://iptv-org.github.io/iptv/subdivisions/ar-d.m3u       Santa Cruz1https://iptv-org.github.io/iptv/subdivisions/ar-z.m3u       Santa Fe4https://iptv-org.github.io/iptv/subdivisions/ar-s.m3u -       Tucuman2https://iptv-org.github.io/iptv/subdivisions/ar-t.m3u - 🇦🇲 Armenia93https://iptv-org.github.io/iptv/countries/am.m3u +       Tucuman1https://iptv-org.github.io/iptv/subdivisions/ar-t.m3u + 🇦🇲 Armenia94https://iptv-org.github.io/iptv/countries/am.m3u 🇦🇼 Aruba50https://iptv-org.github.io/iptv/countries/aw.m3u - 🇦🇺 Australia93https://iptv-org.github.io/iptv/countries/au.m3u + 🇦🇺 Australia94https://iptv-org.github.io/iptv/countries/au.m3u 🇦🇹 Austria90https://iptv-org.github.io/iptv/countries/at.m3u - 🇦🇿 Azerbaijan77https://iptv-org.github.io/iptv/countries/az.m3u - 🇧🇸 Bahamas48https://iptv-org.github.io/iptv/countries/bs.m3u - 🇧🇭 Bahrain84https://iptv-org.github.io/iptv/countries/bh.m3u - 🇧🇩 Bangladesh76https://iptv-org.github.io/iptv/countries/bd.m3u + 🇦🇿 Azerbaijan78https://iptv-org.github.io/iptv/countries/az.m3u + 🇧🇸 Bahamas49https://iptv-org.github.io/iptv/countries/bs.m3u + 🇧🇭 Bahrain86https://iptv-org.github.io/iptv/countries/bh.m3u + 🇧🇩 Bangladesh77https://iptv-org.github.io/iptv/countries/bd.m3u 🇧🇧 Barbados48https://iptv-org.github.io/iptv/countries/bb.m3u - 🇧🇾 Belarus91https://iptv-org.github.io/iptv/countries/by.m3u + 🇧🇾 Belarus90https://iptv-org.github.io/iptv/countries/by.m3u 🇧🇪 Belgium92https://iptv-org.github.io/iptv/countries/be.m3u 🇧🇿 Belize48https://iptv-org.github.io/iptv/countries/bz.m3u 🇧🇯 Benin47https://iptv-org.github.io/iptv/countries/bj.m3u 🇧🇲 Bermuda45https://iptv-org.github.io/iptv/countries/bm.m3u - 🇧🇹 Bhutan56https://iptv-org.github.io/iptv/countries/bt.m3u - 🇧🇴 Bolivia118https://iptv-org.github.io/iptv/countries/bo.m3u -       La Paz1https://iptv-org.github.io/iptv/subdivisions/bo-l.m3u + 🇧🇹 Bhutan57https://iptv-org.github.io/iptv/countries/bt.m3u + 🇧🇴 Bolivia119https://iptv-org.github.io/iptv/countries/bo.m3u +       La Paz2https://iptv-org.github.io/iptv/subdivisions/bo-l.m3u       Santa Cruz1https://iptv-org.github.io/iptv/subdivisions/bo-s.m3u 🇧🇶 Bonaire43https://iptv-org.github.io/iptv/countries/bq.m3u 🇧🇦 Bosnia and Herzegovina72https://iptv-org.github.io/iptv/countries/ba.m3u 🇧🇼 Botswana46https://iptv-org.github.io/iptv/countries/bw.m3u 🇧🇻 Bouvet Island44https://iptv-org.github.io/iptv/countries/bv.m3u - 🇧🇷 Brazil172https://iptv-org.github.io/iptv/countries/br.m3u + 🇧🇷 Brazil173https://iptv-org.github.io/iptv/countries/br.m3u 🇮🇴 British Indian Ocean Territory43https://iptv-org.github.io/iptv/countries/io.m3u 🇻🇬 British Virgin Islands47https://iptv-org.github.io/iptv/countries/vg.m3u 🇧🇳 Brunei56https://iptv-org.github.io/iptv/countries/bn.m3u 🇧🇬 Bulgaria73https://iptv-org.github.io/iptv/countries/bg.m3u 🇧🇫 Burkina Faso50https://iptv-org.github.io/iptv/countries/bf.m3u 🇧🇮 Burundi46https://iptv-org.github.io/iptv/countries/bi.m3u - 🇰🇭 Cambodia60https://iptv-org.github.io/iptv/countries/kh.m3u + 🇰🇭 Cambodia61https://iptv-org.github.io/iptv/countries/kh.m3u 🇨🇲 Cameroon49https://iptv-org.github.io/iptv/countries/cm.m3u - 🇨🇦 Canada133https://iptv-org.github.io/iptv/countries/ca.m3u + 🇨🇦 Canada132https://iptv-org.github.io/iptv/countries/ca.m3u       British Columbia2https://iptv-org.github.io/iptv/subdivisions/ca-bc.m3u       Manitoba1https://iptv-org.github.io/iptv/subdivisions/ca-mb.m3u       New Brunswick1https://iptv-org.github.io/iptv/subdivisions/ca-nb.m3u @@ -310,10 +310,10 @@ Same thing, but split up into separate files:       Magallanes1https://iptv-org.github.io/iptv/subdivisions/cl-ma.m3u       Maule1https://iptv-org.github.io/iptv/subdivisions/cl-ml.m3u       Nuble2https://iptv-org.github.io/iptv/subdivisions/cl-nb.m3u - 🇨🇳 China925https://iptv-org.github.io/iptv/countries/cn.m3u + 🇨🇳 China923https://iptv-org.github.io/iptv/countries/cn.m3u 🇨🇽 Christmas Island43https://iptv-org.github.io/iptv/countries/cx.m3u 🇨🇨 Cocos (Keeling) Islands43https://iptv-org.github.io/iptv/countries/cc.m3u - 🇨🇴 Colombia144https://iptv-org.github.io/iptv/countries/co.m3u + 🇨🇴 Colombia145https://iptv-org.github.io/iptv/countries/co.m3u       San Andres, Providencia y Santa Catalina1https://iptv-org.github.io/iptv/subdivisions/co-sap.m3u       Antioquia1https://iptv-org.github.io/iptv/subdivisions/co-ant.m3u       Atlantico1https://iptv-org.github.io/iptv/subdivisions/co-atl.m3u @@ -337,9 +337,9 @@ Same thing, but split up into separate files: 🇭🇷 Croatia72https://iptv-org.github.io/iptv/countries/hr.m3u 🇨🇺 Cuba95https://iptv-org.github.io/iptv/countries/cu.m3u 🇨🇼 Curacao53https://iptv-org.github.io/iptv/countries/cw.m3u - 🇨🇾 Cyprus86https://iptv-org.github.io/iptv/countries/cy.m3u + 🇨🇾 Cyprus83https://iptv-org.github.io/iptv/countries/cy.m3u 🇨🇿 Czech Republic73https://iptv-org.github.io/iptv/countries/cz.m3u - 🇨🇩 Democratic Republic of the Congo50https://iptv-org.github.io/iptv/countries/cd.m3u + 🇨🇩 Democratic Republic of the Congo49https://iptv-org.github.io/iptv/countries/cd.m3u 🇩🇰 Denmark71https://iptv-org.github.io/iptv/countries/dk.m3u 🇩🇯 Djibouti79https://iptv-org.github.io/iptv/countries/dj.m3u 🇩🇲 Dominica47https://iptv-org.github.io/iptv/countries/dm.m3u @@ -348,10 +348,10 @@ Same thing, but split up into separate files:       El Seibo1https://iptv-org.github.io/iptv/subdivisions/do-08.m3u       La Altagracia1https://iptv-org.github.io/iptv/subdivisions/do-11.m3u       Santiago1https://iptv-org.github.io/iptv/subdivisions/do-25.m3u - 🇹🇱 East Timor49https://iptv-org.github.io/iptv/countries/tl.m3u + 🇹🇱 East Timor50https://iptv-org.github.io/iptv/countries/tl.m3u 🇪🇨 Ecuador109https://iptv-org.github.io/iptv/countries/ec.m3u       Loja1https://iptv-org.github.io/iptv/subdivisions/ec-l.m3u - 🇪🇬 Egypt105https://iptv-org.github.io/iptv/countries/eg.m3u + 🇪🇬 Egypt107https://iptv-org.github.io/iptv/countries/eg.m3u 🇸🇻 El Salvador109https://iptv-org.github.io/iptv/countries/sv.m3u 🇬🇶 Equatorial Guinea46https://iptv-org.github.io/iptv/countries/gq.m3u 🇪🇷 Eritrea46https://iptv-org.github.io/iptv/countries/er.m3u @@ -361,14 +361,14 @@ Same thing, but split up into separate files: 🇫🇴 Faroe Islands44https://iptv-org.github.io/iptv/countries/fo.m3u 🇫🇯 Fiji47https://iptv-org.github.io/iptv/countries/fj.m3u 🇫🇮 Finland71https://iptv-org.github.io/iptv/countries/fi.m3u - 🇫🇷 France216https://iptv-org.github.io/iptv/countries/fr.m3u + 🇫🇷 France219https://iptv-org.github.io/iptv/countries/fr.m3u 🇬🇫 French Guiana46https://iptv-org.github.io/iptv/countries/gf.m3u 🇵🇫 French Polynesia47https://iptv-org.github.io/iptv/countries/pf.m3u 🇹🇫 French Southern Territories46https://iptv-org.github.io/iptv/countries/tf.m3u 🇬🇦 Gabon47https://iptv-org.github.io/iptv/countries/ga.m3u 🇬🇲 Gambia47https://iptv-org.github.io/iptv/countries/gm.m3u - 🇬🇪 Georgia69https://iptv-org.github.io/iptv/countries/ge.m3u - 🇩🇪 Germany245https://iptv-org.github.io/iptv/countries/de.m3u + 🇬🇪 Georgia71https://iptv-org.github.io/iptv/countries/ge.m3u + 🇩🇪 Germany244https://iptv-org.github.io/iptv/countries/de.m3u 🇬🇭 Ghana46https://iptv-org.github.io/iptv/countries/gh.m3u 🇬🇮 Gibraltar43https://iptv-org.github.io/iptv/countries/gi.m3u 🇬🇷 Greece140https://iptv-org.github.io/iptv/countries/gr.m3u @@ -376,82 +376,82 @@ Same thing, but split up into separate files: 🇬🇩 Grenada47https://iptv-org.github.io/iptv/countries/gd.m3u 🇬🇵 Guadeloupe50https://iptv-org.github.io/iptv/countries/gp.m3u 🇬🇺 Guam46https://iptv-org.github.io/iptv/countries/gu.m3u - 🇬🇹 Guatemala108https://iptv-org.github.io/iptv/countries/gt.m3u + 🇬🇹 Guatemala107https://iptv-org.github.io/iptv/countries/gt.m3u       Solola2https://iptv-org.github.io/iptv/subdivisions/gt-07.m3u       Totonicapan1https://iptv-org.github.io/iptv/subdivisions/gt-08.m3u 🇬🇬 Guernsey44https://iptv-org.github.io/iptv/countries/gg.m3u 🇬🇳 Guinea46https://iptv-org.github.io/iptv/countries/gn.m3u 🇬🇼 Guinea-Bissau46https://iptv-org.github.io/iptv/countries/gw.m3u 🇬🇾 Guyana44https://iptv-org.github.io/iptv/countries/gy.m3u - 🇭🇹 Haiti60https://iptv-org.github.io/iptv/countries/ht.m3u + 🇭🇹 Haiti59https://iptv-org.github.io/iptv/countries/ht.m3u 🇭🇲 Heard Island and McDonald Islands43https://iptv-org.github.io/iptv/countries/hm.m3u - 🇭🇳 Honduras127https://iptv-org.github.io/iptv/countries/hn.m3u - 🇭🇰 Hong Kong68https://iptv-org.github.io/iptv/countries/hk.m3u + 🇭🇳 Honduras126https://iptv-org.github.io/iptv/countries/hn.m3u + 🇭🇰 Hong Kong66https://iptv-org.github.io/iptv/countries/hk.m3u 🇭🇺 Hungary91https://iptv-org.github.io/iptv/countries/hu.m3u 🇮🇸 Iceland63https://iptv-org.github.io/iptv/countries/is.m3u - 🇮🇳 India237https://iptv-org.github.io/iptv/countries/in.m3u + 🇮🇳 India240https://iptv-org.github.io/iptv/countries/in.m3u 🇮🇩 Indonesia237https://iptv-org.github.io/iptv/countries/id.m3u       Aceh2https://iptv-org.github.io/iptv/subdivisions/id-ac.m3u       Bali2https://iptv-org.github.io/iptv/subdivisions/id-ba.m3u       Banten2https://iptv-org.github.io/iptv/subdivisions/id-bt.m3u       Bengkulu2https://iptv-org.github.io/iptv/subdivisions/id-be.m3u       Gorontalo1https://iptv-org.github.io/iptv/subdivisions/id-go.m3u -       Jakarta Raya3https://iptv-org.github.io/iptv/subdivisions/id-jk.m3u -       Jambi4https://iptv-org.github.io/iptv/subdivisions/id-ja.m3u +       Jakarta Raya4https://iptv-org.github.io/iptv/subdivisions/id-jk.m3u +       Jambi3https://iptv-org.github.io/iptv/subdivisions/id-ja.m3u       Jawa Barat7https://iptv-org.github.io/iptv/subdivisions/id-jb.m3u -       Jawa Tengah5https://iptv-org.github.io/iptv/subdivisions/id-jt.m3u +       Jawa Tengah6https://iptv-org.github.io/iptv/subdivisions/id-jt.m3u       Jawa Timur9https://iptv-org.github.io/iptv/subdivisions/id-ji.m3u       Kalimantan Barat2https://iptv-org.github.io/iptv/subdivisions/id-kb.m3u       Kalimantan Selatan3https://iptv-org.github.io/iptv/subdivisions/id-ks.m3u       Kalimantan Tengah1https://iptv-org.github.io/iptv/subdivisions/id-kt.m3u       Kalimantan Timur2https://iptv-org.github.io/iptv/subdivisions/id-ki.m3u       Kepulauan Bangka Belitung1https://iptv-org.github.io/iptv/subdivisions/id-bb.m3u -       Lampung2https://iptv-org.github.io/iptv/subdivisions/id-la.m3u +       Lampung3https://iptv-org.github.io/iptv/subdivisions/id-la.m3u       Maluku Utara1https://iptv-org.github.io/iptv/subdivisions/id-mu.m3u       Maluku1https://iptv-org.github.io/iptv/subdivisions/id-ml.m3u       Nusa Tenggara Barat2https://iptv-org.github.io/iptv/subdivisions/id-nb.m3u       Nusa Tenggara Timur1https://iptv-org.github.io/iptv/subdivisions/id-nt.m3u       Papua2https://iptv-org.github.io/iptv/subdivisions/id-pp.m3u -       Riau3https://iptv-org.github.io/iptv/subdivisions/id-ri.m3u +       Riau4https://iptv-org.github.io/iptv/subdivisions/id-ri.m3u       Sulawesi Barat1https://iptv-org.github.io/iptv/subdivisions/id-sr.m3u -       Sulawesi Selatan2https://iptv-org.github.io/iptv/subdivisions/id-sn.m3u +       Sulawesi Selatan1https://iptv-org.github.io/iptv/subdivisions/id-sn.m3u       Sulawesi Tengah1https://iptv-org.github.io/iptv/subdivisions/id-st.m3u       Sulawesi Tenggara1https://iptv-org.github.io/iptv/subdivisions/id-sg.m3u       Sulawesi Utara1https://iptv-org.github.io/iptv/subdivisions/id-sa.m3u       Sumatera Barat2https://iptv-org.github.io/iptv/subdivisions/id-sb.m3u       Sumatera Selatan2https://iptv-org.github.io/iptv/subdivisions/id-ss.m3u -       Yogyakarta2https://iptv-org.github.io/iptv/subdivisions/id-yo.m3u - 🇮🇷 Iran128https://iptv-org.github.io/iptv/countries/ir.m3u - 🇮🇶 Iraq118https://iptv-org.github.io/iptv/countries/iq.m3u +       Yogyakarta3https://iptv-org.github.io/iptv/subdivisions/id-yo.m3u + 🇮🇷 Iran129https://iptv-org.github.io/iptv/countries/ir.m3u + 🇮🇶 Iraq119https://iptv-org.github.io/iptv/countries/iq.m3u 🇮🇪 Ireland74https://iptv-org.github.io/iptv/countries/ie.m3u 🇮🇲 Isle of Man43https://iptv-org.github.io/iptv/countries/im.m3u - 🇮🇱 Israel66https://iptv-org.github.io/iptv/countries/il.m3u - 🇮🇹 Italy249https://iptv-org.github.io/iptv/countries/it.m3u + 🇮🇱 Israel68https://iptv-org.github.io/iptv/countries/il.m3u + 🇮🇹 Italy248https://iptv-org.github.io/iptv/countries/it.m3u 🇨🇮 Ivory Coast47https://iptv-org.github.io/iptv/countries/ci.m3u 🇯🇲 Jamaica49https://iptv-org.github.io/iptv/countries/jm.m3u - 🇯🇵 Japan68https://iptv-org.github.io/iptv/countries/jp.m3u + 🇯🇵 Japan70https://iptv-org.github.io/iptv/countries/jp.m3u 🇯🇪 Jersey43https://iptv-org.github.io/iptv/countries/je.m3u - 🇯🇴 Jordan102https://iptv-org.github.io/iptv/countries/jo.m3u - 🇰🇿 Kazakhstan84https://iptv-org.github.io/iptv/countries/kz.m3u - 🇰🇪 Kenya50https://iptv-org.github.io/iptv/countries/ke.m3u + 🇯🇴 Jordan104https://iptv-org.github.io/iptv/countries/jo.m3u + 🇰🇿 Kazakhstan85https://iptv-org.github.io/iptv/countries/kz.m3u + 🇰🇪 Kenya51https://iptv-org.github.io/iptv/countries/ke.m3u 🇰🇮 Kiribati46https://iptv-org.github.io/iptv/countries/ki.m3u 🇽🇰 Kosovo49https://iptv-org.github.io/iptv/countries/xk.m3u - 🇰🇼 Kuwait93https://iptv-org.github.io/iptv/countries/kw.m3u - 🇰🇬 Kyrgyzstan53https://iptv-org.github.io/iptv/countries/kg.m3u - 🇱🇦 Laos68https://iptv-org.github.io/iptv/countries/la.m3u + 🇰🇼 Kuwait94https://iptv-org.github.io/iptv/countries/kw.m3u + 🇰🇬 Kyrgyzstan54https://iptv-org.github.io/iptv/countries/kg.m3u + 🇱🇦 Laos69https://iptv-org.github.io/iptv/countries/la.m3u 🇱🇻 Latvia65https://iptv-org.github.io/iptv/countries/lv.m3u - 🇱🇧 Lebanon99https://iptv-org.github.io/iptv/countries/lb.m3u + 🇱🇧 Lebanon100https://iptv-org.github.io/iptv/countries/lb.m3u 🇱🇸 Lesotho46https://iptv-org.github.io/iptv/countries/ls.m3u 🇱🇷 Liberia46https://iptv-org.github.io/iptv/countries/lr.m3u 🇱🇾 Libya85https://iptv-org.github.io/iptv/countries/ly.m3u 🇱🇮 Liechtenstein64https://iptv-org.github.io/iptv/countries/li.m3u 🇱🇹 Lithuania63https://iptv-org.github.io/iptv/countries/lt.m3u 🇱🇺 Luxembourg67https://iptv-org.github.io/iptv/countries/lu.m3u - 🇲🇴 Macao53https://iptv-org.github.io/iptv/countries/mo.m3u + 🇲🇴 Macao54https://iptv-org.github.io/iptv/countries/mo.m3u 🇲🇬 Madagascar46https://iptv-org.github.io/iptv/countries/mg.m3u - 🇲🇼 Malawi46https://iptv-org.github.io/iptv/countries/mw.m3u + 🇲🇼 Malawi47https://iptv-org.github.io/iptv/countries/mw.m3u 🇲🇾 Malaysia73https://iptv-org.github.io/iptv/countries/my.m3u - 🇲🇻 Maldives57https://iptv-org.github.io/iptv/countries/mv.m3u + 🇲🇻 Maldives58https://iptv-org.github.io/iptv/countries/mv.m3u 🇲🇱 Mali47https://iptv-org.github.io/iptv/countries/ml.m3u 🇲🇹 Malta63https://iptv-org.github.io/iptv/countries/mt.m3u 🇲🇭 Marshall Islands46https://iptv-org.github.io/iptv/countries/mh.m3u @@ -459,13 +459,12 @@ Same thing, but split up into separate files: 🇲🇷 Mauritania76https://iptv-org.github.io/iptv/countries/mr.m3u 🇲🇺 Mauritius47https://iptv-org.github.io/iptv/countries/mu.m3u 🇾🇹 Mayotte46https://iptv-org.github.io/iptv/countries/yt.m3u - 🇲🇽 Mexico171https://iptv-org.github.io/iptv/countries/mx.m3u + 🇲🇽 Mexico168https://iptv-org.github.io/iptv/countries/mx.m3u       Aguascalientes1https://iptv-org.github.io/iptv/subdivisions/mx-agu.m3u       Baja California1https://iptv-org.github.io/iptv/subdivisions/mx-bcn.m3u       Chihuahua1https://iptv-org.github.io/iptv/subdivisions/mx-chh.m3u       Ciudad de Mexico1https://iptv-org.github.io/iptv/subdivisions/mx-cmx.m3u       Coahuila de Zaragoza1https://iptv-org.github.io/iptv/subdivisions/mx-coa.m3u -       Guerrero1https://iptv-org.github.io/iptv/subdivisions/mx-gro.m3u       Jalisco1https://iptv-org.github.io/iptv/subdivisions/mx-jal.m3u       Mexico1https://iptv-org.github.io/iptv/subdivisions/mx-mex.m3u       Morelos1https://iptv-org.github.io/iptv/subdivisions/mx-mor.m3u @@ -481,56 +480,54 @@ Same thing, but split up into separate files: 🇫🇲 Micronesia46https://iptv-org.github.io/iptv/countries/fm.m3u 🇲🇩 Moldova71https://iptv-org.github.io/iptv/countries/md.m3u 🇲🇨 Monaco61https://iptv-org.github.io/iptv/countries/mc.m3u - 🇲🇳 Mongolia69https://iptv-org.github.io/iptv/countries/mn.m3u + 🇲🇳 Mongolia70https://iptv-org.github.io/iptv/countries/mn.m3u 🇲🇪 Montenegro66https://iptv-org.github.io/iptv/countries/me.m3u 🇲🇸 Montserrat47https://iptv-org.github.io/iptv/countries/ms.m3u 🇲🇦 Morocco91https://iptv-org.github.io/iptv/countries/ma.m3u 🇲🇿 Mozambique48https://iptv-org.github.io/iptv/countries/mz.m3u - 🇲🇲 Myanmar (Burma)50https://iptv-org.github.io/iptv/countries/mm.m3u + 🇲🇲 Myanmar (Burma)51https://iptv-org.github.io/iptv/countries/mm.m3u 🇳🇦 Namibia46https://iptv-org.github.io/iptv/countries/na.m3u 🇳🇷 Nauru46https://iptv-org.github.io/iptv/countries/nr.m3u - 🇳🇵 Nepal58https://iptv-org.github.io/iptv/countries/np.m3u - 🇳🇱 Netherlands180https://iptv-org.github.io/iptv/countries/nl.m3u + 🇳🇵 Nepal59https://iptv-org.github.io/iptv/countries/np.m3u + 🇳🇱 Netherlands181https://iptv-org.github.io/iptv/countries/nl.m3u 🇳🇨 New Caledonia46https://iptv-org.github.io/iptv/countries/nc.m3u 🇳🇿 New Zealand107https://iptv-org.github.io/iptv/countries/nz.m3u 🇳🇮 Nicaragua106https://iptv-org.github.io/iptv/countries/ni.m3u 🇳🇪 Niger46https://iptv-org.github.io/iptv/countries/ne.m3u - 🇳🇬 Nigeria51https://iptv-org.github.io/iptv/countries/ng.m3u + 🇳🇬 Nigeria52https://iptv-org.github.io/iptv/countries/ng.m3u 🇳🇺 Niue46https://iptv-org.github.io/iptv/countries/nu.m3u 🇳🇫 Norfolk Island46https://iptv-org.github.io/iptv/countries/nf.m3u - 🇰🇵 North Korea50https://iptv-org.github.io/iptv/countries/kp.m3u - 🇲🇰 North Macedonia63https://iptv-org.github.io/iptv/countries/mk.m3u + 🇰🇵 North Korea51https://iptv-org.github.io/iptv/countries/kp.m3u + 🇲🇰 North Macedonia62https://iptv-org.github.io/iptv/countries/mk.m3u 🇲🇵 Northern Mariana Islands46https://iptv-org.github.io/iptv/countries/mp.m3u 🇳🇴 Norway71https://iptv-org.github.io/iptv/countries/no.m3u - 🇴🇲 Oman86https://iptv-org.github.io/iptv/countries/om.m3u + 🇴🇲 Oman87https://iptv-org.github.io/iptv/countries/om.m3u 🇵🇰 Pakistan74https://iptv-org.github.io/iptv/countries/pk.m3u 🇵🇼 Palau46https://iptv-org.github.io/iptv/countries/pw.m3u 🇵🇸 Palestine99https://iptv-org.github.io/iptv/countries/ps.m3u 🇵🇦 Panama104https://iptv-org.github.io/iptv/countries/pa.m3u 🇵🇬 Papua New Guinea46https://iptv-org.github.io/iptv/countries/pg.m3u - 🇵🇾 Paraguay115https://iptv-org.github.io/iptv/countries/py.m3u + 🇵🇾 Paraguay116https://iptv-org.github.io/iptv/countries/py.m3u       Alto Parana2https://iptv-org.github.io/iptv/subdivisions/py-10.m3u       Boqueron1https://iptv-org.github.io/iptv/subdivisions/py-19.m3u       Caaguazu1https://iptv-org.github.io/iptv/subdivisions/py-5.m3u       Central1https://iptv-org.github.io/iptv/subdivisions/py-11.m3u       Itapua1https://iptv-org.github.io/iptv/subdivisions/py-7.m3u       Presidente Hayes1https://iptv-org.github.io/iptv/subdivisions/py-15.m3u - 🇵🇪 Peru237https://iptv-org.github.io/iptv/countries/pe.m3u + 🇵🇪 Peru245https://iptv-org.github.io/iptv/countries/pe.m3u       Ancash1https://iptv-org.github.io/iptv/subdivisions/pe-anc.m3u       Arequipa2https://iptv-org.github.io/iptv/subdivisions/pe-are.m3u -       Ica1https://iptv-org.github.io/iptv/subdivisions/pe-ica.m3u -       Lima1https://iptv-org.github.io/iptv/subdivisions/pe-lim.m3u -       Moquegua1https://iptv-org.github.io/iptv/subdivisions/pe-moq.m3u +       Moquegua2https://iptv-org.github.io/iptv/subdivisions/pe-moq.m3u       Piura2https://iptv-org.github.io/iptv/subdivisions/pe-piu.m3u 🇵🇭 Philippines67https://iptv-org.github.io/iptv/countries/ph.m3u 🇵🇳 Pitcairn Islands46https://iptv-org.github.io/iptv/countries/pn.m3u - 🇵🇱 Poland91https://iptv-org.github.io/iptv/countries/pl.m3u + 🇵🇱 Poland90https://iptv-org.github.io/iptv/countries/pl.m3u 🇵🇹 Portugal90https://iptv-org.github.io/iptv/countries/pt.m3u - 🇵🇷 Puerto Rico100https://iptv-org.github.io/iptv/countries/pr.m3u - 🇶🇦 Qatar85https://iptv-org.github.io/iptv/countries/qa.m3u + 🇵🇷 Puerto Rico101https://iptv-org.github.io/iptv/countries/pr.m3u + 🇶🇦 Qatar86https://iptv-org.github.io/iptv/countries/qa.m3u 🇨🇬 Republic of the Congo47https://iptv-org.github.io/iptv/countries/cg.m3u - 🇷🇴 Romania88https://iptv-org.github.io/iptv/countries/ro.m3u - 🇷🇺 Russia404https://iptv-org.github.io/iptv/countries/ru.m3u + 🇷🇴 Romania90https://iptv-org.github.io/iptv/countries/ro.m3u + 🇷🇺 Russia403https://iptv-org.github.io/iptv/countries/ru.m3u 🇷🇼 Rwanda48https://iptv-org.github.io/iptv/countries/rw.m3u 🇷🇪 Réunion47https://iptv-org.github.io/iptv/countries/re.m3u 🇧🇱 Saint Barthélemy49https://iptv-org.github.io/iptv/countries/bl.m3u @@ -542,8 +539,8 @@ Same thing, but split up into separate files: 🇻🇨 Saint Vincent and the Grenadines47https://iptv-org.github.io/iptv/countries/vc.m3u 🇼🇸 Samoa46https://iptv-org.github.io/iptv/countries/ws.m3u 🇸🇲 San Marino62https://iptv-org.github.io/iptv/countries/sm.m3u - 🇸🇦 Saudi Arabia126https://iptv-org.github.io/iptv/countries/sa.m3u - 🇸🇳 Senegal53https://iptv-org.github.io/iptv/countries/sn.m3u + 🇸🇦 Saudi Arabia127https://iptv-org.github.io/iptv/countries/sa.m3u + 🇸🇳 Senegal54https://iptv-org.github.io/iptv/countries/sn.m3u 🇷🇸 Serbia101https://iptv-org.github.io/iptv/countries/rs.m3u 🇸🇨 Seychelles46https://iptv-org.github.io/iptv/countries/sc.m3u 🇸🇱 Sierra Leone47https://iptv-org.github.io/iptv/countries/sl.m3u @@ -555,54 +552,55 @@ Same thing, but split up into separate files: 🇸🇴 Somalia77https://iptv-org.github.io/iptv/countries/so.m3u 🇿🇦 South Africa47https://iptv-org.github.io/iptv/countries/za.m3u 🇬🇸 South Georgia and the South Sandwich Islands44https://iptv-org.github.io/iptv/countries/gs.m3u - 🇰🇷 South Korea182https://iptv-org.github.io/iptv/countries/kr.m3u + 🇰🇷 South Korea179https://iptv-org.github.io/iptv/countries/kr.m3u       Busan-gwangyeoksi2https://iptv-org.github.io/iptv/subdivisions/kr-26.m3u       Chungcheongbuk-do2https://iptv-org.github.io/iptv/subdivisions/kr-43.m3u -       Daegu-gwangyeoksi2https://iptv-org.github.io/iptv/subdivisions/kr-27.m3u +       Daegu-gwangyeoksi1https://iptv-org.github.io/iptv/subdivisions/kr-27.m3u       Daejeon-gwangyeoksi1https://iptv-org.github.io/iptv/subdivisions/kr-30.m3u       Gangwon-do1https://iptv-org.github.io/iptv/subdivisions/kr-42.m3u -       Jeju-teukbyeoljachido2https://iptv-org.github.io/iptv/subdivisions/kr-49.m3u +       Jeju-teukbyeoljachido1https://iptv-org.github.io/iptv/subdivisions/kr-49.m3u       Jeollabuk-do1https://iptv-org.github.io/iptv/subdivisions/kr-45.m3u       Jeollanam-do3https://iptv-org.github.io/iptv/subdivisions/kr-46.m3u       Ulsan-gwangyeoksi2https://iptv-org.github.io/iptv/subdivisions/kr-31.m3u 🇸🇸 South Sudan46https://iptv-org.github.io/iptv/countries/ss.m3u - 🇪🇸 Spain242https://iptv-org.github.io/iptv/countries/es.m3u + 🇪🇸 Spain244https://iptv-org.github.io/iptv/countries/es.m3u       Madrid, Comunidad de1https://iptv-org.github.io/iptv/subdivisions/es-md.m3u       Andalucia11https://iptv-org.github.io/iptv/subdivisions/es-an.m3u       Aragon1https://iptv-org.github.io/iptv/subdivisions/es-ar.m3u       Canarias2https://iptv-org.github.io/iptv/subdivisions/es-cn.m3u       Castilla-La Mancha13https://iptv-org.github.io/iptv/subdivisions/es-cm.m3u -       Catalunya4https://iptv-org.github.io/iptv/subdivisions/es-ct.m3u - 🇱🇰 Sri Lanka65https://iptv-org.github.io/iptv/countries/lk.m3u - 🇸🇩 Sudan79https://iptv-org.github.io/iptv/countries/sd.m3u +       Catalunya6https://iptv-org.github.io/iptv/subdivisions/es-ct.m3u +       Galicia1https://iptv-org.github.io/iptv/subdivisions/es-ga.m3u + 🇱🇰 Sri Lanka66https://iptv-org.github.io/iptv/countries/lk.m3u + 🇸🇩 Sudan80https://iptv-org.github.io/iptv/countries/sd.m3u 🇸🇷 Suriname44https://iptv-org.github.io/iptv/countries/sr.m3u 🇸🇯 Svalbard and Jan Mayen43https://iptv-org.github.io/iptv/countries/sj.m3u 🇸🇿 Swaziland46https://iptv-org.github.io/iptv/countries/sz.m3u 🇸🇪 Sweden77https://iptv-org.github.io/iptv/countries/se.m3u - 🇨🇭 Switzerland97https://iptv-org.github.io/iptv/countries/ch.m3u - 🇸🇾 Syria93https://iptv-org.github.io/iptv/countries/sy.m3u + 🇨🇭 Switzerland98https://iptv-org.github.io/iptv/countries/ch.m3u + 🇸🇾 Syria94https://iptv-org.github.io/iptv/countries/sy.m3u 🇸🇹 São Tomé and Príncipe46https://iptv-org.github.io/iptv/countries/st.m3u 🇹🇼 Taiwan108https://iptv-org.github.io/iptv/countries/tw.m3u - 🇹🇯 Tajikistan51https://iptv-org.github.io/iptv/countries/tj.m3u + 🇹🇯 Tajikistan52https://iptv-org.github.io/iptv/countries/tj.m3u 🇹🇿 Tanzania47https://iptv-org.github.io/iptv/countries/tz.m3u - 🇹🇭 Thailand94https://iptv-org.github.io/iptv/countries/th.m3u + 🇹🇭 Thailand95https://iptv-org.github.io/iptv/countries/th.m3u 🇹🇬 Togo46https://iptv-org.github.io/iptv/countries/tg.m3u 🇹🇰 Tokelau46https://iptv-org.github.io/iptv/countries/tk.m3u 🇹🇴 Tonga46https://iptv-org.github.io/iptv/countries/to.m3u 🇹🇹 Trinidad and Tobago48https://iptv-org.github.io/iptv/countries/tt.m3u - 🇹🇳 Tunisia86https://iptv-org.github.io/iptv/countries/tn.m3u + 🇹🇳 Tunisia87https://iptv-org.github.io/iptv/countries/tn.m3u 🇹🇷 Turkey201https://iptv-org.github.io/iptv/countries/tr.m3u - 🇹🇲 Turkmenistan54https://iptv-org.github.io/iptv/countries/tm.m3u + 🇹🇲 Turkmenistan55https://iptv-org.github.io/iptv/countries/tm.m3u 🇹🇨 Turks and Caicos Islands47https://iptv-org.github.io/iptv/countries/tc.m3u 🇹🇻 Tuvalu46https://iptv-org.github.io/iptv/countries/tv.m3u 🇺🇲 U.S. Minor Outlying Islands43https://iptv-org.github.io/iptv/countries/um.m3u 🇻🇮 U.S. Virgin Islands47https://iptv-org.github.io/iptv/countries/vi.m3u - 🇺🇬 Uganda48https://iptv-org.github.io/iptv/countries/ug.m3u - 🇺🇦 Ukraine117https://iptv-org.github.io/iptv/countries/ua.m3u - 🇦🇪 United Arab Emirates119https://iptv-org.github.io/iptv/countries/ae.m3u - 🇬🇧 United Kingdom324https://iptv-org.github.io/iptv/countries/uk.m3u + 🇺🇬 Uganda49https://iptv-org.github.io/iptv/countries/ug.m3u + 🇺🇦 Ukraine118https://iptv-org.github.io/iptv/countries/ua.m3u + 🇦🇪 United Arab Emirates120https://iptv-org.github.io/iptv/countries/ae.m3u + 🇬🇧 United Kingdom325https://iptv-org.github.io/iptv/countries/uk.m3u       Wales3https://iptv-org.github.io/iptv/subdivisions/gb-wls.m3u - 🇺🇸 United States1792https://iptv-org.github.io/iptv/countries/us.m3u + 🇺🇸 United States1788https://iptv-org.github.io/iptv/countries/us.m3u       Alabama4https://iptv-org.github.io/iptv/subdivisions/us-al.m3u       Alaska2https://iptv-org.github.io/iptv/subdivisions/us-ak.m3u       Arizona10https://iptv-org.github.io/iptv/subdivisions/us-az.m3u @@ -633,9 +631,9 @@ Same thing, but split up into separate files:       Nebraska3https://iptv-org.github.io/iptv/subdivisions/us-ne.m3u       Nevada3https://iptv-org.github.io/iptv/subdivisions/us-nv.m3u       New Hampshire2https://iptv-org.github.io/iptv/subdivisions/us-nh.m3u -       New Jersey19https://iptv-org.github.io/iptv/subdivisions/us-nj.m3u +       New Jersey22https://iptv-org.github.io/iptv/subdivisions/us-nj.m3u       New Mexico4https://iptv-org.github.io/iptv/subdivisions/us-nm.m3u -       New York50https://iptv-org.github.io/iptv/subdivisions/us-ny.m3u +       New York47https://iptv-org.github.io/iptv/subdivisions/us-ny.m3u       North Carolina6https://iptv-org.github.io/iptv/subdivisions/us-nc.m3u       North Dakota2https://iptv-org.github.io/iptv/subdivisions/us-nd.m3u       Ohio13https://iptv-org.github.io/iptv/subdivisions/us-oh.m3u @@ -658,11 +656,11 @@ Same thing, but split up into separate files: 🇺🇿 Uzbekistan52https://iptv-org.github.io/iptv/countries/uz.m3u 🇻🇺 Vanuatu46https://iptv-org.github.io/iptv/countries/vu.m3u 🇻🇦 Vatican City61https://iptv-org.github.io/iptv/countries/va.m3u - 🇻🇪 Venezuela109https://iptv-org.github.io/iptv/countries/ve.m3u - 🇻🇳 Vietnam105https://iptv-org.github.io/iptv/countries/vn.m3u + 🇻🇪 Venezuela110https://iptv-org.github.io/iptv/countries/ve.m3u + 🇻🇳 Vietnam108https://iptv-org.github.io/iptv/countries/vn.m3u 🇼🇫 Wallis and Futuna46https://iptv-org.github.io/iptv/countries/wf.m3u 🇪🇭 Western Sahara51https://iptv-org.github.io/iptv/countries/eh.m3u - 🇾🇪 Yemen90https://iptv-org.github.io/iptv/countries/ye.m3u + 🇾🇪 Yemen92https://iptv-org.github.io/iptv/countries/ye.m3u 🇿🇲 Zambia46https://iptv-org.github.io/iptv/countries/zm.m3u 🇿🇼 Zimbabwe46https://iptv-org.github.io/iptv/countries/zw.m3u 🇦🇽 Åland43https://iptv-org.github.io/iptv/countries/ax.m3u @@ -691,32 +689,32 @@ Same thing, but split up into separate files: RegionChannelsPlaylist - Africa121https://iptv-org.github.io/iptv/regions/afr.m3u - Americas2785https://iptv-org.github.io/iptv/regions/amer.m3u - Asia-Pacific1810https://iptv-org.github.io/iptv/regions/apac.m3u - Arab world323https://iptv-org.github.io/iptv/regions/arab.m3u + Africa131https://iptv-org.github.io/iptv/regions/afr.m3u + Americas2787https://iptv-org.github.io/iptv/regions/amer.m3u + Asia-Pacific1808https://iptv-org.github.io/iptv/regions/apac.m3u + Arab world331https://iptv-org.github.io/iptv/regions/arab.m3u Association of Southeast Asian Nations354https://iptv-org.github.io/iptv/regions/asean.m3u - Asia2578https://iptv-org.github.io/iptv/regions/asia.m3u - Caribbean112https://iptv-org.github.io/iptv/regions/carib.m3u - Central Asia31https://iptv-org.github.io/iptv/regions/cas.m3u - Central America116https://iptv-org.github.io/iptv/regions/cenamer.m3u - Commonwealth of Independent States433https://iptv-org.github.io/iptv/regions/cis.m3u - Europe, the Middle East and Africa2637https://iptv-org.github.io/iptv/regions/emea.m3u - Europe2236https://iptv-org.github.io/iptv/regions/eur.m3u - Hispanic America839https://iptv-org.github.io/iptv/regions/hispam.m3u - Latin America and the Caribbean952https://iptv-org.github.io/iptv/regions/lac.m3u - Latin America939https://iptv-org.github.io/iptv/regions/latam.m3u - Maghreb60https://iptv-org.github.io/iptv/regions/maghreb.m3u - Middle East and North Africa534https://iptv-org.github.io/iptv/regions/mena.m3u + Asia2572https://iptv-org.github.io/iptv/regions/asia.m3u + Caribbean113https://iptv-org.github.io/iptv/regions/carib.m3u + Central Asia30https://iptv-org.github.io/iptv/regions/cas.m3u + Central America114https://iptv-org.github.io/iptv/regions/cenamer.m3u + Commonwealth of Independent States429https://iptv-org.github.io/iptv/regions/cis.m3u + Europe, the Middle East and Africa2648https://iptv-org.github.io/iptv/regions/emea.m3u + Europe2235https://iptv-org.github.io/iptv/regions/eur.m3u + Hispanic America844https://iptv-org.github.io/iptv/regions/hispam.m3u + Latin America and the Caribbean958https://iptv-org.github.io/iptv/regions/lac.m3u + Latin America944https://iptv-org.github.io/iptv/regions/latam.m3u + Maghreb63https://iptv-org.github.io/iptv/regions/maghreb.m3u + Middle East and North Africa538https://iptv-org.github.io/iptv/regions/mena.m3u Middle East487https://iptv-org.github.io/iptv/regions/mideast.m3u - Northern America1834https://iptv-org.github.io/iptv/regions/nam.m3u - North America2136https://iptv-org.github.io/iptv/regions/noram.m3u + Northern America1829https://iptv-org.github.io/iptv/regions/nam.m3u + North America2128https://iptv-org.github.io/iptv/regions/noram.m3u Nordics54https://iptv-org.github.io/iptv/regions/nord.m3u - Oceania107https://iptv-org.github.io/iptv/regions/oce.m3u - South Asia252https://iptv-org.github.io/iptv/regions/sas.m3u - South America652https://iptv-org.github.io/iptv/regions/southam.m3u - Sub-Saharan Africa52https://iptv-org.github.io/iptv/regions/ssa.m3u - West Africa23https://iptv-org.github.io/iptv/regions/wafr.m3u + Oceania108https://iptv-org.github.io/iptv/regions/oce.m3u + South Asia254https://iptv-org.github.io/iptv/regions/sas.m3u + South America662https://iptv-org.github.io/iptv/regions/southam.m3u + Sub-Saharan Africa57https://iptv-org.github.io/iptv/regions/ssa.m3u + West Africa25https://iptv-org.github.io/iptv/regions/wafr.m3u diff --git a/streams/ae.m3u b/streams/ae.m3u index 4447b5955..d35b2c0ba 100644 --- a/streams/ae.m3u +++ b/streams/ae.m3u @@ -13,7 +13,7 @@ https://admdn5.cdn.mangomolo.com/adsports2/smil:adsports2.stream.smil/playlist.m https://admdn4ta.cdn.mgmlcdn.com/adsports4/smil:adsports4.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AjmanTV.ae" status="blocked",Ajman TV [Not 24/7] https://dacastmmd.mmdlive.lldns.net/dacastmmd/d3e9fc3b874a46159ce3724d802e3f8d/playlist.m3u8 -#EXTINF:-1 tvg-id="AlAanTV.ae" status="online",Al Aan (480p) [Not 24/7] +#EXTINF:-1 tvg-id="AlAanTV.ae" status="timeout",Al Aan (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x74wje5 #EXTINF:-1 tvg-id="Alarabiya.ae" status="online",Al Arabiya (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlArabiya/live @@ -23,14 +23,14 @@ https://live.alarabiya.net/alarabiapublish/alarabiya.smil/playlist.m3u8 https://mn-nl.mncdn.com/alarabiya_live_channel/out/v1/f5f319206ed740f9a831f2097c2ead23/index.m3u8 #EXTINF:-1 tvg-id="Alarabiya.ae" status="online",Al Arabiya (1080p) https://shls-alarabiya-prod-dub.shahid.net/out/v1/f5f319206ed740f9a831f2097c2ead23/index.m3u8 -#EXTINF:-1 tvg-id="AlHadath.ae" status="online",Al Hadath TV (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlHadath/live #EXTINF:-1 tvg-id="AlHadath.ae" status="online",Al Arabiya Al Hadath (1080p) [Not 24/7] https://av.alarabiya.net/alarabiapublish/alhadath.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlHadath.ae" status="online",Al Hadath TV (1080p) [Not 24/7] https://live.alarabiya.net/alarabiapublish/alhadath.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlHadath.ae" status="online",Al Hadath TV (1080p) https://shls-hadath-prod-dub.shahid.net/out/v1/0e1a306399c346faac4226aa0858f99b/index.m3u8 +#EXTINF:-1 tvg-id="AlHadath.ae" status="timeout",Al Hadath TV (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlHadath/live #EXTINF:-1 tvg-id="AlQamarTV.ae" status="online",Al Qamar TV (360p) https://cdn5.iqsat.net/iq/8c17d37e0f5c88b1e9c7e1f8f82bc980.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="AlSharqiyaMinKabla.ae" status="online",Al Sharqiya Min Kabla (1080p) @@ -65,7 +65,7 @@ https://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/ind https://dmisxthvll.cdn.mgmlcdn.com/dubaitvht/smil:dubaitv.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DubaiTV.ae" status="online",Dubai TV (1080p) https://weyyak-live.akamaized.net/weyyak_dubai_tv/index.m3u8 -#EXTINF:-1 tvg-id="DubaiTV.ae" status="error",Dubai TV (576p) +#EXTINF:-1 tvg-id="DubaiTV.ae" status="online",Dubai TV (576p) http://210.210.155.37/uq2663/h/h152/index2.m3u8 #EXTINF:-1 tvg-id="DubaiZaman.ae" status="online",Dubai Zaman (1080p) [Not 24/7] https://dmiffthvll.cdn.mangomolo.com/dubaizaman/smil:dubaizaman.stream.smil/playlist.m3u8 @@ -125,7 +125,7 @@ https://dmieigthvll.cdn.mgmlcdn.com/samadubaiht/smil:samadubai.stream.smil/playl https://weyyak-live.akamaized.net/weyyak_sama_dubai/index.m3u8 #EXTINF:-1 tvg-id="Sharjah2.ae" status="online",Sharjah 2 (1080p) https://svs.itworkscdn.net/smc2live/smc2tv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="SharjahRadioQuran.ae" status="online",Sharjah Radio Quran (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SharjahRadioQuran.ae" status="timeout",Sharjah Radio Quran (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/channel/UCn8lMRYDANs_1yAL3iuw7_g/live #EXTINF:-1 tvg-id="SharjahSports.ae" status="online",Sharjah Sports TV (1080p) https://svs.itworkscdn.net/smc4sportslive/smc4.smil/playlist.m3u8 diff --git a/streams/af.m3u b/streams/af.m3u index ea03de75c..1c4c38ca4 100644 --- a/streams/af.m3u +++ b/streams/af.m3u @@ -7,7 +7,7 @@ https://d10rltuy0iweup.cloudfront.net/ATNNAT/myStream/playlist.m3u8 https://d2g7v53450s2i2.cloudfront.net/ATNUS/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="ArianaTVUS.af" status="online",Ariana TV US (Delayed stream) (720p) [Not 24/7] https://d2g7v53450s2i2.cloudfront.net/ATNUS/streamdelay/playlist.m3u8 -#EXTINF:-1 tvg-id="ATNNews.af" status="error",ATN News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ATNNews.af" status="online",ATN News (720p) [Not 24/7] https://d10rltuy0iweup.cloudfront.net/ATNNEWS/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="BaharTV.af" status="online",Bahar TV (720p) [Not 24/7] https://59d39900ebfb8.streamlock.net/bahartv/bahartv/playlist.m3u8 diff --git a/streams/al.m3u b/streams/al.m3u index 405834a39..9e9491a3d 100644 --- a/streams/al.m3u +++ b/streams/al.m3u @@ -61,7 +61,7 @@ https://5d00db0e0fcd5.streamlock.net/7064/7064/playlist.m3u8 https://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2 #EXTINF:-1 tvg-id="TVOpoja.al" status="online",TV Opoja (720p) [Not 24/7] http://ip.opoja.tv:1935/tvopoja/tvopoja/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",ALB Music (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",ALB Music (720p) [Not 24/7] http://albmusic.dyndns.tv:1935/albuk/albmus.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",AlbDreams TV (720p) http://live.albavision.net:1123/live/albdreams.m3u8 diff --git a/streams/am.m3u b/streams/am.m3u index 89ee4bc2d..7681e0c7c 100644 --- a/streams/am.m3u +++ b/streams/am.m3u @@ -38,10 +38,10 @@ http://ott-cdn.ucom.am/s48/index.m3u8 #EXTINF:-1 tvg-id="ATVHayTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Հայ TV (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s73/index.m3u8 -#EXTINF:-1 tvg-id="ATVKhaghaliqTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ԽաղԱլիք (234p) +#EXTINF:-1 tvg-id="ATVKhaghaliqTV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ԽաղԱլիք (234p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s74/index.m3u8 -#EXTINF:-1 tvg-id="ATVKinoman.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Կինոման (480p) +#EXTINF:-1 tvg-id="ATVKinoman.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Կինոման (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s94/index.m3u8 #EXTINF:-1 tvg-id="ATVTavaTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Թավա TV (480p) @@ -50,7 +50,7 @@ http://ott-cdn.ucom.am/s53/index.m3u8 #EXTINF:-1 tvg-id="H2.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Հ2 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s2/index.m3u8 -#EXTINF:-1 tvg-id="KentronTV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Կենտրոն (480p) +#EXTINF:-1 tvg-id="KentronTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Կենտրոն (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s5/index.m3u8 #EXTINF:-1 tvg-id="NorHayastanTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Նոր Հայաստան (480p) diff --git a/streams/ar.m3u b/streams/ar.m3u index c70d40dd0..ef5af3ff6 100644 --- a/streams/ar.m3u +++ b/streams/ar.m3u @@ -12,11 +12,11 @@ https://panel.dattalive.com/6605140/smil:6605140.smil/playlist.m3u8 #EXTINF:-1 tvg-id="A24.ar" status="online" user-agent="iPhone",A24 (720p) #EXTVLCOPT:http-user-agent=iPhone https://g1.vxral-hor.transport.edge-access.net/a15/ngrp:a24-100056_all/a24-100056.m3u8 -#EXTINF:-1 tvg-id="AcequiaTV.ar" status="online",Acequia TV +#EXTINF:-1 tvg-id="AcequiaTV.ar" status="error",Acequia TV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCrYFBjFOP_zlFzsif9XDhgw/live #EXTINF:-1 tvg-id="AiredeSantaFe.ar" status="online",Aire de Santa Fe https://sc1.stweb.tv/airedigital/live/playlist.m3u8 -#EXTINF:-1 tvg-id="AmericaSports.ar" status="online",América Sports (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AmericaSports.ar" status="timeout",América Sports (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnx743KuO_16sCMIbEg7Y7Q/live #EXTINF:-1 tvg-id="AmericaTV.ar" status="online" user-agent="iPhone",América TV (720p) #EXTVLCOPT:http-user-agent=iPhone @@ -31,7 +31,7 @@ https://live.canalnueve.tv/canal.m3u8 https://streaming02.gbasat.com.ar:19360/bayrestv/bayrestv.m3u8 #EXTINF:-1 tvg-id="BeatsRadio.ar" status="online",Beats Radio https://59537faa0729a.streamlock.net/beatsradio/beatsradio/playlist.m3u8 -#EXTINF:-1 tvg-id="C5N.ar" status="online",Canal 5 Noticias (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="C5N.ar" status="timeout",Canal 5 Noticias (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/c5n/live #EXTINF:-1 tvg-id="Cadena103.ar" status="online",Cadena 103 https://59d52c5a5ce5e.streamlock.net:4443/cadena103/cadena103/playlist.m3u8 @@ -55,7 +55,7 @@ https://5cd577a3dd8ec.streamlock.net/canal4/smil:manifest.smil/playlist.m3u8 http://streamlov.alsolnet.com/canal4sanjuan/live/playlist.m3u8 #EXTINF:-1 tvg-id="Canal5PicoTruncado.ar" status="online",Canal 5 (Pico Truncado) https://stream.arcast.com.ar/canal5picotruncado/canal5picotruncado/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal5Tucuman.ar" status="online",Canal 5 (Tucumán) [Not 24/7] +#EXTINF:-1 tvg-id="Canal5Tucuman.ar" status="error",Canal 5 (Tucumán) [Not 24/7] https://videohd.live:19360/8090/8090.m3u8 #EXTINF:-1 tvg-id="Canal6EntreRios.ar" status="online",Canal 6 (Entre Ríos) https://stmvideo1.livecastv.com/canal6er/canal6er/playlist.m3u8 @@ -71,7 +71,7 @@ https://stream.arcast.live/canal7jujuy/ngrp:canal7jujuy_all/playlist.m3u8 https://stream.arcast.live/ahora/ahora/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9Multivision.ar" status="online",CANAL.9 MULTIVISION (720p) [Not 24/7] https://panel.dattalive.com/8250/8250/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal9RioCuarto.ar" status="online",Canal 9 Río Cuarto +#EXTINF:-1 tvg-id="Canal9RioCuarto.ar" status="timeout",Canal 9 Río Cuarto https://streamcasthd.com:1936/canal9riocuartotv/canal9riocuartotv/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9Televida.ar" status="online",Canal 9 Televida (720p) [Not 24/7] https://5b3050bb1b2d8.streamlock.net/viviloendirecto2/canal9/playlist.m3u8 @@ -97,10 +97,10 @@ https://5f700d5b2c46f.streamlock.net/canal22/canal22/playlist.m3u8 http://200.115.193.177/live/26hd-720/playlist.m3u8 #EXTINF:-1 tvg-id="Canal26.ar" status="online",Canal 26 (180p) http://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal26.ar" status="online",Canal 26 (720p) -https://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal26.ar" status="online",Canal 26 (180p) http://live-edge02.telecentro.net.ar/live/c26.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal26.ar" status="online",Canal 26 (720p) +https://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal50Morteros.ar" status="online",Canal 50 (Morteros) https://coopmorteros.online/canal50/vivo.m3u8 #EXTINF:-1 tvg-id="Canal79MardelPlata.ar" status="online",Canal 79 (Mar del Plata) @@ -116,12 +116,12 @@ https://panel.dattalive.com/8138/8138/playlist.m3u8 #EXTINF:-1 tvg-id="CanaldelaCiudad.ar" status="online" user-agent="iPhone",Canal de la Ciudad (720p) #EXTVLCOPT:http-user-agent=iPhone https://g5.proy-hor.transport.edge-access.net/a08/ngrp:gcba_video4-100042_all/Playlist.m3u8?sense=true -#EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="iPhone",Canal Luz (1080p) -#EXTVLCOPT:http-user-agent=iPhone -https://g2.vxral-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8 #EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36",canalLUZ (1080p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36 https://g1.mc-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8?sense=true +#EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="iPhone",Canal Luz (1080p) +#EXTVLCOPT:http-user-agent=iPhone +https://g2.vxral-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8 #EXTINF:-1 tvg-id="CanalOrbe21.ar" status="online",Canal Orbe 21 https://cdn2.zencast.tv:30443/orbe/orbe21smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalRural.ar" status="online",Canal Rural @@ -160,7 +160,7 @@ https://vivo.solumedia.com:19360/crossing/crossing.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCSmh3DFxBwFurMttT60PQ1g/live #EXTINF:-1 tvg-id="DirecTVSportsArgentina.ar" status="online",DirecTV Sports (480p) http://190.210.221.119/Processor3_9_chunklist_b1300000.m3u8 -#EXTINF:-1 tvg-id="ElDoce.ar" status="online",El Doce TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="ElDoce.ar" status="timeout",El Doce TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?feature=emb_title&streaming-ip=https://www.youtube.com/watch?v=gBbMbqILzXU #EXTINF:-1 tvg-id="ElGarageTV.ar" status="online",El Garage TV (480p) [Not 24/7] http://186.0.233.76:1935/Garage/smil:garage.smil/master.m3u8 @@ -178,7 +178,7 @@ https://inliveserver.com:1936/14056/14056/playlist.m3u8 https://d1nmqgphjn0y4.cloudfront.net/live/ip/live.isml/5ee6e167-1167-4a85-9d8d-e08a3f55cff3.m3u8 #EXTINF:-1 tvg-id="IngenioFM.ar" status="online",Ingenio FM https://panel.dattalive.com/8064/8064/playlist.m3u8 -#EXTINF:-1 tvg-id="LaNacionPlus.ar" status="online",La Nacion + +#EXTINF:-1 tvg-id="LaNacionPlus.ar" status="error",La Nacion + http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCba3hpU7EFBSk817y9qZkiA/live #EXTINF:-1 tvg-id="LaVozdeTucuman.ar" status="online",La Voz de Tucuman (480p) https://srv1.zcast.com.br/lavozdetucuman/lavozdetucuman/playlist.m3u8 @@ -246,7 +246,7 @@ https://wowza.telpin.com.ar:1935/telpintv/ttv.stream/playlist.m3u8 http://live-edge01.telecentro.net.ar/live/smil:trm.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVManaArgentina.ar" status="timeout",TV Maná Argentina (576p) [Not 24/7] http://streamspub.manasat.com:1935/tvar/tvmanaar2/playlist.m3u8 -#EXTINF:-1 tvg-id="TVPublica.ar" status="online",TV Pública (TVP) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPublica.ar" status="timeout",TV Pública (TVP) (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/TVPublicaArgentina/live #EXTINF:-1 tvg-id="TVSolidaria.ar" status="online",TV Solidaria https://canadaremar2.todostreaming.es/live/argentina-web.m3u8 @@ -260,7 +260,7 @@ https://5f700d5b2c46f.streamlock.net/uniriotv/uniriotv/playlist.m3u8 https://vivo.solumedia.com:19360/uniteve/uniteve.m3u8 #EXTINF:-1 tvg-id="UrbanaTeVe.ar" status="online",Urbana TeVe https://cdnhd.iblups.com/hls/DD3nXkAkWk.m3u8 -#EXTINF:-1 tvg-id="Vorterix.ar" status="online",Vorterix (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Vorterix.ar" status="timeout",Vorterix (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCvCTWHCbBC0b9UIeLeNs8ug/live #EXTINF:-1 tvg-id="VTV.ar" status="online",VerTV (VTV) (720p) [Not 24/7] https://5f700d5b2c46f.streamlock.net/vertv/vertv/playlist.m3u8 diff --git a/streams/au.m3u b/streams/au.m3u index e35f2f9aa..ff131b86f 100644 --- a/streams/au.m3u +++ b/streams/au.m3u @@ -45,7 +45,7 @@ https://d1k6kax80wecy5.cloudfront.net/RLnAKY/index.m3u8 https://d1k6kax80wecy5.cloudfront.net/WFqZJc/index.m3u8 #EXTINF:-1 tvg-id="JonmoBhumiTV.au" status="online",JonmoBhumi TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/jonmobhumitv.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="M4TVMalayalam.au" status="error",M4TV Malayalam (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="M4TVMalayalam.au" status="online",M4TV Malayalam (1080p) [Not 24/7] https://app.m4stream.live/mfourmalayalamhls/live.m3u8 #EXTINF:-1 tvg-id="NITV.au" status="blocked",NITV [Geo-blocked] https://i.mjh.nz/au/Sydney/tv.320203000305.m3u8 diff --git a/streams/bd.m3u b/streams/bd.m3u index e48fe10f9..f132bd928 100644 --- a/streams/bd.m3u +++ b/streams/bd.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="ChannelT1.bd" status="error",Channel T1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ChannelT1.bd" status="online",Channel T1 (720p) [Not 24/7] http://irbtv.net/channelt1/1080/index.m3u8 #EXTINF:-1 tvg-id="EkusheyTV.bd" status="online",Ekushey TV (480p) https://ekusheyserver.com/etvlivesn.m3u8 diff --git a/streams/bh.m3u b/streams/bh.m3u index db840f564..62bdd938f 100644 --- a/streams/bh.m3u +++ b/streams/bh.m3u @@ -3,13 +3,13 @@ http://185.105.4.106:1935/live/Bahrain+International/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainInternational.bh" status="online",Bahrain International (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:Bahrain+International_all/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainInternational.bh" status="error",Bahrain International (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BahrainInternational.bh" status="online",Bahrain International (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:bahraininternational_all/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainQuran.bh" status="online",Bahrain Quran (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:bahrainquran_all/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainSports1.bh" status="online",Bahrain Sports 1 (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:sportsone_all/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainSports2.bh" status="error",Bahrain Sports 2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BahrainSports2.bh" status="online",Bahrain Sports 2 (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:bahrainsportstwo_all/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainTV.bh" status="online",Bahrain TV (720p) [Not 24/7] http://185.105.4.106:1935/live/Bahrain+TV/playlist.m3u8 diff --git a/streams/bo.m3u b/streams/bo.m3u index c5619ae9c..f11329a44 100644 --- a/streams/bo.m3u +++ b/streams/bo.m3u @@ -45,7 +45,7 @@ https://master.tucableip.com/live/tvlatinamontero/playlist.m3u8 http://136.243.3.70:1935/TvUniversitaria/TvUniversitaria/playlist.m3u8 #EXTINF:-1 tvg-id="TVUSucre.bo" status="online",TVU Sucre https://solo.disfrutaenlared.com:1936/tuch/ngrp:tuch_all/playlist.m3u8 -#EXTINF:-1 tvg-id="UnitelLaPaz.bo" status="error",Unitel La Paz +#EXTINF:-1 tvg-id="UnitelLaPaz.bo" status="online",Unitel La Paz http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x7vsfua #EXTINF:-1 tvg-id="XTOTV.bo" status="online",XTOTV (404p) [Not 24/7] http://www.channel.tevemi.com:1935/XtoTv/XtoTv/playlist.m3u8 @@ -53,11 +53,11 @@ http://www.channel.tevemi.com:1935/XtoTv/XtoTv/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x89sfvo #EXTINF:-1 tvg-id="" status="timeout",ATB La Paz http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x84eirw -#EXTINF:-1 tvg-id="" status="online",ATB Santa Cruz +#EXTINF:-1 tvg-id="" status="timeout",ATB Santa Cruz http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x84t82c -#EXTINF:-1 tvg-id="" status="error",Unitel Cochabamba +#EXTINF:-1 tvg-id="" status="timeout",Unitel Cochabamba http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x7y922d -#EXTINF:-1 tvg-id="" status="timeout",Unitel Global +#EXTINF:-1 tvg-id="" status="error",Unitel Global http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7vsezg #EXTINF:-1 tvg-id="" status="online",UPP TV (480p) [Not 24/7] https://d2byzrnrdb259r.cloudfront.net/hls/upptv.m3u8 diff --git a/streams/br.m3u b/streams/br.m3u index c9760b79d..63edf1fd4 100644 --- a/streams/br.m3u +++ b/streams/br.m3u @@ -128,7 +128,7 @@ http://flash1.crossdigital.com.br/2063/2063/playlist.m3u8 http://evpp.mm.uol.com.br:1935/band_live/terraviva/playlist.m3u8 #EXTINF:-1 tvg-id="TVAberta.br" status="online",TV Aberta (1080p) [Not 24/7] https://cdn-canalpaulo.ciclano.io:1443/canalpaulo/canalpaulo/playlist.m3u8 -#EXTINF:-1 tvg-id="TVALMG.br" status="timeout",TV ALMG (720p) +#EXTINF:-1 tvg-id="TVALMG.br" status="online",TV ALMG (720p) https://streaming.almg.gov.br/live/tvalmg.m3u8 #EXTINF:-1 tvg-id="TVAparecida.br" status="online",TV Aparecida (1080p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-9716/LVW9716_HbtQtezcaw/playlist.m3u8 @@ -237,7 +237,7 @@ http://unitvaovivo.ufrgs.br:8080/live.ogg #EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",Bandnews (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://evpp.mm.uol.com.br/geob_band/bandnewstv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",BM&C [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",BM&C [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCoja0MNI4SIvXqJR3szbSfw/live #EXTINF:-1 tvg-id="" status="online",Cartoonito (Spanish) https://playout.cdn.cartoonnetwork.com.br/playout_04/playlist.m3u8 diff --git a/streams/bs.m3u b/streams/bs.m3u index cd06d20cc..244549004 100644 --- a/streams/bs.m3u +++ b/streams/bs.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="TheParliamentaryChannel.bs" status="error",The Parliamentary Channel (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TheParliamentaryChannel.bs" status="online",The Parliamentary Channel (720p) [Not 24/7] https://cloud.streamcomedia.com/parliamentarychannel/smil:parliamentarychannel_streams.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ZNSTV.bs" status="online",ZNS TV (240p) [Not 24/7] https://cloud.streamcomedia.com/znstv/smil:znstv_streams.smil/playlist.m3u8 diff --git a/streams/by.m3u b/streams/by.m3u index b4ae81adb..fe55a9405 100644 --- a/streams/by.m3u +++ b/streams/by.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="8kanal.by" status="timeout",8 канал (Витебск) (576p) [Not 24/7] http://95.46.208.8:24433/art -#EXTINF:-1 tvg-id="Belarus3.by" status="online",Беларусь 3 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Belarus3.by" status="error",Беларусь 3 (1080p) [Not 24/7] https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus3.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Belarus4.by" status="timeout",Беларусь 4 (576p) http://95.46.208.8:26258/belarus4 diff --git a/streams/ca.m3u b/streams/ca.m3u index 94c161378..0d0a5cb87 100644 --- a/streams/ca.m3u +++ b/streams/ca.m3u @@ -65,7 +65,7 @@ https://dacastmmd.mmdlive.lldns.net/dacastmmd/f05d55e42dc746c8bd36edafbace7cc1/p http://knstream1.azureedge.net/knlive/knlive_high.m3u8 #EXTINF:-1 tvg-id="LCN.ca" status="blocked",LCN [Geo-blocked] https://tvalive.akamaized.net/hls/live/2014213/tvan01/tvan01.m3u8 -#EXTINF:-1 tvg-id="LegislativeAssemblyTVNunavut.ca" status="online",Nunavut Legislative Assembly +#EXTINF:-1 tvg-id="LegislativeAssemblyTVNunavut.ca" status="error",Nunavut Legislative Assembly https://temp6.isilive.ca/live/nunavut/live-flo/index.m3u8 #EXTINF:-1 tvg-id="MontrealGreekTV.ca" status="online",Montreal Greek TV (480p) http://live.greektv.ca/hls1/greektv.m3u8 @@ -114,9 +114,9 @@ http://live.tamilvision.tv:8081/TVI/SD/playlist.m3u8 #EXTINF:-1 tvg-id="TeleCulturelleMedias.ca" status="blocked",Télé Culturelle Médias (720p) [Not 24/7] https://5790d294af2dc.streamlock.net/8150/8150/playlist.m3u8 #EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="online",Télé-Mag Québec (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCNKXYT-Nng5LBMUQrZJ9zWA/live -#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="online",Télé-Mag Québec (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/ctmq/live +#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="timeout",Télé-Mag Québec (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCNKXYT-Nng5LBMUQrZJ9zWA/live #EXTINF:-1 tvg-id="TheChannelTV.ca" status="online",The Channel TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/thechanneltv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Toronto360TV.ca" status="online",Toronto 360 TV (720p) [Not 24/7] diff --git a/streams/cd.m3u b/streams/cd.m3u index 0175a6b60..03690c4c3 100644 --- a/streams/cd.m3u +++ b/streams/cd.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="BOneTV.cd" status="blocked",B-One +#EXTINF:-1 tvg-id="BOneTV.cd" status="error",B-One http://178.33.237.146/rtnc1.m3u8 #EXTINF:-1 tvg-id="BossBrothersTV.cd" status="online",Boss Brothers TV (1080p) http://51.254.199.122:8080/bossbrothersTV/index.m3u8 diff --git a/streams/cg.m3u b/streams/cg.m3u index f306cb01d..2d5f9d59e 100644 --- a/streams/cg.m3u +++ b/streams/cg.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="Africanews.cg" status="online",Africanews (720p) +#EXTINF:-1 tvg-id="Africanews.cg" status="timeout",Africanews (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/africanews/live diff --git a/streams/ch.m3u b/streams/ch.m3u index 0f7b7c715..d4c334795 100644 --- a/streams/ch.m3u +++ b/streams/ch.m3u @@ -33,7 +33,7 @@ https://lfmhd.vedge.infomaniak.com/livecast/lfmhd/playlist.m3u8 https://lfmmd.vedge.infomaniak.com/livecast/smil:lfmmd.smil/manifest.m3u8 #EXTINF:-1 tvg-id="Meteonews.ch" status="online",Meteonews (1080p) https://streaming.meteonews.net/hls/stream.m3u8 -#EXTINF:-1 tvg-id="MyCinemaEurope.ch" status="error",My Cinema Europe (576p) +#EXTINF:-1 tvg-id="MyCinemaEurope.ch" status="online",My Cinema Europe (576p) http://210.210.155.37/uq2663/h/h18/index.m3u8 #EXTINF:-1 tvg-id="OneTV.ch" status="online",One TV (720p) https://edge.vedge.infomaniak.com/livecast/ik:onefmmd/manifest.m3u8 diff --git a/streams/cl.m3u b/streams/cl.m3u index b7e2b1464..ba0a3830d 100644 --- a/streams/cl.m3u +++ b/streams/cl.m3u @@ -145,7 +145,7 @@ https://paneltv.online:1936/8118/8118/playlist.m3u8 https://server1.oklanet.cl:1936/maximavideo1/maximavideo1/playlist.m3u8 #EXTINF:-1 tvg-id="Mega.cl" status="blocked",Mega [Geo-blocked] http://186.67.117.178:8081/play/a00x -#EXTINF:-1 tvg-id="Meganoticias.cl" status="online",Meganoticias (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Meganoticias.cl" status="timeout",Meganoticias (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCkccyEbqhhM3uKOI6Shm-4Q/live #EXTINF:-1 tvg-id="MundodelaMusica.cl" status="online",Mundo de la Música (480p) https://videostreaming.cloudserverlatam.com/8078/8078/playlist.m3u8 @@ -156,9 +156,9 @@ https://tv.streaming-chile.com:19360/ondaradio/ondaradio.m3u8 #EXTINF:-1 tvg-id="Opinionsur.cl" status="online",Opinionsur https://mediacpstreamchile.com:1936/opinionsur/opinionsur/playlist.m3u8 #EXTINF:-1 tvg-id="Pauta.cl" status="online",Pauta (720p) -https://unlimited1-us.dps.live/pautatv/pautatv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Pauta.cl" status="online",Pauta (720p) https://unlimited6-cl.dps.live/pautatv/pautatv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="Pauta.cl" status="online",Pauta (720p) +https://unlimited1-us.dps.live/pautatv/pautatv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="PintanaTV.cl" status="online",Pintana TV (720p) http://cdn.vms.grupoz.cl/lapintanatv/content/5a7c8e25e19d3e641aca9fb2/hls/playlist.m3u8 #EXTINF:-1 tvg-id="PlanetaTVKids.cl" status="blocked",Planetatv Kids (1080p) @@ -199,8 +199,6 @@ https://59f1cbe63db89.streamlock.net:1443/retroplustv/_definst_/retroplustv/play https://59f1cbe63db89.streamlock.net:1443/retroplustv/retroplustv/playlist.m3u8 #EXTINF:-1 tvg-id="RewindTV.cl" status="timeout",Rewind TV (720p) [Not 24/7] https://tls.cdnz.cl/rewindtv/rewindtv/playlist.m3u8 -#EXTINF:-1 tvg-id="RoccoTV.cl" status="error",Rocco TV (Coyhaique) (240p) [Not 24/7] -http://evo.eltelon.com:1935/live/rocco-tv/playlist.m3u8 #EXTINF:-1 tvg-id="RTCTelevision.cl" status="blocked",RTC Televisión https://5eae379fb77bb.streamlock.net/rtctelevision/rtctelevision/playlist.m3u8 #EXTINF:-1 tvg-id="RuidosFM.cl" status="online",Ruidos FM (720p) @@ -217,7 +215,7 @@ https://paneltv.online:1936/8116/8116/playlist.m3u8 https://panel.miplay.cl:8081/spectrumchannel/index.m3u8 #EXTINF:-1 tvg-id="StgoTV.cl" status="online",Stgo.TV (720p) https://stv.janus.cl/playlist/stream.m3u8 -#EXTINF:-1 tvg-id="T13.cl" status="online",T13 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="T13.cl" status="timeout",T13 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCsRnhjcUCR78Q3Ud6OXCTNg/live #EXTINF:-1 tvg-id="Tele2WebRetiro.cl" status="blocked",Tele 2 Web (Retiro) (720p) [Not 24/7] https://inliveserver.com:1936/11516/11516/playlist.m3u8 @@ -235,7 +233,7 @@ https://unlimited1-us.dps.live/thema/thema.smil/playlist.m3u8 https://unlimited6-cl.dps.live/thema/thema.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TNE.cl" status="online",TNE (720p) [Not 24/7] https://v2.tustreaming.cl/tnetv/index.m3u8 -#EXTINF:-1 tvg-id="TurfMovil.cl" status="online",Turf Móvil (720p) +#EXTINF:-1 tvg-id="TurfMovil.cl" status="timeout",Turf Móvil (720p) https://janus.tvturf.cl/playlist/stream.m3u8 #EXTINF:-1 tvg-id="TurismoTravelTV.cl" status="online",Turismo Travel TV https://srv.panelcast.net/traveltv/traveltv/playlist.m3u8 @@ -309,7 +307,7 @@ http://38.131.11.9:1080/play/a00x https://stmv.panel.mivideo.pro/bajocerotv/bajocerotv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Chavo TV (480p) https://videostreaming.cloudserverlatam.com/ElChavotv/ElChavotv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",CHV Noticias (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",CHV Noticias (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRsUoZYC1ULUspipMRnMhwg/live #EXTINF:-1 tvg-id="" status="online",Región Televisión Ñuble (Chillán) (720p) [Not 24/7] https://live.tvcontrolcp.com:1936/guzman/guzman/playlist.m3u8 diff --git a/streams/cn.m3u b/streams/cn.m3u index 5aec1d9d5..9cbb17342 100644 --- a/streams/cn.m3u +++ b/streams/cn.m3u @@ -1,10 +1,6 @@ #EXTM3U #EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1综合 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225618/index.m3u8 -#EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1综合 (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225642/index.m3u8 -#EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1综合 (1080p) -http://117.169.120.140:8080/live/cctv-1/.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) [Not 24/7] http://112.25.48.68/live/program/live/cctv1hd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) @@ -39,6 +35,10 @@ http://223.110.245.170/PLTV/3/224/3221225530/index.m3u8 http://223.110.245.170/PLTV/3/224/3221226316/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) http://223.110.245.173/PLTV/4/224/3221227375/index.m3u8 +#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) +http://117.169.120.140:8080/live/cctv-1/.m3u8 +#EXTINF:-1 tvg-id="CCTV1.cn" status="error",CCTV-1综合 (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225642/index.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2财经 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225619/index.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2财经 (1080p) @@ -67,8 +67,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225634/index.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225647/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225647/index.m3u8 -#EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) -http://117.169.120.140:8080/live/cctv-3/.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (480p) [Not 24/7] http://newvideo.dangtutv.cn:8278/CCTVzongyi/playlist.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3综艺 (1080p) @@ -91,6 +89,8 @@ http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221227295/index.m3u8 http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225588/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3综艺 (576p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226360/index.m3u8 +#EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3综艺 (1080p) +http://117.169.120.140:8080/live/cctv-3/.m3u8 #EXTINF:-1 tvg-id="CCTV4Asia.cn" status="online",CCTV-4 Asia (576p) http://210.210.155.37/qwr9ew/s/s19/index.m3u8 #EXTINF:-1 tvg-id="CCTV4Asia.cn" status="error",CCTV-4 Asia (576p) [Geo-blocked] @@ -157,8 +157,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225632/index.m3u8 http://39.135.138.59:18890/PLTV/88888910/224/3221225650/index.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6电影 (1080p) http://117.169.120.140:8080/live/cctv-6/.m3u8 -#EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6电影 (1080p) -http://183.207.248.37/PLTV/3/224/3221227209/index.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6电影 (1080p) http://39.134.39.39/PLTV/88888888/224/3221226226/index.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6电影 (1080p) [Not 24/7] @@ -185,6 +183,8 @@ http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221227301/index.m3u8 http://223.110.245.172/PLTV/3/224/3221225548/index.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6电影 (1080p) http://223.110.245.173/PLTV/3/224/3221225548/index.m3u8 +#EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6电影 (1080p) +http://183.207.248.37/PLTV/3/224/3221227209/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7国防军事 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225624/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7国防军事 (1080p) @@ -192,8 +192,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225644/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7国防军事 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225624/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7国防军事 (1080p) -http://117.169.120.140:8080/live/cctv-7/.m3u8 -#EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7国防军事 (1080p) http://183.207.248.10/PLTV/3/224/3221225546/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (540p) http://112.25.48.68/live/program/live/cctv7/1300000/mnf.m3u8 @@ -213,8 +211,10 @@ http://183.207.248.71/cntv/live1/cctv-7/cctv-7 http://183.207.249.9/PLTV/3/224/3221225546/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (1080p) http://183.207.249.15/PLTV/3/224/3221225546/index.m3u8 -#EXTINF:-1 tvg-id="CCTV7.cn" status="error",CCTV-7国防军事 (1080p) +#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (1080p) http://183.207.249.36/PLTV/4/224/3221227314/index.m3u8 +#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (1080p) +http://117.169.120.140:8080/live/cctv-7/.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225631/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p) @@ -225,8 +225,6 @@ http://39.135.138.59:18890/PLTV/88888910/224/3221225635/index.m3u8 http://117.169.120.140:8080/live/cctv-8/.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p) http://183.207.248.12/PLTV/3/224/3221227204/index.m3u8 -#EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p) -http://183.207.248.35/PLTV/3/224/3221227205/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8电视剧 (1080p) http://39.134.39.39/PLTV/88888888/224/3221226257/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8电视剧 (1080p) [Not 24/7] @@ -253,6 +251,8 @@ http://223.110.245.170/PLTV/3/224/3221227205/index.m3u8 http://223.110.245.172/PLTV/4/224/3221227304/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8电视剧 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227204/index.m3u8 +#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8电视剧 (1080p) +http://183.207.248.35/PLTV/3/224/3221227205/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="error",CCTV-8电视剧 (1080p) http://117.169.120.132:8080/live/cctv-8/playlist.m3u8 #EXTINF:-1 tvg-id="CCTV9.cn" status="online",CCTV-9纪录 (1080p) @@ -267,16 +267,14 @@ http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://125.210.152.18:9090/live/CCTVJLHD_H265.m3u8 #EXTINF:-1 tvg-id="CCTV9.cn" status="timeout",CCTV-9纪录 (1080p) http://183.207.248.71/cntv/live1/cctv-news/cctv-news -#EXTINF:-1 tvg-id="CCTV9.cn" status="timeout",CCTV-9纪录 (1080p) -http://183.207.249.6/PLTV/3/224/3221225532/index.m3u8 #EXTINF:-1 tvg-id="CCTV9.cn" status="timeout",CCTV-9纪录 (576p) http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221225868/index.m3u8 +#EXTINF:-1 tvg-id="CCTV9.cn" status="error",CCTV-9纪录 (1080p) +http://183.207.249.6/PLTV/3/224/3221225532/index.m3u8 #EXTINF:-1 tvg-id="CCTV10.cn" status="online",CCTV-10科教 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225636/index.m3u8 #EXTINF:-1 tvg-id="CCTV10.cn" status="online",CCTV-10科教 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225627/index.m3u8 -#EXTINF:-1 tvg-id="CCTV10.cn" status="online",CCTV-10科教 (1080p) -http://117.169.120.140:8080/live/cctv-10/.m3u8 #EXTINF:-1 tvg-id="CCTV10.cn" status="timeout",CCTV-10科教 (1080p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=4&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV10.cn" status="timeout",CCTV-10科教 (720p) @@ -291,6 +289,8 @@ http://183.207.249.34/PLTV/4/224/3221227317/index.m3u8 http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227317/index.m3u8 #EXTINF:-1 tvg-id="CCTV10.cn" status="timeout",CCTV-10科教 (1080p) http://223.110.245.170/PLTV/3/224/3221225550/index.m3u8 +#EXTINF:-1 tvg-id="CCTV10.cn" status="timeout",CCTV-10科教 (1080p) +http://117.169.120.140:8080/live/cctv-10/.m3u8 #EXTINF:-1 tvg-id="CCTV11.cn" status="online",CCTV-11戏曲 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225628/index.m3u8 #EXTINF:-1 tvg-id="CCTV11.cn" status="timeout",CCTV-11戏曲 (540p) @@ -307,6 +307,8 @@ http://223.110.245.169/PLTV/4/224/3221227384/index.m3u8 http://117.169.120.140:8080/live/cctv-11/.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="online",CCTV-12社会与法制 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225637/index.m3u8 +#EXTINF:-1 tvg-id="CCTV12.cn" status="online",CCTV-12社会与法制 (1080p) +http://39.135.138.59:18890/PLTV/88888910/224/3221225629/index.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12社会与法制 (540p) http://112.25.48.68/live/program/live/cctv12/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12社会与法制 (1080p) [Not 24/7] @@ -327,8 +329,6 @@ http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221225556/index.m3u8 http://223.110.245.170/PLTV/3/224/3221225556/index.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12社会与法制 (1080p) http://223.110.245.172/PLTV/3/224/3221225556/index.m3u8 -#EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12社会与法制 (1080p) -http://39.135.138.59:18890/PLTV/88888910/224/3221225629/index.m3u8 #EXTINF:-1 tvg-id="CCTV13.cn" status="online",CCTV-13新闻 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225638/index.m3u8 #EXTINF:-1 tvg-id="CCTV13.cn" status="online",CCTV-13新闻 (720p) @@ -349,15 +349,15 @@ http://125.210.152.18:9090/live/CCTV13_750.m3u8 http://183.207.248.71/cntv/live1/cctv-13/cctv-13 #EXTINF:-1 tvg-id="CCTV13.cn" status="timeout",CCTV-13新闻 (1080p) http://183.207.249.14/PLTV/3/224/3221225560/index.m3u8 -#EXTINF:-1 tvg-id="CCTV13.cn" status="timeout",CCTV-13新闻 (1080p) -http://183.207.249.36/PLTV/4/224/3221227387/index.m3u8 #EXTINF:-1 tvg-id="CCTV13.cn" status="timeout",CCTV-13新闻 (1080p) [Not 24/7] http://223.110.245.170/PLTV/3/224/3221225560/index.m3u8 +#EXTINF:-1 tvg-id="CCTV13.cn" status="error",CCTV-13新闻 (1080p) +http://183.207.249.36/PLTV/4/224/3221227387/index.m3u8 #EXTINF:-1 tvg-id="CCTV15.cn" status="timeout",CCTV-15音乐 (720p) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=54&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV17.cn" status="online",CCTV-17农业农村 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225908/index.m3u8 -#EXTINF:-1 tvg-id="CCTV17.cn" status="online",CCTV-17农业农村 (1080p) +#EXTINF:-1 tvg-id="CCTV17.cn" status="timeout",CCTV-17农业农村 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225907/index.m3u8 #EXTINF:-1 tvg-id="CCTVPlus1.cn" status="online",CCTV+ 1 (600p) [Not 24/7] https://cd-live-stream.news.cctvplus.com/live/smil:CHANNEL1.smil/playlist.m3u8 @@ -383,7 +383,7 @@ https://news.cgtn.com/resource/live/document/cgtn-doc.m3u8 https://news.cgtn.com/resource/live/russian/cgtn-r.m3u8 #EXTINF:-1 tvg-id="CGTNSpanish.cn" status="online",CGTN Español (576p) [Not 24/7] https://news.cgtn.com/resource/live/espanol/cgtn-e.m3u8 -#EXTINF:-1 tvg-id="DragonTVInternational.cn" status="error",Dragon TV International (360p) +#EXTINF:-1 tvg-id="DragonTVInternational.cn" status="online",Dragon TV International (360p) http://210.210.155.37/x6bnqe/s/s29/index.m3u8 #EXTINF:-1 tvg-id="ToonmaxTV.cn" status="online",Toonmax TV (576p) http://210.210.155.37/qwr9ew/s/s50/index.m3u8 @@ -391,7 +391,7 @@ http://210.210.155.37/qwr9ew/s/s50/index.m3u8 http://210.210.155.35/qwr9ew/s/s50/index.m3u8 #EXTINF:-1 tvg-id="TVS2.cn" status="timeout",TVS2 (576p) http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227005/index.m3u8 -#EXTINF:-1 tvg-id="XingKongInternational.cn" status="error",Xing Kong International (360p) +#EXTINF:-1 tvg-id="XingKongInternational.cn" status="online",Xing Kong International (360p) http://210.210.155.37/x6bnqe/s/s94/index2.m3u8 #EXTINF:-1 tvg-id="" status="timeout",BesTV超级 (576p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226942/index.m3u8 @@ -405,10 +405,6 @@ http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221225781/index.m3u8 http://183.207.248.71/gitv/live1/CCTV-4/CCTV-4 #EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225621/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p) -http://39.135.138.59:18890/PLTV/88888910/224/3221225621/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p) -http://117.169.120.140:8080/live/cctv-4/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) http://183.207.248.71/cntv/live1/cctv-4/cctv-4 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) @@ -421,6 +417,10 @@ http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227378/index.m3u8 http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225534/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) http://223.110.245.170/PLTV/3/224/3221225534/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) +http://39.135.138.59:18890/PLTV/88888910/224/3221225621/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) +http://117.169.120.140:8080/live/cctv-4/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=26&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) [Not 24/7] @@ -435,7 +435,7 @@ https://livees.cgtn.com/1000e/prog_index.m3u8 https://news.cgtn.com/resource/live/french/cgtn-f.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CHC动作电影 (1080p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=119&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="online",CNC中文 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",CNC中文 (720p) [Not 24/7] http://source07.v.news.cn/live/CNC_CN/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CNC英语 (720p) [Not 24/7] http://source07.v.news.cn/live/CNC_EN/playlist.m3u8 @@ -551,14 +551,14 @@ http://125.210.152.18:9090/live/DNWSHD_H265.m3u8 http://183.207.249.15/PLTV/4/224/3221225816/index.m3u8 #EXTINF:-1 tvg-id="" status="online",东南卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225657/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",东南卫视 (1080p) -http://117.169.120.140:8080/live/dongnanstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",东南卫视 (1080p) http://112.25.48.68/live/program/live/dnwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",东南卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=23&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",东南卫视 (1080p) http://223.110.254.205:6610/cntv/live1/n-dongnanstv/n-dongnanstv/1.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",东南卫视 (1080p) +http://117.169.120.140:8080/live/dongnanstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",东南卫视 (1080p) [Not 24/7] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=23&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",东乡电视台 @@ -587,7 +587,7 @@ http://223.110.243.138/PLTV/3/224/3221227208/index.m3u8 http://140.207.241.3:8080/live/program/live/dsjpdhd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",东至影视 (576p) [Not 24/7] http://223.247.33.124:1935/live/yingshi/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",东至文化资讯 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",东至文化资讯 (576p) [Not 24/7] http://223.247.33.124:1935/live/wenhua/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",东至新闻综合 (720p) [Not 24/7] http://223.247.33.124:1935/live/zonghe/playlist.m3u8 @@ -651,7 +651,7 @@ http://223.110.245.143/ott.js.chinamobile.com/PLTV/3/224/3221227040/index.m3u8 http://220.180.110.101:8083/videos/live/39/13/o4ncrHkSp7q09/o4ncrHkSp7q09.m3u8 #EXTINF:-1 tvg-id="" status="timeout",亳州新聞頻道 (360p) http://220.180.110.101:8083/videos/live/33/59/NC7XQdEveyncq/NC7XQdEveyncq.m3u8 -#EXTINF:-1 tvg-id="" status="online",仙桃新聞綜合 (576p) +#EXTINF:-1 tvg-id="" status="timeout",仙桃新聞綜合 (576p) http://221.233.242.239:280/live/71/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",仙桃生活文體 (576p) http://221.233.242.239:280/live/72/playlist.m3u8 @@ -665,7 +665,7 @@ http://1-fss24-s0.streamhoster.com/lv_uchannel/_definst_/broadcast1/chunklist.m3 http://1-fss24-s0.streamhoster.com/lv_uchannel/broadcast1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",余姚姚江文化 (576p) http://l.cztvcloud.com/channels/lantian/SXyuyao3/720p.m3u8 -#EXTINF:-1 tvg-id="" status="online",余姚新闻综合 (576p) +#EXTINF:-1 tvg-id="" status="error",余姚新闻综合 (576p) http://l.cztvcloud.com/channels/lantian/SXyuyao1/720p.m3u8 #EXTINF:-1 tvg-id="" status="timeout",佛山公共 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=182&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -719,9 +719,9 @@ http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226923/index.m3u8 http://183.207.249.35/PLTV/3/224/3221226923/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",凤凰香港 (720p) http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",凤台文化生活 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",凤台文化生活 (576p) [Not 24/7] http://60.175.115.119:1935/live/wenhua/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",凤台综合 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",凤台综合 (576p) [Not 24/7] http://60.175.115.119:1935/live/zonghe/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",利川公共 (180p) [Not 24/7] http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w1847269952_b204800.m3u8 @@ -744,8 +744,6 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (576p) http://183.207.248.71/gitv/live1/G_BEIJING/G_BEIJING #EXTINF:-1 tvg-id="" status="online",北京卫视 (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225673/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",北京卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225674/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=30&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -771,6 +769,8 @@ http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227436/index.m3u8 http://223.110.245.173/PLTV/4/224/3221227390/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221225574/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225673/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) [Not 24/7] http://112.25.48.68/live/program/live/bjwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京卫视 [Not 24/7] @@ -791,11 +791,11 @@ http://222.178.181.121:12034/beibei01.m3u8 https://live-hls-web-aje.getaj.net/AJE/01.m3u8 #EXTINF:-1 tvg-id="" status="timeout",华亭电视台 (1080p) http://117.156.28.119/270000001111/1110000148/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",华数 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",华数 (720p) [Not 24/7] http://hls-ott-zhibo.wasu.tv/live/442/index.m3u8 #EXTINF:-1 tvg-id="" status="online",南京信息 (720p) http://live.nbs.cn/channels/njtv/xxpd/m3u8:500k/live.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",南京十八 (576p) +#EXTINF:-1 tvg-id="" status="error",南京十八 (576p) http://183.207.248.71/gitv/live1/G_NJSB/G_NJSB #EXTINF:-1 tvg-id="" status="online",南京十八 (720p) http://live.nbs.cn/channels/njtv/sbpd/m3u8:500k/live.m3u8 @@ -887,13 +887,13 @@ http://mobile.ccdntech.com/transcoder/_definst_/vod164_Live/live/playlist.m3u8 http://223.110.245.139/PLTV/4/224/3221227009/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",嘉佳卡通 (广东) (540p) [Not 24/7] http://112.25.48.68/live/program/live/jjkt/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="error",四川 Ⅰ 四川影视台 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",四川 Ⅰ 四川影视台 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv5/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",四川 Ⅰ 四川新闻台 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",四川 Ⅰ 四川新闻台 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv4/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",四川 Ⅰ 巴中综合台 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",四川 Ⅰ 巴中综合台 (1080p) [Not 24/7] http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_246.flv -#EXTINF:-1 tvg-id="" status="timeout",四川 Ⅰ 星空购物台 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",四川 Ⅰ 星空购物台 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv6/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",四川 Ⅰ 达州公共台 (720p) [Not 24/7] http://m3u8.channellive.dzxw.net/cms/videos/nmip-media/channellive/channel36/playlist.m3u8 @@ -903,7 +903,7 @@ http://m3u8.channellive.dzxw.net/cms/videos/nmip-media/channellive/channel35/pla http://flv.drs.tv.yatv.tv:8080/channellive/gonggong.flv #EXTINF:-1 tvg-id="" status="online",四川 Ⅰ 雅安综合 (720p) http://flv.drs.tv.yatv.tv:8080/channellive/xinwen.flv -#EXTINF:-1 tvg-id="" status="timeout",四川公共 (720p) +#EXTINF:-1 tvg-id="" status="error",四川公共 (720p) http://scgctvshow.sctv.com/hdlive/sctv9/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",四川卫视 (360p) http://125.210.152.18:9090/live/SCWSHD_H265.m3u8 @@ -961,7 +961,7 @@ http://223.110.245.170/PLTV/3/224/3221227212/index.m3u8 http://117.169.120.140:8080/live/hdtianjinstv/.m3u8 #EXTINF:-1 tvg-id="" status="online",奇妙電視 (720p) http://media.fantv.hk/m3u8/archive/channel2_stream1.m3u8 -#EXTINF:-1 tvg-id="" status="error",奥视卫星 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",奥视卫星 (720p) [Not 24/7] http://61.244.22.5/ch3/ch3.live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",女性时尚 (576p) http://223.110.245.169/PLTV/4/224/3221227026/index.m3u8 @@ -974,8 +974,6 @@ http://112.25.48.68/live/program/live/nxws/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",宁夏卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225726/index.m3u8 #EXTINF:-1 tvg-id="" status="online",宁夏卫视 (576p) -http://117.169.120.140:8080/live/ningxiastv/.m3u8 -#EXTINF:-1 tvg-id="" status="online",宁夏卫视 (576p) http://183.207.248.11/PLTV/4/224/3221225842/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",宁夏卫视 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=120&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -983,6 +981,8 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=120&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",宁夏卫视 (576p) http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225842/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",宁夏卫视 (576p) +http://117.169.120.140:8080/live/ningxiastv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",宁夏卫视 (576p) [Not 24/7] http://183.207.248.71/gitv/live1/G_NINGXIA/G_NINGXIA #EXTINF:-1 tvg-id="" status="blocked",安徽 Ⅰ 淮北公共 (720p) @@ -998,9 +998,9 @@ http://dstpush1.retalltech.com/app/stream1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",安徽卫视 (576p) http://183.207.248.71/gitv/live1/AHWS/AHWS #EXTINF:-1 tvg-id="" status="timeout",安徽卫视 (576p) -http://183.207.249.5/PLTV/4/224/3221225800/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",安徽卫视 (576p) http://223.110.245.143/ott.js.chinamobile.com/PLTV/3/224/3221225800/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",安徽卫视 (576p) +http://183.207.249.5/PLTV/4/224/3221225800/index.m3u8 #EXTINF:-1 tvg-id="" status="online",安徽卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225691/index.m3u8 #EXTINF:-1 tvg-id="" status="online",安徽卫视 (1080p) @@ -1059,8 +1059,6 @@ http://125.210.152.18:9090/live/SDWSHD_H265.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225697/index.m3u8 #EXTINF:-1 tvg-id="" status="online",山东卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225738/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",山东卫视 (1080p) -http://117.169.120.140:8080/live/hdshandongstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=39&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) @@ -1073,6 +1071,8 @@ http://223.110.245.139/PLTV/4/224/3221227448/index.m3u8 http://223.110.254.207:6610/cntv/live1/HD-2500k-1080P-shandongstv/HD-2500k-1080P-shandongstv/1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227258/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) +http://117.169.120.140:8080/live/hdshandongstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",山东卫视 (1080p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=39&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="blocked",山东少儿 (406p) [Geo-blocked] @@ -1095,10 +1095,10 @@ http://stream.sxsztv.com/live4/sd/live.m3u8 http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=55&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="online",山西卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225730/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",山西卫视 (576p) -http://117.169.120.140:8080/live/shanxistv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",山西卫视 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=144&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= +#EXTINF:-1 tvg-id="" status="timeout",山西卫视 (576p) +http://117.169.120.140:8080/live/shanxistv/.m3u8 #EXTINF:-1 tvg-id="" status="online",岳阳公共 (576p) http://live.hnxttv.com:9601/live/dspd/800K/tzwj_video.m3u8?BVUUID=C236454D-5355-2F5F-FA96-1887C72E55CE&auth=654837809071524@615@2E9A5FD0B225B012E3178551CF3754A8 #EXTINF:-1 tvg-id="" status="timeout",岷县电视台 (1080p) @@ -1109,7 +1109,7 @@ http://l.cztvcloud.com/channels/lantian/SXshengzhou1/720p.m3u8 http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=44&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="blocked",巴中公共 (1080p) [Not 24/7] http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_247.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",巴中综合 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",巴中综合 (1080p) [Not 24/7] http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_246.m3u8 #EXTINF:-1 tvg-id="" status="online",平乡电视台 (576p) http://hbpx.chinashadt.com:2036/live/px1.stream/playlist.m3u8 @@ -1187,7 +1187,7 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225731/index.m3u8 http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=138&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",康巴卫视 (576p) http://223.110.245.139/PLTV/4/224/3221227008/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",康巴卫视 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",康巴卫视 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/kangba/1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",延边卫视 (576p) http://223.110.245.139/PLTV/4/224/3221227002/index.m3u8 @@ -1241,7 +1241,7 @@ http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221225947/index.m3u8 http://223.110.245.147/ott.js.chinamobile.com/PLTV/3/224/3221227389/index.m3u8 #EXTINF:-1 tvg-id="" status="online",忍者神龟 (480p) http://www.alibabapictures.com/movies/shenggui/poyingerchu.mp4 -#EXTINF:-1 tvg-id="" status="error",房山电视台 (576p) +#EXTINF:-1 tvg-id="" status="online",房山电视台 (576p) https://live.funhillrm.com/2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",抚州公共 (270p) http://111.75.179.195:30767/video/live_vide2.m3u8 @@ -1297,9 +1297,9 @@ http://183.207.248.71/gitv/live1/G_XINJIANG/G_XINJIANG http://183.207.249.15/PLTV/3/224/3221225523/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",新疆卫视 (576p) http://223.110.243.136/PLTV/3/224/3221225523/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",新疆少儿 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked",新疆少儿 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb12.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",新疆汉语信息服务 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="timeout",新疆汉语信息服务 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb11.m3u8 #EXTINF:-1 tvg-id="" status="blocked",新疆汉语综艺 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb04.m3u8 @@ -1421,7 +1421,7 @@ http://125.210.152.18:9090/live/JXWSHD_H265.m3u8 http://183.207.248.71/gitv/live1/JXWS/JXWS #EXTINF:-1 tvg-id="" status="timeout",江西卫视 (576p) http://183.207.249.15/PLTV/4/224/3221225798/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",江西卫视 (720p) +#EXTINF:-1 tvg-id="" status="timeout",江西卫视 (720p) http://117.169.120.140:8080/live/jiangxistv/.m3u8 #EXTINF:-1 tvg-id="" status="online",江西卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225705/index.m3u8 @@ -1445,13 +1445,13 @@ http://218.17.99.211:5080/hls/ttsw6ccn.m3u8 http://hebcx.chinashadt.com:2036/live/10002.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",沧县电视综合 (576p) http://hebcx.chinashadt.com:2036/live/10001.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",河北公共 (540p) +#EXTINF:-1 tvg-id="" status="online",河北公共 (540p) http://live7.plus.hebtv.com/hbggx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北农民 (240p) http://live3.plus.hebtv.com/nmpdx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",河北农民 (360p) http://hbzx.chinashadt.com:2036/zhibo/stream:hbnm.stream_360p/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",河北农民 (576p) +#EXTINF:-1 tvg-id="" status="timeout",河北农民 (576p) http://hbzx.chinashadt.com:2036/zhibo/stream:hbnm.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北卫视 (360p) http://125.210.152.18:9090/live/HBWSHD_H265.m3u8 @@ -1467,7 +1467,7 @@ http://183.207.248.71/gitv/live1/G_HEBEI/G_HEBEI http://223.110.245.149/ott.js.chinamobile.com/PLTV/3/224/3221225840/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=45&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="timeout",河北少儿科教 (540p) +#EXTINF:-1 tvg-id="" status="online",河北少儿科教 (540p) http://live6.plus.hebtv.com/sekjx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",河北影视剧 (540p) http://live6.plus.hebtv.com/hbysx/hd/live.m3u8 @@ -1565,7 +1565,7 @@ http://hw-m-l.cztv.com/channels/lantian/channel012/1080p.m3u8 http://hw-m-l.cztv.com/channels/lantian/channel006/1080p.m3u8 #EXTINF:-1 tvg-id="" status="online",浙江留学 (1080p) [Not 24/7] http://hw-m-l.cztv.com/channels/lantian/channel09/1080p.m3u8 -#EXTINF:-1 tvg-id="" status="online",浙江经济生活 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",浙江经济生活 (1080p) [Not 24/7] http://hw-m-l.cztv.com/channels/lantian/channel003/1080p.m3u8 #EXTINF:-1 tvg-id="" status="online",浙江钱江 (1080p) http://hw-m-l.cztv.com/channels/lantian/channel002/1080p.m3u8 @@ -1581,7 +1581,7 @@ http://183.207.248.11/PLTV/4/224/3221225810/index.m3u8 http://livelyws.chinamcache.com/lyws/zb01.m3u8?auth_key=1593241343-0-0-90b80e74457c94b2015f9428a1cb9b0e #EXTINF:-1 tvg-id="" status="timeout",海南卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=114&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="timeout",海南州藏語頻道 (480p) +#EXTINF:-1 tvg-id="" status="online",海南州藏語頻道 (480p) http://live.hnzzzzzdst.com/channel1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",海盐新闻 (720p) http://haiyan.liveyun.hoge.cn/xwpd/sd/live.m3u8 @@ -1594,8 +1594,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225700/index.m3u8 #EXTINF:-1 tvg-id="" status="online",深圳卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225741/index.m3u8 #EXTINF:-1 tvg-id="" status="online",深圳卫视 (1080p) -http://39.135.138.59:18890/PLTV/88888910/224/3221225741/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",深圳卫视 (1080p) http://117.169.120.140:8080/live/hdshenzhenstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) http://39.134.39.39/PLTV/88888888/224/3221226199/index.m3u8 @@ -1611,9 +1609,11 @@ http://183.207.249.37/PLTV/4/224/3221227307/index.m3u8 http://223.110.243.171/PLTV/3/224/3221227217/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) http://223.110.245.139/PLTV/4/224/3221227307/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) +http://39.135.138.59:18890/PLTV/88888910/224/3221225741/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/HD-2500k-1080P-shenzhenstv/HD-2500k-1080P-shenzhenstv -#EXTINF:-1 tvg-id="" status="timeout",深州綜合頻道 (360p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",深州綜合頻道 (360p) [Not 24/7] http://hbsz.chinashadt.com:2036/live/stream:sztv.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",深州綜合頻道 (576p) [Not 24/7] http://hbsz.chinashadt.com:2036/live/stream:sztv.stream/playlist.m3u8 @@ -1627,8 +1627,6 @@ http://183.207.249.16/PLTV/4/224/3221225877/index.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225699/index.m3u8 #EXTINF:-1 tvg-id="" status="online",湖北卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225740/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",湖北卫视 (1080p) -http://117.169.120.140:8080/live/hdhubeistv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=18&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (1080p) @@ -1643,6 +1641,8 @@ http://223.110.245.170/PLTV/3/224/3221227211/index.m3u8 http://223.110.254.136:6610/cntv/live1/HD-2500k-1080P-hubeistv/HD-2500k-1080P-hubeistv/1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227565/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (1080p) +http://117.169.120.140:8080/live/hdhubeistv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",湖南先锋乒羽 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=72&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",湖南卫视 @@ -1699,7 +1699,7 @@ http://183.167.193.45:1935/live/cztvzh/playlist.m3u8 http://183.167.193.45:1935/live/cztvkj/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",滦县综合 (576p) http://hblxx.chinashadt.com:2036/live/stream:lx1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",滦县综艺 (576p) +#EXTINF:-1 tvg-id="" status="timeout",滦县综艺 (576p) http://hblxx.chinashadt.com:2036/live/stream:lx2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",滨州公共电视剧 (576p) http://stream.bzcm.net/1/sd/live.m3u8 @@ -1721,13 +1721,13 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://116.199.5.51:8114/hls/Fsv_chan_hls_se_idx=192&FvSeid=1&Fsv_ctype=LIVES&Fsv_otype=1&Provider_id=0&Pcontent_id=8114.m3u8 #EXTINF:-1 tvg-id="" status="timeout",澳亚卫视 (576p) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=192&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="error",澳视卫星 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",澳视卫星 (720p) [Not 24/7] http://61.244.22.5/ch3/_definst_/ch3.live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",澳视澳门 (720p) [Not 24/7] http://61.244.22.4/ch1/ch1.live/playelist.m3u8 #EXTINF:-1 tvg-id="" status="online",澳视葡文 (720p) [Not 24/7] http://61.244.22.4/ch2/ch2.live/chunklist_w1632175875.m3u8 -#EXTINF:-1 tvg-id="" status="error",澳门1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",澳门1 (720p) [Not 24/7] http://61.244.22.4/ch3/ch3.live/playelist.m3u8 #EXTINF:-1 tvg-id="" status="online",澳门2 (720p) [Not 24/7] http://61.244.22.4/ch2/ch2.live/playelist.m3u8 @@ -1745,18 +1745,18 @@ http://cclive.aniu.tv/live/anzb.m3u8 http://tv.scwlqw.cn:3100/hls/kqcyufpi/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",珠江 (720p) [Not 24/7] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=8&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="blocked",甘肃公共 (540p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",甘肃公共 (540p) [Not 24/7] https://hls.gstv.com.cn/49048r/3t5xyc.m3u8 #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (540p) http://112.25.48.68/live/program/live/gsws/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",甘肃卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225724/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",甘肃卫视 (576p) -http://117.169.120.140:8080/live/gansustv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=142&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) http://183.207.248.71/gitv/live1/G_GANSU/G_GANSU +#EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) +http://117.169.120.140:8080/live/gansustv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) [Not 24/7] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=142&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (1080p) @@ -1769,7 +1769,7 @@ https://hls.gstv.com.cn/49048r/y72q36.m3u8 http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227311/index.m3u8 #EXTINF:-1 tvg-id="" status="online",电白视窗 (360p) [Not 24/7] http://gddb.chinashadt.com:1935/live/video2.stream_360p/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",电白视窗 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",电白视窗 (576p) [Not 24/7] http://gddb.chinashadt.com:1935/live/video2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",电白综合 (360p) [Not 24/7] http://gddb.chinashadt.com:1935/live/video1.stream_360p/playlist.m3u8 @@ -1855,9 +1855,9 @@ http://live.wifizs.cn/ggsh/sd/live.m3u8 http://live.wifizs.cn/xwzh/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",舟山群岛旅游 (720p) http://live.wifizs.cn/qdly/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",芜湖公共 (576p) +#EXTINF:-1 tvg-id="" status="online",芜湖公共 (576p) http://live1.wuhubtv.com/channel3/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",芜湖新闻综合 (576p) +#EXTINF:-1 tvg-id="" status="online",芜湖新闻综合 (576p) http://live1.wuhubtv.com/channel1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",芜湖生活 (576p) http://live1.wuhubtv.com/channel2/sd/live.m3u8 @@ -1915,7 +1915,7 @@ http://183.207.249.16/PLTV/3/224/3221225523/index.m3u8 http://117.169.120.140:8080/live/xizangstv/.m3u8 #EXTINF:-1 tvg-id="" status="online",西藏藏語 (576p) http://media.vtibet.com/masvod/HLSLive/7/zangyuTV_q1.m3u8 -#EXTINF:-1 tvg-id="" status="error",西青新闻综合 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",西青新闻综合 (1080p) [Not 24/7] http://221.238.209.44:81/hls/live1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",贵州卫视 (360p) http://125.210.152.18:9090/live/GZWSHD_H265.m3u8 @@ -2027,7 +2027,7 @@ http://112.25.48.68/live/program/live/sxws/1300000/mnf.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225729/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",陕西卫视 (576p) http://223.110.245.139/PLTV/4/224/3221227022/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",隆化影视 (576p) +#EXTINF:-1 tvg-id="" status="online",隆化影视 (576p) http://hblh.chinashadt.com:2036/live/stream:lh2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",隆化综合 (576p) http://hblh.chinashadt.com:2036/live/stream:lh1.stream/playlist.m3u8 @@ -2039,13 +2039,13 @@ http://34766.hlsplay.aodianyun.com/guangdianyun_34766/tv_channel_305.m3u8 http://stream2.jlntv.cn/ja/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",霍山综合 (576p) http://ahhs.chinashadt.com:1936/live/stream:hs1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",霸州公共頻道 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",霸州公共頻道 (576p) [Not 24/7] http://hbbz.chinashadt.com:2036/live/stream:bzgg.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",霸州少兒頻道 (576p) [Not 24/7] http://hbbz.chinashadt.com:2036/live/stream:bzse.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",霸州文化頻道 (576p) http://hbbz.chinashadt.com:2036/live/stream:bzwh.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",霸州新聞頻道 (576p) +#EXTINF:-1 tvg-id="" status="online",霸州新聞頻道 (576p) http://hbbz.chinashadt.com:2036/live/stream:bzxw.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",青州文化旅游 (576p) http://sdqz.chinashadt.com:2036/live/stream:3.stream/playlist.m3u8 @@ -2061,19 +2061,19 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225727/index.m3u8 http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=206&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",青海卫视 (576p) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=206&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="blocked",青海卫视 (1080p) +#EXTINF:-1 tvg-id="" status="error",青海卫视 (1080p) http://live.geermurmt.com/qhws/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",靖江新闻綜合 (480p) [Not 24/7] http://visit.jjbctv.com:1935/live/xwzhmb/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",靖江新闻綜合 (720p) [Not 24/7] -http://58.222.151.43:1935/live/xwzhpc/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",靖江新闻綜合 (720p) [Not 24/7] http://visit.jjbctv.com:1935/live/xwzhpc/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",靖江新闻綜合 (720p) [Not 24/7] +http://58.222.151.43:1935/live/xwzhpc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",静宁综合 (1080p) http://117.156.28.119/270000001111/1110000147/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",鞍山图文 (480p) http://116.199.5.51:8114/index.m3u8?Fsv_chan_hls_se_idx=12&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=1&Pcontent_id=.m3u8&Provider_id= -#EXTINF:-1 tvg-id="" status="timeout",风尚购物 (1080p) +#EXTINF:-1 tvg-id="" status="error",风尚购物 (1080p) http://183.207.248.71/cntv/live1/fengshanggw/fengshanggw #EXTINF:-1 tvg-id="" status="online",餘姚姚江文化 (576p) [Not 24/7] http://l.cztvcloud.com/channels/lantian/SXyuyao2/720p.m3u8 @@ -2081,7 +2081,7 @@ http://l.cztvcloud.com/channels/lantian/SXyuyao2/720p.m3u8 http://117.156.28.119/270000001111/1110000146/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",高清电影 (1080p) http://39.134.19.76/dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226463/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",鹤壁新闻综合 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",鹤壁新闻综合 (480p) [Not 24/7] http://pili-live-hls.hebitv.com/hebi/hebi.m3u8 #EXTINF:-1 tvg-id="" status="blocked",鹤峰综合 [Geo-blocked] http://hefeng.live.tempsource.cjyun.org/videotmp/s10100-hftv.m3u8 @@ -2131,5 +2131,5 @@ http://yslk.chinashadt.com:1635/live/stream:di4.stream/playlist.m3u8 http://yslk.chinashadt.com:1635/live/stream:di1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",龙口生活 (576p) http://yslk.chinashadt.com:1635/live/stream:di2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",龙岩综合 (540p) +#EXTINF:-1 tvg-id="" status="online",龙岩综合 (540p) http://stream.lytv.net.cn/2/sd/live.m3u8 diff --git a/streams/co.m3u b/streams/co.m3u index a1cab7495..6f39a1ce9 100644 --- a/streams/co.m3u +++ b/streams/co.m3u @@ -5,7 +5,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/canalacua https://5b464b69d264e.streamlock.net/Channels_live/ngrp:amordiscos_all/playlist.m3u8 #EXTINF:-1 tvg-id="ATNTelevision.co" status="online",ATN Televisión (Cúcuta | Norte de Santander) (640p) https://59ef525c24caa.streamlock.net/atntelevision/atntelevision/playlist.m3u8 -#EXTINF:-1 tvg-id="ATV.co" status="error",ATV (Soacha | Cundinamarca) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="ATV.co" status="online",ATV (Soacha | Cundinamarca) (360p) [Not 24/7] https://movil.ejeserver.com/live/verteve.m3u8 #EXTINF:-1 tvg-id="AvivamientoTV.co" status="online",Avivamiento TV (1080p) [Not 24/7] https://s1.abntelevision.com/avivamientoabr/stream/avivamientohd/avivamientohd/playlist.m3u8 @@ -17,7 +17,7 @@ https://5ea86ddd14ce7.streamlock.net/live/cable09061970/playlist.m3u8 https://5ab772334c39c.streamlock.net/live-calitv/calitv1/playlist.m3u8 #EXTINF:-1 tvg-id="CampoTelevision.co" status="online",Campo Televisión (Santa Marta) https://video17.virtualtronics.com/streamer/canalcampotv.m3u8 -#EXTINF:-1 tvg-id="Canal1.co" status="online",Canal 1 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="Canal1.co" status="blocked",Canal 1 (1080p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5a5e1c2568b1910913db5fe2.m3u8 #EXTINF:-1 tvg-id="Canal2Alpavision.co" status="online",Canal 2 Alpavisión (Neiva | Huila) (720p) [Not 24/7] https://stmv1.voxtvhd.com.br/alpavision/alpavision/playlist.m3u8 @@ -25,13 +25,13 @@ https://stmv1.voxtvhd.com.br/alpavision/alpavision/playlist.m3u8 https://stmv2.voxtvhd.com.br/canalccali/canalccali/playlist.m3u8 #EXTINF:-1 tvg-id="CanalDoce.co" status="online",Canal Doce https://api.new.livestream.com/accounts/27724665/events/8376416/live.m3u8 -#EXTINF:-1 tvg-id="CanalDos.co" status="error",Canal Dos (Yopal | Casanare) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalDos.co" status="timeout",Canal Dos (Yopal | Casanare) (720p) [Not 24/7] http://131.221.42.25:1935/streaming/canal2/playlist.m3u8 #EXTINF:-1 tvg-id="CanalInstitucionalTV.co" status="online",Canal Institucional https://streaming.rtvc.gov.co/TV_CanalInstitucional_live/smil:live.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalNets.co" status="online",Canal Nets https://video.ejeserver.com/live/nets.m3u8 -#EXTINF:-1 tvg-id="CanalNets.co" status="error",Canal Nets [Not 24/7] +#EXTINF:-1 tvg-id="CanalNets.co" status="timeout",Canal Nets [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCfZ9c1Beo5LipWUXM7zYMuQ/live #EXTINF:-1 tvg-id="CanalPyC.co" status="online",Canal PyC [Not 24/7] http://66.240.236.26:1935/canalpycvivo/canalpycvivo/canalpycvivo/playlist.m3u8 @@ -43,7 +43,7 @@ https://play.cdn.enetres.net/B9E570CFE54949C7ABB985D4F8F77F7F0211/02267/playlist https://movil.ejeserver.com/live/visiondorada.m3u8 #EXTINF:-1 tvg-id="CaracolTelevision.co" status="blocked",Canal Caracol (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/574463697b9817cf0886fc17.m3u8 -#EXTINF:-1 tvg-id="CNCCartagena.co" status="error",Canal CNC Cartagena (Cartagena | Bolívar) (720p) +#EXTINF:-1 tvg-id="CNCCartagena.co" status="online",Canal CNC Cartagena (Cartagena | Bolívar) (720p) https://cloud2.streaminglivehd.com:1936/8054/8054/playlist.m3u8 #EXTINF:-1 tvg-id="CTV.co" status="online",CTV (Barranquilla | Atlántico) (1080p) https://59a564764e2b6.streamlock.net/ctvbarranquilla/ctv/playlist.m3u8 @@ -61,17 +61,17 @@ https://5b464b69d264e.streamlock.net/Channels_live/ngrp:MelodyChannel_all/playli https://cloud10.vsgtech.co:3262/live/memoriastv2live.m3u8 #EXTINF:-1 tvg-id="MovieFe.co" status="online",MovieFe (360p) [Not 24/7] https://vcp.myplaytv.com/moviefe/ngrp:moviefe_all/playlist.m3u8 -#EXTINF:-1 tvg-id="MulticanalTelevision.co" status="timeout",Multicanal Televisión (Santiago de Cali | Valle del Cauca) (720p) +#EXTINF:-1 tvg-id="MulticanalTelevision.co" status="online",Multicanal Televisión (Santiago de Cali | Valle del Cauca) (720p) https://cloud2.streaminglivehd.com:1936/8010/8010/playlist.m3u8 #EXTINF:-1 tvg-id="MundoMas.co" status="online",Mundo + http://vcp1.myplaytv.com:1935/mundomas/mundomas/playlist.m3u8 #EXTINF:-1 tvg-id="NoticiasCaracolAhora.co" status="blocked",Canal Caracol Ahora (720p) https://mdstrm.com/live-stream-playlist/58dc3d471cbe05ff3c8e463e.m3u8 -#EXTINF:-1 tvg-id="Noticiero90Minutos.co" status="online",Noticiero 90 Minutos (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Noticiero90Minutos.co" status="error",Noticiero 90 Minutos (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] https://live-edge-bhs-1.cdn.enetres.net/184784E1D210401F8041E3E1266822CC021/playlist.m3u8 #EXTINF:-1 tvg-id="SenalColombia.co" status="online",Señal Colombia (1080p) https://streaming.rtvc.gov.co/TV_Senal_Colombia_live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="SuramTV.co" status="online",Suram TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SuramTV.co" status="error",Suram TV (1080p) [Not 24/7] https://livetv.305streamhd.com:3111/multi_live/play.m3u8 #EXTINF:-1 tvg-id="TDIColombia.co" status="online",TDI Colombia (720p) [Not 24/7] https://play.amelbasoluciones.co:3971/live/tdicolombiatvlive.m3u8 diff --git a/streams/cy.m3u b/streams/cy.m3u index df36ddb70..16fc977af 100644 --- a/streams/cy.m3u +++ b/streams/cy.m3u @@ -1,7 +1,7 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlfaSport.cy" status="online",Alfa Sport (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AlfaSport.cy" status="error",Alfa Sport (1080p) [Not 24/7] https://dev.aftermind.xyz/edge-hls/unitrust/alfasports/index.m3u8?token=8TXWzhY3h6jrzqEqu -#EXTINF:-1 tvg-id="AlfaSport.cy" status="online",Alfa Sport (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AlfaSport.cy" status="error",Alfa Sport (1080p) [Not 24/7] https://dev.aftermind.xyz/hls/unitrust/alfasports/index.m3u8?token=8TXWzhY3h6jrzqEqu #EXTINF:-1 tvg-id="ASTTV1.cy" status="online",AST TV 1 (PC) (1080p) [Not 24/7] https://www.ast.tv/stream/1/master.m3u8 @@ -13,9 +13,9 @@ http://kuzeykibris.tv/m3u8/tv_brt1.m3u8 http://wms.brtk.net:1935/live/BRTHD/playlist.m3u8 #EXTINF:-1 tvg-id="BRT3.cy" status="online",BRT 3 (406p) [Not 24/7] http://wms.brtk.net:1935/live/brt2/playlist.m3u8 -#EXTINF:-1 tvg-id="CityChannel.cy" status="online",City Channel (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CityChannel.cy" status="error",City Channel (720p) [Not 24/7] https://dev.aftermind.xyz/edge-hls/unitrust/citychannel/index.m3u8?token=8TXWzhY3h6jrzqEqu -#EXTINF:-1 tvg-id="CityChannel.cy" status="online",City Channel (720p) +#EXTINF:-1 tvg-id="CityChannel.cy" status="error",City Channel (720p) https://dev.aftermind.xyz/hls/unitrust/citychannel/index.m3u8?token=8TXWzhY3h6jrzqEqu #EXTINF:-1 tvg-id="MyCamTVAnal.cy" status="online",MyCamTV Anal http://live.mycamtv.com/anal.m3u8 @@ -47,11 +47,11 @@ http://l6.cloudskep.com/rikcy/rik2/playlist.m3u8 http://l6.cloudskep.com/rikcy/rikhd/playlist.m3u8 #EXTINF:-1 tvg-id="RIKSat.cy" status="online",RΙΚ Sat (CYBC S) (720p) [Not 24/7] https://l3.cloudskep.com/cybcsat/abr/playlist.m3u8 -#EXTINF:-1 tvg-id="Sat7Arabic.cy" status="timeout",Sat 7 Arabic (240p) +#EXTINF:-1 tvg-id="Sat7Arabic.cy" status="online",Sat 7 Arabic (240p) https://svs.itworkscdn.net/sat7arabiclive/sat7arabic.smil/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="Sat7Kids.cy" status="online",Sat 7 Kids (1080p) https://svs.itworkscdn.net/sat7kidslive/sat7kids.smil/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="Sat7Pars.cy" status="timeout",Sat 7 Pars (720p) +#EXTINF:-1 tvg-id="Sat7Pars.cy" status="online",Sat 7 Pars (720p) https://svs.itworkscdn.net/sat7parslive/sat7pars.smil/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="Sat7Turk.cy" status="online",Sat7 Türk (720p) https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/playlist_dvr.m3u8 @@ -61,7 +61,7 @@ https://sl2.sigmatv.com/hls/live.m3u8 http://kuzeykibris.tv/m3u8/tv_kktv.m3u8 #EXTINF:-1 tvg-id="" status="online",Reload (804p) http://web.onair-radio.eu:1935/video/video/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Vouli TV (1080p) +#EXTINF:-1 tvg-id="" status="error",Vouli TV (1080p) https://dev.aftermind.xyz/hls/unitrust/voulitv/index.m3u8?token=8TXWzhY3h6jrzqEqu -#EXTINF:-1 tvg-id="" status="online",Vouli TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Vouli TV (1080p) [Not 24/7] https://dev.aftermind.xyz/edge-hls/unitrust/voulitv/index.m3u8?token=8TXWzhY3h6jrzqEqu diff --git a/streams/cz.m3u b/streams/cz.m3u index fe50e1a35..8729c95a5 100644 --- a/streams/cz.m3u +++ b/streams/cz.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Настоящее Время (480p) +#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Настоящее Время (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s61/index.m3u8 #EXTINF:-1 tvg-id="ElektrikaTV.cz" status="online",Elektrika TV (360p) diff --git a/streams/de.m3u b/streams/de.m3u index 36ac28343..33c655dd9 100644 --- a/streams/de.m3u +++ b/streams/de.m3u @@ -127,7 +127,7 @@ https://hls1.wtnet.de/noa4/apple/wifi6500.m3u8 https://fms.nrwision.de/live/livestreamHD.stream/playlist.m3u8 #EXTINF:-1 tvg-id="NRWision.de" status="online",NRWision (720p) https://fms.nrwision.de/live/livestreamHD.stream_1080p/playlist.m3u8 -#EXTINF:-1 tvg-id="NRWision.de" status="online",NRWision (360p) +#EXTINF:-1 tvg-id="NRWision.de" status="error",NRWision (360p) https://fms.nrwision.de/live/livestreamHD.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="OberlausitzTV.de" status="online",Oberlausitz TV (1080p) [Not 24/7] http://5856e1a25f71a.streamlock.net:1935/easycast8-live/mp4:livestreamhd4/playlist.m3u8 @@ -225,7 +225,7 @@ http://62.113.210.250/medienasa-live/punktum_high/master.m3u8 https://58bd5b7a98e04.streamlock.net/medienasa-live/mp4:punktum_high/playlist.m3u #EXTINF:-1 tvg-id="PUNKTum.de" status="online",PUNKTum (1080p) https://58bd5b7a98e04.streamlock.net/medienasa-live/mp4:punktum_high/playlist.m3u8 -#EXTINF:-1 tvg-id="Radio21TV.de" status="blocked",Radio 21 TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Radio21TV.de" status="online",Radio 21 TV (720p) [Not 24/7] https://api.new.livestream.com/accounts/22300508/events/6675945/live.m3u8 #EXTINF:-1 tvg-id="RadioWeserTVBremen.de" status="online",Radio Weser TV Bremen https://5857499ee635b.streamlock.net/radiowesertv-live/_definst_/mp4:livestreamTV/playlist.m3u8 @@ -265,10 +265,10 @@ https://586fb512206e4.streamlock.net/rheinmaintv-live/_definst_/mp4:livestream/p https://rnf.iptv-playoutcenter.de/rnf/rnf.stream_1/playlist.m3u8 #EXTINF:-1 tvg-id="RockAntenne.de" status="online",Rock Antenne [Not 24/7] https://stream.rockantenne.de/rockantenne/stream/mp3 +#EXTINF:-1 tvg-id="RocklandTV.de" status="online",Rockland TV (720p) [Not 24/7] +http://player-api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8 #EXTINF:-1 tvg-id="RocklandTV.de" status="blocked",Rockland TV (720p) [Not 24/7] http://api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8 -#EXTINF:-1 tvg-id="RocklandTV.de" status="blocked",Rockland TV (720p) [Not 24/7] -http://player-api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8 #EXTINF:-1 tvg-id="RWEErfurt.de" status="online",RWE Erfurt (1080p) https://stream.keyweb.org:8085/hls/rwetv.m3u8 #EXTINF:-1 tvg-id="SaarlandFernsehen1.de" status="online",Saarland Fernsehen 1 (1080p) @@ -279,7 +279,7 @@ https://saarland2.iptv-playoutcenter.de/saarland2/saarland2.stream_2/playlist.m3 https://chemnitz.iptv-playoutcenter.de/chemnitz/chemnitzfernsehen.stream_1/playlist.m3u8 #EXTINF:-1 tvg-id="SachsenFernsehenDresden.de" status="online",Dresden Fernsehen (1080p) [Not 24/7] https://dresden.iptv-playoutcenter.de/dresden/dresdenfernsehen.stream_1/playlist.m3u8 -#EXTINF:-1 tvg-id="SachsenFernsehenLeipzig.de" status="online",Leipzig Fernsehen (1080p) +#EXTINF:-1 tvg-id="SachsenFernsehenLeipzig.de" status="error",Leipzig Fernsehen (1080p) https://leipzig.iptv-playoutcenter.de/leipzig/leipzigfernsehen.stream_1/playlist.m3u8 #EXTINF:-1 tvg-id="Seenluft24.de" status="online",Seenluft24 https://5856e1a25f71a.streamlock.net/easycast7-live/_definst_/mp4:livestreamhd20/playlist.m3u8 diff --git a/streams/de_pluto.m3u b/streams/de_pluto.m3u index c570052aa..9d7407ee3 100644 --- a/streams/de_pluto.m3u +++ b/streams/de_pluto.m3u @@ -8,9 +8,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b551ddcd2550007 #EXTINF:-1 tvg-id="BeybladeBurstGermany.de" status="online",Pluto TV Beyblade Burst Nick (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b551ddcd25500072c4dad/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BlazeunddieMonsterMaschinenNickGermany.de" status="online",Pluto TV Blaze Nick (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b60419becf60008c841fd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b60419becf60008c841fd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ebc579c0-0712-11eb-97af-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="BlazeunddieMonsterMaschinenNickGermany.de" status="online",Pluto TV Blaze Nick (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b60419becf60008c841fd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="BlazeunddieMonsterMaschinenNickGermany.de" status="online",Pluto TV Blaze Nick (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b60419becf60008c841fd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b60419becf60008c841fd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ebc579c0-0712-11eb-97af-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="BluesCluesGermany.de" status="online",Pluto TV Blue's Clues Nick (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b564ff59d130007363823/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b564ff59d130007363823&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=29e99f3f-0713-11eb-a59f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="BluesCluesGermany.de" status="online",Pluto TV Blue's Clues Nick (480p) @@ -43,12 +43,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b4889bca2ce7b https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767857f65029ce2385b217/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="timeout",Pluto TV Inside (720p) +#EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVMoviesGermany.de" status="online",Pluto TV Movies CH (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2bdfec6cdc10009975e20/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMoviesGermany.de" status="online",Pluto TV Movies (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c5c3b948002db3c3e0b262e&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=50&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVMoviesGermany.de" status="online",Pluto TV Movies CH (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2bdfec6cdc10009975e20/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVGermany.us" status="online",Pluto TV MTV (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf325764025859afdd6c4d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5caf325764025859afdd6c4d&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=2&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms+ (720p) @@ -61,10 +61,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ab2b456c8cf26 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d00e8adaab96b5635b2a005&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=248&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d00e8adaab96b5635b2a005&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=715c465f-0715-11eb-a18c-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVVictorious.de" status="online",Pluto TV Victorious (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5e43f294f8000793c3d7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TeenNickGermany.de" status="online",Pluto TV TeenNick (720p) diff --git a/streams/dj.m3u b/streams/dj.m3u index 4d6ad0beb..1df726639 100644 --- a/streams/dj.m3u +++ b/streams/dj.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="online",RTD +#EXTINF:-1 tvg-id="" status="timeout",RTD http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RTDTELEDJIBOUTI/live diff --git a/streams/dk.m3u b/streams/dk.m3u index 532c9b926..3eb9947e1 100644 --- a/streams/dk.m3u +++ b/streams/dk.m3u @@ -13,10 +13,10 @@ http://stream.kkr.dk/live/kkr/playlist.m3u8 http://stream.kkr.dk/live/ngrp:kkr_adaptive/playlist.m3u8 #EXTINF:-1 tvg-id="TV2Bornholm.dk" status="online",TV2/Bornholm (1080p) [Not 24/7] https://live.tv2bornholm.dk/stream/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TV2Fyn.dk" status="online",TV2 Fyn (270p) [Not 24/7] -https://cdnapisec.kaltura.com/p/1966291/sp/1966291/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/flavorId/0_8g29e3jz/name/a.mp4/index.m3u8 #EXTINF:-1 tvg-id="TV2Fyn.dk" status="online",TV2 Fyn (1080p) https://cdnapisec.kaltura.com/p/1966291/sp/196629100/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/uiConfId/30288171/a.m3u8 +#EXTINF:-1 tvg-id="TV2Fyn.dk" status="online",TV2 Fyn (270p) [Not 24/7] +https://cdnapisec.kaltura.com/p/1966291/sp/1966291/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/flavorId/0_8g29e3jz/name/a.mp4/index.m3u8 #EXTINF:-1 tvg-id="TV2Lorry.dk" status="online",TV2/Lorry (720p) https://cdnapisec.kaltura.com/p/2045321/sp/204532100/playManifest/entryId/1_2kojfk4m/format/applehttp/protocol/https/uiConfId/32599481/a.m3u8 #EXTINF:-1 tvg-id="TV2Ostjylland.dk" status="online",TV2/Østjylland (720p) diff --git a/streams/do.m3u b/streams/do.m3u index 658b0dfe2..b6411ef36 100644 --- a/streams/do.m3u +++ b/streams/do.m3u @@ -13,7 +13,7 @@ https://cm.hostlagarto.com:4445/camara809TV/camara809TV/playlist.m3u8 https://protvradiostream.com:1936/canal4rd-1/ngrp:canal4rd-1_all/playlist.m3u8 #EXTINF:-1 tvg-id="Canal12HD.do" status="online",Canal 12 (720p) [Not 24/7] https://cdn4.hostlagarto.com:8081/static/telecanal12/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal25.do" status="error",Canal 25 +#EXTINF:-1 tvg-id="Canal25.do" status="online",Canal 25 https://ss3.domint.net:3150/c25_str/canal25/playlist.m3u8 #EXTINF:-1 tvg-id="CanalCatorce.do" status="online",Canal Catorce https://video.misistemareseller.com/catorcetv/catorcetv/playlist.m3u8 @@ -35,7 +35,7 @@ https://cdn4.hostlagarto.com:8081/static/cotubanamatv/playlist.m3u8 https://cdn4.hostlagarto.com:8081/static/cromtv/playlist.m3u8 #EXTINF:-1 tvg-id="DANTV.do" status="online",DAN TV (720p) [Not 24/7] http://cm.hostlagarto.com:8081/Punaltv/punaltvHD.myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="Digital15.do" status="online",Digital 15 (1080p) +#EXTINF:-1 tvg-id="Digital15.do" status="timeout",Digital 15 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://livestream.com/accounts/27456795/events/8268514/player #EXTINF:-1 tvg-id="Digital809TV.do" status="online",Digital809 TV https://inliveserver.com:1936/digital809tv/digital809tv/playlist.m3u8 @@ -51,9 +51,9 @@ https://video.misistemareseller.com/Fuegotv/Fuegotv/playlist.m3u8 https://vdo1.streamgato.us:3839/live/galaxiatvlive.m3u8 #EXTINF:-1 tvg-id="GDMTV.do" status="online",GDMTV (720p) [Not 24/7] https://ss2.domint.net:3200/gdm_str/gdmtv/playlist.m3u8 -#EXTINF:-1 tvg-id="GuacaraTV.do" status="error",Guacara TV +#EXTINF:-1 tvg-id="GuacaraTV.do" status="online",Guacara TV https://cloudflare.streamgato.us:3180/live/guacaratvlive.m3u8 -#EXTINF:-1 tvg-id="HermanasMirabalTV.do" status="online",Hermanas Mirabal TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HermanasMirabalTV.do" status="blocked",Hermanas Mirabal TV (720p) [Not 24/7] https://cm.hostlagarto.com:4445/Hmtv/hmtv.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="Hits360TV.do" status="online",Hits 360 TV (720p) [Not 24/7] http://cm.hostlagarto.com:8081/hits360tv/hits360HD.myStream/playlist.m3u8 @@ -123,7 +123,7 @@ https://ss8.domint.net:3128/stv_str/tv55/master.m3u8 http://108.175.14.125:1935/tdn/tdn/playlist.m3u8 #EXTINF:-1 tvg-id="TeleBendicion.do" status="timeout",TeleBendicion (720p) [Not 24/7] http://ss8.domint.net:2124/tbt_str/telebendicion/playlist.m3u8 -#EXTINF:-1 tvg-id="Telecanal28.do" status="online",Telecanal 28 (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="Telecanal28.do" status="blocked",Telecanal 28 (360p) [Geo-blocked] http://cm.hostlagarto.com:8081/Telecanal-28/telecanal.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="TeleCibaoHD.do" status="online",TeleCibao (720p) [Not 24/7] http://cm.hostlagarto.com:8081/Telecibao/Telecibao/playlist.m3u8 @@ -131,10 +131,10 @@ http://cm.hostlagarto.com:8081/Telecibao/Telecibao/playlist.m3u8 https://cm.hostlagarto.com:4445/Telecibao/Telecibao/playlist.m3u8 #EXTINF:-1 tvg-id="Telecontacto.do" status="online",Telecontacto https://vdo1.streamgato.us:3578/live/telecontactohdlive.m3u8 +#EXTINF:-1 tvg-id="Telefuturo.do" status="online",Telefuturo +https://ss9.domint.net:3054/tf_str/telefuturo/playlist.m3u8 #EXTINF:-1 tvg-id="Telefuturo.do" status="timeout",Telefuturo Canal 23 (720p) [Not 24/7] http://ss8.domint.net:2118/tf_str/futu/master.m3u8 -#EXTINF:-1 tvg-id="Telefuturo.do" status="error",Telefuturo -https://ss9.domint.net:3054/tf_str/telefuturo/playlist.m3u8 #EXTINF:-1 tvg-id="Teleimpacto.do" status="online",Teleimpacto (720p) [Not 24/7] http://190.122.96.188:8888/http/013 #EXTINF:-1 tvg-id="Telemax.do" status="online",Telemax @@ -169,13 +169,13 @@ https://vdo1.streamgato.us:3359/live/tvexitoslive.m3u8 https://vdo1.streamgato.us:3046/live/tvhigueycanal12live.m3u8 #EXTINF:-1 tvg-id="TVO.do" status="online",TVO https://rctvhd.net:8081/tvoromanalive/index.m3u8 -#EXTINF:-1 tvg-id="TVS.do" status="online",TVS (540p) [Geo-blocked] +#EXTINF:-1 tvg-id="TVS.do" status="error",TVS (540p) [Geo-blocked] http://cm.hostlagarto.com:8081/Tvstv/TvstvHD.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="Vallevision.do" status="online",Vallevision (720p) [Not 24/7] http://190.103.183.24:1935/Vallevision/ValleHD/playlist.m3u8 #EXTINF:-1 tvg-id="Vallevision.do" status="online",Vallevision Canal 10 (720p) [Not 24/7] https://streaming.telecablecentral.com.do/Vallevision/ValleHD/playlist.m3u8 -#EXTINF:-1 tvg-id="Yunavision.do" status="online",Yunavisión +#EXTINF:-1 tvg-id="Yunavision.do" status="error",Yunavisión https://ss9.domint.net:3036/yv_str/yunavision/playlist.m3u8 #EXTINF:-1 tvg-id="Zol106.do" status="online",Zol106 (720p) [Not 24/7] https://ss3.domint.net:3108/zol_str/vzol/playlist.m3u8 diff --git a/streams/dz.m3u b/streams/dz.m3u index 3966c9921..183a29177 100644 --- a/streams/dz.m3u +++ b/streams/dz.m3u @@ -5,34 +5,34 @@ https://cdn02.hta.dz/abr_htatv/El_Fhama_TV/playlist.m3u8 #EXTINF:-1 tvg-id="BahiaTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Bahia TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/Bahia_TV/playlist.m3u8 -#EXTINF:-1 tvg-id="CNA.dz" status="online",CNA (Chaîne Nord Africaine) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="CNA.dz" status="error",CNA (Chaîne Nord Africaine) (360p) [Not 24/7] https://live.creacast.com/cna/smil:cna.smil/playlist.m3u8 #EXTINF:-1 tvg-id="EchoroukNews.dz" status="blocked" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Echorouk News (480p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/ECHOROUK_NEWS/playlist.m3u8 #EXTINF:-1 tvg-id="EchoroukNews.dz" status="timeout",Echorouk News (240p) [Not 24/7] http://echorouk-live-tv.dzsecurity.net:8081/echo/EchoroukNews/playlist.m3u8 -#EXTINF:-1 tvg-id="EchoroukTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Echorouk TV (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="EchoroukTV.dz" status="blocked" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Echorouk TV (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/Echorouk_TV_HD/playlist.m3u8 -#EXTINF:-1 tvg-id="ElBilad.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Bilad [Geo-blocked] +#EXTINF:-1 tvg-id="ElBilad.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Bilad [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/EL_BILAD/playlist.m3u8 -#EXTINF:-1 tvg-id="ElDjazairiaOne.dz" status="blocked",El Djazairia One [Geo-blocked] +#EXTINF:-1 tvg-id="ElDjazairiaOne.dz" status="error",El Djazairia One [Geo-blocked] https://cdn02.hta.dz/abr_htatv/EL_DJAZAIRIA_TV/playlist.m3u8 #EXTINF:-1 tvg-id="ElDjazairN1.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/El_Djazair_N1/playlist.m3u8 -#EXTINF:-1 tvg-id="ElFadjerTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Fadjr TV [Geo-blocked] +#EXTINF:-1 tvg-id="ElFadjerTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Fadjr TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/EL_FADJR_TV_DZ/playlist.m3u8 #EXTINF:-1 tvg-id="ElHayatTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Hayat TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/EL_HAYAT_TV_ALGERIE/playlist.m3u8 -#EXTINF:-1 tvg-id="EnnaharTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Ennahar TV [Geo-blocked] +#EXTINF:-1 tvg-id="EnnaharTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Ennahar TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/ENNAHAR_TV/playlist.m3u8 -#EXTINF:-1 tvg-id="SamiraTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Samira TV [Geo-blocked] +#EXTINF:-1 tvg-id="SamiraTV.dz" status="blocked" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Samira TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/SamiraTV/playlist.m3u8 #EXTINF:-1 tvg-id="TV1.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] @@ -47,18 +47,18 @@ https://cdn02.hta.dz/abr_htatv/A3_HD/playlist.m3u8 #EXTINF:-1 tvg-id="TV4.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV4 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_4/playlist.m3u8 -#EXTINF:-1 tvg-id="TV5.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV5 [Geo-blocked] +#EXTINF:-1 tvg-id="TV5.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV5 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_5/playlist.m3u8 #EXTINF:-1 tvg-id="TV6.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV6 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_6_HD/playlist.m3u8 -#EXTINF:-1 tvg-id="TV7.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV7 Elmaarifa [Geo-blocked] +#EXTINF:-1 tvg-id="TV7.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV7 Elmaarifa [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV7_ELMAARIFA/playlist.m3u8 #EXTINF:-1 tvg-id="TV8.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV8 Edhakira [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV8_EDHAKIRA/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",AL24 News +#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",AL24 News #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/AL24_News/playlist.m3u8 diff --git a/streams/ec.m3u b/streams/ec.m3u index 44bc020a4..f14143b17 100644 --- a/streams/ec.m3u +++ b/streams/ec.m3u @@ -5,7 +5,7 @@ https://asomatv.duckdns.org/livestream/stream.m3u8 https://59d39900ebfb8.streamlock.net/canelatv/canelatv/playlist.m3u8 #EXTINF:-1 tvg-id="EcotelTV.ec" status="online",Ecotel (720p) [Not 24/7] https://ecotel.streamseguro.com/hls/ecoteltv.m3u8 -#EXTINF:-1 tvg-id="Ecuavisa.ec" status="blocked",Ecuavisa [Geo-blocked] +#EXTINF:-1 tvg-id="Ecuavisa.ec" status="online",Ecuavisa [Geo-blocked] https://mdstrm.com/live-stream-playlist/603ea23f928cc5255563012c.m3u8 #EXTINF:-1 tvg-id="EducaTV.ec" status="online",EducaTV (1080p) [Not 24/7] https://cloud7.streamingcnt.net/cnt/educa/playlist.m3u8 diff --git a/streams/eg.m3u b/streams/eg.m3u index b813ee5aa..9216a19de 100644 --- a/streams/eg.m3u +++ b/streams/eg.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="AghapyTV.eg" status="online",Aghapy TV (1080p) [Not 24/7] https://5b622f07944df.streamlock.net/aghapy.tv/aghapy.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlGhadTV.eg" status="online",Al Ghad (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AlGhadTV.eg" status="timeout",Al Ghad (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alghadtv/live #EXTINF:-1 tvg-id="AlHayatTV.us" status="online",Al Hayat TV (720p) http://media.islamexplained.com:1935/live/_definst_mp4:ahme.stream/playlist.m3u8 @@ -9,9 +9,9 @@ http://media.islamexplained.com:1935/live/_definst_mp4:ahme.stream/playlist.m3u8 http://cdg3.edge.tmed.pw/arrafidaintv/live_1024p/playlist.m3u8 #EXTINF:-1 tvg-id="ATVSat.eg" status="online",ATVSat (1080p) [Not 24/7] https://stream.atvsat.com/atvsatlive/smil:atvsatlive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CBC.eg" status="error",CBC (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CBC.eg" status="timeout",CBC (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/cbcstream/live -#EXTINF:-1 tvg-id="CBCSofra.eg" status="error",CBC Sofra +#EXTINF:-1 tvg-id="CBCSofra.eg" status="timeout",CBC Sofra http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/CBCSofraStream/live #EXTINF:-1 tvg-id="CopticTV.eg" status="online",Coptic TV (720p) [Not 24/7] https://5aafcc5de91f1.streamlock.net/ctvchannel.tv/ctv.smil/playlist.m3u8 @@ -21,13 +21,13 @@ https://58cc65c534c67.streamlock.net/ctvchannel.tv/ctv.smil/playlist.m3u8 https://9090video.mobtada.com/live/9090ONLINE/playlist.m3u8 #EXTINF:-1 tvg-id="ElsharqTV.eg" status="online",Elsharq TV (1080p) [Not 24/7] https://mn-nl.mncdn.com/elsharq_live/live/playlist.m3u8 -#EXTINF:-1 tvg-id="ExtraNews.eg" status="online",eXtra News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ExtraNews.eg" status="timeout",eXtra News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC65F33K2cXk9hGDbOQYhTOw/live #EXTINF:-1 tvg-id="KoogiTV.eg" status="online",Koogi TV (1080p) https://5d658d7e9f562.streamlock.net/koogi.tv/koogi.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MekameleenTV.eg" status="online",Mekameleen TV (1080p) https://mn-nl.mncdn.com/mekameleen/smil:mekameleentv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="MESatHD.eg" status="online",MESat (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MESatHD.eg" status="timeout",MESat (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCg5uHOxrP5GkMWldOavPKGQ/live #EXTINF:-1 tvg-id="NobleTV.eg" status="online",Noble TV (360p) https://5d39f1ab8ba65.streamlock.net:1935/arabic-test/arabic-test/playlist.m3u8 diff --git a/streams/es.m3u b/streams/es.m3u index bb4c472ec..0dc414cdf 100644 --- a/streams/es.m3u +++ b/streams/es.m3u @@ -1,10 +1,8 @@ #EXTM3U -#EXTINF:-1 tvg-id="7LaRioja.es" status="error",7 La Rioja (1080p) [Not 24/7] -https://pc-la7delarioja-hls.flumotion.com/playlist.m3u8 -#EXTINF:-1 tvg-id="7NN.es" status="online",7 Noticias (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/7nntv #EXTINF:-1 tvg-id="7NN.es" status="online",7 Noticias (1080p) https://amg01573-7nn-7nnono-ono-pcdj3.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="7NN.es" status="timeout",7 Noticias (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/7nntv #EXTINF:-1 tvg-id="9laLomaTV.es" status="blocked",9 la Loma TV [Geo-blocked] https://9laloma.tv/live.m3u8 #EXTINF:-1 tvg-id="25TV.es" status="online",25 TV (480p) [Not 24/7] @@ -95,10 +93,10 @@ https://limited31.todostreaming.es/live/noroestetv-livestream.m3u8 https://streaming.cloud.innovasur.es/mmj/index.m3u8 #EXTINF:-1 tvg-id="DistritoTV.es" status="online",Distrito TV (1080p) [Not 24/7] https://cdn01.yowi.tv/KQRSDA7GDB/master.m3u8 -#EXTINF:-1 tvg-id="ElFuturoentumano.es" status="online",El Futuro en tu mano (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZSw3jfFZo_8I9BHSMlT2Fg/live #EXTINF:-1 tvg-id="ElFuturoentumano.es" status="online",El Futuro en tu mano (720p) https://limited24.todostreaming.es/live/renjillo-livestream.m3u8 +#EXTINF:-1 tvg-id="ElFuturoentumano.es" status="timeout",El Futuro en tu mano (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZSw3jfFZo_8I9BHSMlT2Fg/live #EXTINF:-1 tvg-id="ETB1.es" status="online",ETB 1 (720p) https://multimedia.eitb.eus/live-content/etb1hd-hls/master.m3u8 #EXTINF:-1 tvg-id="ETB2.es" status="online",ETB 2 (720p) @@ -115,7 +113,7 @@ http://stream.fion.es:1936/live/smil:fion.smil/master.m3u8 http://america-crtvg.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="GaliciaTVEuropa.es" status="online",Galicia TV Europa (720p) http://europa-crtvg.flumotion.com/playlist.m3u8 -#EXTINF:-1 tvg-id="GCMTV.es" status="online",GCM TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="GCMTV.es" status="error",GCM TV (720p) [Not 24/7] https://cloud.streamingconnect.tv:455/tbmadrid/tbmadrid.m3u8 #EXTINF:-1 tvg-id="GuadaTV.es" status="online",Guada TV (720p) [Not 24/7] https://cloud.streamingconnect.tv:455/guadatv/guadatv.m3u8 @@ -135,11 +133,11 @@ https://livelist01.yowi.tv/lista/0d6c7ccfac89946bfd41ae34c527e8d94734065c/master https://livelist01.yowi.tv/lista/8635ae40f8d1a32eccd63d1f58b55662c9c98f9f/master.m3u8 #EXTINF:-1 tvg-id="HuescaTV.es" status="timeout",Huesca TV (240p) [Not 24/7] https://streaming2.radiohuesca.com/hls-live/livepkgr/_definst_/huescatv/huescatv.m3u8 -#EXTINF:-1 tvg-id="IB3.es" status="online",IB3 Global (720p) [Not 24/7] +#EXTINF:-1 tvg-id="IB3.es" status="timeout",IB3 Global (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCff_CBVJDTHP4wOHPjP5BMg/live #EXTINF:-1 tvg-id="IbizaGlobalTV.es" status="online",Ibiza Global TV (720p) [Not 24/7] https://ibgrtv.streaming-pro.com/hls/ibgrlive.m3u8 -#EXTINF:-1 tvg-id="ImasTV.es" status="online",Imás TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="ImasTV.es" status="error",Imás TV (1080p) [Not 24/7] https://secure3.todostreaming.es/live/imastv-livestream.m3u8 #EXTINF:-1 tvg-id="InteralmeriaTV.es" status="online",Interalmeria TV (1080p) https://interalmeria.tv/directo/live.m3u8 @@ -165,7 +163,7 @@ https://cdnlive.shooowit.net/la8bierzolive/smil:streamswitchingchannel.smil/play https://cdnlive.shooowit.net/la8burgoslive/smil:streamswitchingchannel.smil/playlist.m3u8 #EXTINF:-1 tvg-id="La8Leon.es" status="online",La 8 Leon (720p) [Not 24/7] https://cdnlive.shooowit.net/la8leonlive/smil:streamswitchingchannel.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="La8Mediterraneo.es" status="blocked",La 8 Mediterráneo (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="La8Mediterraneo.es" status="online",La 8 Mediterráneo (1080p) [Not 24/7] https://play.cdn.enetres.net/489DDF7FE98241D19D8970314BC9D3EF021/0226/playlist.m3u8 #EXTINF:-1 tvg-id="La8Palencia.es" status="online",La 8 Palencia (270p) [Not 24/7] https://cdnlive.shooowit.net/la8palencialive/smil:streamswitchingchannel.smil/playlist.m3u8 @@ -185,7 +183,7 @@ https://telemadridhls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid https://urbanrevolution.es:8443/live/TV/playlist.m3u8 #EXTINF:-1 tvg-id="LevanteTV.es" status="online",Levante TV (320p) [Not 24/7] https://play.cdn.enetres.net/C2F6CBB67E5B4D08A16CE5FE67ABCEC9023/029/playlist.m3u8 -#EXTINF:-1 tvg-id="LleidaTelevisio.es" status="error",Lleida Televisio (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LleidaTelevisio.es" status="blocked",Lleida Televisio (720p) [Not 24/7] https://cdn01.yowi.tv/lleida/playlist.m3u8 #EXTINF:-1 tvg-id="LogosTV.es" status="online",Logos TV (1080p) [Not 24/7] http://streamer1.streamhost.org/salive/logosH/playlist.m3u8 @@ -197,21 +195,17 @@ https://limited2.todostreaming.es/live/m95-livestream.m3u8 https://stream.maestrat.tv/hls/stream.m3u8 #EXTINF:-1 tvg-id="MirameTV.es" status="online",Mírame TV (360p) [Not 24/7] https://bit.controlstreams.com:5443/LiveApp/streams/mirametv.m3u8 -#EXTINF:-1 tvg-id="NavarraTV.es" status="error",Navarra TV (576p) [Not 24/7] -https://pc-sumandocomunicacion-hls.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="NoroesteTV.es" status="timeout",Noroeste TV (720p) [Not 24/7] https://cloudvideo.servers10.com:8081/8032/index.m3u8 -#EXTINF:-1 tvg-id="OndaCadizHD.es" status="error",Onda Cádiz (1080p) -https://adc-hls.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="Pequeradio.es" status="online",Pequeradio (720p) [Not 24/7] https://canadaremar2.todostreaming.es/live/peque-pequetv.m3u8 #EXTINF:-1 tvg-id="PlatziTV.es" status="online",Platzi TV (1080p) https://mdstrm.com/live-stream-playlist/629a63ae8df27c082901f78b.m3u8 #EXTINF:-1 tvg-id="PopularTVCantabria.es" status="online",Popular TV Cantabria (576p) [Not 24/7] https://limited12.todostreaming.es/live/ptvcantabria-livestream.m3u8 -#EXTINF:-1 tvg-id="PopularTVMelilla.es" status="error",Popular TV Melilla (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PopularTVMelilla.es" status="online",Popular TV Melilla (720p) [Not 24/7] http://5940924978228.streamlock.net:1935/8009/8009/playlist.m3u8 -#EXTINF:-1 tvg-id="PopularTVMelilla.es" status="error",Popular TV Melilla (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PopularTVMelilla.es" status="online",Popular TV Melilla (720p) [Not 24/7] https://5940924978228.streamlock.net/8009/8009/master.m3u8 #EXTINF:-1 tvg-id="PopularTVMurcia.es" status="online",Popular TV Murcia (720p) [Not 24/7] https://cloud.streamingconnect.tv:455/populartvrm/populartvrm.m3u8 @@ -227,7 +221,7 @@ http://154.62.74.11:1935/live/realmadridnntv/playlist.m3u8 https://rtvc-live1-rm.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="RTVVida.es" status="online",RTV Vida (1080p) https://vidartv2.todostreaming.es/live/radiovida-emisiontvhd.m3u8 -#EXTINF:-1 tvg-id="SevillaFCTV.es" status="error",Sevilla FC TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SevillaFCTV.es" status="online",Sevilla FC TV (360p) [Not 24/7] https://open.http.mp.streamamg.com/p/3001314/sp/300131400/playManifest/entryId/0_ye0b8tc0/format/applehttp/protocol/https/uiConfId/30026292/a.m3u8 #EXTINF:-1 tvg-id="SolidariaTV.es" status="online",Solidaria TV (720p) https://canadaremar2.todostreaming.es/live/solidariatv-webhd.m3u8 @@ -249,7 +243,7 @@ http://37.187.7.106/teleribera/live.m3u8 https://video.telesafor.com/hls/video.m3u8 #EXTINF:-1 tvg-id="TeleToledo.es" status="online",TeleToledo (720p) [Not 24/7] https://cloud.streamingconnect.tv:455/teletoledo/teletoledo.m3u8 -#EXTINF:-1 tvg-id="TeleVigoHD.es" status="error",TeleVigo (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleVigoHD.es" status="online",TeleVigo (1080p) [Not 24/7] https://cloud.streamingconnect.tv:455/televigo/televigo.m3u8 #EXTINF:-1 tvg-id="Tevecat.es" status="online",teve.cat (1080p) https://limited35.todostreaming.es/live/mitjans-livestream.m3u8 @@ -277,11 +271,11 @@ https://cultural-crtvg.flumotion.com/playlist.m3u8 https://europa-crtvg.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="TVGEvento1.es" status="online",TVG Evento 1 (720p) [Not 24/7] https://events1-crtvg.flumotion.com/playlist.m3u8 -#EXTINF:-1 tvg-id="TVGEvento5.es" status="online",TVG Evento 5 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVGEvento5.es" status="error",TVG Evento 5 (720p) [Not 24/7] https://amodino-crtvg.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="TVGInfantil.es" status="online",TVG Infantil (720p) [Not 24/7] https://infantil-crtvg.flumotion.com/playlist.m3u8 -#EXTINF:-1 tvg-id="TVGirona.es" status="error",TV Girona (720p) +#EXTINF:-1 tvg-id="TVGirona.es" status="online",TV Girona (720p) http://ventdelnord.tv:8080/girona/directe.m3u8 #EXTINF:-1 tvg-id="TVGMomento.es" status="online",TVG Momento (480p) [Not 24/7] https://momentog-crtvg.flumotion.com/playlist.m3u8 diff --git a/streams/es_pluto.m3u b/streams/es_pluto.m3u index 6178f990c..a0b26bce3 100644 --- a/streams/es_pluto.m3u +++ b/streams/es_pluto.m3u @@ -9,11 +9,11 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e94cd036cc69d0007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e94cd036cc69d0007e8a1ba/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids (Spain) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aabee6f4a2c00076a322c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1aabee6f4a2c00076a322c&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=905&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids Plus (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5a0b44cc331900075e7769/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aabee6f4a2c00076a322c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVAnimalesSpain.es" status="timeout",Pluto TV Animales (288p) +#EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids Plus (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5a0b44cc331900075e7769/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVAnimalesSpain.es" status="online",Pluto TV Animales (288p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd834c66fe2ca0009303b8d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d164d92e97a5e107638d2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=904&terminate=false&userId= @@ -28,21 +28,21 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61373bb45 #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf968040ab7d8f181e6a68b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=901&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde437229eff00091b6c30/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1f1b66c76000790ef27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde437229eff00091b6c30/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0657444a40009cd2422/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (240p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d0fbaa8742fa3093899da&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=956&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (Spain) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1acdaa8ba90f0007d5e760/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1acdaa8ba90f0007d5e760&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=700&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acdaa8ba90f0007d5e760/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (240p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d0fbaa8742fa3093899da&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=956&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0657444a40009cd2422/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b648e738977e2c312131/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9b648e738977e2c312131&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=30292edb-0714-11eb-97af-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) [Not 24/7] @@ -71,16 +71,16 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1acdfda84c970007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acdfda84c970007e750b5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" status="online",Pluto TV Realities ESP (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d93b4d71754e6a4298d086e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=953&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" status="error",Pluto TV Realities ESP (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" status="online",Pluto TV Realities ESP (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTeenStarsSpain.es" status="online",Pluto TV Teen Stars (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60016a60a8e3520008e0d331/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTelenovelasSpain.es" status="online",Pluto TV Telenovelas (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b4c06717da110007ee1af6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&serverSideAds=false&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us" status="online",Pluto TV The Walking Dead ESP (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e82bb378601b80007b4bd78&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=925&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us" status="online",Pluto TV The Walking Dead ESP (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us" status="online",Pluto TV The Walking Dead ESP (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e82bb378601b80007b4bd78&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=925&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVToonsClasicoSpain.es" status="online",Pluto TV Toons Clásico (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609e7e423e9173000706a681/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TopGearSpain.es" status="online",Top Gear (720p) diff --git a/streams/fi.m3u b/streams/fi.m3u index dfbc7cde6..5e84734ce 100644 --- a/streams/fi.m3u +++ b/streams/fi.m3u @@ -16,6 +16,6 @@ https://yletv-lh.akamaihd.net/i/yletv1hls_1@103188/master.m3u8 #EXTINF:-1 tvg-id="YleTV2.fi" status="blocked",YLE TV 2 (720p) [Geo-blocked] https://yletv-lh.akamaihd.net/i/yletv2hls_1@103189/master.m3u8 #EXTINF:-1 tvg-id="" status="online",OhoTV -https://5e4bcaad013b8.streamlock.net/live/Stream1/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",OhoTV https://5e4bcaad013b8.streamlock.net/live/Stream1_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",OhoTV +https://5e4bcaad013b8.streamlock.net/live/Stream1/playlist.m3u8 diff --git a/streams/fr.m3u b/streams/fr.m3u index 056248c8a..e28b59a2f 100644 --- a/streams/fr.m3u +++ b/streams/fr.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="7ALimoges.fr" status="online",7ALimoges (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="7ALimoges.fr" status="timeout",7ALimoges (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCdFv_ZWQ3Xk_NfRiaK-ryGg/live #EXTINF:-1 tvg-id="AlpedHuezTV.fr" status="online",Alpe d’Huez TV (720p) [Not 24/7] https://edge.vedge.infomaniak.com/livecast/ik:adhtv/chunklist.m3u8 @@ -17,7 +17,7 @@ https://live.creacast.com/grandlilletv/smil:grandlilletv.smil/playlist.m3u8 https://live.creacast.com/grandlittoral/smil:grandlittoral.smil/playlist.m3u8 #EXTINF:-1 tvg-id="BIPTV.fr" status="online",BIP TV (480p) [Not 24/7] http://biptv.tv/live/biptvstream_orig/index.m3u8 -#EXTINF:-1 tvg-id="BSmartTV.fr" status="online",BSmart TV (1080p) +#EXTINF:-1 tvg-id="BSmartTV.fr" status="timeout",BSmart TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCHKib3PFscrSEFOINC2ZJCQ/live #EXTINF:-1 tvg-id="C8.fr" status="blocked",C8 https://s13.tntendirect.com/d8/live/playlist.m3u8 @@ -29,13 +29,13 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid http://hls-m007.live-lv3.canalplus-cdn.net/live/disk/canalplusclair-hd/hls-ios-fhd-clair/canalplusclair-hd.m3u8 #EXTINF:-1 tvg-id="CanalPlusFrance.fr" status="timeout",Canal+ France http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x5gv6be -#EXTINF:-1 tvg-id="CentralTV.fr" status="error",Central TV (614p) [Not 24/7] +#EXTINF:-1 tvg-id="CentralTV.fr" status="online",Central TV (614p) [Not 24/7] http://cdn2.ujjina.com:1935/iptvcentraltv/livecentraltvtv/playlist.m3u8 #EXTINF:-1 tvg-id="Cherie25.fr" status="blocked",Chérie 25 (360p) https://s13.tntendirect.com/cherie25/live/playlist.m3u8 -#EXTINF:-1 tvg-id="CNews.fr" status="online",Cnews (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CNews.fr" status="timeout",Cnews (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x3b68jn -#EXTINF:-1 tvg-id="CNews.fr" status="online",CNews (1080p) +#EXTINF:-1 tvg-id="CNews.fr" status="timeout",CNews (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/CNEWS #EXTINF:-1 tvg-id="CStar.fr" status="blocked",CStar (360p) https://s13.tntendirect.com/d17/live/playlist.m3u8 @@ -49,9 +49,9 @@ https://cdn02.hta.dz/abr_htatv/EL_HEDDAF_TV/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChR-A__NS_C5kHDWj3PeAhw/live #EXTINF:-1 tvg-id="EuronewsEnglish.fr" status="online",Euronews English (720p) https://d1mpprlbe8tn2j.cloudfront.net/v1/master/7b67fbda7ab859400a821e9aa0deda20ab7ca3d2/euronewsLive/87O7AhxRUdeeIVqf/ewnsabren_eng.m3u8 -#EXTINF:-1 tvg-id="EuronewsHungarian.fr" status="online",Euronews Hungary (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EuronewsHungarian.fr" status="timeout",Euronews Hungary (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/euronewsHungarian/live -#EXTINF:-1 tvg-id="EuronewsRussian.fr" status="online",Euronews по-русски (720p) +#EXTINF:-1 tvg-id="EuronewsRussian.fr" status="timeout",Euronews по-русски (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFzJjgVicCtFxJ5B0P_ei8A/live #EXTINF:-1 tvg-id="EuronewsRussian.fr" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",Euronews по-русски (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 @@ -93,9 +93,9 @@ https://s13.tntendirect.com/france5/live/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24Arabic/live #EXTINF:-1 tvg-id="France24English.fr" status="online",France 24 English (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24English/live -#EXTINF:-1 tvg-id="France24Espanol.fr" status="online",France 24 Español (1080p) +#EXTINF:-1 tvg-id="France24Espanol.fr" status="timeout",France 24 Español (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24Espanol/live -#EXTINF:-1 tvg-id="France24French.fr" status="online",France 24 French (1080p) +#EXTINF:-1 tvg-id="France24French.fr" status="timeout",France 24 French (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24/live #EXTINF:-1 tvg-id="Franceinfo.fr" status="timeout",Franceinfo (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/franceinfo/live @@ -115,14 +115,14 @@ http://188.40.68.167/russia/gulli_girl/playlist.m3u8 https://live-kto.akamaized.net/hls/live/2033284/KTO/master.m3u8 #EXTINF:-1 tvg-id="LEquipe.fr" status="blocked",L'EQUIPE (360p) https://s13.tntendirect.com/lequipe21/live/playlist.m3u8 -#EXTINF:-1 tvg-id="M6.fr" status="online",M6 (1080p) +#EXTINF:-1 tvg-id="M6.fr" status="timeout",M6 (1080p) https://shls-m6-france-prod-dub.shahid.net/out/v1/c8a9f6e000cd4ebaa4d2fc7d18c15988/index.m3u8 #EXTINF:-1 tvg-id="MCMTop.fr" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",MCM Top (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s49/index.m3u8 #EXTINF:-1 tvg-id="MDL.fr" status="online",MDL (720p) http://tv.mondeduloisir.fr:1935/tixtv/smil:web.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Mezzo.fr" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",Mezzo (480p) +#EXTINF:-1 tvg-id="Mezzo.fr" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",Mezzo (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s35/index.m3u8 #EXTINF:-1 tvg-id="MoselleTV.fr" status="online",viàMoselleTV (720p) [Not 24/7] @@ -163,7 +163,7 @@ http://51.210.199.59/hls/stream.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/xkxbzc #EXTINF:-1 tvg-id="RMCDecouverte.fr" status="blocked",RMC Découverte (720p) https://s13.tntendirect.com/rmcdecouverte/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleGrenoble.fr" status="online",Tele Grenoble +#EXTINF:-1 tvg-id="TeleGrenoble.fr" status="timeout",Tele Grenoble http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x128fjo #EXTINF:-1 tvg-id="Telesud.fr" status="online",TeleSud http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wrxqb @@ -183,13 +183,11 @@ http://gratuittv.free.fr/Files/tmc/live/playlist.m3u8 http://185.234.217.27:8002/play/a02f/index.m3u8 #EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="timeout",TV5 Monde Asie (576p) http://210.210.155.37/dr9445/s/s24/index.m3u8 -#EXTINF:-1 tvg-id="TV5MondeStyleHD.fr" status="error",TV5 Monde Style HD (576p) [Geo-blocked] -http://210.210.155.35/dr9445/h/h01/index.m3u8 -#EXTINF:-1 tvg-id="TV7Bordeaux.fr" status="error",TV7 Bordeaux (720p) +#EXTINF:-1 tvg-id="TV7Bordeaux.fr" status="online",TV7 Bordeaux (720p) http://live.digiteka.com/1/RVNZMmJtUURmd09I/U0dNU0tk/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="TV7Colmar.fr" status="online",TV7 Colmar (576p) https://tv7.hdr-tv.com/live/tv7/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="TV8MontBlanc.fr" status="error",TV8 Mont-Blanc (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TV8MontBlanc.fr" status="online",TV8 Mont-Blanc (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x71o73v #EXTINF:-1 tvg-id="TV78.fr" status="online",TV78 (720p) https://streamtv.cdn.dvmr.fr/TV78/ngrp:tv78.stream_all/master.m3u8 @@ -211,7 +209,7 @@ http://entertainment.ashttp9.visionip.tv/live/visiontvuk-entertainment-edgytv-hs https://livevideo.infomaniak.com/streaming/livecast/funradiovisionhd/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Persiana Varzesh (720p) [Not 24/7] http://51.210.199.16/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" status="online",Sqool TV +#EXTINF:-1 tvg-id="" status="timeout",Sqool TV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaEqMbRYYOmI3WrALMhxuIg/live #EXTINF:-1 tvg-id="" status="online",Wéo (Hauts-de-France) (480p) [Not 24/7] https://live.digiteka.com/1/WGQ1NnhEN0lzM0NU/dk1EOHhw/hls/live/playlist.m3u8 diff --git a/streams/fr_pluto.m3u b/streams/fr_pluto.m3u index 52e9f5431..ecf3b7981 100644 --- a/streams/fr_pluto.m3u +++ b/streams/fr_pluto.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="online",Pluto TV BET Classics (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="timeout",Pluto TV BET Classics (480p) +#EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="online",Pluto TV BET Classics (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Bob l'éponge+ (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/609a33d06972da0007748ecf/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc9fd0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=195dd54b-932b-4f28-be70-7e736585335a @@ -29,10 +29,10 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60afa1508284e600071 http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60925a44f0350600075a1fdc/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc78c1-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=5cc06a56-861b-4448-84df-34ad224ceaa7 #EXTINF:-1 tvg-id="PlutoTVAnimeAllDayFrance.fr" status="online",Pluto TV Animé All Day (480p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed52a62fa750007733239/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCineRetroFrance.fr" status="online",Pluto TV Ciné Rétro (240p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineRetroFrance.fr" status="online",Pluto TV Ciné Rétro (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCineRetroFrance.fr" status="online",Pluto TV Ciné Rétro (240p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVComedieFrance.fr" status="online",Pluto TV Comédie (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVComedieFrance.fr" status="online",Pluto TV Comédie (720p) [Not 24/7] @@ -43,30 +43,30 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed48146ba9e0007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDatingFrance.fr" status="online",Pluto TV Dating (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6092544e7639460007d4835e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc78c0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=5a2b1311-2550-464b-8060-15765b30c4f8 -#EXTINF:-1 tvg-id="PlutoTVExtremeFrance.fr" status="online",Pluto TV Extrême (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed327f9e9b0000761141e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVExtremeFrance.fr" status="online",Pluto TV Extrême (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed327f9e9b0000761141e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVExtremeFrance.fr" status="online",Pluto TV Extrême (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed327f9e9b0000761141e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96b8f4f1ca3f0629f4bf1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=936&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96b8f4f1ca3f0629f4bf1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=936&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde27ffae9520009c0c75a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&buildVersion=5.4.0-917c0e6072&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde27ffae9520009c0c75a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVJuniorFrance.fr" status="online",Pluto TV Junior (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb336537e8000764a17f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsAnimationFrance.fr" status="online",Pluto TV Kids Animation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsSeriesFrance.fr" status="online",Pluto TV Kids Séries (360p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSeriesFrance.fr" status="online",Pluto TV Kids Séries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVKidsSeriesFrance.fr" status="online",Pluto TV Kids Séries (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb71a26ed8300076433f9/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (480p) @@ -109,13 +109,13 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5ebe299d30c0007b http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60549a8d8f1b53000768bc52/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8b56e0-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=9dcb446c-ad5a-4171-a84f-d144607d7b33 #EXTINF:-1 tvg-id="" status="online",Pluto TV Le miracle de l'amour (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60549c238c3f21000753d3e0/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8b56e1-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=af1cb1d2-a877-4020-81af-3f89e475eb94 -#EXTINF:-1 tvg-id="" status="online",Pluto TV Les Cordier (240p) +#EXTINF:-1 tvg-id="" status="timeout",Pluto TV Les Cordier (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed80fa09f120007c8daa5/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Les Cordier (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed80fa09f120007c8daa5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Les filles d'à côté (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60549d97cd7b090007c73314/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8ba500-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=0e7a9749-ec3d-4fea-9861-01e153b22e40 -#EXTINF:-1 tvg-id="" status="timeout",Pluto TV Les Nouveaux Detectives (480p) +#EXTINF:-1 tvg-id="" status="online",Pluto TV Les Nouveaux Detectives (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8edb6df1ebb800072edf10/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Les Nouveaux Detectives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8edb6df1ebb800072edf10/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS diff --git a/streams/ge.m3u b/streams/ge.m3u index 4b8840935..8535f0df7 100644 --- a/streams/ge.m3u +++ b/streams/ge.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="1TV.ge" status="online",1TV (240p) [Geo-blocked] https://tv.cdn.xsg.ge/gpb-1tv/index.m3u8 -#EXTINF:-1 tvg-id="2TV.ge" status="error",2TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="2TV.ge" status="online",2TV (720p) [Not 24/7] https://tv.cdn.xsg.ge/gpb-2tv/index.m3u8 #EXTINF:-1 tvg-id="AbazaTV.ru" status="online",Abaza TV http://clients.apsny.camera/tv_abaza_tv/index.m3u8 diff --git a/streams/gl.m3u b/streams/gl.m3u index 829f6fd33..ac7449f4f 100644 --- a/streams/gl.m3u +++ b/streams/gl.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="KNR2.gl" status="online",KNR2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KNR2.gl" status="timeout",KNR2 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC6D225YIMCwVBiBktEeV-vQ/live diff --git a/streams/gr.m3u b/streams/gr.m3u index 6c74b3b94..87014f966 100644 --- a/streams/gr.m3u +++ b/streams/gr.m3u @@ -47,7 +47,7 @@ https://live.cast-control.eu/ekpdipso/ekpdipso/playlist.m3u8 https://liveopen.siliconweb.com/openTvLive/openEcclessia/playlist.m3u8 #EXTINF:-1 tvg-id="EgnatiaTileorasi.gr" status="online",Εγνατία Τηλεόραση (576p) https://video.streams.ovh:1936/egnatiatv/egnatiatv/index.m3u8 -#EXTINF:-1 tvg-id="EllasTV.gr" status="online",Ellas TV (1080p) +#EXTINF:-1 tvg-id="EllasTV.gr" status="error",Ellas TV (1080p) http://ellastv.gotdns.com:88/freetv/promo/index.m3u8 #EXTINF:-1 tvg-id="ENAChannel.gr" status="online",Ena Channel (576p) [Not 24/7] http://176.9.123.140:1935/1c/stream/master.m3u8 @@ -76,9 +76,9 @@ https://s1.cystream.net/live/faros1/playlist.m3u8 #EXTINF:-1 tvg-id="Galaxy.gr" status="blocked",Galaxy (432p) [Geo-blocked] https://channel.streams.ovh:1936/galaxygr-1/galaxygr-1/playlist.m3u8 #EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7] -https://vdo3.alphaserver.gr:3466/stream/play.m3u8 -#EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7] https://vdo3.alphaserver.gr:3466/live/greektvlondonlive.m3u8 +#EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7] +https://vdo3.alphaserver.gr:3466/stream/play.m3u8 #EXTINF:-1 tvg-id="GroovyTV.gr" status="online",Groovy TV (360p) http://web.onair-radio.eu:1935/groovytv/groovytv/playlist.m3u8 #EXTINF:-1 tvg-id="HellenicParliamentTV.gr" status="online",Βουλή Τηλεόραση (540p) @@ -107,7 +107,7 @@ http://live.cretetv.gr:1935/cretetv/myStream/f1tv.m3u8 https://itv.streams.ovh/magictv/magictv/playlist.m3u8 #EXTINF:-1 tvg-id="MaroussiotikaTV.gr" status="online",Maroussiotika TV (480p) [Not 24/7] http://maroussiotika.dynu.com:8000/greektv/FZlHCCdBHL1/359142 -#EXTINF:-1 tvg-id="MEGATVHD.gr" status="blocked",Mega TV +#EXTINF:-1 tvg-id="MEGATVHD.gr" status="online",Mega TV https://streamcdnb7-c98db5952cb54b358365984178fb898a.msvdn.net/live/S86713049/gonOwuUacAxM/playlist.m3u8 #EXTINF:-1 tvg-id="MesogeiosTV.gr" status="online",Mesogeios TV (432p) http://176.9.123.140:1935/mesogeiostv/stream/master.m3u8 diff --git a/streams/gt.m3u b/streams/gt.m3u index 70b530aaf..32b031b10 100644 --- a/streams/gt.m3u +++ b/streams/gt.m3u @@ -1,11 +1,11 @@ #EXTM3U #EXTINF:-1 tvg-id="Canal69BarvisionTV.gt" status="online",Canal 69 BarvisionTV (Biblia Central) https://stream.oursnetworktv.com/latin/BibliaCentral/playlist.m3u8 -#EXTINF:-1 tvg-id="CanaldeGobierno.gt" status="online",Canal de Gobierno +#EXTINF:-1 tvg-id="CanaldeGobierno.gt" status="timeout",Canal de Gobierno http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/GobiernodeGuatemala/live #EXTINF:-1 tvg-id="CanalTVRadioMayaTGBA.gt" status="online",Canal TV Radio Maya TGBA https://stream.oursnetworktv.com/latin/radioTGBAgtm/playlist.m3u8 -#EXTINF:-1 tvg-id="ElOlamTV.gt" status="online",El Olam TV +#EXTINF:-1 tvg-id="ElOlamTV.gt" status="error",El Olam TV https://stream.oursnetworktv.com/latin/elOlam/playlist.m3u8 #EXTINF:-1 tvg-id="FeViviente.gt" status="online",Fe Viviente https://stream.oursnetworktv.com/latin/feVivienteGtm/playlist.m3u8 diff --git a/streams/hk.m3u b/streams/hk.m3u index 3625fd841..bb274b8a2 100644 --- a/streams/hk.m3u +++ b/streams/hk.m3u @@ -1,21 +1,21 @@ #EXTM3U #EXTINF:-1 tvg-id="CelestialClassicMovies.hk" status="error",Celestial Classic 天映经典 (Celestial Classic Movies) (Indonesian Subtitle) (576p) http://210.210.155.37/qwr9ew/s/s31/index.m3u8 -#EXTINF:-1 tvg-id="CelestialMovies.hk" status="online",Celestial Movies (Indonesian Subtitle) (576p) -http://210.210.155.37/dr9445/h/h14/index.m3u8 #EXTINF:-1 tvg-id="CelestialMovies.hk" status="error",Celestial Movies (Indonesian Subtitle) (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h14/index.m3u8 +#EXTINF:-1 tvg-id="CelestialMovies.hk" status="error",Celestial Movies (Indonesian Subtitle) (576p) +http://210.210.155.37/dr9445/h/h14/index.m3u8 #EXTINF:-1 tvg-id="CreationTV.hk" status="blocked",Creation TV (720p) [Not 24/7] http://al-pull2.hkatv.vip/live/CTV.m3u8 #EXTINF:-1 tvg-id="HKSTV.hk" status="blocked",HKSTV (香港衛視) (720p) [Not 24/7] https://al-pull2.hkatv.vip/live/hktv20210929.m3u8 -#EXTINF:-1 tvg-id="iModeTV.hk" status="online",iMode TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="iModeTV.hk" status="timeout",iMode TV (1080p) [Not 24/7] https://juyunlive.juyun.tv/live/24950198.m3u8 #EXTINF:-1 tvg-id="Kix.hk" status="online",Kix (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h07/index.m3u8 #EXTINF:-1 tvg-id="MiaoMi.hk" status="online",Miao Mi (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/hk/MiaoMi.m3u8 -#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="online",Phoenix Chinese Channel (鳳凰衛視中文) (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="error",Phoenix Chinese Channel (鳳凰衛視中文) (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h157/index2.m3u8 #EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="error",Phoenix Chinese Channel (鳳凰衛視中文) (576p) http://210.210.155.37/uq2663/h/h157/index2.m3u8 @@ -29,7 +29,7 @@ http://210.210.155.37/qwr9ew/s/s34/index.m3u8 http://61.238.6.49:8000/bysid/96 #EXTINF:-1 tvg-id="" status="online",HKIBC http://uc6.i-cable.com/live_freedirect/opentvhd002_h.live/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",RTHK (港台電視31) (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked",RTHK (港台電視31) (360p) [Geo-blocked] https://rthklive1-lh.akamaihd.net/i/rthk31_1@167495/master.m3u8 #EXTINF:-1 tvg-id="" status="online",RTHK (港台電視32) (360p) [Not 24/7] https://rthklive2-lh.akamaihd.net/i/rthk32_1@168450/master.m3u8 @@ -49,7 +49,7 @@ http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://202.69.67.66:443/webcast/bshdlive-pc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",香港开电视 / HKSTV-HKS (720p) http://media.fantv.hk/m3u8/archive/channel2.m3u8 -#EXTINF:-1 tvg-id="" status="online",香港衛視 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",香港衛視 (576p) [Not 24/7] http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",鳳凰衛視中文台 http://221.179.217.70/PLTV/88888888/224/3221225942/1.m3u8 diff --git a/streams/hn.m3u b/streams/hn.m3u index f023f4d93..6da670571 100644 --- a/streams/hn.m3u +++ b/streams/hn.m3u @@ -7,7 +7,7 @@ https://emisoras.hn:8081/atv/index.m3u8 https://video.misistemareseller.com/atvhonduras/atvhonduras/playlist.m3u8 #EXTINF:-1 tvg-id="CampusTV.hn" status="online",Campus TV (360p) [Not 24/7] http://st2.worldkast.com/8004/8004/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal11.hn" status="blocked",Canal 11 (720p) +#EXTINF:-1 tvg-id="Canal11.hn" status="online",Canal 11 (720p) https://mdstrm.com/live-stream-playlist/603d4e1fb042ce07c5c8f911.m3u8 #EXTINF:-1 tvg-id="Catavision.hn" status="online",Catavisión (300p) [Not 24/7] https://stmv1.zcastbr.com/catavision/catavision/playlist.m3u8 @@ -43,7 +43,7 @@ http://lencatelevision.com:8080/hls/ltv3.m3u8 https://stmv1.zcastbr.com/roatanhableclaro/roatanhableclaro/playlist.m3u8 #EXTINF:-1 tvg-id="SercanoTV.hn" status="online",Sercano TV (720p) http://stream.grupoabchn.com:1935/SERCANOHD/SERCANOLive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="SuyapaTV.hn" status="online",Suyapa TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="SuyapaTV.hn" status="timeout",Suyapa TV (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x833e2b #EXTINF:-1 tvg-id="Teleceiba.hn" status="timeout",Teleceiba http://190.11.224.14:8134/liveevent.m3u8 @@ -63,7 +63,7 @@ https://emisoras.hn:8081/tvcopan/index.m3u8 https://live-utv.unah.edu.hn/web/salida.m3u8 #EXTINF:-1 tvg-id="VTV.hn" status="online",VTV https://dw6a9whylepvl.cloudfront.net/hls/vtv.m3u8 -#EXTINF:-1 tvg-id="" status="online",Omega Tv (288p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Omega Tv (288p) [Not 24/7] https://5caf24a595d94.streamlock.net:1937/8142/8142/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Imagen 105.1 FM (La Esperanza) (720p) [Not 24/7] http://lencatelevision.com:8080/hls/ltv2.m3u8 diff --git a/streams/hr.m3u b/streams/hr.m3u index 34b23c57c..7b981af1a 100644 --- a/streams/hr.m3u +++ b/streams/hr.m3u @@ -31,7 +31,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid #EXTINF:-1 tvg-id="RTLCroatia.hr" status="online" user-agent="Mozilla/5.0 (X11; Linux i686; rv:90.0) Gecko/20100101 Firefox/90.0",RTL (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux i686; rv:90.0) Gecko/20100101 Firefox/90.0 http://195.29.70.67/PLTV/88888888/224/3221226195/index.m3u8 -#EXTINF:-1 tvg-id="TVJadran.hr" status="online",TV Jadran (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVJadran.hr" status="timeout",TV Jadran (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x670ug8 #EXTINF:-1 tvg-id="" status="timeout",History 2 HD http://109.105.205.250:8081/live/HISTORY2/playlist.m3u8 diff --git a/streams/ht.m3u b/streams/ht.m3u index a333fa96f..5e49cc5ae 100644 --- a/streams/ht.m3u +++ b/streams/ht.m3u @@ -7,17 +7,17 @@ https://video1.getstreamhosting.com:1936/8055/8055/playlist.m3u8 https://watch.haitilive.net/stream/netalkole/public/tv/index.m3u8 #EXTINF:-1 tvg-id="RadioTeleAmenFM.ht" status="timeout",Radio Tele Amen FM (360p) [Not 24/7] http://184.173.179.163:1935/daniel/daniel/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTelePititManmanMari.ht" status="online",Radio Télé Pitit Manman Mari (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTelePititManmanMari.ht" status="timeout",Radio Télé Pitit Manman Mari (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCLeNHM8XDkZmd2rhV3ZG7Vg/live #EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="error",Radio Tele Planet Compas (720p) [Not 24/7] https://5dcab9aed5331.streamlock.net/mrcompas1/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTeleShalom.ht" status="online",Radio Tele Shalom (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTeleShalom.ht" status="timeout",Radio Tele Shalom (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCBJ9zxns1hxblYZw4urBd_w/live #EXTINF:-1 tvg-id="TeleHaiti.ht" status="online",Tele Haiti (1088p) http://66.175.238.147:1935/live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="TeleLouange.ht" status="online",Tele Louange (720p) https://5790d294af2dc.streamlock.net/8124/8124/chunklist.m3u8 -#EXTINF:-1 tvg-id="TVPanou.ht" status="online",TV Panou (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPanou.ht" status="error",TV Panou (720p) [Not 24/7] http://tvpanoucom.srfms.com:1935/tvpanoucom/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Télé 4VEH (720p) https://uni01rtmp.tulix.tv/4vehtv/4vehtv-firetv/playlist.m3u8 diff --git a/streams/id.m3u b/streams/id.m3u index 24b489fe9..5c96b556d 100644 --- a/streams/id.m3u +++ b/streams/id.m3u @@ -1,12 +1,12 @@ #EXTM3U #EXTINF:-1 tvg-id="ADiTV.id" status="online",ADiTV (720p) [Not 24/7] https://v2.siar.us/aditv/livestream/chunks.m3u8 -#EXTINF:-1 tvg-id="AhsanTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ahsan TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="AhsanTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ahsan TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch4.m3u8 #EXTINF:-1 tvg-id="Ainos.id" status="online",Ainos (576i) https://alfa.kugo.id/playout/ainos.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="AlBahjahTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Al-Bahjah TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="AlBahjahTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Al-Bahjah TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch64.m3u8 #EXTINF:-1 tvg-id="AlImanTV.id" status="timeout",Al-Iman TV (720p) [Geo-blocked] @@ -16,7 +16,7 @@ http://210.210.155.37/qwr9ew/s/s07/index1.m3u8 #EXTINF:-1 tvg-id="AshiilTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ashiil TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch2.m3u8 -#EXTINF:-1 tvg-id="AswajaTV.id" status="online",Aswaja TV [Geo-blocked] +#EXTINF:-1 tvg-id="AswajaTV.id" status="timeout",Aswaja TV [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x748iuo #EXTINF:-1 tvg-id="BalikapanTV.id" status="online",Balikapan TV (720p) [Not 24/7] http://122.248.43.138:1935/ch10/myStream/playlist.m3u8 @@ -26,7 +26,7 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(8e867ae0-b2c0-49 https://v2.siar.us/banjartv/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="BantenTV.id" status="online",Banten TV (720p) [Not 24/7] https://v2.siar.us/barayatv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="BatamTV.id" status="error",Batam TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BatamTV.id" status="online",Batam TV (720p) [Not 24/7] http://122.248.43.138:1935/ch5/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="BatuTV.id" status="online",Batu TV (576p) [Not 24/7] http://117.103.69.219:8080/live/streaming/index.m3u8 @@ -57,7 +57,7 @@ http://livestream.biznetvideo.net/biznet_lifestyle/smil:lifestyle.smil/playlist. https://v2.siar.us/bmstv/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="BRTV.id" status="online",BRTV (1080p) [Not 24/7] https://e1.siar.us/badartv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="BungoTV.id" status="online",Bungo TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="BungoTV.id" status="error",Bungo TV (480p) [Not 24/7] https://5bf7b725107e5.streamlock.net/bungotv/bungotv/playlist.m3u8 #EXTINF:-1 tvg-id="CahayaTVBanten.id" status="online",Cahaya TV Banten (720p) [Not 24/7] https://bravo.kugo.id/ctv/rtmp.stream/playlist.m3u8 @@ -69,7 +69,7 @@ https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/master.m3u8 https://live.cnnindonesia.com/livecnn/smil:cnntv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DangdutTivi.id" status="online",Dangdut Tivi (576p) https://bravo.kugo.id/dangduttivi/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="DhammaTV.id" status="timeout",Dhamma TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DhammaTV.id" status="online",Dhamma TV (720p) [Not 24/7] https://b.webcache.maxindo.net.id/dhamma/dhamma.m3u8 #EXTINF:-1 tvg-id="DigiOne.id" status="blocked",DigiOne (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(d2f582be-366c-4cce-9476-1b524dc854e9)/index.m3u8 @@ -82,9 +82,9 @@ https://h1.intechmedia.net/intech/ch51.m3u8 https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(ec41a5e2-09e4-431d-b92e-383fa7abe25c)/index.m3u8 #EXTINF:-1 tvg-id="DutaTV.id" status="online",Duta TV (360p) [Not 24/7] https://dutatv.siar.us/dutatv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="ElshintaTV.id" status="error",Elshinta TV (480p) [Not 24/7] [Geo-blocked] +#EXTINF:-1 tvg-id="ElshintaTV.id" status="online",Elshinta TV (480p) [Not 24/7] [Geo-blocked] http://210.210.155.35/qwr9ew/s/s10/index.m3u8 -#EXTINF:-1 tvg-id="ElshintaTV.id" status="error",Elshinta TV (480p) [Not 24/7] [Geo-blocked] +#EXTINF:-1 tvg-id="ElshintaTV.id" status="online",Elshinta TV (480p) [Not 24/7] [Geo-blocked] http://210.210.155.37/qwr9ew/s/s10/index.m3u8 #EXTINF:-1 tvg-id="FajarTV.id" status="error",Fajar TV (240p) [Not 24/7] http://122.248.43.138:1935/ch27/myStream/playlist.m3u8 @@ -101,19 +101,19 @@ https://d9se4hqsqt2j2.cloudfront.net/GTV2022.m3u8 #EXTINF:-1 tvg-id="HijrahTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Hijrah TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch8.m3u8 -#EXTINF:-1 tvg-id="HopeChannelIndonesia.id" status="online",Hope Channel Indonesia [Not 24/7] +#EXTINF:-1 tvg-id="HopeChannelIndonesia.id" status="timeout",Hope Channel Indonesia [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/HopeChannelIndonesia/live #EXTINF:-1 tvg-id="HumaBetangTV.id" status="online",Huma Betang TV (720p) [Not 24/7] https://v3.siar.us/humabetangtv/live/playlist.m3u8 #EXTINF:-1 tvg-id="IAmChannel.id" status="online",I AM CHANNEL (576p) [Not 24/7] http://iamchannel.org:1935/tes/1/playlist.m3u8 -#EXTINF:-1 tvg-id="Indosiar.id" status="error",Indosiar (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="Indosiar.id" status="online",Indosiar (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s04/index.m3u8 #EXTINF:-1 tvg-id="INews.id" status="error" user-agent="AppleWebKit/537.36 (KHTML, like Gecko)",iNews (1080p) #EXTVLCOPT:http-referrer=https://www.rctiplus.com/ #EXTVLCOPT:http-user-agent=AppleWebKit/537.36 (KHTML, like Gecko) https://d3o5yreltwquyt.cloudfront.net/INEWS2022.m3u8 -#EXTINF:-1 tvg-id="InsanTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Insan TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="InsanTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Insan TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch1.m3u8 #EXTINF:-1 tvg-id="InspiraTV.id" status="online",Inspira TV (720p) [Not 24/7] @@ -129,19 +129,19 @@ https://v2.siar.us/jawapostv/live/chunks.m3u8 #EXTINF:-1 tvg-id="JayaTVJayapura.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch29.m3u8 -#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch52.m3u8 #EXTINF:-1 tvg-id="JekTV.id" status="online",Jek TV (360p) [Not 24/7] http://122.248.43.138:1935/ch14/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="JekTV.id" status="online",Jek TV (360p) [Not 24/7] http://128.199.90.131:1935/jektv/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="online",Jogja Istimewa TV (720p) -http://103.255.15.222:1935/tv/jitv_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jogja Istimewa TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jogja Istimewa TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch65.m3u8 -#EXTINF:-1 tvg-id="JogjaTV.id" status="error",Jogja TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="error",Jogja Istimewa TV (720p) +http://103.255.15.222:1935/tv/jitv_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="JogjaTV.id" status="online",Jogja TV (720p) [Not 24/7] https://stream.jogjatv.co.id/jtvlive/stream/index.m3u8 #EXTINF:-1 tvg-id="JPMTV.id" status="online",JPM TV (720p) [Not 24/7] http://122.248.43.138:1935/ch6/myStream/playlist.m3u8 @@ -165,7 +165,7 @@ https://re1.siar.us/madutv/hd720/playlist.m3u8 https://edge.medcom.id/live-edge/smil:magna.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Maleo.id" status="online",Maleo (576i) https://alfa.kugo.id/playout/maleo.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="MataMilenialIndonesiaTV.id" status="online",Mata Milenial Indonesia TV [Not 24/7] +#EXTINF:-1 tvg-id="MataMilenialIndonesiaTV.id" status="timeout",Mata Milenial Indonesia TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/channel/UCvew2SW7fPHK0m8c4Ez44Nw/live #EXTINF:-1 tvg-id="Max2U.id" status="blocked",Max2U (720p) https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(a255dd49-dc2a-464b-8623-6ef4556dff11)/index.m3u8 @@ -173,7 +173,7 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(a255dd49-dc2a-46 https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(9430f215-8ccb-4322-affd-6dbc97e259bd)/index.m3u8 #EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="online",Media Sunnah Aceh [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/MediaSunnahAceh/live -#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] +#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch23.m3u8 #EXTINF:-1 tvg-id="MetroGlobeNetwork.id" status="online",Metro Globe Network (1080p) [Not 24/7] @@ -191,17 +191,17 @@ https://cdn.gunadarma.ac.id/streams/mgstv/ingestmgstv.m3u8 https://h1.intechmedia.net/intech/ch19.m3u8 #EXTINF:-1 tvg-id="MQTV.id" status="online",MQTV (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/mqtv/mqtv/playlist.m3u8 -#EXTINF:-1 tvg-id="MTATV.id" status="online",mta tv [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live #EXTINF:-1 tvg-id="MTATV.id" status="blocked",mta tv (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(b3673fde-4acd-4f1d-95a5-a204d62545ac)/index.m3u8 +#EXTINF:-1 tvg-id="MTATV.id" status="timeout",mta tv [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live #EXTINF:-1 tvg-id="MuadzTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Muadz (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch5.m3u8 -#EXTINF:-1 tvg-id="MyCinema.id" status="online",My Cinema (1080p) -http://210.210.155.37/uq2663/h/h192/index.m3u8 #EXTINF:-1 tvg-id="MyCinema.id" status="error",My Cinema (1080p) [Geo-blocked] http://210.210.155.35/uq2663/h/h192/index.m3u8 +#EXTINF:-1 tvg-id="MyCinema.id" status="error",My Cinema (1080p) +http://210.210.155.37/uq2663/h/h192/index.m3u8 #EXTINF:-1 tvg-id="MyCinemaAsia.id" status="online",My Cinema Asia (1080p) [Geo-blocked] http://210.210.155.37/uq2663/h/h193/index.m3u8 #EXTINF:-1 tvg-id="MyCinemaAsia.id" status="error",My Cinema Asia (1080p) [Geo-blocked] @@ -212,13 +212,13 @@ http://210.210.155.37/uq2663/h/h194/index.m3u8 http://210.210.155.37/uq2663/h/h191/index.m3u8 #EXTINF:-1 tvg-id="NabawiTV.id" status="online",Nabawi TV (576p) https://alfa.kugo.id/nabawitv/nabawitv/playlist.m3u8 -#EXTINF:-1 tvg-id="NET.id" status="online",NET. [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/user/NetInsights/live -#EXTINF:-1 tvg-id="NET.id" status="timeout",NET. (576p) +#EXTINF:-1 tvg-id="NET.id" status="online",NET. (576p) https://bravo.kugo.id/nettv/udp.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="NET.id" status="error",NET. (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="NET.id" status="online",NET. (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s08/index.m3u8 -#EXTINF:-1 tvg-id="NiagaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Niaga TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="NET.id" status="timeout",NET. [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/user/NetInsights/live +#EXTINF:-1 tvg-id="NiagaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Niaga TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch10.m3u8 #EXTINF:-1 tvg-id="NusantaraTV.id" status="online",Nusantara TV (720p) @@ -226,14 +226,14 @@ https://nusantaratv.siar.us/nusantaratv/live/chunks.m3u8 #EXTINF:-1 tvg-id="OChannel.id" status="online",Moji (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s41/index.m3u8 #EXTINF:-1 tvg-id="OneTVAsia.sg" status="online",One TV Asia (576p) [Geo-blocked] -http://210.210.155.35/uq2663/h/h143/index.m3u8 -#EXTINF:-1 tvg-id="OneTVAsia.sg" status="online",One TV Asia (576p) [Geo-blocked] http://210.210.155.37/uq2663/h/h143/index.m3u8 +#EXTINF:-1 tvg-id="OneTVAsia.sg" status="error",One TV Asia (576p) [Geo-blocked] +http://210.210.155.35/uq2663/h/h143/index.m3u8 #EXTINF:-1 tvg-id="PadangTV.id" status="online",Padang TV (720p) [Not 24/7] http://122.248.43.138:1935/ch16/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="PalembangTV.id" status="online",Pal TV (720p) [Not 24/7] https://v3.siar.us/paltv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="PijarTV.id" status="online",Pijar TV [Not 24/7] +#EXTINF:-1 tvg-id="PijarTV.id" status="timeout",Pijar TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/pijartv #EXTINF:-1 tvg-id="PONTV.id" status="online",Pon TV (360p) [Not 24/7] http://122.248.43.138:1935/ch15/myStream/playlist.m3u8 @@ -243,19 +243,19 @@ https://v3.siar.us/pontianaktelevisi/live/playlist.m3u8 https://alfa.kugo.id/playout/pop.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="PujaTVAceh.id" status="online",Puja TV Aceh (1080p) [Not 24/7] https://v6.siar.us/pujatv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="RadarLampungTV.id" status="error",Radar TV Lampung (480p) [Not 24/7] +#EXTINF:-1 tvg-id="RadarLampungTV.id" status="online",Radar TV Lampung (480p) [Not 24/7] http://122.248.43.138:1935/ch17/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioKitaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RadioKita TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="RadioKitaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RadioKita TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch16.m3u8 #EXTINF:-1 tvg-id="RajawaliTV.id" status="online",RTV (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h10/index.m3u8 #EXTINF:-1 tvg-id="RajawaliTV.id" status="blocked",RTV (480p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(41869351-4a9c-4e57-b54b-8cf5dfc919e1)/index.m3u8 -#EXTINF:-1 tvg-id="RasyaadTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="RasyaadTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch6.m3u8 -#EXTINF:-1 tvg-id="RasyaadTV.id" status="error",Rasyaad TV [Not 24/7] +#EXTINF:-1 tvg-id="RasyaadTV.id" status="timeout",Rasyaad TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/RasyaadTvLiveStreaming/live #EXTINF:-1 tvg-id="RCTI.id" status="online" user-agent="AppleWebKit/537.36 (KHTML, like Gecko)",RCTI (720p) #EXTVLCOPT:http-referrer=https://www.rctiplus.com/ @@ -288,23 +288,23 @@ https://h1.intechmedia.net/intech/ch12.m3u8 https://bravo.kugo.id/salingsapa/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SangajiTV.id" status="online",Sangaji TV (720p) [Not 24/7] https://cdn.gunadarma.ac.id/streams/sangajitv/ingestsangajitv.m3u8 -#EXTINF:-1 tvg-id="SCTV.id" status="online",SCTV (480p) [Geo-blocked] -http://210.210.155.37/qwr9ew/s/s03/index.m3u8 #EXTINF:-1 tvg-id="SCTV.id" status="error",SCTV (480p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s03/index.m3u8 +#EXTINF:-1 tvg-id="SCTV.id" status="error",SCTV (480p) [Geo-blocked] +http://210.210.155.37/qwr9ew/s/s03/index.m3u8 #EXTINF:-1 tvg-id="SEAToday.id" status="blocked",Sea Today (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/DASH/Live/channel(9ce3f094-4044-467e-84b7-b684a49571d5)/manifest.mpd #EXTINF:-1 tvg-id="SemarangTV.id" status="online",Semarang TV (720p) http://116.254.112.74/hls/cakralive.m3u8 -#EXTINF:-1 tvg-id="Simpang5TV.id" status="error",Simpang5 TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Simpang5TV.id" status="online",Simpang5 TV (360p) [Not 24/7] http://122.248.43.138:1935/ch4/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="SinemaIndonesiaX.id" status="online",Sinema Indonesia X (576p) +#EXTINF:-1 tvg-id="SinemaIndonesiaX.id" status="timeout",Sinema Indonesia X (576p) https://bravo.kugo.id/live/sindox.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SMTV.id" status="online",SMTV (720p) [Not 24/7] http://122.248.43.138:1935/ch25/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="SpacetoonIndonesia.id" status="online",Spacetoon Indonesia (576p) https://bravo.kugo.id/spacetoon/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="SriwijayaTV.id" status="online",Sriwijaya TV [Not 24/7] +#EXTINF:-1 tvg-id="SriwijayaTV.id" status="error",Sriwijaya TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/sriwijayatvonline #EXTINF:-1 tvg-id="SultraTV.id" status="error",Sultra TV (720p) offline http://122.248.43.138:1935/ch20/myStream/playlist.m3u8 @@ -341,10 +341,10 @@ http://103.30.1.14:8080/hls/live.m3u8 https://tvmu.siar.us/tvmu/live/playlist.m3u8 #EXTINF:-1 tvg-id="TVMu.id" status="online",tvMu (720p) https://bravo.kugo.id/tvmu/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="tvOne.id" status="online",tvOne -http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/c/tvOneNews/live #EXTINF:-1 tvg-id="tvOne.id" status="online",tvOne (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s105/01.m3u8 +#EXTINF:-1 tvg-id="tvOne.id" status="timeout",tvOne +http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/c/tvOneNews/live #EXTINF:-1 tvg-id="TVRIAceh.id" status="online",TVRI Aceh (720p) [Not 24/7] http://118.97.50.107/Content/HLS/Live/Channel(TVRIACEH)/index.m3u8 #EXTINF:-1 tvg-id="TVRIAceh.id" status="online",TVRI Aceh (720p) @@ -405,12 +405,12 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKaltimsamarinda)/index.m3u8 http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALTIMSAMARINDA)/index.m3u8 #EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p) +http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINttkupang)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p) +http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (576p) https://alfa.kugo.id/tvrintt/rtmp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="timeout",TVRI Nusa Tenggara Timur (480p) -http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINttkupang)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="timeout",TVRI Nusa Tenggara Timur (480p) -http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIGORONTALO)/index.m3u8 #EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) @@ -444,11 +444,11 @@ http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINASIONAL) #EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (480p) http://202.80.222.130/000001/2/ch14041511560872104862/index.m3u8?virtualDomain=000001.live_hls.zte.com #EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIPapua)/index.m3u8 #EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIPapua.id" status="timeout",TVRI Papua (480p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8 #EXTINF:-1 tvg-id="TVRIRiau.id" status="online",TVRI Riau (720p) [Not 24/7] http://118.97.50.107/Content/HLS/Live/Channel(TVRIriau)/index.m3u8 #EXTINF:-1 tvg-id="TVRIRiau.id" status="online",TVRI Riau (720p) [Not 24/7] @@ -456,11 +456,11 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIriau)/index.m3u8 #EXTINF:-1 tvg-id="TVRIRiau.id" status="online",TVRI Riau (720p) [Not 24/7] http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIriau)/index.m3u8 #EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRISULTRA)/index.m3u8 +#EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRISultra)/index.m3u8 #EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRISULTRA)/index.m3u8 -#EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="timeout",TVRI Sulawesi Tenggara (480p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRISULTRA)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthKalimantan.id" status="online",TVRI Kalimantan Selatan (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALSELBANJARMSN)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthKalimantan.id" status="online",TVRI Kalimantan Selatan (720p) @@ -469,9 +469,9 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalselbanjarmsn)/index.m3u8 http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALSELBANJARMSN)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="online",TVRI Sulawesi Selatan (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRISULSELMAKASAR)/index.m3u8 -#EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="timeout",TVRI Sulawesi Selatan (480p) +#EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="online",TVRI Sulawesi Selatan (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRISulselmakasar)/index.m3u8 -#EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="timeout",TVRI Sulawesi Selatan (480p) +#EXTINF:-1 tvg-id="TVRISouthSulawesi.id" status="online",TVRI Sulawesi Selatan (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRISULSELMAKASAR)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthSumatra.id" status="online",TVRI Sumatera Selatan (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRISUMSEL)/index.m3u8 @@ -492,9 +492,9 @@ http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIJABARBAND #EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALBAR)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) -http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALBAR)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalbar)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) +http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALBAR)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestNusaTenggara.id" status="online",TVRI Nusa Tenggara Barat (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRINTBMATARAM)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestNusaTenggara.id" status="online",TVRI Nusa Tenggara Barat (720p) @@ -537,13 +537,13 @@ https://ssv1.dpr.go.id/golive/livestream2/playlist.m3u8 http://103.18.181.69:1935/golive/livestream2/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="online",TVR Parlemen Komisi III (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream3/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="online",TVR Parlemen Komisi III (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="error",TVR Parlemen Komisi III (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream3/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="online",TVR Parlemen Komisi IV (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream4/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="online",TVR Parlemen Komisi IV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="error",TVR Parlemen Komisi IV (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream4/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="error",TVR Parlemen Komisi IX (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="online",TVR Parlemen Komisi IX (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream9/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="error",TVR Parlemen Komisi IX (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream9/playlist.m3u8 @@ -553,24 +553,24 @@ http://103.18.181.69:1935/golive/livestream5/playlist.m3u8 https://ssv1.dpr.go.id/golive/livestream5/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="online",TVR Parlemen Komisi VI [Not 24/7] http://103.18.181.69:1935/golive/livestream6/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="online",TVR Parlemen Komisi VI [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="error",TVR Parlemen Komisi VI [Not 24/7] https://ssv1.dpr.go.id/golive/livestream6/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="online",TVR Parlemen Komisi VII (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="error",TVR Parlemen Komisi VII (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream7/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="online",TVR Parlemen Komisi VII (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="error",TVR Parlemen Komisi VII (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream7/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="online",TVR Parlemen Komisi VIII [Not 24/7] http://103.18.181.69:1935/golive/livestream8/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="error",TVR Parlemen Komisi VIII [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="online",TVR Parlemen Komisi VIII [Not 24/7] https://ssv1.dpr.go.id/golive/livestream8/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="online",TVR Parlemen Komisi X (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream10/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="online",TVR Parlemen Komisi X (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream10/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="online",TVR Parlemen Komisi XI (720p) [Not 24/7] +https://ssv1.dpr.go.id/golive/livestream11/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="error",TVR Parlemen Komisi XI (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream11/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="error",TVR Parlemen Komisi XI (720p) [Not 24/7] -https://ssv1.dpr.go.id/golive/livestream11/playlist.m3u8 #EXTINF:-1 tvg-id="TVTabalong.id" status="online",TV Tabalong (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/tvtabalong/tvtabalong/playlist.m3u8 #EXTINF:-1 tvg-id="UChannel.id" status="online",U Channel (576p) [Not 24/7] [Geo-blocked] @@ -596,18 +596,18 @@ https://ammedia.siar.us/ammedia/live/playlist.m3u8 https://wowza.convergen.co/atvli/atvli.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Food Channel (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s38/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Dens Knowledge and Learning (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",Dens Knowledge and Learning (576p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s36/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Dens Knowledge and Learning (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",Dens Knowledge and Learning (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s36/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s65/index2.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s65/index2.m3u8 -#EXTINF:-1 tvg-id="" status="online",Dens Play (720p) [Geo-blocked] -http://210.210.155.37/x6bnqe/s/s101/live.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Play (720p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s101/live.m3u8 +#EXTINF:-1 tvg-id="" status="error",Dens Play (720p) [Geo-blocked] +http://210.210.155.37/x6bnqe/s/s101/live.m3u8 #EXTINF:-1 tvg-id="" status="online",Dens ShowBiz (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s35/index.m3u8 #EXTINF:-1 tvg-id="" status="online",dTVi (720p) @@ -632,11 +632,9 @@ https://ncbtv.siar.us/ncbtv/live/playlist.m3u8 http://122.248.43.138:1935/ch7/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Persija TV (720p) https://bravo.kugo.id/persijatv/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RB TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RB TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch59.m3u8 -#EXTINF:-1 tvg-id="" status="error",Sampit TV -https://alfa.kugo.id/sampittv/rtmp.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="online",The Indonesia Channel https://cdn3.wowza.com/1/NEtzTTZ4c1FTTUN2/SkJBbVJs/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",The Indonesia Channel (720p) [Geo-blocked] diff --git a/streams/il.m3u b/streams/il.m3u index a35f81fd5..35392c096 100644 --- a/streams/il.m3u +++ b/streams/il.m3u @@ -27,7 +27,7 @@ https://kan23.media.kan.org.il/hls/live/2024691/2024691/master.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7ymw7f #EXTINF:-1 tvg-id="KnessetChannel.il" status="online",Knesset Channel (480p) [Not 24/7] https://contact.gostreaming.tv/Knesset/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="Makan33.il" status="error",Makan 33 (1080p) +#EXTINF:-1 tvg-id="Makan33.il" status="timeout",Makan 33 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/k2slq6Tpsh2bm4wA43P #EXTINF:-1 tvg-id="Now14.il" status="online",Now 14 https://dvr.ch20-cdnwiz.com/hls/live.m3u8 diff --git a/streams/in.m3u b/streams/in.m3u index 1a1fd0baf..f33e191b9 100644 --- a/streams/in.m3u +++ b/streams/in.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="3TamilTV.in" status="error",3 Tamil TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="3TamilTV.in" status="online",3 Tamil TV (720p) [Not 24/7] https://6n3yogbnd9ok-hls-live.5centscdn.com/threetamil/d0dbe915091d400bd8ee7f27f0791303.sdp/index.m3u8 #EXTINF:-1 tvg-id="7SMusic.in" status="online",7S Music (576p) [Not 24/7] http://103.199.161.254/Content/7smusic/Live/Channel(7smusic)/index.m3u8 @@ -7,7 +7,7 @@ http://103.199.161.254/Content/7smusic/Live/Channel(7smusic)/index.m3u8 https://d2q8p4pe5spbak.cloudfront.net/bpk-tv/9XM/9XM.isml/index.m3u8 #EXTINF:-1 tvg-id="AajTak.in" status="online",Aaj Tak (360p) [Geo-blocked] https://lmil.live-s.cdn.bitgravity.com/cdn-live/_definst_/lmil/live/aajtak_app.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AathavanTV.in" status="error",Aathavan TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AathavanTV.in" status="online",Aathavan TV (720p) [Not 24/7] http://45.77.66.224:1935/athavantv/live/playlist.m3u8 #EXTINF:-1 tvg-id="AkaramKidz.in" status="online",Akaram Kidz (460p) [Not 24/7] http://akaram.zecast.net/akaram-live/akaramkidz/index.m3u8 @@ -77,7 +77,7 @@ https://vidcdn.vidgyor.com/dighvijay-origin/liveabr/playlist.m3u8 https://live.hungama.com/linear/dil-se/playlist.m3u8 #EXTINF:-1 tvg-id="DocuBayTV.in" status="online",DocuBay TV (1080p) [Not 24/7] https://docubayvh.s.llnwi.net/526a07ab-6ae7-4b6c-84a1-159791416484_1000004372_HLS/manifest.m3u8 -#EXTINF:-1 tvg-id="DreamzTV.in" status="online",Dreamz TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="DreamzTV.in" status="error",Dreamz TV (576p) [Not 24/7] http://198.144.149.82:8080/NOTV/DREAMHD/index.m3u8?token=GTR #EXTINF:-1 tvg-id="EETTV.in" status="online",EET TV (1080p) [Not 24/7] https://live.streamjo.com/eetlive/eettv.m3u8 @@ -85,7 +85,7 @@ https://live.streamjo.com/eetlive/eettv.m3u8 http://14.199.164.20:4001/play/a0j5/index.m3u8 #EXTINF:-1 tvg-id="ETNow.in" status="timeout",ET Now https://pubads.g.doubleclick.net/ssai/event/pJrzNyDoT_K_GwYQsijTsQ/master.m3u8 -#EXTINF:-1 tvg-id="ETVTelangana.in" status="online",ETV Telangana (480p) [Not 24/7] +#EXTINF:-1 tvg-id="ETVTelangana.in" status="timeout",ETV Telangana (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC6ickpgDIsltU_-8CbZaksQ/live #EXTINF:-1 tvg-id="FaktMarathi.in" status="timeout",Fakt Marathi (576p) [Not 24/7] http://14.199.164.20:4001/play/a0q8/index.m3u8 @@ -127,10 +127,10 @@ http://103.199.161.254/Content/jeevan/Live/Channel(Jeevan)/index.m3u8 https://cdn.smartstream.video/smartstream-us/jonakk/jonakk/playlist.m3u8 #EXTINF:-1 tvg-id="KadakHits.in" status="online",Kadak Hits (1080p) [Not 24/7] https://live.hungama.com/linear/kadak-hits/playlist.m3u8 -#EXTINF:-1 tvg-id="KairaliNews.in" status="online",Kairali News (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCkCWitaToNG1_lR-Si1oMrg/live #EXTINF:-1 tvg-id="KairaliNews.in" status="online",Kairali News (480p) https://live.neestream.net/neestream_01/kairalinews/index.m3u8?token=693400 +#EXTINF:-1 tvg-id="KairaliNews.in" status="timeout",Kairali News (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCkCWitaToNG1_lR-Si1oMrg/live #EXTINF:-1 tvg-id="KairaliTV.in" status="online",Kairali TV (480p) https://live.neestream.net/neestream_01/kairalitv/index.m3u8?token=693400 #EXTINF:-1 tvg-id="KairaliTV.in" status="online",Kairali TV (480p) @@ -157,8 +157,6 @@ http://103.199.161.254/Content/kasthuritv/Live/Channel(KasthuriTV)/index.m3u8 http://198.144.149.82:8080/NOTV/KCVTV/index.m3u8?token=GTR #EXTINF:-1 tvg-id="KCVMovies.in" status="online",KCV Movies (576p) [Not 24/7] http://198.144.149.82:8080/NOTV/KCVMOVIE/index.m3u8?token=GTR -#EXTINF:-1 tvg-id="KenTV.in" status="error",Ken TV (360p) -https://stream.ufworldind.in/kentvlive/smil:kentv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KhabrainAbhiTak.in" status="online",Khabrain Abhi Tak (480p) [Not 24/7] https://vidcdn.vidgyor.com/kat-origin/liveabr/playlist.m3u8 #EXTINF:-1 tvg-id="MahaMovie.in" status="timeout",Maha Movie (576p) [Not 24/7] @@ -173,12 +171,12 @@ http://103.78.18.137:1935/live/mlpchannel/chunklist.m3u8 http://103.199.160.85/Content/mangalam/Live/Channel(Mangalam)/index.m3u8 #EXTINF:-1 tvg-id="ManoramaNews.in" status="online",Manorama News (576p) http://103.199.161.254/Content/manoramanews/Live/Channel(ManoramaNews)/index.m3u8 -#EXTINF:-1 tvg-id="MathrubhumiNews.in" status="online",Mathrubhumi News (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCwXrBBZnIh2ER4lal6WbAHw/live #EXTINF:-1 tvg-id="MathrubhumiNews.in" status="online",Mathrubhumi News (576p) [Not 24/7] http://103.199.161.254/Content/mathrubhuminews/Live/Channel(Mathrubhuminews)/index.m3u8 #EXTINF:-1 tvg-id="MathrubhumiNews.in" status="online",Mathrubhumi News (480p) https://live.neestream.net/neestream_01/mathrubhuminews/index.m3u8?token=693400 +#EXTINF:-1 tvg-id="MathrubhumiNews.in" status="timeout",Mathrubhumi News (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCwXrBBZnIh2ER4lal6WbAHw/live #EXTINF:-1 tvg-id="MazhavilManorama.in" status="timeout",Mazhavil Manorama (576p) [Not 24/7] http://14.199.164.20:4001/play/a0kd/index.m3u8 #EXTINF:-1 tvg-id="MediaOne.in" status="online",Media One (576p) @@ -269,7 +267,7 @@ http://media.7starcloud.com:1935/live/sanatv2/playlist.m3u8 http://hdserver.7starcloud.com:1935/sanatv/sanatv/playlist.m3u8 #EXTINF:-1 tvg-id="SanthoraTV.in" status="online",Santhora TV (720p) http://santhoratv.zecast.net/santhoratv/santhoratv/index.m3u8 -#EXTINF:-1 tvg-id="SathiyamTV.in" status="online",Sathiyam TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SathiyamTV.in" status="timeout",Sathiyam TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2ziCMHFPWkFHjocUMXT__Q/live #EXTINF:-1 tvg-id="ShekinahTV.in" status="online",Shekinah TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCHtYUfPnQci6GoUpPlWfrOg/live @@ -335,7 +333,7 @@ https://m-c29-j2apps.s.llnwi.net/hls/5332.Dishum.in.m3u8 http://163.47.214.155:1935/fwnews/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Filmeraa (720p) https://a.jsrdn.com/broadcast/7ef91d3d7a/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" status="error",Indywood TV +#EXTINF:-1 tvg-id="" status="online",Indywood TV https://43wrzjnpqoxe-hls-live.wmncdn.net/indywood/indywoodtv/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Kairali WE (480p) https://live.neestream.net/neestream_01/kairaliwe/index.m3u8?token=693400 @@ -382,9 +380,9 @@ http://c0.cdn.trinity-tv.net/stream/zfmjgma9zn46fa797ez9fgkw7msh9mj4tppspg23gey6 http://cdn.jwplayer.com/videos/1m0nMXhZ-3SDdwqdV.m3u8 #EXTINF:-1 tvg-id="" status="online",Times Now Navbharat [Geo-blocked] https://pubads.g.doubleclick.net/ssai/event/nRWQsGoJSzmcErJFgAy67g/master.m3u8 -#EXTINF:-1 tvg-id="" status="error",Toonz Kids (Indonesian dub) (360p) +#EXTINF:-1 tvg-id="" status="timeout",Toonz Kids (Indonesian dub) (360p) http://210.210.155.37/x6bnqe/s/s81/02.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Toonz Kids (Indonesian dub) (576p) +#EXTINF:-1 tvg-id="" status="error",Toonz Kids (Indonesian dub) (576p) http://210.210.155.37/x6bnqe/s/s81/01.m3u8 #EXTINF:-1 tvg-id="" status="error",Toonz Kids (Indonesian dub) (576p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s81/01.m3u8 diff --git a/streams/iq.m3u b/streams/iq.m3u index bc222beda..cae181ed3 100644 --- a/streams/iq.m3u +++ b/streams/iq.m3u @@ -13,7 +13,7 @@ https://sd343444.vodu.store:3356/live/Alghadeer/index.m3u8 https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8 #EXTINF:-1 tvg-id="AlIraqiaNews.iq" status="blocked",Al Iraqia News https://cdn.catiacast.video/abr/78054972db7708422595bc96c6e024ac/playlist.m3u8 -#EXTINF:-1 tvg-id="AlJawadainTV.iq" status="error",Al-Jawadain TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AlJawadainTV.iq" status="online",Al-Jawadain TV (1080p) [Not 24/7] https://live.aljawadain.org/live/aljawadaintv/playlist.m3u8 #EXTINF:-1 tvg-id="AlkafeelBetweenthetwoholyshrines.iq" status="online",Alkafeel: Between the two holy shrines (720p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot4/manifest.m3u8 @@ -45,9 +45,9 @@ https://anbsat.ddns.net/anb/live/ANB/playlist.m3u8 https://cdn3.wowza.com/1/OWNQVXVWc0dQclJz/RXJPdHJx/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="BayyinatTV.iq" status="online",Bayyinat TV https://nl2.livekadeh.com/hls2/Bayyinat.m3u8 -#EXTINF:-1 tvg-id="DijlahTarab.iq" status="online",Dijlah Tarab (576p) [Not 24/7] +#EXTINF:-1 tvg-id="DijlahTarab.iq" status="error",Dijlah Tarab (576p) [Not 24/7] https://ghaasiflu.online/tarab/index.m3u8 -#EXTINF:-1 tvg-id="DijlahTarab.iq" status="online",Dijlah Tarab +#EXTINF:-1 tvg-id="DijlahTarab.iq" status="error",Dijlah Tarab https://ghaasiflu.online/tarab/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="DijlahTV.iq" status="online",Dijlah (1080p) http://91.134.145.75:10001/Dijlah/index.m3u8 @@ -73,7 +73,7 @@ https://svs.itworkscdn.net/inewsiqlive/inewsiq.smil/playlist.m3u8 https://d1x82nydcxndze.cloudfront.net/live/index.m3u8 #EXTINF:-1 tvg-id="KurdistanTV.iq" status="error",Kurdistan TV (720p) [Not 24/7] https://5a3ed7a72ed4b.streamlock.net/live/SMIL:myStream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="KurdMaxMusic.iq" status="online",KurdMax Music (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KurdMaxMusic.iq" status="timeout",KurdMax Music (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/kurdmaxmusic/live #EXTINF:-1 tvg-id="Kurdsat.iq" status="online",KurdSat (720p) http://ikomg2.s.llnwi.net/kurdsathd/playlist.m3u8 diff --git a/streams/ir.m3u b/streams/ir.m3u index 112038d02..332dd1d47 100644 --- a/streams/ir.m3u +++ b/streams/ir.m3u @@ -3,7 +3,7 @@ https://bozztv.com/1gbw5/tintv2/tintv2/playlist.m3u8 #EXTINF:-1 tvg-id="AlAlam.ir" status="online",Al Alam (360p) [Not 24/7] https://live2.alalam.ir/alalam.m3u8 -#EXTINF:-1 tvg-id="AlKawtharTV.ir" status="blocked",Al Kawthar TV (240p) [Not 24/7] +#EXTINF:-1 tvg-id="AlKawtharTV.ir" status="online",Al Kawthar TV (240p) [Not 24/7] http://178.252.143.156:1935/live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="AlWilayah.ir" status="online",Al Wilayah (720p) [Not 24/7] https://nl.livekadeh.com/hls2/alwilayah.tv.m3u8 diff --git a/streams/it.m3u b/streams/it.m3u index fbf29854c..bbb626456 100644 --- a/streams/it.m3u +++ b/streams/it.m3u @@ -101,7 +101,7 @@ https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(kq)/ https://585b674743bbb.streamlock.net/9006/9006/master.m3u8 #EXTINF:-1 tvg-id="OrlerTV.it" status="online",Orler TV (420p) [Not 24/7] https://w1.mediastreaming.it/orlertv/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="OttoFMTV.ch" status="online",Otto FM TV (576p) +#EXTINF:-1 tvg-id="OttoFMTV.ch" status="error",Otto FM TV (576p) http://streaming.bitonlive.net:8080/hls/ottofm2/index.m3u8 #EXTINF:-1 tvg-id="ParolediVita.it" status="online",Parole di Vita (720p) [Not 24/7] https://5db313b643fd8.streamlock.net/Paroledivita/Paroledivita/playlist.m3u8 @@ -298,7 +298,7 @@ https://59d7d6f47d7fc.streamlock.net/tvqui/tvqui/playlist.m3u8 http://wms.shared.streamshow.it:1935/tvrs/tvrs/live.m3u8 #EXTINF:-1 tvg-id="TVSeiHD.it" status="online",TV Sei (576p) [Not 24/7] http://185.202.128.1:1935/Tv6Stream/tv6TV.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="UmbriaTV.it" status="online",Umbria TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="UmbriaTV.it" status="error",Umbria TV (576p) [Not 24/7] https://umbriatv.stream.rubidia.it:8083/live/umbriatv/playlist.m3u8 #EXTINF:-1 tvg-id="VeraTV.it" status="online",Vera TV (1080p) [Not 24/7] http://wms.shared.streamshow.it/veratv/mp4:veratv/playlist.m3u8 diff --git a/streams/jo.m3u b/streams/jo.m3u index d1c9c2318..88628b96e 100644 --- a/streams/jo.m3u +++ b/streams/jo.m3u @@ -43,7 +43,7 @@ http://188.247.86.66/RadioFann/Audio32/playlist.m3u8 http://188.247.86.66/RotanaRadio/Audio32/playlist.m3u8 #EXTINF:-1 tvg-id="RoyaTV.jo" status="online",Roya TV (720p) [Not 24/7] https://weyyak-live.akamaized.net/weyyak_roya/index.m3u8 -#EXTINF:-1 tvg-id="ToyorAlJannah.jo" status="error",Toyor Al-Jannah (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ToyorAlJannah.jo" status="timeout",Toyor Al-Jannah (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/toyorlive/live #EXTINF:-1 tvg-id="" status="online",Thakafah TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ThakafahTV/live diff --git a/streams/jp.m3u b/streams/jp.m3u index d9d1c1221..740f265e6 100644 --- a/streams/jp.m3u +++ b/streams/jp.m3u @@ -31,12 +31,12 @@ https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/sycc-live/id/playlist.m3u https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/sycc-live/zh/playlist.m3u8 #EXTINF:-1 tvg-id="NipponTV.jp" status="online",Nippon TV (540p) [Not 24/7] https://ntv3.mov3.co/hls/ntv.m3u8 -#EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCuTAXTexrhetbOe3zgskJBQ/live #EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (480p) https://n24-cdn-live.ntv.co.jp/ch01/index.m3u8 #EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (480p) https://n24-cdn-live.ntv.co.jp/ch02/index.m3u8 +#EXTINF:-1 tvg-id="NTVNews24.jp" status="timeout",NTV News24 (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCuTAXTexrhetbOe3zgskJBQ/live #EXTINF:-1 tvg-id="ShopChannel.jp" status="online",Shop Channel (1080p) [Not 24/7] https://stream3.shopch.jp/HLS/master.m3u8 #EXTINF:-1 tvg-id="TBSNews.jp" status="online",TBS News @@ -55,9 +55,9 @@ https://movie.mcas.jp/mcas/smil:mx2_prod.smil/master.m3u8 https://movie.mcas.jp/mcas/smil:wn1.smil/master.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CGNTV http://cgntv-glive.ofsdelivery.net/live/_definst_/cgntv_jp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",NHK World Japan (YouTube) (1080p) +#EXTINF:-1 tvg-id="" status="timeout",NHK World Japan (YouTube) (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCSPEjw8F2nQDtmUKPFNF7_A/live -#EXTINF:-1 tvg-id="" status="error",TBS (JNN) News Dig 24/7 Live (1080p) +#EXTINF:-1 tvg-id="" status="online",TBS (JNN) News Dig 24/7 Live (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=H3D90-436C4 #EXTINF:-1 tvg-id="" status="online",Weather Channel (ウェザーニュース) (BS | WNI) (720p) http://movie.mcas.jp/mcas/wn1_2/master.m3u8 diff --git a/streams/ke.m3u b/streams/ke.m3u index a912458dd..9084b3121 100644 --- a/streams/ke.m3u +++ b/streams/ke.m3u @@ -1,11 +1,11 @@ #EXTM3U -#EXTINF:-1 tvg-id="CitizenTV.ke" status="online",Citizen TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CitizenTV.ke" status="timeout",Citizen TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/kenyacitizentv/live #EXTINF:-1 tvg-id="KamemeTV.ke" status="timeout",Kameme TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x6ol8sj -#EXTINF:-1 tvg-id="KTNNews.ke" status="online",KTN News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KTNNews.ke" status="timeout",KTN News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/standardgroupkenya/live #EXTINF:-1 tvg-id="NTVKenya.ke" status="timeout",NTV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x6shkab -#EXTINF:-1 tvg-id="TV47Kenya.ke" status="error",TV47 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TV47Kenya.ke" status="timeout",TV47 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/tv47kenya/ diff --git a/streams/kr.m3u b/streams/kr.m3u index edadc16a7..c4dfdf531 100644 --- a/streams/kr.m3u +++ b/streams/kr.m3u @@ -8,9 +8,9 @@ https://allanf181.github.io/adaptive-streams/streams/kr/Anione.m3u8 #EXTINF:-1 tvg-id="Aniplus.kr" status="online",Aniplus (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/Aniplus.m3u8 #EXTINF:-1 tvg-id="AniplusAsia.sg" status="online",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] -http://210.210.155.35/dr9445/h/h02/index.m3u8 -#EXTINF:-1 tvg-id="AniplusAsia.sg" status="online",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h02/index.m3u8 +#EXTINF:-1 tvg-id="AniplusAsia.sg" status="error",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] +http://210.210.155.35/dr9445/h/h02/index.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) http://amdlive-ch01.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) @@ -20,11 +20,11 @@ http://amdlive-ch03.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/pla #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) +https://amdlive-ch01-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) https://amdlive-ch02-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) https://amdlive-ch03-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ArirangTV.kr" status="error",Arirang (720p) -https://amdlive-ch01-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AsiaN.kr" status="online",AsiaN (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/AsiaN.m3u8 #EXTINF:-1 tvg-id="BadukTV.kr" status="online",Baduk TV (1080p) [Not 24/7] @@ -95,16 +95,16 @@ rtsp://ebsonair.ebs.co.kr/ebsutablet500k/tablet500k http://ebsonair.ebs.co.kr/plus1familypc/familypc1m/playlist.m3u8 #EXTINF:-1 tvg-id="EBSPlus2.kr" status="online",EBS+ 2 (400p) http://ebsonair.ebs.co.kr/plus2familypc/familypc1m/playlist.m3u8 -#EXTINF:-1 tvg-id="EdailyTV.kr" status="online",Edaily TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="EdailyTV.kr" status="timeout",Edaily TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC8Sv6O3Ux8ePVqorx8aOBMg/live #EXTINF:-1 tvg-id="ETV.kr" status="online",NEC ETV 한국선거방송 (720p) http://necgokr2-724.acs.wecandeo.com/ms/2528/724/index_1.m3u8 #EXTINF:-1 tvg-id="FTV.kr" status="online",FTV (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/FTV.m3u8 -#EXTINF:-1 tvg-id="GCN.kr" status="online",GCN24 Korean (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqGxkgVnPc7arUR7MdCi99g/live #EXTINF:-1 tvg-id="GCN.kr" status="online",GCN24 Korean (480p) [Not 24/7] http://liveko24-manminglobal3.ktcdn.co.kr/liveko24/gcnko_high/playlist.m3u8 +#EXTINF:-1 tvg-id="GCN.kr" status="timeout",GCN24 Korean (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqGxkgVnPc7arUR7MdCi99g/live #EXTINF:-1 tvg-id="GolfPBA.kr" status="online",Golf & PBA (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/GolfPBA.m3u8 #EXTINF:-1 tvg-id="GSMyShop.kr" status="online",GS My Shop (1080p) @@ -123,7 +123,7 @@ https://allanf181.github.io/adaptive-streams/streams/kr/HoneyTV.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/IBSports.m3u8 #EXTINF:-1 tvg-id="iHQDrama.kr" status="online",iHQ drama (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/iHQDrama.m3u8 -#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="online",MBC Jeju (제주 MBC) (352p) [Not 24/7] +#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="error",MBC Jeju (제주 MBC) (352p) [Not 24/7] https://wowza.jejumbc.com/live/tv_jejumbc/playlist.m3u8 #EXTINF:-1 tvg-id="JIBSTV.kr" status="online",SBS JIBS (JIBS SBS) (720p) [Not 24/7] http://123.140.197.22/stream/1/play.m3u8 @@ -135,13 +135,13 @@ https://allanf181.github.io/adaptive-streams/streams/kr/JTBC4.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/JTBC.m3u8 #EXTINF:-1 tvg-id="JTBCGolf.kr" status="online",JTBC Golf (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/JTBCGolf.m3u8 -#EXTINF:-1 tvg-id="JTBCGolfSports.kr" status="online",JTBC Golf & Sports (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="JTBCGolfSports.kr" status="timeout",JTBC Golf & Sports (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/JTBCGolfSports.m3u8 #EXTINF:-1 tvg-id="JTV.kr" status="online",SBS JTV (JTV전주방송) (406p) [Not 24/7] https://61ff3340258d2.streamlock.net/jtv_live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="KBaduk.kr" status="online",K-Baduk (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/KBaduk.m3u8 -#EXTINF:-1 tvg-id="KBCTV.kr" status="online",SBS KBC (KBC 광주방송) (1080p) +#EXTINF:-1 tvg-id="KBCTV.kr" status="blocked",SBS KBC (KBC 광주방송) (1080p) http://119.200.131.11:1935/KBCTV/tv/playlist.m3u8 #EXTINF:-1 tvg-id="KBS1TV.kr" status="online",KBS1 (720p) http://ye23.vip/z7z8/2021/kbs2020.php?id=1 @@ -183,7 +183,7 @@ http://210.210.155.37/uq2663/h/h08/index.m3u8 https://fhs8036.bd-61.ktcdn.co.kr/klive/smil:klive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MBCGyeongnamChangwonTV.kr" status="online",MBC Gyeongnam (경상 MBC) (1080p) https://624a79c87201d.streamlock.net/MBCTV/TV1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="MBCTV.kr" status="online",MBC (1080p) +#EXTINF:-1 tvg-id="MBCTV.kr" status="error",MBC (1080p) http://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8 #EXTINF:-1 tvg-id="MBN.kr" status="online",MBN (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/MBN.m3u8 @@ -241,19 +241,19 @@ https://allanf181.github.io/adaptive-streams/streams/kr/SBSTV.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/ScreenGolfzon.m3u8 #EXTINF:-1 tvg-id="SkySports.kr" status="online",skySports (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/SkySports.m3u8 -#EXTINF:-1 tvg-id="SPOTV2.kr" status="online",SPOTV2 (1080p) -https://apichvod19.seezntv.com/OTM/11990_H.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 +#EXTINF:-1 tvg-id="SPOTV2.kr" status="online",SPOTV2 (720p) +https://apichvod19.seezntv.com/OTM/11990_M.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 #EXTINF:-1 tvg-id="SPOTV2.kr" status="online",SPOTV2 (404p) https://apichvod19.seezntv.com/OTM/11990_L.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 -#EXTINF:-1 tvg-id="SPOTV2.kr" status="error",SPOTV2 (720p) -https://apichvod19.seezntv.com/OTM/11990_M.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 +#EXTINF:-1 tvg-id="SPOTV2.kr" status="error",SPOTV2 (1080p) +https://apichvod19.seezntv.com/OTM/11990_H.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 #EXTINF:-1 tvg-id="SPOTV.kr" status="online",SPOTV1 (1080p) https://apichvod19.seezntv.com/OTM/10070_H.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 #EXTINF:-1 tvg-id="SPOTV.kr" status="online",SPOTV1 (720p) https://apichvod19.seezntv.com/OTM/10070_M.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 #EXTINF:-1 tvg-id="SPOTV.kr" status="online",SPOTV1 (404p) https://apichvod19.seezntv.com/OTM/10070_L.m3u8?AdaptiveType=HLS&SessionID=3438d7e9-3e70-43b1-9fe6-b8290cd25403 -#EXTINF:-1 tvg-id="TBCTV.kr" status="online",SBS TBC (TBC 대구방송) (540p) +#EXTINF:-1 tvg-id="TBCTV.kr" status="error",SBS TBC (TBC 대구방송) (540p) http://221.157.125.239:1935/live/psike/playlist.m3u8 #EXTINF:-1 tvg-id="TBSTV.kr" status="online",TBS Seoul (720p) https://cdntv.tbs.seoul.kr/tbs/tbs_tv_web.smil/playlist.m3u8 @@ -293,10 +293,10 @@ https://allanf181.github.io/adaptive-streams/streams/kr/Viki.m3u8 https://5c3639aa99149.streamlock.net/live_TV/tv/playlist.m3u8 #EXTINF:-1 tvg-id="YonhapNewsTV.kr" status="online",Yonhap News TV (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/YonhapNewsTV.m3u8 -#EXTINF:-1 tvg-id="YTN.kr" status="online",YTN (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChlgI3UHCOnwUGzWzbJ3H5w/live #EXTINF:-1 tvg-id="YTN.kr" status="online",YTN (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/YTN.m3u8 +#EXTINF:-1 tvg-id="YTN.kr" status="timeout",YTN (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChlgI3UHCOnwUGzWzbJ3H5w/live #EXTINF:-1 tvg-id="YTNDMB.kr" status="timeout",YTN DMB http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC38IlqMxZ_YtFg3eSGmmJnQ/live #EXTINF:-1 tvg-id="YTNScience.kr" status="online",YTN SCIENCE (720p) [Not 24/7] @@ -315,13 +315,13 @@ http://amdlive-ch03.ctnd.com.edgesuite.net/arirang_3ch/smil:arirang_3ch.smil/pla http://amdlive.ctnd.com.edgesuite.net/arirang_3ch/smil:arirang_3ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Arirang Radio (720p) https://amdlive-ch02-ctnd-com.akamaized.net/arirang_3ch/smil:arirang_3ch.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",arteTV +#EXTINF:-1 tvg-id="" status="timeout",arteTV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/TheArteTV/live #EXTINF:-1 tvg-id="" status="online",GoodTV (1080p) http://mobliestream.c3tv.com:1935/live/goodtv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",JCN TV https://jcnonair-1108.acs.wecandeo.com/ms/3162/1108/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",KBS News +#EXTINF:-1 tvg-id="" status="error",KBS News http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/newskbs/live #EXTINF:-1 tvg-id="" status="online",Korea TV https://hlive.ktv.go.kr/live/klive_h.stream/playlist.m3u8 diff --git a/streams/kw.m3u b/streams/kw.m3u index 9c4c7ccf2..641531e74 100644 --- a/streams/kw.m3u +++ b/streams/kw.m3u @@ -15,11 +15,11 @@ https://gulfsat.cdn.easybroadcast.fr/live/Aladalah_abr/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/embed/video/x7tchkl #EXTINF:-1 tvg-id="FunoonTV.kw" status="blocked",Funoon (360p) https://gulfsat.cdn.easybroadcast.fr/live/FunoonHd_abr/playlist.m3u8 -#EXTINF:-1 tvg-id="KTVEthraa.kw" status="online",KTV Ethraa (1080p) +#EXTINF:-1 tvg-id="KTVEthraa.kw" status="timeout",KTV Ethraa (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVEthraa -#EXTINF:-1 tvg-id="KTVKhallikBilbait.kw" status="online",KTV Khallik Bilbait (1080p) +#EXTINF:-1 tvg-id="KTVKhallikBilbait.kw" status="timeout",KTV Khallik Bilbait (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KhallikBilbait #EXTINF:-1 tvg-id="KTVSport.kw" status="online",KTV Sport (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVSports -#EXTINF:-1 tvg-id="MarinaTV.kw" status="online",Marina TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MarinaTV.kw" status="timeout",Marina TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/marinai/live diff --git a/streams/kz.m3u b/streams/kz.m3u index 6b44914e8..9c265e7f0 100644 --- a/streams/kz.m3u +++ b/streams/kz.m3u @@ -12,22 +12,22 @@ https://sc.id-tv.kz/ElArna.m3u8 #EXTINF:-1 tvg-id="GakkuTV.kz" status="online",Gakku (576p) [Not 24/7] https://sc.id-tv.kz/Gakku.m3u8 #EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnAFKvDuqBGkIfV8Vn0J_CQ/live -#EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (720p) [Not 24/7] http://serv30.vintera.tv:8081/habar/habar24/playlist.m3u8 #EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (720p) [Not 24/7] https://live-24kz.cdnvideo.ru/24kz/24kz.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="KTK.kz" status="online",КТК (576p) [Not 24/7] -https://sc.id-tv.kz/KTK.m3u8 +#EXTINF:-1 tvg-id="Khabar24.kz" status="timeout",Хабар 24 (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnAFKvDuqBGkIfV8Vn0J_CQ/live #EXTINF:-1 tvg-id="KTK.kz" status="online",КТК (360p) [Not 24/7] http://89.218.30.37/ktklive/live.hq/playlist.m3u8 +#EXTINF:-1 tvg-id="KTK.kz" status="timeout",КТК (576p) [Not 24/7] +https://sc.id-tv.kz/KTK.m3u8 #EXTINF:-1 tvg-id="MTRK.kz" status="online",МТРК (576p) [Not 24/7] https://tvcdn01.oktv.kz/tv/mtrk/playlist.m3u8 #EXTINF:-1 tvg-id="Novoetelevidenie.kz" status="online",Новое телевидение (576p) [Not 24/7] http://serv25.vintera.tv:8081/novoetv/nov_tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",7 канал (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",7 канал (576p) [Not 24/7] https://sc.id-tv.kz/7_kanal.m3u8 -#EXTINF:-1 tvg-id="" status="online",31 канал (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",31 канал (576p) [Not 24/7] https://sc.id-tv.kz/31Kanal.m3u8 #EXTINF:-1 tvg-id="" status="online",Balapan TV https://balapantv-stream.qazcdn.com/balapantv/balapantv/playlist.m3u8 @@ -35,9 +35,9 @@ https://balapantv-stream.qazcdn.com/balapantv/balapantv/playlist.m3u8 https://qazaqstantv-stream.qazcdn.com/qazaqstantv/qazaqstantv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Qazaqstan TV International https://qazaqstantv-stream.qazcdn.com/international/international/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Алматы (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Алматы (576p) [Not 24/7] https://sc.id-tv.kz/Almaty.m3u8 #EXTINF:-1 tvg-id="" status="online",Алматы (720p) [Not 24/7] http://live-almatytv.cdnvideo.ru/almatytv/almatytv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Астана (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Астана (576p) [Not 24/7] https://sc.id-tv.kz/Astana.m3u8 diff --git a/streams/lb.m3u b/streams/lb.m3u index fe529eaf5..2bd14e6b9 100644 --- a/streams/lb.m3u +++ b/streams/lb.m3u @@ -13,10 +13,10 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid https://manar.live/iptv/playlist.m3u8 #EXTINF:-1 tvg-id="AlManar.lb" status="online",Al Manar (576p) [Not 24/7] https://manar.live/x.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlMayadeenTV.lb" status="online",Al Mayadeen (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCO-kV7ZFOiKwcP2U0h4aEbA/live #EXTINF:-1 tvg-id="AlMayadeenTV.lb" status="online",Al Mayadeen (576p) https://mdnlv.cdn.octivid.com/almdn/smil:mpegts.stream.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AlMayadeenTV.lb" status="timeout",Al Mayadeen (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCO-kV7ZFOiKwcP2U0h4aEbA/live #EXTINF:-1 tvg-id="ArabicaTV.lb" status="online",Arabica TV (720p) http://istream.binarywaves.com:8081/hls/arabica/playlist.m3u8 #EXTINF:-1 tvg-id="CharityTV.lb" status="online",CharityTV (1080p) [Not 24/7] diff --git a/streams/ly.m3u b/streams/ly.m3u index f7983b799..057f5c625 100644 --- a/streams/ly.m3u +++ b/streams/ly.m3u @@ -11,7 +11,7 @@ https://master.starmena-cloud.com/hls/jam.m3u8 https://video.zidivo.com/live983/GrtjM_FNGC/playlist.m3u8 #EXTINF:-1 tvg-id="LibyaAlhadath.ly" status="online",Libya Al Hadath (576p) [Not 24/7] http://82.212.74.100:8000/live/8103.m3u8 -#EXTINF:-1 tvg-id="Tanasuh.ly" status="online",Tanasuh (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Tanasuh.ly" status="timeout",Tanasuh (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRaoHR6b3zViY9QxfgFNntQ/live #EXTINF:-1 tvg-id="" status="error",Libya One TV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/libyaonetv diff --git a/streams/mk.m3u b/streams/mk.m3u index 22f6faca2..15bcb0d38 100644 --- a/streams/mk.m3u +++ b/streams/mk.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="NasaTV.mk" status="online",Naša TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="NasaTV.mk" status="error",Naša TV (1080p) [Not 24/7] https://stream.nasatv.com.mk/hls/nasatv_live.m3u8 #EXTINF:-1 tvg-id="SkyFolkTV.mk" status="online",Sky Folk TV (720p) [Not 24/7] https://eu.live.skyfolk.mk/live.m3u8 diff --git a/streams/mo.m3u b/streams/mo.m3u index 0113d1c75..f62995c93 100644 --- a/streams/mo.m3u +++ b/streams/mo.m3u @@ -5,7 +5,7 @@ http://live4.tdm.com.mo/ch2/_definst_/ch2.live/playlist.m3u8 http://live4.tdm.com.mo/ch5/_definst_/info_ch5.live/playlist.m3u8 #EXTINF:-1 tvg-id="TDMMacau.mo" status="online",TDM Macau (720p) http://live4.tdm.com.mo/ch1/_definst_/ch1.live/playlist.m3u8 -#EXTINF:-1 tvg-id="TDMMacauSatelite.mo" status="error",TDM Macau Satelite (720p) +#EXTINF:-1 tvg-id="TDMMacauSatelite.mo" status="online",TDM Macau Satelite (720p) http://live4.tdm.com.mo/ch3/_definst_/ch3.live/playlist.m3u8 #EXTINF:-1 tvg-id="TDMSportsMacau.mo" status="online",TDM Sports Macau (720p) http://live4.tdm.com.mo/ch4/_definst_/sport_ch4.live/playlist.m3u8 diff --git a/streams/mw.m3u b/streams/mw.m3u index 21c2fc2d0..0ae0ecb2f 100644 --- a/streams/mw.m3u +++ b/streams/mw.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="MBC.mw" status="error",MBC (614p) [Not 24/7] +#EXTINF:-1 tvg-id="MBC.mw" status="online",MBC (614p) [Not 24/7] http://41.216.229.205:8080/live/livestream/index.m3u8 diff --git a/streams/mx.m3u b/streams/mx.m3u index bd88bdb04..aaf03b622 100644 --- a/streams/mx.m3u +++ b/streams/mx.m3u @@ -33,7 +33,7 @@ http://wms.tecnoxia.com:1935/8158/8158/playlist.m3u8 http://wms10.tecnoxia.com/soelvi/slv423/playlist.m3u8 #EXTINF:-1 tvg-id="ImagenMulticast.mx" status="online",Imagen Multicast (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UClqo4ZAAZ01HQdCTlovCgkA/live -#EXTINF:-1 tvg-id="ImagenRadio.mx" status="online",Imagen Radio (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ImagenRadio.mx" status="timeout",Imagen Radio (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCB0BUmdBOrH9mYU2ebs1eWA/live #EXTINF:-1 tvg-id="JaliscoTV.mx" status="online",Jalisco TV (720p) [Geo-blocked] https://5fa5de1a545ae.streamlock.net/sisjalisciense/sisjalisciense/playlist.m3u8 @@ -73,21 +73,21 @@ https://mdstrm.com/live-stream-playlist/61e1e088d04d7744686afc42.m3u8 http://mdstrm.com/live-stream-playlist/57b4dc126338448314449d0c.m3u8 #EXTINF:-1 tvg-id="TelevisaAguascalientes.mx" status="timeout",Televisa Aguascalientes (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5ZtV3bu3bjSuOLoA6oCFIg/live -#EXTINF:-1 tvg-id="TelevisaCiudadJuarez.mx" status="online",Televisa Ciudad Juarez (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaCiudadJuarez.mx" status="timeout",Televisa Ciudad Juarez (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCot4t8PVKz8TT5xVM8Eb00w/live #EXTINF:-1 tvg-id="TelevisaDelGolfo.mx" status="timeout",Televisa Del Golfo http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQ08tNTPiBn44c975S81ftg/live -#EXTINF:-1 tvg-id="TelevisaEstado.mx" status="online",Televisa Estado (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaEstado.mx" status="timeout",Televisa Estado (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC9DH82HVSf4katwMeUpY80w -#EXTINF:-1 tvg-id="TelevisaGuadalajara.mx" status="online",Televisa Guadalajara (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaGuadalajara.mx" status="timeout",Televisa Guadalajara (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRujF_YxVVFmTRWURQH-Cww/live -#EXTINF:-1 tvg-id="TelevisaGuerrero.mx" status="timeout",Televisa Guerrero (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaGuerrero.mx" status="error",Televisa Guerrero (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnxTRk2K1iNsQkgpWXxyj4w/live #EXTINF:-1 tvg-id="TelevisaLaguna.mx" status="timeout",Televisa Laguna (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC_mwCcsKDJLSWjply5s0h8w/live #EXTINF:-1 tvg-id="TelevisaMexicali.mx" status="timeout",Televisa Mexicali (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcmuFsMIIIHO3LBqeBVfm8Q/live -#EXTINF:-1 tvg-id="TelevisaMonterrey.mx" status="online",Televisa Monterrey (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaMonterrey.mx" status="timeout",Televisa Monterrey (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCGDJLLphnP0zQQaE3kgo5Wg/live #EXTINF:-1 tvg-id="TelevisaMorelos.mx" status="timeout",Televisa Morelos http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcC9ykApQrgl4UxbKg2U4zw/live @@ -95,7 +95,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCUsm-fannqOY02PNN67C0KA/live #EXTINF:-1 tvg-id="TelevisaNoreste.mx" status="online",Televisa Noreste (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC752DYv5vPlTSMrvEjfZXcw/live -#EXTINF:-1 tvg-id="TelevisaPiedrasNegras.mx" status="online",Televisa Piedras Negras (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaPiedrasNegras.mx" status="error",Televisa Piedras Negras (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCxK8C1E8UZ5RipNXIBYEvTA/live #EXTINF:-1 tvg-id="TelevisaPuebla.mx" status="online",SET Televisión Canal 26.1 (720p) [Not 24/7] http://189.240.210.28:1935/envivo/puecom/playlist.m3u8 @@ -121,7 +121,7 @@ https://5ca3e84a76d30.streamlock.net/tmtv/videotmtv/playlist.m3u8 https://5ca3e84a76d30.streamlock.net/gpacifico4/smil:mazatlan.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVPLosMochis.mx" status="online",TVP Los Mochis (720p) [Not 24/7] https://5ca3e84a76d30.streamlock.net/gpacifico2/mochis.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TVPObregon.mx" status="online",TVP Obregón (542p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPObregon.mx" status="error",TVP Obregón (542p) [Not 24/7] https://5ca3e84a76d30.streamlock.net/gpacifico3/obregon.smil/playlist.m3u8 #EXTINF:-1 tvg-id="XEWHTDT.mx" status="online",Telemax (XEWH-TDT) (720p) http://s5.mexside.net:1935/telemax/telemax/playlist.m3u8 @@ -137,7 +137,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://conceptoweb-studio.com/ https://edge.canaldelcongreso.gob.mx/live_sd2/smil:canal-sd2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Canal del Congreso 45.3 https://edge.canaldelcongreso.gob.mx/live_hd1/smil:canal-hd1.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Imagen TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Imagen TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x82z4if #EXTINF:-1 tvg-id="" status="online",Lo Mejor De La Liga MX https://linear-193.frequency.stream/193/hls/master/playlist.m3u8 @@ -147,13 +147,13 @@ http://mdstrm.com/live-stream-playlist/5d5d51a4e9a40e25f4a0332c.m3u8 http://201.168.205.12:8000/play/a0cp/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Once Niñas Y Niños http://jjooliveclarovideo.akamaized.net/Content/hls/Live/Channel(tveducationch01)/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",POP TV (542p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",POP TV (542p) [Not 24/7] https://5ca3e84a76d30.streamlock.net/gpacifico3/smil:obregon.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",TBS http://190.61.41.182:8000/play/a19x/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",TELE SISTEMA CANAL 9 (486p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",TELE SISTEMA CANAL 9 (486p) [Geo-blocked] http://k4.usastreams.com/ARBtv/ARBtv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Televisa San Luis Potosí (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Televisa San Luis Potosí (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaRuyaHshLdq462E9_pLzdA/live #EXTINF:-1 tvg-id="" status="online",Tlaxcala Televisión (360p) [Not 24/7] https://vid.mega00.com:5443/LiveApp/streams/928111829917388844551988/928111829917388844551988.m3u8?token=null diff --git a/streams/mx_pluto.m3u b/streams/mx_pluto.m3u index 858787580..d90e7e846 100644 --- a/streams/mx_pluto.m3u +++ b/streams/mx_pluto.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="CombateWorld.us" status="online",Pluto TV Combate World (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ac3e268cae539bcedb07/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb1ac3e268cae539bcedb07&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=970&terminate=false&userId= -#EXTINF:-1 tvg-id="CombateWorld.us" status="online",Pluto TV Combate World (240p) +#EXTINF:-1 tvg-id="CombateWorld.us" status="error",Pluto TV Combate World (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1ac3e268cae539bcedb07/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="LuchaLibreAAA.us" status="online",Pluto TV Lucha Libre AAA (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c01df1759ee03633e7b272c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c01df1759ee03633e7b272c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=971&terminate=false&userId= @@ -86,9 +86,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f9996533c9de30007 #EXTINF:-1 tvg-id="PlutoTVLasreglasdeljuego.us" status="online",Pluto TV Las reglas del juego (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acb4eebe0f0000767b40f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us" status="online",Pluto TV Los archivos del FBI (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acbed25948a0007ffbe65/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us" status="online",Pluto TV Los archivos del FBI (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67d41b93312100076f3fca/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us" status="online",Pluto TV Los archivos del FBI (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acbed25948a0007ffbe65/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLosnuevosdetectives.us" status="online",Pluto TV Los nuevos detectives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acba0d1f6340007db8843/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMinutoParaGanar.us" status="online",Pluto TV Minuto Para Ganar (720p) @@ -115,10 +115,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d103f0 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acc91cc9e1b000711ff21/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d10ce06a9665fe54bf74a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d10ce06a9665fe54bf74a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=962&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd85eac039bba0009e86d1d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d10ce06a9665fe54bf74a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd85eac039bba0009e86d1d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVNovelas.us" status="online",Pluto TV Novelas (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0cc2efd2700090b7ff4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p) [Not 24/7] @@ -134,9 +134,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84db2db385180007 #EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84db2db3851800077c871e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNovelasThriller.us" status="online",Pluto TV Novelas Thriller (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dc59026b9b000766f9a2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVNovelasThriller.us" status="online",Pluto TV Novelas Thriller (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dc59026b9b000766f9a2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84dc59026b9b000766f9a2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=943&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVNovelasThriller.us" status="online",Pluto TV Novelas Thriller (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dc59026b9b000766f9a2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVPeleas.us" status="online",Pluto TV Peleas (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e98b0447665f200078caded/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVPistasdeBlue.us" status="online",Pluto TV Pistas de Blue (480p) @@ -163,7 +163,7 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96cc422df39f1a3 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96cc422df39f1a338d165/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTurmadaMonica.us" status="online",Pluto TV Turma da Mônica (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f997e44949bc70007a6941e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVVayasemanita.us" status="online",Pluto TV Vaya semanita (720p) +#EXTINF:-1 tvg-id="PlutoTVVayasemanita.us" status="error",Pluto TV Vaya semanita (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f28009b150b2500077766b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVVelocidad.us" status="online",Pluto TV Velocidad​ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dc7480e3550009133d4a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= diff --git a/streams/ng.m3u b/streams/ng.m3u index ea4b9747c..619eda18c 100644 --- a/streams/ng.m3u +++ b/streams/ng.m3u @@ -5,5 +5,5 @@ http://africatv.live.net.sa:1935/live/africatv3/playlist.m3u8 http://185.105.4.193:1935/ltv/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="NTAInternational.ng" status="online",NTA International (576p) [Not 24/7] https://api.visionip.tv/live/ASHTTP/visiontvuk-entertainment-ntai-hsslive-25f-4x3-MB/playlist.m3u8 -#EXTINF:-1 tvg-id="TVCNews.ng" status="error",TVC News +#EXTINF:-1 tvg-id="TVCNews.ng" status="timeout",TVC News http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/tvcnewsnigeria/live diff --git a/streams/ni.m3u b/streams/ni.m3u index 7a844522f..a803962f7 100644 --- a/streams/ni.m3u +++ b/streams/ni.m3u @@ -3,7 +3,7 @@ http://138.117.4.70:8075/channel2/playlist.m3u8 #EXTINF:-1 tvg-id="Canal6.ni" status="online",Canal 6 http://138.117.4.70:8075/channel6/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal6.ni" status="online",Canal 6 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal6.ni" status="timeout",Canal 6 (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/canal6nicaraguaoficial #EXTINF:-1 tvg-id="Canal9.ni" status="online",Canal 9 http://138.117.4.70:8075/channel9/playlist.m3u8 @@ -17,7 +17,7 @@ https://5ca9af4645e15.streamlock.net/canal12/videocanal12/playlist.m3u8 https://inliveserver.com:1936/17510/17510/playlist.m3u8 #EXTINF:-1 tvg-id="TN8.ni" status="online",Telenica Canal 8 (tn8) (720p) [Not 24/7] https://60417ddeaf0d9.streamlock.net/tn8/videotn8/playlist.m3u8 -#EXTINF:-1 tvg-id="TN8.ni" status="error",Telenica Canal 8 (tn8) +#EXTINF:-1 tvg-id="TN8.ni" status="online",Telenica Canal 8 (tn8) http://138.117.4.70:8075/channel8/playlist.m3u8 #EXTINF:-1 tvg-id="VosTV.ni" status="online",Vos Tv (720p) [Not 24/7] http://ott.streann.com:8080/loadbalancer/services/public/channels/59e60c4997381ef50d15c041/playlist.m3u8 diff --git a/streams/nl.m3u b/streams/nl.m3u index c2e8e007d..25f12ec7b 100644 --- a/streams/nl.m3u +++ b/streams/nl.m3u @@ -17,7 +17,7 @@ https://video.uitzending.tv:19360/gigantfm/gigantfm.m3u8 http://593aed234297b.streamlock.net:1935/gotvsjoerd/gotvsjoerd/playlist.m3u8 #EXTINF:-1 tvg-id="Groningen1.nl" status="online",Groningen1 (1080p) [Not 24/7] http://59132e529e3d1.streamlock.net/Groningen1/Groningen1/playlist.m3u8 -#EXTINF:-1 tvg-id="HK13TV.nl" status="error",HK13 TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="HK13TV.nl" status="online",HK13 TV (1080p) [Not 24/7] http://mtxstr001.matrixdata.nl/live/hk13/playlist.m3u8 #EXTINF:-1 tvg-id="IdeaalTV.nl" status="online",Ideaal TV (480p) [Not 24/7] https://ms2.mx-cd.net/dtv-09/236-2051366/Ideaal_TV.smil/playlist.m3u8 diff --git a/streams/no.m3u b/streams/no.m3u index 2f798f302..c1ac3ea76 100644 --- a/streams/no.m3u +++ b/streams/no.m3u @@ -15,9 +15,9 @@ https://98d91ca32ff6fbca255f6ec9f29fc4d0-httpcache0-19333-cachelive0.dna.ip-only https://ws31-hls-live.akamaized.net/out/u/1416253.m3u8 #EXTINF:-1 tvg-id="" status="online",TV2 Nyhetsstrømmen (720p) https://ws15-hls-live.akamaized.net/out/u/1153546.m3u8 -#EXTINF:-1 tvg-id="" status="online",Viasat History Kazakhstan (720p) +#EXTINF:-1 tvg-id="" status="timeout",Viasat History Kazakhstan (720p) https://sc.id-tv.kz/ViasatHistory.m3u8 #EXTINF:-1 tvg-id="" status="online",Viasat Nature Kazakhstan (720p) https://sc.id-tv.kz/ViasatNature.m3u8 -#EXTINF:-1 tvg-id="" status="online",Viasat TV1000 Kazakhstan (720p) +#EXTINF:-1 tvg-id="" status="timeout",Viasat TV1000 Kazakhstan (720p) https://sc.id-tv.kz/TV1000.m3u8 diff --git a/streams/pa.m3u b/streams/pa.m3u index b05c5a8ea..609930feb 100644 --- a/streams/pa.m3u +++ b/streams/pa.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="ANTV.pa" status="online",ANTV +#EXTINF:-1 tvg-id="ANTV.pa" status="blocked",ANTV https://dacastmmd.mmdlive.lldns.net/dacastmmd/bdc928e938f54ab280e8bfa0e265eddd/playlist.m3u8 #EXTINF:-1 tvg-id="ASondeSalsa.pa" status="online",A Son de Salsa (720p) [Not 24/7] https://cloud01.mipaneltv.xyz/asondesalsa/asondesalsa/playlist.m3u8 @@ -13,9 +13,9 @@ https://stmv3.voxtvhd.com.br/dreikotv/dreikotv/playlist.m3u8 https://1206618505.rsc.cdn77.org/LS-ATL-59020-1/playlist.m3u8 #EXTINF:-1 tvg-id="NexTVCanal21.pa" status="timeout",Nex TV (Canal 21) http://209.91.213.10:8088/play/a01o -#EXTINF:-1 tvg-id="OyeTV.pa" status="online",Oye TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="OyeTV.pa" status="blocked",Oye TV (480p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88df173853e7072f3f953f.m3u8 -#EXTINF:-1 tvg-id="RPCTV.pa" status="blocked",RPC (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="RPCTV.pa" status="online",RPC (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88d659120a717cf93ce620.m3u8 #EXTINF:-1 tvg-id="Telemetro.pa" status="online",Telemetro (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88dd2229b0890723df2165.m3u8 diff --git a/streams/pe.m3u b/streams/pe.m3u index c30d4b487..9846c2aff 100644 --- a/streams/pe.m3u +++ b/streams/pe.m3u @@ -35,7 +35,7 @@ https://tv.inka.net.pe/cajamarcatv/cajamarcatv/index.m3u8 https://tvdatta.com:3838/live/canalcatacaoslive.m3u8 #EXTINF:-1 tvg-id="Canal43Sudamericana.pe" status="timeout",Canal 43 Sudamericana (Ica) (360p) [Not 24/7] https://media2.cdnlayer.biz:8081/8014/index.m3u8 -#EXTINF:-1 tvg-id="CanalB.pe" status="error",CanalB (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalB.pe" status="timeout",CanalB (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alfonsobaella/live #EXTINF:-1 tvg-id="CaribeTelevision.pe" status="timeout",Caribe Televisión (Otuzco) (1080p) [Not 24/7] http://191.97.56.183:1935/caribetv/caribetv/playlist.m3u8 @@ -45,7 +45,7 @@ https://5c3fb01839654.streamlock.net:1963/iptvcentraltv/livecentraltvtv/playlist https://cloudvideo.servers10.com:8081/8168/index.m3u8 #EXTINF:-1 tvg-id="ChicosIPe.pe" status="online",Chicos IPe (1080p) [Not 24/7] http://cdnh4.iblups.com/hls/OVJNKV4pSr.m3u8 -#EXTINF:-1 tvg-id="ChinchaTV.pe" status="online",Chincha TV [Not 24/7] +#EXTINF:-1 tvg-id="ChinchaTV.pe" status="error",Chincha TV [Not 24/7] https://tvdatta.com:3548/live/chinchatvlive.m3u8 #EXTINF:-1 tvg-id="CineClubTV.pe" status="error",TecSatel Cine TV (Arequipa) (720p) [Not 24/7] https://servilive.com:3176/live/cineclublive.m3u8 @@ -57,13 +57,13 @@ https://7.innovatestream.pe:19360/cnctv/cnctv.m3u8 https://cloudvideo.servers10.com:8081/8150/index.m3u8 #EXTINF:-1 tvg-id="Conecta2TV.pe" status="online",Conecta2TV (Lima) (720p) [Not 24/7] https://servilive.com:3114/live/liveulive.m3u8 -#EXTINF:-1 tvg-id="CongresoTV.pe" status="online",Congreso TV [Not 24/7] +#EXTINF:-1 tvg-id="CongresoTV.pe" status="timeout",Congreso TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/CongresodelaRepúblicadelPerúTVenvivo/live #EXTINF:-1 tvg-id="ContactoDeportivo.pe" status="online",Contacto Deportivo (720p) [Not 24/7] https://live.obslivestream.com/cdeportivo/index.m3u8 #EXTINF:-1 tvg-id="ControversiaTV.pe" status="online",Controversia TV (Moyobamba) (720p) [Not 24/7] https://live.obslivestream.com/controversiatv/index.m3u8 -#EXTINF:-1 tvg-id="CreoTV.pe" status="online",CreoTV (Cajamarca) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CreoTV.pe" status="error",CreoTV (Cajamarca) (720p) [Not 24/7] https://srv1.mediastreamperu.com/creotv/creotv/playlist.m3u8 #EXTINF:-1 tvg-id="CRTelevision.pe" status="error",CR Television (Moyobamba) (720p) [Not 24/7] https://live.obslivestream.com/crtvmux/index.m3u8 @@ -85,7 +85,7 @@ http://190.108.83.142:8000/play/a003/index.m3u8 https://stmv.panel.grupolimalive.com/fuegoweb/fuegoweb/playlist.m3u8 #EXTINF:-1 tvg-id="FullTV.pe" status="online",FullTV (Lima) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/fullmu/fullmu/playlist.m3u8 -#EXTINF:-1 tvg-id="GalacticaTV.pe" status="online",Galáctica TV (Peru) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="GalacticaTV.pe" status="timeout",Galáctica TV (Peru) (1080p) [Not 24/7] https://pacific.direcnode.com:3715/hybrid/play.m3u8 #EXTINF:-1 tvg-id="GeniosTV.pe" status="online",Genios TV (Moyobamba) (720p) [Not 24/7] https://live.obslivestream.com/geniostvmux/index.m3u8 @@ -113,19 +113,19 @@ https://stmv.panel.grupolimalive.com/imperu/imperu/playlist.m3u8 https://live.tvcontrolcp.com:1936/8170/8170/playlist.m3u8 #EXTINF:-1 tvg-id="JN19.pe" status="online",JN19 (720p) [Not 24/7] https://servilive.com:3149/live/jn19tvlive.m3u8 -#EXTINF:-1 tvg-id="JusticiaTV.pe" status="error",JusticiaTV [Not 24/7] +#EXTINF:-1 tvg-id="JusticiaTV.pe" status="timeout",JusticiaTV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCwsURxTXqGqijgu98ndod3A/live -#EXTINF:-1 tvg-id="Karibena.pe" status="online",Karibeña (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Karibena.pe" status="timeout",Karibeña (720p) [Not 24/7] https://cu.onliv3.com/livevd/user1.m3u8 #EXTINF:-1 tvg-id="KBO.pe" status="error",KBO Quillabamba (1080p) [Not 24/7] https://cdnhd.iblups.com/hls/YGpW43RUOD.m3u8 -#EXTINF:-1 tvg-id="La5ta.pe" status="online",La 5ta [Not 24/7] +#EXTINF:-1 tvg-id="La5ta.pe" status="error",La 5ta [Not 24/7] https://srv.panelcast.net/la5ta/la5ta/playlist.m3u8 #EXTINF:-1 tvg-id="LaAbeja.pe" status="online",La Abeja (720p) [Not 24/7] http://cdnhd.iblups.com/hls/F87ppt1YAT.m3u8 #EXTINF:-1 tvg-id="LaIslillaTV.pe" status="online",La Islilla TV [Not 24/7] http://190.108.83.142:8000/play/a00b/index.m3u8 -#EXTINF:-1 tvg-id="LaLuzTV.pe" status="online",La Luz TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LaLuzTV.pe" status="error",La Luz TV (720p) [Not 24/7] http://ott.streann.com:8080/loadbalancer/services/public/channels/59ce7f292cdc7ba015a93b82/playlist.m3u8 #EXTINF:-1 tvg-id="LaRiberena.pe" status="online",La Ribereña (Pucallpa) (480p) [Not 24/7] https://cloudvideo.servers10.com:8081/8070/index.m3u8 @@ -141,7 +141,7 @@ https://tv.oyotunstream.com:1936/master/master/playlist.m3u8 http://v4.tustreaming.cl/matices/index.m3u8 #EXTINF:-1 tvg-id="MegaTVArequipa.pe" status="online",Mega TV (Arequipa) [Not 24/7] https://hls.servidor.stream/storage/megatv.m3u8 -#EXTINF:-1 tvg-id="MegaTVJaen.pe" status="error",Mega TV (Jaen) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MegaTVJaen.pe" status="online",Mega TV (Jaen) (720p) [Not 24/7] https://tv.portalexpress.es:3399/hybrid/play.m3u8 #EXTINF:-1 tvg-id="Millenium109FM.pe" status="online",Millenium 109 FM (Lamas) (720p) [Not 24/7] https://videoserver.tmcreativos.com:19360/nqvnhujhrx/nqvnhujhrx.m3u8 @@ -157,17 +157,17 @@ https://inliveserver.com:1936/19018/19018/playlist.m3u8 http://vs8.live.opencaster.com/20100152275/jcpstream/playlist.m3u8 #EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7] https://ed3od.live.opencaster.com/jcpstream_hd720/index.m3u8 -#EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (360p) [Not 24/7] -https://ed3od.live.opencaster.com/jcpstream_mid/index.m3u8 #EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7] https://www.opencaster.com/resources/hls_stream/hipodromojcp2.m3u8 +#EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (360p) [Not 24/7] +https://ed3od.live.opencaster.com/jcpstream_mid/index.m3u8 #EXTINF:-1 tvg-id="NacionalTV.pe" status="online",NacionalTV (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/nacionaltv/nacionaltv/playlist.m3u8 #EXTINF:-1 tvg-id="Nativa.pe" status="online",Nativa (720p) [Not 24/7] https://servilive.com:3449/live/mlecaroslive.m3u8 -#EXTINF:-1 tvg-id="NazarenasTV.pe" status="error",Nazarenas TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NazarenasTV.pe" status="online",Nazarenas TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvnazarenas/livenazarenastv/playlist.m3u8 -#EXTINF:-1 tvg-id="NuestraTVLima.pe" status="online",Nuestra TV (Lima) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NuestraTVLima.pe" status="timeout",Nuestra TV (Lima) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/nuestratvlima #EXTINF:-1 tvg-id="OasisRTV.pe" status="online",Oasis RTV (Trujillo) (720p) [Not 24/7] https://7.innovatestream.pe:19360/oasisrtv/oasisrtv.m3u8 @@ -185,7 +185,7 @@ https://5c3fb01839654.streamlock.net:1963/iptvovacion1/liveovacion1tv/playlist.m https://cdnhd.iblups.com/hls/ptv2.m3u8 #EXTINF:-1 tvg-id="PaxTV.pe" status="online",Pax TV https://d1oxkaep074koq.cloudfront.net/out/v1/6657a374459f4821b404e16161c98588/playlist.m3u8 -#EXTINF:-1 tvg-id="PBO.pe" status="error",PBO Digital (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PBO.pe" status="timeout",PBO Digital (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCgR0st4ZLABi-LQcWNu3wnQ/live #EXTINF:-1 tvg-id="PeruMagico.pe" status="timeout",Peru Magico (480p) [Not 24/7] http://38.131.11.9:1080/play/a0dh @@ -199,27 +199,27 @@ https://tv.portalexpress.es:3270/hybrid/play.m3u8 https://servilive.com:3194/live/proyectatvlive.m3u8 #EXTINF:-1 tvg-id="QTTelevision.pe" status="online",QT Televisión (Cuzco) (720p) [Not 24/7] https://servilive.com:3753/live/qosqotimeslive.m3u8 -#EXTINF:-1 tvg-id="QuattroTV.pe" status="online",Quattro TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="QuattroTV.pe" status="error",Quattro TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/quatrotvgo #EXTINF:-1 tvg-id="Quillavision.pe" status="online",Quillavision (Cuzco) (720p) [Not 24/7] http://v4.tustreaming.cl/quillavision/index.m3u8 -#EXTINF:-1 tvg-id="RadioCalor.pe" status="error",Radio Calor (Huancayo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioCalor.pe" status="timeout",Radio Calor (Huancayo) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/calortv #EXTINF:-1 tvg-id="RadioChalaca.pe" status="timeout",Radio Chalaca (720p) [Not 24/7] https://megastreamm.com:3611/stream/play.m3u8 #EXTINF:-1 tvg-id="RadioDigital941TV.pe" status="timeout",Radio Digital 94.1 TV (Juanjui) (240p) [Not 24/7] https://media2.cdnlayer.biz:8081/8018/index.m3u8 -#EXTINF:-1 tvg-id="RadioInkaTV.pe" status="error",RadioInka (Abancay) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioInkaTV.pe" status="online",RadioInka (Abancay) (1080p) [Not 24/7] https://tv.portalexpress.es:3175/hybrid/play.m3u8 #EXTINF:-1 tvg-id="RadioSanBorjaTV.pe" status="online",Radio San Borja TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvsanborja/livesanborjatv/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTropical.pe" status="error",Radio Tropical Tarapoto (480p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTropical.pe" status="online",Radio Tropical Tarapoto (480p) [Not 24/7] https://videoserver.tmcreativos.com:19360/raditropical/raditropical.m3u8 #EXTINF:-1 tvg-id="RadioTVCharles.pe" status="timeout",Radio TV Charles (Bambamarca) [Not 24/7] https://media2.cdnlayer.biz:8081/8032/index.m3u8 #EXTINF:-1 tvg-id="RadioTVOriente.pe" status="online",RadioTV Oriente (Yurimaguas) (1080p) [Not 24/7] https://stmv.panel.grupolimalive.com/orientetv/orientetv/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioUnoTacna.pe" status="online",Radio Uno (Tacna) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioUnoTacna.pe" status="timeout",Radio Uno (Tacna) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCK0lpuL9PQb3I5CDcu7Y7bA/live #EXTINF:-1 tvg-id="RCR.pe" status="online",Red de Comunicación Regional (RCR) (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvrcrperu/livercrperutv/playlist.m3u8 @@ -235,7 +235,7 @@ https://live.obslivestream.com/selvatv/index.m3u8 https://7.innovatestream.pe:19360/rtvtotal/rtvtotal.m3u8 #EXTINF:-1 tvg-id="SalgaluTV.pe" status="timeout",Salgalú TV [Not 24/7] https://6075e60da1f27.streamlock.net/live/wowza/playlist.m3u8 -#EXTINF:-1 tvg-id="SelvaMiaTV.pe" status="error",SelvaMía TV (Aguaytía) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SelvaMiaTV.pe" status="online",SelvaMía TV (Aguaytía) (360p) [Not 24/7] https://inliveserver.com:1936/18022/18022/playlist.m3u8 #EXTINF:-1 tvg-id="Sistema1.pe" status="error",Sistema 1 (Huaraz) (720p) [Not 24/7] https://tv.portalexpress.es:3839/live/sistema1tvlive.m3u8 @@ -243,7 +243,7 @@ https://tv.portalexpress.es:3839/live/sistema1tvlive.m3u8 https://stmv.panel.grupolimalive.com/solstereotv/solstereotv/playlist.m3u8 #EXTINF:-1 tvg-id="SolTV.pe" status="online",Sol Televisión http://190.211.140.89:8081/SVTranscoder/SOLTVabr.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="SomosTelevision.pe" status="online",Somos Televisión (Chimbote) [Not 24/7] +#EXTINF:-1 tvg-id="SomosTelevision.pe" status="timeout",Somos Televisión (Chimbote) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/somostvchimbote #EXTINF:-1 tvg-id="SoriTV.pe" status="error",SoriTV [Not 24/7] https://cadenasurrtv.com/hls/stream/index.m3u8 @@ -263,7 +263,7 @@ https://servilive.com:3126/live/tele2000live.m3u8 https://live.obslivestream.com/telecolormux/index.m3u8 #EXTINF:-1 tvg-id="TelesurCamana.pe" status="online",Telesur (Camana) (480p) [Not 24/7] https://1667517699.rsc.cdn77.org/hls/camana.m3u8 -#EXTINF:-1 tvg-id="TelesurIlo.pe" status="error",Telesur (Ilo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelesurIlo.pe" status="online",Telesur (Ilo) (720p) [Not 24/7] https://1667517699.rsc.cdn77.org/hls/ilo.m3u8 #EXTINF:-1 tvg-id="TelesurMollendo.pe" status="online",Telesur (Mollendo) (240p) [Not 24/7] https://1667517699.rsc.cdn77.org/hls/mollendo.m3u8 @@ -293,13 +293,13 @@ https://5790d294af2dc.streamlock.net/8134/8134/playlist.m3u8 https://s1.tvdatta.com:3883/live/tvenlinealive.m3u8 #EXTINF:-1 tvg-id="TVFacesPeru.pe" status="online",Tvfaces Online (360p) [Not 24/7] https://tvdatta.com:3211/stream/play.m3u8 -#EXTINF:-1 tvg-id="TVHuarmey.pe" status="error",TV Huarmey (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVHuarmey.pe" status="timeout",TV Huarmey (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/tvhuarmey -#EXTINF:-1 tvg-id="TVNorteChiclayo.pe" status="online",TV Norte (Chiclayo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVNorteChiclayo.pe" status="timeout",TV Norte (Chiclayo) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/TVNORTEHD #EXTINF:-1 tvg-id="TVNoticias73.pe" status="online",TV Noticias 7.3 (768p) http://cdnh4.iblups.com/hls/RMuwrdk7M9.m3u8 -#EXTINF:-1 tvg-id="TVPalmeras.pe" status="error",TV Palmeras (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPalmeras.pe" status="online",TV Palmeras (480p) [Not 24/7] https://srv.panelcast.net/palmerastv/palmerastv/playlist.m3u8 #EXTINF:-1 tvg-id="TVPeru.pe" status="online",TV Perú [Not 24/7] http://190.108.83.142:8000/play/a00i/index.m3u8 diff --git a/streams/ph.m3u b/streams/ph.m3u index ae4fc2152..9d7d4b8c5 100644 --- a/streams/ph.m3u +++ b/streams/ph.m3u @@ -5,7 +5,7 @@ http://122.55.252.134:8443/live/bba5b536faeacb9b56a3239f1ee8e3b3/1.m3u8 https://streaming.cnnphilippines.com/live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="DepEdTV.ph" status="blocked",DepEd TV (480p) [Geo-blocked] https://d3cbe0gidjd4k2.cloudfront.net/channel_7/channel7/playlist.m3u8 -#EXTINF:-1 tvg-id="DZRHNewsTV.ph" status="online",DZRH News TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DZRHNewsTV.ph" status="timeout",DZRH News TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/DZRHNewsTelevision/live #EXTINF:-1 tvg-id="INCTV.ph" status="online",INC TV (1080p) https://cocphil.akamaized.net/hls/live/2042846/inctv/playlist.m3u8 @@ -13,15 +13,15 @@ https://cocphil.akamaized.net/hls/live/2042846/inctv/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCstEtN0pgOmCf02EdXsGChw/live #EXTINF:-1 tvg-id="LifeTVAsia.ph" status="error",Life TV Asia (480p) [Not 24/7] https://d3cbe0gidjd4k2.cloudfront.net/channel_6/channel6/playlist.m3u8 -#EXTINF:-1 tvg-id="Net25.ph" status="online",NET 25 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Net25.ph" status="error",NET 25 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Net25Tv/live -#EXTINF:-1 tvg-id="PEPTV.ph" status="online",PEP TV [Not 24/7] +#EXTINF:-1 tvg-id="PEPTV.ph" status="timeout",PEP TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/peptv3 #EXTINF:-1 tvg-id="PilipinasHD.ph" status="error",Pilipinas HD (480p) [Not 24/7] https://d3cbe0gidjd4k2.cloudfront.net/channel_5/channel5/playlist.m3u8 #EXTINF:-1 tvg-id="PilipinasHD.ph" status="error",Pilipinas HD (360p) [Not 24/7] https://d3cbe0gidjd4k2.cloudfront.net/channel_5/smil:channel_5.smil/chunklist_w1281634943_b300000_sleng.m3u8 -#EXTINF:-1 tvg-id="PTV4.ph" status="online",PTV 4 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="PTV4.ph" status="timeout",PTV 4 (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/PTVPhilippines/live #EXTINF:-1 tvg-id="ShopTV.ph" status="error",Shop TV (480p) [Not 24/7] https://d3cbe0gidjd4k2.cloudfront.net/channel_1/channel1/playlist.m3u8 diff --git a/streams/pk.m3u b/streams/pk.m3u index dbef03b01..2d7411073 100644 --- a/streams/pk.m3u +++ b/streams/pk.m3u @@ -4,7 +4,7 @@ https://securecontributions.sechls01.visionip.tv/live/securecontributions-secure #EXTINF:-1 tvg-id="ARYDigitalUSA.us" status="online",ARY Digital Usa (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://live.arydigital.tv/ https://6zklx4wryw9b-hls-live.5centscdn.com/arydigitalusa/498f1704b692c3ad4dbfdf5ba5d04536.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="ATV.pk" status="online",ATV +#EXTINF:-1 tvg-id="ATV.pk" status="error",ATV https://streamone.simpaisa.com:8443/pitvlive1/atv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AVTKhyber.pk" status="online",AVT Khyber https://streamone.simpaisa.com:8443/pitvlive1/khyber.smil/playlist.m3u8 @@ -22,9 +22,9 @@ https://ukintl.dunyanews.tv/liveuk/ngrp:dunyalive_all/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnMBV5Iw4WqKILKue1nP6Hg/live #EXTINF:-1 tvg-id="FazalTV.pk" status="online",Punjabi TV http://cdn9.live247stream.com/punjabitvcanada/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="K21News.pk" status="error",K21 News +#EXTINF:-1 tvg-id="K21News.pk" status="online",K21 News https://streamone.simpaisa.com:8443/pitvlive1/k21.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="KhyberNews.pk" status="online",Khyber News +#EXTINF:-1 tvg-id="KhyberNews.pk" status="error",Khyber News https://streamone.simpaisa.com:8443/pitvlive1/khybernews.smil/playlist.m3u8 #EXTINF:-1 tvg-id="LahoreNewsHD.pk" status="online",Lahore News (720p) [Not 24/7] https://vcdn.dunyanews.tv/lahorelive/_definst_/ngrp:lnews_1_all/playlist.m3u8 diff --git a/streams/pl.m3u b/streams/pl.m3u index a41124ac6..194290a63 100644 --- a/streams/pl.m3u +++ b/streams/pl.m3u @@ -49,11 +49,11 @@ http://hbbtvlive.v3.tvp.pl/hbbtvlive/livestream.php?app_id=tvpwarszawa http://hbbtvlive.v3.tvp.pl/hbbtvlive/livestream.php?app_id=tvpwroclaw #EXTINF:-1 tvg-id="TVPInfo.pl" status="online",TVP Info (404p) http://hbbtvlive.v3.tvp.pl/hbbtvlive/livestream.php?app_id=tvpinfo -#EXTINF:-1 tvg-id="TVRegionalnaLubin.pl" status="online",TV Regionalna (Lubin) (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRegionalnaLubin.pl" status="error",TV Regionalna (Lubin) (576p) [Not 24/7] https://tvreg.klemit.net/regionalna/stream/index.m3u8 #EXTINF:-1 tvg-id="TVRepublika.pl" status="online",TV Republika (1080p) https://ec08.luz1.cache.orange.pl/jupiter/o2-cl7/live/tvrepublika/live.m3u8 -#EXTINF:-1 tvg-id="TVRepublika.pl" status="error",TV Republika (540p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRepublika.pl" status="online",TV Republika (540p) [Not 24/7] http://m1-tvrepublika.4vod.tv/smil:premium_abr.ism/playlist.m3u8 #EXTINF:-1 tvg-id="TVTorun.pl" status="online",TV Toruń (1080p) http://217.173.176.107:1935/live/tvk.stream/playlist.m3u8 @@ -65,5 +65,5 @@ http://gargoyle.tomkow.pl/hls/tvt.m3u8 https://stream.4fun.tv:8888/hls/4f.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Czworka (1080p) https://stream14.polskieradio.pl/pr4_video/video_pr4.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",TV Regionalna (Zary) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",TV Regionalna (Zary) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC29dc_mBUWW4mz5h754v88w/live diff --git a/streams/pr.m3u b/streams/pr.m3u index 5b65bc00a..762fe8824 100644 --- a/streams/pr.m3u +++ b/streams/pr.m3u @@ -3,7 +3,7 @@ https://play.amelbasoluciones.co:3257/live/acsnetworklive.m3u8 #EXTINF:-1 tvg-id="PuraPalabra.pr" status="online",Pura Palabra (718p) [Not 24/7] https://59825a54e4454.streamlock.net:8443/william233/william233/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",CDM International (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="blocked",CDM International (480p) [Not 24/7] https://59825a54e4454.streamlock.net:8443/marcos536/marcos536/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CDM TV (480p) [Not 24/7] http://205.164.56.130:1935/marcos536/marcos536/playlist.m3u8 @@ -11,7 +11,7 @@ http://205.164.56.130:1935/marcos536/marcos536/playlist.m3u8 https://584097344c1f0.streamlock.net/48/smil:48.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Mas TV (1080p) https://video1.getstreamhosting.com:1936/8212/8212/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Noti Uno Puerto Rico (854p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Noti Uno Puerto Rico (854p) [Not 24/7] https://59514edd5dd8e.streamlock.net/unoradio/unoradio1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Wipr https://streannliveprtv.cachefly.net/prtv1/prtv1/playlist.m3u8 diff --git a/streams/ps.m3u b/streams/ps.m3u index 80270b971..ca4593dc8 100644 --- a/streams/ps.m3u +++ b/streams/ps.m3u @@ -9,7 +9,7 @@ http://htvmada.mada.ps:8888/ajyal/index.m3u8 https://live-1.linuxway.info/aqsatv/live/tv/playlist.m3u8 #EXTINF:-1 tvg-id="Audeh.ps" status="online",Audeh (480p) http://htvpalsat.mada.ps:8888/audeh/index.m3u8 -#EXTINF:-1 tvg-id="Baladna.ps" status="online",Baladna [Not 24/7] +#EXTINF:-1 tvg-id="Baladna.ps" status="error",Baladna [Not 24/7] http://htvmada.mada.ps:8888/baladna/index.m3u8 #EXTINF:-1 tvg-id="Falastini.ps" status="online",Falastini (720p) http://palestiniantv.origin.technostreaming.net:8081/palestiniantv_source/live/playlist.m3u8 diff --git a/streams/pt.m3u b/streams/pt.m3u index 3b6e5e637..0d7d51062 100644 --- a/streams/pt.m3u +++ b/streams/pt.m3u @@ -11,12 +11,12 @@ http://c2.manasat.com:1935/kmusic/kmusic3/master.m3u8 https://streamer-a01.videos.sapo.pt/live/portocanal/playlist.m3u8 #EXTINF:-1 tvg-id="PortoCanal.pt" status="online",Porto Canal (360p) [Not 24/7] https://streamer-b02.videos.sapo.pt/live/portocanal/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP1.pt" status="online",RTP1 (480p) -http://162.212.178.69:41042/bysid/608 -#EXTINF:-1 tvg-id="RTP1.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RTP1.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP1 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/rtpClean1HD.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RTP1.pt" status="online",RTP1 (480p) +http://162.212.178.69:41042/bysid/608 +#EXTINF:-1 tvg-id="RTP2.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/rtpClean2HD.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (504p) [Not 24/7] @@ -28,7 +28,7 @@ https://streaming-live.rtp.pt/livetvhlsDVR/rtpnHDdvr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTP3.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP3 (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/livetvhlsDVR/rtpndvr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTPAcores.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Açores (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RTPAcores.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Açores (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/smil:rtpacoresHD.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTPAcores.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Açores (504p) [Not 24/7] diff --git a/streams/pt_samsung.m3u b/streams/pt_samsung.m3u index af68d71ba..2953c22c4 100644 --- a/streams/pt_samsung.m3u +++ b/streams/pt_samsung.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="BloombergQuicktake.us" status="timeout",Bloomberg Quicktake (1080p) +#EXTINF:-1 tvg-id="BloombergQuicktake.us" status="online",Bloomberg Quicktake (1080p) https://bloomberg-quicktake-1-pt.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergTelevision.us" status="online",Bloomberg TV US (1080p) https://bloomberg-bloomberg-1-pt.samsung.wurl.com/manifest/playlist.m3u8 diff --git a/streams/py.m3u b/streams/py.m3u index c50696056..706b89ff1 100644 --- a/streams/py.m3u +++ b/streams/py.m3u @@ -5,7 +5,7 @@ https://d2e809bgs49c6y.cloudfront.net/live/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851/ https://59ce1298bfb98.streamlock.net/almayatv/almayatv/playlist.m3u8 #EXTINF:-1 tvg-id="C9N.py" status="online",C9N (480p) https://d4xunn272arip.cloudfront.net/hls/c9n.m3u8 -#EXTINF:-1 tvg-id="DismarTV.py" status="error",DismarTV +#EXTINF:-1 tvg-id="DismarTV.py" status="online",DismarTV https://rds3.desdeparaguay.net/dismartv/dismartv/playlist.m3u8 #EXTINF:-1 tvg-id="Educanal.py" status="online",Educanal https://59ce1298bfb98.streamlock.net/educanal/educanal/playlist.m3u8 diff --git a/streams/qa.m3u b/streams/qa.m3u index dd2b3f9da..76674e1f2 100644 --- a/streams/qa.m3u +++ b/streams/qa.m3u @@ -1,10 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="AlJazeeraBalkans.qa" status="online",Al Jazeera Balkans (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajbalkans/live -#EXTINF:-1 tvg-id="AlJazeeraBalkans.qa" status="online",Al Jazeera Balkans (1080p) https://live-hls-web-ajb.getaj.net/AJB/index.m3u8 -#EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeera/live +#EXTINF:-1 tvg-id="AlJazeeraBalkans.qa" status="timeout",Al Jazeera Balkans (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajbalkans/live #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) https://live-hls-v3-aja.getaj.net/AJA-V3/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) @@ -12,6 +10,8 @@ https://live-hls-web-aja.getaj.net/AJA/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Jazeera Arabic (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s69/index.m3u8 +#EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="timeout",Al Jazeera Arabic (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeera/live #EXTINF:-1 tvg-id="AlJazeeraDocumentary.qa" status="online",Al Jazeera Documentary (270p) [Geo-blocked] https://live-hls-web-ajd.getaj.net/AJD/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="online",Al Jazeera English (1080p) diff --git a/streams/ro.m3u b/streams/ro.m3u index 5731f1269..870d13589 100644 --- a/streams/ro.m3u +++ b/streams/ro.m3u @@ -11,7 +11,7 @@ http://s5.alfaomega.tv:1935/alfaomega/alfaomega1.sdp/playlist.m3u8 http://s5.alfaomega.tv:1935/alfaomega/smil:alfaomegatv/playlist.m3u8 #EXTINF:-1 tvg-id="AntenaSport.ro" status="online",AntenaSport (720p) [Not 24/7] https://stream1.antenaplay.ro/dfs/farasecrete5/playlist.m3u8 -#EXTINF:-1 tvg-id="B1.ro" status="error",B1 (272p) [Not 24/7] +#EXTINF:-1 tvg-id="B1.ro" status="online",B1 (272p) [Not 24/7] https://stream.adunity.com/b1/b1.m3u8 #EXTINF:-1 tvg-id="BucovinaTV.ro" status="online",Bucovina TV (480p) http://46.4.14.12:9999/btvsvlive/playlist.m3u8 @@ -23,7 +23,7 @@ http://cdn.credonet.tv:1935/ctv/smil:livecredo.smil/playlist.m3u8 http://89.38.8.130:39435 #EXTINF:-1 tvg-id="IntermediaTV.ro" status="online",Intermedia TV (576p) http://46.4.14.12:9999/intermedia1/playlist.m3u8 -#EXTINF:-1 tvg-id="KissTV.ro" status="error",Kiss TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="KissTV.ro" status="timeout",Kiss TV (576p) [Not 24/7] https://fms-https1.mediadirect.ro/live3/_definst_/kiss.smil/playlist.m3u8?publisher=83 #EXTINF:-1 tvg-id="LightChannel.ro" status="online",Light Channel (480p) [Not 24/7] http://streamer1.streamhost.org:1935/salive/GMIlcbgM/playlist.m3u8 diff --git a/streams/ru.m3u b/streams/ru.m3u index 916f0d22c..78b1d6ad1 100644 --- a/streams/ru.m3u +++ b/streams/ru.m3u @@ -21,11 +21,11 @@ https://video1.in-news.ru/360/index.m3u8 #EXTINF:-1 tvg-id="A1.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",A1 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s45/index.m3u8 -#EXTINF:-1 tvg-id="A2.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",A2 (480p) -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 -http://ott-cdn.ucom.am/s33/index.m3u8 #EXTINF:-1 tvg-id="A2.ru" status="online",A2 (576p) [Not 24/7] https://sc.id-tv.kz/A2.m3u8 +#EXTINF:-1 tvg-id="A2.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",A2 (480p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 +http://ott-cdn.ucom.am/s33/index.m3u8 #EXTINF:-1 tvg-id="Afontovo.ru" status="online",Афонтово (Красноярск) (1080p) [Geo-blocked] http://xstream.afontovo.ru/afontovo_ya.m3u8 #EXTINF:-1 tvg-id="AmediaPremium.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Amedia Premium (480p) @@ -37,7 +37,7 @@ https://live.mediacdn.ru/sr1/arhis24/playlist.m3u8 https://strm.yandex.ru/kal/arhyz24/arhyz240.m3u8 #EXTINF:-1 tvg-id="Aris24.ru" status="online",Арис 24 (720p) [Not 24/7] http://serv25.vintera.tv:8081/test/aris/playlist.m3u8 -#EXTINF:-1 tvg-id="Arsenal.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Арсенал (480p) +#EXTINF:-1 tvg-id="Arsenal.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Арсенал (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s68/index.m3u8 #EXTINF:-1 tvg-id="Astrahan24.ru" status="online",Астрахань 24 (720p) @@ -68,9 +68,9 @@ http://belnovosti.cdn.easyhoster.ru:8080/stream.m3u8 http://live2.mediacdn.ru/sr1/tro/playlist.m3u8 #EXTINF:-1 tvg-id="BigAsia.ru" status="blocked",Большая Азия (1080p) [Geo-blocked] https://strm.yandex.ru/kal/bigasia/bigasia0.m3u8 -#EXTINF:-1 tvg-id="Bober.ru" status="online",Бобер (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Bober.ru" status="timeout",Бобер (576p) [Not 24/7] https://sc.id-tv.kz/bober.m3u8 -#EXTINF:-1 tvg-id="BollywoodHDRussia.ru" status="online",Bollywood HD (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="BollywoodHDRussia.ru" status="timeout",Bollywood HD (1080p) [Not 24/7] https://sc.id-tv.kz/bollywood_hd.m3u8 #EXTINF:-1 tvg-id="BridgeTV.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Bridge TV (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 @@ -101,7 +101,7 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_DOMASHNIY/variant.m3u8 http://ott-cdn.ucom.am/s88/index.m3u8 #EXTINF:-1 tvg-id="DomKino.ru" status="timeout",Дом кино (576p) http://50.7.92.90/Dom_kino/playlist.m3u8 -#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="online",Дом Кино Премиум (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="timeout",Дом Кино Премиум (1080p) [Not 24/7] https://sc.id-tv.kz/domkino_hd.m3u8 #EXTINF:-1 tvg-id="Dorama.uk" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Дорама (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 @@ -137,7 +137,7 @@ http://www.gtk.tv/hls/gtyar.m3u8 https://live-trc33.cdnvideo.ru/trc33/trc33.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="Guberniya.ru" status="online",Губерния (Самара) (576p) http://live.guberniatv.cdnvideo.ru/guberniatv/guberniatv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="HDL.ru" status="online",HDL (404p) [Not 24/7] +#EXTINF:-1 tvg-id="HDL.ru" status="timeout",HDL (404p) [Not 24/7] https://sc.id-tv.kz/hdl.m3u8 #EXTINF:-1 tvg-id="HDMedia.ru" status="blocked",HD Медиа (720p) [Geo-blocked] https://strm.yandex.ru/kal/hdmedia/hdmedia0.m3u8 @@ -150,7 +150,7 @@ https://tvhope.cdnvideo.ru/tvhope-pull/tvhope_1/playlist.m3u8 #EXTINF:-1 tvg-id="Istoriya.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",История (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s40/index.m3u8 -#EXTINF:-1 tvg-id="K16.ru" status="online",К16 (Саров) (406p) [Not 24/7] +#EXTINF:-1 tvg-id="K16.ru" status="error",К16 (Саров) (406p) [Not 24/7] http://serv25.vintera.tv:8081/test/k16/playlist.m3u8 #EXTINF:-1 tvg-id="KabbalaTV.ru" status="online",Каббала ТВ (360p) [Not 24/7] https://edge2.uk.kab.tv/live/tvrus-rus-medium/playlist.m3u8 @@ -159,17 +159,17 @@ https://edge2.uk.kab.tv/live/tvrus-rus-medium/playlist.m3u8 https://zabava-htlive.cdn.ngenix.net/hls/CH_KARUSEL/variant.m3u8 #EXTINF:-1 tvg-id="Kavkaz24.ru" status="blocked",Кавказ 24 (720p) [Geo-blocked] https://strm.yandex.ru/kal/kavkaz24_supres/kavkaz24_supres0.m3u8 -#EXTINF:-1 tvg-id="Kinohit.ru" status="online",Кинохит (404p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinohit.ru" status="timeout",Кинохит (404p) [Not 24/7] https://sc.id-tv.kz/Kinohit_hd.m3u8 -#EXTINF:-1 tvg-id="Kinokomedija.ru" status="online",Кинокомедия (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinokomedija.ru" status="timeout",Кинокомедия (360p) [Not 24/7] https://sc.id-tv.kz/Kinokomediya_hd.m3u8 -#EXTINF:-1 tvg-id="Kinomiks.ru" status="online",Киномикс (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinomiks.ru" status="timeout",Киномикс (1080p) [Not 24/7] https://sc.id-tv.kz/Kinomix_hd.m3u8 -#EXTINF:-1 tvg-id="Kinopremyera.ru" status="online",Кинопремьера (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinopremyera.ru" status="timeout",Кинопремьера (1080p) [Not 24/7] https://sc.id-tv.kz/Kinopremiera_hd.m3u8 -#EXTINF:-1 tvg-id="Kinosemja.ru" status="online",Киносемья (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinosemja.ru" status="timeout",Киносемья (1080p) [Not 24/7] https://sc.id-tv.kz/Kinosemiya_hd.m3u8 -#EXTINF:-1 tvg-id="Kinosvidanie.ru" status="online",Киносвидание (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinosvidanie.ru" status="timeout",Киносвидание (1080p) [Not 24/7] https://sc.id-tv.kz/Kinosvidanie_hd.m3u8 #EXTINF:-1 tvg-id="KlassikaKino.ru" status="blocked",Классика Кино (720p) [Geo-blocked] https://strm.yandex.ru/kal/kinoclassic/kinoclassic0.m3u8 @@ -179,7 +179,7 @@ http://188.40.68.167/russia/komediya/playlist.m3u8 http://185.97.150.19:8082/2402 #EXTINF:-1 tvg-id="KonniyMir.ru" status="online",Конный Мир (576p) [Geo-blocked] http://cdn-01.bonus-tv.ru/konnyimir/playlist.m3u8 -#EXTINF:-1 tvg-id="KrasnayaLiniya.ru" status="timeout",Красная линия (480p) +#EXTINF:-1 tvg-id="KrasnayaLiniya.ru" status="error",Красная линия (480p) https://kprf-htlive.cdn.ngenix.net/live/stream_high/playlist.m3u8 #EXTINF:-1 tvg-id="KrikTV.ru" status="blocked",Крик-ТВ (576p) [Geo-blocked] https://strm.yandex.ru/kal/krik_tv/krik_tv0.m3u8 @@ -254,10 +254,10 @@ http://93.78.206.172:8080/stream4/stream.m3u8 https://live-mordovia24.cdnvideo.ru/mordovia24/streamtr/playlist.m3u8 #EXTINF:-1 tvg-id="Morskoi.ru" status="online",Морской (720p) [Not 24/7] http://88b9da48.kazmazpaz.ru/iptv/D7M94NBVB5DLFS/742/index.m3u8 +#EXTINF:-1 tvg-id="Moskva24.ru" status="online",Москва 24 (576p) [Not 24/7] +https://radio-live-mg.rtr-vesti.ru/hls/moscow_24/playlist.m3u8 #EXTINF:-1 tvg-id="Moskva24.ru" status="blocked",Москва 24 (720p) https://strm.yandex.ru/kal/msk24_supres/msk24_supres0.m3u8 -#EXTINF:-1 tvg-id="Moskva24.ru" status="error",Москва 24 (576p) [Not 24/7] -https://radio-live-mg.rtr-vesti.ru/hls/moscow_24/playlist.m3u8 #EXTINF:-1 tvg-id="MOSOBRTV.ru" status="timeout",MOSOBR.TV (720p) [Not 24/7] http://retc.educom.ru/mosobrtv/tv1/index.m3u8 #EXTINF:-1 tvg-id="MOSOBRTV.ru" status="timeout",MOSOBR.TV (720p) @@ -315,7 +315,7 @@ http://ott-cdn.ucom.am/s77/index.m3u8 http://live-saha.cdnvideo.ru/saha/saha/playlist.m3u8 #EXTINF:-1 tvg-id="O2.ru" status="blocked",О2ТВ (1080p) [Geo-blocked] https://strm.yandex.ru/kal/o2/o20.m3u8 -#EXTINF:-1 tvg-id="O.ru" status="online",О! (576p) [Not 24/7] +#EXTINF:-1 tvg-id="O.ru" status="timeout",О! (576p) [Not 24/7] https://sc.id-tv.kz/o.m3u8 #EXTINF:-1 tvg-id="OhotnikiRybolov.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Охотник и Рыболов (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 @@ -342,7 +342,7 @@ http://ott.inmart.tv:8081/18/index.m3u8 http://5.164.24.83/tula/1tv_low/index.m3u8 #EXTINF:-1 tvg-id="Pobeda.ru" status="timeout",Победа (576p) [Not 24/7] https://sc.id-tv.kz/Pobeda.m3u8 -#EXTINF:-1 tvg-id="Poehali.ru" status="online",Поехали! (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Poehali.ru" status="timeout",Поехали! (576p) [Not 24/7] https://sc.id-tv.kz/poehali.m3u8 #EXTINF:-1 tvg-id="Prima.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",Прима (1080p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 @@ -377,19 +377,19 @@ http://chanson-video.hostingradio.ru:8080/hls/chansonabr/live.m3u8 https://rtv.facecast.io/rtv/0.m3u8 #EXTINF:-1 tvg-id="Ratnik.ru" status="blocked",Ратник (1080p) [Geo-blocked] http://live-ratnik.cdnvideo.ru/ratnik/ratnik.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="RBKTV.ru" status="online",РБК (1080p) -https://live-rbc.gcdn.co/gcore/rbctvhd.m3u8 #EXTINF:-1 tvg-id="RBKTV.ru" status="online",РБК (576p) http://uiptv.do.am/1ufc/701293058/playlist.m3u8 #EXTINF:-1 tvg-id="RBKTV.ru" status="online",РБК (СПБ) (576p) https://online-video.rbc.ru/spb/rbctv_spb.m3u8 #EXTINF:-1 tvg-id="RBKTV.ru" status="online",РБК (560p) http://92.50.128.180/utv/1358/index.m3u8 -#EXTINF:-1 tvg-id="RBKTV.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",РБК (480p) -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 -http://ott-cdn.ucom.am/s36/index.m3u8 +#EXTINF:-1 tvg-id="RBKTV.ru" status="online",РБК (1080p) +https://live-rbc.gcdn.co/gcore/rbctvhd.m3u8 #EXTINF:-1 tvg-id="RBKTV.ru" status="blocked",РБК (1080p) [Geo-blocked] https://strm.yandex.ru/kal/rbc/rbc0.m3u8 +#EXTINF:-1 tvg-id="RBKTV.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",РБК (480p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 +http://ott-cdn.ucom.am/s36/index.m3u8 #EXTINF:-1 tvg-id="Region29.ru" status="blocked",Регион 29 (Архангельск) (720p) [Geo-blocked] http://live-atkmedia.cdnvideo.ru/atkmedia/atkmedia/playlist.m3u8 #EXTINF:-1 tvg-id="RENTV.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",РЕН ТВ (540p) [Geo-blocked] @@ -397,15 +397,15 @@ http://live-atkmedia.cdnvideo.ru/atkmedia/atkmedia/playlist.m3u8 https://zabava-htlive.cdn.ngenix.net/hls/CH_RENTV/variant.m3u8 #EXTINF:-1 tvg-id="RENTV.ru" status="online",РЕН ТВ (576p) http://ad-hls-rentv.cdnvideo.ru/ren/smil:ren.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RENTVInternational.ru" status="online",РЕН ТВ International (576p) [Not 24/7] +#EXTINF:-1 tvg-id="RENTVInternational.ru" status="timeout",РЕН ТВ International (576p) [Not 24/7] https://sc.id-tv.kz/RenTV.m3u8 -#EXTINF:-1 tvg-id="RodnoeKino.ru" status="online",Родное кино (576p) [Not 24/7] +#EXTINF:-1 tvg-id="RodnoeKino.ru" status="timeout",Родное кино (576p) [Not 24/7] https://sc.id-tv.kz/Rodnoe_kino.m3u8 #EXTINF:-1 tvg-id="Rodnoykanal.ru" status="online",Родной канал (720p) [Not 24/7] https://n1.slavmir.tv/live/slavmir/playlist.m3u8 #EXTINF:-1 tvg-id="RTAmerica.us" status="online",RT America (1080p) [Geo-blocked] https://rt-usa.rttv.com/live/rtusa/playlist.m3u8 -#EXTINF:-1 tvg-id="RTAmerica.us" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",RT America (480p) +#EXTINF:-1 tvg-id="RTAmerica.us" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",RT America (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s96/index.m3u8 #EXTINF:-1 tvg-id="RTArabic.ru" status="online",RT Arabic (1080p) [Geo-blocked] @@ -437,7 +437,7 @@ https://rt-glb.rttv.com/live/rtnews/playlist.m3u8 https://rumble-foxo.cdn.rumble.cloud/live/hr6yv36f/slot-30/ngrp:srak-wx8r_all/playlist.m3u8 #EXTINF:-1 tvg-id="RTNews.ru" status="timeout",RT News (1080p) https://strm.yandex.ru/kal/rt_hd/rt_hd0.m3u8 -#EXTINF:-1 tvg-id="RTRPlaneta.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",РТР-Планета (480p) +#EXTINF:-1 tvg-id="RTRPlaneta.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",РТР-Планета (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s15/index.m3u8 #EXTINF:-1 tvg-id="RTUK.uk" status="online",RT UK (1080p) [Geo-blocked] @@ -447,14 +447,14 @@ https://a3569458063-s26881.cdn.ngenix.net/hls/russia_hd/playlist_4.m3u8 #EXTINF:-1 tvg-id="Russia1Plus6.ru" status="timeout",Россия 1 +6 (180p) https://gtrkchita.ru:8081/hls/r1-chita_180p.m3u8 #EXTINF:-1 tvg-id="Russia24.ru" status="online",Россия 24 (576p) [Not 24/7] +http://radio-live-mg.rtr-vesti.ru/hls/russia_24/playlist.m3u8 +#EXTINF:-1 tvg-id="Russia24.ru" status="online",Россия 24 (576p) [Not 24/7] http://uiptv.do.am/1ufc/000000006/playlist.m3u8 #EXTINF:-1 tvg-id="Russia24.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Россия 24 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s21/index.m3u8 #EXTINF:-1 tvg-id="Russia24.ru" status="blocked",Россия 24 (720p) [Geo-blocked] https://strm.yandex.ru/kal/euronews_supres/euronews_supres0.m3u8 -#EXTINF:-1 tvg-id="Russia24.ru" status="error",Россия 24 (576p) [Not 24/7] -http://radio-live-mg.rtr-vesti.ru/hls/russia_24/playlist.m3u8 #EXTINF:-1 tvg-id="Russia24Chita.ru" status="timeout",Россия 24 (Чита) (360p) https://gtrkchita.ru:8081/hls/r24-chita_360p.m3u8 #EXTINF:-1 tvg-id="Russia24Chita.ru" status="timeout",Россия 24 (Чита) (576p) @@ -473,11 +473,11 @@ https://strm.yandex.ru/kal/rutv_cv/rutv_cv0.m3u8 #EXTINF:-1 tvg-id="Rybolov.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Рыболов (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s55/index.m3u8 -#EXTINF:-1 tvg-id="Ryzhiy.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Рыжий (480p) -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 -http://ott-cdn.ucom.am/s57/index.m3u8 #EXTINF:-1 tvg-id="Ryzhiy.ru" status="blocked",Рыжий (576p) [Geo-blocked] http://serv30.vintera.tv:8081/detskiy/ryzhiy_08/playlist.m3u8 +#EXTINF:-1 tvg-id="Ryzhiy.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Рыжий (480p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 +http://ott-cdn.ucom.am/s57/index.m3u8 #EXTINF:-1 tvg-id="RZDTV.ru" status="blocked",РЖД ТВ (360p) [Geo-blocked] http://hls.tva.cdnvideo.ru/tva/tva.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="RZDTV.ru" status="blocked",РЖД ТВ (720p) [Geo-blocked] @@ -500,15 +500,15 @@ https://live2.mediacdn.ru/sr1/sever-mobile/playlist.m3u8 https://live2.mediacdn.ru/sr1/sever/playlist.m3u8 #EXTINF:-1 tvg-id="Sever.ru" status="online",Север (Нарьян-Мар) (1080p) https://live.mediacdn.ru/sr1/sever/playlist.m3u8 -#EXTINF:-1 tvg-id="ShansonTV.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Шансон ТВ (480p) -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 -http://ott-cdn.ucom.am/s43/index.m3u8 #EXTINF:-1 tvg-id="ShansonTV.ru" status="blocked",Шансон ТВ (512p) [Geo-blocked] http://hls.shansontv.cdnvideo.ru/shansontv/shansontv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="ShansonTV.ru" status="blocked",Шансон ТВ (576p) [Geo-blocked] http://hls.shansontv.cdnvideo.ru/shansontv/shansontv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ShansonTV.ru" status="blocked",Шансон ТВ (576p) [Geo-blocked] http://uiptv.do.am/1ufc/602079679/playlist.m3u8 +#EXTINF:-1 tvg-id="ShansonTV.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Шансон ТВ (480p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 +http://ott-cdn.ucom.am/s43/index.m3u8 #EXTINF:-1 tvg-id="ShchyolkovskoeTV.ru" status="online",Щёлковское ТВ (576p) [Not 24/7] http://stream0.tv41.ru/live.m3u8 #EXTINF:-1 tvg-id="ShoppingLive.ru" status="online",Shopping Live (576p) [Not 24/7] @@ -538,11 +538,11 @@ http://sochinskayatrk.ru/hdtv/hls/strc_hd/playlist.m3u8 #EXTINF:-1 tvg-id="STS.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",СТС (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 https://zabava-htlive.cdn.ngenix.net/hls/CH_STS/variant.m3u8 -#EXTINF:-1 tvg-id="STS.ru" status="online",СТС (576p) [Not 24/7] -https://sc.id-tv.kz/STS.m3u8 #EXTINF:-1 tvg-id="STS.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",СТС (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s52/04.m3u8 +#EXTINF:-1 tvg-id="STS.ru" status="timeout",СТС (576p) [Not 24/7] +https://sc.id-tv.kz/STS.m3u8 #EXTINF:-1 tvg-id="STSLove.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",СТС (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 https://zabava-htlive.cdn.ngenix.net/hls/CH_STSLOVE/variant.m3u8 @@ -564,7 +564,7 @@ https://sitv.ru/hls/s86.m3u8 http://ott-cdn.ucom.am/s71/index.m3u8 #EXTINF:-1 tvg-id="Tivikom.ru" status="online",Тивиком (Улан-Удэ) (1080p) [Not 24/7] http://tvcom.stream.intelema.ru/tvcom/studio/playlist.m3u8 -#EXTINF:-1 tvg-id="TNT4.ru" status="online",ТНТ4 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TNT4.ru" status="error",ТНТ4 (576p) [Not 24/7] https://sc.id-tv.kz/tnt4.m3u8 #EXTINF:-1 tvg-id="TNT.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ТНТ (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 @@ -605,10 +605,10 @@ http://live-1.otcnet.ru/tvextra720b/index.m3u8 https://tvgubernia-htlive.cdn.ngenix.net/live/mp4:tv-gubernia-live/playlist.m3u8 #EXTINF:-1 tvg-id="TVKvarc.ru" status="online",ТВ Кварц (576p) [Not 24/7] https://video.quartztelecom.ru:18080/hls/2386168/71fe656b993c510f39a5/playlist.m3u8 +#EXTINF:-1 tvg-id="TVMChannel.ru" status="online",TVMChannel (576p) [Geo-blocked] +http://cdn-01.bonus-tv.ru:8080/tvm_edge/playlist.m3u8 #EXTINF:-1 tvg-id="TVMChannel.ru" status="blocked",TVMChannel (720p) [Geo-blocked] https://strm.yandex.ru/kal/tvm_supres/tvm_supres0.m3u8 -#EXTINF:-1 tvg-id="TVMChannel.ru" status="error",TVMChannel (576p) [Geo-blocked] -http://cdn-01.bonus-tv.ru:8080/tvm_edge/playlist.m3u8 #EXTINF:-1 tvg-id="TVPRO.ru" status="online",TV PRO (600p) [Not 24/7] http://rtmp.tvpro-online.ru/hls/ch1.m3u8 #EXTINF:-1 tvg-id="TVTUR.ru" status="blocked",ТВТУР (720p) [Geo-blocked] @@ -643,7 +643,7 @@ http://live.ugratv.cdnvideo.ru/ugratv/smil:ugrastream1.smil/playlist.m3u8 http://serv24.vintera.tv:8081/utv/Stream/playlist.m3u8 #EXTINF:-1 tvg-id="YuvelirochkaTV.ru" status="online",Ювелирочка ТВ (576p) http://live-uvelirochka.cdnvideo.ru/uvelirochka/uvelirochka_720p3/playlist.m3u8 -#EXTINF:-1 tvg-id="Zagorodnyy.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Загородный (480p) +#EXTINF:-1 tvg-id="Zagorodnyy.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Загородный (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s31/index.m3u8 #EXTINF:-1 tvg-id="ZharaTV.ru" status="online",Жара (576p) [Not 24/7] @@ -666,7 +666,7 @@ http://37.193.6.155:34040/udp/239.1.9.2:1234 http://193.107.128.8:8552/play/a007 #EXTINF:-1 tvg-id="" status="timeout",ВТВ Плюс (Херсон) (576p) http://iptv.rubintele.com:8552/play/a007 -#EXTINF:-1 tvg-id="" status="online",Индийское кино (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Индийское кино (576p) [Not 24/7] https://sc.id-tv.kz/Indiiskoe_kino.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",Культура (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 @@ -718,7 +718,7 @@ https://hls.tv.3angels.ru/stream/HQ.m3u8 https://sc.id-tv.kz/TuranTV.m3u8 #EXTINF:-1 tvg-id="" status="online",Хабар 24 (576p) [Not 24/7] https://sc.id-tv.kz/Khabar_24.m3u8 -#EXTINF:-1 tvg-id="" status="online",Хабар (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Хабар (576p) [Not 24/7] https://sc.id-tv.kz/Khabar.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Центральное телевидение (ЦТВ) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 diff --git a/streams/sa.m3u b/streams/sa.m3u index 98d86585a..8eac581ae 100644 --- a/streams/sa.m3u +++ b/streams/sa.m3u @@ -1,50 +1,50 @@ #EXTM3U #EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/ekhbariyatv/live -#EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/alekhbariya -#EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) https://al-ekhbaria-prod-dub.shahid.net/out/v1/d443f3203b444032896e3233cb6eaa84/index.m3u8 #EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) [Not 24/7] https://edge.taghtia.com/sa/4.m3u8 +#EXTINF:-1 tvg-id="AlEkhbariya.sa" status="timeout",Al Ekhbariya (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/ekhbariyatv/live +#EXTINF:-1 tvg-id="AlEkhbariya.sa" status="timeout",Al Ekhbariya (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/alekhbariya #EXTINF:-1 tvg-id="AlHokairGroupTV.sa" status="timeout",AL HOKAIR Group TV (576p) http://82.212.74.3:8000/live/7513.m3u8 #EXTINF:-1 tvg-id="AlKhalij.sa" status="online",Al Khalij (720p) [Not 24/7] https://mn-nl.mncdn.com/khalij/khalij/playlist.m3u8 #EXTINF:-1 tvg-id="AlQuranAlKareemTV.sa" status="online",Al Quran Al Kareem TV (Mecca) (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/qurantvsa -#EXTINF:-1 tvg-id="AlQuranAlKareemTV.sa" status="online",Al Quran Al Kareem TV (Mecca) (1080p) [Not 24/7] https://edge.taghtia.com/sa/7.m3u8 #EXTINF:-1 tvg-id="AlQuranAlKareemTV.sa" status="online",Al Quran Al Kareem TV (Mecca) (720p) [Not 24/7] http://m.live.net.sa:1935/live/quran/playlist.m3u8 #EXTINF:-1 tvg-id="AlQuranAlKareemTV.sa" status="timeout",Al Quran Al Kareem TV (Mecca) (720p) http://5b18be6964c2f.streamlock.net:1935/live/_definst_/quran/playlist.m3u8 +#EXTINF:-1 tvg-id="AlQuranAlKareemTV.sa" status="error",Al Quran Al Kareem TV (Mecca) (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/qurantvsa #EXTINF:-1 tvg-id="AlresalahTV.sa" status="blocked",Al-Resalah (1080p) [Geo-blocked] https://shls-rotana-alresalah-prod-dub.shahid.net/out/v1/936b89606b5e48db8ca28caa40adc886/index.m3u8 #EXTINF:-1 tvg-id="AlRiyadhRadio.sa" status="online",Al Riyadh Radio (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/riyadhradio -#EXTINF:-1 tvg-id="AlRiyadhRadio.sa" status="error",Al Riyadh Radio (720p) https://edge.taghtia.com/sa/12.m3u8 +#EXTINF:-1 tvg-id="AlRiyadhRadio.sa" status="timeout",Al Riyadh Radio (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/riyadhradio +#EXTINF:-1 tvg-id="AlSaudiya.sa" status="online",Al Saudiya (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saudiatv #EXTINF:-1 tvg-id="AlSaudiya.sa" status="online",Al Saudiya (1080p) [Not 24/7] https://edge.taghtia.com/sa/2.m3u8 -#EXTINF:-1 tvg-id="AlSaudiya.sa" status="timeout",Al Saudiya (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saudiatv -#EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sunnatvsa #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (1080p) [Not 24/7] https://edge.taghtia.com/sa/6.m3u8 #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (720p) [Not 24/7] http://m.live.net.sa:1935/live/sunnah/playlist.m3u8 #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="timeout",Al Sunnah Al Nabawiyah TV (Medina) (720p) http://5b18be6964c2f.streamlock.net:1935/live/_definst_/sunnah/playlist.m3u8 -#EXTINF:-1 tvg-id="Asharq.sa" status="online",Asharq (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AsharqNews/live +#EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="timeout",Al Sunnah Al Nabawiyah TV (Medina) (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sunnatvsa #EXTINF:-1 tvg-id="Asharq.sa" status="online",Asharq (1080p) https://bcovlive-a.akamaihd.net/0b75ef0a49e24704a4ca023d3a82c2df/ap-south-1/6203311941001/playlist.m3u8 #EXTINF:-1 tvg-id="Asharq.sa" status="online",Asharq (1080p) https://shls-asharq-prod-dub.shahid.net/out/v1/3b6b4902cf8747a28619411239584002/index.m3u8 #EXTINF:-1 tvg-id="Asharq.sa" status="online",Asharq (720p) https://svs.itworkscdn.net/bloomberarlive/bloomberg.smil/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="Asharq.sa" status="timeout",Asharq (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AsharqNews/live #EXTINF:-1 tvg-id="AsharqPortrait.sa" status="online",Asharq (Portrait) (1280p) https://bcovlive-a.akamaihd.net/ed81ac1118414d4fa893d3a83ccec9be/eu-central-1/6203311941001/playlist.m3u8 #EXTINF:-1 tvg-id="AtfalWaMawaheb.sa" status="online",Atfal Wa Mawaheb (1080p) @@ -82,9 +82,9 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-lbc #EXTINF:-1 tvg-id="MakkahTV.sa" status="online",Makkah TV (576p) https://media2.streambrothers.com:1936/8122/8122/playlist.m3u8 #EXTINF:-1 tvg-id="NidaeAlIslamRadio.sa" status="online",Nidae AlIslam Radio (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/nidaalislam -#EXTINF:-1 tvg-id="NidaeAlIslamRadio.sa" status="online",Nidae AlIslam Radio (720p) https://edge.taghtia.com/sa/14.m3u8 +#EXTINF:-1 tvg-id="NidaeAlIslamRadio.sa" status="timeout",Nidae AlIslam Radio (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/nidaalislam #EXTINF:-1 tvg-id="PanoramaFM.sa" status="online",Panorama FM (1080p) https://shls-panoramafm-prod-dub.shahid.net/out/v1/66262e420d824475aaae794dc2d69f14/index.m3u8 #EXTINF:-1 tvg-id="QuranRadio.sa" status="online",Quran Radio (720p) @@ -113,20 +113,20 @@ https://shls-rotanakhalijia-prod-dub.shahid.net/out/v1/a639fd49db684f1b8c063d398 http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live #EXTINF:-1 tvg-id="RotanaKids.sa" status="online",Rotana Kids (1080p) https://shls-rotanakids-prod-dub.shahid.net/out/v1/df6e0eb3cdc4410b98209aafc8677cef/index.m3u8 -#EXTINF:-1 tvg-id="RotanaKids.sa" status="online",Rotana Kids (1080p) +#EXTINF:-1 tvg-id="RotanaKids.sa" status="timeout",Rotana Kids (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-kids #EXTINF:-1 tvg-id="RotanaMusic.sa" status="online",Rotana Music (1080p) https://rotanastudios-rotanamusic-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaPlusHD.sa" status="online",Rotana+ (1080p) https://shls-rotanaplus-prod-dub.shahid.net/out/v1/1fc6103458be480b96e6a574b00fe1c0/index.m3u8 #EXTINF:-1 tvg-id="SaudiaRadio.sa" status="online",Saudia Radio (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saudiaradio -#EXTINF:-1 tvg-id="SaudiaRadio.sa" status="online",Saudia Radio (720p) https://edge.taghtia.com/sa/11.m3u8 +#EXTINF:-1 tvg-id="SaudiaRadio.sa" status="timeout",Saudia Radio (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saudiaradio #EXTINF:-1 tvg-id="SBC.sa" status="online",SBC (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sbc-channel -#EXTINF:-1 tvg-id="SBC.sa" status="timeout",SBC (1080p) [Not 24/7] https://edge.taghtia.com/sa/1.m3u8 +#EXTINF:-1 tvg-id="SBC.sa" status="timeout",SBC (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sbc-channel #EXTINF:-1 tvg-id="SSC1HD.sa" status="online",SSC1 HD (1080p) https://shls-mbc1ksa-prod-dub.shahid.net/out/v1/6ae0a2ebab224c72ab9c298afeec8d91/index.m3u8 #EXTINF:-1 tvg-id="SSC2.sa" status="online",SSC2 HD (1080p) @@ -138,12 +138,12 @@ https://shls-live-event2-prod-dub.shahid.net/out/v1/0456ede1a39145d98b3d8c8062dd #EXTINF:-1 tvg-id="SSCActionWaleedExtra.sa" status="online",SSC Action Waleed Extra (1080p) [Not 24/7] https://d2x08mwxhmpplo.cloudfront.net/out/v1/587631773e55495a8aa3dd4050318f6e/index.m3u8 #EXTINF:-1 tvg-id="ThikrayatTV.sa" status="online",Thikrayat TV (1080p) [Not 24/7] -https://edge.taghtia.com/sa/3.m3u8 -#EXTINF:-1 tvg-id="ThikrayatTV.sa" status="error",Thikrayat TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/thikrayat-tv +#EXTINF:-1 tvg-id="ThikrayatTV.sa" status="online",Thikrayat TV (1080p) [Not 24/7] +https://edge.taghtia.com/sa/3.m3u8 #EXTINF:-1 tvg-id="WesalTV.sa" status="timeout",Wesal TV [Not 24/7] http://live.noorlive.com:1935/wesal/wesal1/playlist.m3u8 -#EXTINF:-1 tvg-id="ZadTV.sa" status="online",ZAD TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="ZadTV.sa" status="timeout",ZAD TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCOll3M-P7oKs5cSrQ9ytt6g/live #EXTINF:-1 tvg-id="" status="blocked",SSC7 HD (1080p) https://shls-mbcaction-prod-dub.shahid.net/out/v1/b3ece6f93df54fa39d0065fee8e5d40d/index.m3u8 diff --git a/streams/sd.m3u b/streams/sd.m3u index 885633cff..f4c19c2fa 100644 --- a/streams/sd.m3u +++ b/streams/sd.m3u @@ -5,5 +5,5 @@ http://africatv.live.net.sa:1935/live/africatv/playlist.m3u8 http://africatv.live.net.sa:1935/live/africatv2/playlist.m3u8 #EXTINF:-1 tvg-id="AlAlamiya2.sd" status="timeout",Al Alamiya 2 http://82.212.74.98:8000/live/7815.m3u8 -#EXTINF:-1 tvg-id="SudanTV.sd" status="error",Sudan TV (720p) +#EXTINF:-1 tvg-id="SudanTV.sd" status="online",Sudan TV (720p) https://castor.streamthatvideo.co:8081/sudantv/index.m3u8 diff --git a/streams/sg.m3u b/streams/sg.m3u index 1b067d97b..a2cb63a7e 100644 --- a/streams/sg.m3u +++ b/streams/sg.m3u @@ -12,10 +12,10 @@ https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index.m3u #EXTINF:-1 tvg-id="GEM.sg" status="error",GEM (576p) http://210.210.155.37/uq2663/h/h19/index.m3u8 #EXTINF:-1 tvg-id="Hits.sg" status="online",HITS (576p) [Geo-blocked] -http://210.210.155.37/dr9445/h/h37/index.m3u8 -#EXTINF:-1 tvg-id="Hits.sg" status="error",HITS (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h37/index.m3u8 -#EXTINF:-1 tvg-id="RockEntertainment.sg" status="error",Rock Entertainment (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="Hits.sg" status="online",HITS (576p) [Geo-blocked] +http://210.210.155.37/dr9445/h/h37/index.m3u8 +#EXTINF:-1 tvg-id="RockEntertainment.sg" status="online",Rock Entertainment (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h16/index.m3u8 #EXTINF:-1 tvg-id="RockExtreme.sg" status="online",Rock Extreme (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h15/index.m3u8 diff --git a/streams/si.m3u b/streams/si.m3u index 84a0f7180..a64d83a70 100644 --- a/streams/si.m3u +++ b/streams/si.m3u @@ -7,7 +7,7 @@ http://91.220.221.60/gtv_hls/gtv_03.m3u8 https://streamer01.xploretv.si/qdcnm4/__cl/cg:prod/__c/A1_SI_AKANALHD_ott/__op/dash-default/__dci/__f/index.m3u8?admin=xploreTv_test_user&redirect=true #EXTINF:-1 tvg-id="TVDK.sk" status="online",TVDX (486p) [Not 24/7] http://5ca49f2417d90.streamlock.net/live/dolnykubin1/playlist.m3u8 -#EXTINF:-1 tvg-id="TVKoperCapodistria.si" status="timeout",TV Koper-Capodistria (720p) +#EXTINF:-1 tvg-id="TVKoperCapodistria.si" status="online",TV Koper-Capodistria (720p) https://27-rtvslo-tv-kp-int.cdn.eurovisioncdn.net/playlist.m3u8 #EXTINF:-1 tvg-id="TVMaribor.si" status="error",TV MARIBOR (720p) [Not 24/7] https://25-rtvslo-tv-mb-int.cdn.eurovisioncdn.net/playlist.m3u8 diff --git a/streams/sn.m3u b/streams/sn.m3u index f676d3663..f062fe3c6 100644 --- a/streams/sn.m3u +++ b/streams/sn.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="2STV.sn" status="error",2STV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="2STV.sn" status="timeout",2STV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7vidbb #EXTINF:-1 tvg-id="A2iMusic.sn" status="online",A2i Music (720p) [Not 24/7] https://stream.sen-gt.com/A2iMusic/myStream/playlist.m3u8 diff --git a/streams/sv.m3u b/streams/sv.m3u index 9fafac3d7..b1a273552 100644 --- a/streams/sv.m3u +++ b/streams/sv.m3u @@ -24,7 +24,7 @@ https://cm.hostlagarto.com:4445/TRIBUNA-TV/tribuna.myStream/playlist.m3u8 http://168.227.22.18:1935/tvm/tvm.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TVOCanal23.sv" status="blocked",TVO Canal 23 (720p) [Not 24/7] https://5fc584f3f19c9.streamlock.net/tvo/smil:tvo.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TVX.sv" status="online",TVX (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVX.sv" status="timeout",TVX (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/canaltvx #EXTINF:-1 tvg-id="WOWTV.sv" status="online",WOW TV (576p) [Not 24/7] https://cdn.elsalvadordigital.com:1936/wowtv/smil:wowtv.smil/playlist.m3u8 diff --git a/streams/sy.m3u b/streams/sy.m3u index daa7d198a..a1e05cd38 100644 --- a/streams/sy.m3u +++ b/streams/sy.m3u @@ -1,10 +1,10 @@ #EXTM3U #EXTINF:-1 tvg-id="AlmahaliyaTV.sy" status="online",Almahaliya (576p) [Not 24/7] http://vod.ortas.sy:1935/oLive/aloula05042022/playlist.m3u8 -#EXTINF:-1 tvg-id="HalabTodayTV.sy" status="online",Halab Today TV (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnh5Faqn_r9HxeNd_dsvGHQ/live #EXTINF:-1 tvg-id="HalabTodayTV.sy" status="online",Halab Today TV (480p) [Not 24/7] https://video1.getstreamhosting.com:1936/8320/8320/playlist.m3u8 +#EXTINF:-1 tvg-id="HalabTodayTV.sy" status="timeout",Halab Today TV (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnh5Faqn_r9HxeNd_dsvGHQ/live #EXTINF:-1 tvg-id="LanaTV.lb" status="online",Lana TV (720p) https://eitc.secure2.footprint.net/egress/chandler/emirates/eitc/master22-vod.m3u8 #EXTINF:-1 tvg-id="LanaTVPlus.lb" status="online",Lana TV Plus (720p) diff --git a/streams/th.m3u b/streams/th.m3u index 3074ce977..d46ff79dc 100644 --- a/streams/th.m3u +++ b/streams/th.m3u @@ -11,33 +11,33 @@ https://bcovlive-a.akamaihd.net/2d37038b355f4ea6a6b0d46993dc285c/ap-southeast-1/ http://usa.login.in.th:1935/ch8/ch8/playlist.m3u8 #EXTINF:-1 tvg-id="DLTV1.th" status="online",DLTV 1 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv01.m3u8 -#EXTINF:-1 tvg-id="DLTV2.th" status="timeout",DLTV 2 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV2.th" status="online",DLTV 2 (480p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv02.m3u8 #EXTINF:-1 tvg-id="DLTV3.th" status="online",DLTV 3 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv03.m3u8 #EXTINF:-1 tvg-id="DLTV4.th" status="timeout",DLTV 4 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv04.m3u8 -#EXTINF:-1 tvg-id="DLTV5.th" status="timeout",DLTV 5 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV5.th" status="online",DLTV 5 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv05.m3u8 #EXTINF:-1 tvg-id="DLTV6.th" status="online",DLTV 6 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv06.m3u8 -#EXTINF:-1 tvg-id="DLTV7.th" status="online",DLTV 7 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV7.th" status="timeout",DLTV 7 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv07.m3u8 -#EXTINF:-1 tvg-id="DLTV8.th" status="online",DLTV 8 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV8.th" status="timeout",DLTV 8 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv08.m3u8 #EXTINF:-1 tvg-id="DLTV9.th" status="timeout",DLTV 9 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv09.m3u8 #EXTINF:-1 tvg-id="DLTV10.th" status="online",DLTV 10 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv10.m3u8 -#EXTINF:-1 tvg-id="DLTV11.th" status="timeout",DLTV 11 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV11.th" status="online",DLTV 11 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv11.m3u8 #EXTINF:-1 tvg-id="DLTV12.th" status="online",DLTV 12 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv12.m3u8 #EXTINF:-1 tvg-id="DLTV13.th" status="timeout",DLTV 13 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv13.m3u8 -#EXTINF:-1 tvg-id="DLTV14.th" status="timeout",DLTV 14 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV14.th" status="online",DLTV 14 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv14.m3u8 -#EXTINF:-1 tvg-id="DLTV15.th" status="online",DLTV 15 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV15.th" status="timeout",DLTV 15 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv15.m3u8 #EXTINF:-1 tvg-id="GolfChannelThailand.th" status="blocked" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36",Golf Channel Thailand (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36 diff --git a/streams/tn.m3u b/streams/tn.m3u index e97da5138..3fe32ba1c 100644 --- a/streams/tn.m3u +++ b/streams/tn.m3u @@ -2,7 +2,7 @@ #EXTINF:-1 tvg-id="ElHiwarElTounsi.tn" status="online" user-agent="TNAgexpl212C",El Hiwar El Tounsi (400p) [Not 24/7] #EXTVLCOPT:http-user-agent=TNAgexpl212C http://217.182.137.206/elhiwar.m3u8 -#EXTINF:-1 tvg-id="IFMTV.tn" status="error",IFM TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="IFMTV.tn" status="online",IFM TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RadioIfmTunisia/live #EXTINF:-1 tvg-id="JawharaTV.tn" status="online",JAWHARA TV (720p) [Not 24/7] https://streaming.toutech.net/live/jtv/index.m3u8 @@ -16,8 +16,8 @@ https://5ac31d8a4c9af.streamlock.net/tunimmob/myStream/playlist.m3u8 http://streaming.tunisna.tv:1935/live/tunisna/playlist.m3u8 #EXTINF:-1 tvg-id="Watania1.tn" status="online",Watania 1 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/WataniaReplay/live -#EXTINF:-1 tvg-id="Watania2.tn" status="online",Watania 2 (480p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Watania2Replay/live #EXTINF:-1 tvg-id="Watania2.tn" status="online" user-agent="TNAgexpl212C",Watania 2 (400p) [Not 24/7] #EXTVLCOPT:http-user-agent=TNAgexpl212C http://217.182.137.206/tunisie2.m3u8 +#EXTINF:-1 tvg-id="Watania2.tn" status="timeout",Watania 2 (480p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Watania2Replay/live diff --git a/streams/tr.m3u b/streams/tr.m3u index 445eb7370..281992c0a 100644 --- a/streams/tr.m3u +++ b/streams/tr.m3u @@ -22,7 +22,7 @@ https://broadcasttr.com:446/altastv/bant1/index.m3u8 https://live.al-zahratv.com/live/playlist.m3u8 #EXTINF:-1 tvg-id="AnadoluAgency.tr" status="online",AA Live (720p) [Not 24/7] http://mtulqxgomrllive.mediatriple.net/mtulqxgomrllive/broadcast_59f9c0c785b88.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ArasTV.tr" status="error",ARAS TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ArasTV.tr" status="online",ARAS TV (576p) [Not 24/7] http://1.rtmp.org/tv217/yayin.stream/playlist.m3u8 #EXTINF:-1 tvg-id="ASTV.tr" status="online",Bursa AS TV (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/astv/bant1/playlist.m3u8 @@ -92,11 +92,11 @@ https://waw2.artiyerelmedya.net/ertv/bant1/playlist.m3u8 https://win29.yayin.com.tr/erzurumwebtv/erzurumwebtv/playlist.m3u8 #EXTINF:-1 tvg-id="ETVManisa.tr" status="online",ETV Manisa (1080p) [Not 24/7] https://broadcasttr.com:446/manisaetv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="FenerbahceTV.tr" status="online",Fenerbahçe TV (FBTV) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="FenerbahceTV.tr" status="timeout",Fenerbahçe TV (FBTV) (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x21oo10 #EXTINF:-1 tvg-id="FinansTurkTV.tr" status="timeout",Finans Turk TV (720p) http://live.arkumedia.com:1935/finansturktv/finansturktv/playlist.m3u8 -#EXTINF:-1 tvg-id="GaziantepOlayTV.tr" status="online",Gaziantep Olay Tv (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="GaziantepOlayTV.tr" status="error",Gaziantep Olay Tv (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/olaytv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="GRT.tr" status="online",GRT Gaziantep (720p) [Geo-blocked] http://yerelmedya.tv:1935/grt/_definst_/bant1/playlist.m3u8 @@ -177,7 +177,7 @@ https://broadcasttr.com:446/kanalurfa/bant1/playlist.m3u8 http://yerelmedya.tv:1935/kanalv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="KanalZ.tr" status="online",Kanal Z (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/kanalz/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="KayTV.tr" status="online",Kay TV (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="KayTV.tr" status="error",Kay TV (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/kaytv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="KentTurk.tr" status="online",Kent Türk (720p) [Not 24/7] https://waw2.artiyerelmedya.net/38kenttv/bant1/playlist.m3u8 @@ -189,7 +189,7 @@ http://lalegultv.netmedya.net/hls/lalegultv.m3u8 http://lalegultv.netmedya.net/lalegul-tv/lalegultv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="LifeTV.tr" status="online",Life TV (720p) [Not 24/7] https://waw2.artiyerelmedya.net/lifetv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="LineTV.tr" status="error",Line TV (404p) [Not 24/7] +#EXTINF:-1 tvg-id="LineTV.tr" status="online",Line TV (404p) [Not 24/7] https://broadcasttr.com:446/linetv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="MaviKaradenizTV.tr" status="online",MaviKaradeniz (720p) [Geo-blocked] http://yerelmedya.tv:1935/mavikaradeniz/bant1/playlist.m3u8 @@ -201,7 +201,7 @@ http://137.74.205.201/medmuzik/MedStream/playlist.m3u8 http://yerelmedya.tv:1935/mercantv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="MercanTV.tr" status="online",Mercan TV (720p) [Not 24/7] https://waw2.artiyerelmedya.net/mercantv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="MiskFM.tr" status="online",Misk FM (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MiskFM.tr" status="timeout",Misk FM (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCrvsAwtrxZ0q31yU9JEBdWA/live #EXTINF:-1 tvg-id="NaturalTV.tr" status="online",Natural TV (720p) [Not 24/7] http://broadcasttr.com:1935/naturaltv/bant1/playlist.m3u8 @@ -240,7 +240,7 @@ https://tv.ensonhaber.com/tv/tr/showtv/index.m3u8 https://s01.vpis.io/sinopyildiz/sinopyildiz.m3u8 #EXTINF:-1 tvg-id="SportsTV.tr" status="online",Sports TV (720p) [Geo-blocked] https://live.sportstv.com.tr/hls/low/sportstv.m3u8 -#EXTINF:-1 tvg-id="StarTV.tr" status="online",Star TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="StarTV.tr" status="timeout",Star TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=http://www.dailymotion.com/video/x729whv #EXTINF:-1 tvg-id="SunRTV.tr" status="online",Sun RTV (720p) [Not 24/7] https://tr.socialsmart.tv/suntv/bant1/chunks.m3u8 @@ -306,7 +306,7 @@ https://waw2.artiyerelmedya.net/tv41/bant1/chunks.m3u8 http://stream.taksimbilisim.com:1935/tv52/smil:tv52.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TV52.tr" status="online",TV 52 (720p) [Not 24/7] https://broadcasttr.com:446/tv52/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="TV100.tr" status="online",tv100 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TV100.tr" status="timeout",tv100 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=8jEXHzMTR7s #EXTINF:-1 tvg-id="TVDen.tr" status="online",TV Den (576p) [Not 24/7] http://canli.tvden.com.tr/hls/live.m3u8 diff --git a/streams/tw.m3u b/streams/tw.m3u index de905bd6a..70e038e3d 100644 --- a/streams/tw.m3u +++ b/streams/tw.m3u @@ -3,7 +3,7 @@ https://5ddce30eb4b55.streamlock.net/bltvhd/bltv1/playlist.m3u8 #EXTINF:-1 tvg-id="DaAi2.tw" status="online",大愛2 (720p) https://pulltv2.wanfudaluye.com/live/tv2.m3u8 -#EXTINF:-1 tvg-id="GorgeousSpaceTV.tw" status="online",GSTV Gorgeous Space TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="GorgeousSpaceTV.tw" status="timeout",GSTV Gorgeous Space TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCoo-jAsJgM8z09ddlhcBlSA/live #EXTINF:-1 tvg-id="IndigenousTV.tw" status="online",Indigenous TV (720p) http://streamipcf.akamaized.net/live/_definst_/smil:liveabr.smil/playlist.m3u8 @@ -27,7 +27,7 @@ https://live.streamingfast.net/osmflivech12.m3u8 https://live.streamingfast.net/osmflivech14.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH15 真情之夜 (720p) https://live.streamingfast.net/osmflivech15.m3u8 -#EXTINF:-1 tvg-id="" status="online",GOOD TV CH16 葉光明 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH16 葉光明 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech16.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH17 大衛鮑森 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech17.m3u8 @@ -111,5 +111,5 @@ https://lylive-videorent.cdn.hinet.net/out/u/live/gop4/ly/ly-Live2/hls-cl-tv/ind https://lylive-videorent.cdn.hinet.net/out/u/live/gop4/ly/ly-Live1/hls-cl-tv/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",華視新聞資訊 [Geo-blocked] http://seb.sason.top/sc/hsxw_fhd.m3u8 -#EXTINF:-1 tvg-id="" status="online",鏡電視新聞台 +#EXTINF:-1 tvg-id="" status="timeout",鏡電視新聞台 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC4LjkybVKXCDlneVXlKAbmw/live diff --git a/streams/ua.m3u b/streams/ua.m3u index 11c7e73c4..8c0150f2b 100644 --- a/streams/ua.m3u +++ b/streams/ua.m3u @@ -11,7 +11,7 @@ https://cdn10.live-tv.od.ua:8083/7tvod/7tvod/playlist.m3u8 http://streamvideol1.luxnet.ua/news24/smil:news24.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="100News.ua" status="online",100% News (576p) http://85.238.112.40:8810/hls_sec/239.33.16.32-.m3u8 -#EXTINF:-1 tvg-id="ATR.ua" status="error",ATR (504p) +#EXTINF:-1 tvg-id="ATR.ua" status="timeout",ATR (504p) http://stream.atr.ua/atr/live/index.m3u8 #EXTINF:-1 tvg-id="BamBarBiaTV.ua" status="online",BamBarBia TV (1080p) [Not 24/7] https://cdn1.live-tv.od.ua:8083/bbb/bbbtv-abr/playlist.m3u8 @@ -95,8 +95,6 @@ http://pravdatytkievshina.cdn-02.cosmonova.net.ua/hls/pravdatytkievshina_ua.m3u8 http://pravdatytkievshina.cdn-02.cosmonova.net.ua/hls/pravdatytkievshina_ua_hi/index.m3u8 #EXTINF:-1 tvg-id="PravdaTUT.ua" status="online",ПравдаТУТ (720p) http://pravdatytkievshina.cdn-02.cosmonova.net.ua/hls/pravdatytkievshina_ua_mid/index.m3u8 -#EXTINF:-1 tvg-id="Pryamyy.ua" status="online",Телеканал Прямий (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCH9H_b9oJtSHBovh94yB5HA/live #EXTINF:-1 tvg-id="Pryamyy.ua" status="online",Прямий (576p) http://prm.cdn-02.cosmonova.net.ua/hls/prm_ua_hi/index.m3u8 #EXTINF:-1 tvg-id="Pryamyy.ua" status="online",Прямий (576p) @@ -104,6 +102,8 @@ http://prm.cdn-02.cosmonova.net.ua/hls/prm_ua_mid/index.m3u8 #EXTINF:-1 tvg-id="Pryamyy.ua" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0",Прямий (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0 http://prm.cdn-02.cosmonova.net.ua/hls/prm_ua_low/index.m3u8 +#EXTINF:-1 tvg-id="Pryamyy.ua" status="timeout",Телеканал Прямий (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCH9H_b9oJtSHBovh94yB5HA/live #EXTINF:-1 tvg-id="Renome.ua" status="online",Renome (576p) http://85.238.112.40:8810/hls_sec/online/list-renome.m3u8 #EXTINF:-1 tvg-id="SK1.ua" status="online",СК 1 (720p) [Not 24/7] @@ -151,7 +151,7 @@ https://ua-tv.cdn-02.cosmonova.net.ua/hls/ua-tv_ua_low/index.m3u8 http://video.vtvplus.com.ua:81/hls/online/index.m3u8 #EXTINF:-1 tvg-id="Z.ua" status="online",Z (Запорожье) (1080p) https://stream.ztv.zp.ua/hls/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",4 канал (1080p) +#EXTINF:-1 tvg-id="" status="timeout",4 канал (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQdSS9GSBbtSqW3oNB39KTw/live #EXTINF:-1 tvg-id="" status="online",I-UA.tv (1080p) https://kie2.cdn.i-ua.tv/hlsme/iuatv.m3u8 diff --git a/streams/ug.m3u b/streams/ug.m3u index 68bf3de8c..1266b1b04 100644 --- a/streams/ug.m3u +++ b/streams/ug.m3u @@ -5,5 +5,5 @@ https://arktelevision.org/hlslive/test/test.m3u8 https://vse-cdn1-readymedia.rea.cdn.moderntv.eu/readymedia/stream/NBSTV/5-20-hls/live.m3u8 #EXTINF:-1 tvg-id="NBSTV.ug" status="online",NBS TV (360p) [Not 24/7] https://cdn1.rea.cdn.moderntv.eu/readymedia/stream/NBSTV/10-hls/live-media.m3u8 -#EXTINF:-1 tvg-id="" status="error",Fort TV (480p) +#EXTINF:-1 tvg-id="" status="online",Fort TV (480p) http://fort.co-works.org:8080/hls/live.stream.m3u8 diff --git a/streams/uk.m3u b/streams/uk.m3u index c15963a85..63148d6ee 100644 --- a/streams/uk.m3u +++ b/streams/uk.m3u @@ -12,14 +12,14 @@ http://akaal.zecast.net/akaal-live/smil:akaaltv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Alaraby2TV.uk" status="online",Alaraby 2 TV (1080p) https://alaraby.cdn.octivid.com/alaraby2n/smil:alaraby2n.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlarabyTV.uk" status="online",Alaraby TV (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlarabyTv_News/live -#EXTINF:-1 tvg-id="AlarabyTV.uk" status="online",Alaraby TV (1080p) https://alaraby.cdn.octivid.com/alaraby/smil:alaraby.stream.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AlarabyTV.uk" status="timeout",Alaraby TV (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlarabyTv_News/live #EXTINF:-1 tvg-id="AlHiwarTV.uk" status="online",Alhiwar TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alhiwarchannels/live #EXTINF:-1 tvg-id="AlHiwarTV.uk" status="online",Alhiwar TV (1080p) [Not 24/7] https://mn-nl.mncdn.com/alhiwar_live/smil:alhiwar.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlMagharibia.uk" status="online",Al Magharibia (1080p) +#EXTINF:-1 tvg-id="AlMagharibia.uk" status="timeout",Al Magharibia (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlmagharibiaTv/live #EXTINF:-1 tvg-id="AnandTV.uk" status="blocked",Anand TV (720p) [Not 24/7] https://live-anandtv.anandmedia.net/anandtvapp/anandtv/index.m3u8 @@ -51,7 +51,7 @@ https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic https://vs-hls-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2.m3u8 #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (540p) https://vs-hls-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2_cloudfrontms_live.m3u8 -#EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (480p) +#EXTINF:-1 tvg-id="BBCArabic.uk" status="timeout",BBC Arabic (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/bbcarabic/live #EXTINF:-1 tvg-id="BBCFour.uk" status="blocked",BBC Four (540p) [Geo-blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_four_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 @@ -215,7 +215,7 @@ https://ve-uhd-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uhd_stream_ https://ve-uhd-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uhd_stream_04/iptv_uhd_v1.mpd #EXTINF:-1 tvg-id="BBCUHD5.uk" status="blocked",BBC UHD 5 (2160p) [Geo-blocked] [Not 24/7] https://ve-uhd-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uhd_stream_05/iptv_uhd_v1.mpd -#EXTINF:-1 tvg-id="BBCWorldNewsEurope.uk" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",BBC World News (480p) +#EXTINF:-1 tvg-id="BBCWorldNewsEurope.uk" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",BBC World News (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s24/index.m3u8 #EXTINF:-1 tvg-id="BoxHits.uk" status="online",Box Hits (576p) @@ -253,23 +253,23 @@ https://ap02.iqplay.tv:8082/iqb8002/3m9n/playlist.m3u8 #EXTINF:-1 tvg-id="EnglishClubTV.uk" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",English Club TV (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s37/index.m3u8 -#EXTINF:-1 tvg-id="FadakTV.uk" status="online",Fadak TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="FadakTV.uk" status="timeout",Fadak TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/KhodamAlMahdi2/live #EXTINF:-1 tvg-id="FreeSports.uk" status="online",FreeSports (1080p) [Not 24/7] https://d3cq7cdp2cfi92.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-2ff27mp9b8422-prod/hls-harvester2-1293-prod/us-east-1/cc-2ff27mp9b8422/master.m3u8 #EXTINF:-1 tvg-id="GarshomTV.uk" status="online",Garshom TV (360p) [Not 24/7] http://og2qd3aal7an-hls-live.5centscdn.com/garshomtv/d0dbe915091d400bd8ee7f27f0791303.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="GBNews.uk" status="online",GB News (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/GBNewsOnline/live -#EXTINF:-1 tvg-id="GBNews.uk" status="online",GB News (1080p) https://live-gbnews-ssai.simplestreamcdn.com/v1/master/82267e84b9e5053b3fd0ade12cb1a146df74169a/gbnews-live/live.m3u8 +#EXTINF:-1 tvg-id="GBNews.uk" status="timeout",GB News (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/GBNewsOnline/live #EXTINF:-1 tvg-id="GemsTV.uk" status="online",Gems TV (360p) http://57d6b85685bb8.streamlock.net:1935/abrgemporiaukgfx/livestream_360p/index.m3u8 #EXTINF:-1 tvg-id="HalaLondon.uk" status="online",Hala London (1080p) https://halaldn.cdn.mangomolo.com/halavd/smil:halavd.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="HorseCountryTV.uk" status="online",Horse & Country TV (1080p) https://hnc-free-viewlift.amagi.tv/HNC_AUSTRALIA.m3u8 -#EXTINF:-1 tvg-id="IdealWorld.uk" status="online",Ideal World TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="IdealWorld.uk" status="timeout",Ideal World TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/IdealworldTvShopping/live #EXTINF:-1 tvg-id="IonTV.uk" status="online",iON TV (576p) https://ap02.iqplay.tv:8082/iqb8002/i09/playlist.m3u8 @@ -303,7 +303,7 @@ https://lo2-1.gemporia.com/abrjewellerymaker/smil:livestream.smil/playlist.m3u8 http://188.40.68.167/russia/jimjam/playlist.m3u8 #EXTINF:-1 tvg-id="KalemehTV.uk" status="online",Kalemeh TV (576p) [Not 24/7] http://51.210.199.37/hls/stream.m3u8 -#EXTINF:-1 tvg-id="KanshiTV.uk" status="error",Kanshi TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KanshiTV.uk" status="online",Kanshi TV (720p) [Not 24/7] https://live.kanshitv.co.uk/mobile/kanshitvkey.m3u8 #EXTINF:-1 tvg-id="Kerrang.uk" status="online",Kerrang (576p) [Geo-blocked] https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kerrang-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/kerrang/ @@ -420,7 +420,7 @@ https://live.ishiacloud.com/haditv.co.uk/haditv2.m3u8 https://live.ishiacloud.com/haditv.co.uk/haditv6.m3u8 #EXTINF:-1 tvg-id="" status="online",Hadi TV Turkish and Kurdish (720p) https://live.ishiacloud.com/haditv.co.uk/haditv7.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Latest TV [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Latest TV [Not 24/7] https://5a0e89631aa14.streamlock.net/LatestTV/LatestTV/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",n TV (US Eastern) (720p) [Not 24/7] https://a.jsrdn.com/broadcast/22680_3BR3zocwi9/-0500/c.m3u8 diff --git a/streams/uk_pluto.m3u b/streams/uk_pluto.m3u index 0703ba7ec..87c23616d 100644 --- a/streams/uk_pluto.m3u +++ b/streams/uk_pluto.m3u @@ -34,19 +34,19 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6081310e48d3200007a #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9bb941b95267e225e59c2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b22749b0-ca0e-4663-8bb3-d83febbbb89f&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56340779a738201b4ccfeac9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=725&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677fa2ec536ce1d587eeb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56340779a738201b4ccfeac9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=725&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5637d31f319573e26b64040b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5637d31f319573e26b64040b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=468&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d135e29a52c94dfe543c5d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5637d31f319573e26b64040b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d135e29a52c94dfe543c5d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Antiques Roadshow UK (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce44810b421747ae467b7cd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ce44810b421747ae467b7cd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=621&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Antiques Roadshow UK (720p) [Not 24/7] diff --git a/streams/us.m3u b/streams/us.m3u index fc9238ec7..2c37a80c3 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -100,7 +100,7 @@ https://58cc65c534c67.streamlock.net/alkarmatv.com/alkarmame1.smil/playlist.m3u8 https://5aafcc5de91f1.streamlock.net/alkarmatv.com/alkarmana1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlkarmaTVPraise.us" status="online",Alkarma TV Praise (720p) [Not 24/7] https://58cc65c534c67.streamlock.net/alkarmatv.com/alkarmapa.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlkarmaTVTalmazaDiscipleship.us" status="online",Alkarma TV Talmaza (Discipleship) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AlkarmaTVTalmazaDiscipleship.us" status="error",Alkarma TV Talmaza (Discipleship) (1080p) [Not 24/7] https://58cc65c534c67.streamlock.net/alkarmatv.com/alkarmame2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlkarmaTVYouthEnglish.us" status="online",Alkarma TV Youth & English (1080p) [Not 24/7] https://5aafcc5de91f1.streamlock.net/alkarmatv.com/alkarmaus.smil/playlist.m3u8 @@ -192,7 +192,7 @@ https://thegateway.app/BizAndYou/BizTV/playlist.m3u8 http://gideommd.mmdlive.lldns.net/gideommd/46c072b287224782a4d4ce93c3646589/manifest.m3u8 #EXTINF:-1 tvg-id="BlazeTV.us" status="online",Blaze TV (720p) https://theblaze4.akamaized.net/hls/live/699982/theblaze/cm-dvr/master.m3u8 -#EXTINF:-1 tvg-id="BloombergHT.tr" status="online",Bloomberg HT (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BloombergHT.tr" status="error",Bloomberg HT (720p) [Not 24/7] https://tv.ensonhaber.com/tv/tr/bloomberght/index.m3u8 #EXTINF:-1 tvg-id="BloombergQuicktake.us" status="online",Bloomberg Quicktake (1080p) https://bloomberg.com/media-manifest/streams/qt.m3u8 @@ -244,7 +244,7 @@ https://playout4multirtmp.tulix.tv/live7/Stream1/playlist.m3u8 https://stream.ads.ottera.tv/playlist.m3u8?network_id=269 #EXTINF:-1 tvg-id="CanelaTV.us" status="online",Canela TV (720p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=65 -#EXTINF:-1 tvg-id="CapitalCityConnectionMontgomery.us" status="online",City TV Capital City Connection +#EXTINF:-1 tvg-id="CapitalCityConnectionMontgomery.us" status="timeout",City TV Capital City Connection https://vblive-c.viebit.com/5f0d9ca5-4e85-4c01-a426-9ec8d44c2c9c/chunklist.m3u8 #EXTINF:-1 tvg-id="CaptitalOTBBetting.us" status="online",Captital OTB Betting (720p) [Not 24/7] https://d2up1hmow19bcd.cloudfront.net/livecf/liveracing/playlist.m3u8 @@ -414,7 +414,7 @@ http://video.ct-n.com/live/web2stream/playlist.m3u8 http://video.ct-n.com/live/ctnstream/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="CTV.us" status="online",Calabasas Channel (480p) https://cdn3.wowza.com/5/UWpORHhLSEs5SkJs/calabasas/G0009_003/playlist.m3u8 -#EXTINF:-1 tvg-id="CWSeed.us" status="timeout",CW Seed (432p) [Geo-blocked] +#EXTINF:-1 tvg-id="CWSeed.us" status="error",CW Seed (432p) [Geo-blocked] https://cwseedlive.cwtv.com/ingest/playlist.m3u8 #EXTINF:-1 tvg-id="CypressChannel36.us" status="online",Cypress Public Access Channel 36 (Cypress CA) (360p) https://edge-f.swagit.com/live/cypressca/smil:std-16x9-1-b/playlist.m3u8 @@ -469,7 +469,7 @@ https://cdn3.wowza.com/1/T2NXeHF6UGlGbHY3/WFluRldQ/hls/live/playlist.m3u8 http://livestreamcdn.net:1935/ExtremaTV/ExtremaTV/playlist.m3u8 #EXTINF:-1 tvg-id="EYE95America.us" status="online",EYE95 America (1080p) [Not 24/7] https://cdn20.liveonlineservices.com/hls/eye95tv.m3u8 -#EXTINF:-1 tvg-id="FashionBoxHD.us" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Fast&Fun Box (Russian) (480p) +#EXTINF:-1 tvg-id="FashionBoxHD.us" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Fast&Fun Box (Russian) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s79/index.m3u8 #EXTINF:-1 tvg-id="FightBoxHD.us" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",FightBox HD (480p) @@ -511,7 +511,7 @@ https://cdn3.wowza.com/5/cHYzekYzM2kvTVFH/fountainvalley/G0806_001/playlist.m3u8 https://unidfp-nlds159.global.ssl.fastly.net/nlds/univisionnow/galavision_east/as/live/galavision_east_hd_pc.m3u8?t1= #EXTINF:-1 tvg-id="GalavisionWest.us" status="online",Galavision West [Geo-blocked] https://unidfp-nlds159.global.ssl.fastly.net/nlds/univisionnow/galavision_west/as/live/galavision_west_hd_pc.m3u8?t1= -#EXTINF:-1 tvg-id="GalvestonCountyTV.us" status="online",Galveston County TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="GalvestonCountyTV.us" status="error",Galveston County TV (720p) [Not 24/7] https://stream.swagit.com/live-edge/galvestontx/smil:hd-16x9-1-b/playlist.m3u8 #EXTINF:-1 tvg-id="GalxyTV.us" status="online",Galxy TV (720p) https://content.uplynk.com/channel/f467430e4a8e49a59ff3183cf51092b2.m3u8 @@ -853,11 +853,11 @@ https://5c2974786200d.streamlock.net/live-chan30/ngrp:ch30_all/playlist.m3u8 https://5c2974786200d.streamlock.net/live-chan75/ngrp:ch75_all/playlist.m3u8 #EXTINF:-1 tvg-id="MillenniumTV24.us" status="online",Millennium TV 24 (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/mnews24.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="MillenniumTVUSA.us" status="error",Millennium TV USA (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MillenniumTVUSA.us" status="online",Millennium TV USA (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/millenniumtv-odr-up2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="MissionTV.us" status="online",Mission TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MissionTV.us" status="error",Mission TV (1080p) [Not 24/7] https://6096a9cf11ae5.streamlock.net:1943/live/missiontv/playlist.m3u8 -#EXTINF:-1 tvg-id="MissionTV.us" status="online",Mission TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MissionTV.us" status="error",Mission TV (720p) [Not 24/7] http://stream.missiontv.com:1935/live/missiontv_720p/playlist.m3u8 #EXTINF:-1 tvg-id="MMAJunkie.us" status="online",MMA Junkie http://a.jsrdn.com/broadcast/80f6ba72c8/+0000/high/c.m3u8 @@ -895,7 +895,7 @@ https://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8 https://ntv1.akamaized.net/hls/live/2014075/NASA-NTV1-HLS/master.m3u8 #EXTINF:-1 tvg-id="NASATVUHD.us" status="online",NASA TV UHD (2160p) https://endpnt.com/hls/nasa4k60/playlist.m3u8 -#EXTINF:-1 tvg-id="NationalGeographicWildRussia.ru" status="online",National Geographic Wild Russia (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="NationalGeographicWildRussia.ru" status="timeout",National Geographic Wild Russia (1080p) [Not 24/7] https://sc.id-tv.kz/NatGeoWildHD_34_35.m3u8 #EXTINF:-1 tvg-id="NAUTVNorthernArizonaUniversity.us" status="online",NAU-TV Northern Arizona University (720p) [Not 24/7] http://stream.ec.nau.edu/live/amlst:channelfour/playlist.m3u8 @@ -955,7 +955,7 @@ https://novelisima.akamaized.net/hls/live/2031534/novelisimaABR/master.m3u8 https://uni6rtmp.tulix.tv/nrbnetwork/myStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="NTDTVEast.us" status="online",NTD TV East (New Tang Dynasty Television) https://ntd02.akamaized.net/NTDA/index.m3u8 -#EXTINF:-1 tvg-id="NYXT.us" status="online",NYXT (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="NYXT.us" status="error",NYXT (1080p) [Not 24/7] https://api.new.livestream.com/accounts/19770665/events/5522162/live.m3u8 #EXTINF:-1 tvg-id="OANEncore.us" status="online",OAN Encore (720p) [Geo-blocked] https://cdn.herringnetwork.com/80A4DFF/oane_oregon/OAN_Encore.m3u8 @@ -1201,10 +1201,10 @@ https://glxlmn026c.singularcdn.net.br/playout_04/playlist.m3u8 https://glxlmn026c.singularcdn.net.br/playout_05/playlist.m3u8 #EXTINF:-1 tvg-id="TNTWest.us" status="online",TNT West (720p) [Geo-blocked] https://tve-live-lln.warnermediacdn.com/hls/live/2023170/tntwest/slate/VIDEO_0_3564000.m3u8 -#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (1080p) -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=36 #EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (720p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37 +#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (1080p) +https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=36 #EXTINF:-1 tvg-id="TopStoriesbyNewsy.us" status="online",Top Stories by Newsy (720p) https://content.uplynk.com/channel/33c48f602cfd4474b957eb4ad999caf8.m3u8 #EXTINF:-1 tvg-id="TrinityChannel.us" status="online",Trinity Channel (480p) [Not 24/7] @@ -1257,7 +1257,7 @@ https://rpn1.bozztv.com/36bay2/gusa-tvshollywoohistory/mono.m3u8 https://rpn1.bozztv.com/36bay2/gusa-tvshorror/index.m3u8 #EXTINF:-1 tvg-id="TVSInspirationalNetwork.us" status="online",TVS Inspirational Network (480p) [Not 24/7] https://rpn1.bozztv.com/36bay2/gusa-TVSInspirationalNetwork/index.m3u8 -#EXTINF:-1 tvg-id="TVSMainstreet.us" status="error",TVS Mainstreet (360p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSMainstreet.us" status="online",TVS Mainstreet (360p) [Not 24/7] https://rpn1.bozztv.com/36bay2/gusa-tvsmainst/index.m3u8 #EXTINF:-1 tvg-id="TVSMusicNetwork.us" status="online",TVS Music Network (720p) https://rpn1.bozztv.com/36bay2/gusa-tvsmusic/index.m3u8 @@ -1525,7 +1525,7 @@ https://d1ewctnvcwvvvu.cloudfront.net/playlist.m3u8 https://content.uplynk.com/channel/411ba7ca8cb6403a9e73509e49c3a77b.m3u8 #EXTINF:-1 tvg-id="YouDotGov.us" status="online",YouDotGov https://tvsantacruz.secure.footprint.net/egress/bhandler/tvsantacruz/streama/playlist.m3u8 -#EXTINF:-1 tvg-id="YoungHollywood.us" status="online",Young Hollywood (720p) +#EXTINF:-1 tvg-id="YoungHollywood.us" status="timeout",Young Hollywood (720p) https://a.jsrdn.com/broadcast/e0f99ab19c/+0000/c.m3u8 #EXTINF:-1 tvg-id="YoutooAmerica.us" status="online",Youtoo America (1080p) https://thegateway.app/YouToo/CueTones/playlist.m3u8 @@ -1551,7 +1551,7 @@ https://cdn3.wowza.com/5/ODB6NmF5K3l4T1h5/persis/6361162879_AZ-247.stream_247/ch https://cdn.igocast.com/channel5_hls/channel5_master.m3u8 #EXTINF:-1 tvg-id="" status="online",AWC TV https://arizonawesterncol.secure.footprint.net/egress/bhandler/arizonawesterncol/streama/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",AXN East Asia (Indonesian subtitle) (576p) +#EXTINF:-1 tvg-id="" status="error",AXN East Asia (Indonesian subtitle) (576p) http://210.210.155.37/dr9445/h/h141/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",AXN Latinoamérica (576p) http://209.91.213.10:8088/play/a011 @@ -1591,7 +1591,7 @@ https://jacksonenergy.secure.footprint.net/egress/bhandler/jacksonenergy/streama https://eyeonesports.com/ES2RA-628g.m3u8 #EXTINF:-1 tvg-id="" status="online",External Ottera (720p) https://otteravision-tg.ottera.tv/live/master.m3u8?channel=tg_tg_us -#EXTINF:-1 tvg-id="" status="online",Fox HD Russia +#EXTINF:-1 tvg-id="" status="timeout",Fox HD Russia https://sc.id-tv.kz/FOX_HD.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Fox Tallahassee FL (WTWC-TV2) (720p) https://5e6cea03e25b6.streamlock.net/live/WTWC-FX.stream/playlist.m3u8 @@ -1659,7 +1659,7 @@ https://cdn3.wowza.com/5/bGZUOHp2TnhudnM2/phoenix/G1498_002/chunklist.m3u8 https://content.uplynk.com/channel/98828f7707b84dc496472d5789143df2.m3u8 #EXTINF:-1 tvg-id="" status="online",Prescott Valley TV Prescott Valley AZ https://live-h1.frontlayer.net/fl207891/live/chunks.m3u8 -#EXTINF:-1 tvg-id="" status="error",Radio Ritmo (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Radio Ritmo (1080p) [Not 24/7] https://59514edd5dd8e.streamlock.net/lax/lax/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Retro TV (720p) https://bcovlive-a.akamaihd.net/5e531be3ed6c41229b2af2d9bffba88d/us-east-1/6183977686001/playlist.m3u8 @@ -1684,7 +1684,7 @@ https://streaming.temple.edu/tutvlive/_definst_/mp4:8BRYCQMB/chunklist_w19448629 https://5e6cea03e25b6.streamlock.net/live/WFSU-FL.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",The Grapevine https://ov.ottera.tv/live/master.m3u8?channel=mcom_gv_us -#EXTINF:-1 tvg-id="" status="error",The Ohio Channel (WOSU-DT3) (720p) +#EXTINF:-1 tvg-id="" status="online",The Ohio Channel (WOSU-DT3) (720p) https://5ebe6889de541.streamlock.net/live/stream_10/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",TNT https://16live00.akamaized.net/TNT/index.m3u8 diff --git a/streams/us_localbtv.m3u b/streams/us_localbtv.m3u index 952ca8941..12c49432b 100644 --- a/streams/us_localbtv.m3u +++ b/streams/us_localbtv.m3u @@ -17,13 +17,13 @@ http://v-ny.theus6tv.duckdns.org/hls/7.4/playlist.m3u8 #EXTINF:-1 tvg-id="WACPDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT1 (TCT) (1080p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT2.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT2 (AceTV) (480p) +#EXTINF:-1 tvg-id="WACPDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT2 (AceTV) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT4.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT4 (ShopLC) (480p) +#EXTINF:-1 tvg-id="WACPDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT4 (ShopLC) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT5.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT5 (Jewelry TV) (480p) +#EXTINF:-1 tvg-id="WACPDT5.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT5 (Jewelry TV) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.5/playlist.m3u8 #EXTINF:-1 tvg-id="WACPDT6.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT6 (The Family Channel) (480p) @@ -95,16 +95,16 @@ http://v-ny.theus6tv.duckdns.org/hls/42.2/playlist.m3u8 #EXTINF:-1 tvg-id="WKOBLD6.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WKOB-LD6 (Estrella TV) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/42.6/playlist.m3u8 -#EXTINF:-1 tvg-id="WLIWDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLIW-DT1 (PBS WLIW) (1080p) +#EXTINF:-1 tvg-id="WLIWDT1.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLIW-DT1 (PBS WLIW) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/21.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WLIWDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLIW-DT2 (Create TV) (432p) +#EXTINF:-1 tvg-id="WLIWDT2.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLIW-DT2 (Create TV) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/21.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WLIWDT3.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLIW-DT3 (World) (432p) +#EXTINF:-1 tvg-id="WLIWDT3.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLIW-DT3 (World) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/21.3/playlist.m3u8 -#EXTINF:-1 tvg-id="WLIWDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLIW-DT4 (All Arts) (1080p) +#EXTINF:-1 tvg-id="WLIWDT4.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLIW-DT4 (All Arts) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/21.4/playlist.m3u8 #EXTINF:-1 tvg-id="WMBQCD1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WMBQ-LD (FNX) (432p) diff --git a/streams/us_pluto.m3u b/streams/us_pluto.m3u index bc0488ac5..ca5070a9e 100644 --- a/streams/us_pluto.m3u +++ b/streams/us_pluto.m3u @@ -56,11 +56,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db81695a #EXTINF:-1 tvg-id="BeverlyHillbillies.us" status="online",Pluto TV Beverly Hillbillies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7796e470510900070d4e3d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58af4c093a41ca9d4ecabe96&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=80&terminate=false&userId= +#EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (684p) https://stitcher.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?appVersion=2.0.0&deviceDNT=0&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=37.0.2049.0&serverSideAds=false&sid=6e360db0-724b-11e8-be77-bf4d1417b012 -#EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58af4c093a41ca9d4ecabe96&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=80&terminate=false&userId= #EXTINF:-1 tvg-id="BlackInkCrew.us" status="online",Pluto TV Black Ink Crew (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e2bceca5b4b2c0e06c50/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e2bceca5b4b2c0e06c50&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=285&terminate=false&userId= #EXTINF:-1 tvg-id="BlackInkCrew.us" status="online",Pluto TV Black Ink Crew (720p) [Not 24/7] @@ -101,34 +101,34 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc48170e280c80009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b05ea168cc000767ba67/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CBSNewsPittsburgh.us" status="online",Pluto TV CBSN Pittsburgh PA (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b17aa5277e00083f6521/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (720p) -http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521 #EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812afe1d0f0b8d55dde67fa/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812afe1d0f0b8d55dde67fa&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=226&terminate=false&userId= #EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1e02c08ee5378be82db47/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (720p) +http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521 #EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12111c9e6c2c00078ef3bb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d180092e97a5e107638d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=913&terminate=false&userId= #EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5b0dada51f8004c4d855&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=106&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (684p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5b0dada51f8004c4d855&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=106&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicToonsTV.us" status="online",Pluto TV Classic Toons TV (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=562ea53fa9060c5a7d463e74&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=548&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicToonsTV.us" status="online",Pluto TV Classic Toons TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (684p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e32b297f96000768f928&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=501&terminate=false&userId= -#EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e3cccf49290007053c67/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e3cccf49290007053c67&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=520&terminate=false&userId= +#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (684p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e3cccf49290007053c67/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e3cccf49290007053c67/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e3cccf49290007053c67&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=520&terminate=false&userId= #EXTINF:-1 tvg-id="CMTEqualPlay.us" status="online",Pluto TV CMT Equal Play (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f68f53eb1e5800007390bf8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CMTPlutoTV.us" status="online",Pluto TV CMT (720p) @@ -157,10 +157,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcea6bc6fb8890009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca671f215a62078d2ec0abf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" status="online",Pluto TV Comedy Central (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e13bde24f4ca800093d57b5/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel -#EXTINF:-1 tvg-id="Cops.us" status="online",Pluto TV Cops (480p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1f7e089f23700009d66303/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Cops.us" status="online",Pluto TV Cops (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1f7e089f23700009d66303/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e1f7e089f23700009d66303&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=367&terminate=false&userId= +#EXTINF:-1 tvg-id="Cops.us" status="online",Pluto TV Cops (480p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1f7e089f23700009d66303/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CourtTV.us" status="online",Pluto TV Court TV (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0b4841a7d0000938ddbd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae0b4841a7d0000938ddbd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=395&terminate=false&userId= #EXTINF:-1 tvg-id="CSI.us" status="online",Pluto TV CSI (720p) @@ -170,9 +170,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd29e4 #EXTINF:-1 tvg-id="DallasCowboysCheerleaders.us" status="online",Dallas Cowboy Cheerleaders (240p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="DallasCowboysCheerleaders.us" status="online",Pluto TV Dallas Cowboys Cheerleaders (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d40855b3fb0855028c99b6f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=315&terminate=false&userId= -#EXTINF:-1 tvg-id="DallasCowboysCheerleaders.us" status="online",Pluto TV Dallas Cowboys Cheerleaders (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="DallasCowboysCheerleaders.us" status="online",Pluto TV Dallas Cowboys Cheerleaders (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d40855b3fb0855028c99b6f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=315&terminate=false&userId= #EXTINF:-1 tvg-id="DarkShadows.us" status="online",Pluto TV Dark Shadows (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef3958c66ac540007d6e6a7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ef3958c66ac540007d6e6a7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=535&terminate=false&userId= #EXTINF:-1 tvg-id="DarkShadows.us" status="online",Pluto TV Dark Shadows (720p) @@ -205,14 +205,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bee1a735 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6b535a278bfe000799484a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e43c344b54fe800093552f4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=c28ebf75-0713-11eb-97af-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fb6c84dd37df3b4290c5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=985&terminate=false&userId= +#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="DramaLife.us" status="online",Drama Life (720p) @@ -229,14 +229,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d883e https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf5fafb5ee0007d4d0ca/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5141c1605ddf000748eb1b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/554158e864526b29254ff105/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="FailArmy.us" status="timeout",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebaccf1734aaf0007142c86/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/554158e864526b29254ff105/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FaithTV.us" status="online",Pluto TV Faith TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c58a539fae3812612f33ca3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c58a539fae3812612f33ca3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=643&terminate=false&userId= #EXTINF:-1 tvg-id="FaithTV.us" status="online",Pluto TV Faith TV (720p) [Not 24/7] @@ -252,8 +252,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c362ded5 #EXTINF:-1 tvg-id="FearFactor.us" status="online",Pluto TV Fear Factor (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/588128d17d64bc0d0f385c34/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bda9fd87eb3a2717cce0/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9bda9fd87eb3a2717cce0&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5c2fb668-242f-4e7f-a025-087099fd0aca&terminate=false&userId= -#EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b0f2237a6ff45d16c3f9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b0f2237a6ff45d16c3f9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=726&terminate=false&userId= #EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (360p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d659fd87eb3a2717afc9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -261,6 +259,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d659f https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bda9fd87eb3a2717cce0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b0f2237a6ff45d16c3f9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bda9fd87eb3a2717cce0/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9bda9fd87eb3a2717cce0&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5c2fb668-242f-4e7f-a025-087099fd0aca&terminate=false&userId= #EXTINF:-1 tvg-id="FlicksofFury.us" status="online",Pluto TV Flicks of Fury (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58e55b14ad8e9c364d55f717/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58e55b14ad8e9c364d55f717&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=112&terminate=false&userId= #EXTINF:-1 tvg-id="FoodTV.us" status="online",Pluto TV Food TV (240p) @@ -300,13 +300,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d982e #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bc207ef2767e1846e5a0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac118dd7e6000077e31af/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5f613286e48904fb2677&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=805&terminate=false&userId= +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac118dd7e6000077e31af/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5f613286e48904fb2677&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=805&terminate=false&userId= #EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59b722526996084038c01e1b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=59b722526996084038c01e1b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=734&terminate=false&userId= #EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] @@ -328,9 +328,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e9decb953e1570007 #EXTINF:-1 tvg-id="JudgeNosey.us" status="online",Pluto TV Judge nosey (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e9decb953e157000752321c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="KevinHartsLOLNetwork.us" status="online",Pluto TV Kevin Hart LOL (684p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5af09e645126c2157123f9eb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="KevinHartsLOLNetwork.us" status="online",Pluto TV Kevin Hart LOL (684p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5af09e645126c2157123f9eb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5af09e645126c2157123f9eb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=462&terminate=false&userId= +#EXTINF:-1 tvg-id="KevinHartsLOLNetwork.us" status="online",Pluto TV Kevin Hart LOL (684p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5af09e645126c2157123f9eb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="LittleBabyBum.us" status="online",Pluto TV Little Baby Bum (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5eb301b7395671000780d100/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5eb301b7395671000780d100&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=995&terminate=false&userId= #EXTINF:-1 tvg-id="LivelyPlace.us" status="online",Pluto TV Lively Place (720p) [Not 24/7] @@ -378,15 +378,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb626cfcaf8341412 #EXTINF:-1 tvg-id="MLS.us" status="online",Pluto TV MLS (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=545943f1c9f133a519bbac92&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=488&terminate=false&userId= -#EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d44cfd87eb3a2717afc5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fd1a252d35decbc4080c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=870&terminate=false&userId= +#EXTINF:-1 tvg-id="MST3K.us" status="error",Pluto TV MST3K (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=545943f1c9f133a519bbac92&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=488&terminate=false&userId= #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS02/master.m3u8 +#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fd1a252d35decbc4080c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=870&terminate=false&userId= #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (240p) @@ -410,6 +410,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf330ea #EXTINF:-1 tvg-id="MTVDating.us" status="online",Pluto TV MTV Dating (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600169ec77e6f70008fa9cf0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca672f515a62078d2ec0ad2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=178&terminate=false&userId= +#EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -417,8 +419,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f51 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf325764025859afdd6c4d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e13b6dd7ec3510009e032d0/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel -#EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca672f515a62078d2ec0ad2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=178&terminate=false&userId= #EXTINF:-1 tvg-id="MTVSpankinNew.us" status="online",Pluto TV MTV Spankin' New (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS07/master.m3u8 #EXTINF:-1 tvg-id="MTVSpankinNew.us" status="online",Pluto TV MTV Spankin' New (720p) [Not 24/7] @@ -430,9 +430,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5da0c85bd2c9c10009 #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee92e72fb286e0007285fec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6df5a173d7340007c559f7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bd9f249444e05d09cc4e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=692&terminate=false&userId= #EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7] @@ -453,8 +453,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede45451 http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca6748a37b88b269472dad9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=978&terminate=false&userId= #EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca673e0d0bd6c2689c94ce3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=977&terminate=false&userId= #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede448d3d50590007a4419e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ede448d3d50590007a4419e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=fbbb3638-0714-11eb-aeab-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) @@ -462,6 +460,8 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f3d2b57d6c6080007 #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede448d3d50590007a4419e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca673e0d0bd6c2689c94ce3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=977&terminate=false&userId= +#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&coppa=1&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appVersion=2.9.4-5a4e0d260864cab32bb296709789424ab48df204&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=954c037d-1a11-44d3-b488-9d06f8a3e068&deviceLat=33.9560&deviceLon=-118.3887&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=81.0.4044.26&includeExtendedEvents=false&serverSideAds=true&sid=e6f1682e-cc62-437a-bd0d-082bea9a4059&userId= @@ -487,10 +487,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ff8c7086 https://stitcher-ipv4.pluto.tv/stitch/hls/channel/60d39387706fe50007fda8e8/master.m3u8?already_redirected=true&appVersion=0&deviceDNT=0&deviceId=0&deviceMake=0&deviceModel=0&deviceType=0&deviceVersion=0&sid=62f4 #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",People are Awesome (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e54169f4b9b25000994a303/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e54169f4b9b25000994a303&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=340&terminate=false&userId= -#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (360p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebac65911406400078b8993/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e54169f4b9b25000994a303/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) @@ -503,6 +499,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0720 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515d080e738d000739e19c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb95c119dc712000741fa35/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebac65911406400078b8993/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PGATour.us" status="online",Pluto TV PGA TOUR (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de94dacb394a300099fa22a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5de94dacb394a300099fa22a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=713&terminate=false&userId= #EXTINF:-1 tvg-id="PGATour.us" status="online",Pluto TV PGA TOUR (720p) [Not 24/7] @@ -543,7 +543,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf8ea0d http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be4c6311843b56328bce619/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="PlutoTVAvatar.us" status="online",Pluto TV Avatar (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600adbdf8c554e00072125c9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVBabar.us" status="timeout",Pluto TV Babar (720p) +#EXTINF:-1 tvg-id="PlutoTVBabar.us" status="online",Pluto TV Babar (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67e20c93312100076f3ffe/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVBackcountry.us" status="online",Pluto TV Backcountry (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cabdf1437b88b26947346b2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cabdf1437b88b26947346b2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=755&terminate=false&userId= @@ -565,10 +565,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fac425f9 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b5a4bb7da5c0007e5c9e9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b5a4bb7da5c0007e5c9e9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5c631817-0713-11eb-9df2-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVBubbleGuppies.us" status="online",Pluto TV Bubble Guppies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5a4bb7da5c0007e5c9e9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCars.us" status="online",Pluto TV Cars (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCars.us" status="online",Pluto TV Cars (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b3a4249444e05d09cc46&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=663&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVCars.us" status="online",Pluto TV Cars (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCelebrity.us" status="online",Pluto TV Celebrity (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8bf1472907815f66a866dd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8bf1472907815f66a866dd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=320&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCelebrity.us" status="online",Pluto TV Celebrity (720p) @@ -579,10 +579,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b1c4f1ca3f062 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0f17564a300082b676a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCMTWesterns.us" status="online",Pluto TV CMT Westerns (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e94282d4ec87bdcbb87cd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e94282d4ec87bdcbb87cd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=103&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (480p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c363c2411c5ca053f198f97/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a4d3a00ad95e4718ae8d8db&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=57&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (480p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c363c2411c5ca053f198f97/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCrimeDrama.us" status="online",Pluto TV Crime Drama (684p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f31fd1b4c510e00071c3103/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f31fd1b4c510e00071c3103&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=350&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCrimeDrama.us" status="online",Pluto TV Crime Drama (720p) @@ -590,11 +590,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f31fd1b4 #EXTINF:-1 tvg-id="PlutoTVCrimeMovies.us" status="online",Pluto TV Crime Movies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d8594eb979c0007706de7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c31f2f21b553c1f673fb0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c665db3e6c01b72c4977bc2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=109&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="error",Pluto TV Cult Films (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c31f2f21b553c1f673fb0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDarkMatter.us" status="online",Pluto TV Dark Matter (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e843d849109b700075d5ada/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDarkMatter.us" status="online",Pluto TV Dark Matter (720p) @@ -611,26 +611,26 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b85a7582 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db048f9447d6c0009b8f29d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04252241007000975faac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (360p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e92e4694c027be6ecece1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=60&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dc190f7bfed110009d934c3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=a1f190ec-0582-11eb-a59f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama+ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddbf866b1862a0009a0648e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ddbf866b1862a0009a0648e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=3a2ed1cd-e3a3-4fa3-bdbc-94e7363ca0cf&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed2d1c34c2300073bf02c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (684p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf91149880d60009d35d27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed2d1c34c2300073bf02c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (684p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (480p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e92e4694c027be6ecece1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=60&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f24662bebe0f0000767de32&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=332&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (480p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDuckDynasty.us" status="online",Pluto TV Duck Dynasty (360p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6b54b9e67cf60007d4cef1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVExplore.us" status="online",Pluto TV Explore (720p) @@ -638,10 +638,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b8551 #EXTINF:-1 tvg-id="PlutoTVFamily.us" status="online",Pluto TV Family (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc3fc6b9133f500099c7d98/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVFantastic.us" status="online",Pluto TV Fantastic (684p) -http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&us_privacy=1YNY -#EXTINF:-1 tvg-id="PlutoTVFantastic.us" status="online",Pluto TV Fantastic (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b64a245a202b3337f09e51d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=66&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVFantastic.us" status="online",Pluto TV Fantastic (684p) +http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&us_privacy=1YNY +#EXTINF:-1 tvg-id="PlutoTVFantastic.us" status="online",Pluto TV Fantastic (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVFashionTV.us" status="online",Pluto TV Fashion TV (720p) https://siloh.pluto.tv/lilo/production/FashionTV/master.m3u8 @@ -680,21 +680,21 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9be1be738977e2c #EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5417a212ff9fba68282fbf5e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5417a212ff9fba68282fbf5e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=736&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d6f5e738977e2c310949/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9be1be738977e2c312134/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5417a212ff9fba68282fbf5e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d6f5e738977e2c310949/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVGoDiegoGo.us" status="online",Pluto TV Go Diego Go! (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa89d42a0500007363ea3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVHealth.us" status="online",Pluto TV Health (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c2d7ae59bf23c192c411c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVHome.us" status="online",Pluto TV Home (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5eb96303f5bb020008e7e44f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5eb96303f5bb020008e7e44f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=8044788b-0583-11eb-a18c-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVHome.us" status="online",Pluto TV Home (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04c9eedc89300090d2884/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVHome.us" status="online",Pluto TV Home (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb96303f5bb020008e7e44f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVHome.us" status="online",Pluto TV Home (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5eb96303f5bb020008e7e44f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5eb96303f5bb020008e7e44f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=8044788b-0583-11eb-a18c-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVHomesUnderHammer.us" status="online",Pluto TV Homes Under Hammer (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c2e9d8002db3c3e0b1c72/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) @@ -708,9 +708,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c99f5810 #EXTINF:-1 tvg-id="PlutoTVIcePilots.us" status="online",Pluto TV Ice Pilots (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce40f42ba7f7f5ea9518fe1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ce40f42ba7f7f5ea9518fe1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=aeca4ad7-0583-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVIcePilots.us" status="online",Pluto TV Ice Pilots (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce40f42ba7f7f5ea9518fe1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVIcePilots.us" status="online",Pluto TV Ice Pilots (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3639dd01112605397333a2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVIcePilots.us" status="online",Pluto TV Ice Pilots (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce40f42ba7f7f5ea9518fe1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVIndies.us" status="online",Pluto TV Indies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce40e59246a395e9758923e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVIndies.us" status="online",Pluto TV Indies (720p) @@ -721,10 +721,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbc2d1ce10f0b0009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d765786aad587cf4d0e2bf6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInspectorGadget.us" status="online",Pluto TV Inspector Gadget (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc2d1ce10f0b0009e6cf9e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db0ad56edc89300090d2ebb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=976&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsCollection.us" status="online",Pluto TV Kids Collection (720p) @@ -741,32 +741,32 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8beeb39 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04b360fa2560009deb3de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLives.us" status="online",Pluto TV Lives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600acaff5f2d6e000745effb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVLoveStories.us" status="online",Pluto TV Love Stories (684p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e181520cfa000771ce79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLoveStories.us" status="online",Pluto TV Love Stories (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e181520cfa000771ce79/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e181520cfa000771ce79&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=147&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVLoveStories.us" status="online",Pluto TV Love Stories (684p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e181520cfa000771ce79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMasterChef.us" status="online",Pluto TV MasterChef (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e3ddbd27091820009f86dd9/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMcLeodsDaughters.us" status="online",Pluto TV McLeod's Daughters (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18e5df6dd1d0007cf7bad/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMilitary.us" status="online",Pluto TV Military (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMilitary.us" status="online",Pluto TV Military (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb3fea0f711fd76340eebff&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=655&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVMilitary.us" status="online",Pluto TV Military (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5c5c3b948002db3c3e0b262e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=eddfafe3-0584-11eb-82fe-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d3a31b95267e225e4e09/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVAreyoutheOne.us" status="online",Pluto TV MTV Are you the One? (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6108d8cc331900075e98e4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91b7ea86ee60009d89e75/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91b7ea86ee60009d89e75/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVLoveMusic.us" status="online",Pluto TV MTV Love Music (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600ae79fa46e17000794e84c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVPranks.us" status="online",Pluto TV MTV Pranks (720p) @@ -780,9 +780,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cffcf5686dfe15595 #EXTINF:-1 tvg-id="PlutoTVMTVTeenMom.us" status="online",Pluto TV MTV Teen Mom (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cffcf5686dfe15595fb3f56/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVTheHills.us" status="online",Pluto TV MTV The Hills (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d00e86bf0bac55fe7f75736/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMTVTheHills.us" status="online",Pluto TV MTV The Hills (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e86bf0bac55fe7f75736/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d00e86bf0bac55fe7f75736&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=a934c097-0587-11eb-8b9f-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVMTVTheHills.us" status="online",Pluto TV MTV The Hills (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d00e86bf0bac55fe7f75736/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVTheShores.us" status="online",Pluto TV MTV The Shores (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf32c2a5068259a32320fc/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5caf32c2a5068259a32320fc&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=d49824ea-0587-11eb-82fe-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMTVTheShores.us" status="online",Pluto TV MTV The Shores (720p) [Not 24/7] @@ -809,12 +809,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fac431fc https://siloh.pluto.tv/lilo/production/QwestJazz/master.m3u8 #EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8bf0b06d2d855ee15115e3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8bf0b06d2d855ee15115e3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=275&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde197f6591d0009839e04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd8186d53ed2c6334ea0855/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8bf0b06d2d855ee15115e3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVReality.us" status="timeout",Pluto TV Reality (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde197f6591d0009839e04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVRetroToons.us" status="online",Pluto TV Retro Toons (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1c669094e0e80009b22ab8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1c669094e0e80009b22ab8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=886c7aee-0585-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVRetroToons.us" status="online",Pluto TV Retro Toons (720p) @@ -831,22 +831,22 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d94a5451 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc327d0451770009ed7577/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSamCat.us" status="online",Pluto TV Sam & Cat (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5ba20af628000707cee3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVScience.us" status="online",Pluto TV Science (240p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/563a970aa1a1f7fe7c9daad7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=563a970aa1a1f7fe7c9daad7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=672&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVScience.us" status="online",Pluto TV Science (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d9492c77ea6f99188738ff1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVScience.us" status="online",Pluto TV Science (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/563a970aa1a1f7fe7c9daad7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVScience.us" status="online",Pluto TV Science (240p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/563a970aa1a1f7fe7c9daad7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=563a970aa1a1f7fe7c9daad7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=672&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4fc274694c027be6ed3eea&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=151&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2817d3d7573a00080f9175/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc02a44a9518600094273ac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6a38eaa5b68b0007a00e7a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2817d3d7573a00080f9175/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVSecretDealers.us" status="online",Pluto TV Secret Dealers (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8dc0af6784d10007d8ad42/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSensingMurder.us" status="online",Pluto TV Sensing Murder (720p) @@ -866,9 +866,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd81b105 #EXTINF:-1 tvg-id="PlutoTVStrongman.us" status="online",Pluto TV Strongman (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1452156c07b50009d0230e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSurfGermany.de" status="online",Pluto TV Surf (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d1ce51dbaca4afdb7abfe5f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d1ce51dbaca4afdb7abfe5f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=abec40e3-86b9-48b6-981d-dc5eeecc6cf9&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVSurfGermany.de" status="online",Pluto TV Surf (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d1ce51dbaca4afdb7abfe5f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVSurfGermany.de" status="online",Pluto TV Surf (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d1ce51dbaca4afdb7abfe5f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d1ce51dbaca4afdb7abfe5f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=abec40e3-86b9-48b6-981d-dc5eeecc6cf9&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSuspense.us" status="online",Pluto TV Suspense (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e281b0b8840007324b55/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e281b0b8840007324b55&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=149&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSuspense.us" status="online",Pluto TV Suspense (720p) @@ -916,28 +916,28 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0dc00b1 #EXTINF:-1 tvg-id="PlutoTVVH1Classics.us" status="online",Pluto TV VH1 Classics (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6076cd1df8576d0007c82193/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" status="online",Pluto TV WeatherNation (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bdce04659ee03633e758130/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" status="online",Pluto TV WeatherNation (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bdce04659ee03633e758130/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bdce04659ee03633e758130&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=217&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" status="online",Pluto TV WeatherNation (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bdce04659ee03633e758130/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5877acecb16bb1e042ee453f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=632&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d49455dfd09fd7d4c0daf26/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d49455dfd09fd7d4c0daf26/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWesterns.us" status="online",Pluto TV Westerns (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8df4bc16e34700077e77d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8df4bc16e34700077e77d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=526&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVWesterns.us" status="online",Pluto TV Westerns (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8df4bc16e34700077e77d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWipeout.us" status="online",Pluto TV Wipeout (360p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ed6828192e8b3000743ef61/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) +http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS01/master.m3u8 #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6176fd25e83a5f0007a464c9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fc31252d35decbc4080b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=873&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fc31252d35decbc4080b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) -http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS01/master.m3u8 -#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150921e2191900097c4c23/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel #EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae0a40e8ee0d000975e99b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=993&terminate=false&userId= @@ -945,16 +945,16 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0a40e8ee0d0009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PoliceWomen.us" status="online",Pluto TV Police Women (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e79c2f280389000077242a8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Rescue911.us" status="online",Pluto TV Rescue 911 (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21e831e9fe730007706acb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Rescue911.us" status="online",Pluto TV Rescue 911 (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e831e9fe730007706acb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f21e831e9fe730007706acb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=277&terminate=false&userId= +#EXTINF:-1 tvg-id="Rescue911.us" status="online",Pluto TV Rescue 911 (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21e831e9fe730007706acb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58d947b9e420d8656ee101ab/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58d947b9e420d8656ee101ab&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=489&terminate=false&userId= #EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d4e7e738977e2c310937/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58d947b9e420d8656ee101ab/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58d947b9e420d8656ee101ab/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58d947b9e420d8656ee101ab&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=489&terminate=false&userId= #EXTINF:-1 tvg-id="ShoutFactoryTV.us" status="online",Pluto TV Shout! Factory TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/55a6a3275616b6240c26f393/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=55a6a3275616b6240c26f393&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=542&terminate=false&userId= #EXTINF:-1 tvg-id="ShowtimeSelects.us" status="online",Pluto TV Showtime Select (720p) @@ -967,7 +967,7 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82547b6b3df60007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82547b6b3df60007fec2b5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="SlowTV.us" status="online",Pluto TV Slow TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5317bfebff98025b3200ff99/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5317bfebff98025b3200ff99&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=696&terminate=false&userId= -#EXTINF:-1 tvg-id="SlowTV.us" status="online",Pluto TV Slow TV (480p) +#EXTINF:-1 tvg-id="SlowTV.us" status="error",Pluto TV Slow TV (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5317bfebff98025b3200ff99/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="SmithsonianChannelSelects.us" status="online",Pluto TV Smithsonian Channel Selects (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21ea08007a49000762d349/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -980,9 +980,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd39f8 #EXTINF:-1 tvg-id="StingrayQello.ca" status="online",Pluto TV Qello Concerts (720p) https://siloh.pluto.tv/lilo/production/Qello/ES/master.m3u8 #EXTINF:-1 tvg-id="StoriesbyAMC.us" status="online",Pluto TV Stories by AMC (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8254118601b80007b4b7ae&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=135&terminate=false&userId= -#EXTINF:-1 tvg-id="StoriesbyAMC.us" status="online",Pluto TV Stories by AMC (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="StoriesbyAMC.us" status="online",Pluto TV Stories by AMC (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8254118601b80007b4b7ae&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=135&terminate=false&userId= #EXTINF:-1 tvg-id="Survivor.us" status="online",Pluto TV Survivor (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e7b24744c60007c1f6fc/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f21e7b24744c60007c1f6fc&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=296&terminate=false&userId= #EXTINF:-1 tvg-id="Survivor.us" status="online",Pluto TV Survivor (720p) @@ -1037,8 +1037,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e393d5c696b3b0009775c8b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb1ad55268cae539bcedb08&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=637&terminate=false&userId= -#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d819e738977e2c31096a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) @@ -1048,11 +1046,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1ad552 #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf097eb06300079b30f7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515ebac01c0f00080e8439/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebacbcae43a6d000787b88e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e825550e758c700077b0aef/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e825550e758c700077b0aef&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=529&terminate=false&userId= #EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p) @@ -1073,20 +1073,20 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d695f7db53adf96b7 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d695f7db53adf96b78e7ce3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TokuSHOUTsu.us" status="online",Pluto TV TokuSHOUTsu (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c3f8f12a93c2d61b9990a4e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=848&terminate=false&userId= -#EXTINF:-1 tvg-id="TokuSHOUTsu.us" status="online",Pluto TV TokuSHOUTsu (720p) +#EXTINF:-1 tvg-id="TokuSHOUTsu.us" status="error",Pluto TV TokuSHOUTsu (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Tosh0.us" status="online",Pluto TV Tosh.0 (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae084727c8af0009fe40a4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae084727c8af0009fe40a4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=470&terminate=false&userId= -#EXTINF:-1 tvg-id="Tosh0.us" status="error",Pluto TV Tosh.0 (720p) +#EXTINF:-1 tvg-id="Tosh0.us" status="online",Pluto TV Tosh.0 (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae084727c8af0009fe40a4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d6792bd6be2998ad0ccce30&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ca4dc680-0715-11eb-aeab-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d0c16d686454ead733d08f8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=983&terminate=false&userId= +#EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d40bebc5e3d2750a2239d7e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=130&terminate=false&userId= #EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) @@ -1138,13 +1138,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/589aa03df #EXTINF:-1 tvg-id="WildNOut.us" status="online",Pluto TV Wild 'N Out (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48678d34ceb37d3c458a55/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="WildNOut.us" status="online",Pluto TV Wild 'N Out (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d48678d34ceb37d3c458a55/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d48678d34ceb37d3c458a55&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=480&terminate=false&userId= -#EXTINF:-1 tvg-id="WildNOut.us" status="online",Pluto TV Wild 'N Out (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48678d34ceb37d3c458a55/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="WildNOut.us" status="online",Pluto TV Wild 'N Out (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d48678d34ceb37d3c458a55/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d48678d34ceb37d3c458a55&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=480&terminate=false&userId= #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b7aae738977e2c312132/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9b7aae738977e2c312132&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=48d01e71-b553-42a5-9205-affb7381b546&terminate=false&userId= -#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (360p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5616f9c0ada51f8004c4b091&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=770&terminate=false&userId= #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) @@ -1155,6 +1153,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7aae https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="YuGiOh.us" status="online",Pluto TV Yu-Gi-Oh (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4ec10ed9636f00089b8c89/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Insight+ (720p) @@ -1278,21 +1278,21 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f121460b73ac60007 #EXTINF:-1 tvg-id="" status="online",Pluto TV Nick Ukraine (720p) http://siloh-sp.plutotv.net/lilo/production/NickUkraine/master.m3u8 #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed9461b35690007a0bc3a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5adf96e3e738977e2c31cb04&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=669&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f98487036af340008da1e37/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f98487036af340008da1e37&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=77386fa6-3401-11eb-8335-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af2ffa9506ab29cf38c38/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed9461b35690007a0bc3a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f98487036af340008da1e37/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce5214bb5790007ad3016/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&serverSideAds=false&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5adf96e3e738977e2c31cb04&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=669&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af2ffa9506ab29cf38c38/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed9461b35690007a0bc3a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Pluto After School Cartoons (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56171fafada51f8004c4b40f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56171fafada51f8004c4b40f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=990&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Retro Drama (720p) diff --git a/streams/us_roku.m3u b/streams/us_roku.m3u index 0368106bb..9615a4dc1 100644 --- a/streams/us_roku.m3u +++ b/streams/us_roku.m3u @@ -43,7 +43,7 @@ https://eleven-rebroadcast-samsung.roku.wurl.com/manifest/playlist.m3u8 https://happykids-roku.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="HauntTV.us" status="online",Haunt TV (1080p) https://haunttv-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Horrify.us" status="online",Horrify (1080p) +#EXTINF:-1 tvg-id="Horrify.us" status="blocked",Horrify (1080p) https://olympusamagi.pc.cdn.bitgravity.com/Horrify-roku/master.m3u8 #EXTINF:-1 tvg-id="iFoodTV.us" status="online",iFood.TV (1080p) https://ft-ifood-roku.amagi.tv/playlist.m3u8 diff --git a/streams/us_ssh101.m3u b/streams/us_ssh101.m3u index 377c893e5..77d0237eb 100644 --- a/streams/us_ssh101.m3u +++ b/streams/us_ssh101.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AigaioTV.gr" status="error",Aigaio TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AigaioTV.gr" status="online",Aigaio TV (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/aigaiotv1/index.m3u8 #EXTINF:-1 tvg-id="AVCHD.ar" status="online",AVC HD (Monte Caseros | Corrientes) (360p) [Not 24/7] @@ -14,7 +14,7 @@ https://tna5.bozztv.com/jesstv/index.m3u8 #EXTINF:-1 tvg-id="OrbitaFM.sv" status="online",Órbita FM (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/OrbitaFM/index.m3u8 -#EXTINF:-1 tvg-id="SolarTelevision.pe" status="error",Solar Televisión (Abancay) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SolarTelevision.pe" status="online",Solar Televisión (Abancay) (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/televisionsolar/index.m3u8 #EXTINF:-1 tvg-id="UchuTV.pe" status="online",Uchu TV (Cusco) (720p) [Not 24/7] diff --git a/streams/us_stirr.m3u b/streams/us_stirr.m3u index 15c783fdc..5e9350380 100644 --- a/streams/us_stirr.m3u +++ b/streams/us_stirr.m3u @@ -107,7 +107,7 @@ https://dai.google.com/linear/hls/event/qvOGhZEeQh-s6TMFz7dVcg/master.m3u8 https://dai.google.com/linear/hls/event/zDh7VBx8S7Sog5vzcXuehg/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityBakersfield.us" status="online",STIRR City Bakersfield (480p) [Not 24/7] https://dai.google.com/linear/hls/event/-4GLQIcZTUWzP8vDAXNQsQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityBaltimore.us" status="timeout",STIRR City Baltimore (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityBaltimore.us" status="online",STIRR City Baltimore (720p) [Not 24/7] https://dai.google.com/linear/hls/event/jCNW8TtPRe6lnJMMVBZWVA/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityBayCity.us" status="online",STIRR City Bay City (720p) https://dai.google.com/linear/hls/event/kJPGlFKuS0itUoW7TfuDYQ/master.m3u8 @@ -251,7 +251,7 @@ https://dai.google.com/linear/hls/event/dcaYfE2nRnqC6eAvCFWfzQ/master.m3u8 https://dai.google.com/linear/hls/event/jlf2tRLPTg2xjMtKe5ey-w/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityYakimaPasco1.us" status="online",STIRR City Yakima Pasco #1 (720p) https://dai.google.com/linear/hls/event/Ae0L5AucTcqefaIvaS504A/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityYakimaPasco2.us" status="online",STIRR City Yakima Pasco #2 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityYakimaPasco2.us" status="timeout",STIRR City Yakima Pasco #2 (480p) [Not 24/7] https://dai.google.com/linear/hls/event/FJejnzFjSFGpaogi0GzPyw/master.m3u8 #EXTINF:-1 tvg-id="STIRRClassicTV.us" status="online",STIRR Classic TV (768p) https://dai.google.com/linear/hls/event/8JiQCLfVQw6d7uCYt0qDJg/master.m3u8 @@ -317,7 +317,7 @@ https://digitalmediarights-retrocrush-1.sinclair.wurl.com/manifest/playlist.m3u8 https://stirr.ott-channels.stingray.com/128/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR American Classics (360p) https://dai.google.com/linear/hls/event/0e06oV-NTI2ygS2MRQk9ZA/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",STIRR Charge! (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",STIRR Charge! (720p) [Not 24/7] https://dai.google.com/linear/hls/event/e1QjWFRNSR2YFYGsPbkfgg/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Choppertown (720p) https://dai.google.com/linear/hls/event/N3c94WZQQq2fruixzfcCUQ/master.m3u8 @@ -331,7 +331,7 @@ https://dai.google.com/linear/hls/event/4aD5IJf0QgKUJwPbq2fngg/master.m3u8 https://dai.google.com/linear/hls/event/AaFxJXOhQl-BsTVC9OCunQ/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Comedy Dynamics (1080p) https://dai.google.com/linear/hls/event/NJK_yxrcTBqULaHt-wi0Wg/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",STIRR Comet (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",STIRR Comet (720p) [Not 24/7] https://dai.google.com/linear/hls/event/83L2OqtGSZ6lbWt8ODomWg/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Deal or No Deal (720p) [Not 24/7] https://dai.google.com/linear/hls/event/9cq79TtPR6WbyaQGeDlHjA/master.m3u8 diff --git a/streams/us_xumo.m3u b/streams/us_xumo.m3u index a0ac89ff0..9019bdf94 100644 --- a/streams/us_xumo.m3u +++ b/streams/us_xumo.m3u @@ -7,7 +7,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericanclassics/CDN/playli https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericastestkitchen/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ArchitecturalDigest.us" status="online",Architectural Digest (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxarchitecturaldigest/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="BaebleMusic.us" status="timeout",Baeble Music (720p) +#EXTINF:-1 tvg-id="BaebleMusic.us" status="online",Baeble Music (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbaeble/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="BatteryPopXUMO.us" status="online",Battery Pop (XUMO) (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbatterypop/CDN/playlist.m3u8 @@ -17,7 +17,7 @@ http://redbox-blacknewschannel-xumo.amagi.tv/playlist.m3u8 https://blacknewschannel-xumo-us.amagi.tv/hls/amagi_hls_data_blacknews-blacknewschannel-xumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="BlackNewsChannel.us" status="online",Black News Channel (1080p) https://blacknewschannel-xumo-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BlackNewsChannel.us" status="timeout",Black News Channel (1080p) +#EXTINF:-1 tvg-id="BlackNewsChannel.us" status="online",Black News Channel (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxblacknewschannel/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergTelevision.us" status="online",Bloomberg TV US (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbloomberg/CDN/playlist.m3u8 @@ -25,11 +25,11 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbloomberg/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbonappetit/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcheddar/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ChiveTV.us" status="timeout",Chive TV (720p) +#EXTINF:-1 tvg-id="ChiveTV.us" status="online",Chive TV (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxchive/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Circle.us" status="online",Circle (1080p) https://circle-xumo.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Circle.us" status="online",Circle (1080p) +#EXTINF:-1 tvg-id="Circle.us" status="timeout",Circle (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcircletv/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ComedyDynamics.us" status="online",Comedy Dynamics (1080p) https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo-host-comedydynamics/CDN/master.m3u8 @@ -73,7 +73,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxglorykickboxing/CDN/playlis https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgotraveler/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="GQ.us" status="online",GQ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgq/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="GravitasMovies.us" status="online",Gravitas Movies (720p) +#EXTINF:-1 tvg-id="GravitasMovies.us" status="timeout",Gravitas Movies (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgravitas/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="HardKnocks.ca" status="online",Hard Knocks (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxhardknocksfightingchampionship/CDN/playlist.m3u8 @@ -163,7 +163,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayhotcountry/CDN/play https://xumo-redbox.ott-channels.stingray.com/108/master.m3u8 #EXTINF:-1 tvg-id="StingrayNaturescape.ca" status="online",Stingray Naturescape (360p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraynaturescape/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="StingrayQello.ca" status="online",Stingray Qello Concerts (1080p) +#EXTINF:-1 tvg-id="StingrayQello.ca" status="timeout",Stingray Qello Concerts (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-vizioqelloconcerts/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="StingraySoulStorm.ca" status="online",Stingray Soul Storm (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraysoulstorm/CDN/playlist.m3u8 @@ -191,7 +191,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtmz/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziotmz/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (720p) [Not 24/7] https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtoongoggles/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="USAToday.us" status="timeout",USA Today (720p) +#EXTINF:-1 tvg-id="USAToday.us" status="online",USA Today (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxusatoday/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="VanityFair.us" status="online",Vanity Fair (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvanityfair/CDN/playlist.m3u8 diff --git a/streams/uz.m3u b/streams/uz.m3u index 43a5d31de..68b07baa8 100644 --- a/streams/uz.m3u +++ b/streams/uz.m3u @@ -1,5 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="AzonTV.uz" status="online",Azon TV (1080p) [Not 24/7] http://tv2.azon.uz/high/stream.m3u8 -#EXTINF:-1 tvg-id="Milliy.uz" status="online",Milliy (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Milliy.uz" status="error",Milliy (480p) [Not 24/7] http://milliy.tv/hls/index.m3u8 diff --git a/streams/va.m3u b/streams/va.m3u index 05daad1fc..489aef0f9 100644 --- a/streams/va.m3u +++ b/streams/va.m3u @@ -1,5 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="TV2000.va" status="online",TV2000 (360p) [Not 24/7] http://cld01ibi16.wz.tv2000.it/tv2000_alfa.m3u8 -#EXTINF:-1 tvg-id="TV2000.va" status="error",TV2000 (360p) [Not 24/7] +#EXTINF:-1 tvg-id="TV2000.va" status="online",TV2000 (360p) [Not 24/7] http://mi1.wz.tv2000.it/tv2000_alfa.m3u8 diff --git a/streams/ve.m3u b/streams/ve.m3u index 47735008f..f7d63e4d2 100644 --- a/streams/ve.m3u +++ b/streams/ve.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AnzoateguiTV.ve" status="error",Anzoátegui TV +#EXTINF:-1 tvg-id="AnzoateguiTV.ve" status="online",Anzoátegui TV https://vcp2.myplaytv.com/anzoateguitv/anzoateguitv/playlist.m3u8 #EXTINF:-1 tvg-id="CanalI.ve" status="online",Canal i (720p) [Not 24/7] https://vcp.myplaytv.com/canali/canali/playlist.m3u8 @@ -9,11 +9,11 @@ https://vcp.myplaytv.com/coll/coll/playlist.m3u8 https://5bf8041cb3fed.streamlock.net/CTNTV/CTNTV/playlist.m3u8 #EXTINF:-1 tvg-id="ESportsMax.ve" status="online",Esports Max [Not 24/7] http://vcpar.myplaytv.com/esportsmax/live/playlist.m3u8 -#EXTINF:-1 tvg-id="Globovision.ve" status="online",Globovision (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Globovision.ve" status="timeout",Globovision (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCfJtBtmhnIyfUB6RqXeImMw/live #EXTINF:-1 tvg-id="Italianissimo.ve" status="online",Italianissimo (360p) [Not 24/7] https://vcp.myplaytv.com/italianissimo/italianissimo/playlist.m3u8 -#EXTINF:-1 tvg-id="MDATelevision.ve" status="online",MDA Televisión +#EXTINF:-1 tvg-id="MDATelevision.ve" status="error",MDA Televisión https://vcp.myplaytv.com/mdatv/mdatv/playlist.m3u8 #EXTINF:-1 tvg-id="OxigenoTV.ve" status="online",Oxigeno TV (360p) [Not 24/7] https://vcp.myplaytv.com/oxigenotv/oxigenotv/playlist.m3u8 @@ -21,7 +21,7 @@ https://vcp.myplaytv.com/oxigenotv/oxigenotv/playlist.m3u8 https://vcp.myplaytv.com/panavision/ngrp:panavision_all/playlist.m3u8 #EXTINF:-1 tvg-id="PromarTV.ve" status="online",PromarTV (Yaracuy) (1080p) [Not 24/7] http://vcp1.myplaytv.com:1935/promar/promar/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioCaracasRadio.ve" status="error",Radio Caracas Radio 750 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioCaracasRadio.ve" status="online",Radio Caracas Radio 750 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5AA3XP4_pXIELctSsH_L7w/live #EXTINF:-1 tvg-id="Telesur.ve" status="online",teleSUR (1080p) https://github.com/LaneSh4d0w/IPTV_Exception/raw/master/channels/ve/telesur.m3u8 diff --git a/streams/vn_fptplay.m3u b/streams/vn_fptplay.m3u index 1d2f13044..704a37d2e 100644 --- a/streams/vn_fptplay.m3u +++ b/streams/vn_fptplay.m3u @@ -8,7 +8,7 @@ https://livecdn.fptplay.net/hda3/animaxport_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="BabyTV.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Baby TV Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/babytvhd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="BBCEarthAsia.uk" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",BBC Earth (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="BBCEarthAsia.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",BBC Earth (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda2/bbcearth_vhls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="BoomerangSoutheastAsia.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Boomerang South East Asia (Vietnamese dub) (1080p) @@ -29,7 +29,7 @@ https://livecdn.fptplay.net/sdb/cnbc_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DaVinciAsia.de" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Da Vinci Asia (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda2/davincihd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="DreamWorksChannelAsia.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Dreamworks Channel Asia (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="DreamWorksChannelAsia.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Dreamworks Channel Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/dreamworks_vhls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="HBOVietnam.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HBO Asia @@ -44,7 +44,7 @@ https://livecdn.fptplay.net/sdb/htv3_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="HTV4.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV4 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/htv4_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Kix.hk" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Kix (1080p) +#EXTINF:-1 tvg-id="Kix.hk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Kix (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda1/kixhd_vhls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="MTVVietnam.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",MTV Vietnam (576p) @@ -59,13 +59,13 @@ https://livecdn.fptplay.net/hda1/blueantext_vhls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="VTC1.vn" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC1 (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda1/vtc1_vhls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VTC4.vn" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC4 (720p) +#EXTINF:-1 tvg-id="VTC4.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC4 (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdc/vtc4_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="VTC5.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC5 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/vtc5_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VTC6.vn" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC6 (576p) +#EXTINF:-1 tvg-id="VTC6.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC6 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/vtc6_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Asia (1080p) diff --git a/streams/ye.m3u b/streams/ye.m3u index ea896ce04..8a4e1eb16 100644 --- a/streams/ye.m3u +++ b/streams/ye.m3u @@ -15,11 +15,11 @@ https://svs.itworkscdn.net/almasiralive/almasira/playlist.m3u8 https://svs.itworkscdn.net/almasiramubacherlive/almasira.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlyamanShabab.ye" status="online",Alyaman Shabab (1080p) [Not 24/7] https://master.starmena-cloud.com/hls/yemenshabab.m3u8 -#EXTINF:-1 tvg-id="BelqeesTV.ye" status="online",Belqees TV (1080p) +#EXTINF:-1 tvg-id="BelqeesTV.ye" status="timeout",Belqees TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCxA_zZwALQMmVMSZyLKC-Nw/live #EXTINF:-1 tvg-id="HadramoutTV.ye" status="online",Hadramout http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/hadhramauttv1 #EXTINF:-1 tvg-id="SuhailTV.ye" status="online",Suhail TV (576p) http://82.212.74.98:8000/live/hls/7726.m3u8 -#EXTINF:-1 tvg-id="YemenTV.ye" status="error",Yemen TV +#EXTINF:-1 tvg-id="YemenTV.ye" status="timeout",Yemen TV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/yemen_tv