From a0e4d60dc15d01181aa0522833afa7848ab6c6a7 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 15 Aug 2022 02:21:03 +0300 Subject: [PATCH 01/13] Upgrade iptv-playlist-parser package --- package-lock.json | 43 +++++++++++++++++++++++++++++++++++++------ yarn.lock | 13 +++++++++++++ 2 files changed, 50 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 603c5be15..93e9455df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "dayjs": "^1.10.7", "fs-extra": "^10.0.0", "iptv-checker": "^0.24.5", - "iptv-playlist-parser": "^0.11.0", + "iptv-playlist-parser": "^0.12.1", "jest": "^27.5.1", "jest-expect-message": "^1.0.2", "lodash": "^4.17.21", @@ -2041,7 +2041,7 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" }, - "node_modules/iptv-playlist-parser": { + "node_modules/iptv-checker/node_modules/iptv-playlist-parser": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.11.0.tgz", "integrity": "sha512-kUqayPVW8WVhDCodEOBzUlPpBTtCR3k7uvIHfmK/xB8TJCOnbMpvaxzHl0W3ImRS9qDVkBtzcIyfutdLXUr2KQ==", @@ -2050,6 +2050,15 @@ "valid-url": "^1.0.9" } }, + "node_modules/iptv-playlist-parser": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.12.1.tgz", + "integrity": "sha512-N0sJFsV8+FBZiR/kl7F5YfFQsUxFXrABP9+xyHPFEQjHJmXSBbvyHLlaW0GjROTd+iXVHA9glEeEwlzJimt5NA==", + "dependencies": { + "is-valid-path": "^0.1.1", + "validator": "^13.7.0" + } + }, "node_modules/is-core-module": { "version": "2.8.1", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", @@ -4061,6 +4070,14 @@ "resolved": "https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz", "integrity": "sha1-HBRHm0DxOXp1eC8RXkCGRHQzogA=" }, + "node_modules/validator": { + "version": "13.7.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.7.0.tgz", + "integrity": "sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==", + "engines": { + "node": ">= 0.10" + } + }, "node_modules/w3c-hr-time": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", @@ -5770,16 +5787,25 @@ "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "iptv-playlist-parser": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.11.0.tgz", + "integrity": "sha512-kUqayPVW8WVhDCodEOBzUlPpBTtCR3k7uvIHfmK/xB8TJCOnbMpvaxzHl0W3ImRS9qDVkBtzcIyfutdLXUr2KQ==", + "requires": { + "is-valid-path": "^0.1.1", + "valid-url": "^1.0.9" + } } } }, "iptv-playlist-parser": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.11.0.tgz", - "integrity": "sha512-kUqayPVW8WVhDCodEOBzUlPpBTtCR3k7uvIHfmK/xB8TJCOnbMpvaxzHl0W3ImRS9qDVkBtzcIyfutdLXUr2KQ==", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.12.1.tgz", + "integrity": "sha512-N0sJFsV8+FBZiR/kl7F5YfFQsUxFXrABP9+xyHPFEQjHJmXSBbvyHLlaW0GjROTd+iXVHA9glEeEwlzJimt5NA==", "requires": { "is-valid-path": "^0.1.1", - "valid-url": "^1.0.9" + "validator": "^13.7.0" } }, "is-core-module": { @@ -7279,6 +7305,11 @@ "resolved": "https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz", "integrity": "sha1-HBRHm0DxOXp1eC8RXkCGRHQzogA=" }, + "validator": { + "version": "13.7.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.7.0.tgz", + "integrity": "sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==" + }, "w3c-hr-time": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", diff --git a/yarn.lock b/yarn.lock index 4328fba8d..7115c1a28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1414,6 +1414,14 @@ "is-valid-path" "^0.1.1" "valid-url" "^1.0.9" +"iptv-playlist-parser@^0.12.1": + "integrity" "sha512-N0sJFsV8+FBZiR/kl7F5YfFQsUxFXrABP9+xyHPFEQjHJmXSBbvyHLlaW0GjROTd+iXVHA9glEeEwlzJimt5NA==" + "resolved" "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.12.1.tgz" + "version" "0.12.1" + dependencies: + "is-valid-path" "^0.1.1" + "validator" "^13.7.0" + "is-arrayish@^0.2.1": "integrity" "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" "resolved" "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" @@ -2746,6 +2754,11 @@ "resolved" "https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz" "version" "1.0.9" +"validator@^13.7.0": + "integrity" "sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==" + "resolved" "https://registry.npmjs.org/validator/-/validator-13.7.0.tgz" + "version" "13.7.0" + "w3c-hr-time@^1.0.2": "integrity" "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==" "resolved" "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz" From 0b2ab738e8972bb6c5aeca81a29fb4342556e44c Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 15 Aug 2022 02:21:26 +0300 Subject: [PATCH 02/13] Update tests/__data__ --- .../expected/database/db_clear.streams.db | 6 ++++++ .../expected/database/db_create.streams.db | 13 +++++++------ tests/__data__/input/data/channels.json | 17 +++++++++++++++++ .../__data__/input/database/db_clear.streams.db | 7 +++++++ tests/__data__/input/streams/ly.m3u | 3 +++ 5 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 tests/__data__/expected/database/db_clear.streams.db create mode 100644 tests/__data__/input/database/db_clear.streams.db create mode 100644 tests/__data__/input/streams/ly.m3u diff --git a/tests/__data__/expected/database/db_clear.streams.db b/tests/__data__/expected/database/db_clear.streams.db new file mode 100644 index 000000000..214264c24 --- /dev/null +++ b/tests/__data__/expected/database/db_clear.streams.db @@ -0,0 +1,6 @@ +{"title":"ЛДПР ТВ","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"2ST8btby3mmsgPF0","status":"error"} +{"title":"BBC News HD","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"3TbieV1ptnZVCIdn","status":"blocked"} +{"title":"BBC News HD","channel":"BBCNewsHD.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"https://master.starmena-cloud.com/hls/bbc.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"WTbieV1ptnXVCIdn","status":"online","bitrate":0,"frame_rate":25,"width":1024,"height":576} +{"title":"Libyas Channel","channel":"LibyasChannel.ly","filepath":"tests/__data__/output/streams/ly.m3u","url":"https://master.starmena-cloud.com/hls/libyas.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"WTbieV1ptnZVCIdn","status":"online","bitrate":0,"frame_rate":25,"width":1024,"height":576} +{"title":"Kayhan TV","channel":"KayhanTV.af","filepath":"channels/af.m3u","url":"http://208.93.117.113/live/Stream1/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"cFFpFVzSn6xFMUF3","status":"error"} +{"title":"Sharq","channel":"Sharq.af","filepath":"channels/af.m3u","bitrate":2226543,"frame_rate":25,"width":1280,"height":720,"url":"https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"u7iyA6cjtf1iWWAZ","status":"online"} diff --git a/tests/__data__/expected/database/db_create.streams.db b/tests/__data__/expected/database/db_create.streams.db index 454e77577..fe943bd50 100644 --- a/tests/__data__/expected/database/db_create.streams.db +++ b/tests/__data__/expected/database/db_create.streams.db @@ -1,6 +1,7 @@ -{"channel":null,"title":"TVN","filepath":"tests/__data__/input/streams/us_blocked.m3u","url":"https://example.com/playlist2.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"TyQaTTYos0fr2q0P"} -{"channel":"EverydayHeroes.us","title":"Everyday Heroes (720p)","filepath":"tests/__data__/input/streams/us_blocked.m3u","url":"https://a.jsrdn.com/broadcast/7b1451fa52/+0000/c.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"yNDfQt0ITDrOGGV2"} -{"channel":null,"title":"ATV (720p) [Offline]","filepath":"tests/__data__/input/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":"http://imn.iq","user_agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148","cluster_id":1,"_id":"asTdyPDWW77mXDLZ"} -{"channel":null,"title":"ABC (720p)","filepath":"tests/__data__/input/streams/wrong_id.m3u","url":"https://example.com/playlist2.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"1gBgkVYcwsNJQlso"} -{"channel":null,"title":"1A Network (720p)","filepath":"tests/__data__/input/streams/unsorted.m3u","url":"https://simultv.s.llnwi.net/n4s4/2ANetwork/interlink.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"8F6RyHFzpOe20huV"} -{"channel":null,"title":"Fox Sports 2 Asia (Thai) (720p)","filepath":"tests/__data__/input/streams/us_blocked.m3u","url":"https://example.com/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"9DY8CqVcKyp8jqiA"} +{"channel":null,"title":"TVN","filepath":"tests/__data__/input/streams/us_blocked.m3u","url":"https://example.com/playlist2.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"UAYbCvjOWvqXHH95"} +{"channel":null,"title":"1A Network (720p)","filepath":"tests/__data__/input/streams/unsorted.m3u","url":"https://simultv.s.llnwi.net/n4s4/2ANetwork/interlink.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"IjKHoixx2crsuOlE"} +{"channel":"LibyasChannel.ly","title":"Libyas Channel","filepath":"tests/__data__/input/streams/ly.m3u","url":"https://master.starmena-cloud.com/hls/libyas.m3u8","http_referrer":null,"user_agent":null,"status":"online","width":1024,"height":576,"bitrate":0,"frame_rate":25,"added_at":"2022-07-07T00:00:00Z","updated_at":"2022-07-07T00:00:00Z","checked_at":"2022-07-07T00:00:00Z","cluster_id":1,"_id":"I0rJlwp3rZEy2SnG"} +{"channel":"EverydayHeroes.us","title":"Everyday Heroes (720p)","filepath":"tests/__data__/input/streams/us_blocked.m3u","url":"https://a.jsrdn.com/broadcast/7b1451fa52/+0000/c.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"tdzk1IN7wLJxfGab"} +{"channel":null,"title":"ATV (720p) [Offline]","filepath":"tests/__data__/input/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":"http://imn.iq","user_agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148","status":"error","added_at":"2022-07-07T00:00:00Z","updated_at":"2022-08-07T00:00:00Z","checked_at":"2022-08-07T00:00:00Z","cluster_id":1,"_id":"3evMHt3nFsZjhzas"} +{"channel":null,"title":"ABC (720p)","filepath":"tests/__data__/input/streams/wrong_id.m3u","url":"https://example.com/playlist2.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"agJlTEr8wwpbWgw0"} +{"channel":null,"title":"Fox Sports 2 Asia (Thai) (720p)","filepath":"tests/__data__/input/streams/us_blocked.m3u","url":"https://example.com/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"FpMhoWjtpnVuYlO9"} diff --git a/tests/__data__/input/data/channels.json b/tests/__data__/input/data/channels.json index 6b1e051c0..c7b4d6a85 100644 --- a/tests/__data__/input/data/channels.json +++ b/tests/__data__/input/data/channels.json @@ -123,6 +123,23 @@ "is_nsfw": false, "logo": "https://iptvx.one/icn/ldpr-tv.png" }, + { + "id": "LibyasChannel.ly", + "name": "Libyas Channel", + "network": null, + "country": "LY", + "subdivision": null, + "city": null, + "broadcast_area": [ + "c/LY" + ], + "languages": [ + "eng" + ], + "categories": [], + "is_nsfw": false, + "logo": "https://i.imgur.com/RD9wbNF.jpg" + }, { "id": "MeteoMedia.ca", "name": "MétéoMédia", diff --git a/tests/__data__/input/database/db_clear.streams.db b/tests/__data__/input/database/db_clear.streams.db new file mode 100644 index 000000000..852379a3f --- /dev/null +++ b/tests/__data__/input/database/db_clear.streams.db @@ -0,0 +1,7 @@ +{"title":"ЛДПР ТВ","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"2ST8btby3mmsgPF0","status":"error"} +{"title":"BBC News HD","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"3TbieV1ptnZVCIdn","status":"blocked"} +{"title":"ATV","channel":"AndorraTV.ad","filepath":"tests/__data__/output/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":"http://imn.iq","user_agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148","cluster_id":1,"_id":"I6cjG2xCBRFFP4sz","status":"error","added_at":"2022-07-07T00:00:00Z","updated_at":"2022-08-07T00:00:00Z","checked_at":"2022-08-07T00:00:00Z"} +{"title":"BBC News HD","channel":"BBCNewsHD.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"https://master.starmena-cloud.com/hls/bbc.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"WTbieV1ptnXVCIdn","status":"online","bitrate":0,"frame_rate":25,"width":1024,"height":576} +{"title":"Libyas Channel","channel":"LibyasChannel.ly","filepath":"tests/__data__/output/streams/ly.m3u","url":"https://master.starmena-cloud.com/hls/libyas.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"WTbieV1ptnZVCIdn","status":"online","bitrate":0,"frame_rate":25,"width":1024,"height":576} +{"title":"Kayhan TV","channel":"KayhanTV.af","filepath":"channels/af.m3u","url":"http://208.93.117.113/live/Stream1/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"cFFpFVzSn6xFMUF3","status":"error"} +{"title":"Sharq","channel":"Sharq.af","filepath":"channels/af.m3u","bitrate":2226543,"frame_rate":25,"width":1280,"height":720,"url":"https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"u7iyA6cjtf1iWWAZ","status":"online"} diff --git a/tests/__data__/input/streams/ly.m3u b/tests/__data__/input/streams/ly.m3u new file mode 100644 index 000000000..8dd73939a --- /dev/null +++ b/tests/__data__/input/streams/ly.m3u @@ -0,0 +1,3 @@ +#EXTM3U +#EXTINF:-1 tvg-id="LibyasChannel.ly",Libyas Channel +https://master.starmena-cloud.com/hls/libyas.m3u8 From 2b84b126c9e4aa1e5a70ad408583364854250153 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 15 Aug 2022 02:22:01 +0300 Subject: [PATCH 03/13] Update tests/commands --- tests/commands/database/clear.test.js | 48 ++++++++++++++++++++++++++ tests/commands/database/create.test.js | 12 ++----- tests/commands/database/export.test.js | 5 +-- tests/commands/database/matrix.test.js | 6 ++-- tests/commands/database/update.test.js | 7 ++-- 5 files changed, 61 insertions(+), 17 deletions(-) create mode 100644 tests/commands/database/clear.test.js diff --git a/tests/commands/database/clear.test.js b/tests/commands/database/clear.test.js new file mode 100644 index 000000000..3dea67cc1 --- /dev/null +++ b/tests/commands/database/clear.test.js @@ -0,0 +1,48 @@ +const fs = require('fs-extra') +const path = require('path') +const { execSync } = require('child_process') + +beforeEach(() => { + fs.emptyDirSync('tests/__data__/output') + fs.mkdirSync('tests/__data__/output/database') + fs.copyFileSync( + 'tests/__data__/input/database/db_clear.streams.db', + 'tests/__data__/output/database/streams.db' + ) + + const stdout = execSync( + 'DB_DIR=tests/__data__/output/database npm run db:clear -- --threshold 7', + { + encoding: 'utf8' + } + ) +}) + +it('can clear database', () => { + let output = content('tests/__data__/output/database/streams.db') + let expected = content('tests/__data__/expected/database/db_clear.streams.db') + + output = output.map(i => { + i._id = null + return i + }) + expected = expected.map(i => { + i._id = null + return i + }) + + expect(output).toMatchObject(expected) +}) + +function content(filepath) { + const data = fs.readFileSync(path.resolve(filepath), { + encoding: 'utf8' + }) + + return data + .split('\n') + .filter(l => l) + .map(l => { + return JSON.parse(l) + }) +} diff --git a/tests/commands/database/create.test.js b/tests/commands/database/create.test.js index 056b50cbd..79f7b07b3 100644 --- a/tests/commands/database/create.test.js +++ b/tests/commands/database/create.test.js @@ -4,9 +4,10 @@ const { execSync } = require('child_process') beforeEach(() => { fs.emptyDirSync('tests/__data__/output') + fs.mkdirSync('tests/__data__/output/database') const stdout = execSync( - 'DB_DIR=tests/__data__/output/database npm run db:create -- --input-dir=tests/__data__/input/streams --max-clusters=1', + 'DB_DIR=tests/__data__/output/database DATA_DIR=tests/__data__/input/data npm run db:create -- --input-dir=tests/__data__/input/streams --max-clusters=1', { encoding: 'utf8' } ) }) @@ -24,14 +25,7 @@ it('can create database', () => { return i }) - expect(output).toEqual( - expect.arrayContaining([ - expect.objectContaining(expected[0]), - expect.objectContaining(expected[1]), - expect.objectContaining(expected[2]), - expect.objectContaining(expected[3]) - ]) - ) + expect(output).toMatchObject(expect.arrayContaining(expected)) }) function content(filepath) { diff --git a/tests/commands/database/export.test.js b/tests/commands/database/export.test.js index 04fba3d36..f121a1453 100644 --- a/tests/commands/database/export.test.js +++ b/tests/commands/database/export.test.js @@ -5,13 +5,14 @@ const dayjs = require('dayjs') beforeEach(() => { fs.emptyDirSync('tests/__data__/output') + fs.mkdirSync('tests/__data__/output/database') fs.copyFileSync( 'tests/__data__/input/database/db_export.streams.db', - 'tests/__data__/output/streams.db' + 'tests/__data__/output/database/streams.db' ) const stdout = execSync( - 'DB_DIR=tests/__data__/output DATA_DIR=tests/__data__/input/data PUBLIC_DIR=tests/__data__/output/.api npm run db:export', + 'DB_DIR=tests/__data__/output/database DATA_DIR=tests/__data__/input/data PUBLIC_DIR=tests/__data__/output/.api npm run db:export', { encoding: 'utf8' } ) }) diff --git a/tests/commands/database/matrix.test.js b/tests/commands/database/matrix.test.js index 1d2ae7a34..1266584a2 100644 --- a/tests/commands/database/matrix.test.js +++ b/tests/commands/database/matrix.test.js @@ -4,15 +4,15 @@ const { execSync } = require('child_process') beforeEach(() => { fs.emptyDirSync('tests/__data__/output') - + fs.mkdirSync('tests/__data__/output/database') fs.copyFileSync( 'tests/__data__/input/database/db_matrix.streams.db', - 'tests/__data__/output/streams.db' + 'tests/__data__/output/database/streams.db' ) }) it('can create valid matrix', () => { - const result = execSync('DB_DIR=tests/__data__/output npm run db:matrix', { + const result = execSync('DB_DIR=tests/__data__/output/database npm run db:matrix', { encoding: 'utf8' }) expect(result).toBe( diff --git a/tests/commands/database/update.test.js b/tests/commands/database/update.test.js index 3701dbaa1..a0cc342c0 100644 --- a/tests/commands/database/update.test.js +++ b/tests/commands/database/update.test.js @@ -4,15 +4,16 @@ const path = require('path') beforeEach(() => { fs.emptyDirSync('tests/__data__/output') + fs.mkdirSync('tests/__data__/output/database') fs.copyFileSync( 'tests/__data__/input/database/db_update.streams.db', - 'tests/__data__/output/streams.db' + 'tests/__data__/output/database/streams.db' ) }) it('can save results', () => { const stdout = execSync( - 'DB_DIR=tests/__data__/output LOGS_DIR=tests/__data__/input/logs/cluster/load npm run db:update', + 'DB_DIR=tests/__data__/output/database LOGS_DIR=tests/__data__/input/logs/cluster/load npm run db:update', { encoding: 'utf8' } ) expect(stdout).toEqual(` @@ -31,7 +32,7 @@ removed 1 duplicates done `) - expect(content('tests/__data__/output/streams.db')).toEqual( + expect(content('tests/__data__/output/database/streams.db')).toEqual( content('tests/__data__/expected/database/db_update.streams.db') ) }) From 2fef0866db61bfb0252619a920468cce58a8a519 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 15 Aug 2022 02:22:31 +0300 Subject: [PATCH 04/13] Create core/date.js --- scripts/core/date.js | 12 ++++++++++++ scripts/core/index.js | 1 + 2 files changed, 13 insertions(+) create mode 100644 scripts/core/date.js diff --git a/scripts/core/date.js b/scripts/core/date.js new file mode 100644 index 000000000..9872b5a41 --- /dev/null +++ b/scripts/core/date.js @@ -0,0 +1,12 @@ +const dayjs = require('dayjs') +const utc = require('dayjs/plugin/utc') + +dayjs.extend(utc) + +const date = {} + +date.utc = d => { + return dayjs.utc(d) +} + +module.exports = date diff --git a/scripts/core/index.js b/scripts/core/index.js index d5a5b727c..98fc70ae9 100644 --- a/scripts/core/index.js +++ b/scripts/core/index.js @@ -11,3 +11,4 @@ exports.markdown = require('./markdown') exports.api = require('./api') exports.id = require('./id') exports.m3u = require('./m3u') +exports.date = require('./date') From ec72bd823e092ccb1635fd2e44621fd2b0dd05fc Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 15 Aug 2022 02:22:36 +0300 Subject: [PATCH 05/13] Update db.js --- scripts/core/db.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/core/db.js b/scripts/core/db.js index fc3f11755..db3fd527f 100644 --- a/scripts/core/db.js +++ b/scripts/core/db.js @@ -63,6 +63,10 @@ class Database { return this.db.find(query) } + all() { + return this.find({}) + } + remove(query, options) { return this.db.remove(query, options) } From aae44c900413b98864949844ebd95ad69f4c62be Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 15 Aug 2022 02:22:40 +0300 Subject: [PATCH 06/13] Delete cleaner.js --- scripts/commands/playlist/cleaner.js | 90 ---------------------------- 1 file changed, 90 deletions(-) delete mode 100644 scripts/commands/playlist/cleaner.js diff --git a/scripts/commands/playlist/cleaner.js b/scripts/commands/playlist/cleaner.js deleted file mode 100644 index 3389f5208..000000000 --- a/scripts/commands/playlist/cleaner.js +++ /dev/null @@ -1,90 +0,0 @@ -const { file, parser, logger, checker, m3u } = require('../../core') -const { program } = require('commander') - -program - .argument('[filepath]', 'Path to file to validate') - .option('-t, --timeout ', 'Set timeout for each request', parser.parseNumber, 60000) - .option('-d, --delay ', 'Set delay for each request', parser.parseNumber, 0) - .option('--debug', 'Enable debug mode') - .parse(process.argv) - -const options = program.opts() - -async function main() { - const files = program.args.length ? program.args : await file.list('streams/*.m3u') - - for (const filepath of files) { - if (!filepath.endsWith('.m3u')) continue - logger.info(`${filepath}`) - const playlist = await parser.parsePlaylist(filepath) - const before = playlist.items.length - for (const stream of playlist.items) { - if (options.debug) logger.info(stream.url) - const [_, status] = stream.raw.match(/status="([a-z]+)"/) || [null, null] - stream.status = status - if (status === 'error' && /^(http|https)/.test(stream.url)) { - const result = await checkStream(stream) - const newStatus = parseStatus(result.error) - if (status === newStatus) { - stream.remove = true - logger.info(`removed "${stream.name}"`) - } - } - } - - const items = playlist.items - .filter(i => !i.remove) - .map(item => ({ - attrs: { - 'tvg-id': item.tvg.id, - status: item.status, - 'user-agent': item.http['user-agent'] || undefined - }, - title: item.name, - url: item.url, - vlcOpts: { - 'http-referrer': item.http.referrer || undefined, - 'http-user-agent': item.http['user-agent'] || undefined - } - })) - - if (before !== items.length) { - const output = m3u.create(items) - await file.create(filepath, output) - logger.info(`saved`) - } - } -} - -main() - -async function checkStream(item) { - const config = { - timeout: options.timeout, - delay: options.delay, - debug: options.debug - } - - const request = { - url: item.url, - http: { - referrer: item.http.referrer, - 'user-agent': item.http['user-agent'] - } - } - - return checker.check(request, config) -} - -function parseStatus(error) { - if (!error) return 'online' - - switch (error) { - case 'Operation timed out': - return 'timeout' - case 'Server returned 403 Forbidden (access denied)': - return 'blocked' - default: - return 'error' - } -} From 6ad1f2e6826aa659696dfcbac017e1e2d7ab6d4c Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 15 Aug 2022 02:22:44 +0300 Subject: [PATCH 07/13] Create clear.js --- scripts/commands/database/clear.js | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 scripts/commands/database/clear.js diff --git a/scripts/commands/database/clear.js b/scripts/commands/database/clear.js new file mode 100644 index 000000000..6ea623b48 --- /dev/null +++ b/scripts/commands/database/clear.js @@ -0,0 +1,35 @@ +const { logger, parser, db, date } = require('../../core') +const { program } = require('commander') + +const options = program + .option( + '-t, --threshold ', + 'Number of days after which the stream should be deleted', + parser.parseNumber, + 7 + ) + .option('--input-dir ', 'Set path to input directory', 'streams') + .parse(process.argv) + .opts() + +async function main() { + await db.streams.load() + + const streams = await db.streams.all() + + let total = 0 + for (const stream of streams) { + if ( + stream.status === 'error' && + date.utc().diff(stream.updated_at, 'day') >= options.threshold + ) { + total += await db.streams.remove({ url: stream.url }, { multi: true }) + } + } + + await db.streams.compact() + + logger.info(`removed ${total} streams`) +} + +main() From eb7ae04029f556b45ade510642ad6470679e6c02 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 15 Aug 2022 02:22:46 +0300 Subject: [PATCH 08/13] Update create.js --- scripts/commands/database/create.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/commands/database/create.js b/scripts/commands/database/create.js index d4f54666b..41b38c67b 100644 --- a/scripts/commands/database/create.js +++ b/scripts/commands/database/create.js @@ -28,6 +28,7 @@ async function findStreams() { logger.info(`looking for streams...`) await api.channels.load() + await api.streams.load() await db.streams.load() const streams = [] @@ -39,6 +40,7 @@ async function findStreams() { const stream = store.create() const channel = await api.channels.find({ id: item.tvg.id }) + const cached = (await api.streams.find({ url: item.url })) || {} stream.set('channel', { channel: channel ? channel.id : null }) stream.set('title', { title: item.name }) @@ -46,6 +48,14 @@ async function findStreams() { stream.set('url', { url: item.url }) stream.set('http_referrer', { http_referrer: item.http.referrer }) stream.set('user_agent', { user_agent: item.http['user-agent'] }) + stream.set('status', { status: cached.status }) + stream.set('width', { width: cached.width }) + stream.set('height', { height: cached.height }) + stream.set('bitrate', { bitrate: cached.bitrate }) + stream.set('frame_rate', { frame_rate: cached.frame_rate }) + stream.set('added_at', { added_at: cached.added_at }) + stream.set('updated_at', { updated_at: cached.updated_at }) + stream.set('checked_at', { checked_at: cached.checked_at }) streams.push(stream) } From e345be44ba1f3836c785f802e919535a3fe53827 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 15 Aug 2022 02:22:51 +0300 Subject: [PATCH 09/13] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bd6ce5fcb..b08052c46 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "act:auto-update": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path=.artifacts", "act:check": "act pull_request -W .github/workflows/check.yml", "api:load": "./scripts/commands/api/load.sh", + "db:clear": "node scripts/commands/database/clear.js", "db:create": "node scripts/commands/database/create.js", "db:matrix": "node scripts/commands/database/matrix.js", "db:update": "node scripts/commands/database/update.js", @@ -13,7 +14,6 @@ "playlist:generate": "node scripts/commands/playlist/generate.js", "playlist:update": "node scripts/commands/playlist/update.js", "playlist:lint": "npx m3u-linter -c m3u-linter.json", - "playlist:cleaner": "node scripts/commands/playlist/cleaner.js", "readme:update": "node scripts/commands/readme/update.js", "test": "jest --runInBand" }, @@ -33,7 +33,7 @@ "dayjs": "^1.10.7", "fs-extra": "^10.0.0", "iptv-checker": "^0.24.5", - "iptv-playlist-parser": "^0.11.0", + "iptv-playlist-parser": "^0.12.1", "jest": "^27.5.1", "jest-expect-message": "^1.0.2", "lodash": "^4.17.21", From e2ab794e5ab53853588a0a4edc6645bb0f48dbfe Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 15 Aug 2022 02:22:55 +0300 Subject: [PATCH 10/13] Update auto-update.yml --- .github/workflows/auto-update.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index b074c265f..1ff081567 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -90,17 +90,18 @@ jobs: path: scripts/logs - run: npm install - run: npm run db:update + - run: npm run db:clear - uses: actions/upload-artifact@v2 with: name: database path: scripts/database - - run: npm run playlist:update - - run: npm run playlist:generate - run: npm run db:export - uses: actions/upload-artifact@v2 with: name: api path: .api + - run: npm run playlist:update + - run: npm run playlist:generate - run: npm run readme:update - uses: actions/upload-artifact@v2 with: From 320dc0044e0b6ad1efc676166022897fc40c3259 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 20 Aug 2022 20:15:58 +0300 Subject: [PATCH 11/13] Update auto-update.yml for the test only --- .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 1ff081567..9cd393531 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 1462999a99eea6aef1d9e004735d7b7171e6e4ab Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 20 Aug 2022 20:42:57 +0300 Subject: [PATCH 12/13] 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 9cd393531..1ff081567 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 f28c7f318f2baa83942c8213679644e75fe2b4e0 Mon Sep 17 00:00:00 2001 From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com> Date: Sun, 21 Aug 2022 07:55:51 +0300 Subject: [PATCH 13/13] [Bot] Daily update (#8148) * [Bot] Update /streams * [Bot] Update README.md Co-authored-by: iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com> --- README.md | 622 +++++++++++++++++++------------------- streams/ae.m3u | 12 +- streams/al.m3u | 8 +- streams/am.m3u | 12 +- streams/ar.m3u | 16 +- streams/at.m3u | 2 +- streams/az.m3u | 4 +- streams/ba.m3u | 14 +- streams/bd.m3u | 2 +- streams/bd_jagobd.m3u | 2 +- streams/be.m3u | 6 +- streams/bo.m3u | 6 +- streams/br.m3u | 14 +- streams/by.m3u | 2 +- streams/ca.m3u | 6 +- streams/cg.m3u | 2 +- streams/ch.m3u | 4 +- streams/cl.m3u | 30 +- streams/cn.m3u | 162 +++++----- streams/co.m3u | 22 +- streams/cr.m3u | 12 +- streams/cw.m3u | 6 +- streams/cy.m3u | 4 +- streams/de.m3u | 10 +- streams/do.m3u | 22 +- streams/dz.m3u | 6 +- streams/ec.m3u | 8 +- streams/eg.m3u | 6 +- streams/es.m3u | 38 +-- streams/fi_samsung.m3u | 4 +- streams/fj.m3u | 4 +- streams/fr.m3u | 24 +- streams/fr_euronews.m3u | 2 +- streams/gl.m3u | 2 +- streams/gr.m3u | 4 +- streams/gt.m3u | 4 +- streams/hk.m3u | 24 +- streams/hn.m3u | 16 +- streams/ht.m3u | 6 +- streams/id.m3u | 146 ++++----- streams/il.m3u | 4 +- streams/in.m3u | 120 ++++---- streams/iq.m3u | 12 +- streams/ir.m3u | 4 +- streams/it.m3u | 10 +- streams/jo.m3u | 2 +- streams/jp.m3u | 10 +- streams/ke.m3u | 8 +- streams/kh.m3u | 6 +- streams/kr.m3u | 38 +-- streams/kw.m3u | 12 +- streams/kz.m3u | 20 +- streams/lk.m3u | 2 +- streams/lt.m3u | 2 +- streams/ly.m3u | 2 +- streams/mk.m3u | 4 +- streams/mx.m3u | 24 +- streams/my.m3u | 4 +- streams/ni.m3u | 4 +- streams/nl.m3u | 6 +- streams/no.m3u | 8 +- streams/pa.m3u | 2 +- streams/pe.m3u | 72 ++--- streams/ph.m3u | 6 +- streams/pk.m3u | 2 +- streams/ps.m3u | 4 +- streams/pt.m3u | 24 +- streams/qa.m3u | 2 +- streams/ro.m3u | 2 +- streams/ru.m3u | 66 ++-- streams/ru_catcast.m3u | 8 +- streams/sa.m3u | 30 +- streams/sg.m3u | 8 +- streams/si.m3u | 2 +- streams/sk.m3u | 2 +- streams/sn.m3u | 2 +- streams/sv.m3u | 4 +- streams/sy.m3u | 2 +- streams/th.m3u | 24 +- streams/tm.m3u | 4 +- streams/tn.m3u | 4 +- streams/tr.m3u | 26 +- streams/tw.m3u | 10 +- streams/ua.m3u | 16 +- streams/uk.m3u | 20 +- streams/uk_channelbox.m3u | 2 +- streams/uk_rakuten.m3u | 12 +- streams/unsorted.m3u | 32 +- streams/us.m3u | 272 ++++++++--------- streams/us_localbtv.m3u | 6 +- streams/us_plex.m3u | 4 +- streams/us_pluto.m3u | 456 ++++++++++++++-------------- streams/us_redbox.m3u | 2 +- streams/us_ssh101.m3u | 4 +- streams/us_stirr.m3u | 26 +- streams/us_tubi.m3u | 46 +-- streams/us_xumo.m3u | 36 +-- streams/ve.m3u | 4 +- streams/vn.m3u | 8 +- 99 files changed, 1425 insertions(+), 1425 deletions(-) diff --git a/README.md b/README.md index 1c518715a..1e06f4edf 100644 --- a/README.md +++ b/README.md @@ -31,33 +31,33 @@ To watch IPTV, simply insert one of the links below into any player that support Auto13https://iptv-org.github.io/iptv/categories/auto.m3u Animation28https://iptv-org.github.io/iptv/categories/animation.m3u - Business34https://iptv-org.github.io/iptv/categories/business.m3u + Business35https://iptv-org.github.io/iptv/categories/business.m3u Classic44https://iptv-org.github.io/iptv/categories/classic.m3u Comedy46https://iptv-org.github.io/iptv/categories/comedy.m3u Cooking20https://iptv-org.github.io/iptv/categories/cooking.m3u - Culture15https://iptv-org.github.io/iptv/categories/culture.m3u + Culture16https://iptv-org.github.io/iptv/categories/culture.m3u Documentary39https://iptv-org.github.io/iptv/categories/documentary.m3u - Education35https://iptv-org.github.io/iptv/categories/education.m3u + Education36https://iptv-org.github.io/iptv/categories/education.m3u Entertainment184https://iptv-org.github.io/iptv/categories/entertainment.m3u Family18https://iptv-org.github.io/iptv/categories/family.m3u - General367https://iptv-org.github.io/iptv/categories/general.m3u - Kids136https://iptv-org.github.io/iptv/categories/kids.m3u + General373https://iptv-org.github.io/iptv/categories/general.m3u + Kids135https://iptv-org.github.io/iptv/categories/kids.m3u Legislative30https://iptv-org.github.io/iptv/categories/legislative.m3u - Lifestyle65https://iptv-org.github.io/iptv/categories/lifestyle.m3u + Lifestyle63https://iptv-org.github.io/iptv/categories/lifestyle.m3u Movies211https://iptv-org.github.io/iptv/categories/movies.m3u - Music315https://iptv-org.github.io/iptv/categories/music.m3u - News345https://iptv-org.github.io/iptv/categories/news.m3u + Music318https://iptv-org.github.io/iptv/categories/music.m3u + News328https://iptv-org.github.io/iptv/categories/news.m3u Outdoor35https://iptv-org.github.io/iptv/categories/outdoor.m3u Relax18https://iptv-org.github.io/iptv/categories/relax.m3u - Religious201https://iptv-org.github.io/iptv/categories/religious.m3u + Religious194https://iptv-org.github.io/iptv/categories/religious.m3u Series157https://iptv-org.github.io/iptv/categories/series.m3u Science11https://iptv-org.github.io/iptv/categories/science.m3u Shop54https://iptv-org.github.io/iptv/categories/shop.m3u - Sports169https://iptv-org.github.io/iptv/categories/sports.m3u + Sports170https://iptv-org.github.io/iptv/categories/sports.m3u Travel19https://iptv-org.github.io/iptv/categories/travel.m3u Weather10https://iptv-org.github.io/iptv/categories/weather.m3u XXX55https://iptv-org.github.io/iptv/categories/xxx.m3u - Undefined4806https://iptv-org.github.io/iptv/categories/undefined.m3u + Undefined4718https://iptv-org.github.io/iptv/categories/undefined.m3u @@ -75,37 +75,37 @@ To watch IPTV, simply insert one of the links below into any player that support LanguageChannelsPlaylist - Albanian34https://iptv-org.github.io/iptv/languages/sqi.m3u + Albanian33https://iptv-org.github.io/iptv/languages/sqi.m3u Amharic1https://iptv-org.github.io/iptv/languages/amh.m3u Arabic312https://iptv-org.github.io/iptv/languages/ara.m3u Armenian27https://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 - Azerbaijani18https://iptv-org.github.io/iptv/languages/aze.m3u + Azerbaijani16https://iptv-org.github.io/iptv/languages/aze.m3u Bashkir1https://iptv-org.github.io/iptv/languages/bak.m3u Belarusian1https://iptv-org.github.io/iptv/languages/bel.m3u - Bengali38https://iptv-org.github.io/iptv/languages/ben.m3u - Bhojpuri1https://iptv-org.github.io/iptv/languages/bho.m3u + Bengali37https://iptv-org.github.io/iptv/languages/ben.m3u + Bhojpuri2https://iptv-org.github.io/iptv/languages/bho.m3u Bosnian7https://iptv-org.github.io/iptv/languages/bos.m3u Bulgarian17https://iptv-org.github.io/iptv/languages/bul.m3u Burmese1https://iptv-org.github.io/iptv/languages/mya.m3u Catalan7https://iptv-org.github.io/iptv/languages/cat.m3u - Chinese58https://iptv-org.github.io/iptv/languages/zho.m3u + Chinese54https://iptv-org.github.io/iptv/languages/zho.m3u Croatian11https://iptv-org.github.io/iptv/languages/hrv.m3u Czech18https://iptv-org.github.io/iptv/languages/ces.m3u Danish14https://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 - Dutch75https://iptv-org.github.io/iptv/languages/nld.m3u - English1512https://iptv-org.github.io/iptv/languages/eng.m3u + Dutch76https://iptv-org.github.io/iptv/languages/nld.m3u + English1426https://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 + French153https://iptv-org.github.io/iptv/languages/fra.m3u Galician8https://iptv-org.github.io/iptv/languages/glg.m3u Georgian6https://iptv-org.github.io/iptv/languages/kat.m3u - German169https://iptv-org.github.io/iptv/languages/deu.m3u - Greek78https://iptv-org.github.io/iptv/languages/ell.m3u + German168https://iptv-org.github.io/iptv/languages/deu.m3u + Greek76https://iptv-org.github.io/iptv/languages/ell.m3u Greenlandic2https://iptv-org.github.io/iptv/languages/kal.m3u Gujarati2https://iptv-org.github.io/iptv/languages/guj.m3u Hebrew4https://iptv-org.github.io/iptv/languages/heb.m3u @@ -115,22 +115,22 @@ To watch IPTV, simply insert one of the links below into any player that support Indonesian164https://iptv-org.github.io/iptv/languages/ind.m3u Inuktitut1https://iptv-org.github.io/iptv/languages/iku.m3u Irish3https://iptv-org.github.io/iptv/languages/gle.m3u - Italian149https://iptv-org.github.io/iptv/languages/ita.m3u + Italian148https://iptv-org.github.io/iptv/languages/ita.m3u Japanese18https://iptv-org.github.io/iptv/languages/jpn.m3u Javanese2https://iptv-org.github.io/iptv/languages/jav.m3u Kannada6https://iptv-org.github.io/iptv/languages/kan.m3u - Kazakh7https://iptv-org.github.io/iptv/languages/kaz.m3u + Kazakh8https://iptv-org.github.io/iptv/languages/kaz.m3u Khmer8https://iptv-org.github.io/iptv/languages/khm.m3u Kirghiz1https://iptv-org.github.io/iptv/languages/kir.m3u - Korean118https://iptv-org.github.io/iptv/languages/kor.m3u + Korean116https://iptv-org.github.io/iptv/languages/kor.m3u Kurdish11https://iptv-org.github.io/iptv/languages/kur.m3u Lao7https://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 + Lithuanian4https://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 - Malayalam48https://iptv-org.github.io/iptv/languages/mal.m3u + Malayalam47https://iptv-org.github.io/iptv/languages/mal.m3u Maltese3https://iptv-org.github.io/iptv/languages/mlt.m3u Mandarin Chinese1https://iptv-org.github.io/iptv/languages/cmn.m3u Marathi2https://iptv-org.github.io/iptv/languages/mar.m3u @@ -139,38 +139,38 @@ To watch IPTV, simply insert one of the links below into any player that support Norwegian7https://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 + Panjabi4https://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 Persian72https://iptv-org.github.io/iptv/languages/fas.m3u Polish33https://iptv-org.github.io/iptv/languages/pol.m3u - Portuguese142https://iptv-org.github.io/iptv/languages/por.m3u - Romanian35https://iptv-org.github.io/iptv/languages/ron.m3u - Russian306https://iptv-org.github.io/iptv/languages/rus.m3u + Portuguese141https://iptv-org.github.io/iptv/languages/por.m3u + Romanian36https://iptv-org.github.io/iptv/languages/ron.m3u + Russian308https://iptv-org.github.io/iptv/languages/rus.m3u Serbian43https://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 - Slovak16https://iptv-org.github.io/iptv/languages/slk.m3u - Slovenian7https://iptv-org.github.io/iptv/languages/slv.m3u + Slovak15https://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 - Spanish1027https://iptv-org.github.io/iptv/languages/spa.m3u + Spanish1040https://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 - Tamil38https://iptv-org.github.io/iptv/languages/tam.m3u + Tagalog9https://iptv-org.github.io/iptv/languages/tgl.m3u + Tamil36https://iptv-org.github.io/iptv/languages/tam.m3u Telugu5https://iptv-org.github.io/iptv/languages/tel.m3u - Thai44https://iptv-org.github.io/iptv/languages/tha.m3u - Turkish122https://iptv-org.github.io/iptv/languages/tur.m3u + Thai42https://iptv-org.github.io/iptv/languages/tha.m3u + Turkish121https://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 - Urdu19https://iptv-org.github.io/iptv/languages/urd.m3u + Urdu18https://iptv-org.github.io/iptv/languages/urd.m3u Uzbek1https://iptv-org.github.io/iptv/languages/uzb.m3u - Vietnamese42https://iptv-org.github.io/iptv/languages/vie.m3u + Vietnamese41https://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 + Wolof3https://iptv-org.github.io/iptv/languages/wol.m3u Yue Chinese2https://iptv-org.github.io/iptv/languages/yue.m3u - Undefined2318https://iptv-org.github.io/iptv/languages/undefined.m3u + Undefined2309https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -188,256 +188,256 @@ To watch IPTV, simply insert one of the links below into any player that support CountryChannelsPlaylist - 🇦🇫 Afghanistan66https://iptv-org.github.io/iptv/countries/af.m3u - 🇦🇱 Albania87https://iptv-org.github.io/iptv/countries/al.m3u - 🇩🇿 Algeria97https://iptv-org.github.io/iptv/countries/dz.m3u - 🇦🇸 American Samoa43https://iptv-org.github.io/iptv/countries/as.m3u - 🇦🇩 Andorra58https://iptv-org.github.io/iptv/countries/ad.m3u - 🇦🇴 Angola45https://iptv-org.github.io/iptv/countries/ao.m3u - 🇦🇮 Anguilla44https://iptv-org.github.io/iptv/countries/ai.m3u - 🇦🇶 Antarctica41https://iptv-org.github.io/iptv/countries/aq.m3u - 🇦🇬 Antigua and Barbuda44https://iptv-org.github.io/iptv/countries/ag.m3u - 🇦🇷 Argentina206https://iptv-org.github.io/iptv/countries/ar.m3u - 🇦🇲 Armenia89https://iptv-org.github.io/iptv/countries/am.m3u - 🇦🇼 Aruba47https://iptv-org.github.io/iptv/countries/aw.m3u - 🇦🇺 Australia91https://iptv-org.github.io/iptv/countries/au.m3u - 🇦🇹 Austria83https://iptv-org.github.io/iptv/countries/at.m3u - 🇦🇿 Azerbaijan79https://iptv-org.github.io/iptv/countries/az.m3u - 🇧🇸 Bahamas46https://iptv-org.github.io/iptv/countries/bs.m3u - 🇧🇭 Bahrain82https://iptv-org.github.io/iptv/countries/bh.m3u - 🇧🇩 Bangladesh73https://iptv-org.github.io/iptv/countries/bd.m3u - 🇧🇧 Barbados45https://iptv-org.github.io/iptv/countries/bb.m3u - 🇧🇾 Belarus85https://iptv-org.github.io/iptv/countries/by.m3u - 🇧🇪 Belgium81https://iptv-org.github.io/iptv/countries/be.m3u - 🇧🇿 Belize45https://iptv-org.github.io/iptv/countries/bz.m3u - 🇧🇯 Benin45https://iptv-org.github.io/iptv/countries/bj.m3u - 🇧🇲 Bermuda42https://iptv-org.github.io/iptv/countries/bm.m3u - 🇧🇹 Bhutan52https://iptv-org.github.io/iptv/countries/bt.m3u - 🇧🇴 Bolivia107https://iptv-org.github.io/iptv/countries/bo.m3u - 🇧🇶 Bonaire41https://iptv-org.github.io/iptv/countries/bq.m3u - 🇧🇦 Bosnia and Herzegovina66https://iptv-org.github.io/iptv/countries/ba.m3u - 🇧🇼 Botswana44https://iptv-org.github.io/iptv/countries/bw.m3u - 🇧🇻 Bouvet Island41https://iptv-org.github.io/iptv/countries/bv.m3u - 🇧🇷 Brazil156https://iptv-org.github.io/iptv/countries/br.m3u - 🇮🇴 British Indian Ocean Territory41https://iptv-org.github.io/iptv/countries/io.m3u - 🇻🇬 British Virgin Islands44https://iptv-org.github.io/iptv/countries/vg.m3u - 🇧🇳 Brunei54https://iptv-org.github.io/iptv/countries/bn.m3u - 🇧🇬 Bulgaria69https://iptv-org.github.io/iptv/countries/bg.m3u - 🇧🇫 Burkina Faso47https://iptv-org.github.io/iptv/countries/bf.m3u - 🇧🇮 Burundi44https://iptv-org.github.io/iptv/countries/bi.m3u - 🇰🇭 Cambodia58https://iptv-org.github.io/iptv/countries/kh.m3u - 🇨🇲 Cameroon47https://iptv-org.github.io/iptv/countries/cm.m3u - 🇨🇦 Canada125https://iptv-org.github.io/iptv/countries/ca.m3u - 🇨🇻 Cape Verde44https://iptv-org.github.io/iptv/countries/cv.m3u - 🇰🇾 Cayman Islands44https://iptv-org.github.io/iptv/countries/ky.m3u - 🇨🇫 Central African Republic44https://iptv-org.github.io/iptv/countries/cf.m3u - 🇹🇩 Chad44https://iptv-org.github.io/iptv/countries/td.m3u - 🇨🇱 Chile213https://iptv-org.github.io/iptv/countries/cl.m3u - 🇨🇳 China949https://iptv-org.github.io/iptv/countries/cn.m3u - 🇨🇽 Christmas Island41https://iptv-org.github.io/iptv/countries/cx.m3u - 🇨🇨 Cocos (Keeling) Islands41https://iptv-org.github.io/iptv/countries/cc.m3u - 🇨🇴 Colombia143https://iptv-org.github.io/iptv/countries/co.m3u - 🇰🇲 Comoros73https://iptv-org.github.io/iptv/countries/km.m3u - 🇨🇰 Cook Islands43https://iptv-org.github.io/iptv/countries/ck.m3u - 🇨🇷 Costa Rica114https://iptv-org.github.io/iptv/countries/cr.m3u - 🇭🇷 Croatia66https://iptv-org.github.io/iptv/countries/hr.m3u - 🇨🇺 Cuba89https://iptv-org.github.io/iptv/countries/cu.m3u + 🇦🇫 Afghanistan65https://iptv-org.github.io/iptv/countries/af.m3u + 🇦🇱 Albania84https://iptv-org.github.io/iptv/countries/al.m3u + 🇩🇿 Algeria93https://iptv-org.github.io/iptv/countries/dz.m3u + 🇦🇸 American Samoa42https://iptv-org.github.io/iptv/countries/as.m3u + 🇦🇩 Andorra56https://iptv-org.github.io/iptv/countries/ad.m3u + 🇦🇴 Angola43https://iptv-org.github.io/iptv/countries/ao.m3u + 🇦🇮 Anguilla42https://iptv-org.github.io/iptv/countries/ai.m3u + 🇦🇶 Antarctica39https://iptv-org.github.io/iptv/countries/aq.m3u + 🇦🇬 Antigua and Barbuda42https://iptv-org.github.io/iptv/countries/ag.m3u + 🇦🇷 Argentina204https://iptv-org.github.io/iptv/countries/ar.m3u + 🇦🇲 Armenia87https://iptv-org.github.io/iptv/countries/am.m3u + 🇦🇼 Aruba45https://iptv-org.github.io/iptv/countries/aw.m3u + 🇦🇺 Australia90https://iptv-org.github.io/iptv/countries/au.m3u + 🇦🇹 Austria80https://iptv-org.github.io/iptv/countries/at.m3u + 🇦🇿 Azerbaijan75https://iptv-org.github.io/iptv/countries/az.m3u + 🇧🇸 Bahamas44https://iptv-org.github.io/iptv/countries/bs.m3u + 🇧🇭 Bahrain80https://iptv-org.github.io/iptv/countries/bh.m3u + 🇧🇩 Bangladesh71https://iptv-org.github.io/iptv/countries/bd.m3u + 🇧🇧 Barbados43https://iptv-org.github.io/iptv/countries/bb.m3u + 🇧🇾 Belarus84https://iptv-org.github.io/iptv/countries/by.m3u + 🇧🇪 Belgium79https://iptv-org.github.io/iptv/countries/be.m3u + 🇧🇿 Belize43https://iptv-org.github.io/iptv/countries/bz.m3u + 🇧🇯 Benin43https://iptv-org.github.io/iptv/countries/bj.m3u + 🇧🇲 Bermuda40https://iptv-org.github.io/iptv/countries/bm.m3u + 🇧🇹 Bhutan51https://iptv-org.github.io/iptv/countries/bt.m3u + 🇧🇴 Bolivia105https://iptv-org.github.io/iptv/countries/bo.m3u + 🇧🇶 Bonaire39https://iptv-org.github.io/iptv/countries/bq.m3u + 🇧🇦 Bosnia and Herzegovina64https://iptv-org.github.io/iptv/countries/ba.m3u + 🇧🇼 Botswana42https://iptv-org.github.io/iptv/countries/bw.m3u + 🇧🇻 Bouvet Island39https://iptv-org.github.io/iptv/countries/bv.m3u + 🇧🇷 Brazil154https://iptv-org.github.io/iptv/countries/br.m3u + 🇮🇴 British Indian Ocean Territory39https://iptv-org.github.io/iptv/countries/io.m3u + 🇻🇬 British Virgin Islands42https://iptv-org.github.io/iptv/countries/vg.m3u + 🇧🇳 Brunei51https://iptv-org.github.io/iptv/countries/bn.m3u + 🇧🇬 Bulgaria67https://iptv-org.github.io/iptv/countries/bg.m3u + 🇧🇫 Burkina Faso45https://iptv-org.github.io/iptv/countries/bf.m3u + 🇧🇮 Burundi42https://iptv-org.github.io/iptv/countries/bi.m3u + 🇰🇭 Cambodia54https://iptv-org.github.io/iptv/countries/kh.m3u + 🇨🇲 Cameroon45https://iptv-org.github.io/iptv/countries/cm.m3u + 🇨🇦 Canada122https://iptv-org.github.io/iptv/countries/ca.m3u + 🇨🇻 Cape Verde42https://iptv-org.github.io/iptv/countries/cv.m3u + 🇰🇾 Cayman Islands42https://iptv-org.github.io/iptv/countries/ky.m3u + 🇨🇫 Central African Republic42https://iptv-org.github.io/iptv/countries/cf.m3u + 🇹🇩 Chad42https://iptv-org.github.io/iptv/countries/td.m3u + 🇨🇱 Chile214https://iptv-org.github.io/iptv/countries/cl.m3u + 🇨🇳 China946https://iptv-org.github.io/iptv/countries/cn.m3u + 🇨🇽 Christmas Island39https://iptv-org.github.io/iptv/countries/cx.m3u + 🇨🇨 Cocos (Keeling) Islands39https://iptv-org.github.io/iptv/countries/cc.m3u + 🇨🇴 Colombia145https://iptv-org.github.io/iptv/countries/co.m3u + 🇰🇲 Comoros71https://iptv-org.github.io/iptv/countries/km.m3u + 🇨🇰 Cook Islands42https://iptv-org.github.io/iptv/countries/ck.m3u + 🇨🇷 Costa Rica116https://iptv-org.github.io/iptv/countries/cr.m3u + 🇭🇷 Croatia64https://iptv-org.github.io/iptv/countries/hr.m3u + 🇨🇺 Cuba88https://iptv-org.github.io/iptv/countries/cu.m3u 🇨🇼 Curacao48https://iptv-org.github.io/iptv/countries/cw.m3u - 🇨🇾 Cyprus82https://iptv-org.github.io/iptv/countries/cy.m3u - 🇨🇿 Czech Republic70https://iptv-org.github.io/iptv/countries/cz.m3u - 🇨🇩 Democratic Republic of the Congo48https://iptv-org.github.io/iptv/countries/cd.m3u - 🇩🇰 Denmark67https://iptv-org.github.io/iptv/countries/dk.m3u - 🇩🇯 Djibouti77https://iptv-org.github.io/iptv/countries/dj.m3u - 🇩🇲 Dominica44https://iptv-org.github.io/iptv/countries/dm.m3u - 🇩🇴 Dominican Republic165https://iptv-org.github.io/iptv/countries/do.m3u - 🇹🇱 East Timor47https://iptv-org.github.io/iptv/countries/tl.m3u - 🇪🇨 Ecuador107https://iptv-org.github.io/iptv/countries/ec.m3u - 🇪🇬 Egypt107https://iptv-org.github.io/iptv/countries/eg.m3u + 🇨🇾 Cyprus80https://iptv-org.github.io/iptv/countries/cy.m3u + 🇨🇿 Czech Republic68https://iptv-org.github.io/iptv/countries/cz.m3u + 🇨🇩 Democratic Republic of the Congo46https://iptv-org.github.io/iptv/countries/cd.m3u + 🇩🇰 Denmark65https://iptv-org.github.io/iptv/countries/dk.m3u + 🇩🇯 Djibouti75https://iptv-org.github.io/iptv/countries/dj.m3u + 🇩🇲 Dominica42https://iptv-org.github.io/iptv/countries/dm.m3u + 🇩🇴 Dominican Republic168https://iptv-org.github.io/iptv/countries/do.m3u + 🇹🇱 East Timor45https://iptv-org.github.io/iptv/countries/tl.m3u + 🇪🇨 Ecuador105https://iptv-org.github.io/iptv/countries/ec.m3u + 🇪🇬 Egypt105https://iptv-org.github.io/iptv/countries/eg.m3u 🇸🇻 El Salvador101https://iptv-org.github.io/iptv/countries/sv.m3u - 🇬🇶 Equatorial Guinea45https://iptv-org.github.io/iptv/countries/gq.m3u - 🇪🇷 Eritrea44https://iptv-org.github.io/iptv/countries/er.m3u - 🇪🇪 Estonia61https://iptv-org.github.io/iptv/countries/ee.m3u - 🇪🇹 Ethiopia45https://iptv-org.github.io/iptv/countries/et.m3u - 🇫🇰 Falkland Islands41https://iptv-org.github.io/iptv/countries/fk.m3u - 🇫🇴 Faroe Islands42https://iptv-org.github.io/iptv/countries/fo.m3u + 🇬🇶 Equatorial Guinea43https://iptv-org.github.io/iptv/countries/gq.m3u + 🇪🇷 Eritrea42https://iptv-org.github.io/iptv/countries/er.m3u + 🇪🇪 Estonia59https://iptv-org.github.io/iptv/countries/ee.m3u + 🇪🇹 Ethiopia43https://iptv-org.github.io/iptv/countries/et.m3u + 🇫🇰 Falkland Islands39https://iptv-org.github.io/iptv/countries/fk.m3u + 🇫🇴 Faroe Islands40https://iptv-org.github.io/iptv/countries/fo.m3u 🇫🇯 Fiji43https://iptv-org.github.io/iptv/countries/fj.m3u - 🇫🇮 Finland65https://iptv-org.github.io/iptv/countries/fi.m3u - 🇫🇷 France183https://iptv-org.github.io/iptv/countries/fr.m3u - 🇬🇫 French Guiana43https://iptv-org.github.io/iptv/countries/gf.m3u - 🇵🇫 French Polynesia44https://iptv-org.github.io/iptv/countries/pf.m3u - 🇹🇫 French Southern Territories44https://iptv-org.github.io/iptv/countries/tf.m3u - 🇬🇦 Gabon44https://iptv-org.github.io/iptv/countries/ga.m3u - 🇬🇲 Gambia45https://iptv-org.github.io/iptv/countries/gm.m3u - 🇬🇪 Georgia67https://iptv-org.github.io/iptv/countries/ge.m3u - 🇩🇪 Germany215https://iptv-org.github.io/iptv/countries/de.m3u - 🇬🇭 Ghana44https://iptv-org.github.io/iptv/countries/gh.m3u - 🇬🇮 Gibraltar41https://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 - 🇬🇩 Grenada44https://iptv-org.github.io/iptv/countries/gd.m3u - 🇬🇵 Guadeloupe47https://iptv-org.github.io/iptv/countries/gp.m3u - 🇬🇺 Guam43https://iptv-org.github.io/iptv/countries/gu.m3u - 🇬🇹 Guatemala103https://iptv-org.github.io/iptv/countries/gt.m3u - 🇬🇬 Guernsey42https://iptv-org.github.io/iptv/countries/gg.m3u - 🇬🇳 Guinea44https://iptv-org.github.io/iptv/countries/gn.m3u - 🇬🇼 Guinea-Bissau44https://iptv-org.github.io/iptv/countries/gw.m3u - 🇬🇾 Guyana41https://iptv-org.github.io/iptv/countries/gy.m3u - 🇭🇹 Haiti60https://iptv-org.github.io/iptv/countries/ht.m3u - 🇭🇲 Heard Island and McDonald Islands41https://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 - 🇭🇺 Hungary88https://iptv-org.github.io/iptv/countries/hu.m3u - 🇮🇸 Iceland57https://iptv-org.github.io/iptv/countries/is.m3u - 🇮🇳 India259https://iptv-org.github.io/iptv/countries/in.m3u - 🇮🇩 Indonesia232https://iptv-org.github.io/iptv/countries/id.m3u - 🇮🇷 Iran121https://iptv-org.github.io/iptv/countries/ir.m3u - 🇮🇶 Iraq115https://iptv-org.github.io/iptv/countries/iq.m3u - 🇮🇪 Ireland67https://iptv-org.github.io/iptv/countries/ie.m3u - 🇮🇲 Isle of Man41https://iptv-org.github.io/iptv/countries/im.m3u - 🇮🇱 Israel64https://iptv-org.github.io/iptv/countries/il.m3u - 🇮🇹 Italy221https://iptv-org.github.io/iptv/countries/it.m3u - 🇨🇮 Ivory Coast45https://iptv-org.github.io/iptv/countries/ci.m3u - 🇯🇲 Jamaica46https://iptv-org.github.io/iptv/countries/jm.m3u - 🇯🇵 Japan66https://iptv-org.github.io/iptv/countries/jp.m3u - 🇯🇪 Jersey41https://iptv-org.github.io/iptv/countries/je.m3u - 🇯🇴 Jordan100https://iptv-org.github.io/iptv/countries/jo.m3u + 🇫🇮 Finland63https://iptv-org.github.io/iptv/countries/fi.m3u + 🇫🇷 France181https://iptv-org.github.io/iptv/countries/fr.m3u + 🇬🇫 French Guiana41https://iptv-org.github.io/iptv/countries/gf.m3u + 🇵🇫 French Polynesia43https://iptv-org.github.io/iptv/countries/pf.m3u + 🇹🇫 French Southern Territories42https://iptv-org.github.io/iptv/countries/tf.m3u + 🇬🇦 Gabon42https://iptv-org.github.io/iptv/countries/ga.m3u + 🇬🇲 Gambia43https://iptv-org.github.io/iptv/countries/gm.m3u + 🇬🇪 Georgia65https://iptv-org.github.io/iptv/countries/ge.m3u + 🇩🇪 Germany213https://iptv-org.github.io/iptv/countries/de.m3u + 🇬🇭 Ghana42https://iptv-org.github.io/iptv/countries/gh.m3u + 🇬🇮 Gibraltar39https://iptv-org.github.io/iptv/countries/gi.m3u + 🇬🇷 Greece137https://iptv-org.github.io/iptv/countries/gr.m3u + 🇬🇱 Greenland42https://iptv-org.github.io/iptv/countries/gl.m3u + 🇬🇩 Grenada42https://iptv-org.github.io/iptv/countries/gd.m3u + 🇬🇵 Guadeloupe45https://iptv-org.github.io/iptv/countries/gp.m3u + 🇬🇺 Guam42https://iptv-org.github.io/iptv/countries/gu.m3u + 🇬🇹 Guatemala102https://iptv-org.github.io/iptv/countries/gt.m3u + 🇬🇬 Guernsey40https://iptv-org.github.io/iptv/countries/gg.m3u + 🇬🇳 Guinea42https://iptv-org.github.io/iptv/countries/gn.m3u + 🇬🇼 Guinea-Bissau42https://iptv-org.github.io/iptv/countries/gw.m3u + 🇬🇾 Guyana39https://iptv-org.github.io/iptv/countries/gy.m3u + 🇭🇹 Haiti55https://iptv-org.github.io/iptv/countries/ht.m3u + 🇭🇲 Heard Island and McDonald Islands39https://iptv-org.github.io/iptv/countries/hm.m3u + 🇭🇳 Honduras118https://iptv-org.github.io/iptv/countries/hn.m3u + 🇭🇰 Hong Kong60https://iptv-org.github.io/iptv/countries/hk.m3u + 🇭🇺 Hungary86https://iptv-org.github.io/iptv/countries/hu.m3u + 🇮🇸 Iceland55https://iptv-org.github.io/iptv/countries/is.m3u + 🇮🇳 India258https://iptv-org.github.io/iptv/countries/in.m3u + 🇮🇩 Indonesia228https://iptv-org.github.io/iptv/countries/id.m3u + 🇮🇷 Iran119https://iptv-org.github.io/iptv/countries/ir.m3u + 🇮🇶 Iraq113https://iptv-org.github.io/iptv/countries/iq.m3u + 🇮🇪 Ireland65https://iptv-org.github.io/iptv/countries/ie.m3u + 🇮🇲 Isle of Man39https://iptv-org.github.io/iptv/countries/im.m3u + 🇮🇱 Israel61https://iptv-org.github.io/iptv/countries/il.m3u + 🇮🇹 Italy218https://iptv-org.github.io/iptv/countries/it.m3u + 🇨🇮 Ivory Coast43https://iptv-org.github.io/iptv/countries/ci.m3u + 🇯🇲 Jamaica44https://iptv-org.github.io/iptv/countries/jm.m3u + 🇯🇵 Japan63https://iptv-org.github.io/iptv/countries/jp.m3u + 🇯🇪 Jersey39https://iptv-org.github.io/iptv/countries/je.m3u + 🇯🇴 Jordan98https://iptv-org.github.io/iptv/countries/jo.m3u 🇰🇿 Kazakhstan77https://iptv-org.github.io/iptv/countries/kz.m3u - 🇰🇪 Kenya48https://iptv-org.github.io/iptv/countries/ke.m3u - 🇰🇮 Kiribati43https://iptv-org.github.io/iptv/countries/ki.m3u - 🇽🇰 Kosovo46https://iptv-org.github.io/iptv/countries/xk.m3u - 🇰🇼 Kuwait93https://iptv-org.github.io/iptv/countries/kw.m3u - 🇰🇬 Kyrgyzstan51https://iptv-org.github.io/iptv/countries/kg.m3u - 🇱🇦 Laos64https://iptv-org.github.io/iptv/countries/la.m3u - 🇱🇻 Latvia61https://iptv-org.github.io/iptv/countries/lv.m3u - 🇱🇧 Lebanon97https://iptv-org.github.io/iptv/countries/lb.m3u - 🇱🇸 Lesotho44https://iptv-org.github.io/iptv/countries/ls.m3u - 🇱🇷 Liberia44https://iptv-org.github.io/iptv/countries/lr.m3u - 🇱🇾 Libya83https://iptv-org.github.io/iptv/countries/ly.m3u - 🇱🇮 Liechtenstein60https://iptv-org.github.io/iptv/countries/li.m3u - 🇱🇹 Lithuania59https://iptv-org.github.io/iptv/countries/lt.m3u - 🇱🇺 Luxembourg63https://iptv-org.github.io/iptv/countries/lu.m3u - 🇲🇴 Macao52https://iptv-org.github.io/iptv/countries/mo.m3u - 🇲🇬 Madagascar44https://iptv-org.github.io/iptv/countries/mg.m3u - 🇲🇼 Malawi44https://iptv-org.github.io/iptv/countries/mw.m3u - 🇲🇾 Malaysia69https://iptv-org.github.io/iptv/countries/my.m3u - 🇲🇻 Maldives54https://iptv-org.github.io/iptv/countries/mv.m3u - 🇲🇱 Mali44https://iptv-org.github.io/iptv/countries/ml.m3u - 🇲🇹 Malta58https://iptv-org.github.io/iptv/countries/mt.m3u - 🇲🇭 Marshall Islands43https://iptv-org.github.io/iptv/countries/mh.m3u - 🇲🇶 Martinique46https://iptv-org.github.io/iptv/countries/mq.m3u - 🇲🇷 Mauritania75https://iptv-org.github.io/iptv/countries/mr.m3u - 🇲🇺 Mauritius45https://iptv-org.github.io/iptv/countries/mu.m3u - 🇾🇹 Mayotte44https://iptv-org.github.io/iptv/countries/yt.m3u - 🇲🇽 Mexico161https://iptv-org.github.io/iptv/countries/mx.m3u - 🇫🇲 Micronesia43https://iptv-org.github.io/iptv/countries/fm.m3u - 🇲🇩 Moldova68https://iptv-org.github.io/iptv/countries/md.m3u - 🇲🇨 Monaco57https://iptv-org.github.io/iptv/countries/mc.m3u - 🇲🇳 Mongolia67https://iptv-org.github.io/iptv/countries/mn.m3u - 🇲🇪 Montenegro61https://iptv-org.github.io/iptv/countries/me.m3u - 🇲🇸 Montserrat44https://iptv-org.github.io/iptv/countries/ms.m3u - 🇲🇦 Morocco89https://iptv-org.github.io/iptv/countries/ma.m3u - 🇲🇿 Mozambique46https://iptv-org.github.io/iptv/countries/mz.m3u - 🇲🇲 Myanmar (Burma)48https://iptv-org.github.io/iptv/countries/mm.m3u - 🇳🇦 Namibia44https://iptv-org.github.io/iptv/countries/na.m3u - 🇳🇷 Nauru43https://iptv-org.github.io/iptv/countries/nr.m3u - 🇳🇵 Nepal53https://iptv-org.github.io/iptv/countries/np.m3u - 🇳🇱 Netherlands143https://iptv-org.github.io/iptv/countries/nl.m3u - 🇳🇨 New Caledonia43https://iptv-org.github.io/iptv/countries/nc.m3u - 🇳🇿 New Zealand57https://iptv-org.github.io/iptv/countries/nz.m3u - 🇳🇮 Nicaragua101https://iptv-org.github.io/iptv/countries/ni.m3u - 🇳🇪 Niger44https://iptv-org.github.io/iptv/countries/ne.m3u - 🇳🇬 Nigeria50https://iptv-org.github.io/iptv/countries/ng.m3u - 🇳🇺 Niue43https://iptv-org.github.io/iptv/countries/nu.m3u - 🇳🇫 Norfolk Island43https://iptv-org.github.io/iptv/countries/nf.m3u - 🇰🇵 North Korea48https://iptv-org.github.io/iptv/countries/kp.m3u - 🇲🇰 North Macedonia59https://iptv-org.github.io/iptv/countries/mk.m3u - 🇲🇵 Northern Mariana Islands43https://iptv-org.github.io/iptv/countries/mp.m3u - 🇳🇴 Norway68https://iptv-org.github.io/iptv/countries/no.m3u - 🇴🇲 Oman85https://iptv-org.github.io/iptv/countries/om.m3u - 🇵🇰 Pakistan72https://iptv-org.github.io/iptv/countries/pk.m3u - 🇵🇼 Palau43https://iptv-org.github.io/iptv/countries/pw.m3u - 🇵🇸 Palestine98https://iptv-org.github.io/iptv/countries/ps.m3u - 🇵🇦 Panama97https://iptv-org.github.io/iptv/countries/pa.m3u - 🇵🇬 Papua New Guinea43https://iptv-org.github.io/iptv/countries/pg.m3u - 🇵🇾 Paraguay110https://iptv-org.github.io/iptv/countries/py.m3u - 🇵🇪 Peru228https://iptv-org.github.io/iptv/countries/pe.m3u - 🇵🇭 Philippines67https://iptv-org.github.io/iptv/countries/ph.m3u - 🇵🇳 Pitcairn Islands43https://iptv-org.github.io/iptv/countries/pn.m3u - 🇵🇱 Poland87https://iptv-org.github.io/iptv/countries/pl.m3u - 🇵🇹 Portugal83https://iptv-org.github.io/iptv/countries/pt.m3u - 🇵🇷 Puerto Rico96https://iptv-org.github.io/iptv/countries/pr.m3u - 🇶🇦 Qatar84https://iptv-org.github.io/iptv/countries/qa.m3u - 🇨🇬 Republic of the Congo45https://iptv-org.github.io/iptv/countries/cg.m3u - 🇷🇴 Romania84https://iptv-org.github.io/iptv/countries/ro.m3u + 🇰🇪 Kenya45https://iptv-org.github.io/iptv/countries/ke.m3u + 🇰🇮 Kiribati42https://iptv-org.github.io/iptv/countries/ki.m3u + 🇽🇰 Kosovo43https://iptv-org.github.io/iptv/countries/xk.m3u + 🇰🇼 Kuwait92https://iptv-org.github.io/iptv/countries/kw.m3u + 🇰🇬 Kyrgyzstan49https://iptv-org.github.io/iptv/countries/kg.m3u + 🇱🇦 Laos62https://iptv-org.github.io/iptv/countries/la.m3u + 🇱🇻 Latvia59https://iptv-org.github.io/iptv/countries/lv.m3u + 🇱🇧 Lebanon95https://iptv-org.github.io/iptv/countries/lb.m3u + 🇱🇸 Lesotho42https://iptv-org.github.io/iptv/countries/ls.m3u + 🇱🇷 Liberia42https://iptv-org.github.io/iptv/countries/lr.m3u + 🇱🇾 Libya82https://iptv-org.github.io/iptv/countries/ly.m3u + 🇱🇮 Liechtenstein58https://iptv-org.github.io/iptv/countries/li.m3u + 🇱🇹 Lithuania56https://iptv-org.github.io/iptv/countries/lt.m3u + 🇱🇺 Luxembourg61https://iptv-org.github.io/iptv/countries/lu.m3u + 🇲🇴 Macao50https://iptv-org.github.io/iptv/countries/mo.m3u + 🇲🇬 Madagascar42https://iptv-org.github.io/iptv/countries/mg.m3u + 🇲🇼 Malawi42https://iptv-org.github.io/iptv/countries/mw.m3u + 🇲🇾 Malaysia66https://iptv-org.github.io/iptv/countries/my.m3u + 🇲🇻 Maldives53https://iptv-org.github.io/iptv/countries/mv.m3u + 🇲🇱 Mali42https://iptv-org.github.io/iptv/countries/ml.m3u + 🇲🇹 Malta56https://iptv-org.github.io/iptv/countries/mt.m3u + 🇲🇭 Marshall Islands42https://iptv-org.github.io/iptv/countries/mh.m3u + 🇲🇶 Martinique44https://iptv-org.github.io/iptv/countries/mq.m3u + 🇲🇷 Mauritania73https://iptv-org.github.io/iptv/countries/mr.m3u + 🇲🇺 Mauritius43https://iptv-org.github.io/iptv/countries/mu.m3u + 🇾🇹 Mayotte42https://iptv-org.github.io/iptv/countries/yt.m3u + 🇲🇽 Mexico158https://iptv-org.github.io/iptv/countries/mx.m3u + 🇫🇲 Micronesia42https://iptv-org.github.io/iptv/countries/fm.m3u + 🇲🇩 Moldova66https://iptv-org.github.io/iptv/countries/md.m3u + 🇲🇨 Monaco55https://iptv-org.github.io/iptv/countries/mc.m3u + 🇲🇳 Mongolia65https://iptv-org.github.io/iptv/countries/mn.m3u + 🇲🇪 Montenegro59https://iptv-org.github.io/iptv/countries/me.m3u + 🇲🇸 Montserrat42https://iptv-org.github.io/iptv/countries/ms.m3u + 🇲🇦 Morocco87https://iptv-org.github.io/iptv/countries/ma.m3u + 🇲🇿 Mozambique44https://iptv-org.github.io/iptv/countries/mz.m3u + 🇲🇲 Myanmar (Burma)46https://iptv-org.github.io/iptv/countries/mm.m3u + 🇳🇦 Namibia42https://iptv-org.github.io/iptv/countries/na.m3u + 🇳🇷 Nauru42https://iptv-org.github.io/iptv/countries/nr.m3u + 🇳🇵 Nepal52https://iptv-org.github.io/iptv/countries/np.m3u + 🇳🇱 Netherlands142https://iptv-org.github.io/iptv/countries/nl.m3u + 🇳🇨 New Caledonia42https://iptv-org.github.io/iptv/countries/nc.m3u + 🇳🇿 New Zealand56https://iptv-org.github.io/iptv/countries/nz.m3u + 🇳🇮 Nicaragua100https://iptv-org.github.io/iptv/countries/ni.m3u + 🇳🇪 Niger42https://iptv-org.github.io/iptv/countries/ne.m3u + 🇳🇬 Nigeria48https://iptv-org.github.io/iptv/countries/ng.m3u + 🇳🇺 Niue42https://iptv-org.github.io/iptv/countries/nu.m3u + 🇳🇫 Norfolk Island42https://iptv-org.github.io/iptv/countries/nf.m3u + 🇰🇵 North Korea46https://iptv-org.github.io/iptv/countries/kp.m3u + 🇲🇰 North Macedonia57https://iptv-org.github.io/iptv/countries/mk.m3u + 🇲🇵 Northern Mariana Islands42https://iptv-org.github.io/iptv/countries/mp.m3u + 🇳🇴 Norway66https://iptv-org.github.io/iptv/countries/no.m3u + 🇴🇲 Oman83https://iptv-org.github.io/iptv/countries/om.m3u + 🇵🇰 Pakistan70https://iptv-org.github.io/iptv/countries/pk.m3u + 🇵🇼 Palau42https://iptv-org.github.io/iptv/countries/pw.m3u + 🇵🇸 Palestine95https://iptv-org.github.io/iptv/countries/ps.m3u + 🇵🇦 Panama96https://iptv-org.github.io/iptv/countries/pa.m3u + 🇵🇬 Papua New Guinea42https://iptv-org.github.io/iptv/countries/pg.m3u + 🇵🇾 Paraguay108https://iptv-org.github.io/iptv/countries/py.m3u + 🇵🇪 Peru231https://iptv-org.github.io/iptv/countries/pe.m3u + 🇵🇭 Philippines63https://iptv-org.github.io/iptv/countries/ph.m3u + 🇵🇳 Pitcairn Islands42https://iptv-org.github.io/iptv/countries/pn.m3u + 🇵🇱 Poland85https://iptv-org.github.io/iptv/countries/pl.m3u + 🇵🇹 Portugal82https://iptv-org.github.io/iptv/countries/pt.m3u + 🇵🇷 Puerto Rico95https://iptv-org.github.io/iptv/countries/pr.m3u + 🇶🇦 Qatar83https://iptv-org.github.io/iptv/countries/qa.m3u + 🇨🇬 Republic of the Congo43https://iptv-org.github.io/iptv/countries/cg.m3u + 🇷🇴 Romania83https://iptv-org.github.io/iptv/countries/ro.m3u 🇷🇺 Russia405https://iptv-org.github.io/iptv/countries/ru.m3u - 🇷🇼 Rwanda46https://iptv-org.github.io/iptv/countries/rw.m3u - 🇷🇪 Réunion45https://iptv-org.github.io/iptv/countries/re.m3u - 🇧🇱 Saint Barthélemy46https://iptv-org.github.io/iptv/countries/bl.m3u - 🇸🇭 Saint Helena44https://iptv-org.github.io/iptv/countries/sh.m3u - 🇰🇳 Saint Kitts and Nevis44https://iptv-org.github.io/iptv/countries/kn.m3u - 🇱🇨 Saint Lucia44https://iptv-org.github.io/iptv/countries/lc.m3u - 🇲🇫 Saint Martin46https://iptv-org.github.io/iptv/countries/mf.m3u - 🇵🇲 Saint Pierre and Miquelon42https://iptv-org.github.io/iptv/countries/pm.m3u - 🇻🇨 Saint Vincent and the Grenadines44https://iptv-org.github.io/iptv/countries/vc.m3u - 🇼🇸 Samoa43https://iptv-org.github.io/iptv/countries/ws.m3u - 🇸🇲 San Marino58https://iptv-org.github.io/iptv/countries/sm.m3u - 🇸🇦 Saudi Arabia129https://iptv-org.github.io/iptv/countries/sa.m3u - 🇸🇳 Senegal50https://iptv-org.github.io/iptv/countries/sn.m3u - 🇷🇸 Serbia95https://iptv-org.github.io/iptv/countries/rs.m3u - 🇸🇨 Seychelles44https://iptv-org.github.io/iptv/countries/sc.m3u - 🇸🇱 Sierra Leone45https://iptv-org.github.io/iptv/countries/sl.m3u - 🇸🇬 Singapore61https://iptv-org.github.io/iptv/countries/sg.m3u - 🇸🇽 Sint Maarten44https://iptv-org.github.io/iptv/countries/sx.m3u - 🇸🇰 Slovakia79https://iptv-org.github.io/iptv/countries/sk.m3u - 🇸🇮 Slovenia70https://iptv-org.github.io/iptv/countries/si.m3u - 🇸🇧 Solomon Islands43https://iptv-org.github.io/iptv/countries/sb.m3u - 🇸🇴 Somalia76https://iptv-org.github.io/iptv/countries/so.m3u - 🇿🇦 South Africa45https://iptv-org.github.io/iptv/countries/za.m3u - 🇬🇸 South Georgia and the South Sandwich Islands41https://iptv-org.github.io/iptv/countries/gs.m3u - 🇰🇷 South Korea178https://iptv-org.github.io/iptv/countries/kr.m3u - 🇸🇸 South Sudan44https://iptv-org.github.io/iptv/countries/ss.m3u - 🇪🇸 Spain227https://iptv-org.github.io/iptv/countries/es.m3u - 🇱🇰 Sri Lanka61https://iptv-org.github.io/iptv/countries/lk.m3u - 🇸🇩 Sudan78https://iptv-org.github.io/iptv/countries/sd.m3u - 🇸🇷 Suriname41https://iptv-org.github.io/iptv/countries/sr.m3u - 🇸🇯 Svalbard and Jan Mayen41https://iptv-org.github.io/iptv/countries/sj.m3u - 🇸🇿 Swaziland44https://iptv-org.github.io/iptv/countries/sz.m3u - 🇸🇪 Sweden73https://iptv-org.github.io/iptv/countries/se.m3u - 🇨🇭 Switzerland105https://iptv-org.github.io/iptv/countries/ch.m3u - 🇸🇾 Syria92https://iptv-org.github.io/iptv/countries/sy.m3u - 🇸🇹 São Tomé and Príncipe44https://iptv-org.github.io/iptv/countries/st.m3u - 🇹🇼 Taiwan105https://iptv-org.github.io/iptv/countries/tw.m3u - 🇹🇯 Tajikistan49https://iptv-org.github.io/iptv/countries/tj.m3u - 🇹🇿 Tanzania45https://iptv-org.github.io/iptv/countries/tz.m3u - 🇹🇭 Thailand91https://iptv-org.github.io/iptv/countries/th.m3u - 🇹🇬 Togo44https://iptv-org.github.io/iptv/countries/tg.m3u - 🇹🇰 Tokelau43https://iptv-org.github.io/iptv/countries/tk.m3u - 🇹🇴 Tonga43https://iptv-org.github.io/iptv/countries/to.m3u - 🇹🇹 Trinidad and Tobago45https://iptv-org.github.io/iptv/countries/tt.m3u - 🇹🇳 Tunisia86https://iptv-org.github.io/iptv/countries/tn.m3u - 🇹🇷 Turkey194https://iptv-org.github.io/iptv/countries/tr.m3u - 🇹🇲 Turkmenistan52https://iptv-org.github.io/iptv/countries/tm.m3u - 🇹🇨 Turks and Caicos Islands44https://iptv-org.github.io/iptv/countries/tc.m3u - 🇹🇻 Tuvalu43https://iptv-org.github.io/iptv/countries/tv.m3u - 🇺🇲 U.S. Minor Outlying Islands41https://iptv-org.github.io/iptv/countries/um.m3u - 🇻🇮 U.S. Virgin Islands44https://iptv-org.github.io/iptv/countries/vi.m3u - 🇺🇬 Uganda46https://iptv-org.github.io/iptv/countries/ug.m3u - 🇺🇦 Ukraine135https://iptv-org.github.io/iptv/countries/ua.m3u - 🇦🇪 United Arab Emirates117https://iptv-org.github.io/iptv/countries/ae.m3u - 🇬🇧 United Kingdom242https://iptv-org.github.io/iptv/countries/uk.m3u - 🇺🇸 United States1858https://iptv-org.github.io/iptv/countries/us.m3u - 🇺🇾 Uruguay90https://iptv-org.github.io/iptv/countries/uy.m3u - 🇺🇿 Uzbekistan49https://iptv-org.github.io/iptv/countries/uz.m3u - 🇻🇺 Vanuatu43https://iptv-org.github.io/iptv/countries/vu.m3u - 🇻🇦 Vatican City56https://iptv-org.github.io/iptv/countries/va.m3u - 🇻🇪 Venezuela105https://iptv-org.github.io/iptv/countries/ve.m3u - 🇻🇳 Vietnam105https://iptv-org.github.io/iptv/countries/vn.m3u - 🇼🇫 Wallis and Futuna43https://iptv-org.github.io/iptv/countries/wf.m3u - 🇪🇭 Western Sahara49https://iptv-org.github.io/iptv/countries/eh.m3u - 🇾🇪 Yemen89https://iptv-org.github.io/iptv/countries/ye.m3u - 🇿🇲 Zambia44https://iptv-org.github.io/iptv/countries/zm.m3u - 🇿🇼 Zimbabwe44https://iptv-org.github.io/iptv/countries/zw.m3u - 🇦🇽 Åland41https://iptv-org.github.io/iptv/countries/ax.m3u + 🇷🇼 Rwanda44https://iptv-org.github.io/iptv/countries/rw.m3u + 🇷🇪 Réunion43https://iptv-org.github.io/iptv/countries/re.m3u + 🇧🇱 Saint Barthélemy44https://iptv-org.github.io/iptv/countries/bl.m3u + 🇸🇭 Saint Helena42https://iptv-org.github.io/iptv/countries/sh.m3u + 🇰🇳 Saint Kitts and Nevis42https://iptv-org.github.io/iptv/countries/kn.m3u + 🇱🇨 Saint Lucia42https://iptv-org.github.io/iptv/countries/lc.m3u + 🇲🇫 Saint Martin44https://iptv-org.github.io/iptv/countries/mf.m3u + 🇵🇲 Saint Pierre and Miquelon40https://iptv-org.github.io/iptv/countries/pm.m3u + 🇻🇨 Saint Vincent and the Grenadines42https://iptv-org.github.io/iptv/countries/vc.m3u + 🇼🇸 Samoa42https://iptv-org.github.io/iptv/countries/ws.m3u + 🇸🇲 San Marino56https://iptv-org.github.io/iptv/countries/sm.m3u + 🇸🇦 Saudi Arabia127https://iptv-org.github.io/iptv/countries/sa.m3u + 🇸🇳 Senegal47https://iptv-org.github.io/iptv/countries/sn.m3u + 🇷🇸 Serbia93https://iptv-org.github.io/iptv/countries/rs.m3u + 🇸🇨 Seychelles42https://iptv-org.github.io/iptv/countries/sc.m3u + 🇸🇱 Sierra Leone43https://iptv-org.github.io/iptv/countries/sl.m3u + 🇸🇬 Singapore57https://iptv-org.github.io/iptv/countries/sg.m3u + 🇸🇽 Sint Maarten42https://iptv-org.github.io/iptv/countries/sx.m3u + 🇸🇰 Slovakia76https://iptv-org.github.io/iptv/countries/sk.m3u + 🇸🇮 Slovenia69https://iptv-org.github.io/iptv/countries/si.m3u + 🇸🇧 Solomon Islands42https://iptv-org.github.io/iptv/countries/sb.m3u + 🇸🇴 Somalia74https://iptv-org.github.io/iptv/countries/so.m3u + 🇿🇦 South Africa43https://iptv-org.github.io/iptv/countries/za.m3u + 🇬🇸 South Georgia and the South Sandwich Islands39https://iptv-org.github.io/iptv/countries/gs.m3u + 🇰🇷 South Korea174https://iptv-org.github.io/iptv/countries/kr.m3u + 🇸🇸 South Sudan42https://iptv-org.github.io/iptv/countries/ss.m3u + 🇪🇸 Spain225https://iptv-org.github.io/iptv/countries/es.m3u + 🇱🇰 Sri Lanka60https://iptv-org.github.io/iptv/countries/lk.m3u + 🇸🇩 Sudan76https://iptv-org.github.io/iptv/countries/sd.m3u + 🇸🇷 Suriname39https://iptv-org.github.io/iptv/countries/sr.m3u + 🇸🇯 Svalbard and Jan Mayen39https://iptv-org.github.io/iptv/countries/sj.m3u + 🇸🇿 Swaziland42https://iptv-org.github.io/iptv/countries/sz.m3u + 🇸🇪 Sweden71https://iptv-org.github.io/iptv/countries/se.m3u + 🇨🇭 Switzerland102https://iptv-org.github.io/iptv/countries/ch.m3u + 🇸🇾 Syria90https://iptv-org.github.io/iptv/countries/sy.m3u + 🇸🇹 São Tomé and Príncipe42https://iptv-org.github.io/iptv/countries/st.m3u + 🇹🇼 Taiwan104https://iptv-org.github.io/iptv/countries/tw.m3u + 🇹🇯 Tajikistan47https://iptv-org.github.io/iptv/countries/tj.m3u + 🇹🇿 Tanzania43https://iptv-org.github.io/iptv/countries/tz.m3u + 🇹🇭 Thailand88https://iptv-org.github.io/iptv/countries/th.m3u + 🇹🇬 Togo42https://iptv-org.github.io/iptv/countries/tg.m3u + 🇹🇰 Tokelau42https://iptv-org.github.io/iptv/countries/tk.m3u + 🇹🇴 Tonga42https://iptv-org.github.io/iptv/countries/to.m3u + 🇹🇹 Trinidad and Tobago43https://iptv-org.github.io/iptv/countries/tt.m3u + 🇹🇳 Tunisia84https://iptv-org.github.io/iptv/countries/tn.m3u + 🇹🇷 Turkey191https://iptv-org.github.io/iptv/countries/tr.m3u + 🇹🇲 Turkmenistan50https://iptv-org.github.io/iptv/countries/tm.m3u + 🇹🇨 Turks and Caicos Islands42https://iptv-org.github.io/iptv/countries/tc.m3u + 🇹🇻 Tuvalu42https://iptv-org.github.io/iptv/countries/tv.m3u + 🇺🇲 U.S. Minor Outlying Islands39https://iptv-org.github.io/iptv/countries/um.m3u + 🇻🇮 U.S. Virgin Islands42https://iptv-org.github.io/iptv/countries/vi.m3u + 🇺🇬 Uganda44https://iptv-org.github.io/iptv/countries/ug.m3u + 🇺🇦 Ukraine133https://iptv-org.github.io/iptv/countries/ua.m3u + 🇦🇪 United Arab Emirates115https://iptv-org.github.io/iptv/countries/ae.m3u + 🇬🇧 United Kingdom238https://iptv-org.github.io/iptv/countries/uk.m3u + 🇺🇸 United States1769https://iptv-org.github.io/iptv/countries/us.m3u + 🇺🇾 Uruguay88https://iptv-org.github.io/iptv/countries/uy.m3u + 🇺🇿 Uzbekistan47https://iptv-org.github.io/iptv/countries/uz.m3u + 🇻🇺 Vanuatu42https://iptv-org.github.io/iptv/countries/vu.m3u + 🇻🇦 Vatican City54https://iptv-org.github.io/iptv/countries/va.m3u + 🇻🇪 Venezuela103https://iptv-org.github.io/iptv/countries/ve.m3u + 🇻🇳 Vietnam101https://iptv-org.github.io/iptv/countries/vn.m3u + 🇼🇫 Wallis and Futuna42https://iptv-org.github.io/iptv/countries/wf.m3u + 🇪🇭 Western Sahara47https://iptv-org.github.io/iptv/countries/eh.m3u + 🇾🇪 Yemen87https://iptv-org.github.io/iptv/countries/ye.m3u + 🇿🇲 Zambia42https://iptv-org.github.io/iptv/countries/zm.m3u + 🇿🇼 Zimbabwe42https://iptv-org.github.io/iptv/countries/zw.m3u + 🇦🇽 Åland39https://iptv-org.github.io/iptv/countries/ax.m3u Undefined127https://iptv-org.github.io/iptv/countries/undefined.m3u @@ -456,33 +456,33 @@ To watch IPTV, simply insert one of the links below into any player that support RegionChannelsPlaylist - Europe, the Middle East and Africa2438https://iptv-org.github.io/iptv/regions/emea.m3u - Africa128https://iptv-org.github.io/iptv/regions/afr.m3u - Americas2837https://iptv-org.github.io/iptv/regions/amer.m3u + Europe, the Middle East and Africa2432https://iptv-org.github.io/iptv/regions/emea.m3u + Africa125https://iptv-org.github.io/iptv/regions/afr.m3u + Americas2756https://iptv-org.github.io/iptv/regions/amer.m3u Arab world332https://iptv-org.github.io/iptv/regions/arab.m3u - Asia2632https://iptv-org.github.io/iptv/regions/asia.m3u - Asia-Pacific1815https://iptv-org.github.io/iptv/regions/apac.m3u - Association of Southeast Asian Nations353https://iptv-org.github.io/iptv/regions/asean.m3u - Caribbean118https://iptv-org.github.io/iptv/regions/carib.m3u - Central America112https://iptv-org.github.io/iptv/regions/cenamer.m3u - Central Asia27https://iptv-org.github.io/iptv/regions/cas.m3u - Commonwealth of Independent States441https://iptv-org.github.io/iptv/regions/cis.m3u - Europe2034https://iptv-org.github.io/iptv/regions/eur.m3u - Hispanic America838https://iptv-org.github.io/iptv/regions/hispam.m3u - Latin America and the Caribbean940https://iptv-org.github.io/iptv/regions/lac.m3u - Latin America928https://iptv-org.github.io/iptv/regions/latam.m3u - Maghreb67https://iptv-org.github.io/iptv/regions/maghreb.m3u - Middle East and North Africa535https://iptv-org.github.io/iptv/regions/mena.m3u - Middle East482https://iptv-org.github.io/iptv/regions/mideast.m3u + Asia2621https://iptv-org.github.io/iptv/regions/asia.m3u + Asia-Pacific1804https://iptv-org.github.io/iptv/regions/apac.m3u + Association of Southeast Asian Nations346https://iptv-org.github.io/iptv/regions/asean.m3u + Caribbean121https://iptv-org.github.io/iptv/regions/carib.m3u + Central America114https://iptv-org.github.io/iptv/regions/cenamer.m3u + Central Asia29https://iptv-org.github.io/iptv/regions/cas.m3u + Commonwealth of Independent States444https://iptv-org.github.io/iptv/regions/cis.m3u + Europe2030https://iptv-org.github.io/iptv/regions/eur.m3u + Hispanic America847https://iptv-org.github.io/iptv/regions/hispam.m3u + Latin America and the Caribbean947https://iptv-org.github.io/iptv/regions/lac.m3u + Latin America933https://iptv-org.github.io/iptv/regions/latam.m3u + Maghreb66https://iptv-org.github.io/iptv/regions/maghreb.m3u + Middle East and North Africa533https://iptv-org.github.io/iptv/regions/mena.m3u + Middle East481https://iptv-org.github.io/iptv/regions/mideast.m3u Nordics51https://iptv-org.github.io/iptv/regions/nord.m3u - North America2199https://iptv-org.github.io/iptv/regions/noram.m3u - Northern America1899https://iptv-org.github.io/iptv/regions/nam.m3u - Oceania59https://iptv-org.github.io/iptv/regions/oce.m3u - South America641https://iptv-org.github.io/iptv/regions/southam.m3u - South Asia280https://iptv-org.github.io/iptv/regions/sas.m3u - Sub-Saharan Africa49https://iptv-org.github.io/iptv/regions/ssa.m3u - West Africa21https://iptv-org.github.io/iptv/regions/wafr.m3u - Worldwide7185https://iptv-org.github.io/iptv/regions/int.m3u + North America2114https://iptv-org.github.io/iptv/regions/noram.m3u + Northern America1811https://iptv-org.github.io/iptv/regions/nam.m3u + Oceania61https://iptv-org.github.io/iptv/regions/oce.m3u + South America646https://iptv-org.github.io/iptv/regions/southam.m3u + South Asia279https://iptv-org.github.io/iptv/regions/sas.m3u + Sub-Saharan Africa47https://iptv-org.github.io/iptv/regions/ssa.m3u + West Africa20https://iptv-org.github.io/iptv/regions/wafr.m3u + Worldwide7082https://iptv-org.github.io/iptv/regions/int.m3u Undefined127https://iptv-org.github.io/iptv/regions/undefined.m3u diff --git a/streams/ae.m3u b/streams/ae.m3u index eb9227f9e..6db376c6d 100644 --- a/streams/ae.m3u +++ b/streams/ae.m3u @@ -15,7 +15,7 @@ https://admdn3.cdn.mangomolo.com/adsports3/smil:adsports3.stream.smil/playlist.m https://admdn4ta.cdn.mgmlcdn.com/adsports4/smil:adsports4.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AjmanTV.ae" status="online",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) https://live.alarabiya.net/alarabiapublish/alarabiya.smil/playlist.m3u8 @@ -42,10 +42,10 @@ https://shls-cartoon-net-prod-dub.shahid.net/out/v1/dc4aa87372374325a66be458f29e #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) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/cnbcarabiaTV/live -#EXTINF:-1 tvg-id="CNBCArabiya.ae" status="online",CNBC Arabia (1080p) https://hiplayer.hibridcdn.net/p/cnbcarabia-live.m3u8 #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 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.cnbcarabia.com/Pages/live #EXTINF:-1 tvg-id="DubaiOne.ae" status="online",Dubai One (1080p) http://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/playlist.m3u8 @@ -65,10 +65,10 @@ 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) +http://210.210.155.37/uq2663/h/h152/index2.m3u8 #EXTINF:-1 tvg-id="DubaiTV.ae" status="error",Dubai TV (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h152/index2.m3u8 -#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 #EXTINF:-1 tvg-id="HawasTV.ae" status="online",Hawas TV (480p) @@ -131,7 +131,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="timeout",Sharjah Radio Quran (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SharjahRadioQuran.ae" status="online",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/al.m3u b/streams/al.m3u index cb0da571b..763220c68 100644 --- a/streams/al.m3u +++ b/streams/al.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="21Plus.xk" status="online",21 Plus (576p) [Not 24/7] +#EXTINF:-1 tvg-id="21Plus.xk" status="error",21 Plus (576p) [Not 24/7] http://46.29.169.15:4001/play/a00b/index.m3u8 #EXTINF:-1 tvg-id="ABCNews.al" status="online",ABC News (720p) [Not 24/7] https://tv2.abcnews.al/live/abcnews/playlist.m3u8 @@ -45,7 +45,7 @@ https://tvlive.rtsh.dev/live/rtsh_sport_ott11/playlist.m3u8 http://edge01eu.ekranet.com/scantv/index.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) +#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 @@ -57,14 +57,14 @@ https://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2 http://ip.opoja.tv:1935/tvopoja/tvopoja/playlist.m3u8 #EXTINF:-1 tvg-id="ZjarrTV.al" status="online",Zjarr Televizion (360p) [Not 24/7] http://edge01eu.ekranet.com/zjarrtv/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",ATD (1080p) +http://46.99.146.236/0.m3u8 #EXTINF:-1 tvg-id="" status="online",NTV http://monamour.agency/ntv/livestream/index.m3u8 #EXTINF:-1 tvg-id="" status="online",TV Johaniter (720p) http://monamour.agency/johaniter007web/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Shqiponja (720p) [Not 24/7] http://ott.iptvshqipott.com:8080/live/shqiponja/tv/236.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ATD (1080p) -http://46.99.146.236/0.m3u8 #EXTINF:-1 tvg-id="" status="error",Tring Smile http://95.107.132.105/out/u/349_2.m3u8 #EXTINF:-1 tvg-id="" status="error",Tring Jolly diff --git a/streams/am.m3u b/streams/am.m3u index eb58a17c9..6174e1ca5 100644 --- a/streams/am.m3u +++ b/streams/am.m3u @@ -2,7 +2,7 @@ #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) +#EXTINF:-1 tvg-id="21TV.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",21TV (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/s10/index.m3u8 #EXTINF:-1 tvg-id="ArmeniaHayKino.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) @@ -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="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) +#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) #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) @@ -29,10 +29,10 @@ http://ott-cdn.ucom.am/s4/index.m3u8 #EXTINF:-1 tvg-id="ArmNews.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",Արմնյուզ (1080p) #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/s11/index.m3u8 -#EXTINF:-1 tvg-id="ATV.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="ATV.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/s8/index.m3u8 -#EXTINF:-1 tvg-id="ATVFilmzone.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="ATVFilmzone.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/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) @@ -51,13 +51,13 @@ http://ott-cdn.ucom.am/s53/index.m3u8 https://amtv1.livestreamingcdn.com/am2abr/index.m3u8 #EXTINF:-1 tvg-id="H1.am" status="error",Առաջին ալիք (1080p) http://serv24.vintera.tv:8081/test/h1_arm/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="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) +#EXTINF:-1 tvg-id="NorHayastanTV.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) #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/s12/index.m3u8 #EXTINF:-1 tvg-id="NorHayastanTV.am" status="error",Նոր Հայաստան (720p) diff --git a/streams/ar.m3u b/streams/ar.m3u index 46695fc00..98c4a30f7 100644 --- a/streams/ar.m3u +++ b/streams/ar.m3u @@ -16,7 +16,7 @@ https://g1.vxral-hor.transport.edge-access.net/a15/ngrp:a24-100056_all/a24-10005 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="timeout",Canal 5 Noticias (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="C5N.ar" status="error",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 @@ -81,7 +81,7 @@ https://stream.arcast.live/canal7jujuy/ngrp:canal7jujuy_all/playlist.m3u8 https://589ff3c36f7e8.streamlock.net/crespo3/crespo3/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9Litoral.ar" status="online",Canal 9 Litoral https://stream.arcast.live/ahora/ahora/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal9Multivision.ar" status="error",CANAL.9 MULTIVISION (720p) [Not 24/7] +#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 https://streamcasthd.com:1936/canal9riocuartotv/canal9riocuartotv/playlist.m3u8 @@ -144,7 +144,7 @@ https://cda2.alsolnet.com/elrural/live/playlist.m3u8 https://5e7cdf2370883.streamlock.net/tdconline/tdconline/playlist.m3u8 #EXTINF:-1 tvg-id="CanalU.ar" status="online",Canal U https://stream.arcast.live/canalu/canalu/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalXFN.ar" status="error",Canal XFN +#EXTINF:-1 tvg-id="CanalXFN.ar" status="online",Canal XFN https://streamconex.com:1936/canalxfn/canalxfn/playlist.m3u8 #EXTINF:-1 tvg-id="CatamarcaTV.ar" status="online",Catamarca TV [Not 24/7] https://stream.arcast.com.ar/canal7catamarca/ngrp:canal7catamarca_all/playlist.m3u8 @@ -234,9 +234,9 @@ https://videostream.shockmedia.com.ar:19360/neotvdigital/neotvdigital.m3u8 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] +#EXTINF:-1 tvg-id="Pakapaka.ar" status="timeout",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 +#EXTINF:-1 tvg-id="PowerHD.ar" status="error",PowerHD https://live2.tensila.com/1-1-1.power-tv/hls/master.m3u8 #EXTINF:-1 tvg-id="QuatroTV.ar" status="online",Quatro TV https://stream.arcast.live/quatro/quatro/playlist.m3u8 @@ -304,11 +304,11 @@ 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 -#EXTINF:-1 tvg-id="ZondaTV.ar" status="online",Zonda TV +#EXTINF:-1 tvg-id="ZondaTV.ar" status="error",Zonda TV https://cnnsanjuan.com:9999/zonda/zonda/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 diff --git a/streams/at.m3u b/streams/at.m3u index 8a1a2c31b..35cca61ba 100644 --- a/streams/at.m3u +++ b/streams/at.m3u @@ -23,7 +23,7 @@ https://d38d1dtxhym0zi.cloudfront.net/LiveHTTPOrigin/okto/playlist.m3u8 https://d2i6psfxyapxwi.cloudfront.net/out/v1/f0cc8e3aceb64ad8968231dc5a0041d4/index.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/az.m3u b/streams/az.m3u index 7bd1b22d2..b447d6490 100644 --- a/streams/az.m3u +++ b/streams/az.m3u @@ -1,7 +1,7 @@ #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] +#EXTINF:-1 tvg-id="ARB24.az" status="error",ARB 24 (1080p) [Not 24/7] http://85.132.81.184:8080/arb24/live1/index.m3u8 #EXTINF:-1 tvg-id="ARB.az" status="online",ARB (576p) [Not 24/7] https://hasan.tvcag.live/str.yodacdn.net/arb/index.m3u8?token=5e1187fd88176de345e3cdeb5e06b1edaf1c826a-a638c51ea308530e7512e18fffc79d82-1645992959-1645982159 diff --git a/streams/ba.m3u b/streams/ba.m3u index b593a4ead..6b015ac58 100644 --- a/streams/ba.m3u +++ b/streams/ba.m3u @@ -7,23 +7,23 @@ https://bhrtstream.bhtelecom.ba/bhrtportal.m3u8 https://bhrtstream.bhtelecom.ba/hls15/bhrtportal.m3u8 #EXTINF:-1 tvg-id="BNTV.ba" status="online",BN TV (480p) https://dns2.rtvbn.com:8080/live/index.m3u8 -#EXTINF:-1 tvg-id="NTVIC.ba" status="error",NTV IC (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NTVIC.ba" status="timeout",NTV IC (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/ntvic #EXTINF:-1 tvg-id="RTVBPK.ba" status="online",RTV BPK (720p) [Not 24/7] https://webtvstream.bhtelecom.ba/gorazde_cam2.m3u8 #EXTINF:-1 tvg-id="RTVHB.ba" status="error",RTV HB (576p) [Not 24/7] https://prd-hometv-live-open.spectar.tv/ERO_1_083/playlist.m3u8 -#EXTINF:-1 tvg-id="Televizija5.ba" status="timeout",Televizija 5 (576p) +#EXTINF:-1 tvg-id="Televizija5.ba" status="online",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="TVSlonInfo.ba" status="timeout",TV SLON INFO (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="error",TV Slon Extra (1080p) [Not 24/7] +http://31.47.0.130:8082 +#EXTINF:-1 tvg-id="TVSlonInfo.ba" status="error",TV SLON INFO (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=YHLiGONh--I #EXTINF:-1 tvg-id="" status="online",Malta (720p) [Not 24/7] http://webtvstream.bhtelecom.ba/malta.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",РТРС (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",РТРС (576p) [Geo-blocked] https://parh.rtrs.tv/tv/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",RTV ZE (720p) [Not 24/7] https://stream.rtvze.ba/123.m3u8 diff --git a/streams/bd.m3u b/streams/bd.m3u index f132bd928..e48fe10f9 100644 --- a/streams/bd.m3u +++ b/streams/bd.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="ChannelT1.bd" status="online",Channel T1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ChannelT1.bd" status="error",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/bd_jagobd.m3u b/streams/bd_jagobd.m3u index 2f55ad0d8..d9874e32e 100644 --- a/streams/bd_jagobd.m3u +++ b/streams/bd_jagobd.m3u @@ -21,7 +21,7 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/channel24-sg-e8e.stream/playlist.m3u8 #EXTINF:-1 tvg-id="ChannelI.bd" status="blocked",Channel I (1080p) https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/channeli-8-org.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="ColosalTV.cr" status="error",Colosal TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ColosalTV.cr" status="online",Colosal TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/colosal.stream/playlist.m3u8 #EXTINF:-1 tvg-id="DBCNews.bd" status="online",DBC News (1080p) https://live.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/dbcnews.stream/playlist.m3u8 diff --git a/streams/be.m3u b/streams/be.m3u index d5a55d4b7..c0d6d0658 100644 --- a/streams/be.m3u +++ b/streams/be.m3u @@ -7,7 +7,7 @@ https://59959724487e3.streamlock.net/stream/live/playlist.m3u8 http://streamer.canalc.be:1935/canalzoom/smil:SMIL-canalzoom-multi/playlist.m3u8 #EXTINF:-1 tvg-id="CityMusicTV.be" status="online",City Music TV (720p) https://5592f056abba8.streamlock.net/citytv/citytv/playlist.m3u8 -#EXTINF:-1 tvg-id="EbS.be" status="online",EbS Live (Europe by Satellite) (1080p) +#EXTINF:-1 tvg-id="EbS.be" status="timeout",EbS Live (Europe by Satellite) (1080p) https://euc-live.fl.freecaster.net/live/eucom/ebs.m3u8 #EXTINF:-1 tvg-id="EbSPlus.be" status="online",EbS+ Live (Europe by Satellite) (1080p) https://euc-live.fl.freecaster.net/live/eucom/ebsp.m3u8 @@ -47,8 +47,6 @@ https://live-radio-cf-vrt.akamaized.net/groupa/live/e96793cc-eac5-4ed2-8eb5-617c https://live-radio-cf-vrt.akamaized.net/groupb/live/0f394a26-c87d-475e-8590-e9c6e79b28d9/live.isml/.mpd #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 MNM Music and More -https://live-radio-cf-vrt.akamaized.net/groupa/live/bac277a1-306d-44a0-8e2e-e5b9c07fa270/live.isml/.m3u8 #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 @@ -57,6 +55,8 @@ https://live-radio-cf-vrt.akamaized.net/groupa/live/e96793cc-eac5-4ed2-8eb5-617c https://live-radio-cf-vrt.akamaized.net/groupb/live/0f394a26-c87d-475e-8590-e9c6e79b28d9/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/.m3u8 +#EXTINF:-1 tvg-id="" status="online",VRT Radio MNM Music and More +https://live-radio-cf-vrt.akamaized.net/groupa/live/bac277a1-306d-44a0-8e2e-e5b9c07fa270/live.isml/.m3u8 #EXTINF:-1 tvg-id="" status="online",TVO (576p) https://media.mediahuisvideo.be/hls/account=tqIhfOEY3U0A/item=oIFtpshSvwcy/oIFtpshSvwcy.m3u8 #EXTINF:-1 tvg-id="" status="error",Antenne Centre (720p) [Geo-blocked] diff --git a/streams/bo.m3u b/streams/bo.m3u index 471f338ab..8b9f429c1 100644 --- a/streams/bo.m3u +++ b/streams/bo.m3u @@ -27,7 +27,7 @@ https://solo.disfrutaenlared.com:1936/tvcbba/tvcbba/playlist.m3u8 https://stmv.panel.grupolimalive.com/mega/mega/playlist.m3u8 #EXTINF:-1 tvg-id="Megavision.bo" status="online",Megavisión https://livefocamundo.com:8081/megavisiontv/index.m3u8 -#EXTINF:-1 tvg-id="PAT.bo" status="error",PAT (720p) +#EXTINF:-1 tvg-id="PAT.bo" status="online",PAT (720p) https://master.tucableip.com/pat/playlist.m3u8 #EXTINF:-1 tvg-id="RedADvenirTV.bo" status="online",Red Advenir (360p) [Not 24/7] http://streamer1.streamhost.org:1935/salive/GMIredadvenirm/playlist.m3u8 @@ -35,7 +35,7 @@ http://streamer1.streamhost.org:1935/salive/GMIredadvenirm/playlist.m3u8 https://solo.disfrutaenlared.com:1936/redcctv/redcctv/playlist.m3u8 #EXTINF:-1 tvg-id="RedPatBolivia.bo" status="error",Red Pat Bolivia https://5975e06a1f292.streamlock.net:4443/patbolivia/patlapaz/master.m3u8 -#EXTINF:-1 tvg-id="RedUno.bo" status="timeout",Red Uno (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RedUno.bo" status="error",Red Uno (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/embed/video/x825whp #EXTINF:-1 tvg-id="RedUno.bo" status="error",Red Uno (720p) [Not 24/7] https://query-streamlink.herokuapp.com/iptv-query?streaming-ip=https://www.dailymotion.com/embed/video/x825whp @@ -51,7 +51,7 @@ https://panel.seo.tv.bo:3182/live/franzleonellive.m3u8 https://panel.seo.tv.bo:3337/live/franzbalboa2live.m3u8 #EXTINF:-1 tvg-id="TVLatinaHD.bo" status="online",TV Latina Canal 42 (720p) [Not 24/7] https://master.tucableip.com/live/tvlatinamontero/playlist.m3u8 -#EXTINF:-1 tvg-id="TVU.bo" status="online",TVU (276p) [Not 24/7] +#EXTINF:-1 tvg-id="TVU.bo" status="error",TVU (276p) [Not 24/7] 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 diff --git a/streams/br.m3u b/streams/br.m3u index fc6f8ab91..1f6386b3e 100644 --- a/streams/br.m3u +++ b/streams/br.m3u @@ -26,7 +26,7 @@ https://stream01.msolutionbrasil.com.br/hls/canal25/live.m3u8 https://aovivo.equipea.com.br:5443/WebRTCAppEE/streams/713829795440060188004130.m3u8 #EXTINF:-1 tvg-id="CanalSaude.br" status="online",Canal Saúde (360p) [Not 24/7] https://arkyvbre1g.zoeweb.tv/fiocruz/fiocruz/playlist.m3u8 -#EXTINF:-1 tvg-id="Catve2.br" status="online",Catve2 (720p) +#EXTINF:-1 tvg-id="Catve2.br" status="error",Catve2 (720p) https://5b33b873179a2.streamlock.net:1443/catve2/catve2/playlist.m3u8 #EXTINF:-1 tvg-id="CatveFM.br" status="online",Catve FM (720p) [Not 24/7] https://5b33b873179a2.streamlock.net:1443/radiocamera/livestream/playlist.m3u8 @@ -64,7 +64,7 @@ https://d6yfbj4xxtrod.cloudfront.net/out/v1/7836eb391ec24452b149f3dc6df15bbd/ind https://srv1.zcast.com.br/kpoptv/kpoptv/playlist.m3u8 #EXTINF:-1 tvg-id="MKKWebTV.br" status="online",MKK Web TV (720p) [Not 24/7] https://video01.logicahost.com.br/mkkwebtv/mkkwebtv/playlist.m3u8 -#EXTINF:-1 tvg-id="NovaEraTV.br" status="online",Nova Era TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="NovaEraTV.br" status="error",Nova Era TV (1080p) [Not 24/7] http://wz3.dnip.com.br:1935/novaeratv/novaeratv.sdp/live.m3u8 #EXTINF:-1 tvg-id="NovoTempo.br" status="online",Novo Tempo (720p) https://stream.live.novotempo.com/tv/smil:tvnovotempo.smil/playlist.m3u8 @@ -78,7 +78,7 @@ http://stream.novotempo.com:1935/tv/tvnovotempo.smil/live.m3u8 https://stream.live.novotempo.com/tv/smil:tvnuevotiempo.smil/playlist.m3u8 #EXTINF:-1 tvg-id="PeruChannel.br" status="online",Perú Channel (720p) [Not 24/7] https://stmv1.duvoxtv.com.br/novelaplz/novelaplz/playlist.m3u8 -#EXTINF:-1 tvg-id="PUCTVGoias.br" status="online",PUC TV Goiás (326p) [Not 24/7] +#EXTINF:-1 tvg-id="PUCTVGoias.br" status="error",PUC TV Goiás (326p) [Not 24/7] http://flash.softhost.com.br:1935/pucgoias/aovivo/live.m3u8 #EXTINF:-1 tvg-id="RecordNews.br" status="blocked",Record News (720p) [Geo-blocked] https://playplusnews-lh.akamaihd.net/i/pp_nws@377849/master.m3u8 @@ -248,7 +248,7 @@ https://5c483b9d1019c.streamlock.net/8078/8078/playlist.m3u8 https://59f1cbe63db89.streamlock.net:1443/teste01/teste01/playlist.m3u8 #EXTINF:-1 tvg-id="TVPaiEterno.br" status="error",TV Pai Eterno (360p) [Not 24/7] http://flash8.crossdigital.com.br/2306/2306/playlist.m3u8 -#EXTINF:-1 tvg-id="TVPampa.br" status="error",Rede TV! Pampa (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPampa.br" status="online",Rede TV! Pampa (720p) [Not 24/7] https://59f1cbe63db89.streamlock.net:1443/tvpampa/tvpampa/playlist.m3u8 #EXTINF:-1 tvg-id="TVPantanalMS.br" status="blocked",TV Pantanal MS (720p) [Not 24/7] https://5e837408ea907.streamlock.net:1936/tvpantanalms/tvpantanalms/playlist.m3u8 @@ -270,7 +270,7 @@ https://cdn-grupo-10049.ciclano.io:1443/grupo-10049/grupo-10049/playlist.m3u8 https://stmv1.voxtvhd.com.br/tvtokio/tvtokio/playlist.m3u8 #EXTINF:-1 tvg-id="TVTropical.br" status="error",TV Tropical (480p) [Not 24/7] https://59f2354c05961.streamlock.net:1443/tvtropical/tvtropical/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="TVUFOP.br" status="error",TV UFOP https://edge-df-01.eduplay.rnp.br/media/ocp(r(iRGrcw)t(AAAAAAAAAAA)p(d(Dxg)k(Qdk)m(6pbmcjLXNoerDLdAhoXBxw)n(a(3LDBWxJLACwHVOavx5cO4BC5lA2ZDpPC)s(HrY)'a(12ztgSdgu3rQqz6xH52ZjVZa)s(Pm8)))s(t(aTo)b(PTsuEXhXAScNjp6w9ssG70foQQQiZk9_8m0vsjgLJ_yzxGPuj8i57PEDMMA4cmTNsKda2B5oX-EEErouZ1HFyuXyAosvuqvlMJtsMkooySBOlQbVM33PgsYPQdea2CdwV3jCwh3bEWxgkPO8qmBPQtt_5bUEV1Mi_2t1AjM)'t(S2o)b(WaBWYarWoWCInKe38WSze3Q_-kcUr5z4MZQ)))/index.m3u8 @@ -303,10 +303,10 @@ http://painelvj.com.br/tvaguaboa2/tvaguaboa2.sdp/playlist.m3u8 https://evpp.mm.uol.com.br/geob_band/bandnewstv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Record TV Goias (720p) [Geo-blocked] https://playplusgoya-lh.akamaihd.net/i/pp_gna@377833/index_720_av-p.m3u8 +#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="error",Hot FM SP (720p) [Not 24/7] http://flash8.crossdigital.com.br/id2266/id2266/playlist.m3u8 -#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="error",Canal Metropolitano de Noticias (720p) [Not 24/7] http://in.uaimacks.net.br:1935/macks/macks.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Sesc TV (1080p) [Not 24/7] diff --git a/streams/by.m3u b/streams/by.m3u index 58cecb834..351b24605 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 76ac2f971..0defb7185 100644 --- a/streams/ca.m3u +++ b/streams/ca.m3u @@ -83,7 +83,7 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF http://ipm.oncast.me:1934/iplived/ip-doyeltv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="DoyelTV.ca" status="online",Doyel TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/doyeltv.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="DukhNivaran.ca" status="online",Dukh Nivaran (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DukhNivaran.ca" status="error",Dukh Nivaran (720p) [Not 24/7] http://cdn12.henico.net:8080/live/dncal/index.m3u8 #EXTINF:-1 tvg-id="EawazTV.ca" status="online",Eawaz TV (720p) [Not 24/7] https://streamer12.vdn.dstreamone.net/saazoawaz/saazoawaz/playlist.m3u8 @@ -155,10 +155,10 @@ http://live.tamilvision.tv:8081/TVI/HD/playlist.m3u8 http://live.tamilvision.tv:8081/TVI/SD/playlist.m3u8 #EXTINF:-1 tvg-id="TeleCulturelleMedias.ca" status="online",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="timeout",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="TeletoonEnglish.ca" status="error",Teletoon (720p) [Not 24/7] http://s1.mysportz.tv:2082/teletoon/playlist.m3u8 #EXTINF:-1 tvg-id="TheChannelTV.ca" status="online",The Channel TV (1080p) [Not 24/7] diff --git a/streams/cg.m3u b/streams/cg.m3u index ea34377b9..1aa06e189 100644 --- a/streams/cg.m3u +++ b/streams/cg.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="Africanews.cg" status="timeout",Africanews (720p) +#EXTINF:-1 tvg-id="Africanews.cg" status="error",Africanews (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/africanews/live #EXTINF:-1 tvg-id="ObossoTV.cg" status="error",Obosso TV (1080p) https://edge4.vedge.infomaniak.com/livecast/ik:obossotv_6/manifest.m3u8 diff --git a/streams/ch.m3u b/streams/ch.m3u index 3b3580a2a..a720f8df1 100644 --- a/streams/ch.m3u +++ b/streams/ch.m3u @@ -31,10 +31,10 @@ 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="online",My Cinema Europe (576p) -http://210.210.155.37/uq2663/h/h18/index.m3u8 #EXTINF:-1 tvg-id="MyCinemaEurope.ch" status="error",My Cinema Europe (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h18/index.m3u8 +#EXTINF:-1 tvg-id="MyCinemaEurope.ch" status="error",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 #EXTINF:-1 tvg-id="Radio3i.ch" status="online",Radio 3i (720p) diff --git a/streams/cl.m3u b/streams/cl.m3u index 1d835815c..91e614a02 100644 --- a/streams/cl.m3u +++ b/streams/cl.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="24Horas.cl" status="online",24 Horas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="24Horas.cl" status="error",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 @@ -34,9 +34,9 @@ https://unlimited1-us.dps.live/canal2/canal2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal2Quellon.cl" status="error",TV Quellón (1080p) [Not 24/7] 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="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="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="Canal11Aysen.cl" status="online",Canal 11 Aysén https://v1.tustreaming.cl:19360/canal11aysen/canal11aysen.m3u8 #EXTINF:-1 tvg-id="Canal13.cl" status="blocked",Canal 13 (720p) [Geo-blocked] @@ -65,9 +65,9 @@ http://170.79.102.254:1935/pruebacamara/Survision_tv_alerce/playlist.m3u8 https://paneltv.net:3978/hybrid/play.m3u8 #EXTINF:-1 tvg-id="CaracolaTV.cl" status="online",Caracola TV (Peñalolén) (720p) [Not 24/7] https://wifispeed.trapemn.tv:1936/comunales/caracola-tv/playlist.m3u8 -#EXTINF:-1 tvg-id="CarolinaTV.cl" status="timeout",Carolina TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CarolinaTV.cl" status="online",Carolina TV (1080p) [Not 24/7] https://unlimited1-us.dps.live/carolinatv/carolinatv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CarolinaTV.cl" status="timeout",Carolina TV (1080p) +#EXTINF:-1 tvg-id="CarolinaTV.cl" status="online",Carolina TV (1080p) https://unlimited6-cl.dps.live/carolinatv/carolinatv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CDTV.cl" status="online",CDTV (720p) [Not 24/7] http://camara.03.cl.cdnz.cl/camara19/live/playlist.m3u8 @@ -77,7 +77,7 @@ http://camara.02.cl.cdnz.cl/cdndvr/ngrp:live_all/playlist.m3u8 https://hd.chileservidores.cl:1936/ceactv/ceactv/playlist.m3u8 #EXTINF:-1 tvg-id="ChileVision.cl" status="blocked",ChileVisión (720p) [Geo-blocked] http://chv-m3u.chorroaeboy.repl.co -#EXTINF:-1 tvg-id="ChileVision.cl" status="error",ChileVisión (360p) +#EXTINF:-1 tvg-id="ChileVision.cl" status="timeout",ChileVisión (360p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/chv_003cl #EXTINF:-1 tvg-id="ClickTVChile.cl" status="online",Click TV (Coronel) (720p) http://v2.tustreaming.cl/clicktv/playlist.m3u8 @@ -103,7 +103,7 @@ https://videostreaming.cloudserverlatam.com/detrazdelarazon/detrazdelarazon/play https://paneltv.online:1936/8186/8186/playlist.m3u8 #EXTINF:-1 tvg-id="EkizTV.cl" status="timeout",EKIZ TV (Rancagua) (480p) https://stmv.panel.mivideo.pro/ekiztv/ekiztv/playlist.m3u8 -#EXTINF:-1 tvg-id="ElionCanalDigital.cl" status="online",Elion Canal Digital (Chillan) (288p) [Not 24/7] +#EXTINF:-1 tvg-id="ElionCanalDigital.cl" status="blocked",Elion Canal Digital (Chillan) (288p) [Not 24/7] 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 @@ -163,7 +163,7 @@ https://unlimited1-cl-movistar.dps.live/lared/lared.smil/playlist.m3u8 https://d2tr4gdfol9ja.cloudfront.net/lared/lared.smil/.m3u8 #EXTINF:-1 tvg-id="LatinosRadio.cl" status="online",Latinos Radio https://mediacpstreamchile.com:1936/latinosmedia-1/latinosmedia-1/playlist.m3u8 -#EXTINF:-1 tvg-id="LRPTelevision.cl" status="error",LRP Televisión (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LRPTelevision.cl" status="online",LRP Televisión (720p) [Not 24/7] https://v2.tustreaming.cl/lrp/index.m3u8 #EXTINF:-1 tvg-id="LTV.cl" status="error",LTV (Renaico) (720p) [Not 24/7] https://medios.sirtel.cl/live/stream/index.m3u8 @@ -193,7 +193,7 @@ https://unlimited1-us.dps.live/pautatv/pautatv.smil/playlist.m3u8 https://unlimited6-cl.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="online",Planetatv Kids (1080p) +#EXTINF:-1 tvg-id="PlanetaTVKids.cl" status="error",Planetatv Kids (1080p) https://mediacpstreamchile.com:1936/8152/8152/playlist.m3u8 #EXTINF:-1 tvg-id="PlanetaTVMovie.cl" status="error",Planetatv Movie (1080p) https://mediacpstreamchile.com:1936/8140/8140/playlist.m3u8 @@ -269,7 +269,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="error",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 @@ -295,9 +295,9 @@ https://v2.tustreaming.cl/tnetv/index.m3u8 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 -#EXTINF:-1 tvg-id="TV5Linares.cl" status="error",TV5 Linares (720p) +#EXTINF:-1 tvg-id="TV5Linares.cl" status="online",TV5 Linares (720p) https://unlimited1-us.dps.live/tv5/tv5.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TV5Linares.cl" status="error",TV5 Linares (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TV5Linares.cl" status="online",TV5 Linares (720p) [Not 24/7] https://unlimited6-cl.dps.live/tv5/tv5.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TV8Concepcion.cl" status="online",TV8 (Concepción) (514p) [Geo-blocked] https://593b04c4c5670.streamlock.net/8014/8014/playlist.m3u8 @@ -353,7 +353,7 @@ https://tls.cdnz.cl/uestv/live/playlist.m3u8 http://tv.ulagos.cl/web/live.m3u8 #EXTINF:-1 tvg-id="UMAGTV.cl" status="timeout",UMAGTV Televisión (Punta Arenas) (720p) http://edge1.cl.grupoz.cl/tser5/live/playlist.m3u8 -#EXTINF:-1 tvg-id="UnidadEvangelicaTV.cl" status="error",Unidad Evangelica TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="UnidadEvangelicaTV.cl" status="online",Unidad Evangelica TV (720p) [Not 24/7] https://v2.tustreaming.cl/unidadevangelica/index.m3u8 #EXTINF:-1 tvg-id="UTV.cl" status="error",UTV San Clemente (720p) [Geo-blocked] http://v3.tustreaming.cl/utvsc/playlist.m3u8 @@ -367,7 +367,7 @@ http://45.161.188.242:88/vidatv/index.m3u8 http://v2.tustreaming.cl/visionplustv/index.m3u8 #EXTINF:-1 tvg-id="VisionTV.cl" status="error",Visión TV Frutillar (720p) [Not 24/7] https://vivo.solumedia.com:19360/visiontv/visiontv.m3u8 -#EXTINF:-1 tvg-id="VivoTV.cl" status="error",Vivo TV +#EXTINF:-1 tvg-id="VivoTV.cl" status="online",Vivo TV https://unlimited1-us.dps.live/vivotv/vivotv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="VozdePoderTelevision.cl" status="error",Voz de Poder (720p) [Not 24/7] https://v2.tustreaming.cl/vozdepoder/index.m3u8 @@ -383,7 +383,7 @@ https://mdstrm.com/live-stream-playlist/6046495ddf98b007fa2fe807.m3u8 https://mediacpstreamchile.com:1936/8028/8028/playlist.m3u8 #EXTINF:-1 tvg-id="ZappingMusic.cl" status="error",Zapping (720p) https://zmlive.zappingtv.com/zm_free/zm.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ZizaTV.cl" status="error",Ziza TV (Chiguayante) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ZizaTV.cl" status="online",Ziza TV (Chiguayante) (720p) [Not 24/7] https://v2.tustreaming.cl/zizatv/index.m3u8 #EXTINF:-1 tvg-id="ZonaLatina.cl" status="timeout",Zona Latina (480p) [Not 24/7] http://38.131.11.9:1080/play/a00x diff --git a/streams/cn.m3u b/streams/cn.m3u index 689d24541..45c44516a 100644 --- a/streams/cn.m3u +++ b/streams/cn.m3u @@ -71,7 +71,7 @@ http://39.135.138.59:18890/PLTV/88888910/224/3221225647/index.m3u8 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) +#EXTINF:-1 tvg-id="CCTV3.cn" status="blocked",CCTV-3综艺 (1080p) http://39.135.38.165:6610/000000001000/1000000001000011218/1.m3u8?IASHttpSessionId=OTT16157620200202041417014267&fmt=ts2hls&u=45768392 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3综艺 (1080p) http://112.25.48.68/live/program/live/cctv3hd/4000000/mnf.m3u8 @@ -91,10 +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="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) @@ -129,10 +129,10 @@ http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221227401/1.m3u8 http://223.110.245.170/PLTV/3/224/3221227166/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5体育 (1080p) 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体育 (360p) [Not 24/7] http://hbry.chinashadt.com:1938/live/1004.stream_360p/playlist.m3u8 +#EXTINF:-1 tvg-id="CCTV5.cn" status="error",CCTV-5体育 (1080p) +http://ott.js.chinamobile.com/PLTV/3/224/3221227166/index.m3u8 #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) @@ -389,10 +389,10 @@ 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="timeout",Dragon TV International (360p) -http://210.210.155.37/x6bnqe/s/s29/index.m3u8 #EXTINF:-1 tvg-id="DragonTVInternational.cn" status="error",Dragon TV International (360p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s29/index.m3u8 +#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="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) @@ -509,8 +509,6 @@ http://117.169.120.140:8080/live/hdshandongstv/.m3u8 http://117.169.120.140:8080/live/hdshenzhenstv/.m3u8 #EXTINF:-1 tvg-id="" status="online",天津卫视 (1080p) http://117.169.120.140:8080/live/hdtianjinstv/.m3u8 -#EXTINF:-1 tvg-id="" status="online",东方影视 (1080p) -http://140.207.241.3:8080/live/program/live/dsjpdhd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",徐州新聞綜合 (1080p) http://183.207.248.11/PLTV/3/224/3221225945/index.m3u8 #EXTINF:-1 tvg-id="" status="online",徐州公共頻道 (1080p) @@ -519,10 +517,6 @@ http://183.207.248.11/PLTV/3/224/3221225951/index.m3u8 http://202.168.164.38:8083/videos/live/19/27/QEQXMtU5AUpwo/QEQXMtU5AUpwo.m3u8 #EXTINF:-1 tvg-id="" status="online",江门综合 (1080p) http://218.17.99.211:5080/hls/ttsw6ccn.m3u8 -#EXTINF:-1 tvg-id="" status="online",吉州新聞綜合 (1080p) -http://218.204.153.158/10.m3u8 -#EXTINF:-1 tvg-id="" status="online",西青新闻综合 (1080p) [Not 24/7] -http://221.238.209.44:81/hls/live1.m3u8 #EXTINF:-1 tvg-id="" status="online",云南 Ⅰ 红河综合台 (1080p) http://file.hhtv.cc/cms/videos/nmip-media/channellive/channel1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",广东 ‖ 清新综合台 (1080p) @@ -603,6 +597,8 @@ http://m3u8.channel.wsrtv.com.cn/cms/videos/nmip-media/channellive/channel7/play http://stream2.xiancity.cn/xatv1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",侨乡 (1080p) http://stream.jinjiang.tv/1/sd/live.m3u8 +#EXTINF:-1 tvg-id="" status="online",云南 Ⅰ 文山综合台 (1080p) [Not 24/7] +http://tvdrs.wsrtv.com.cn:8100/channellive/ch1.flv #EXTINF:-1 tvg-id="" status="online",云南 Ⅰ 文山公共台 (1080p) http://tvdrs.wsrtv.com.cn:8100/channellive/ch2.flv #EXTINF:-1 tvg-id="" status="online",成都大熊猫 (1080p) [Not 24/7] @@ -611,10 +607,10 @@ https://gcbsc.v.live.baishancdnx.cn/gc/xiongmao03_1/index.m3u8?contentid=2820180 https://hwapi.yunshicloud.com/8xughf/e0bx15.m3u8 #EXTINF:-1 tvg-id="" status="online",半岛新闻 (1080p) https://live-hls-web-aje.getaj.net/AJE/01.m3u8 +#EXTINF:-1 tvg-id="" status="online",东方影视 (1080p) +http://140.207.241.3:8080/live/program/live/dsjpdhd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",吉林7 (900p) [Not 24/7] http://stream1.jlntv.cn/fzpd/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",吉林乡村 (900p) [Not 24/7] -http://stream1.jlntv.cn/xcpd/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",吉林市新闻综合 [Geo-blocked] http://stream2.jlntv.cn/jilin1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",长春综合 [Geo-blocked] @@ -725,14 +721,14 @@ http://live.nbs.cn/channels/njtv/ylpd/m3u8:500k/live.m3u8 http://live.shaoxing.com.cn/video/s10001-sxtv3/index.m3u8 #EXTINF:-1 tvg-id="" status="online",延边卫视 (720p) http://live.ybtvyun.com/video/s10016-7e5f23de35df/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",内江公共 (720p) +http://njzb.scnj.tv:90/live/gggy_gggy800.m3u8 #EXTINF:-1 tvg-id="" status="online",内江科教 (720p) http://njzb.scnj.tv:90/live/kjpd_kjpd800.m3u8 #EXTINF:-1 tvg-id="" status="online",内江综合 (720p) http://njzb.scnj.tv:90/live/xwzh_xwzh800.m3u8 #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) [Not 24/7] -http://palive.patv123.com:8091/live/xwpd_800K.m3u8 #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] @@ -745,8 +741,6 @@ http://stream2.xiancity.cn/xatv3/playlist.m3u8 http://stream2.xiancity.cn/xatv4/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",西安乐购购物 (180p) [Not 24/7] http://stream2.xiancity.cn/xatv6/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",武汉文体 (480p) -http://stream.appwuhan.com/5tzb/sd/live.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="online",房山电视台 (576p) @@ -755,6 +749,8 @@ https://live.funhillrm.com/2/playlist.m3u8 https://www.sgmsw.cn/videos/tv/201805/1308/9P424TC5M000AFO13CXK6GN6BOA889D2/hls/live.m3u8 #EXTINF:-1 tvg-id="" status="online",广东 Ⅰ 韶关综合台 (720p) [Not 24/7] https://www.sgmsw.cn/videos/tv/201805/1308/SB05RIYZOU8JR418AUQOF62CAJQ08D0E/hls/live.m3u8 +#EXTINF:-1 tvg-id="" status="online",安徽 Ⅰ 铜陵综合 (720p) +http://dstpush1.retalltech.com/app/stream1.m3u8 #EXTINF:-1 tvg-id="" status="online",安徽 Ⅰ 铜陵公共 (720p) http://dstpush1.retalltech.com/app/stream2.m3u8 #EXTINF:-1 tvg-id="" status="online",四川 Ⅰ 雅安公共 (720p) @@ -799,6 +795,8 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225731/index.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225733/index.m3u8 #EXTINF:-1 tvg-id="" status="online",凤台文化生活 (576p) [Not 24/7] http://60.175.115.119:1935/live/wenhua/playlist.m3u8 +#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",CCTV-4中文国际 (576p) http://111.63.117.13:6060/030000001000/CCTV-4/CCTV-4.m3u8 #EXTINF:-1 tvg-id="" status="online",继续教育 (576p) @@ -863,8 +861,12 @@ http://hbbz.chinashadt.com:2036/live/stream:bzxw.stream/playlist.m3u8 http://hbjx.chinashadt.com:1935/live/jx1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",隆化综合 (576p) http://hblh.chinashadt.com:2036/live/stream:lh1.stream/playlist.m3u8 +#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://hblxx.chinashadt.com:2036/live/stream:lx1.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",滦县综艺 (576p) +http://hblxx.chinashadt.com:2036/live/stream:lx2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",平乡电视台 (576p) http://hbpx.chinashadt.com:2036/live/px1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",河北卫视 (576p) @@ -881,24 +883,30 @@ http://hbzx.chinashadt.com:2036/zhibo/stream:zx2.stream/playlist.m3u8 http://hebcx.chinashadt.com:2036/live/10001.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",沧县电视二套 (576p) http://hebcx.chinashadt.com:2036/live/10002.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",中国气象 (576p) [Not 24/7] +http://hls.weathertv.cn/tslslive/qCFIfHB/hls/live_sd.m3u8 #EXTINF:-1 tvg-id="" status="online",宜章新闻综合 (576p) http://hnyz.chinashadt.com:2036/live/stream:tv1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",永新电视一套 (576p) -http://jxyx.chinashadt.com:2036/live/1002.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",永新电视二套 (576p) http://jxyx.chinashadt.com:2036/live/1003.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",永新电视三套 (576p) +http://jxyx.chinashadt.com:2036/live/1004.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",余姚新闻综合 (576p) http://l.cztvcloud.com/channels/lantian/SXyuyao1/720p.m3u8 #EXTINF:-1 tvg-id="" status="online",餘姚姚江文化 (576p) [Not 24/7] http://l.cztvcloud.com/channels/lantian/SXyuyao2/720p.m3u8 #EXTINF:-1 tvg-id="" status="online",余姚姚江文化 (576p) http://l.cztvcloud.com/channels/lantian/SXyuyao3/720p.m3u8 +#EXTINF:-1 tvg-id="" status="online",湘潭公共 (576p) +http://live.hnxttv.com:9601/live/dspd/800K/tzwj_video.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="online",浙江 Ⅰ 绍兴综合 (576p) http://live.shaoxing.com.cn/video/s10001-sxtv1/index.m3u8 #EXTINF:-1 tvg-id="" status="online",武进新闻 (576p) [Not 24/7] http://live.wjyanghu.com/live/CH1.m3u8 +#EXTINF:-1 tvg-id="" status="online",武进生活 (576p) [Not 24/7] +http://live.wjyanghu.com/live/CH2.m3u8 #EXTINF:-1 tvg-id="" status="online",济宁图文 (576p) http://lives.jnnews.tv/video/s10001-JTV4/index.m3u8 #EXTINF:-1 tvg-id="" status="online",西藏藏語 (576p) @@ -913,16 +921,18 @@ http://sdqz.chinashadt.com:2036/live/stream:2.stream/playlist.m3u8 http://sdqz.chinashadt.com:2036/live/stream:3.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",白城新闻综合 [Geo-blocked] http://stream2.jlntv.cn/baicheng1/sd/live.m3u8 +#EXTINF:-1 tvg-id="" status="online",白山新闻综合 [Geo-blocked] +http://stream2.jlntv.cn/baishan1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",集安综合 [Geo-blocked] http://stream2.jlntv.cn/ja/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",农安新闻综合 [Geo-blocked] http://stream2.jlntv.cn/naxw/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",前郭综合 [Geo-blocked] http://stream2.jlntv.cn/qg/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",四平新闻综合 [Geo-blocked] -http://stream2.jlntv.cn/sptv/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",通化新闻 [Geo-blocked] http://stream2.jlntv.cn/tonghua1/sd/live.m3u8 +#EXTINF:-1 tvg-id="" status="online",武汉外语 (576p) +http://stream.appwuhan.com/6tzb/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",滨州公共电视剧 (576p) http://stream.bzcm.net/1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",滨州新闻综合 (576p) @@ -957,6 +967,8 @@ http://stream.haixitv.cn/1/sd/live.m3u8 http://222.178.181.121:12034/beibei01.m3u8 #EXTINF:-1 tvg-id="" status="online",炫动卡通 (540p) http://183.207.255.188/live/program/live/xdkt/1300000/mnf.m3u8 +#EXTINF:-1 tvg-id="" status="online",江苏 Ⅰ 连云港综合 (480p) [Not 24/7] +http://live.lyg1.com/zhpd/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",龙岩公共 (540p) [Not 24/7] http://stream.lytv.net.cn/1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",龙岩综合 (540p) @@ -971,6 +983,8 @@ http://stream.zzgd.tv/3/sd/live.m3u8 http://tmpstream.hyrtv.cn/hygg/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",河源综合 (540p) http://tmpstream.hyrtv.cn/xwzh/sd/live.m3u8 +#EXTINF:-1 tvg-id="" status="online",旺苍新闻 (528p) [Not 24/7] +http://3g.dzsm.com/streamer/gycttv.m3u8 #EXTINF:-1 tvg-id="" status="online",新唐人旧金山臺 (486p) http://live.ntdimg.com/sflive990/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",新唐人-美西 (486p) @@ -979,10 +993,10 @@ http://live.ntdimg.com/uwlive520/playlist.m3u8 https://live.ntdimg.com/uwlive990/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",利川新闻综合 (480p) [Not 24/7] http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w439903609_b1228800.m3u8 -#EXTINF:-1 tvg-id="" status="online",新泰生活 (480p) [Not 24/7] -http://111.17.214.4:1935/live/xtsh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",新泰鄉村黨建 (480p) [Not 24/7] http://111.17.214.4:1935/live/xtxc/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",新泰生活 (480p) [Not 24/7] +http://111.17.214.4:1935/live/xtsh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",新泰影視頻道 (480p) [Not 24/7] http://111.17.214.4:1935/live/xtys/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",新泰综合 (480p) [Not 24/7] @@ -1013,10 +1027,10 @@ http://dslive.grtn.cn/dgzh/sd/live.m3u8 http://dslive.grtn.cn/hzzh/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",江门综合 (540p) http://dslive.grtn.cn/jmzh/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",揭阳综合 (540p) -http://dslive.grtn.cn/jyzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",梅州综合 (480p) http://dslive.grtn.cn/mzzh/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",汕头综合 (540p) +http://dslive.grtn.cn/stzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",云浮综合 (480p) http://dslive.grtn.cn/yfzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",阳江综合 (480p) @@ -1029,6 +1043,8 @@ http://dslive.grtn.cn/zszh/sd/live.m3u8 http://hls.hsrtv.cn/hls/hstv2.m3u8 #EXTINF:-1 tvg-id="" status="online",海南州藏語頻道 (480p) http://live.hnzzzzzdst.com/channel1/sd/live.m3u8 +#EXTINF:-1 tvg-id="" status="online",江苏 Ⅰ 连云港公共 (480p) [Not 24/7] +http://live.lyg1.com/ggpd/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",如东新闻综合 (480p) [Not 24/7] http://live.rdxmt.com/channels/rudong/news/flv:sd/live #EXTINF:-1 tvg-id="" status="online",鹤壁新闻综合 (480p) [Not 24/7] @@ -1037,14 +1053,8 @@ http://pili-live-hls.hebitv.com/hebi/hebi.m3u8 http://visit.jjbctv.com:1935/live/xwzhmb/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",忍者神龟 (480p) http://www.alibabapictures.com/movies/shenggui/poyingerchu.mp4 -#EXTINF:-1 tvg-id="" status="online",江苏 Ⅰ 连云港公共 (480p) [Not 24/7] -http://live.lyg1.com/ggpd/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",江苏 Ⅰ 连云港综合 (480p) [Not 24/7] -http://live.lyg1.com/zhpd/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",武汉经济 (360p) -http://stream.appwuhan.com/4tzb/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) +http://stream.appwuhan.com/5tzb/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",济宁公共 (450p) http://lives.jnnews.tv/video/s10001-JTV3/index.m3u8 #EXTINF:-1 tvg-id="" status="online",美国中文电视 (406p) [Not 24/7] @@ -1053,6 +1063,8 @@ https://jpts.sinovision.net/livestream.m3u8 http://183.64.181.25:40023/rongchang01.m3u8 #EXTINF:-1 tvg-id="" status="online",西安丝路 (404p) [Not 24/7] http://stream2.xiancity.cn/xatv5/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",四平新闻综合 [Geo-blocked] +http://stream2.jlntv.cn/sptv/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",松原新闻综合 [Geo-blocked] http://stream2.jlntv.cn/sytv/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",电白综合 (360p) [Not 24/7] @@ -1071,6 +1083,8 @@ http://hbzx.chinashadt.com:2036/zhibo/stream:zx1.stream_360p/playlist.m3u8 http://hbzx.chinashadt.com:2036/zhibo/stream:zx2.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",辽源新闻综合 [Geo-blocked] http://stream2.jlntv.cn/liaoyuan1/sd/live.m3u8 +#EXTINF:-1 tvg-id="" status="online",武汉经济 (360p) +http://stream.appwuhan.com/4tzb/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",银川公共 (360p) [Not 24/7] http://stream.ycgbtv.com.cn/ycgg/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",银川生活 (360p) [Not 24/7] @@ -1081,10 +1095,6 @@ 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",耀才财经 (288p) http://202.69.67.66:443/webcast/bshdlive-mobile/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",河北经济生活 (540p) [Not 24/7] -http://live2.plus.hebtv.com/jjshx/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",白山新闻综合 [Geo-blocked] -http://stream2.jlntv.cn/baishan1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",吉林卫视 (240p) [Not 24/7] http://stream4.jlntv.cn/test2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",张家界1 (240p) [Not 24/7] @@ -1175,10 +1185,10 @@ http://livealone302.iqilu.com/iqilu/typd.m3u8 http://livealone302.iqilu.com/iqilu/yspd.m3u8 #EXTINF:-1 tvg-id="" status="blocked",山东综艺 (406p) [Geo-blocked] http://livealone302.iqilu.com/iqilu/zypd.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",新疆汉语综艺 (720p) [Geo-blocked] -http://livehyw5.chinamcache.com/hyw/zb04.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] +http://livehyw5.chinamcache.com/hyw/zb12.m3u8 #EXTINF:-1 tvg-id="" status="blocked",四川 Ⅰ 达州综合台 (720p) [Not 24/7] http://m3u8.channellive.dzxw.net/cms/videos/nmip-media/channellive/channel35/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",四川 Ⅰ 达州公共台 (720p) [Not 24/7] @@ -1219,8 +1229,6 @@ https://hls.gstv.com.cn/49048r/3t5xyc.m3u8 https://hls.gstv.com.cn/49048r/y72q36.m3u8 #EXTINF:-1 tvg-id="" status="blocked",大爱海外 (720p) https://pulltv3.wanfudaluye.com/live/tv3.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",旺苍新闻 (528p) [Not 24/7] -http://3g.dzsm.com/streamer/gycttv.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京衛視 (1080p) [Geo-blocked] http://14.152.88.77/liveplay-kk.rtxapp.com/live/program/live/bjwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",云南都市 (1080p) @@ -1245,8 +1253,6 @@ http://39.134.39.39/PLTV/88888888/224/3221226282/index.m3u8 http://60.30.52.41/live/bhtv1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",滨海都市 (1080p) http://60.30.52.41/live/bhtv2/playlist.m3u8 -#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="timeout",莒縣電視一套 (576p) http://61.162.225.122:8181/live/test1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",莒縣電視二套 (576p) [Not 24/7] @@ -1795,6 +1801,8 @@ http://183.207.249.16/PLTV/4/224/3221225877/index.m3u8 http://183.207.249.34/PLTV/4/224/3221227393/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",江苏卫视 (1080p) http://183.207.249.34/PLTV/4/224/3221227402/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",凤凰香港 (720p) +http://183.207.249.35/PLTV/3/224/3221226975/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",四川卫视 (576p) http://183.207.249.36/PLTV/4/224/3221225814/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",黑龙江卫视 (1080p) @@ -1803,6 +1811,8 @@ http://183.207.249.36/PLTV/4/224/3221227323/index.m3u8 http://183.207.249.37/PLTV/4/224/3221227307/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",辽宁卫视 (576p) http://183.207.249.71/PLTV/3/224/3221225566/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",吉州新聞綜合 (1080p) +http://218.204.153.158/10.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="timeout",涡阳新闻综合 (360p) @@ -1813,6 +1823,8 @@ http://220.180.110.101:8083/videos/live/39/13/o4ncrHkSp7q09/o4ncrHkSp7q09.m3u8 http://221.5.213.4:30000/1111.m3u8 #EXTINF:-1 tvg-id="" status="timeout",南川旅游经济 (360p) http://221.5.213.4:30000/2222.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",西青新闻综合 (1080p) [Not 24/7] +http://221.238.209.44:81/hls/live1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",金鹰卡通 (576p) [Geo-blocked] http://223.110.241.149:6610/gitv/live1/G_JINYING/G_JINYING/1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",江苏影视 (576p) @@ -2045,22 +2057,20 @@ http://ahhs.chinashadt.com:1936/live/stream:hs1.stream/playlist.m3u8 http://chaoan.chaoantv.com:8278/chaoanzonghe/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",潮安综合 (540p) http://chaoan.chaoantv.com:8278/live/chaoanzongyi.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",揭阳综合 (540p) +http://dslive.grtn.cn/jyzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",東光一套 (576p) http://hbdg.chinashadt.com:1936/live/stream:dgtv1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",東光二套 (576p) http://hbdg.chinashadt.com:1936/live/stream:dgtv2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",東光綜藝 (576p) http://hbdg.chinashadt.com:1936/live/stream:dgzy.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",隆化影视 (576p) -http://hblh.chinashadt.com:2036/live/stream:lh2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",鹿泉一套 (576p) [Not 24/7] http://hblq.chinashadt.com:2036/live/stream:luquan1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",鹿泉二套 (576p) [Not 24/7] http://hblq.chinashadt.com:2036/live/stream:luquan2.stream/playlist.m3u8 #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="timeout",中国气象 (576p) [Not 24/7] -http://hls.weathertv.cn/tslslive/qCFIfHB/hls/live_sd.m3u8 #EXTINF:-1 tvg-id="" status="timeout",湖南都市 (576p) http://hnsd.chinashadt.com:2036/live/stream:hunandushi.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",邵东综合 (576p) @@ -2073,8 +2083,10 @@ http://ivi.bupt.edu.cn/hls/btv1.m3u8 http://ivi.bupt.edu.cn/hls/btv5.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京青年 [Not 24/7] http://ivi.bupt.edu.cn/hls/btv8.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",永新电视三套 (576p) -http://jxyx.chinashadt.com:2036/live/1004.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",永新电视一套 (576p) +http://jxyx.chinashadt.com:2036/live/1002.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",河北经济生活 (540p) [Not 24/7] +http://live2.plus.hebtv.com/jjshx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北都市 (240p) [Not 24/7] http://live3.plus.hebtv.com/hbdsx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北农民 (240p) @@ -2085,8 +2097,6 @@ http://live6.plus.hebtv.com/hbysx/hd/live.m3u8 http://live6.plus.hebtv.com/sekjx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北公共 (540p) http://live7.plus.hebtv.com/hbggx/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",湘潭公共 (576p) -http://live.hnxttv.com:9601/live/dspd/800K/tzwj_video.m3u8 #EXTINF:-1 tvg-id="" status="timeout",福山生活 (576p) [Not 24/7] http://live.jiaodong.net:82/tvfushan/hls/tv_shenghuo.m3u8 #EXTINF:-1 tvg-id="" status="timeout",舟山公共生活 (720p) @@ -2095,12 +2105,8 @@ http://live.wifizs.cn/ggsh/sd/live.m3u8 http://live.wifizs.cn/qdly/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",舟山新闻综合 (240p) http://live.wifizs.cn/xwzh/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",武进生活 (576p) [Not 24/7] -http://live.wjyanghu.com/live/CH2.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",新疆少儿 (720p) [Geo-blocked] -http://livehyw5.chinamcache.com/hyw/zb12.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",内江公共 (720p) -http://njzb.scnj.tv:90/live/gggy_gggy800.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",新疆汉语综艺 (720p) [Geo-blocked] +http://livehyw5.chinamcache.com/hyw/zb04.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",河南卫视 (576p) @@ -2121,30 +2127,24 @@ http://ott.js.chinamobile.com/PLTV/3/224/3221227377/index.m3u8 http://ott.js.chinamobile.com/PLTV/3/224/3221227393/index.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://ott.js.chinamobile.com/PLTV/3/224/3221227597/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",蓬安新闻综合 (720p) [Not 24/7] +http://palive.patv123.com:8091/live/xwpd_800K.m3u8 #EXTINF:-1 tvg-id="" status="timeout",康巴卫视 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/kangba/1.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",四川 Ⅰ 四川新闻台 (720p) [Not 24/7] -http://scgctvshow.sctv.com/hdlive/sctv4/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",四川 Ⅰ 星空购物台 (720p) [Not 24/7] -http://scgctvshow.sctv.com/hdlive/sctv6/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",四川 Ⅰ 四川影视台 (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/sctv7/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",四川公共 (720p) -http://scgctvshow.sctv.com/hdlive/sctv9/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",迪庆藏语 (576p) http://stream01.dqtv123.com:1935/live/diqingzangyu.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",迪庆综合 (1080p) http://stream01.dqtv123.com:1935/live/xinwenzonghe.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",吉林乡村 (900p) [Not 24/7] +http://stream1.jlntv.cn/xcpd/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",黑龙江台 http://stream3.hljtv.com/hljws2/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",黑龙江新闻法治 -http://stream3.hljtv.com/hljxw2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",犍为新闻综合 (720p) [Not 24/7] http://tv.scwlqw.cn:3100/hls/kqcyufpi/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",云南 Ⅰ 文山综合台 (1080p) [Not 24/7] -http://tvdrs.wsrtv.com.cn:8100/channellive/ch1.flv #EXTINF:-1 tvg-id="" status="timeout",萍鄉新聞綜合 (576p) [Not 24/7] http://www.pxitv.com:8099/hls-live/livepkgr/_definst_/pxitvevent/pxtv1stream.m3u8 #EXTINF:-1 tvg-id="" status="timeout",萍鄉教育頻道 (480p) @@ -2171,8 +2171,6 @@ http://58.243.4.22:1935/live/zonghe/playlist.m3u8 http://113.207.29.195:1935/app_2/_definst_/ls_25.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",凤凰资讯 (720p) http://183.207.249.35/PLTV/3/224/3221226923/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",凤凰香港 (720p) -http://183.207.249.35/PLTV/3/224/3221226975/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Blue 美剧 (360p) [Not 24/7] http://210.210.155.35/dr9445/h/h16/02.m3u8 #EXTINF:-1 tvg-id="" status="error",哈哈炫动卫视 (480p) [Not 24/7] @@ -2185,14 +2183,10 @@ http://4521.hlsplay.aodianyun.com/xyzs/stream.m3u8 http://cctvalih5ca.v.myalicdn.com/live/cctv4_2/index.m3u8 #EXTINF:-1 tvg-id="" status="error",CCTV-4中文国际 (360p) [Not 24/7] http://cctvalih5ca.v.myalicdn.com/live/cctvamerica_2/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",汕头综合 (540p) -http://dslive.grtn.cn/stzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",汕尾综合 (540p) http://dslive.grtn.cn/swzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",汕尾公共 (540p) http://dslive.grtn.cn/swzh/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="error",安徽 Ⅰ 铜陵综合 (720p) -http://dstpush1.retalltech.com/app/stream1.m3u8 #EXTINF:-1 tvg-id="" status="error",阜城综合 (576p) [Not 24/7] http://hbfc.chinashadt.com:2036/live/2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",河北经济 (576p) @@ -2205,8 +2199,6 @@ http://hbhh.chinashadt.com:2111/live/hhtv2.stream/playlist.m3u8 http://hbhh.chinashadt.com:2111/live/hhtv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",黃驊影視 (576p) http://hbhh.chinashadt.com:2111/live/hhys.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",滦县综艺 (576p) -http://hblxx.chinashadt.com:2036/live/stream:lx2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",南召一套 (576p) [Not 24/7] http://hnnz.chinashadt.com:1935/live/1002.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",宜章社会法制 (576p) @@ -2241,6 +2233,8 @@ http://mms.ldntv.cn:1935/live/_definst_/zonghe/chunklist_w67585331.m3u8 http://mms.ldntv.cn:1935/live/zonghe/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",南川新闻综合 (360p) [Not 24/7] http://nanchuanlive.cbg.cn:30000/1111.m3u8 +#EXTINF:-1 tvg-id="" status="error",东方卫视 (1080p) +http://ott.js.chinamobile.com/PLTV/3/224/3221227597/index.m3u8 #EXTINF:-1 tvg-id="" status="error",彭水新闻综合 (288p) http://pengshuilive.cbg.cn/pengshui01.m3u8 #EXTINF:-1 tvg-id="" status="error",彭水文化旅游 (288p) @@ -2261,8 +2255,14 @@ http://qxlmlive.cbg.cn:1935/app_2/ls_56.stream/playlist.m3u8 http://qxlmlive.cbg.cn:1935/app_2/ls_57.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",长寿综合 (720p) [Not 24/7] http://qxlmlive.cbg.cn:1935/app_2/ls_63.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",四川 Ⅰ 四川影视台 (720p) [Not 24/7] -http://scgctvshow.sctv.com/hdlive/sctv5/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",四川 Ⅰ 四川新闻台 (720p) [Not 24/7] +http://scgctvshow.sctv.com/hdlive/sctv4/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",四川 Ⅰ 星空购物台 (720p) [Not 24/7] +http://scgctvshow.sctv.com/hdlive/sctv6/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",四川公共 (720p) +http://scgctvshow.sctv.com/hdlive/sctv9/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",黑龙江新闻法治 +http://stream3.hljtv.com/hljxw2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="error",朔州1 (480p) [Not 24/7] http://stream.sxsztv.com/live1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",朔州2 (480p) [Not 24/7] diff --git a/streams/co.m3u b/streams/co.m3u index 9e31322a1..182fa505c 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="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 @@ -19,17 +19,17 @@ https://5ab772334c39c.streamlock.net/live-calitv/calitv1/playlist.m3u8 https://video17.virtualtronics.com/streamer/canalcampotv.m3u8 #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="Canal2.co" status="error",Canal 2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal2.co" status="online",Canal 2 (720p) [Not 24/7] https://video13.virtualtronics.com/streamer/canal2.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 #EXTINF:-1 tvg-id="Canal12.co" status="online",Canal 12 (Valledupar | Cesar) (486p) https://q-s-l4n3sh4d0w.onrender.com/iptv-query?streaming-ip=https://teveo.com.co/player/AcAAAgAJAAFFA1IAyADIQCAAAAAAAAAA.js -#EXTINF:-1 tvg-id="CanalC.co" status="error",Canal C (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalC.co" status="online",Canal C (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] https://stmv2.voxtvhd.com.br/canalccali/canalccali/playlist.m3u8 #EXTINF:-1 tvg-id="CanalCapital.co" status="online",Canal Capital (720p) [Not 24/7] https://mdstrm.com/live-stream-playlist/57d01d6c28b263eb73b59a5a.m3u8 -#EXTINF:-1 tvg-id="CanalCongreso.co" status="error",Canal Congreso (Bogotà | Cundinamarca) [Not 24/7] +#EXTINF:-1 tvg-id="CanalCongreso.co" status="timeout",Canal Congreso (Bogotà | Cundinamarca) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/CanalCongresoColombia/live #EXTINF:-1 tvg-id="CanalDoce.co" status="online",Canal Doce https://api.new.livestream.com/accounts/27724665/events/8376416/live.m3u8 @@ -49,7 +49,7 @@ https://byecableiptv.com/canapycvivo/canalpyc.stream/playlist.m3u8 https://server12.videostreaming.net:3628/stream/play.m3u8 #EXTINF:-1 tvg-id="CanalVIP.co" status="online",Canal VIP https://play.cdn.enetres.net/B9E570CFE54949C7ABB985D4F8F77F7F0211/02267/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalVisionDorada.co" status="error",Canal Visión Dorada (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalVisionDorada.co" status="online",Canal Visión Dorada (720p) [Not 24/7] 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 @@ -128,7 +128,7 @@ https://5b464b69d264e.streamlock.net/Channels_live/ngrp:telemusica_all/playlist. https://stream.logicideas.media/telepacifico-live/smil:live.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TelePasto.co" status="error",TelePasto [Not 24/7] https://byecableiptv.com/telepasto/Telepasto.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="Telepetroleo.co" status="error",Telepetróleo (Barrancabermeja | Santander) (720p) +#EXTINF:-1 tvg-id="Telepetroleo.co" status="online",Telepetróleo (Barrancabermeja | Santander) (720p) https://q-s-l4n3sh4d0w.onrender.com/iptv-query?streaming-ip=https://teveo.com.co/player/AcAAAgAIAAE7A1IAyADIUCAAAAAAAAAA.js #EXTINF:-1 tvg-id="TeleSanJacinto.co" status="online",Tele San Jacinto https://video.ejeserver.com/live/telesanjacinto.m3u8 @@ -144,10 +144,10 @@ https://streamyes.alsolnet.com/tvgracia/live/playlist.m3u8 https://stmv2.voxtvhd.com.br/tvnglobal/tvnglobal/playlist.m3u8 #EXTINF:-1 tvg-id="UAOPlay.co" status="online",UAO Play https://play.cdn.enetres.net/184784E1D210401F8041E3E1266822CC023/028/playlist.m3u8 -#EXTINF:-1 tvg-id="UNABTV.co" status="online",UNAB (Universidad Autonoma de Bucaramanga) TV2 (Bucaramanga | Santander) -https://q-s-l4n3sh4d0w.onrender.com/iptv-query?streaming-ip=https://teveo.com.co/player/AcAAAgAXAALQA1IAyADIRKgAAAAAAAAA.js -#EXTINF:-1 tvg-id="UNABTV.co" status="error",UNAB (Universidad Autonoma de Bucaramanga) TV (Bucaramanga | Santander) +#EXTINF:-1 tvg-id="UNABTV.co" status="online",UNAB (Universidad Autonoma de Bucaramanga) TV (Bucaramanga | Santander) https://q-s-l4n3sh4d0w.onrender.com/iptv-query?streaming-ip=https://teveo.com.co/player/AcAAAgAXAALPA1IAyADIVKgAAAAAAAAA.js +#EXTINF:-1 tvg-id="UNABTV.co" status="error",UNAB (Universidad Autonoma de Bucaramanga) TV2 (Bucaramanga | Santander) +https://q-s-l4n3sh4d0w.onrender.com/iptv-query?streaming-ip=https://teveo.com.co/player/AcAAAgAXAALQA1IAyADIRKgAAAAAAAAA.js #EXTINF:-1 tvg-id="VeoTelevision.co" status="online",Veo Television (Guadalajara de Buga | Valle del Cauca) https://movil.ejeserver.com/live/veotv.m3u8 #EXTINF:-1 tvg-id="VeoTelevision.co" status="online",Veo Televisión @@ -158,11 +158,11 @@ https://stmv2.voxtvhd.com.br/zonajoventv/zonajoventv/playlist.m3u8 https://canalzoom.itex.com.co:3027/live/canalzoombr1live.m3u8 #EXTINF:-1 tvg-id="ZuldemaydaComunicaciones.co" status="error",Zuldemayda Comunicaciones https://video.ejeserver.com/live/zuldemayda.m3u8 -#EXTINF:-1 tvg-id="" status="online",EDVTV (Bogotà | Cundinamarca) -https://tustreamingvideo.com:3376/multi_live/play.m3u8 #EXTINF:-1 tvg-id="" status="online",Ondambiantal TV (Bogotà | Cundinamarca) https://server12.videostreaming.net:3230/stream/play.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Canal Capital Eureka (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/57d2ebe8fd61d8f9327f8ad1.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Canal Caracol Ahora (720p) https://mdstrm.com/live-stream-playlist/58dc3d471cbe05ff3c8e463e.m3u8 +#EXTINF:-1 tvg-id="" status="error",EDVTV (Bogotà | Cundinamarca) +https://tustreamingvideo.com:3376/multi_live/play.m3u8 diff --git a/streams/cr.m3u b/streams/cr.m3u index 43516be33..6b911f932 100644 --- a/streams/cr.m3u +++ b/streams/cr.m3u @@ -25,7 +25,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid https://rtmp.info/canal38/envivo/chunks.m3u8 #EXTINF:-1 tvg-id="Canal38.cr" status="online",Canal 38 (720p) [Not 24/7] https://rtmp.info/canal38/envivo/playlist.m3u8 -#EXTINF:-1 tvg-id="ColosalTV.cr" status="error",Colosal TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ColosalTV.cr" status="online",Colosal TV (720p) [Not 24/7] http://tv.ticosmedia.com:1935/COLOSAL/COLOSAL/playlist.m3u8 #EXTINF:-1 tvg-id="EJTV.cr" status="online",Enlace Juvenil (EJTV) (288p) [Not 24/7] https://api.new.livestream.com/accounts/ejtvla/events/2294538/live.m3u8 @@ -49,17 +49,17 @@ http://163.178.170.127:1935/quinceucr/live.stream_720p/playlist.m3u8 http://tvretropalmares.com:8090/hls/envivo.m3u8 #EXTINF:-1 tvg-id="SMOTV.cr" status="timeout",SMO TV http://186.15.50.30:8080/hls/smotv.m3u8 -#EXTINF:-1 tvg-id="TeleredTelevision.cr" status="online",Telered Television (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleredTelevision.cr" status="blocked",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 -#EXTINF:-1 tvg-id="TeleSURCostaRica.cr" status="online",TeleSUR Costa Rica (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleSURCostaRica.cr" status="blocked",TeleSUR Costa Rica (720p) [Not 24/7] https://59ef525c24caa.streamlock.net/telesur/telesur/playlist.m3u8 #EXTINF:-1 tvg-id="Teletica7.cr" status="error",Teletica 7 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x29e3wg -#EXTINF:-1 tvg-id="TeleUno.cr" status="error",Tele Uno (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleUno.cr" status="online",Tele Uno (720p) [Not 24/7] 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 @@ -73,7 +73,7 @@ http://k4.usastreams.com/videotour/videotour/playlist.m3u8 https://59ef525c24caa.streamlock.net/vmtv/vmlatino/playlist.m3u8 #EXTINF:-1 tvg-id="VoiceOverRadioTV.cr" status="online",VoiceOver Radio TV https://cloudvideo.servers10.com:8081/8198/index.m3u8 -#EXTINF:-1 tvg-id="ZonaFilmsTV.cr" status="error",Zona Films TV (900p) [Not 24/7] +#EXTINF:-1 tvg-id="ZonaFilmsTV.cr" status="timeout",Zona Films TV (900p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/zonafilmstv #EXTINF:-1 tvg-id="" status="online",TD+2 https://m6gdar5eyn93-hls-live.5centscdn.com/TDMas2/2409f772ae1a7179adc3f7da77d8785f.sdp/playlist.m3u8 diff --git a/streams/cw.m3u b/streams/cw.m3u index 148e5d6aa..4b72223b4 100644 --- a/streams/cw.m3u +++ b/streams/cw.m3u @@ -1,11 +1,11 @@ #EXTM3U -#EXTINF:-1 tvg-id="BonceTV.cw" status="error",Bonce TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="BonceTV.cw" status="online",Bonce TV (480p) [Not 24/7] https://seswa.bonce.tv/hls/bonceswa.m3u8 #EXTINF:-1 tvg-id="NosPais.cw" status="online",Nos Païs (720p) [Not 24/7] http://highvolume04.streampartner.nl/nos_pais_24_7/nos_pais_24_7/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleCuracao.cw" status="error",TeleCuraçao (720p) +#EXTINF:-1 tvg-id="TeleCuracao.cw" status="online",TeleCuraçao (720p) http://ott.streann.com:8080/loadbalancer/services/public/channels/5ed71e232cdc24a3d08cd6de/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleCuracao.cw" status="error",TeleCuraçao (720p) +#EXTINF:-1 tvg-id="TeleCuracao.cw" status="online",TeleCuraçao (720p) https://streannlivecariflix.cachefly.net/cariflix1/cariflix1/playlist.m3u8 #EXTINF:-1 tvg-id="TVDirect13.cw" status="online",TV Direct 13 (720p) [Not 24/7] https://edge1.tvdirect13.com/live/smil:mystream.smil/playlist.m3u8 diff --git a/streams/cy.m3u b/streams/cy.m3u index 6aca11d54..2f1702053 100644 --- a/streams/cy.m3u +++ b/streams/cy.m3u @@ -55,8 +55,6 @@ https://l3.cloudskep.com/cybcsat/abr/playlist.m3u8 https://sl2.sigmatv.com/hls/live.m3u8 #EXTINF:-1 tvg-id="TV2020.cy" status="error",TV 2020 (720p) http://kuzeykibris.tv/m3u8/tv_dialog.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) [Not 24/7] https://dev.aftermind.xyz/edge-hls/unitrust/voulitv/index.m3u8?token=8TXWzhY3h6jrzqEqu #EXTINF:-1 tvg-id="" status="online",Vouli TV (1080p) @@ -65,6 +63,8 @@ https://dev.aftermind.xyz/hls/unitrust/voulitv/index.m3u8?token=8TXWzhY3h6jrzqEq https://svs.itworkscdn.net/sat7kidslive/sat7kids.smil/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="" status="online",Kuzey Kibris TV (720p) [Not 24/7] 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",SAT-7 ARABIC (240p) https://svs.itworkscdn.net/sat7arabiclive/sat7arabic.smil/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="" status="online",SAT-7 PARS (720p) diff --git a/streams/de.m3u b/streams/de.m3u index 15f0853de..9876866a1 100644 --- a/streams/de.m3u +++ b/streams/de.m3u @@ -269,7 +269,7 @@ https://stream01.stream.welocal.world/stream/fhd-rfo_66876/ngrp:stream_all/playl 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="blocked",Rockland TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RocklandTV.de" status="online",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 @@ -391,8 +391,8 @@ http://livestreams.br.de/i/bralpha_germany@119899/master.m3u8 https://brlive-lh.akamaihd.net/i/bfsnord_germany@119898/master.m3u8 #EXTINF:-1 tvg-id="" status="online",ARD-alpha (720p) [Not 24/7] https://brlive-lh.akamaihd.net/i/bralpha_germany@119899/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",Motorvision (576p) [Geo-blocked] -http://210.210.155.35/uq2663/h/h09/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",Motorvision (576p) +http://210.210.155.37/uq2663/h/h09/index.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",DW (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s26/index.m3u8 @@ -432,8 +432,8 @@ http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/139.m3u8 http://176.10.117.18:8000/play/a00f/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ARTI TV (1080p) [Not 24/7] http://176.10.117.18:8000/play/a002/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",Motorvision (576p) -http://210.210.155.37/uq2663/h/h09/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",Motorvision (576p) [Geo-blocked] +http://210.210.155.35/uq2663/h/h09/index.m3u8 #EXTINF:-1 tvg-id="" status="error",BR Fernsehen Süd (720p) [Geo-blocked] http://livestreams.br.de/i/bfssued_germany@119890/master.m3u8 #EXTINF:-1 tvg-id="" status="error",Südtirol TV (720p) diff --git a/streams/do.m3u b/streams/do.m3u index 655bc6052..5b230a85a 100644 --- a/streams/do.m3u +++ b/streams/do.m3u @@ -51,7 +51,7 @@ http://50.30.37.36:1935/live/stream/playlist.m3u8 https://ss9.domint.net:3026/ctv8_str/contanzatv/playlist.m3u8 #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="error",CromTV +#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 @@ -109,9 +109,9 @@ http://stream3.prostudionetwork.com:1943/megavision/MV/playlist.m3u8 http://190.103.183.24:1935/live/MicroHD/playlist.m3u8 #EXTINF:-1 tvg-id="MisionELTV.do" status="online",Mision ELTV (480p) [Not 24/7] https://5790d294af2dc.streamlock.net/8286/8286/playlist.m3u8 -#EXTINF:-1 tvg-id="MiTV.do" status="online",MiTV +#EXTINF:-1 tvg-id="MiTV.do" status="error",MiTV https://ss2.domint.net:3204/mitv_str/mitv/playlist.m3u8 -#EXTINF:-1 tvg-id="MorroTV.do" status="error",MorroTV +#EXTINF:-1 tvg-id="MorroTV.do" status="online",MorroTV https://cloudflare.streamgato.us:3044/live/morrotvlive.m3u8 #EXTINF:-1 tvg-id="Mun2TV.do" status="timeout",Mun2TV https://servers.amelbasoluciones.co:19360/mun2tv/mun2tv.m3u8 @@ -123,9 +123,9 @@ https://cdn.streamingcpanel.com:3526/live/teleraiceslive.m3u8 https://streaming.ath.cx:1936/nexxotv/nexxotv/playlist.m3u8 #EXTINF:-1 tvg-id="NitidaTV.do" status="online",Nítida TV https://live.teledomdr.com:3131/live/nitidatvlive.m3u8 -#EXTINF:-1 tvg-id="ORBITTV.do" status="error",ORBIT TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="ORBITTV.do" status="online",ORBIT TV (480p) [Geo-blocked] https://ss3.domint.net:3134/otv_str/orbittv/playlist.m3u8 -#EXTINF:-1 tvg-id="PeraviaVision.do" status="online",Peravía Visión +#EXTINF:-1 tvg-id="PeraviaVision.do" status="error",Peravía Visión https://ss5.domint.net:3048/pvv_str/peravia/playlist.m3u8 #EXTINF:-1 tvg-id="PH.do" status="online",PH (720p) [Not 24/7] https://cm.hostlagarto.com:4445/phtv/Phtv.myStream/playlist.m3u8 @@ -143,7 +143,7 @@ http://tv.romanatv42.com/hls/live.m3u8 https://ss9.domint.net:3044/spm_str/sabanetatv/playlist.m3u8 #EXTINF:-1 tvg-id="SanIsidroTV.do" status="online",San Isidro TV (360p) [Not 24/7] https://cdn4.hostlagarto.com:8081/static/sanisidrotv/playlist.m3u8 -#EXTINF:-1 tvg-id="SenalesTV.do" status="online",Señales TV +#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="online",Sensación TV https://ss5.domint.net:3002/stv_str/sensaciontv/playlist.m3u8 @@ -163,7 +163,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 @@ -183,9 +183,9 @@ https://cdn2.streamgato.us/telemax/telemax/playlist.m3u8 https://api.new.livestream.com/accounts/28126860/events/8825282/live.m3u8 #EXTINF:-1 tvg-id="Telemilenio.do" status="online",Telemilenio (720p) [Not 24/7] http://cm.hostlagarto.com:8081/Telemilenio/Telemilenio.myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="Telenord8.do" status="error",Telenord 8 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Telenord8.do" status="online",Telenord 8 (1080p) [Not 24/7] http://newyorkstream.ddns.net:1935/telenord8/telenord8/playlist.m3u8 -#EXTINF:-1 tvg-id="Telenord10.do" status="error",Telenord Canal 10 (1080p) [Not 24/7] +#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] http://newyorkstream.ddns.net:1935/telenord12/telenord12/playlist.m3u8 @@ -213,7 +213,7 @@ https://live.teledom.info:3625/live/tra45live.m3u8 https://cm.hostlagarto.com:4445/Dajatv/Dajatv.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="TVExitos.do" status="online",TV Éxitos (720p) [Not 24/7] https://vdo1.streamgato.us:3359/live/tvexitoslive.m3u8 -#EXTINF:-1 tvg-id="TVHigueyDigital.do" status="error",TV Higuey Digital +#EXTINF:-1 tvg-id="TVHigueyDigital.do" status="online",TV Higuey Digital https://vdo1.streamgato.us:3046/live/tvhigueycanal12live.m3u8 #EXTINF:-1 tvg-id="TVMontanaCanal10.do" status="error",TV Montaña Canal 10 (720p) [Not 24/7] http://ss6.domint.net:2060/tvm_str/montanatv/master.m3u8 @@ -221,7 +221,7 @@ http://ss6.domint.net:2060/tvm_str/montanatv/master.m3u8 https://rctvhd.net:8081/tvoromanalive/index.m3u8 #EXTINF:-1 tvg-id="TVPlata.do" status="error",TV Plata (1080p) [Not 24/7] https://ss6.domint.net:3104/tvp_str/tvplata/playlist.m3u8 -#EXTINF:-1 tvg-id="TVS.do" status="error",TVS (540p) [Geo-blocked] +#EXTINF:-1 tvg-id="TVS.do" status="online",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 diff --git a/streams/dz.m3u b/streams/dz.m3u index 1e1114e35..1cdd2fe52 100644 --- a/streams/dz.m3u +++ b/streams/dz.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="AlAnisTV.dz" status="online",Al Anis TV [Geo-blocked] https://cdn02.hta.dz/abr_htatv/El_Fhama_TV/playlist.m3u8 -#EXTINF:-1 tvg-id="BahiaTV.dz" status="online",Bahia TV [Geo-blocked] +#EXTINF:-1 tvg-id="BahiaTV.dz" status="error",Bahia TV [Geo-blocked] 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] https://live.creacast.com/cna/smil:cna.smil/playlist.m3u8 @@ -21,12 +21,12 @@ https://cdn02.hta.dz/abr_htatv/El_Djazair_N1/playlist.m3u8 https://cdn02.hta.dz/abr_htatv/EL_FADJR_TV_DZ/playlist.m3u8 #EXTINF:-1 tvg-id="ElHayatTV.dz" status="online",El Hayat TV [Geo-blocked] https://cdn02.hta.dz/abr_htatv/EL_HAYAT_TV_ALGERIE/playlist.m3u8 -#EXTINF:-1 tvg-id="EnnaharTV.dz" status="online",Ennahar TV [Geo-blocked] -https://cdn02.hta.dz/abr_htatv/ENNAHAR_TV/playlist.m3u8 #EXTINF:-1 tvg-id="EnnaharTV.dz" status="error",Ennahar TV (240p) [Not 24/7] http://numidiatv-live.dzsecurity.net:8081/entv/EnnaharTV/playlist.m3u8 #EXTINF:-1 tvg-id="EnnaharTV.dz" status="error",Ennahar TV (360p) [Not 24/7] http://numidiatv-live.dzsecurity.net:8081/entv/EnnaharTV_SD/chunks.m3u8 +#EXTINF:-1 tvg-id="EnnaharTV.dz" status="error",Ennahar TV [Geo-blocked] +https://cdn02.hta.dz/abr_htatv/ENNAHAR_TV/playlist.m3u8 #EXTINF:-1 tvg-id="LinaTV.dz" status="error",Lina TV [Geo-blocked] https://cdn02.hta.dz/abr_htatv/Lina_TV/playlist.m3u8 #EXTINF:-1 tvg-id="SamiraTV.dz" status="blocked",Samira TV [Geo-blocked] diff --git a/streams/ec.m3u b/streams/ec.m3u index b0ccfd55b..afe71f2d4 100644 --- a/streams/ec.m3u +++ b/streams/ec.m3u @@ -7,7 +7,7 @@ https://59d39900ebfb8.streamlock.net/canelatv/canelatv/playlist.m3u8 https://ecotel.streamseguro.com/hls/ecoteltv.m3u8 #EXTINF:-1 tvg-id="EcuadorTV.ec" status="error",Ecuador TV (480p) http://45.179.140.242:8000/play/a0jp -#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 @@ -45,7 +45,7 @@ http://181.198.32.153:8080/hls/stream.m3u8 http://ecuastreamhd.com:1935/UCSGHQ/UCSGHQ/chunklist.m3u #EXTINF:-1 tvg-id="UCSGTV.ec" status="online",UCSG TV https://www.ecuastream.net/pls/ucsghd.m3u8 -#EXTINF:-1 tvg-id="UnsionTV.ec" status="timeout",Unisión (720p) [Not 24/7] +#EXTINF:-1 tvg-id="UnsionTV.ec" status="error",Unisión (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://player.vimeo.com/video/645807901 #EXTINF:-1 tvg-id="WuanPlus.ec" status="online",Wuan+ (720p) https://streamingwowza.com:1936/wuanplus/wuanplus/playlist.m3u8 @@ -53,10 +53,10 @@ https://streamingwowza.com:1936/wuanplus/wuanplus/playlist.m3u8 https://streamingwowza.com:1936/zaracaytv/smil:zaracaytv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Paraíso Digital (264p) [Not 24/7] https://cloudvideo.servers10.com:8081/8106/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Pasión TV (360p) [Not 24/7] -https://tv.portalexpress.es:3753/hybrid/play.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Visión Radio Televisión (808p) https://stmv.panel.mivideo.pro/vision/vision/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",Pasión TV (360p) [Not 24/7] +https://tv.portalexpress.es:3753/hybrid/play.m3u8 #EXTINF:-1 tvg-id="" status="error",TV Universal (Ecuador) (720p) [Not 24/7] https://59c3c7bda15f4.streamlock.net:444/universal/smil:universal.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Princesa Estéreo TV (720p) [Not 24/7] diff --git a/streams/eg.m3u b/streams/eg.m3u index 89bde89bf..fb2629758 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 @@ -21,7 +21,7 @@ https://5aafcc5de91f1.streamlock.net/ctvchannel.tv/ctv.smil/playlist.m3u8 https://58cc65c534c67.streamlock.net/ctvchannel.tv/ctv.smil/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="error",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 @@ -52,7 +52,7 @@ http://livestreaming5.onlinehorizons.net/hls-live/NTNNileLife/_definst_/liveeven http://livestreaming5.onlinehorizons.net/hls-live/NTNNileSport/_definst_/liveevent/livestream.m3u8 #EXTINF:-1 tvg-id="NobleTV.eg" status="online",Noble TV (360p) https://5d39f1ab8ba65.streamlock.net:1935/arabic-test/arabic-test/playlist.m3u8 -#EXTINF:-1 tvg-id="NogoumFMTV.eg" status="error",Nogoum FM TV (506p) [Not 24/7] +#EXTINF:-1 tvg-id="NogoumFMTV.eg" status="online",Nogoum FM TV (506p) [Not 24/7] https://stream-speed.extremesolution.mobi/nogoumfm/nogoumfmlive/playlist.m3u8 #EXTINF:-1 tvg-id="OmgChannelHD.eg" status="error",Omg Channel TV (720p) [Not 24/7] http://media6.smc-host.com:1935/omgchannel.net/omgtv/playlist.m3u8 diff --git a/streams/es.m3u b/streams/es.m3u index 9bf4d0afb..9a27ccedc 100644 --- a/streams/es.m3u +++ b/streams/es.m3u @@ -77,7 +77,7 @@ http://ventdelnord.tv:8080/escala/directe.m3u8 https://hlsliveamdgl0-lh.akamaihd.net/i/hlslive_1@429494/master.m3u8 #EXTINF:-1 tvg-id="Canal25TV.es" status="online",Canal 25 TV (Barbastro) (720p) [Not 24/7] https://common01.todostreaming.es/live/tvbarbastro-livestream.m3u8 -#EXTINF:-1 tvg-id="Canal33Madrid.es" status="error",Canal 33 Madrid (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal33Madrid.es" status="online",Canal 33 Madrid (720p) [Not 24/7] https://5ab29cc78f681.streamlock.net/canal33tvmadridgmailcom/livestream/master.m3u8 #EXTINF:-1 tvg-id="Canal56.es" status="online",Canal 56 (576p) [Not 24/7] https://videos.canal56.com/directe/stream/index.m3u8 @@ -85,7 +85,7 @@ https://videos.canal56.com/directe/stream/index.m3u8 http://canal2000.berkano-systems.net/streaming/streams/canal2000.m3u8 #EXTINF:-1 tvg-id="CanalDiocesano.es" status="online",Canal Diocesano (576p) [Not 24/7] https://cdn01.yowi.tv/DDDDDDDDDD/master.m3u8 -#EXTINF:-1 tvg-id="CanalDonana.es" status="online",Canal Doñana (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalDonana.es" status="error",Canal Doñana (720p) [Not 24/7] https://secure5.todostreaming.es/live/division-alm.m3u8 #EXTINF:-1 tvg-id="CanalExtremadura.es" status="online",Canal Extremadura (576p) [Not 24/7] https://cdnlive.shooowit.net/canalextremaduralive/smil:channel1DVR.smil/playlist.m3u8 @@ -95,20 +95,20 @@ https://canalmalaga-tv-live.flumotion.com/playlist.m3u8 http://congresodirecto-f.akamaihd.net/i/congreso6_1@54665/master.m3u8 #EXTINF:-1 tvg-id="CanalSanRoque.es" status="online",Canal San Roque (720p) [Not 24/7] https://elastic10.todostreaming.es/live/sanroque-livestream.m3u8 -#EXTINF:-1 tvg-id="CanalSierradeCadiz.es" status="online",Canal Sierra de Cádiz (1080p) -http://217.125.136.93:8080/canalsierradecadiz1080.m3u8 -#EXTINF:-1 tvg-id="CanalSierradeCadiz.es" status="online",Canal Sierra de Cádiz (720p) -http://217.125.136.93:8080/canalsierradecadiz720.m3u8 -#EXTINF:-1 tvg-id="CanalSierradeCadiz.es" status="online",Canal Sierra de Cádiz (576p) +#EXTINF:-1 tvg-id="CanalSierradeCadiz.es" status="timeout",Canal Sierra de Cádiz (576p) http://217.125.136.93:8080/canalsierradecadiz576.m3u8 +#EXTINF:-1 tvg-id="CanalSierradeCadiz.es" status="timeout",Canal Sierra de Cádiz (720p) +http://217.125.136.93:8080/canalsierradecadiz720.m3u8 +#EXTINF:-1 tvg-id="CanalSierradeCadiz.es" status="timeout",Canal Sierra de Cádiz (1080p) +http://217.125.136.93:8080/canalsierradecadiz1080.m3u8 #EXTINF:-1 tvg-id="CanalSuper3.es" status="error",Canal Super 3 (1080p) [Not 24/7] https://directes-tv-int.ccma.cat/int/ngrp:c33_web/playlist.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="CCMAExclusiu1.es" status="error",CCMA Exclusiu 1 (1080p) [Not 24/7] @@ -151,10 +151,10 @@ https://etbvnogeo-lh.akamaihd.net/i/ETBEITBEUS_1@300391/master.m3u8 https://directes-tv-int.ccma.cat/int/ngrp:c33_web/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="Elche7TV.es" status="error",Elche 7 TV (1080p) [Not 24/7] https://streaming.elche7tv.es/hls/canal2.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="ElToroTV.es" status="error",El Toro TV (720p) [Not 24/7] https://live1-eltorotv.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="ESNETV.us" status="error",ESNE TV (1080p) @@ -189,7 +189,7 @@ https://cloud.streamingconnect.tv:455/guadatv/guadatv.m3u8 https://wowzaprod130-i.akamaihd.net/hls/live/570468/275f3ea5/playlist.m3u8 #EXTINF:-1 tvg-id="HQMArabic.es" status="error",HQM Arabic (1080p) https://livelist01.yowi.tv/lista/39596c72840d27b213caf4e58c39599a6f2ed203/master.m3u8 -#EXTINF:-1 tvg-id="HQMBaladas.es" status="error",HQM Baladas (1080p) +#EXTINF:-1 tvg-id="HQMBaladas.es" status="online",HQM Baladas (1080p) https://livelist01.yowi.tv/lista/5d7d2c21e0ec7a8a99fd1fdbc52cbdc0782f77fc/master.m3u8 #EXTINF:-1 tvg-id="HQMBlues.es" status="error",HQM Blues (1080p) https://livelist01.yowi.tv/lista/81c601f370e44dc566113fd752204be5f5f53b61/master.m3u8 @@ -247,7 +247,7 @@ https://hlsliveamdgl7-lh.akamaihd.net/i/hlsdvrlive_1@583042/master.m3u8 https://ztnr.rtve.es/ztnr/1688877.m3u8 #EXTINF:-1 tvg-id="La1.es" status="error",La 1 (720p) [Geo-blocked] https://rtvelivestreamv3.akamaized.net/rtvesec/la1_bkp_dvr.m3u8 -#EXTINF:-1 tvg-id="La2.es" status="online",La 2 (1080p) +#EXTINF:-1 tvg-id="La2.es" status="timeout",La 2 (1080p) https://ztnr.rtve.es/ztnr/1688885.m3u8 #EXTINF:-1 tvg-id="La2.es" status="error",La 2 (720p) https://hlsliveamdgl0-lh.akamaihd.net/i/hlsdvrlive_1@60531/master.m3u8 @@ -261,7 +261,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="error",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 @@ -287,7 +287,7 @@ https://pull12.atresmedia.com/lavoz/master.m3u8 http://212.104.160.156:1935/live/lebrijatv2/playlist3.m3u8 #EXTINF:-1 tvg-id="LevanteTV.es" status="error",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 @@ -401,10 +401,10 @@ https://limited09.todostreaming.es/live/tarson-livestream.m3u8 https://streaming01.gestec-video.com/hls/artequatreTVA.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="online",TVE Internacional Asia-Oceania (576p) +http://210.210.155.37/uq2663/h/h158/index2.m3u8 #EXTINF:-1 tvg-id="TVEInternacionalAsiaOceania.es" status="error",TVE Internacional Asia-Oceania (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h158/index2.m3u8 -#EXTINF:-1 tvg-id="TVEInternacionalAsiaOceania.es" status="error",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 #EXTINF:-1 tvg-id="tvG2.es" status="online",tvG2 (720p) [Not 24/7] @@ -449,8 +449,6 @@ https://mdstrm.com/live-stream-playlist/5cae562e0ca2f30815231c0f.m3u8?access_tok https://live.atresmediainternacional.com/ATRESMEDIA/a3cine-index.m3u8 #EXTINF:-1 tvg-id="" status="online",LA7 (720p) https://cdnlive.shooowit.net/la7live/smil:channel1.smil/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",Zafra TV (720p) [Not 24/7] -https://cloud.streamingconnect.tv:455/radiotvzafra/radiotvzafra.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Rutas del Perú (360p) [Not 24/7] https://tv.portalexpress.es:3731/stream/play.m3u8 #EXTINF:-1 tvg-id="" status="online",Aragón Radio (Zaragoza) [Not 24/7] @@ -505,6 +503,8 @@ https://cdn01.yowi.tv/GGGGGGGGGG/master.m3u8 https://cdn041.fractalmedia.es/stream/live/udtv/index.m3u8 #EXTINF:-1 tvg-id="" status="error",OndaMezquita 7 TV (720p) [Not 24/7] https://cloud.streamingconnect.tv:455/mezquita/mezquita.m3u8 +#EXTINF:-1 tvg-id="" status="error",Zafra TV (720p) [Not 24/7] +https://cloud.streamingconnect.tv:455/radiotvzafra/radiotvzafra.m3u8 #EXTINF:-1 tvg-id="" status="error",BARVA.TV (360p) https://cp.sradiotv.com:1936/8076/8076/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",+24 (576p) diff --git a/streams/fi_samsung.m3u b/streams/fi_samsung.m3u index e3fcd6c66..b3338e068 100644 --- a/streams/fi_samsung.m3u +++ b/streams/fi_samsung.m3u @@ -9,10 +9,10 @@ https://bloomberg-quicktake-1-fi.samsung.wurl.com/manifest/playlist.m3u8 https://bloomberg-bloomberg-1-fi.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="DuckTV.sk" status="online",Duck TV (720p) https://mmm-ducktv-4-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Rakuten Family (Finland) (720p) -https://rakuten-family-12-fi.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Euronews English (720p) https://rakuten-euronews-1-fi.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten Family (Finland) (720p) +https://rakuten-family-12-fi.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Rakuten Comedy (Finland) (720p) https://rakuten-comedy-12-fi.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Rakuten Documentaries (Finland) (720p) diff --git a/streams/fj.m3u b/streams/fj.m3u index e1ef5e27a..f1981ddd2 100644 --- a/streams/fj.m3u +++ b/streams/fj.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="FijiTV.fj" status="error",Fiji TV (720p) [Not 24/7] +#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="error",Fiji TV (720p) [Not 24/7] +#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 e2451c224..4df52c50b 100644 --- a/streams/fr.m3u +++ b/streams/fr.m3u @@ -39,7 +39,7 @@ 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="online",Chérie 25 (360p) https://s13.tntendirect.com/cherie25/live/playlist.m3u8 -#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="online",CStar (360p) https://s13.tntendirect.com/d17/live/playlist.m3u8 @@ -94,15 +94,15 @@ http://edge9.iptvnetwork.net/live/france4/playlist.m3u8 https://s13.tntendirect.com/france5/live/playlist.m3u8 #EXTINF:-1 tvg-id="France24Arabic.fr" status="timeout",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="error",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="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="error",Franceinfo (720p) [Not 24/7] +#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 -#EXTINF:-1 tvg-id="FranceInter.fr" status="online",France Inter (720p) [Not 24/7] +#EXTINF:-1 tvg-id="FranceInter.fr" status="timeout",France Inter (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCJldRgT_D7Am-ErRHQZ90uw/live #EXTINF:-1 tvg-id="Francophonie24.fr" status="online",Francophonie24 (1080p) https://5421175365ea3.streamlock.net/live/smil:switch.smil/playlist.m3u8 @@ -136,12 +136,12 @@ https://iptv.azlinux.fr/?url=https://www.dailymotion.com/video/x2lefik https://shls-m6-france-prod-dub.shahid.net/out/v1/c8a9f6e000cd4ebaa4d2fc7d18c15988/index.m3u8 #EXTINF:-1 tvg-id="M6Music.fr" status="error",M6 Music (1080p) http://185.234.217.27:8002/play/a03d/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) http://tv.mondeduloisir.fr:1935/tixtv/smil:web.smil/playlist.m3u8 -#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) +#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) #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="NancyWebTV.fr" status="online",Nancy Web TV (394p) [Not 24/7] @@ -184,15 +184,15 @@ http://51.210.199.59/hls/stream.m3u8 http://51.210.199.17/hls/stream.m3u8 #EXTINF:-1 tvg-id="PublicSenat.fr" status="timeout",Public Sénat (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/xkxbzc -#EXTINF:-1 tvg-id="QwestTVJazzBeyond.fr" status="error",Qwest TV Jazz & Beyond (576p) +#EXTINF:-1 tvg-id="QwestTVJazzBeyond.fr" status="online",Qwest TV Jazz & Beyond (576p) http://210.210.155.37/uq2663/h/h94/01.m3u8 #EXTINF:-1 tvg-id="RMCDecouverte.fr" status="online",RMC Découverte (720p) https://s13.tntendirect.com/rmcdecouverte/live/playlist.m3u8 #EXTINF:-1 tvg-id="TebeSud.fr" status="error",TébéSud (1080p) [Not 24/7] https://edge-live-ger1.ovstream.com/hls/10/source.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",Tele Sude +#EXTINF:-1 tvg-id="Telesud.fr" status="error",Tele Sude http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wrxqb #EXTINF:-1 tvg-id="TF1.fr" status="online",TF1 (1080p) https://s13.tntendirect.com/tf1/live/playlist.m3u8 @@ -232,8 +232,6 @@ https://54627d4fc5996.streamlock.net/tzik/tzik/chunklist.m3u8 https://s13.tntendirect.com/w9/live/playlist.m3u8 #EXTINF:-1 tvg-id="" 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="" 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="" status="online",Euronews English (720p) https://d1mpprlbe8tn2j.cloudfront.net/v1/master/7b67fbda7ab859400a821e9aa0deda20ab7ca3d2/euronewsLive/87O7AhxRUdeeIVqf/ewnsabren_eng.m3u8 #EXTINF:-1 tvg-id="" status="online",viàMoselleTV (720p) [Not 24/7] @@ -255,6 +253,8 @@ http://ott-cdn.ucom.am/s89/index.m3u8 http://51.210.199.16/hls/stream.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Trace Latina http://185.234.217.27:8002/play/a02f/index.m3u8 +#EXTINF:-1 tvg-id="" 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="" status="timeout",Euronews по-русски (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFzJjgVicCtFxJ5B0P_ei8A/live #EXTINF:-1 tvg-id="" status="timeout",Euronews Albania (1080p) [Not 24/7] diff --git a/streams/fr_euronews.m3u b/streams/fr_euronews.m3u index 377e4f78b..ac6ed7954 100644 --- a/streams/fr_euronews.m3u +++ b/streams/fr_euronews.m3u @@ -7,7 +7,7 @@ https://euronews.alteox.app/hls/fr_stream.m3u8 https://euronews.alteox.app/hls/de_stream.m3u8 #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 +#EXTINF:-1 tvg-id="EuronewsPortuguese.fr" status="error",Euronews Portuguese https://euronews.alteox.app/hls/pt_stream.m3u8 #EXTINF:-1 tvg-id="EuronewsRussian.fr" status="online",Euronews Russian https://euronews.alteox.app/hls/ru_stream.m3u8 diff --git a/streams/gl.m3u b/streams/gl.m3u index bcf03cd8d..2f8120938 100644 --- a/streams/gl.m3u +++ b/streams/gl.m3u @@ -1,5 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="KNR1.gl" status="timeout",KNR1 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCIjOAtv53RHerlfl98fZmcQ/live -#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 8e2852c35..b7d995756 100644 --- a/streams/gr.m3u +++ b/streams/gr.m3u @@ -85,7 +85,7 @@ https://channel.streams.ovh:1936/galaxygr-1/galaxygr-1/playlist.m3u8 https://vdo.alphaserver.gr:3613/stream/play.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] +#EXTINF:-1 tvg-id="GreekTVLondon.gr" status="error",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 @@ -141,7 +141,7 @@ https://live.streams.ovh/YourStreaming/YourStreaming/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 2bf0e6742..8955af4c8 100644 --- a/streams/gt.m3u +++ b/streams/gt.m3u @@ -1,13 +1,13 @@ #EXTM3U #EXTINF:-1 tvg-id="Canal3.gt" status="error",Canal 3 (480p) https://devdbm9fvg6q0.cloudfront.net/chapintv/smil:canal3.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal69BarvisionTV.gt" status="online",Canal 69 BarvisionTV (Biblia Central) +#EXTINF:-1 tvg-id="Canal69BarvisionTV.gt" status="error",Canal 69 BarvisionTV (Biblia Central) https://stream.oursnetworktv.com/latin/BibliaCentral/playlist.m3u8 #EXTINF:-1 tvg-id="CanalAntigua.gt" status="online",Canal Antigua (1080p) https://streaming.canal32hn.com/CanalAntigua/myStream/playlist.m3u8 #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="Guatevision.gt" status="online",Guatevisión https://prensalibre-live.cdn.vustreams.com/live/cd8f5328-7a1c-49d9-b318-9190858d1826/live.isml/playlist.m3u8 diff --git a/streams/hk.m3u b/streams/hk.m3u index 77c1f6183..45ef81509 100644 --- a/streams/hk.m3u +++ b/streams/hk.m3u @@ -5,20 +5,20 @@ http://210.210.155.37/qwr9ew/s/s31/index.m3u8 http://50.7.161.82:8278/streams/d/Celestial2/playlist.m3u8 #EXTINF:-1 tvg-id="CelestialClassicMovies.hk" status="error",Celestial Classic 天映经典 (Celestial Classic Movies) (Indonesian Subtitle) (576p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s31/index.m3u8 -#EXTINF:-1 tvg-id="CelestialMovies.hk" status="online",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) +#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="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="error",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="Kix.hk" status="error",Kix (Indonesian Subtitle) (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h07/index.m3u8 +#EXTINF:-1 tvg-id="Kix.hk" status="error",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="error",Phoenix Chinese Channel (鳳凰衛視中文) (576p) [Geo-blocked] @@ -27,18 +27,18 @@ http://210.210.155.35/uq2663/h/h157/index2.m3u8 http://210.210.155.37/uq2663/h/h157/index2.m3u8 #EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="error",Phoenix Chinese Channel (鳳凰衛視中文) (1080p) [Not 24/7] https://phoenixtv.hkatv.vip/liveott/PCC.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="PhoenixInfoNewsChannel.hk" status="error",Phoenix InfoNews Channel (鳳凰衛視資訊) (1080p) [Not 24/7] https://phoenixtv.hkatv.vip/liveott/PIN.m3u8 #EXTINF:-1 tvg-id="StarSports.hk" status="error",Star Sports rtmp://ivi.bupt.edu.cn:1935/livetv/starsports -#EXTINF:-1 tvg-id="Thrill.hk" status="online",Thrill (576p) -http://210.210.155.37/qwr9ew/s/s34/index.m3u8 #EXTINF:-1 tvg-id="Thrill.hk" status="error",Thrill (576p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s34/index.m3u8 +#EXTINF:-1 tvg-id="Thrill.hk" status="error",Thrill (576p) +http://210.210.155.37/qwr9ew/s/s34/index.m3u8 #EXTINF:-1 tvg-id="TVBJade.hk" status="error",翡翠台 http://iptv.tvfix.org/hls/jade.m3u8 #EXTINF:-1 tvg-id="TVBXingHe.hk" status="error",TVB Xing He 星河 (720p) [Not 24/7] @@ -47,8 +47,6 @@ http://50.7.161.82:8278/streams/d/Xinhe/playlist.m3u8 https://cdn.hkdtmb.com/hls/99/index.m3u8 #EXTINF:-1 tvg-id="ViuTVsix.hk" status="timeout",ViuTVsix http://61.238.6.49:8000/bysid/96 -#EXTINF:-1 tvg-id="" status="online",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 #EXTINF:-1 tvg-id="" status="online",香港开电视 / HKSTV-HKS (720p) @@ -57,6 +55,8 @@ http://media.fantv.hk/m3u8/archive/channel2.m3u8 http://202.69.67.66:443/webcast/bshdlive-pc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",香港衛視 (576p) [Not 24/7] http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8 +#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="timeout",TVB明珠台 (PEARL) http://116.199.5.51:8114/00000000/hls/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",TVB翡翠台 (JADE) (576p) diff --git a/streams/hn.m3u b/streams/hn.m3u index 8849beb4d..b3b64e855 100644 --- a/streams/hn.m3u +++ b/streams/hn.m3u @@ -19,7 +19,7 @@ https://mdstrm.com/live-stream-playlist/603d4e1fb042ce07c5c8f911.m3u8 https://stmv1.zcastbr.com/catavision/catavision/playlist.m3u8 #EXTINF:-1 tvg-id="CCIChannel.hn" status="online",CCI Channel (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x836wjl -#EXTINF:-1 tvg-id="CeibaVisionCanal36.hn" status="error",Ceibavisión Canal 36 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CeibaVisionCanal36.hn" status="timeout",Ceibavisión Canal 36 (1080p) [Not 24/7] http://190.11.224.235:1935/CANAL36/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="CholusatSur36.hn" status="online",Cholusat Sur 36 (214p) [Not 24/7] http://audiotvserver.net:1935/livemedia/cholusat/playlist.m3u8 @@ -39,7 +39,7 @@ https://5b50404ec5e4c.streamlock.net/ebenezertv2/smil:ebenezertv2.smil/chunklist https://60417ddeaf0d9.streamlock.net/edntv/videoedntv/playlist.m3u8 #EXTINF:-1 tvg-id="GloboTV.hn" status="online",Globo TV (720p) [Not 24/7] https://panel.dattalive.com/8122/8122/playlist.m3u8 -#EXTINF:-1 tvg-id="HCH.hn" status="error",HCH (Hable Como Habla) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HCH.hn" status="online",HCH (Hable Como Habla) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x81za5c #EXTINF:-1 tvg-id="Hondured13.hn" status="error",Hondured 13 (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x83axzj @@ -47,7 +47,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x83axzj https://emisoras.hn:8081/jbn/index.m3u8 #EXTINF:-1 tvg-id="KerussoTV.hn" status="online",Kerusso TV (720p) https://emisoras.hn:8081/kerussotv/index.m3u8 -#EXTINF:-1 tvg-id="LencaTV.hn" status="online",Lenca Television (Canal 40) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LencaTV.hn" status="error",Lenca Television (Canal 40) (720p) [Not 24/7] http://lencatelevision.com:8080/hls/ltv1.m3u8 #EXTINF:-1 tvg-id="LTV.hn" status="online",LTV (720p) [Not 24/7] https://5e85d90130e77.streamlock.net/6022/6022/playlist.m3u8 @@ -65,7 +65,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="error",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 @@ -89,13 +89,13 @@ https://live-utv.unah.edu.hn/web/salida.m3u8 https://dw6a9whylepvl.cloudfront.net/hls/vtv.m3u8 #EXTINF:-1 tvg-id="WaldivisionInternacional.hn" status="error",Waldivisión Internacional (720p) [Not 24/7] https://tvdatta.com:3934/live/waldivisionlive.m3u8 -#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="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",Omega Tv (288p) [Not 24/7] -https://5caf24a595d94.streamlock.net:1937/8142/8142/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Vida TV (720p) [Not 24/7] http://184.173.181.2:1935/8070/8070/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",Todo Deportes TV + +http://free.fullspeed.tv/iptv-query?streaming-ip=https://conceptoweb-studio.com/radio/video/tododeportesplus/ +#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="error",Canal Uno de Chuloteca (720p) [Not 24/7] https://tvdatta.com:3392/live/portaldelsurhnlive.m3u8 diff --git a/streams/ht.m3u b/streams/ht.m3u index 0b52b8dcd..6b5900929 100644 --- a/streams/ht.m3u +++ b/streams/ht.m3u @@ -11,7 +11,7 @@ http://184.173.179.163:1935/daniel/daniel/playlist.m3u8 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] 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="error",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="RTVC.ht" status="error",Radio Télévision Caraïbes (RTVC) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x81lgjh @@ -27,7 +27,7 @@ http://tvpanoucom.srfms.com:1935/tvpanoucom/livestream/playlist.m3u8 https://uni01rtmp.tulix.tv/4vehtv/4vehtv-firetv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Radio Télévision Hirondelle (480p) [Not 24/7] https://watch.haitilive.net/gethb/rtvh16/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Radio Télé 4VEH (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Radio Télé 4VEH (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UClL_aynC_SESNLQEJHqO9MQ/live -#EXTINF:-1 tvg-id="" status="timeout",Radio Télé Eclair (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Radio Télé Eclair (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCOvGbDh5biuOqjx6G3CdrQg/live diff --git a/streams/id.m3u b/streams/id.m3u index cf5671969..c0ff10387 100644 --- a/streams/id.m3u +++ b/streams/id.m3u @@ -7,12 +7,12 @@ http://5e396e0211d7a.streamlock.net:1935/afbtv/live/playlist.m3u8 http://wowza58.indostreamserver.com:1935/afbtv/live/playlist.m3u8 #EXTINF:-1 tvg-id="AgropolitanTV.id" status="timeout",Agropolitan TV (360p) [Not 24/7] http://45.80.181.150:8080/hls/agropolitantv.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) 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="AlBahjahTV.id" status="error",Al-Bahjah TV (720p) @@ -25,7 +25,7 @@ http://210.210.155.37/qwr9ew/s/s07/index1.m3u8 http://210.210.155.35/qwr9ew/s/s07/index1.m3u8 #EXTINF:-1 tvg-id="ArekTV.id" status="error",Arek TV (576p) http://wowza58.indostreamserver.com:1935/arektv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="AshiilTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ashiil TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="AshiilTV.id" status="online" 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="AshiilTV.id" status="error",Ashiil TV (480p) @@ -47,7 +47,7 @@ https://liveanevia.mncnow.id/live/eds/BaliTV_Timeshift/sa_hls_timeshift/BaliTV_T http://202.150.153.254/bandungtv360p.m3u8 #EXTINF:-1 tvg-id="BandungTV.id" status="error",Bandung TV (720p) [Not 24/7] http://202.150.153.254/bandungtv720p.m3u8 -#EXTINF:-1 tvg-id="BanjarTV.id" status="online",Banjar TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BanjarTV.id" status="timeout",Banjar TV (720p) [Not 24/7] 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 @@ -73,10 +73,10 @@ https://b1world.beritasatumedia.com/Beritasatu/B1World_manifest.m3u8 http://edge.linknetott.swiftserve.com/live/BsNew/amlst:bsnew/playlist.m3u8 #EXTINF:-1 tvg-id="BETV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",BETV (360p) [Not 24/7] [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) -https://h1.intechmedia.net/intech/ch30.m3u8 -#EXTINF:-1 tvg-id="BETV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",BETV (360p) [Not 24/7] [Geo-blocked] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch58.m3u8 +#EXTINF:-1 tvg-id="BETV.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",BETV (360p) [Not 24/7] [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) +https://h1.intechmedia.net/intech/ch30.m3u8 #EXTINF:-1 tvg-id="BinBazTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Bin Baz TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch22.m3u8 @@ -86,7 +86,7 @@ http://livestream.biznetvideo.net/biznet_adventure/smil:adventure.smil/playlist. http://livestream.biznetvideo.net/biznet_kids/smil:kids.smil/playlist.m3u8?bizkeyliveCustomParameter=myParameter&bizkeyliveendtime=0&bizkeylivehash=qAri1M2xu_MAlnHwVRtOs24lR8Y_HSDijN2CRNghifUllhYqQSDlkd0qE8CkZwxC&bizkeylivestarttime=0 #EXTINF:-1 tvg-id="BiznetLifestyle.id" status="online",Biznet Lifestyle (720p) http://livestream.biznetvideo.net/biznet_lifestyle/smil:lifestyle.smil/playlist.m3u8?bizkeyliveCustomParameter=myParameter&bizkeyliveendtime=0&bizkeylivehash=jgDKPclcGdZfvrIDxfMdpT7v_srMWCbubntGo9cCYWpcBBQalMlLQxHswm43PbVR&bizkeylivestarttime=0 -#EXTINF:-1 tvg-id="BMSTV.id" status="timeout",Bayunmas TV (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="BMSTV.id" status="online",Bayunmas TV (720p) [Geo-blocked] 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 @@ -126,10 +126,10 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(ec41a5e2-09e4-43 #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="online",Elshinta TV (480p) [Not 24/7] [Geo-blocked] -http://210.210.155.37/qwr9ew/s/s10/index.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 -#EXTINF:-1 tvg-id="FajarTV.id" status="online",Fajar TV (240p) [Not 24/7] +#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 #EXTINF:-1 tvg-id="GarudaTV.id" status="online",Garuda TV (720p) [Not 24/7] https://ms.digdaya.tv/live/digdayatv/live.m3u8 @@ -147,26 +147,26 @@ https://d9se4hqsqt2j2.cloudfront.net/GTV2022.m3u8 #EXTINF:-1 tvg-id="GTV.id" status="online",GTV (720p) #EXTVLCOPT:http-referrer=https://www.rctiplus.com/ https://d322b885qvsbxg.cloudfront.net/GTV2021.m3u8 -#EXTINF:-1 tvg-id="HijrahTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Hijrah TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="HijrahTV.id" status="online" 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] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/HopeChannelIndonesia/live -#EXTINF:-1 tvg-id="HumaBetangTV.id" status="error",Huma Betang TV (720p) [Not 24/7] +#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] +http://210.210.155.37/qwr9ew/s/s04/index.m3u8 #EXTINF:-1 tvg-id="Indosiar.id" status="error",Indosiar (480p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s04/index.m3u8 -#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",iNews (720p) #EXTVLCOPT:http-referrer=https://www.rctiplus.com/ https://d2hfpzcndkyscp.cloudfront.net/INEWS_2021.m3u8 #EXTINF:-1 tvg-id="INews.id" status="error",iNews (1080p) #EXTVLCOPT:http-referrer=https://www.rctiplus.com/ 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] @@ -185,7 +185,7 @@ http://122.248.43.138:1935/ch23/myStream/playlist.m3u8 http://wowza58.indostreamserver.com:1935/jambitv/live/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] @@ -200,7 +200,7 @@ http://103.255.15.222:1935/tv/jitv_720p/playlist.m3u8 #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="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 @@ -230,11 +230,11 @@ 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="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="MediaSunnahAceh.id" status="timeout",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="MetroGlobeNetwork.id" status="online",Metro Globe Network (1080p) [Not 24/7] https://edge.medcom.id/live-edge/smil:mgnch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MetroTV.id" status="online",Metro TV (480p) [Not 24/7] @@ -245,7 +245,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/Metrotv 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="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",MHO TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="MHOTV.id" status="online" 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="MNCTV.id" status="online",MNCTV (720p) @@ -260,27 +260,27 @@ https://5bf7b725107e5.streamlock.net/mqtv/mqtv/playlist.m3u8 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="MuadzTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Muadz (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="MuadzTV.id" status="online" 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="MuadzTV.id" status="error",Muadz TV (1080p) http://wowza60.indostreamserver.com:1935/muadztv/live/playlist.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.35/uq2663/h/h193/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="online",My Family Channel (1080p) [Geo-blocked] -http://210.210.155.35/uq2663/h/h194/index.m3u8 -#EXTINF:-1 tvg-id="MyFamily.id" status="error",My Family Channel (1080p) [Geo-blocked] http://210.210.155.37/uq2663/h/h194/index.m3u8 +#EXTINF:-1 tvg-id="MyFamily.id" status="error",My Family Channel (1080p) [Geo-blocked] +http://210.210.155.35/uq2663/h/h194/index.m3u8 +#EXTINF:-1 tvg-id="MyKidz.id" status="online",My Kidz (1080p) [Geo-blocked] +http://210.210.155.37/uq2663/h/h191/index.m3u8 #EXTINF:-1 tvg-id="MyKidz.id" status="error",My Kidz (1080p) [Geo-blocked] http://210.210.155.35/uq2663/h/h191/index.m3u8 -#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="MyTV.id" status="error",MyTV (720p) [Not 24/7] [Geo-blocked] http://playlist.urfan.web.id/x6bnqe/s/s88/S4/mnf.m3u8 #EXTINF:-1 tvg-id="NabawiTV.id" status="online",Nabawi TV (576p) @@ -293,7 +293,7 @@ https://bravo.kugo.id/nettv/udp.stream/chunklist.m3u8 http://210.210.155.37/qwr9ew/s/s08/index.m3u8 #EXTINF:-1 tvg-id="NET.id" status="error",NET. (480p) [Geo-blocked] http://210.210.155.35/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="NuChannel.id" status="error",Nu Channel (576p) @@ -314,7 +314,7 @@ http://122.248.43.138:1935/ch16/myStream/playlist.m3u8 https://v3.siar.us/paltv/live/playlist.m3u8 #EXTINF:-1 tvg-id="PersadaTV.id" status="error",Persada TV (720p) [Not 24/7] http://wowza58.indostreamserver.com:1935/persadatv/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 @@ -326,7 +326,7 @@ https://alfa.kugo.id/playout/pop.stream/chunklist.m3u8 https://v6.siar.us/pujatv/live/chunks.m3u8 #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] +#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="blocked",RTV (480p) [Geo-blocked] @@ -335,11 +335,11 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(41869351-4a9c-4e http://210.210.155.35/dr9445/h/h10/index.m3u8 #EXTINF:-1 tvg-id="RajawaliTV.id" status="error",RTV (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h10/index.m3u8 -#EXTINF:-1 tvg-id="RasyaadTV.id" status="online",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] +#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="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",RCTI (720p) #EXTVLCOPT:http-referrer=https://www.rctiplus.com/ https://d35d0ifx19oopq.cloudfront.net/RCTI_2021.m3u8 @@ -370,7 +370,7 @@ http://36.89.47.217:11935/rrinet/live/index.m3u8 https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(2b945e2e-4297-4be9-9a45-aa023c890e13)/index.m3u8 #EXTINF:-1 tvg-id="SaktiTV.id" status="timeout",Sakti TV (480p) [Not 24/7] https://v2.siar.us/saktitv/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="SalamTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Salam TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="SalamTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Salam TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch12.m3u8 #EXTINF:-1 tvg-id="SalamTV.id" status="error",Salam TV [Not 24/7] @@ -379,10 +379,10 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/SALAMTV 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) @@ -395,9 +395,9 @@ http://122.248.43.138:1935/ch25/myStream/playlist.m3u8 https://bravo.kugo.id/spacetoon/udp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SriwijayaTV.id" status="online",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="online",Sultra TV (720p) offline +#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] +#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/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] @@ -405,7 +405,7 @@ https://h1.intechmedia.net/intech/ch17.m3u8 https://h1.intechmedia.net/intech/ch18.m3u8 #EXTINF:-1 tvg-id="SurabayaTV.id" status="error",Surabaya TV (720p) offline https://v3.siar.us/surabayatv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="SurauTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Surau TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="SurauTV.id" status="online" 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="SurauTV.id" status="error",Surau TV (720p) @@ -438,12 +438,12 @@ 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/watch?v=yNKvkPJl-tg #EXTINF:-1 tvg-id="tvOne.id" status="error",tvOne (480p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s105/01.m3u8 #EXTINF:-1 tvg-id="tvOne.id" status="error",tvOne (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s105/01.m3u8 -#EXTINF:-1 tvg-id="tvOne.id" status="error",tvOne -http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/watch?v=yNKvkPJl-tg #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) @@ -463,11 +463,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://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="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="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) @@ -513,11 +513,11 @@ http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINTTKUPANG #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://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="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="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] @@ -557,10 +557,10 @@ 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://118.97.50.107/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="TVRISouthKalimantan.id" status="online",TVRI Kalimantan Selatan (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALSELBANJARMSN)/index.m3u8 @@ -569,10 +569,10 @@ 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://118.97.50.107/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="TVRISouthSumatra.id" status="online",TVRI Sumatera Selatan (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRISUMSEL)/index.m3u8 @@ -605,11 +605,11 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINtbmataram)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestNusaTenggara.id" status="online",TVRI Nusa Tenggara Barat (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINTBMATARAM)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestSulawesi.id" status="online",TVRI Sulawesi Barat (720p) +http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIsulbarmajene)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIWestSulawesi.id" status="online",TVRI Sulawesi Barat (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIsulbarmajene)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestSulawesi.id" status="online",TVRI Sulawesi Barat (720p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIsulbarmajene)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIWestSulawesi.id" status="online",TVRI Sulawesi Barat (720p) -http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIsulbarmajene)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestSumatra.id" status="online",TVRI Sumatera Barat (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRISUMBARPADANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestSumatra.id" status="online",TVRI Sumatera Barat (720p) @@ -664,13 +664,13 @@ http://103.18.181.69:1935/golive/livestream10/playlist.m3u8 http://103.18.181.69:1935/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] -http://210.210.155.37/x6bnqe/s/s73/index2.m3u8 #EXTINF:-1 tvg-id="UChannel.id" status="error",U Channel (576p) [Not 24/7] http://5e396e0211d7a.streamlock.net:1935/uchannel/live/playlist.m3u8 #EXTINF:-1 tvg-id="UChannel.id" status="error",U Channel (576p) [Not 24/7] [Geo-blocked] http://210.210.155.35/x6bnqe/s/s73/index2.m3u8 -#EXTINF:-1 tvg-id="UFA24.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",UFA 24 (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="UChannel.id" status="error",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="online" 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) @@ -691,6 +691,10 @@ https://bravo.kugo.id/kugostar/udp.stream/chunklist.m3u8 https://bravo.kugo.id/persijatv/udp.stream/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",Pal TV (720p) [Not 24/7] +http://122.248.43.138:1935/ch7/myStream/playlist.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="online",Kugo 1 (720p) https://bravo.kugo.id/kugoone/udp.stream_720p/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",The Indonesia Channel @@ -699,18 +703,12 @@ https://cdn3.wowza.com/1/NEtzTTZ4c1FTTUN2/SkJBbVJs/hls/live/playlist.m3u8 https://ncbtv.siar.us/ncbtv/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Ficom Channel (720p) https://v3.siar.us/ficomchannel/live/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Pal TV (720p) [Not 24/7] -http://122.248.43.138:1935/ch7/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Kugo 1 (720p) https://alfa.kugo.id/playout/kugo1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",kugo Star (576i) https://alfa.kugo.id/playout/KugoStar.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Dens ShowBiz (576p) [Geo-blocked] -http://210.210.155.35/x6bnqe/s/s35/index.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",Dens Life Style (576p) [Geo-blocked] -http://210.210.155.37/x6bnqe/s/s65/index2.m3u8 #EXTINF:-1 tvg-id="" status="online",dTVi (720p) https://alfa.kugo.id/dtvi/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Sampit TV @@ -719,31 +717,31 @@ https://alfa.kugo.id/sampittv/rtmp.stream/chunklist.m3u8 https://bintangtv.siar.us/bintangtv/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",KSB (576p) https://bravo.kugo.id/ksb/udp.stream/playlist.m3u8 -#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="online",Dens Knowledge and Learning (576p) http://210.210.155.37/x6bnqe/s/s36/index.m3u8 +#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="blocked",The Indonesia Channel (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(20baf7aa-fd51-480f-87b3-dc4198090e86)/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Alwafa Tarim TV (Am Media) (720p) https://ammedia.siar.us/ammedia/live/playlist.m3u8 -#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="timeout",Unas TV (720p) https://ltun.siar.us/ltun/live/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Alwafa Tarim TV (Am Media) (720p) -https://v2.siar.us/ammedia/720/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",UBON TV (360p) [Not 24/7] http://5e396e0211d7a.streamlock.net:1935/ubontv/live/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",Dens ShowBiz (576p) [Geo-blocked] +http://210.210.155.35/x6bnqe/s/s35/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 Food Channel (576p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s38/index.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 Food Channel (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s38/index.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 Life Style (576p) [Geo-blocked] +http://210.210.155.37/x6bnqe/s/s65/index2.m3u8 #EXTINF:-1 tvg-id="" status="error",Jangkar Harapan (720p) http://bravo.kugo.id:1935/jangkartv/rtmp.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked] @@ -754,5 +752,7 @@ http://wms.klikhost.com/cnilive/cnilive/playlist.m3u8 http://wowza58.indostreamserver.com:1935/ubontv/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Cahaya Nuansa Islami (480p) https://5bf7b725107e5.streamlock.net/cnilive/cnilive/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="error",Prima TV (360p) [Not 24/7] https://v2.siar.us/primatv/livestream/chunks.m3u8 diff --git a/streams/il.m3u b/streams/il.m3u index 3c82c4fcc..f6ef9c126 100644 --- a/streams/il.m3u +++ b/streams/il.m3u @@ -41,8 +41,6 @@ https://stream5.shidur.net/htvlive2/smil:live2.smil/playlist.m3u8 https://stream71.shidur.net/htvlive2/smil:live2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Hidabroot (576p) https://stream72.shidur.net/htvlive2/smil:live2.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Musayof (Israel) (240p) [Not 24/7] -http://wowza.media-line.co.il/Musayof-Live/livestream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",As a Child (720p) https://kanlivep2event-i.akamaihd.net/hls/live/747600/747600/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",KAN 11 Israel (360p) [Geo-blocked] @@ -53,5 +51,7 @@ http://82.80.192.30/shoppingil_ShoppingIL21TVRepeat/smil:ShoppingIL21TV.smil/pla http://93.152.174.144:4000/play/ch12/index.m3u8 #EXTINF:-1 tvg-id="" status="error",KAN 11 Israel (720p) http://93.152.174.144:4000/play/kan11/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",Musayof (Israel) (240p) [Not 24/7] +http://wowza.media-line.co.il/Musayof-Live/livestream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Channel 2 News (432p) https://keshethlslive-lh.akamaihd.net/i/c2n_1@195269/master.m3u8 diff --git a/streams/in.m3u b/streams/in.m3u index 94e0b2378..1ec57ac49 100644 --- a/streams/in.m3u +++ b/streams/in.m3u @@ -3,7 +3,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 -#EXTINF:-1 tvg-id="9XJalwa.in" status="online",9X Jalwa (576p) [Not 24/7] +#EXTINF:-1 tvg-id="9XJalwa.in" status="timeout",9X Jalwa (576p) [Not 24/7] http://14.199.164.20:4001/play/a0nc/index.m3u8 #EXTINF:-1 tvg-id="9XJhakaas.in" status="online",9X Jhakaas (576p) [Not 24/7] http://14.199.164.20:4001/play/a0mx/index.m3u8 @@ -19,7 +19,7 @@ https://abp-i.akamaihd.net/hls/live/765530/abpananda/master.m3u8 http://abpasmita-lh.akamaihd.net/i/abpasmita_1@77821/master.m3u8 #EXTINF:-1 tvg-id="ABPAsmita.in" status="error",ABP Asmita (720p) https://abp-i.akamaihd.net/hls/live/765532/abpasmita/master.m3u8 -#EXTINF:-1 tvg-id="ABPHindi.in" status="blocked",ABP Hindi (324p) +#EXTINF:-1 tvg-id="ABPHindi.in" status="error",ABP Hindi (324p) http://hindiabp-lh.akamaihd.net/i/hindiabp1new_1@192103/master.m3u8 #EXTINF:-1 tvg-id="ABPHindi.in" status="error",ABP Hindi (720p) https://abp-i.akamaihd.net/hls/live/765529/abphindi/master.m3u8 @@ -29,7 +29,7 @@ https://abp-i.akamaihd.net/hls/live/765531/abpmajha/master.m3u8 http://akaram.zecast.net/akaram-live/akaramkidz/index.m3u8 #EXTINF:-1 tvg-id="AKDCalcuttaNews.in" status="blocked",AKD Calcutta News (540p) [Geo-blocked] https://d39iawgzv3h0yo.cloudfront.net/out/v1/1ef4344a3b4a41908915d58ac7bd5e23/index.m3u8 -#EXTINF:-1 tvg-id="AmarUjala.in" status="online",Amar Ujala (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AmarUjala.in" status="error",Amar Ujala (360p) [Not 24/7] https://streamcdn.amarujala.com/live/smil:stream1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AmritaTV.in" status="online",Amrita TV (576p) http://103.199.161.254/Content/amrita/Live/Channel(Amrita)/index.m3u8 @@ -63,7 +63,7 @@ http://vidnetcdn.vidgyor.com/assamtalks-origin/liveabr/playlist.m3u8 http://103.81.104.118/hls/stream17.m3u8 #EXTINF:-1 tvg-id="AyushTV.in" status="online",Ayush TV (360p) [Not 24/7] https://95eryw39dwn4-hls-live.wmncdn.net/Ayushu/271ddf829afeece44d8732757fba1a66.sdp/index.m3u8 -#EXTINF:-1 tvg-id="B4UBhojpuri.in" status="online",B4U Bhojpuri (576p) [Not 24/7] +#EXTINF:-1 tvg-id="B4UBhojpuri.in" status="timeout",B4U Bhojpuri (576p) [Not 24/7] http://14.199.164.20:4001/play/a0nq/index.m3u8 #EXTINF:-1 tvg-id="B4UKadak.in" status="online",B4U Kadak (576p) [Not 24/7] http://103.199.160.85/Content/moviehouse/Live/Channel(MovieHouse)/index.m3u8 @@ -71,7 +71,7 @@ http://103.199.160.85/Content/moviehouse/Live/Channel(MovieHouse)/index.m3u8 http://14.199.164.20:4001/play/a0wi/index.m3u8 #EXTINF:-1 tvg-id="BflixMovies.in" status="error",Bflix Movies (480p) https://m-c036-j2apps.s.llnwi.net/hls/5045.BFlixMovies.in.m3u8 -#EXTINF:-1 tvg-id="BhojpuriCinema.in" status="error",Bhojpuri Cinema (576p) [Not 24/7] +#EXTINF:-1 tvg-id="BhojpuriCinema.in" status="timeout",Bhojpuri Cinema (576p) [Not 24/7] http://14.199.164.20:4001/play/a0rj/index.m3u8 #EXTINF:-1 tvg-id="BoogleBollywood.in" status="online",Boogle Bollywood (1080p) [Not 24/7] http://live.agmediachandigarh.com/booglebollywood/774e3ea9f3fa9bcdac47f445b83b6653.sdp/index.m3u8 @@ -96,7 +96,7 @@ https://cnbcbazar-lh.akamaihd.net/i/cnbcbajar_1@178933/index_5_av-p.m3u8 https://cnbctv18-lh.akamaihd.net/i/cnbctv18_1@174868/index_5_av-p.m3u8 #EXTINF:-1 tvg-id="Colors.in" status="error",Colors (720p) [Not 24/7] http://master.beeiptv.com:8081/colors/colorsbdtv/playlist.m3u8 -#EXTINF:-1 tvg-id="Dabangg.in" status="online",Dabangg (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Dabangg.in" status="timeout",Dabangg (576p) [Not 24/7] http://14.199.164.20:4001/play/a0nb/index.m3u8 #EXTINF:-1 tvg-id="DarshanaTV.in" status="online",Darshana TV (360p) [Not 24/7] https://live.neestream.net/neestream_01/darshanatv/index.m3u8 @@ -106,11 +106,11 @@ http://103.199.161.254/Content/ddmalayalam/Live/Channel(DDMalayalam)/index.m3u8 http://103.199.161.254/Content/ddnational/Live/Channel(DDNational)/index.m3u8 #EXTINF:-1 tvg-id="DDNational.in" status="error",DD National (480p) [Not 24/7] https://m-c036-j2apps.s.llnwi.net/hls/0098.DDNational.in.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="DDPunjabi.in" status="error",DD Punjabi (576p) [Not 24/7] #EXTVLCOPT:http-referrer=https://webcast.gov.in/ https://playhls.media.nic.in/hls/live/ddpunjabi/ddpunjabi.m3u8 @@ -118,7 +118,7 @@ https://playhls.media.nic.in/hls/live/ddpunjabi/ddpunjabi.m3u8 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] https://live.hungama.com/linear/dhamaal/playlist.m3u8 -#EXTINF:-1 tvg-id="Dhinchaak2.in" status="online",Dhinchaak 2 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Dhinchaak2.in" status="timeout",Dhinchaak 2 (576p) [Not 24/7] http://14.199.164.20:4001/play/a0tm/index.m3u8 #EXTINF:-1 tvg-id="Dhinchaak.in" status="online",Dhinchaak (576p) [Not 24/7] http://14.199.164.20:4001/play/a0o5/index.m3u8 @@ -136,13 +136,13 @@ https://cloudflare-cdn301.ottpro.in/dream_media/reedeem/playlist.m3u8 http://198.144.149.82:8080/NOTV/DREAMHD/index.m3u8?token=GTR #EXTINF:-1 tvg-id="DumTVKannada.in" status="error",Dum TV Kannada (576p) [Not 24/7] http://14.199.164.20:4001/play/a0sq/index.m3u8 -#EXTINF:-1 tvg-id="E24.in" status="online",E24 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="E24.in" status="timeout",E24 (576p) [Not 24/7] http://14.199.164.20:4001/play/a0pc/index.m3u8 #EXTINF:-1 tvg-id="EETTV.in" status="online",EET TV (1080p) [Not 24/7] https://live.streamjo.com/eetlive/eettv.m3u8 #EXTINF:-1 tvg-id="Enter10Bangla.in" status="online",Enter10 Bangla (576p) [Not 24/7] http://14.199.164.20:4001/play/a0j5/index.m3u8 -#EXTINF:-1 tvg-id="Enter10Rangeela.in" status="error",Enter10 Rangeela (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Enter10Rangeela.in" status="timeout",Enter10 Rangeela (576p) [Not 24/7] http://14.199.164.20:4001/play/a0tp/index.m3u8 #EXTINF:-1 tvg-id="EpicTV.in" status="error",Epic TV [Geo-blocked] https://m-c03-j2apps.s.llnwi.net/hls/2639.Epic.in.m3u8 @@ -154,7 +154,7 @@ https://etnowweblive-lh.akamaihd.net/i/ETN_1@348070/master.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCSbwShxZsBiqqWwtUidmS6g/live #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="online",Fakt Marathi (576p) [Not 24/7] +#EXTINF:-1 tvg-id="FaktMarathi.in" status="timeout",Fakt Marathi (576p) [Not 24/7] http://14.199.164.20:4001/play/a0q8/index.m3u8 #EXTINF:-1 tvg-id="FlowersTV.in" status="online",Flowers TV (576p) http://103.199.161.254/Content/flowers/Live/Channel(Flowers)/index.m3u8 @@ -166,17 +166,17 @@ http://104.237.60.234/live/gabruutv.m3u8 http://akalmultimedia.net:1935/gdnslive/gdns-live/chunklist.m3u8 #EXTINF:-1 tvg-id="GEM.sg" status="online",GEM (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h19/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="GlobalPunjab.in" status="online",Global Punjab (720p) [Not 24/7] https://media.streambrothers.com:1936/8522/8522/playlist.m3u8 #EXTINF:-1 tvg-id="GSTV.in" status="online",GSTV (720p) [Not 24/7] https://1-213-10546-44.b.cdn13.com/388656798579293628302251.m3u8 -#EXTINF:-1 tvg-id="HiDost.in" status="error",Hi Dosti (576p) [Not 24/7] +#EXTINF:-1 tvg-id="HiDost.in" status="timeout",Hi Dosti (576p) [Not 24/7] http://14.199.164.20:4001/play/a0rg/index.m3u8 #EXTINF:-1 tvg-id="HulchulTVCanada.in" status="online",Hulchul TV (720p) [Not 24/7] http://cdn12.henico.net:8080/live/jbani/index.m3u8 -#EXTINF:-1 tvg-id="ILove.in" status="online",I Love (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ILove.in" status="timeout",I Love (576p) [Not 24/7] http://14.199.164.20:4001/play/a0p3/index.m3u8 #EXTINF:-1 tvg-id="ImayamTV.in" status="online",Imayam (480p) [Not 24/7] https://idvd.multitvsolution.com/idvo/imayamtv.m3u8 @@ -202,13 +202,13 @@ https://vidcdn.vidgyor.com/janamtv-origin/liveabr/playlist.m3u8 http://14.199.164.20:4001/play/a0ja/index.m3u8 #EXTINF:-1 tvg-id="JanamTV.in" status="online",Janam TV (480p) https://live.neestream.net/neestream_01/janamtv/index.m3u8?token=693400 -#EXTINF:-1 tvg-id="JanamTV.in" status="error",Janam TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="JanamTV.in" status="timeout",Janam TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCNVkxRPqsBNejO6B9thG9Xw/live #EXTINF:-1 tvg-id="JanamTV.in" status="error",Janam TV (480p) https://live.neestream.com/neestream_01/janam/playlist.m3u8 #EXTINF:-1 tvg-id="JantaTV.in" status="online",Janta TV (360p) [Not 24/7] https://live.wmncdn.net/jantatv/live.stream/index.m3u8 -#EXTINF:-1 tvg-id="JanTV.in" status="online",Jan TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JanTV.in" status="error",Jan TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=http://www.youtube.com/channel/UCjmnq35TvJ1J8JZS49OPg-Q/live #EXTINF:-1 tvg-id="JanTV.in" status="error",Jan TV (360p) [Not 24/7] http://jantvstream.in:1935/edge1/sc1jantv.stream_aac/playlist.m3u8 @@ -226,7 +226,7 @@ https://idvd.multitvsolution.com/idvo/kairaliarabia_540p/index.m3u8 http://103.199.161.254/Content/people/Live/Channel(People)/index.m3u8 #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="error",Kairali News (720p) [Not 24/7] +#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="KairaliNews.in" status="error",Kairali News (480p) https://live.neestream.com/neestream_01/kairali_news/playlist.m3u8 @@ -256,27 +256,27 @@ https://stream.ufworldind.in/live/kvision/playlist.m3u8 http://103.199.161.254/Content/kappa/Live/Channel(Kappa)/index.m3u8 #EXTINF:-1 tvg-id="KasthuriTV.in" status="online",Kasthuri (576p) http://103.199.161.254/Content/kasthuritv/Live/Channel(KasthuriTV)/index.m3u8 -#EXTINF:-1 tvg-id="KCLTV.in" status="online",KCL TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KCLTV.in" status="error",KCL TV (720p) [Not 24/7] http://kcltv.livebox.co.in/kclhls/live.m3u8 #EXTINF:-1 tvg-id="KCV.in" status="online",KCV (576p) [Not 24/7] 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] +#EXTINF:-1 tvg-id="KCVMovies.in" status="error",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="timeout",Ken TV (360p) https://stream.ufworldind.in/kentvlive/smil:kentv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KeralaVision.in" status="online",Kerala Vision (576p) [Not 24/7] http://14.199.164.20:4001/play/a0ni/index.m3u8 -#EXTINF:-1 tvg-id="KeralaVisionNews.in" status="error",Kerala Vision News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KeralaVisionNews.in" status="timeout",Kerala Vision News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCtSeMwydGw6mDSZaIUaJ5bw/live #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="LokSabhaTV.in" status="error",Lok Sabha TV (576p) [Not 24/7] https://nicls1-lh.akamaihd.net/i/lst_1@26969/master.m3u8 -#EXTINF:-1 tvg-id="MahaMovie.in" status="online",Maha Movie (576p) [Not 24/7] +#EXTINF:-1 tvg-id="MahaMovie.in" status="timeout",Maha Movie (576p) [Not 24/7] http://14.199.164.20:4001/play/a0q7/index.m3u8 #EXTINF:-1 tvg-id="MahaMovie.in" status="error",Maha Movie (480p) [Not 24/7] https://m-c036-j2apps.s.llnwi.net/hls/2820.MahaMovie.in.m3u8 -#EXTINF:-1 tvg-id="MakkalTV.in" status="online",Makkal TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="MakkalTV.in" status="timeout",Makkal TV (576p) [Not 24/7] http://14.199.164.20:4001/play/a0l1/index.m3u8 #EXTINF:-1 tvg-id="MalabarNews.in" status="online",Malabar News (720p) [Not 24/7] http://cloud.logicwebs.in:1935/live/malabarnews/playlist.m3u8 @@ -298,19 +298,19 @@ https://m-c036-j2apps.s.llnwi.net/hls/2172.ManoranjanMovies.in.m3u8 http://mntv.livebox.co.in/mntvhls/mntv.m3u8 #EXTINF:-1 tvg-id="Mastiii.in" status="online",Mastiii (576p) [Not 24/7] http://103.199.160.85/Content/masthi/Live/Channel(Masthi)/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="error",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="error",Mathrubhumi News (480p) https://live.neestream.com/neestream_01/mathrubhumi/playlist.m3u8 -#EXTINF:-1 tvg-id="MazhavilManorama.in" status="online",Mazhavil Manorama (576p) [Not 24/7] -http://14.199.164.20:4001/play/a0pa/index.m3u8 -#EXTINF:-1 tvg-id="MazhavilManorama.in" status="online",Mazhavil Manorama (576p) [Not 24/7] +#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="MazhavilManoramaHD.in" status="online",Mazhavil Manorama HD (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MazhavilManorama.in" status="timeout",Mazhavil Manorama (576p) [Not 24/7] +http://14.199.164.20:4001/play/a0pa/index.m3u8 +#EXTINF:-1 tvg-id="MazhavilManoramaHD.in" status="timeout",Mazhavil Manorama HD (1080p) [Not 24/7] http://14.199.164.20:4001/play/a0p9/index.m3u8 #EXTINF:-1 tvg-id="MediaOne.in" status="online",Media One (576p) http://103.199.161.254/Content/mediaone/Live/Channel(MediaOne)/index.m3u8 @@ -332,13 +332,13 @@ http://103.199.160.85/Content/mktunes/Live/Channel(MKTunes)/index.m3u8 http://103.199.160.85/Content/mktv/Live/Channel(MKTV)/index.m3u8 #EXTINF:-1 tvg-id="MSignMedia.in" status="error",Msign Media (576p) [Not 24/7] http://cloud.logicwebs.in:1935/msign/msignmedia/playlist.m3u8 -#EXTINF:-1 tvg-id="MtunesPlus.in" status="online",Mtunes Plus (576p) [Not 24/7] +#EXTINF:-1 tvg-id="MtunesPlus.in" status="timeout",Mtunes Plus (576p) [Not 24/7] http://14.199.164.20:4001/play/a0p2/index.m3u8 #EXTINF:-1 tvg-id="MusicIndia.in" status="online",Music India (576p) [Not 24/7] -http://14.199.164.20:4001/play/a0mt/index.m3u8 -#EXTINF:-1 tvg-id="MusicIndia.in" status="online",Music India (576p) [Not 24/7] http://103.199.160.85/Content/musicindia/Live/Channel(MusicIndia)/index.m3u8 -#EXTINF:-1 tvg-id="Naaptol.in" status="online",Naaptol (576p) [Not 24/7] +#EXTINF:-1 tvg-id="MusicIndia.in" status="error",Music India (576p) [Not 24/7] +http://14.199.164.20:4001/play/a0mt/index.m3u8 +#EXTINF:-1 tvg-id="Naaptol.in" status="timeout",Naaptol (576p) [Not 24/7] http://14.199.164.20:4001/play/a0n1/index.m3u8 #EXTINF:-1 tvg-id="NamdhariTV.in" status="online",Namdhari (404p) [Not 24/7] https://namdhari.tv/live/sbs1.m3u8 @@ -390,7 +390,7 @@ https://etv-oriya.akamaized.net/i/n18odia_1@179753/index_4_av-p.m3u8?rebase=on&s https://news18haryana-lh.akamaihd.net/i/n18punjabhimhar_1@349009/index_4_av-p.m3u8?rebase=on&sd=10 #EXTINF:-1 tvg-id="News18Rajasthan.in" status="error",News 18 Rajasthan (360p) https://news18rajasthan-lh.akamaihd.net/i/n18raj_1@175738/index_4_av-p.m3u8?rebase=on&sd=10 -#EXTINF:-1 tvg-id="News18TamilNadu.in" status="online",News 18 Tamil (720p) [Not 24/7] +#EXTINF:-1 tvg-id="News18TamilNadu.in" status="timeout",News 18 Tamil (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCat88i6_rELqI_prwvjspRA/live #EXTINF:-1 tvg-id="News18TamilNadu.in" status="error",News 18 Tamil (360p) https://news18tamil-lh.akamaihd.net/i/n18tamil_1@526595/index_4_av-p.m3u8?rebase=on&sd=10 @@ -402,19 +402,19 @@ https://news18up-lh.akamaihd.net/i/n18upuk_1@175735/index_4_av-p.m3u8?rebase=on& https://vidcdn.vidgyor.com/news24-origin/liveabr/news24-origin/live1/playlist.m3u8 #EXTINF:-1 tvg-id="News24.in" status="online",News 24 (360p) [Not 24/7] https://vidcdn.vidgyor.com/news24-origin/liveabr/news24-origin/live2/playlist.m3u8 -#EXTINF:-1 tvg-id="NewsJ.in" status="online",News J (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="NewsJ.in" status="error",News J (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCsfh2Zb7-m4qzT8jLhK_Fzw/live #EXTINF:-1 tvg-id="NextTVMalabar.in" status="error",Next TV Malabar (720p) [Not 24/7] https://6zklxbgpdw9b-hls-live.5centscdn.com/next/c9a1fdac6e082dd89e7173244f34d7b3.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="OdishaTV.in" status="error",Odisha TV (480p) [Not 24/7] https://cdn.smartstream.video/smartstream-us/otvnewmbr/otvnewmbr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="OneTV.in" status="online",One TV (720p) +#EXTINF:-1 tvg-id="OneTV.in" status="timeout",One TV (720p) http://137.59.86.218:1935/live/onetv/playlist.m3u8 #EXTINF:-1 tvg-id="PolimerNews.in" status="online",Polimer News (576p) [Not 24/7] http://14.199.164.20:4001/play/a0lg/index.m3u8 #EXTINF:-1 tvg-id="PolimerNews.in" status="blocked",Polimer News (720p) [Geo-blocked] https://versewsa.pc.cdn.bitgravity.com/versewsa/live/polimernews.smil/chunklist_b1800000.m3u8 -#EXTINF:-1 tvg-id="PolimerNews.in" status="error",Polimer News (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="PolimerNews.in" status="timeout",Polimer News (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC8Z-VjXBtDJTvq6aqkIskPg/live #EXTINF:-1 tvg-id="PopPataka.in" status="online",Pop Pataka (480p) [Not 24/7] https://live.hungama.com/linear/pop-pataka/playlist.m3u8 @@ -422,7 +422,7 @@ https://live.hungama.com/linear/pop-pataka/playlist.m3u8 https://rtmp.smartstream.video/pratidintime/pratidintime/playlist.m3u8 #EXTINF:-1 tvg-id="Pravasi.in" status="error",Pravasi (1080p) [Not 24/7] https://5ee50688d7b5d.streamlock.net:444/live/pravasi/playlist.m3u8 -#EXTINF:-1 tvg-id="PublicMovies.in" status="online",Public Movies (576p) [Not 24/7] +#EXTINF:-1 tvg-id="PublicMovies.in" status="timeout",Public Movies (576p) [Not 24/7] http://14.199.164.20:4001/play/a0ll/index.m3u8 #EXTINF:-1 tvg-id="PublicMusic.in" status="online",Public Music (576p) [Not 24/7] http://103.199.161.254/Content/publicmusic/Live/Channel(PublicMusic)/index.m3u8 @@ -456,13 +456,13 @@ http://hdserver.7starcloud.com:1935/sanatv/sanatv/playlist.m3u8 http://rtmp.santhoratv.zecast.net/santhora/santhorashortfilm/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="error",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 -#EXTINF:-1 tvg-id="ShekinahTV.in" status="online",Shekinah TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ShekinahTV.in" status="timeout",Shekinah TV (576p) [Not 24/7] http://14.199.164.20:4001/play/a0ok/index.m3u8 -#EXTINF:-1 tvg-id="ShemarooTV.in" status="online",Shemaroo TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ShekinahTV.in" status="timeout",Shekinah TV (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCHtYUfPnQci6GoUpPlWfrOg/live +#EXTINF:-1 tvg-id="ShemarooTV.in" status="timeout",Shemaroo TV (576p) [Not 24/7] http://14.199.164.20:4001/play/a0nh/index.m3u8 #EXTINF:-1 tvg-id="ShowBox.in" status="error",Show Box (576p) [Not 24/7] http://14.199.164.20:4001/play/a0o8/index.m3u8 @@ -488,7 +488,7 @@ http://208.115.215.42/Utsav_Plus_HD/playlist.m3u8 http://cdn25.live247stream.com/steelbirdmusic/tv/playlist.m3u8 #EXTINF:-1 tvg-id="StudioOnePlus.in" status="online",Studio One Plus (576p) [Not 24/7] http://14.199.164.20:4001/play/a0oh/index.m3u8 -#EXTINF:-1 tvg-id="StudioOnePlus.in" status="error",Studio One Plus (720p) [Not 24/7] +#EXTINF:-1 tvg-id="StudioOnePlus.in" status="timeout",Studio One Plus (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCEoaVUxpFlmCxwRBy9yhb1Q/live #EXTINF:-1 tvg-id="StudioOneYuva.in" status="online",Studio One Yuva (576p) [Not 24/7] http://14.199.164.20:4001/play/a0sr/index.m3u8 @@ -532,17 +532,17 @@ https://cdn.logicwebs.in/hls/ublhdkey.m3u8 http://stream-live.in:11037/hls/uthradam.m3u8 #EXTINF:-1 tvg-id="UtsavGold.in" status="blocked",Utsav Gold (720p) [Geo-blocked] http://208.115.215.42/Utsav_Gold_HD/index.m3u8 -#EXTINF:-1 tvg-id="VaanavilTV.in" status="online",Vaanvavil (576p) [Not 24/7] +#EXTINF:-1 tvg-id="VaanavilTV.in" status="timeout",Vaanvavil (576p) [Not 24/7] http://14.199.164.20:4001/play/a0nx/index.m3u8 #EXTINF:-1 tvg-id="Velicham.in" status="online",Velicham (360p) [Not 24/7] https://rtmp.smartstream.video/velichamtv/velichamtv/playlist.m3u8 #EXTINF:-1 tvg-id="VismayaNews.in" status="error",Vismaya News (720p) [Not 24/7] http://live.singamcloud.in:1935/vismayanews/vismayanews/playlist.m3u8 +#EXTINF:-1 tvg-id="WION.in" status="online",Wion (576p) +http://210.210.155.37/uq2663/h/h91/index.m3u8 #EXTINF:-1 tvg-id="WION.in" status="error",Wion (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h91/index.m3u8 -#EXTINF:-1 tvg-id="WION.in" status="error",Wion (576p) -http://210.210.155.37/uq2663/h/h91/index.m3u8 -#EXTINF:-1 tvg-id="WowCinemaOne.in" status="online",Wow Cinema One (576p) [Not 24/7] +#EXTINF:-1 tvg-id="WowCinemaOne.in" status="timeout",Wow Cinema One (576p) [Not 24/7] http://14.199.164.20:4001/play/a0n3/index.m3u8 #EXTINF:-1 tvg-id="Yolo.in" status="timeout",Yolo (410p) [Not 24/7] http://cdn.logicwebs.in/hls/yolo.m3u8 @@ -582,8 +582,6 @@ https://gvjyg2n9doem-hls-live.5centscdn.com/navmediastream/d0dbe915091d400bd8ee7 https://live.wmncdn.net/desichannel/7e2dd0aed46b70a5c77f4affdb702e4b.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Filmeraa (720p) https://a.jsrdn.com/broadcast/7ef91d3d7a/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" status="online",Dishum (576p) [Not 24/7] -http://14.199.164.20:4001/play/a0pe/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Relax TV (576p) [Not 24/7] http://198.144.149.82:8080/NOTV/RELAXTV/index.m3u8?token=GTR #EXTINF:-1 tvg-id="" status="online",Star Cinema (576p) @@ -597,8 +595,6 @@ https://bravo.kugo.id/wion/udp.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="online",Vyas NIC (480p) #EXTVLCOPT:http-referrer=https://webcast.gov.in/ https://hls.media.nic.in/hls/live/vyas/vyas.m3u8 -#EXTINF:-1 tvg-id="" status="online",Anand TV -https://live.neestream.net/neestream_01/anandtv/index.m3u8?token=693400 #EXTINF:-1 tvg-id="" status="online",Life TV (480p) [Not 24/7] http://59c3ec70cfde0.streamlock.net/channel_6/channel6/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Zee TV (480p) @@ -617,6 +613,12 @@ http://rtmp.smartstream.video:1935/mhonenews/mhonenews/playlist.m3u8 https://m-c29-j2apps.s.llnwi.net/hls/5332.Dishum.in.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Republic Bharat (360p) [Geo-blocked] https://republic.pc.cdn.bitgravity.com/live/bharat_hls/master.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",Dishum (576p) [Not 24/7] +http://14.199.164.20:4001/play/a0pe/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",B4U Hitz (720p) [Not 24/7] +http://14.199.164.20:4001/play/a0wh/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",B4U Music (576p) [Not 24/7] +http://14.199.164.20:4001/play/a0wk/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Vathanam TV http://95.216.167.183:5080/LiveApp/streams/443106610169904881506470.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Sony SAB TV India @@ -626,20 +628,18 @@ http://103.72.179.30:1935/GECHindi/ngrp:SONY_SAB.stream_all/Playlist.m3u8 http://103.81.104.118/hls/stream10.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Keralabhumi http://103.153.92.157:11037/hls/kbh.m3u8 -#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="timeout",Toonz Kids (Indonesian dub) (576p) [Geo-blocked] +http://210.210.155.35/x6bnqe/s/s81/01.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",Anand TV +https://live.neestream.net/neestream_01/anandtv/index.m3u8?token=693400 #EXTINF:-1 tvg-id="" status="timeout",Times Now Navbharat [Geo-blocked] https://pubads.g.doubleclick.net/ssai/event/nRWQsGoJSzmcErJFgAy67g/master.m3u8 -#EXTINF:-1 tvg-id="" status="error",B4U Hitz (720p) [Not 24/7] -http://14.199.164.20:4001/play/a0wh/index.m3u8 #EXTINF:-1 tvg-id="" status="error",B4U movies (576p) [Not 24/7] http://14.199.164.20:4001/play/a0wj/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",B4U Music (576p) [Not 24/7] -http://14.199.164.20:4001/play/a0wk/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",Toonz Kids (Indonesian dub) (576p) [Geo-blocked] -http://210.210.155.35/x6bnqe/s/s81/01.m3u8 #EXTINF:-1 tvg-id="" status="error",Toonz Kids (Indonesian dub) (360p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s81/02.m3u8 +#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) (360p) http://210.210.155.37/x6bnqe/s/s81/02.m3u8 #EXTINF:-1 tvg-id="" status="error",Life Punjabi (720p) [Not 24/7] diff --git a/streams/iq.m3u b/streams/iq.m3u index 981399f67..08adcfdcf 100644 --- a/streams/iq.m3u +++ b/streams/iq.m3u @@ -1,23 +1,23 @@ #EXTM3U #EXTINF:-1 tvg-id="ABNsat.iq" status="online",ABNsat (720p) http://rtmp1.abnsat.com/hls/arabic.m3u8 -#EXTINF:-1 tvg-id="AfarinTV.iq" status="online",Afarin TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AfarinTV.iq" status="error",Afarin TV (720p) [Not 24/7] https://5ab29cc78f681.streamlock.net/afarinTV/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="AlEtejah.iq" status="online",Al-Etejah (576p) [Not 24/7] http://streaming.aletejahtv.iq:1935/etejah-newLive/smil:etejahNew.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlghadeerTV.iq" status="error",AlGhadeer (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AlghadeerTV.iq" status="online",AlGhadeer (720p) [Not 24/7] https://asdiuhiu12.myvodu.app:3356/live/Alghadeer/index.m3u8 #EXTINF:-1 tvg-id="AlIraqiyaAl3ama.iq" status="error",Al Iraqiya Al 3ama (720p) [Not 24/7] https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8 #EXTINF:-1 tvg-id="AlIraqiyaNews.iq" status="error",Al Iraqiya News (720p) [Not 24/7] 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 #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="online",Alkafeel: The Holy Tomb (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AlkafeelTheHolyTomb.iq" status="error",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 @@ -103,7 +103,7 @@ http://ikomg2.s.llnwi.net/kurdsatnewshd/playlist.m3u8 http://nettvstreampaid.flashmediacast.com:1935/nettvstreampaid/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="NetTV.iq" status="error",Net TV (480p) [Not 24/7] https://live.karwan.tv/karwan.tv/net-tv/playlist.m3u8 -#EXTINF:-1 tvg-id="NRTTV.iq" status="error",NRT TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NRTTV.iq" status="online",NRT TV (720p) [Not 24/7] https://media.streambrothers.com:1936/8226/8226/playlist.m3u8 #EXTINF:-1 tvg-id="PayamTV.iq" status="error",Payam TV (720p) [Not 24/7] https://5ab29cc78f681.streamlock.net/PayamTV/livestream/playlist.m3u8 @@ -117,5 +117,5 @@ https://602ccc850c9bb.streamlock.net/sterktv/smil:sterk.smil/playlist.m3u8 https://5a3ed7a72ed4b.streamlock.net/zagrostv/SMIL:myStream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",WAAR TV (720p) [Not 24/7] https://live.karwan.tv/karwan.tv/waar-tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Music Al-Remas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Music Al-Remas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/musicalrmastv1/live diff --git a/streams/ir.m3u b/streams/ir.m3u index b41926f0a..eebd2ced2 100644 --- a/streams/ir.m3u +++ b/streams/ir.m3u @@ -138,11 +138,11 @@ http://51.210.199.36/hls/stream.m3u8 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] +#EXTINF:-1 tvg-id="PayamJavanTV.ir" status="error",Payam Javan TV (720p) [Not 24/7] https://uni01rtmp.tulix.tv/kensecure/pjtv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="PayvandTV.ir" status="online",Payvand TV (720p) [Not 24/7] https://uni6rtmp.tulix.tv/ucur1/Payvand/playlist.m3u8 -#EXTINF:-1 tvg-id="PBCTapeshTV.ir" status="error",PBC Tapesh TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PBCTapeshTV.ir" status="online",PBC Tapesh TV (720p) [Not 24/7] http://iptv.tapesh.tv/tapesh/playlist.m3u8 #EXTINF:-1 tvg-id="PersianFilm.ir" status="online",Persian Film (720p) [Not 24/7] http://51.210.227.135/hls/stream.m3u8 diff --git a/streams/it.m3u b/streams/it.m3u index 3ac074253..5edcf4db5 100644 --- a/streams/it.m3u +++ b/streams/it.m3u @@ -161,7 +161,7 @@ https://56b50ada2d659.streamlock.net/RadioBirikinaTV/livestream/playlist.m3u8 http://capital-live-tv-01-hls.akamai.media.kataweb.it/i/CapitalTv_1@183098/master.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="online",Radio Iglesias (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="RadioIglesias.it" status="blocked",Radio Iglesias (576p) [Geo-blocked] http://wms.shared.streamshow.it/visualradio/mp4:visualradio/playlist.m3u8 #EXTINF:-1 tvg-id="RadioIglesiasSardegna.it" status="blocked",Radio Iglesias Sardegna (576p) [Geo-blocked] https://59d7d6f47d7fc.streamlock.net/visualradio/visualradio/playlist.m3u8 @@ -356,7 +356,7 @@ https://diretta.teleterni.it/live/stream_src.m3u8 https://59d7d6f47d7fc.streamlock.net/rs2/rs2/playlist.m3u8 #EXTINF:-1 tvg-id="TeleTusciaSabina2000.it" status="online",TeleTusciaSabina 2000 (576p) [Not 24/7] http://ts2000tv.streaming.nextware.it:8081/ts2000tv/ts2000tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleVenezia.it" status="online",TeleVenezia (576p) +#EXTINF:-1 tvg-id="TeleVenezia.it" status="error",TeleVenezia (576p) https://59d8c0cee6f3d.streamlock.net/televenezia/televenezia/playlist.m3u8 #EXTINF:-1 tvg-id="TeleVideoAgrigento.it" status="online",TeleVideo Agrigento (480p) https://59d7d6f47d7fc.streamlock.net/tva/tva/playlist.m3u8 @@ -418,7 +418,7 @@ https://d3b2epqdk0p7vd.cloudfront.net/out/v1/8a448b5e16384af4a3c8146a7b049c32/in https://5cbd3bc28341f.streamlock.net:444/videostar_live/videostar/playlist.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 @@ -457,9 +457,9 @@ https://video-ar.radioradicale.it/diretta/camera2/playlist.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="blocked",Radio 105 TV (576p) -https://live3-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(ec)/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",Radio 105 TV (576p) https://live3-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(ec)/index.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Radio 105 TV (576p) +https://live3-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(ec)/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",R 101 Italia IT (576p) https://live3-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(er)/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",radionorba TV (404p) diff --git a/streams/jo.m3u b/streams/jo.m3u index 90ab6f1a4..830019255 100644 --- a/streams/jo.m3u +++ b/streams/jo.m3u @@ -19,7 +19,7 @@ https://cdn3.wowza.com/1/OVRrOWxXUEswS2Yv/eGVxSWZy/hls/live/playlist.m3u8 https://nojoumhls.wns.live/hls/stream.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="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",ISMAOONA TV (720p) http://82.212.74.4:8000/live/2105.m3u8 diff --git a/streams/jp.m3u b/streams/jp.m3u index 7d4ffedee..dc6b6edc0 100644 --- a/streams/jp.m3u +++ b/streams/jp.m3u @@ -45,7 +45,7 @@ https://n24-cdn-live.ntv.co.jp/ch02/index.m3u8 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 +#EXTINF:-1 tvg-id="TBSNews.jp" status="timeout",TBS News http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC6AG81pAkf6Lbi_1VC5NmPA/live #EXTINF:-1 tvg-id="TokyoMX1.jp" status="online",Tokyo MX1 (720p) https://movie.mcas.jp/mcas/mx1_2/master.m3u8 @@ -59,9 +59,9 @@ https://movie.mcas.jp/mcas/mx2_2/master.m3u8 https://movie.mcas.jp/mcas/smil:mx2_prod.smil/master.m3u8 #EXTINF:-1 tvg-id="Weathernews.jp" status="online",Weather News (720p) https://movie.mcas.jp/mcas/smil:wn1.smil/master.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) -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 +#EXTINF:-1 tvg-id="" status="timeout",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="error",NHK World Japan (YouTube) (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCSPEjw8F2nQDtmUKPFNF7_A/live diff --git a/streams/ke.m3u b/streams/ke.m3u index 8565842f3..2984a15fd 100644 --- a/streams/ke.m3u +++ b/streams/ke.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="CitizenTV.ke" status="online",Citizen TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CitizenTV.ke" status="error",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="EbruTV.ke" status="error",Ebru TV (360p) [Not 24/7] https://tvsn-i.akamaihd.net/hls/live/261837/tvsn/tvsn.m3u8 @@ -7,19 +7,19 @@ https://tvsn-i.akamaihd.net/hls/live/261837/tvsn/tvsn.m3u8 https://goliveafrica.media:9998/live/6045ccbac3484/index.m3u8 #EXTINF:-1 tvg-id="K24.ke" status="error",K24 (480p) [Not 24/7] https://5f4db0f94b000.streamlock.net/k24/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="KamemeTV.ke" status="error",Kameme TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KamemeTV.ke" status="online",Kameme TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x6ol8sj #EXTINF:-1 tvg-id="KassTV.ke" status="error",Kass TV (540p) [Not 24/7] https://goliveafrica.media:9998/live/60755313b36db/index.m3u8 #EXTINF:-1 tvg-id="KBCChannel1.ke" status="error",KBC (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x74211t -#EXTINF:-1 tvg-id="KTNNews.ke" status="online",KTN News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KTNNews.ke" status="error",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="SwitchTV.ke" status="error",Switch TV (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x7sxle3 -#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/ #EXTINF:-1 tvg-id="UTV.ke" status="error",UTV (480p) [Not 24/7] https://goliveafrica.media:9998/live/6049f726546e1/index.m3u8 diff --git a/streams/kh.m3u b/streams/kh.m3u index 5f7412e80..52105664a 100644 --- a/streams/kh.m3u +++ b/streams/kh.m3u @@ -21,7 +21,7 @@ https://livefta.malimarcdn.com/tvkedge/tvk2.stream/master.m3u8 https://livefta.malimarcdn.com/tvkedge/tvkhd.stream/master.m3u8 #EXTINF:-1 tvg-id="TVK.kh" status="online",TVK (360p) [Not 24/7] http://203.176.130.123:8989/live/tvk_480k.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Netlink TV (720p) -https://netlink.netlinkbroadcaster.com/hls/test.m3u8 -#EXTINF:-1 tvg-id="" status="online",SEATV-Radio (720p) +#EXTINF:-1 tvg-id="" status="error",SEATV-Radio (720p) https://fmseatv.netlinkbroadcaster.com/hls/test.m3u8 +#EXTINF:-1 tvg-id="" status="error",Netlink TV (720p) +https://netlink.netlinkbroadcaster.com/hls/test.m3u8 diff --git a/streams/kr.m3u b/streams/kr.m3u index ac08602e2..2f3a037ad 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="error",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) @@ -93,7 +93,7 @@ http://ebsonair.ebs.co.kr/ebsufamilypc/familypc1m/playlist.m3u8 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 @@ -101,11 +101,11 @@ http://necgokr2-724.acs.wecandeo.com/ms/2528/724/index_1.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/FTV.m3u8 #EXTINF:-1 tvg-id="GayoTV.kr" status="error",가요TV (Gayo TV) (1080p) [Not 24/7] http://gayotv.net:1935/live/gayotv/playlist.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",GCN (1080p) [Not 24/7] +#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="GCN.kr" status="error",GCN (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFb1QuujJWU3nuUMCNPhNiA/live #EXTINF:-1 tvg-id="GCNAmerica.us" status="error",GCN24 English (720p) [Not 24/7] http://liveen24-manminglobal3.ktcdn.co.kr/liveen24/gcnus_high/playlist.m3u8 @@ -127,7 +127,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 (MBC Jeju) (352p) [Not 24/7] +#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="timeout",제주 MBC (MBC Jeju) (352p) [Not 24/7] https://wowza.jejumbc.com/live/tv_jejumbc/playlist.m3u8 #EXTINF:-1 tvg-id="JIBSTV.kr" status="online",JIBS SBS (720p) [Not 24/7] http://123.140.197.22/stream/1/play.m3u8 @@ -161,10 +161,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="online",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] @@ -238,11 +238,11 @@ https://allanf181.github.io/adaptive-streams/streams/kr/SBSFL.m3u8 #EXTINF:-1 tvg-id="SBSGolf.kr" status="online",SBS Golf (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/SBSGolf.m3u8 #EXTINF:-1 tvg-id="SBSTV.kr" status="online",SBS (1080p) +http://183.99.22.189:9981/stream/channelid/1124346476 +#EXTINF:-1 tvg-id="SBSTV.kr" status="online",SBS (1080p) http://222.109.117.27:9981/stream/channelid/2096368258 #EXTINF:-1 tvg-id="SBSTV.kr" status="online",SBS (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/SBSTV.m3u8 -#EXTINF:-1 tvg-id="SBSTV.kr" status="error",SBS (1080p) -http://183.99.22.189:9981/stream/channelid/1124346476 #EXTINF:-1 tvg-id="ScreenGolfzon.kr" status="online",Screen Golfzon (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/ScreenGolfzon.m3u8 #EXTINF:-1 tvg-id="SkySports.kr" status="online",skySports (1080p) [Not 24/7] @@ -271,10 +271,10 @@ http://210.210.155.37/dr9445/h/h20/index.m3u8 http://210.210.155.35/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="online",tvN Movies (Indonesian Subtitle) (576p) -http://210.210.155.37/dr9445/h/h21/index.m3u8 #EXTINF:-1 tvg-id="TVNMovies.hk" status="error",tvN Movies (Indonesian Subtitle) (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h21/index.m3u8 +#EXTINF:-1 tvg-id="TVNMovies.hk" status="error",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 #EXTINF:-1 tvg-id="tvNStory.kr" status="online",tvN STORY (1080p) [Not 24/7] @@ -293,9 +293,9 @@ https://5c3639aa99149.streamlock.net/live_TV/tv/playlist.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/YonhapNewsTV.m3u8 #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="error",YTN (1080p) +#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 +#EXTINF:-1 tvg-id="YTNDMB.kr" status="error",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 (270p) http://slive.sciencetv.kr:1935/science/yslive_20140419_1/playlist.m3u8 @@ -303,10 +303,6 @@ http://slive.sciencetv.kr:1935/science/yslive_20140419_1/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZdBJIbJz0P9xyFipgOj1fA/live #EXTINF:-1 tvg-id="" status="online",Korea TV https://hlive.ktv.go.kr/live/klive_h.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",KBS News -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/newskbs/live -#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",JCN TV https://jcnonair-1108.acs.wecandeo.com/ms/3162/1108/index.m3u8 #EXTINF:-1 tvg-id="" status="online",GoodTV (1080p) @@ -333,3 +329,7 @@ https://amdlive-ch03-ctnd-com.akamaized.net/arirang_3ch/smil:arirang_3ch.smil/pl http://live.kytv.co.kr:8080/hls/stream.m3u8 #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="timeout",KBS News +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/newskbs/live +#EXTINF:-1 tvg-id="" status="error",arteTV +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/TheArteTV/live diff --git a/streams/kw.m3u b/streams/kw.m3u index 860cf4349..1310509b1 100644 --- a/streams/kw.m3u +++ b/streams/kw.m3u @@ -13,19 +13,19 @@ https://gulfsat.cdn.easybroadcast.fr/live/Al-Sabah_abr/playlist.m3u8 https://gulfsat.cdn.easybroadcast.fr/abr_live/Al-Shahed/playlist.m3u8 #EXTINF:-1 tvg-id="ATV.kw" status="blocked",ATV (360p) [Not 24/7] https://gulfsat.cdn.easybroadcast.fr/live/Aladalah_abr/playlist.m3u8 -#EXTINF:-1 tvg-id="Ch4Teen.kw" status="timeout",Ch4Teen (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Ch4Teen.kw" status="online",Ch4Teen (480p) [Not 24/7] 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="KTV1.kw" status="error",KTV 1 (1080p) +#EXTINF:-1 tvg-id="KTV1.kw" status="timeout",KTV 1 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTV1 #EXTINF:-1 tvg-id="KTV2.kw" status="timeout",KTV 2 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTV2 -#EXTINF:-1 tvg-id="KTVAlMajlis.kw" status="error",KTV Al Majlis (1080p) +#EXTINF:-1 tvg-id="KTVAlMajlis.kw" status="timeout",KTV Al Majlis (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVSportExtra -#EXTINF:-1 tvg-id="KTVAlQurain.kw" status="timeout",KTV Al Qurain (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="KTVAlQurain.kw" status="error",KTV Al Qurain (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVPlus -#EXTINF:-1 tvg-id="KTVArabe.kw" status="error",KTV Arabe (1080p) +#EXTINF:-1 tvg-id="KTVArabe.kw" status="timeout",KTV Arabe (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVArabe #EXTINF:-1 tvg-id="KTVEthraa.kw" status="error",KTV Ethraa (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVEthraa @@ -33,7 +33,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KhallikBilbait #EXTINF:-1 tvg-id="KTVSport.kw" status="error",KTV Sport (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVSports -#EXTINF:-1 tvg-id="KTVSportPlus.kw" status="timeout",KTV Sport Plus (1080p) +#EXTINF:-1 tvg-id="KTVSportPlus.kw" status="error",KTV Sport Plus (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVSportPlus #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 5e3b511fd..9fcb9cb70 100644 --- a/streams/kz.m3u +++ b/streams/kz.m3u @@ -3,28 +3,28 @@ https://abaitv-stream.qazcdn.com/abaitv/abaitv/playlist.m3u8 #EXTINF:-1 tvg-id="AtamekenBusiness.kz" status="online",Atameken Business (1080p) [Not 24/7] http://live-atameken.cdnvideo.ru/atameken/atameken.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="AtamekenBusiness.kz" status="error",Atameken Business (576p) [Not 24/7] +#EXTINF:-1 tvg-id="AtamekenBusiness.kz" status="online",Atameken Business (576p) [Not 24/7] https://sc.id-tv.kz/Atameken.m3u8 -#EXTINF:-1 tvg-id="CaspianNews.kz" status="error",Caspian News (576p) [Not 24/7] +#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="DombyraTV.kz" status="error",Dombyra TV (576p) [Not 24/7] https://sc.id-tv.kz/Dombyra.m3u8 -#EXTINF:-1 tvg-id="ElArna.kz" status="online",Ел Арна (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ElArna.kz" status="timeout",Ел Арна (576p) [Not 24/7] https://sc.id-tv.kz/ElArna.m3u8 -#EXTINF:-1 tvg-id="GakkuTV.kz" status="timeout",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="HitTVChannel.kz" status="error",Hit TV (576p) [Not 24/7] https://sc.id-tv.kz/HitTV.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",КТК (360p) [Not 24/7] -http://89.218.30.37/ktklive/live.hq/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] +http://89.218.30.37/ktklive/live.hq/playlist.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] @@ -37,14 +37,14 @@ https://balapantv-stream.qazcdn.com/balapantv/balapantv/playlist.m3u8 http://live-almatytv.cdnvideo.ru/almatytv/almatytv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Qazaqstan TV [Geo-blocked] https://qazaqstantv-stream.qazcdn.com/qazaqstantv/qazaqstantv/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="online",31 канал (576p) [Not 24/7] https://sc.id-tv.kz/31Kanal.m3u8 #EXTINF:-1 tvg-id="" status="online",Алматы (576p) [Not 24/7] https://sc.id-tv.kz/Almaty.m3u8 #EXTINF:-1 tvg-id="" status="online",Астана (576p) [Not 24/7] https://sc.id-tv.kz/Astana.m3u8 -#EXTINF:-1 tvg-id="" status="error",7 канал (576p) [Not 24/7] -https://sc.id-tv.kz/7_kanal.m3u8 #EXTINF:-1 tvg-id="" status="error",Asyl Arna (Асыл арна) (432p) [Not 24/7] https://sc.id-tv.kz/AsylArna.m3u8 #EXTINF:-1 tvg-id="" status="error",КМА (1080p) [Not 24/7] diff --git a/streams/lk.m3u b/streams/lk.m3u index f15f25d29..de117127b 100644 --- a/streams/lk.m3u +++ b/streams/lk.m3u @@ -7,7 +7,7 @@ https://eu10b.serverse.com:1936/8012/8012/playlist.m3u8 https://j78dp2pnlq5r-hls-live.comcities.net/ITNDigital/cf467ddf13ba30dd3c71435cafa6fd6e.sdp/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="Rupavahini.lk" status="timeout",Rupavahini (480p) [Not 24/7] http://dammikartmp.tulix.tv/slrc1/slrc1/playlist.m3u8 -#EXTINF:-1 tvg-id="SanthoraTV.lk" status="online",Santhora TV (720p) +#EXTINF:-1 tvg-id="SanthoraTV.lk" status="timeout",Santhora TV (720p) http://rtmp.santhoratv.zecast.net/santhoratv/santhoratv/playlist.m3u8 #EXTINF:-1 tvg-id="SiyathaTV.lk" status="timeout",Siyatha TV (720p) [Not 24/7] http://live.siyathatv.lk:19904/hls/siyatha_tv.m3u8 diff --git a/streams/lt.m3u b/streams/lt.m3u index 1b936d333..78197a8d6 100644 --- a/streams/lt.m3u +++ b/streams/lt.m3u @@ -3,5 +3,5 @@ https://lituanica-dvr.lrt.lt/lrt-ndvr/hls/lituanica_720p/index.m3u8 #EXTINF:-1 tvg-id="M1.lt" status="online",M-1 (480p) http://m-1.data.lt/m-1/smil:m-1.smil/chunklist_b1000000.m3u8 -#EXTINF:-1 tvg-id="TV3Lietuva.lt" status="online",Power Hit Radio (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TV3Lietuva.lt" status="error",Power Hit Radio (720p) [Not 24/7] https://baltlive.tv3.lt/studija/smil:studija.smil/playlist.m3u8 diff --git a/streams/ly.m3u b/streams/ly.m3u index ec827cc8b..9eaf14a0d 100644 --- a/streams/ly.m3u +++ b/streams/ly.m3u @@ -11,7 +11,7 @@ https://hiplayer.hibridcdn.net/p/alwasattv-live.m3u8 https://b01c02nl.mediatriple.net/videoonlylive/mtfknklgwrlive/broadcast_5dc818c793576.smil/playlist.m3u8 #EXTINF:-1 tvg-id="JamahiriyaTV.ly" status="online",Jamahiria TV (480p) [Not 24/7] https://master.starmena-cloud.com/hls/jam.m3u8 -#EXTINF:-1 tvg-id="LibyaAlAhrarTV.ly" status="error",Libya Al Ahrar TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LibyaAlAhrarTV.ly" status="online",Libya Al Ahrar TV (720p) [Not 24/7] 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 diff --git a/streams/mk.m3u b/streams/mk.m3u index 615c3053c..e2ca4a218 100644 --- a/streams/mk.m3u +++ b/streams/mk.m3u @@ -2,8 +2,8 @@ #EXTINF:-1 tvg-id="KohaTV.mk" status="error",Koha TV (720p) rtmp://live.tvkoha.tv:1935/live/koha/livestream #EXTINF:-1 tvg-id="SkyFolkTV.mk" status="online",Sky Folk TV (720p) [Not 24/7] -https://eu.live.skyfolk.mk/live.m3u8 -#EXTINF:-1 tvg-id="SkyFolkTV.mk" status="online",Sky Folk TV (720p) [Not 24/7] https://skyfolk.mk/live.m3u8 +#EXTINF:-1 tvg-id="SkyFolkTV.mk" status="online",Sky Folk TV (720p) [Not 24/7] +https://eu.live.skyfolk.mk/live.m3u8 #EXTINF:-1 tvg-id="" status="error",LiveTV HD rtmp://live.livetvhd.cf/live/livetvhd diff --git a/streams/mx.m3u b/streams/mx.m3u index 4cba50423..cd53ff7cb 100644 --- a/streams/mx.m3u +++ b/streams/mx.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="ADN40.mx" status="online",ADN 40 (480p) https://mdstrm.com/live-stream-playlist/60b578b060947317de7b57ac.m3u8 -#EXTINF:-1 tvg-id="ADN40.mx" status="timeout",ADN 40 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ADN40.mx" status="error",ADN 40 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7k--FhnJzhPTrbtldMSoQQ/live #EXTINF:-1 tvg-id="AMXNoticias.mx" status="online",AMX Noticias (720p) [Not 24/7] https://5e50264bd6766.streamlock.net/mexiquense2/videomexiquense2/playlist.m3u8 @@ -13,7 +13,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 @@ -83,7 +83,7 @@ https://5caf24a595d94.streamlock.net:1937/stream56/stream56/playlist.m3u8 https://video1.getstreamhosting.com:1936/8172/8172/playlist.m3u8 #EXTINF:-1 tvg-id="RTQQueretaro.mx" status="online",RTQ Queretaro (360p) [Not 24/7] http://wms.tecnoxia.com:1935/rytqrolive/rytqrolive/master.m3u8 -#EXTINF:-1 tvg-id="SintesisTV.mx" status="error",SintesisTV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="SintesisTV.mx" status="timeout",SintesisTV (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/sintesistv #EXTINF:-1 tvg-id="TeleFormula.mx" status="blocked",TeleFórmula https://mdstrm.com/live-stream-playlist/61e1e088d04d7744686afc42.m3u8 @@ -101,15 +101,15 @@ 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/UCQ08tNTPiBn44c975S81ftg/live #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] +#EXTINF:-1 tvg-id="TelevisaMexicali.mx" status="error",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="error",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 @@ -127,13 +127,13 @@ http://189.240.210.28:1935/live/setpuebla/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC-HNztluSQSffhIWJTL-LUw/live #EXTINF:-1 tvg-id="TelevisaQueretaro.mx" status="timeout",Televisa Queretaro http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC9QNz6VS3gGz55dzxAQtgtA/live -#EXTINF:-1 tvg-id="TelevisaSinaloa.mx" status="timeout",Televisa Sinaloa +#EXTINF:-1 tvg-id="TelevisaSinaloa.mx" status="error",Televisa Sinaloa 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] 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] +#EXTINF:-1 tvg-id="TelevisaZacatecas.mx" status="error",Televisa Zacatecas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQb3i7gu9J8A4zzQU7j6C1Q/live #EXTINF:-1 tvg-id="TransmediaTelevisionMorelia.mx" status="online",Transmedia Televisión Morelia (614p) [Not 24/7] http://streamingcws20.com:1935/tmtv/videotmtv/playlist.m3u8 @@ -151,7 +151,7 @@ https://5ca3e84a76d30.streamlock.net/gpacifico3/obregon.smil/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x3m1xfy #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 @@ -175,6 +175,8 @@ https://5ca3e84a76d30.streamlock.net/gpacifico3/smil:obregon.smil/playlist.m3u8 http://k4.usastreams.com/ARBtv/ARBtv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TBS http://190.61.41.182:8000/play/a19x/index.m3u8 +#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 #EXTINF:-1 tvg-id="" status="blocked",Canal 22 (XEIMT-TDT) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://conceptoweb-studio.com/radio/video/canal22/ #EXTINF:-1 tvg-id="" status="blocked",Once Niñas Y Niños @@ -201,5 +203,3 @@ https://ooyalahd2-f.akamaihd.net/i/UnoTV01_delivery@122640/master.m3u8 https://ss2.domint.net:3224/emtv_str/energiamusical/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",CorTV (800p) https://stream.oursnetworktv.com/latin/encoder29/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Tlaxcala Televisión (360p) [Not 24/7] -https://vid.mega00.com:5443/LiveApp/streams/928111829917388844551988/928111829917388844551988.m3u8?token=null diff --git a/streams/my.m3u b/streams/my.m3u index f0584331e..06f6dca0c 100644 --- a/streams/my.m3u +++ b/streams/my.m3u @@ -5,7 +5,7 @@ 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="error",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] http://210.210.155.35/dr9445/h/h04/index.m3u8 @@ -13,7 +13,7 @@ http://210.210.155.35/dr9445/h/h04/index.m3u8 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/ni.m3u b/streams/ni.m3u index a8df2883f..dc1fb07f8 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="error",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 @@ -19,7 +19,7 @@ https://inliveserver.com:1936/17510/17510/playlist.m3u8 https://60417ddeaf0d9.streamlock.net/tn8/videotn8/playlist.m3u8 #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="VivaNicaraguaCanal13.ni" status="timeout",Viva Nicaragua Canal 13 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="VivaNicaraguaCanal13.ni" status="online",Viva Nicaragua Canal 13 (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vivanicaragua13 #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 8e981b3f8..90559edc2 100644 --- a/streams/nl.m3u +++ b/streams/nl.m3u @@ -117,7 +117,7 @@ https://media.rtvnoord.nl/live/rtvnoord/tv/index.m3u8 https://media.rtvnoord.nl/live/rtvnoord/extra/index.m3u8 #EXTINF:-1 tvg-id="RTVNoordoostFriesland.nl" status="online",RTV Noordoost Friesland (720p) https://593aed234297b.streamlock.net/rtvnof/rtvnof/playlist.m3u8 -#EXTINF:-1 tvg-id="RTVNoordoostFriesland.nl" status="error",RTV Noordoost Friesland (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RTVNoordoostFriesland.nl" status="online",RTV Noordoost Friesland (720p) [Not 24/7] http://cdn15.streampartner.nl:1935/rtvnof2/live/playlist.m3u8 #EXTINF:-1 tvg-id="RTVOost.nl" status="error",RTV Oost (720p) https://mediacdn.rtvoost.nl/live/rtvoost/tv-oost/index.m3u8 @@ -185,6 +185,8 @@ http://593aed234297b.streamlock.net:1935/rtvnof/rtvnof/playlist.m3u8 https://live.jintv.org:12443/medialive/jintv.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio VOS FM (720p) [Not 24/7] http://593aed234297b.streamlock.net:1935/henrymeeuws/henrymeeuws/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",RTV NOF 2 (720p) [Not 24/7] +http://593aed234297b.streamlock.net:1935/rtvnof2/live/playlist.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="online",XITE (720p) [Not 24/7] @@ -209,8 +211,6 @@ http://163.172.39.215:25461/line/C4@!a3a1@!w72A/27 http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/27.m3u8 #EXTINF:-1 tvg-id="" status="error",Radio NL (1080p) [Not 24/7] http://558bd16067b67.streamlock.net:1935/radionl/radionl/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",RTV NOF 2 (720p) [Not 24/7] -http://593aed234297b.streamlock.net:1935/rtvnof2/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Radio A1 (1080p) [Not 24/7] http://stream.a1mediagroep.eu/hls/a1studio.m3u8 #EXTINF:-1 tvg-id="" status="error",Bazme Asheghan (720p) diff --git a/streams/no.m3u b/streams/no.m3u index 3e45e5822..7d3e274f5 100644 --- a/streams/no.m3u +++ b/streams/no.m3u @@ -29,9 +29,9 @@ https://900c544ac47302fffd7d3f12b4c745fd-httpcache0-90216-cachelive0.dna.ip-only https://900c544ac47302fffd7d3f12b4c745fd-httpcache0-90216-cachelive0.dna.qbrick.com/90216-cachelive0/smil:APPLETV/playlist.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 Nature Kazakhstan (720p) -https://sc.id-tv.kz/ViasatNature.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Viasat TV1000 Kazakhstan (720p) +#EXTINF:-1 tvg-id="" status="online",Viasat TV1000 Kazakhstan (720p) https://sc.id-tv.kz/TV1000.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Viasat History Kazakhstan (720p) +#EXTINF:-1 tvg-id="" status="online",Viasat History Kazakhstan (720p) https://sc.id-tv.kz/ViasatHistory.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",Viasat Nature Kazakhstan (720p) +https://sc.id-tv.kz/ViasatNature.m3u8 diff --git a/streams/pa.m3u b/streams/pa.m3u index a7f5c5681..f592a6913 100644 --- a/streams/pa.m3u +++ b/streams/pa.m3u @@ -19,7 +19,7 @@ https://mdstrm.com/live-stream-playlist/5d88df173853e7072f3f953f.m3u8 https://mdstrm.com/live-stream-playlist/5d88d659120a717cf93ce620.m3u8 #EXTINF:-1 tvg-id="Teleclasicos.pa" status="error",Teleclásicos (480p) [Not 24/7] https://tvdatta.com:3484/stream/play.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 05e1893ef..7af06ece0 100644 --- a/streams/pe.m3u +++ b/streams/pe.m3u @@ -25,7 +25,7 @@ https://tv.inka.net.pe/mascumbiatvonline/mascumbiatvonline/index.m3u8 https://tv.inka.net.pe/bestcablemusic/bestcablemusic/index.m3u8 #EXTINF:-1 tvg-id="BestCablePeru.pe" status="online",Best Cable Perú (720p) [Not 24/7] https://tv.inka.net.pe/bestcable/bestcable/index.m3u8 -#EXTINF:-1 tvg-id="BestCableSportsPeru.pe" status="error",Best Cable Sports Perú (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BestCableSportsPeru.pe" status="online",Best Cable Sports Perú (720p) [Not 24/7] https://tv.inka.net.pe/bestcablesports/bestcablesports/index.m3u8 #EXTINF:-1 tvg-id="BethelTV.pe" status="error",Bethel TV (720p) [Not 24/7] https://ott.streann.com/loadbalancer/services/public/channels/5e0689c82cdcb4fdbcd79151/playlist.m3u8 @@ -55,9 +55,9 @@ 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="error",Chincha TV [Not 24/7] +#EXTINF:-1 tvg-id="ChinchaTV.pe" status="online",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] +#EXTINF:-1 tvg-id="CineClubTV.pe" status="online",TecSatel Cine TV (Arequipa) (720p) [Not 24/7] https://servilive.com:3176/live/cineclublive.m3u8 #EXTINF:-1 tvg-id="ClipsTV.pe" status="online",ClipsTV (Ica) (360p) [Not 24/7] https://7.innovatestream.pe:19360/clipstv/clipstv.m3u8 @@ -69,15 +69,15 @@ https://cloudvideo.servers10.com:8081/8150/index.m3u8 https://tv.inka.net.pe/cntv/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="error",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="error",Controversia TV (Moyobamba) (720p) [Not 24/7] +#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] https://srv1.mediastreamperu.com/creotv/creotv/playlist.m3u8 -#EXTINF:-1 tvg-id="CRTelevision.pe" status="error",CR Television (Moyobamba) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CRTelevision.pe" status="online",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 @@ -113,7 +113,7 @@ https://stmv.panel.grupolimalive.com/fullmu/fullmu/playlist.m3u8 https://tvsource.gacetaucayalina.com/hls/prueba.m3u8 #EXTINF:-1 tvg-id="GalacticaTV.pe" status="online",Galáctica TV (Peru) (1080p) [Not 24/7] https://pacific.direcnode.com:3715/hybrid/play.m3u8 -#EXTINF:-1 tvg-id="GeniosTV.pe" status="error",Genios TV (Moyobamba) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="GeniosTV.pe" status="online",Genios TV (Moyobamba) (720p) [Not 24/7] https://live.obslivestream.com/geniostvmux/index.m3u8 #EXTINF:-1 tvg-id="GlobalTV.pe" status="error",Global TV http://190.108.83.142:8000/play/a00x/index.m3u8 @@ -127,9 +127,9 @@ https://tv.inka.net.pe/bestcablehatuntv/bestcablehatuntv/index.m3u8 https://hls.servidor.stream/storage/horizontetv.m3u8 #EXTINF:-1 tvg-id="Hoynet.pe" status="error",Hoynet (540p) [Not 24/7] https://tv.portalexpress.es:3641/hybrid/play.m3u8 -#EXTINF:-1 tvg-id="HRTV.pe" status="online",HRTV [Not 24/7] +#EXTINF:-1 tvg-id="HRTV.pe" status="error",HRTV [Not 24/7] https://srv.panelcast.net/halcontv/halcontv/playlist.m3u8 -#EXTINF:-1 tvg-id="HuachoPeruTV.pe" status="online",Huacho Perú TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HuachoPeruTV.pe" status="timeout",Huacho Perú TV (720p) [Not 24/7] https://tv.portalexpress.es:3124/live/hchoperutvlive.m3u8 #EXTINF:-1 tvg-id="HuachoPeruTV.pe" status="error",Huacho Perú TV (720p) https://tv.portalexpress.es:3124/hybrid/play.m3u8 @@ -137,7 +137,7 @@ https://tv.portalexpress.es:3124/hybrid/play.m3u8 https://inliveserver.com:1936/19002/19002/playlist.m3u8 #EXTINF:-1 tvg-id="HuanucoenVivo.pe" status="online",Huánuco en Vivo (480p) [Not 24/7] https://stmv.panel.grupolimalive.com/antonio/antonio/playlist.m3u8 -#EXTINF:-1 tvg-id="IdentidadTV.pe" status="online",Identidad TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="IdentidadTV.pe" status="error",Identidad TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvrci/livercitv/playlist.m3u8 #EXTINF:-1 tvg-id="ImagenTelevisionRioja.pe" status="timeout",Imagen Televisión (Rioja) (720p) [Not 24/7] http://191.97.56.183:1935/imagentv/imagentv/playlist.m3u8 @@ -153,7 +153,7 @@ https://live.tvcontrolcp.com:1936/8170/8170/playlist.m3u8 https://servilive.com:3149/live/jn19tvlive.m3u8 #EXTINF:-1 tvg-id="JNETV.pe" status="error",JNE TV (720p) [Not 24/7] https://dc1.webstream.eu/hls/hls/jnetvhdstreaming_high/index.m3u8 -#EXTINF:-1 tvg-id="JusticiaTV.pe" status="timeout",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 @@ -163,9 +163,9 @@ https://cdnhd.iblups.com/hls/YGpW43RUOD.m3u8 https://inliveserver.com:1936/18016/18016/playlist.m3u8 #EXTINF:-1 tvg-id="KoraTV.pe" status="error",Kora TV (360p) [Not 24/7] https://megastreamm.com:3183/live/korattvlive.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="error",La Abeja (720p) [Not 24/7] +#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 @@ -175,7 +175,7 @@ http://ott.streann.com:8080/loadbalancer/services/public/channels/59ce7f292cdc7b https://cloudvideo.servers10.com:8081/8070/index.m3u8 #EXTINF:-1 tvg-id="Latina.pe" status="blocked",Latina (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5ce7109c7398b977dc0744cd.m3u8 -#EXTINF:-1 tvg-id="Latina.pe" status="error",Latina +#EXTINF:-1 tvg-id="Latina.pe" status="timeout",Latina http://177.53.152.186:8000/play/a019/index.m3u8 #EXTINF:-1 tvg-id="LimaLive.pe" status="online",LimaLive (536p) [Not 24/7] https://stmv.panel.grupolimalive.com/limalive/limalive/playlist.m3u8 @@ -185,17 +185,17 @@ https://stmv.panel.grupolimalive.com/limalivetvtv/limalivetv/playlist.m3u8 https://stmv.panel.grupolimalive.com/lotplustv/lotplustv/playlist.m3u8 #EXTINF:-1 tvg-id="MasterTV.pe" status="online",Master TV (Tarapoto) (480p) [Not 24/7] https://tv.oyotunstream.com:1936/master/master/playlist.m3u8 -#EXTINF:-1 tvg-id="MaticesTV.pe" status="online",MaticesTV (Cañete) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MaticesTV.pe" status="error",MaticesTV (Cañete) (720p) [Not 24/7] http://v4.tustreaming.cl/matices/index.m3u8 #EXTINF:-1 tvg-id="MegaTVArequipa.pe" status="error",Mega TV (Arequipa) (360p) [Not 24/7] https://video.servidor.stream:3180/live/megatvlive.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="MegaTVTarapoto.pe" status="error",Mega TV (Tarapoto) (480p) [Not 24/7] https://tv.portalexpress.es:3870/hybrid/play.m3u8 #EXTINF:-1 tvg-id="MetropolitanadelCuzco.pe" status="error",Metropolitana del Cuzco (CCTVRadio) (576p) [Not 24/7] https://video1.earthcam.com/myearthcam/075ff02f78c35af55564cf3af3b3f750.flv/playlist.m3u8 -#EXTINF:-1 tvg-id="Millenium109FM.pe" status="error",Millenium 109 FM (Lamas) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Millenium109FM.pe" status="online",Millenium 109 FM (Lamas) (720p) [Not 24/7] https://videoserver.tmcreativos.com:19360/nqvnhujhrx/nqvnhujhrx.m3u8 #EXTINF:-1 tvg-id="MilleniumTV.pe" status="online",Millenium 49 TV (Pucallpa) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/milleniuntv/milleniuntv/playlist.m3u8 @@ -207,13 +207,13 @@ http://iptv.perueduca.pe:1935/canal2/canal22/playlist.m3u8 https://inliveserver.com:1936/19018/19018/playlist.m3u8 #EXTINF:-1 tvg-id="ModaHuancayoTV.pe" status="error",Moda Huancayo TV https://tvdatta.com:3383/live/huancayotvlive.m3u8 -#EXTINF:-1 tvg-id="MonterricoTV.pe" status="error",Monterrico TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7] http://vs8.live.opencaster.com/20100152275/jcpstream/playlist.m3u8 -#EXTINF:-1 tvg-id="MonterricoTV.pe" status="error",Monterrico TV (1080p) [Not 24/7] +#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="error",Monterrico TV (360p) [Not 24/7] +#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="error",Monterrico TV (1080p) [Not 24/7] +#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="MTVMasAncash.pe" status="error",MTV Más (Ancash) (720p) [Not 24/7] https://mediacp.hostradios.com.ar:19360/8044/8044.m3u8 @@ -221,11 +221,11 @@ https://mediacp.hostradios.com.ar:19360/8044/8044.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="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="NorSelvaRTV.pe" status="error",NorSelva RTV (Rioja) (288p) [Not 24/7] https://live.tvcontrolcp.com:1936/8140/8140/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 @@ -249,13 +249,13 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/Pan https://cdnhd.iblups.com/hls/ptv2.m3u8 #EXTINF:-1 tvg-id="PaxTV.pe" status="error",Pax TV (480p) [Not 24/7] https://d2fxrfbiedz1tm.cloudfront.net/livepaxtv/smil:PC.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="PBO.pe" status="online",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 #EXTINF:-1 tvg-id="PeruvianRadioTV.pe" status="error",PeruvianRadio TV (268p) [Not 24/7] https://stmv.panel.grupolimalive.com/peruviantv/peruviantv/playlist.m3u8 -#EXTINF:-1 tvg-id="PiuraTV.pe" status="error",PiuraTV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PiuraTV.pe" status="online",PiuraTV (720p) [Not 24/7] http://190.108.83.142:8000/play/a00d/index.m3u8 #EXTINF:-1 tvg-id="PlanetaTV.pe" status="error",Planeta TV (Moyobamba) (720p) [Not 24/7] https://live.obslivestream.com/planetatv/index.m3u8 @@ -267,15 +267,15 @@ https://tv.portalexpress.es:3270/hybrid/play.m3u8 https://servilive.com:3194/live/proyectatvlive.m3u8 #EXTINF:-1 tvg-id="PucallpaTelevision.pe" status="error",Pucallpa Televisión (360p) [Not 24/7] https://stmv.panel.grupolimalive.com/pucallpatv/pucallpatv/playlist.m3u8 -#EXTINF:-1 tvg-id="PymeTV.pe" status="error",PymeTV [Not 24/7] +#EXTINF:-1 tvg-id="PymeTV.pe" status="timeout",PymeTV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/PymeTV/live #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="timeout",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="online",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="online",Radio Chalaca (720p) [Not 24/7] https://megastreamm.com:3611/stream/play.m3u8 @@ -299,9 +299,9 @@ https://media2.cdnlayer.biz:8081/8032/index.m3u8 https://tv.portalexpress.es:3611/live/radiotvjuanjuilive.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="error",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="RadioVictoria780AM.pe" status="timeout",Radio Victoria 780 AM (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioVictoria780AM.pe" status="error",Radio Victoria 780 AM (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2pEdgRlAdGozFhlEb73PKA/live #EXTINF:-1 tvg-id="RadioyTvFiladelfia.pe" status="error",Radio y Tv Filadelfia (720p) [Not 24/7] https://streamlive7.hearthis.at/hls/9355343.m3u8 @@ -329,7 +329,7 @@ https://6075e60da1f27.streamlock.net/live/wowza/playlist.m3u8 https://live.obslivestream.com/sanjuanera/index.m3u8 #EXTINF:-1 tvg-id="SatelTV.pe" status="error",SatelTV (Puno) (720p) [Not 24/7] https://7.innovatestream.pe:19360/satel/satel.m3u8 -#EXTINF:-1 tvg-id="SelvaMiaTV.pe" status="online",SelvaMía TV (Aguaytía) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SelvaMiaTV.pe" status="error",SelvaMía TV (Aguaytía) (360p) [Not 24/7] https://inliveserver.com:1936/18022/18022/playlist.m3u8 #EXTINF:-1 tvg-id="Sistema1.pe" status="online",Sistema 1 (Huaraz) (720p) [Not 24/7] https://tv.portalexpress.es:3839/live/sistema1tvlive.m3u8 @@ -349,7 +349,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 @@ -379,7 +379,7 @@ https://tv.oyotunstream.com:1936/tropicaltv/tropicaltv/playlist.m3u8 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 -#EXTINF:-1 tvg-id="TV5.pe" status="online",TV5 Soritor (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TV5.pe" status="error",TV5 Soritor (720p) [Not 24/7] https://live.obslivestream.com/tv5/index.m3u8 #EXTINF:-1 tvg-id="TVAndahuaylas.pe" status="error",TV Andahuaylas [Not 24/7] https://pe-lim01-live-us01.cdnlayer.biz/panoramatv/index.m3u8 @@ -387,11 +387,11 @@ https://pe-lim01-live-us01.cdnlayer.biz/panoramatv/index.m3u8 https://tvdatta.com:3602/stream/play.m3u8 #EXTINF:-1 tvg-id="TVCosmos.pe" status="online",TV Cosmos (720p) [Not 24/7] https://5790d294af2dc.streamlock.net/8134/8134/playlist.m3u8 -#EXTINF:-1 tvg-id="TVenLinea.pe" status="error",TVenLinea (Cuzco) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVenLinea.pe" status="online",TVenLinea (Cuzco) (720p) [Not 24/7] 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="online",TV Huarmey (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/tvhuarmey #EXTINF:-1 tvg-id="TVMundoArequipa.pe" status="timeout",TV Mundo (Arequipa) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQH-6sv6ovHg4Nx-niZ_C1g/live @@ -437,7 +437,7 @@ https://multimedia.tmcreativos.com:1936/viatelevision/viatelevision/playlist.m3u https://srv6.zcast.com.br/virgennatividad/virgennatividad/playlist.m3u8 #EXTINF:-1 tvg-id="VisionTVMusica.pe" status="online",Visión TV Musica (720p) [Not 24/7] https://multimedia.tmcreativos.com:1936/visionmusica/visionmusica/playlist.m3u8 -#EXTINF:-1 tvg-id="VNP.pe" status="error",Visión Noticias Perú (VNP) (720p) [Not 24/7] +#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] https://live.obslivestream.com/vztv/index.m3u8 diff --git a/streams/ph.m3u b/streams/ph.m3u index 76827cc93..2d8d82662 100644 --- a/streams/ph.m3u +++ b/streams/ph.m3u @@ -19,13 +19,13 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel https://d3cbe0gidjd4k2.cloudfront.net/channel_6/channel6/playlist.m3u8 #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] +#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="online",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] 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="online",Shop TV (480p) [Not 24/7] https://d3cbe0gidjd4k2.cloudfront.net/channel_1/channel1/playlist.m3u8 @@ -33,7 +33,7 @@ https://d3cbe0gidjd4k2.cloudfront.net/channel_1/channel1/playlist.m3u8 https://api.new.livestream.com/accounts/19079954/events/7831871/live.m3u8 #EXTINF:-1 tvg-id="TeleRadyo.ph" status="online",TeleRadyo https://abscbn-ono.akamaized.net/midroll/amagi_hls_data_abscbnAAA-abscbn-teleradyo-oando/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TVMaria.ph" status="online",TV Maria +#EXTINF:-1 tvg-id="TVMaria.ph" status="error",TV Maria http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/TVMariaLIVE/live #EXTINF:-1 tvg-id="" status="online",Super Radyo DZBB (720p) [Not 24/7] http://stream.gmanews.tv/ioslive/livestream/chunklist.m3u8?wowzasessionid=693701106 diff --git a/streams/pk.m3u b/streams/pk.m3u index 54a022eb0..0147b4337 100644 --- a/streams/pk.m3u +++ b/streams/pk.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="92News.pk" status="error",92 News (720p) [Not 24/7] https://query-streamlink.herokuapp.com/iptv-query?streaming-ip=https://www.youtube.com/channel/UCsgC5cbz3DE2Shh34gNKiog/live -#EXTINF:-1 tvg-id="92NewsUK.pk" status="online",92 News UK (576p) +#EXTINF:-1 tvg-id="92NewsUK.pk" status="error",92 News UK (576p) https://securecontributions.sechls01.visionip.tv/live/securecontributions-securecontributions-92_news-hsslive-25f-16x9-SD/chunklist.m3u8 #EXTINF:-1 tvg-id="ARYDigital.pk" status="error",ARY Digital (1080p) #EXTVLCOPT:http-referrer=https://live.arydigital.tv/ diff --git a/streams/ps.m3u b/streams/ps.m3u index bbcf18db9..c71ac5e00 100644 --- a/streams/ps.m3u +++ b/streams/ps.m3u @@ -1,7 +1,7 @@ #EXTM3U -#EXTINF:-1 tvg-id="AjyalTV.ps" status="online",Ajyal TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AjyalTV.ps" status="error",Ajyal TV (720p) [Not 24/7] http://htvajyal.mada.ps:8888/ajyal/index.m3u8 -#EXTINF:-1 tvg-id="AjyalTV.ps" status="online",Ajyal TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AjyalTV.ps" status="error",Ajyal TV (720p) [Not 24/7] http://htvmada.mada.ps:8888/ajyal/index.m3u8 #EXTINF:-1 tvg-id="AlAqsaTV.ps" status="online",Al Aqsa Channel (416p) [Not 24/7] https://live-1.linuxway.info/aqsatv/live/tv/playlist.m3u8 diff --git a/streams/pt.m3u b/streams/pt.m3u index f56851a06..587956e05 100644 --- a/streams/pt.m3u +++ b/streams/pt.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="Canal11.pt" status="online",Canal 11 (720p) https://d2ve4fchffi4n1.cloudfront.net/out/v1/df356edd16f3434ab417f2c48cb1d516/index.m3u8 -#EXTINF:-1 tvg-id="CanalParlamento.pt" status="error",Canal Parlamento (432p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalParlamento.pt" status="timeout",Canal Parlamento (432p) [Not 24/7] https://playout175.livextend.cloud/livenlin4/2liveartvpub/playlist.m3u8 #EXTINF:-1 tvg-id="IgrejaOnline.pt" status="error",Igreja Online (574p) [Not 24/7] http://195.22.11.11:1935/igronline/igronline2/playlist.m3u8 @@ -21,23 +21,23 @@ https://streamer-a01.videos.sapo.pt/live/portocanal/playlist.m3u8 https://streamer-b02.videos.sapo.pt/live/portocanal/playlist.m3u8 #EXTINF:-1 tvg-id="RadioClubeTV.pt" status="error",Radio Clube TV (720p) [Not 24/7] https://stmv1.srvsite.com/clubefmradio/clubefmradio/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="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] +#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/livetvhlsDVR/rtpnHDdvr.smil/playlist.m3u8 +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 (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="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 #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 @@ -47,17 +47,17 @@ 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="online",RTP Internacional Asia (480p) [Geo-blocked] -http://210.210.155.35/qwr9ew/s/s38/index.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="RTPiAsia.pt" status="error",RTP Internacional Asia (480p) [Geo-blocked] +http://210.210.155.35/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 https://streaming-live.rtp.pt/liverepeater/smil:rtpi.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTPMadeira.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64)",RTP Madeira (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) https://streaming-live.rtp.pt/liverepeater/smil:rtpmadeira.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTPMemoria.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Memória (360p) [Not 24/7] +#EXTINF:-1 tvg-id="RTPMemoria.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Memória (360p) [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:rtpmem.smil/playlist.m3u8 #EXTINF:-1 tvg-id="SICInternacional.pt" status="blocked",SIC Internacional (720p) diff --git a/streams/qa.m3u b/streams/qa.m3u index f98517351..fde05a98b 100644 --- a/streams/qa.m3u +++ b/streams/qa.m3u @@ -27,7 +27,7 @@ https://liveak.alkassdigital.net/livehttporigin/smil:YWxrYXNh1.smil/playlist.m3u https://liveak.alkassdigital.net/livehttporigin/smil:YWxrYXNh3.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlkassTwo.qa" status="error",Al Kass Two https://liveak.alkassdigital.net/livehttporigin/smil:YWxrYXNh2.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlRassoul.qa" status="error",Al Rassoul (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AlRassoul.qa" status="timeout",Al Rassoul (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/AlRassoulChannel/live #EXTINF:-1 tvg-id="AlRayyanOldTV.qa" status="online",Al Rayyan Al Qadeem (1080p) https://svs.itworkscdn.net/alrayyanqadeemlive/alrayyanqadeem.smil/playlist.m3u8 diff --git a/streams/ro.m3u b/streams/ro.m3u index d70757d71..7f74c595c 100644 --- a/streams/ro.m3u +++ b/streams/ro.m3u @@ -21,7 +21,7 @@ http://stream1.antenaplay.ro/live/smil:AntenaMonden.smil/playlist.m3u8 https://stream1.antenaplay.ro/dfs/farasecrete5/playlist.m3u8 #EXTINF:-1 tvg-id="AntenaStars.ro" status="error",Antena Stars (720p) https://iptv-all.lanesh4d0w.repl.co/romania/astars -#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 diff --git a/streams/ru.m3u b/streams/ru.m3u index b4f3a75db..00765c1ea 100644 --- a/streams/ru.m3u +++ b/streams/ru.m3u @@ -32,7 +32,7 @@ https://sc.id-tv.kz/A2.m3u8 http://xstream.afontovo.ru/afontovo_ya.m3u8 #EXTINF:-1 tvg-id="AkudjiTV.ru" status="error",Akudji TV (720p) https://hls.goodgame.ru/hls/5346.m3u8 -#EXTINF:-1 tvg-id="AmediaHit.ru" status="error",Amedia Hit (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AmediaHit.ru" status="timeout",Amedia Hit (1080p) [Not 24/7] https://sc.id-tv.kz/amedia_hit_hd.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) #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 @@ -43,7 +43,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="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="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) #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) @@ -52,7 +52,7 @@ https://streaming.astrakhan.ru/astrakhan24/playlist.m3u8 http://83.234.104.142/astrakhan24hd/playlist.m3u8 #EXTINF:-1 tvg-id="Astrahan24.ru" status="blocked",Астрахань 24 (720p) [Geo-blocked] https://strm.yandex.ru/kal/astrahan24/astrahan240.m3u8 -#EXTINF:-1 tvg-id="AstrahanRuSport.ru" status="online",Астрахань.Ru Sport (720p) +#EXTINF:-1 tvg-id="AstrahanRuSport.ru" status="error",Астрахань.Ru Sport (720p) https://streaming.astrakhan.ru/astrakhanrusporthd/playlist.m3u8 #EXTINF:-1 tvg-id="AstrahanRuTV.ru" status="online",Астрахань.Ru TV (480p) https://streaming.astrakhan.ru/astrakhanrulivehd/playlist.m3u8 @@ -74,9 +74,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="timeout",Bollywood HD (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="BollywoodHDRussia.ru" status="online",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 @@ -102,7 +102,7 @@ http://88b9da48.kazmazpaz.ru/iptv/D7M94NBVB5DLFS/512/index.m3u8 #EXTINF:-1 tvg-id="Domashniy.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",Домашний (540p) [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://zabava-htlive.cdn.ngenix.net/hls/CH_DOMASHNIY/variant.m3u8 -#EXTINF:-1 tvg-id="Domashniy.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="Domashniy.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/s88/index.m3u8 #EXTINF:-1 tvg-id="DomKino.ru" status="blocked",Дом кино (576p) @@ -112,7 +112,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="online",Дорама (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 @@ -143,7 +143,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="timeout",HDL (404p) [Not 24/7] +#EXTINF:-1 tvg-id="HDL.ru" status="online",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 @@ -171,15 +171,15 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_KARUSEL/variant.m3u8 http://91.185.3.218:4000/play/604 #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] https://sc.id-tv.kz/Kinokomediya_hd.m3u8 -#EXTINF:-1 tvg-id="Kinomiks.ru" status="timeout",Киномикс (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinomiks.ru" status="online",Киномикс (1080p) [Not 24/7] https://sc.id-tv.kz/Kinomix_hd.m3u8 #EXTINF:-1 tvg-id="Kinopremyera.ru" status="online",Кинопремьера (1080p) [Not 24/7] https://sc.id-tv.kz/Kinopremiera_hd.m3u8 -#EXTINF:-1 tvg-id="Kinosemja.ru" status="timeout",Киносемья (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinosemja.ru" status="online",Киносемья (1080p) [Not 24/7] https://sc.id-tv.kz/Kinosemiya_hd.m3u8 #EXTINF:-1 tvg-id="Kinosvidanie.ru" status="online",Киносвидание (1080p) [Not 24/7] https://sc.id-tv.kz/Kinosvidanie_hd.m3u8 @@ -197,7 +197,7 @@ https://kprf-htlive.cdn.ngenix.net/live/stream_high/playlist.m3u8 https://strm.yandex.ru/kal/krik_tv/krik_tv0.m3u8 #EXTINF:-1 tvg-id="KRTV.ru" status="error",Красногорск ТВ (480p) [Not 24/7] http://live-krtv.cdnvideo.ru/krtv/krtv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="Krym24.ru" status="online",Крым 24 (540p) [Not 24/7] +#EXTINF:-1 tvg-id="Krym24.ru" status="error",Крым 24 (540p) [Not 24/7] http://mr2live.1tvcrimea.ru:8080/24tvcrimea.m3u8 #EXTINF:-1 tvg-id="Kuban24Orbita.ru" status="error",Кубань 24 Орбита (576p) https://stream.kuban24.tv:1500/hls/stream.m3u8 @@ -260,7 +260,7 @@ http://stream.tvbelgorod.ru:8080/mirbelogorya/index.m3u8 http://mirbelogorya.ru:8080/mirbelogorya/index.m3u8 #EXTINF:-1 tvg-id="MirPlus2.ru" status="online",Мир +2 (540p) [Not 24/7] http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv2_2500/playlist.m3u8 -#EXTINF:-1 tvg-id="MirPlus3.ru" status="error",Мir +3 (512p) [Not 24/7] +#EXTINF:-1 tvg-id="MirPlus3.ru" status="online",Мir +3 (512p) [Not 24/7] https://sc.id-tv.kz/Mir.m3u8 #EXTINF:-1 tvg-id="MirPlus4.ru" status="online",Мир +4 (540p) [Not 24/7] http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv3_2500/playlist.m3u8 @@ -298,7 +298,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="timeout",Мужское кино (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="MuzikaPervogo.ru" status="error",Музыка Первого (576p) http://91.185.3.218:4000/play/608 @@ -328,7 +328,7 @@ https://live-vestinn.cdnvideo.ru/vestinn/nn24-khl/playlist.m3u8 https://hls-video01.cdnvideo.ru/video01/smil:video01.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Novoetelevidenie.kz" status="error",Новое ТВ (404p) [Not 24/7] https://sc.id-tv.kz/New_Television.m3u8 -#EXTINF:-1 tvg-id="NovorossiyaTV.ru" status="online",Новороссия ТВ (720p) +#EXTINF:-1 tvg-id="NovorossiyaTV.ru" status="timeout",Новороссия ТВ (720p) http://ott.inmart.tv:8081/19/index.m3u8 #EXTINF:-1 tvg-id="Novyymir.ru" status="online",Новый мир (406p) [Not 24/7] http://stream.studio360.tv/nw/nw_576p/playlist.m3u8 @@ -351,7 +351,7 @@ https://mob3-ntv.cdnvideo.ru/ntv3/smil:ntvair001_hd.smil/playlist.m3u8 #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="error",НВК Саха (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="NVKSakha.ru" status="online",НВК Саха (1080p) [Not 24/7] 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 @@ -364,7 +364,7 @@ http://ott-cdn.ucom.am/s62/index.m3u8 https://strm.yandex.ru/kal/ohotnik/ohotnik0.m3u8 #EXTINF:-1 tvg-id="Olala.ru" status="timeout",O-la-la [Not 24/7] http://92.242.14.114:4022/udp/225.0.55.234:1234 -#EXTINF:-1 tvg-id="OplotTV.ru" status="online",Оплот ТВ (1080p) +#EXTINF:-1 tvg-id="OplotTV.ru" status="timeout",Оплот ТВ (1080p) http://ott.inmart.tv:8081/54/index.m3u8 #EXTINF:-1 tvg-id="Ostrosyuzhetnoye.ru" status="timeout",Остросюжетное (540p) http://185.97.150.19:8082/2235 @@ -378,11 +378,11 @@ http://185.18.4.16/live/3m/playlist.m3u8 http://mrlive.1tvcrimea.ru:8080/1tvcrimea.m3u8 #EXTINF:-1 tvg-id="PervyyPskovskiy.ru" status="online",Первый Псковский (540p) [Not 24/7] http://194.190.78.91/pskov/rewind-10800.m3u8 -#EXTINF:-1 tvg-id="PervyyRespublikanskiy.ru" status="online",Первый республиканский (720p) +#EXTINF:-1 tvg-id="PervyyRespublikanskiy.ru" status="timeout",Первый республиканский (720p) 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 @@ -443,9 +443,9 @@ 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="timeout",РЕН ТВ International (576p) [Not 24/7] +#EXTINF:-1 tvg-id="RENTVInternational.ru" status="online",РЕН ТВ International (576p) [Not 24/7] https://sc.id-tv.kz/RenTV.m3u8 -#EXTINF:-1 tvg-id="RodnoeKino.ru" status="error",Родное кино (576p) [Not 24/7] +#EXTINF:-1 tvg-id="RodnoeKino.ru" status="online",Родное кино (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 @@ -499,8 +499,6 @@ http://cdnmg.secure.live.rtr-vesti.ru/vgtrkrtmp/smil:kaluga_r1.smil/playlist.m3u #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 @@ -509,6 +507,8 @@ http://ott-cdn.ucom.am/s21/index.m3u8 https://strm.yandex.ru/kal/euronews_supres/euronews_supres0.m3u8 #EXTINF:-1 tvg-id="Russia24.ru" status="error",Россия 24 (540p) http://evronovosti.mediacdn.ru/sr1/evronovosti/playlist.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) @@ -739,8 +739,6 @@ http://ott-cdn.ucom.am/s85/index.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 https://zabava-htlive.cdn.ngenix.net/hls/CH_RUSSIAK/variant.m3u8 -#EXTINF:-1 tvg-id="" status="online",Оплот 2 (1080p) -http://ott.inmart.tv:8081/17/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Ростов-папа (1080p) http://live-rostovpapa.cdnvideo.ru/rostovpapa/rostovpapa.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ТКР (Рязань) (1080p) [Not 24/7] @@ -767,14 +765,20 @@ http://ott-cdn.ucom.am/s14/04.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 http://ott-cdn.ucom.am/s20/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",Индийское кино (576p) [Not 24/7] +https://sc.id-tv.kz/Indiiskoe_kino.m3u8 +#EXTINF:-1 tvg-id="" status="online",Хабар (576p) [Not 24/7] +https://sc.id-tv.kz/Khabar.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] https://sc.id-tv.kz/1KanalEvraziya.m3u8 -#EXTINF:-1 tvg-id="" status="online",Туран ТВ (576p) [Not 24/7] -https://sc.id-tv.kz/TuranTV.m3u8 +#EXTINF:-1 tvg-id="" status="online",Той Думан (576p) [Not 24/7] +https://sc.id-tv.kz/ToiDuman.m3u8 #EXTINF:-1 tvg-id="" status="online",Телплюс ТВ (Астрахань) (360p) [Not 24/7] http://streaming.astrakhan.ru/telplushd/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Туран ТВ (576p) [Not 24/7] +https://sc.id-tv.kz/TuranTV.m3u8 #EXTINF:-1 tvg-id="" status="online",Такт/Рен ТВ (Курск) (294p) [Not 24/7] http://109.194.62.29:8080 #EXTINF:-1 tvg-id="" status="blocked",Радио 10 (1024p) [Not 24/7] @@ -793,18 +797,16 @@ http://193.107.128.8:8552/play/a007 http://ad-hls-tvc.cdnvideo.ru/tvc-p222/smil:tvc.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ВТВ Плюс (Херсон) (576p) http://iptv.rubintele.com:8552/play/a007 +#EXTINF:-1 tvg-id="" status="timeout",Оплот 2 (1080p) +http://ott.inmart.tv:8081/17/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Русский Экстрим http://vid.extremtv.ru/hls_get/cameraFeed.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Россия РТР https://a3569455801-s26881.cdn.ngenix.net/live/smil:rtrp.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Россия 1 +6 (360p) https://gtrkchita.ru:8081/hls/r1-chita_360p.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Индийское кино (576p) [Not 24/7] -https://sc.id-tv.kz/Indiiskoe_kino.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Хабар 24 (576p) [Not 24/7] https://sc.id-tv.kz/Khabar_24.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Той Думан (576p) [Not 24/7] -https://sc.id-tv.kz/ToiDuman.m3u8 #EXTINF:-1 tvg-id="" status="error",Первый канал (576p) http://91.185.3.218:4000/play/603 #EXTINF:-1 tvg-id="" status="error",Россия К (576p) [Not 24/7] @@ -813,5 +815,3 @@ http://cdnmg.secure.live.rtr-vesti.ru/hls/russia_k/playlist.m3u8 http://cdnmg.secure.live.rtr-vesti.ru/live/smil:rtrp.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Телестанция МИР (Новосибирск) (720p) [Not 24/7] http://serv30.vintera.tv:8081/stanciya_mir/mir/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Хабар (576p) [Not 24/7] -https://sc.id-tv.kz/Khabar.m3u8 diff --git a/streams/ru_catcast.m3u b/streams/ru_catcast.m3u index deee3c740..dfa88a332 100644 --- a/streams/ru_catcast.m3u +++ b/streams/ru_catcast.m3u @@ -11,11 +11,11 @@ https://v2.catcast.tv/content/38801/index.m3u8 https://v2.catcast.tv/content/38821/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Eurodance 90 HD (1080p) [Not 24/7] https://eurodance90.catcast.tv/content/36987/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Кинозал (VHS 90s) (720p) [Not 24/7] -https://v2.catcast.tv/content/37925/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Ужастик (304p) [Not 24/7] -https://v2.catcast.tv/content/38896/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Metal TV (720p) [Not 24/7] https://v2.catcast.tv/content/33816/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",Ужастик (304p) [Not 24/7] +https://v2.catcast.tv/content/38896/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",Кинозал (VHS 90s) (720p) [Not 24/7] +https://v2.catcast.tv/content/37925/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Премьера (400p) [Not 24/7] https://v2.catcast.tv/content/39161/index.m3u8 diff --git a/streams/sa.m3u b/streams/sa.m3u index 842e43351..04b82e62f 100644 --- a/streams/sa.m3u +++ b/streams/sa.m3u @@ -2,13 +2,13 @@ #EXTINF:-1 tvg-id="AhluAlQuranTV.sa" status="error",Ahlu Al Quran TV (576p) https://ahlualquran.tv/live/ysfbfBvecZ/SaNVjgaYnE/8.m3u8 #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="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="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] @@ -26,9 +26,9 @@ https://shls-rotana-alresalah-prod-dub.shahid.net/out/v1/936b89606b5e48db8ca28ca #EXTINF:-1 tvg-id="AlresalahTV.sa" status="error",Al-Resalah (1080p) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-elressalah #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] @@ -62,9 +62,9 @@ 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="error",LBC (1080p) [Geo-blocked] @@ -81,19 +81,19 @@ https://shls-rotanacinema-egy-prod-dub.shahid.net/out/v1/c39c0ecbcbdb46e890e9110 http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-cinema-egypt #EXTINF:-1 tvg-id="RotanaCinemaKSA.sa" status="online",Rotana Cinema KSA (1080p) https://shls-rotanacinema-ksa-prod-dub.shahid.net/out/v1/6cee1c57ea7841e697eb15cefc98e0a6/index.m3u8 -#EXTINF:-1 tvg-id="RotanaCinemaKSA.sa" status="timeout",Rotana Cinema KSA (1080p) +#EXTINF:-1 tvg-id="RotanaCinemaKSA.sa" status="error",Rotana Cinema KSA (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-cinema #EXTINF:-1 tvg-id="RotanaClassic.sa" status="online",Rotana Classic (1080p) https://rotanastudios-rotanaclassic-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaClassic.sa" status="online",Rotana Classic (1080p) https://shls-rotanaclassic-prod-dub.shahid.net/out/v1/4eebed211c8441228321b4f67a46c5a5/index.m3u8 -#EXTINF:-1 tvg-id="RotanaClassic.sa" status="error",Rotana Classic (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="RotanaClassic.sa" status="timeout",Rotana Classic (1080p) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-classic #EXTINF:-1 tvg-id="RotanaClip.sa" status="error",Rotana Clip (1080p) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-clip #EXTINF:-1 tvg-id="RotanaComedy.sa" status="online",Rotana Comedy (1080p) [Geo-blocked] https://rotanastudios-rotanacomedy-1-eu.xiaomi.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RotanaComedy.sa" status="error",Rotana Comedy (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="RotanaComedy.sa" status="timeout",Rotana Comedy (1080p) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-comedy #EXTINF:-1 tvg-id="RotanaDrama.sa" status="online",Rotana Drama (1080p) [Geo-blocked] https://rotanastudios-rotanadrama-1-eu.xiaomi.wurl.tv/playlist.m3u8 @@ -135,12 +135,8 @@ https://shls-mbc1ksa-prod-dub.shahid.net/out/v1/38c9aca1b6bb4239bb7ca409548a2762 https://shls-mbcaction-prod-dub.shahid.net/out/v1/b3ece6f93df54fa39d0065fee8e5d40d/index.m3u8 #EXTINF:-1 tvg-id="" status="online",SSC2 HD (1080p) https://ssc-6-ak.akamaized.net/out/v1/efbe58d3435d4de1beb1d7e3b27d309f/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Ayat (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ayaat_Group/live #EXTINF:-1 tvg-id="" status="online",Jeddah Radio (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/jeddahradio -#EXTINF:-1 tvg-id="" status="online",Nidae AlIslam Radio (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/nidaalislam #EXTINF:-1 tvg-id="" status="online",Quran Radio (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/quranradio #EXTINF:-1 tvg-id="" status="online",Al Riyadh Radio (720p) @@ -157,6 +153,10 @@ https://edge.taghtia.com/sa/13.m3u8 https://edge.taghtia.com/sa/14.m3u8 #EXTINF:-1 tvg-id="" status="online",Jeddah Radio (720p) https://edge.taghtia.com/sa/15.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",Nidae AlIslam Radio (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/nidaalislam +#EXTINF:-1 tvg-id="" status="timeout",Ayat (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ayaat_Group/live #EXTINF:-1 tvg-id="" 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="error",Jasco Events TV (576p) diff --git a/streams/sg.m3u b/streams/sg.m3u index 793f7608d..efd91f6a6 100644 --- a/streams/sg.m3u +++ b/streams/sg.m3u @@ -9,13 +9,13 @@ 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="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="online",Rock Entertainment (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="Hits.sg" status="error",HITS (576p) [Geo-blocked] +http://210.210.155.37/dr9445/h/h37/index.m3u8 +#EXTINF:-1 tvg-id="RockEntertainment.sg" status="error",Rock Entertainment (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h16/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/si.m3u b/streams/si.m3u index 38f648d31..cf7cfafb9 100644 --- a/streams/si.m3u +++ b/streams/si.m3u @@ -7,7 +7,7 @@ https://29-rtvslo-tv-mmc-int.cdn.eurovisioncdn.net/playlist.m3u8 http://5ca49f2417d90.streamlock.net/live/dolnykubin1/playlist.m3u8 #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] +#EXTINF:-1 tvg-id="TVMaribor.si" status="timeout",TV MARIBOR (720p) [Not 24/7] https://25-rtvslo-tv-mb-int.cdn.eurovisioncdn.net/playlist.m3u8 #EXTINF:-1 tvg-id="TVSlovenija1.si" status="online",TV SLOVENIJA 1 (1080p) https://31-rtvslo-tv-slo1-int.cdn.eurovisioncdn.net/playlist.m3u8 diff --git a/streams/sk.m3u b/streams/sk.m3u index 22ff900c2..29d47651f 100644 --- a/streams/sk.m3u +++ b/streams/sk.m3u @@ -39,7 +39,7 @@ http://s1.media-planet.sk/live/novezamky/lihattv.m3u8 http://s1.media-planet.sk/live/novezamky/playlist.m3u8 #EXTINF:-1 tvg-id="TVNoveZamky.sk" status="error",TV Nové Zámky (486p) rtmp://s1.media-planet.sk:80/live/novezamky -#EXTINF:-1 tvg-id="TVPovazie.sk" status="timeout",TV Povazie (400p) +#EXTINF:-1 tvg-id="TVPovazie.sk" status="error",TV Povazie (400p) http://213.181.128.248:8090/tvpovazie-h264.flv #EXTINF:-1 tvg-id="TVReduta.sk" status="error",Reduta (486p) http://s1.media-planet.sk/live/reduta/playlist.m3u8 diff --git a/streams/sn.m3u b/streams/sn.m3u index 1878da926..41d59f87a 100644 --- a/streams/sn.m3u +++ b/streams/sn.m3u @@ -11,7 +11,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="RTS1.sn" status="error",RTS1 (480p) [Not 24/7] https://iptv-all.lanesh4d0w.repl.co/senegal/rts1 diff --git a/streams/sv.m3u b/streams/sv.m3u index 1303d6c75..0048cd8cd 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 @@ -32,7 +32,7 @@ http://168.227.22.18:1935/tvm/tvm.stream/playlist.m3u8 https://5fc584f3f19c9.streamlock.net/tvo/smil:tvo.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVX.sv" status="online",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="error",WOW TV (576p) [Not 24/7] +#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 #EXTINF:-1 tvg-id="" status="online",Taber TV https://5ca9af4645e15.streamlock.net/tabertv/smil:tabertv.smil/playlist.m3u8 diff --git a/streams/sy.m3u b/streams/sy.m3u index 147c83bc0..0eba04460 100644 --- a/streams/sy.m3u +++ b/streams/sy.m3u @@ -33,7 +33,7 @@ http://vod.ortas.sy:1935/oLive/sedu05042022/playlist.m3u8 http://vod.alikhbaria.net:1935/oLive/snews05042022/playlist.m3u8 #EXTINF:-1 tvg-id="SyrianNewsChannel.sy" status="online",Syrian News Channel (360p) [Not 24/7] http://vod.ortas.sy:1935/oLive/snews05042022/playlist.m3u8 -#EXTINF:-1 tvg-id="SyrianNewsChannel.sy" status="error",Syrian News Channel (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SyrianNewsChannel.sy" status="timeout",Syrian News Channel (360p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCjmUU7Zy3BYHGSyUdRFuFIg/live #EXTINF:-1 tvg-id="SyrianSatelliteChannel.sy" status="online",Syria Satellite Channel (360p) [Not 24/7] http://vod.ortas.sy:1935/oLive/sat05042022/playlist.m3u8 diff --git a/streams/th.m3u b/streams/th.m3u index 441894134..5d1d8a3df 100644 --- a/streams/th.m3u +++ b/streams/th.m3u @@ -13,31 +13,31 @@ http://usa.login.in.th:1935/ch8/ch8/playlist.m3u8 https://dltv-live-edge.catcdn.cloud/dltv01.m3u8 #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] +#EXTINF:-1 tvg-id="DLTV3.th" status="timeout",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="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] +#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="timeout",DLTV 7 (720p) [Not 24/7] +#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="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="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="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 @@ -46,7 +46,7 @@ https://smart-tv.livedoomovie.com:4431/02_golfhd_720p/chunklist.m3u8 https://edge2-bkk.3bb.co.th:9443/MONO29_HLS_1080P/mono29hls_1080TH.stream/playlist.m3u8 #EXTINF:-1 tvg-id="News1.th" status="online",ASTV News 1 (720p) [Not 24/7] http://news1.live14.com/stream/news1.m3u8 -#EXTINF:-1 tvg-id="ThairathTV32.th" status="error",Thairath TV 32 (720p) +#EXTINF:-1 tvg-id="ThairathTV32.th" status="online",Thairath TV 32 (720p) https://live.thairath.co.th/trtv2/playlist.m3u8 #EXTINF:-1 tvg-id="TruePremierFootballHD1.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",True Premier Football HD 1 (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 @@ -81,7 +81,7 @@ https://smart-tv.livedoomovie.com:4431/02_2sporthd4_720p/chunklist.m3u8 #EXTINF:-1 tvg-id="TrueTennisHD.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",True Tennis HD (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 https://smart-tv.livedoomovie.com:4431/02_TennisHD_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="TVMuslimThailand.th" status="online",TV Muslim (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVMuslimThailand.th" status="error",TV Muslim (1080p) [Not 24/7] http://vip2.liveanywhere.asia:1935/tvmuslim/tvmuslim/playlist.m3u8 #EXTINF:-1 tvg-id="WhiteChannel.th" status="online",White Channel (1080p) http://symc-cdn.violin.co.th:1935/tndedge/whitechannel/chunklist.m3u8 diff --git a/streams/tm.m3u b/streams/tm.m3u index c7bbd2587..95289c6a2 100644 --- a/streams/tm.m3u +++ b/streams/tm.m3u @@ -16,9 +16,9 @@ https://alpha.tv.online.tm/hls/ch007.m3u8 #EXTINF:-1 tvg-id="Turkmenistan.tm" status="online",Türkmenistan (226p) [Not 24/7] https://alpha.tv.online.tm/legacyhls/ch007.m3u8 #EXTINF:-1 tvg-id="TurkmenistanSport.tm" status="online",Türkmenistan Sport (406p) [Not 24/7] -https://alpha.tv.online.tm/legacyhls/ch004.m3u8 -#EXTINF:-1 tvg-id="TurkmenistanSport.tm" status="online",Türkmenistan Sport (406p) [Not 24/7] https://alpha.tv.online.tm/hls/ch004.m3u8 +#EXTINF:-1 tvg-id="TurkmenistanSport.tm" status="online",Türkmenistan Sport (406p) [Not 24/7] +https://alpha.tv.online.tm/legacyhls/ch004.m3u8 #EXTINF:-1 tvg-id="TurkmenOwazy.tm" status="online",Türkmen Owazy (406p) [Not 24/7] https://alpha.tv.online.tm/hls/ch005.m3u8 #EXTINF:-1 tvg-id="TurkmenOwazy.tm" status="online",Türkmen Owazy (406p) [Not 24/7] diff --git a/streams/tn.m3u b/streams/tn.m3u index c00576f11..546fecf70 100644 --- a/streams/tn.m3u +++ b/streams/tn.m3u @@ -6,7 +6,7 @@ http://37.187.28.55:1935/bayatv/myStream/playlist.m3u8 http://217.182.137.206/elhiwar.m3u8 #EXTINF:-1 tvg-id="ElHiwarElTounsi.tn" status="error",El Hiwar El Tounsi (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/k2IuM11CZakq4ZvrUkv -#EXTINF:-1 tvg-id="IFMTV.tn" status="online",IFM TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="IFMTV.tn" status="timeout",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 @@ -20,7 +20,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="Watania1.tn" status="error" user-agent="TNAgexpl212C",Watania 1 (400p) #EXTVLCOPT:http-user-agent=TNAgexpl212C diff --git a/streams/tr.m3u b/streams/tr.m3u index ee33d4a1f..c4752c20d 100644 --- a/streams/tr.m3u +++ b/streams/tr.m3u @@ -16,7 +16,7 @@ https://akittv-live.ercdn.net/akittv/akittv.m3u8 http://win4.yayin.com.tr/postatv/postatv/playlist.m3u8 #EXTINF:-1 tvg-id="AlZahraTVTurkic.tr" status="online",Al-Zahra TV Turkic (720p) [Not 24/7] https://live.al-zahratv.com/live/playlist.m3u8 -#EXTINF:-1 tvg-id="ArasTV.tr" status="error",ARAS TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ArasTV.tr" status="blocked",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 @@ -97,7 +97,7 @@ https://dcunilive258-lh.akamaihd.net/i/dclive_1@126972/master.m3u8 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="error",Gaziantep Olay Tv (720p) [Geo-blocked] +#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="GoncaTV.tr" status="error",Gonca TV (720p) [Not 24/7] https://broadcasttr.com:446/tuncerciftci/smil:tuncerciftci.smil/playlist.m3u8 @@ -156,7 +156,7 @@ https://waw2.artiyerelmedya.net/kanal23/bant1/playlist.m3u8 https://waw2.artiyerelmedya.net/kanal26/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="Kanal32.tr" status="online",Kanal 32 (480p) [Not 24/7] https://edge1.socialsmart.tv/kanal32/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="Kanal33.tr" status="online",Kanal 33 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Kanal33.tr" status="error",Kanal 33 (720p) [Not 24/7] http://stream.taksimbilisim.com:1935/kanal33/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="Kanal34.tr" status="timeout",Kanal 34 (720p) [Not 24/7] http://live.arkumedia.com:1935/kanal34tv/kanal34tv/playlist.m3u8 @@ -168,7 +168,7 @@ http://yayin3.canlitv.com:1935/live/kanal38/playlist.m3u8 https://waw2.artiyerelmedya.net/kanal68/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="KanalAvrupa.tr" status="online",Kanal Avrupa (1080p) [Not 24/7] http://51.15.2.151/hls/kanalavrupa.m3u8 -#EXTINF:-1 tvg-id="KanalB.tr" status="online",Kanal B (480p) [Not 24/7] +#EXTINF:-1 tvg-id="KanalB.tr" status="error",Kanal B (480p) [Not 24/7] http://212.174.58.161/hls-live/livepkgr/_definst_/liveevent/kanalb.m3u8 #EXTINF:-1 tvg-id="KanalD.tr" status="error",Kanal D (480p) [Not 24/7] http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/66.m3u8 @@ -218,7 +218,7 @@ http://137.74.205.201/medmuzik/MedStream/playlist.m3u8 https://waw2.artiyerelmedya.net/mercantv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="MeteorolojiTV.tr" status="error",Meteoroloji TV (720p) https://b01c02nl.mediatriple.net/videoonlylive/mtfgdbkwkjllolive/broadcast_5b1673b7c36b7.smil/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 @@ -342,9 +342,9 @@ http://stream.taksimbilisim.com:1935/tv41/smil:tv41.smil/playlist.m3u8 https://waw1.artiyerelmedya.net/tv41/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="TV41.tr" status="online",TV41 (720p) [Not 24/7] https://waw2.artiyerelmedya.net/tv41/bant1/chunks.m3u8 -#EXTINF:-1 tvg-id="TV52.tr" status="online",TV 52 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TV52.tr" status="error",TV 52 (720p) [Not 24/7] 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] +#EXTINF:-1 tvg-id="TV52.tr" status="error",TV 52 (720p) [Not 24/7] https://broadcasttr.com:446/tv52/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="TV85.tr" 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",TV 8.5 (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 @@ -381,8 +381,6 @@ https://59cba4d34b678.streamlock.net/live/vuslattv/playlist.m3u8 https://waw2.artiyerelmedya.net/vuslattv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",KANAL 58 (720p) [Not 24/7] https://broadcasttr.com:446/kanal58/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",tv100 (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=8jEXHzMTR7s #EXTINF:-1 tvg-id="" status="online",TRT Diyanet (1080p) https://eustr73.mediatriple.net/videoonlylive/mtikoimxnztxlive/broadcast_5e3bf95a47e07.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Er TV (720p) [Geo-blocked] @@ -393,8 +391,6 @@ https://win8.yayin.com.tr/haber61tv/smil:haber61tv.smil/playlist.m3u8 http://mtulqxgomrllive.mediatriple.net/mtulqxgomrllive/broadcast_59f9c0c785b88.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ALTAS TV (720p) [Not 24/7] http://stream.taksimbilisim.com:1935/altastv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Tarsus Güney TV (270p) -http://stream.taksimbilisim.com:1935/tarsusguneytv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Mercan TV (720p) [Not 24/7] http://yerelmedya.tv:1935/mercantv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Torba TV (720p) [Not 24/7] @@ -413,6 +409,10 @@ https://waw2.artiyerelmedya.net/aksutv/bant1/playlist.m3u8 https://s01.vpis.io/ogun/ogun.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Şaban TV (720p) [Geo-blocked] http://145.239.37.125:20458/sabantv3/sabantv3/playlist.m3u8 +#EXTINF:-1 tvg-id="" 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="" status="timeout",tv100 Ekonomi (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=32enbX7XKnw #EXTINF:-1 tvg-id="" status="error",Medya Haber TV (480p) [Not 24/7] http://163.172.39.215:25461/line/C4@!a3a1@!w72A/23 #EXTINF:-1 tvg-id="" status="error",Habertürk TV (480p) [Not 24/7] @@ -429,14 +429,14 @@ http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/107.m3u8 http://176.10.117.18:8000/play/a004/index.m3u8 #EXTINF:-1 tvg-id="" status="error",CRI Türk Belgesel (480p) http://cri.aa.net.tr:1935/belgesel/belgesel/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",tv100 Ekonomi (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=32enbX7XKnw #EXTINF:-1 tvg-id="" status="error",Genç TV (720p) [Not 24/7] http://kuzeykibris.tv/m3u8/tv_genc.m3u8 #EXTINF:-1 tvg-id="" status="error",Güneş TV Kibris (720p) [Not 24/7] http://kuzeykibris.tv/m3u8/tv_gunes.m3u8 #EXTINF:-1 tvg-id="" status="error",Kanal T (720p) [Not 24/7] http://kuzeykibris.tv/m3u8/tv_kanalt.m3u8 +#EXTINF:-1 tvg-id="" status="error",Tarsus Güney TV (270p) +http://stream.taksimbilisim.com:1935/tarsusguneytv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Petra TV (1080p) [Not 24/7] http://tt61.mine.nu/live/PetraTV/Fw99Gpq7Gq/6478.m3u8 #EXTINF:-1 tvg-id="" status="error",MSBC Kanal 2000 (360p) [Not 24/7] diff --git a/streams/tw.m3u b/streams/tw.m3u index 0f6d49b7a..52e2893ca 100644 --- a/streams/tw.m3u +++ b/streams/tw.m3u @@ -3,7 +3,7 @@ https://pulltv2.wanfudaluye.com/live/tv2.m3u8 #EXTINF:-1 tvg-id="FTVNews.tw" status="error",FTV News (720p) http://210.61.56.23/hls/ftvtv/index.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 @@ -39,6 +39,8 @@ https://live.streamingfast.net/osmflivech40.m3u8 https://live.streamingfast.net/osmflivech47.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH49 禱告頻道 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech49.m3u8 +#EXTINF:-1 tvg-id="" status="online",GOOD TV CH50 國際講員 中文發音 (720p) [Not 24/7] +https://live.streamingfast.net/osmflivech50.m3u8 #EXTINF:-1 tvg-id="" status="online",大愛1 (720p) https://pulltv1.wanfudaluye.com/live/tv1.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH3 真情部落格 短版 (720p) @@ -111,8 +113,8 @@ http://seb.sason.top/sc/hsxw_fhd.m3u8 http://seb.sason.top/sc/sllive_fhd.m3u8 #EXTINF:-1 tvg-id="" status="blocked",TVBS新聞 [Geo-blocked] http://seb.sason.top/sc/tvbsxw_fhd.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH50 國際講員 中文發音 (720p) [Not 24/7] -https://live.streamingfast.net/osmflivech50.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH19 共享觀點 (720p) +https://live.streamingfast.net/osmflivech19.m3u8 #EXTINF:-1 tvg-id="" status="error",CTI TV Asia (720p) [Geo-blocked] http://free.fullspeed.tv/query?url=https://www.youtube.com/channel/UC5l1Yto5oOIgRXlI4p4VKbw/live #EXTINF:-1 tvg-id="" status="error",GOOD TV CH8 幸福學堂 短版 (720p) @@ -121,8 +123,6 @@ https://live.streamingfast.net/osmflivech8.m3u8 https://live.streamingfast.net/osmflivech10.m3u8 #EXTINF:-1 tvg-id="" status="error",GOOD TV CH13 健康新煮流 短版 (720p) https://live.streamingfast.net/osmflivech13.m3u8 -#EXTINF:-1 tvg-id="" status="error",GOOD TV CH19 共享觀點 (720p) -https://live.streamingfast.net/osmflivech19.m3u8 #EXTINF:-1 tvg-id="" status="error",GOOD TV CH22 職場新視野 (720p) https://live.streamingfast.net/osmflivech22.m3u8 #EXTINF:-1 tvg-id="" status="error",GOOD TV CH23 空中主日學 生活 (720p) diff --git a/streams/ua.m3u b/streams/ua.m3u index a17d20abb..bc4324947 100644 --- a/streams/ua.m3u +++ b/streams/ua.m3u @@ -181,8 +181,6 @@ https://cdn1.live-tv.od.ua:8083/zdorovood/zdorovo/playlist.m3u8 http://hls-live-media.cdn01.net/default/stream_10429_1.m3u8 #EXTINF:-1 tvg-id="" status="online",CNL Европа (360p) http://live-mobile.cdn01.net/hls-live/202E1F/default/mobile/stream_10429_1.m3u8 -#EXTINF:-1 tvg-id="" status="online",4 канал (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQdSS9GSBbtSqW3oNB39KTw/live #EXTINF:-1 tvg-id="" status="online",4 канал (720p) http://95.67.106.10/hls/nta_ua_hi/index.m3u8 #EXTINF:-1 tvg-id="" status="online",НТК (1080p) [Not 24/7] @@ -193,6 +191,8 @@ http://194.50.51.34/playlist.m3u8 http://hls-live-media.cdn01.net/default/stream_10429_2.m3u8 #EXTINF:-1 tvg-id="" status="online",CNL Европа (360p) http://live-mobile.cdn01.net/hls-live/202E1F/default/mobile/stream_10429_2.m3u8 +#EXTINF:-1 tvg-id="" status="online",I-UA.tv (1080p) +https://kie2.cdn.i-ua.tv/hlsme/iuatv.m3u8 #EXTINF:-1 tvg-id="" status="online",4 канал (720p) http://95.67.106.10/hls/nta_ua_mid/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Репортер (720p) [Not 24/7] @@ -235,14 +235,14 @@ http://46.175.163.130/live_yatb/playlist.m3u8 http://91.193.128.233:1935/live/otv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ЧП Инфо (576p) http://edge3.iptv.macc.com.ua/life/magnolia_3/index.m3u8 -#EXTINF:-1 tvg-id="" 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="" status="timeout",UkrLive (Перший незалежний) (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCeOlmFkSt4KFVkivMe7uEvw/live +#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="timeout",IHTEP (576p) https://edge1.iptv.macc.com.ua/img/inter_3/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",I-UA.tv (1080p) -https://kie2.cdn.i-ua.tv/hlsme/iuatv.m3u8 -#EXTINF:-1 tvg-id="" status="error",UkrLive (Перший незалежний) (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCeOlmFkSt4KFVkivMe7uEvw/live +#EXTINF:-1 tvg-id="" status="error",Телеканал Прямий (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCH9H_b9oJtSHBovh94yB5HA/live #EXTINF:-1 tvg-id="" status="error",CNL Европа (216p) http://hls-live-media.cdn01.net/default/stream_10429_3.m3u8 #EXTINF:-1 tvg-id="" status="error",Перший Західний (Львов) (576p) diff --git a/streams/uk.m3u b/streams/uk.m3u index e9bae664c..c92c7fbac 100644 --- a/streams/uk.m3u +++ b/streams/uk.m3u @@ -7,11 +7,11 @@ https://stream.ecable.tv/afrobeats/index.m3u8 http://109.123.126.14:1935/live/livestream1.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="AhlulbaytTV.uk" status="online",Ahlulbayt TV (1080p) [Not 24/7] https://5f3e23ac71915.streamlock.net:4434/live/livestream1.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="Ahwazna.uk" status="error",Ahwazna (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Ahwazna.uk" status="timeout",Ahwazna (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/ahwaznach #EXTINF:-1 tvg-id="AkaalTV.uk" status="online",Akaal TV (396p) [Geo-blocked] https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/akaal_tv/hls1_smart_akaal/akaal_tv.m3u8 -#EXTINF:-1 tvg-id="AkaalTV.uk" status="online",Akaal TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AkaalTV.uk" status="timeout",Akaal TV (360p) [Not 24/7] 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 @@ -264,10 +264,10 @@ https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:cbeebies_h https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:cbeebies_hd/t=3840/v=pv14/b=5070016/main.m3u8 #EXTINF:-1 tvg-id="Channel5.uk" status="error",Channel 5 (720p) https://uktv.vercel.app/five.m3u8 -#EXTINF:-1 tvg-id="ChannelS.uk" status="online",Channel S (720p) [Not 24/7] -https://a.jsrdn.com/r-373576a3/publish/22679_24MrQma9TX/index.m3u8 #EXTINF:-1 tvg-id="ChannelS.uk" status="online",Channel S (576p) [Not 24/7] https://ap02.iqplay.tv:8082/iqb8002/ch4n3ls/playlist.m3u8 +#EXTINF:-1 tvg-id="ChannelS.uk" status="error",Channel S (720p) [Not 24/7] +https://a.jsrdn.com/r-373576a3/publish/22679_24MrQma9TX/index.m3u8 #EXTINF:-1 tvg-id="ChelseaTV.uk" status="online",Chelsea TV (576p) http://c0.cdn.trinity-tv.net/stream/hujuv8xpr4gdugis2szd4rqrvpzip8iuwn2jwpt68wmvpmdz79qime8idwrxga95rnghp64hfimevyvrp6n7p3c52yg3rfsuhxe9u9az35ti8te625sxerfwaxr2cbefyau4tmfa4nwqvca6ckmtwv2=.m3u8 #EXTINF:-1 tvg-id="CraftStoreTV.uk" status="online",Craft Store TV (720p) @@ -281,7 +281,7 @@ 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="error",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 @@ -289,7 +289,7 @@ https://d3cq7cdp2cfi92.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68 http://og2qd3aal7an-hls-live.5centscdn.com/garshomtv/d0dbe915091d400bd8ee7f27f0791303.sdp/playlist.m3u8 #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) +#EXTINF:-1 tvg-id="GBNews.uk" status="error",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 @@ -448,14 +448,10 @@ http://95.87.227.29:8080/XYMAX_FOR_PLATFORM/index.m3u8 http://95.87.227.29:8080/XYMIX_FOR_PLATFORM/index.m3u8 #EXTINF:-1 tvg-id="XYPlus.uk" status="blocked",XY Plus http://95.87.227.29:8080/XYPLUS_FOR_PLATFORM/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Channel S (US Eastern) (720p) -https://a.jsrdn.com/broadcast/22679_24MrQma9TX/-0500/c.m3u8 #EXTINF:-1 tvg-id="" status="online",Channel S (US Pacific) (720p) [Not 24/7] https://a.jsrdn.com/broadcast/22679_24MrQma9TX/-0800/c.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 -#EXTINF:-1 tvg-id="" status="online",Brit Asia Live (US Eastern) (360p) [Not 24/7] -https://a.jsrdn.com/broadcast/22693_4rGhgrBU/-0500/c.m3u8 #EXTINF:-1 tvg-id="" status="online",Brit Asia Live (US Pacific) (720p) [Not 24/7] https://a.jsrdn.com/broadcast/22693_4rGhgrBU/-0800/c.m3u8 #EXTINF:-1 tvg-id="" status="online",Hadi TV English and Urdu (720p) @@ -475,6 +471,8 @@ https://live.ishiacloud.com/haditv.co.uk/haditv8.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/91.0.4472.124 Safari/537.36",Xpanded TV 2 #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://vod2t.xpanded.com/x3tv2/index_wlan.m3u8 +#EXTINF:-1 tvg-id="" status="online",Brit Asia Live (US Eastern) (360p) [Not 24/7] +https://a.jsrdn.com/broadcast/22693_4rGhgrBU/-0500/c.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="blocked",BBC UHD 1 (2160p) [Geo-blocked] [Not 24/7] @@ -487,6 +485,8 @@ 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="" 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="" status="error",Channel S (US Eastern) (720p) +https://a.jsrdn.com/broadcast/22679_24MrQma9TX/-0500/c.m3u8 #EXTINF:-1 tvg-id="" status="error",Rugby Men's Sevens (288p) https://esmhls1-i.akamaihd.net/hls/live/510580/hls1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Rugby Women's Sevens (288p) diff --git a/streams/uk_channelbox.m3u b/streams/uk_channelbox.m3u index 371b5e399..07bfda0ed 100644 --- a/streams/uk_channelbox.m3u +++ b/streams/uk_channelbox.m3u @@ -11,5 +11,5 @@ http://81.94.196.204/tsstreamer/France24_SD.ts http://88.150.241.11/tsstreamer/RotCinemaLDAI_SD.ts #EXTINF:-1 tvg-id="RotanaClassic.sa" status="online",Rotana Classic (360p) http://78.129.218.6/tsstreamer/RotClassicLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",MMA TV (360p) +#EXTINF:-1 tvg-id="" status="error",MMA TV (360p) http://212.38.189.94/tsstreamer/MMALDAI_SD.ts diff --git a/streams/uk_rakuten.m3u b/streams/uk_rakuten.m3u index 940edd98b..19d7372cf 100644 --- a/streams/uk_rakuten.m3u +++ b/streams/uk_rakuten.m3u @@ -23,13 +23,13 @@ https://revry-revrynews-1-eu.rakuten.wurl.tv/playlist.m3u8 https://travelxp-travelxp-1-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="ZooMoo.nz" status="error",Zoo Moo (720p) https://rockentertainment-zoomoo-1-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Rakuten Action Movies UK (720p) -https://rakuten-actionmovies-1-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Rakuten TV Shows UK (720p) -https://rakuten-tvshows-1-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Rakuten Comedy Movies UK (720p) -https://rakuten-comedymovies-1-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten Spotlight UK (720p) https://rakuten-spotlight-1-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten Action Movies UK (720p) +https://rakuten-actionmovies-1-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten Comedy Movies UK (720p) +https://rakuten-comedymovies-1-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten Top Free UK (720p) https://rakuten-topfree-1-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten TV Shows UK (720p) +https://rakuten-tvshows-1-eu.rakuten.wurl.tv/playlist.m3u8 diff --git a/streams/unsorted.m3u b/streams/unsorted.m3u index 4780978d1..693a925f9 100644 --- a/streams/unsorted.m3u +++ b/streams/unsorted.m3u @@ -39,8 +39,6 @@ http://api.new.livestream.com/accounts/5381476/events/8947634/live.m3u8 https://59f2354c05961.streamlock.net:1443/tvguara/_definst_/tvguara/chunklist.m3u8 #EXTINF:-1 tvg-id="TVPirot.rs" status="online",TV Pirot (240p) [Not 24/7] https://5bc45691ca49f.streamlock.net/tvpirot/uzivo/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Korça + (1080p) [Not 24/7] -http://32.shqiptv.org/korca/albplus/index.m3u8 #EXTINF:-1 tvg-id="" status="online",WTV Wettin http://62.113.210.250:1935/medienasa-live/ok-wettin_high/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Sol Televisión @@ -133,8 +131,6 @@ https://59f1cbe63db89.streamlock.net:1443/mundotv/_definst_/mundotv/playlist.m3u https://59f1cbe63db89.streamlock.net:1443/retroplussenal2/_definst_/retroplussenal2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Retro Plus HD https://59f1cbe63db89.streamlock.net:1443/retroplustv/_definst_/retroplustv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Movie Kingdom TV -https://a.jsrdn.com/broadcast/e9b4093a41/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="" status="online",ESTV https://stream.ads.ottera.tv/playlist.m3u8?network_id=461 #EXTINF:-1 tvg-id="" status="online",Sophia TV (720p) @@ -151,6 +147,8 @@ http://stream.persiantv1.com/ptv1/playlist.m3u8 https://59f1cbe63db89.streamlock.net:1443/tvmax/_definst_/tvmax/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TV União (720p) [Not 24/7] https://596639ebdd89b.streamlock.net/tvuniao/tvuniao/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",The Archive (1080p) +https://ov.ottera.tv/live/master.m3u8?channel=mcom_ta_us #EXTINF:-1 tvg-id="" status="online",1A Network (720p) https://simultv.s.llnwi.net/n4s4/2ANetwork/interlink.m3u8 #EXTINF:-1 tvg-id="" status="online",Cut Up N Cook (720p) @@ -183,6 +181,8 @@ https://simultv.s.llnwi.net/o062/Switch/interlink.m3u8 https://simultv.s.llnwi.net/o064/PrimeTimeDrama/interlink.m3u8 #EXTINF:-1 tvg-id="" status="online",Temple TV https://streaming.temple.edu/tutvlive/_definst_/mp4:8BRYCQMB/chunklist_w1944862924.m3u8 +#EXTINF:-1 tvg-id="" status="online",TV Marajoara (720p) +https://video01.kshost.com.br:4443/tv31966/tv31966/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Daawah TV http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Punjabi TV @@ -215,6 +215,10 @@ https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/sat7turkpublish/sat7turk_7 https://waw2.artiyerelmedya.net/tempotv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",MMA Junkie http://a.jsrdn.com/broadcast/80f6ba72c8/+0000/high/c.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",Movie Kingdom TV +https://a.jsrdn.com/broadcast/e9b4093a41/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="" status="online",STV (720p) http://89.201.163.244:8080/hls/hdmi.m3u8 #EXTINF:-1 tvg-id="" status="online",ATN Europe @@ -227,12 +231,10 @@ https://5852afe96c9bb.streamlock.net/studio47-live/_definst_/mp4:livestream/play https://5857499ee635b.streamlock.net/radiowesertv-live/_definst_/mp4:livestreamTV/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CostadelSol TV https://limited11.todostreaming.es/live/benalmadena-livestream.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 Archive (1080p) -https://ov.ottera.tv/live/master.m3u8?channel=mcom_ta_us #EXTINF:-1 tvg-id="" status="online",Folk TV http://584b0aa350b92.streamlock.net:1935/folk-tv/myStream.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Carolina TV (480p) +https://unlimited1-us.dps.live/carolinatv/carolinatv.smil/carolinatv/livestream2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TV Pai Eterno https://59f1cbe63db89.streamlock.net:1443/teste01/_definst_/teste01/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="online",Start TV @@ -247,18 +249,14 @@ http://tv.balkanweb.com:8081/news24/livestream/playlist.m3u8 https://a.jsrdn.com/broadcast/0c9a09c94c/+0000/low/c.m3u8 #EXTINF:-1 tvg-id="" status="online",Latvijas Radio 1 http://5a44e5b800a41.streamlock.net:1935/liveVLR1/mp4:LR1/playlist.m3u8 -#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",TV Birigui (640p) +https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/_definst_/tvdigitalbirigui/chunklist_w763334596.m3u8 #EXTINF:-1 tvg-id="" status="online",La Muscle TV (360p) https://streamcdn.lamuscle.com/lamtv-origin/smil:monsterworkout-tricepspt1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TV Destak (360p) https://59f2354c05961.streamlock.net:1443/pascoal/_definst_/pascoal/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",TV Birigui (640p) -https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/_definst_/tvdigitalbirigui/chunklist_w763334596.m3u8 #EXTINF:-1 tvg-id="" status="online",ems TV Lingen (280p) https://5889e7d0d6e28.streamlock.net/ev1tv-live/_definst_/mp4:livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",TV Marajoara (720p) -https://video01.kshost.com.br:4443/tv31966/tv31966/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Adria Music RS http://91.212.150.248/AdriaMusicTV/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Nisville TV RS (720p) @@ -279,6 +277,8 @@ http://albmusic.dyndns.tv:1935/albuk/albmus.stream/playlist.m3u8 http://cgntv-glive.ofsdelivery.net/live/_definst_/cgntv_jp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Canal Coín http://stream.fion.es:1936/Canal_Coin/canalcoin.stream/master.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",Latest TV [Not 24/7] +https://5a0e89631aa14.streamlock.net/LatestTV/LatestTV/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Honor TV https://a.jsrdn.com/broadcast/d5b48/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="" status="timeout",HD 365 @@ -293,6 +293,8 @@ https://simultv.s.llnwi.net/o061/SlapTech/interlink.m3u8 https://www.urbanrevolution.es:444/live/5e6d8470a3832/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",EBS Kids rtsp://ebsonair.ebs.co.kr/ebsutablet500k/tablet500k +#EXTINF:-1 tvg-id="" status="error",Korça + (1080p) [Not 24/7] +http://32.shqiptv.org/korca/albplus/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Iranintl.Radio http://51.210.199.46/hls/stream.m3u8 #EXTINF:-1 tvg-id="" status="error",AdriaNet @@ -393,8 +395,6 @@ https://rtvmir.info/MIR/index.m3u8 https://sradio.ipradio.rs/sradio/radiostv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Syri TV (720p) https://tv.syri.net/syrilive/webtv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Carolina TV (480p) -https://unlimited1-us.dps.live/carolinatv/carolinatv.smil/carolinatv/livestream2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",KVF Faroe Island (360p) https://w2.kringvarp.fo/uttanlands/_definst_/smil:uttanlands.smil/chunklist_w587901821_b772000_slfao.m3u8 #EXTINF:-1 tvg-id="" status="error",TVW diff --git a/streams/us.m3u b/streams/us.m3u index 759947bc5..853242778 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -180,7 +180,7 @@ http://gideommd.mmdlive.lldns.net/gideommd/46c072b287224782a4d4ce93c3646589/mani 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] https://tv.ensonhaber.com/tv/tr/bloomberght/index.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktake.us" status="timeout",Bloomberg Quicktake (1080p) +#EXTINF:-1 tvg-id="BloombergQuicktake.us" status="online",Bloomberg Quicktake (1080p) https://d1g4mbj10o50ni.cloudfront.net/qt/Channel-QT-TX-AWS-virginia-2/Source-QT-10M-2-sn9jy9-BP-07-02-oNnPi5xc6sq_live.m3u8 #EXTINF:-1 tvg-id="BloombergQuicktake.us" status="timeout",Bloomberg Quicktake (720p) https://d1g4mbj10o50ni.cloudfront.net/qt/Channel-QT-TX-AWS-virginia-2/Source-QT-10M-2-sn9jy9-BP-07-03-qPp9HnlfNtK_live.m3u8 @@ -196,12 +196,12 @@ https://liveproduseast.global.ssl.fastly.net/us/Channel-USTV-AWS-virginia-1/Sour https://liveproduseast.global.ssl.fastly.net/us/Channel-USTV-AWS-virginia-1/Source-USTV-1000-1_live.m3u8 #EXTINF:-1 tvg-id="BloombergTVAsiaLiveEvent.us" status="online",Bloomberg TV Asia Live Event (720p) https://www.bloomberg.com/media-manifest/streams/asia-event.m3u8 -#EXTINF:-1 tvg-id="BloombergTVAsiaPacific.hk" status="online",Bloomberg TV Asia (576p) -http://210.210.155.37/dr9445/h/h03/index.m3u8 #EXTINF:-1 tvg-id="BloombergTVAsiaPacific.hk" status="timeout",Bloomberg TV Asia (720p) https://liveprodapnortheast.global.ssl.fastly.net/ap1/Channel-APTVqvs-AWS-tokyo-1/Source-APTVqvs-1000-1_live.m3u8 #EXTINF:-1 tvg-id="BloombergTVAsiaPacific.hk" status="error",Bloomberg TV Asia (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h03/index.m3u8 +#EXTINF:-1 tvg-id="BloombergTVAsiaPacific.hk" status="error",Bloomberg TV Asia (576p) +http://210.210.155.37/dr9445/h/h03/index.m3u8 #EXTINF:-1 tvg-id="BloombergTVAustralia.au" status="timeout",Bloomberg TV Australia (270p) https://liveprodapnortheast.akamaized.net/oz1/Channel-OZTVqvs-AWS-tokyo-1/Source-OZTVqvs-440-1_live.m3u8 #EXTINF:-1 tvg-id="BloombergTVAustralia.au" status="timeout",Bloomberg TV Australia (720p) @@ -240,7 +240,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 @@ -461,7 +461,7 @@ https://a.jsrdn.com/broadcast/47cff5378f/+0000/c.m3u8 https://a.jsrdn.com/broadcast/aee08372e5/+0000/c.m3u8 #EXTINF:-1 tvg-id="FishTank.us" status="online",Fish Tank (720p) https://a.jsrdn.com/broadcast/8b43a16c1e/+0000/c.m3u8 -#EXTINF:-1 tvg-id="Fite.us" status="error",Fite (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Fite.us" status="online",Fite (720p) [Not 24/7] https://cdn-cf.fite.tv/linear/fite247/playlist.m3u8 #EXTINF:-1 tvg-id="FolkTV.us" status="online",Folk TV East (480p) [Not 24/7] https://584b0aa350b92.streamlock.net/folk-tv/myStream.sdp/playlist.m3u8 @@ -609,7 +609,7 @@ http://d3lzjtrf5mvf3p.cloudfront.net/playlist.m3u8 https://vcnplex.teleosmedia.com/linear/ovation/journy/playlist.m3u8 #EXTINF:-1 tvg-id="JudgeKarensCourt.us" status="online",Judge Karen's Court (540p) https://cb5273f195a147f2bcf23544e4495f66.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5eb1e7261474f9020c06f9ec/playlist.m3u8 -#EXTINF:-1 tvg-id="JuventudRenovadaenelEspirituSanto.us" status="online",Juventud Renovada en el Espiritu Santo (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JuventudRenovadaenelEspirituSanto.us" status="error",Juventud Renovada en el Espiritu Santo (720p) [Not 24/7] http://teleredmcp.com:1935/jrestv/jrestv/playlist.m3u8 #EXTINF:-1 tvg-id="K17JID2.us" status="error",3ABN Proclaim! (720p) [Not 24/7] https://moiptvhls-i.akamaihd.net/hls/live/652317/secure/master.m3u8 @@ -623,93 +623,93 @@ https://moiptvhls-i.akamaihd.net/hls/live/652315/secure/master.m3u8 http://184.75.208.98:1935/live/kalemeh/playlist.m3u8 #EXTINF:-1 tvg-id="KartoonCircus.us" status="online",Kartoon Circus (720p) https://simultv.s.llnwi.net/n4s4/KartoonCircus/interlink.m3u8 -#EXTINF:-1 tvg-id="KATUDT1.us" status="online",ABC Portland OR (KATU-DT1) (720p) +#EXTINF:-1 tvg-id="KATUDT1.us" status="error",ABC Portland OR (KATU-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_PORTLAND_OR_KATU/video.m3u8 #EXTINF:-1 tvg-id="KBPSports.us" status="online",KBP Sports (720p) [Not 24/7] https://live-k2302-kbp.1plus1.video/sport/smil:sport.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KBSVAssyriaSat.us" status="online",KBSV/AssyriaSat (720p) [Not 24/7] http://66.242.170.53/hls/live/temp/index.m3u8 -#EXTINF:-1 tvg-id="KCBSDT1.us" status="online",CBS Los Angeles CA (KCBS-DT1) (1080p) +#EXTINF:-1 tvg-id="KCBSDT1.us" status="error",CBS Los Angeles CA (KCBS-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_LOS_ANGELES_CA_KCBS/video.m3u8 #EXTINF:-1 tvg-id="KCKSLD12.us" status="online",Jewelry TV (KCKS-LD12) (480p) https://cdn.igocast.com/channel12_hls/channel12_master.m3u8 -#EXTINF:-1 tvg-id="KCNCDT1.us" status="online",CBS Denver CO (KCNC-DT1) (1080p) +#EXTINF:-1 tvg-id="KCNCDT1.us" status="error",CBS Denver CO (KCNC-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_DENVER_CO_KCNC/video.m3u8 -#EXTINF:-1 tvg-id="KCPQDT1.us" status="online",FOX Seattle WA (KCPQ-DT1) (720p) +#EXTINF:-1 tvg-id="KCPQDT1.us" status="error",FOX Seattle WA (KCPQ-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_SEATTLE_WA_KCPQ/video.m3u8 -#EXTINF:-1 tvg-id="KCRADT1.us" status="online",NBC Sacramento CA (KCRA-DT1) (720p) +#EXTINF:-1 tvg-id="KCRADT1.us" status="error",NBC Sacramento CA (KCRA-DT1) (720p) http://51.161.118.146:8080/ISG03_NBC_SACRAMENTO_CA_KCRA/video.m3u8 -#EXTINF:-1 tvg-id="KDFWDT1.us" status="online",FOX Dallas TX (KDFW-DT1) (720p) +#EXTINF:-1 tvg-id="KDFWDT1.us" status="error",FOX Dallas TX (KDFW-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_DALLAS_TX_KDFW/video.m3u8 -#EXTINF:-1 tvg-id="KDKADT1.us" status="online",CBS Pittsburgh PA (KDKA-DT1) (1080p) +#EXTINF:-1 tvg-id="KDKADT1.us" status="error",CBS Pittsburgh PA (KDKA-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_PITTSBURGH_PA_KDKA/video.m3u8 #EXTINF:-1 tvg-id="KDTVDT1.us" status="error",Univision San Francisco CA (KDTVDT1) [Geo-blocked] (720p) https://dai.google.com/linear/hls/event/lTSACKfkQNSrCSBM_hE-mg/master.m3u8 -#EXTINF:-1 tvg-id="KDVRDT1.us" status="timeout",FOX Denver CO (KDVR-DT1) (720p) +#EXTINF:-1 tvg-id="KDVRDT1.us" status="error",FOX Denver CO (KDVR-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_DENVER_CO_KDVR/video.m3u8 #EXTINF:-1 tvg-id="KETSDT1.us" status="online",Arkansas PBS [Geo-blocked] https://ketsdt.lls.pbs.org/out/v1/03c094dbd7874a4a8c3fe9fb10081bdb/index.m3u8 -#EXTINF:-1 tvg-id="KFMBDT1.us" status="online",CBS San Diego CA (KFMB-DT1) (720p) +#EXTINF:-1 tvg-id="KFMBDT1.us" status="error",CBS San Diego CA (KFMB-DT1) (720p) http://51.161.118.146:8080/ISG03_CBS_SAN_DIEGO_CA_KFMB/video.m3u8 -#EXTINF:-1 tvg-id="KGODT1.us" status="online",ABC San Francisco CA (KGO-DT1) (720p) +#EXTINF:-1 tvg-id="KGODT1.us" status="error",ABC San Francisco CA (KGO-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_SAN_FRANCISCO_CA_KGO/video.m3u8 -#EXTINF:-1 tvg-id="KGTVDT1.us" status="online",ABC San Diego CA (KGTV-DT1) (720p) +#EXTINF:-1 tvg-id="KGTVDT1.us" status="error",ABC San Diego CA (KGTV-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_SAN_DIEGO_CA_KGTV/video.m3u8 -#EXTINF:-1 tvg-id="KHOUDT1.us" status="online",CBS Houston TX (KHOU-DT1) (1080p) +#EXTINF:-1 tvg-id="KHOUDT1.us" status="error",CBS Houston TX (KHOU-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_HOUSTON_TX_KHOU/video.m3u8 #EXTINF:-1 tvg-id="KidsFlix.us" status="online",KidsFlix (1080p) [Not 24/7] https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=50 -#EXTINF:-1 tvg-id="KINGDT1.us" status="online",NBC Seattle WA (KING-DT1) (720p) +#EXTINF:-1 tvg-id="KINGDT1.us" status="error",NBC Seattle WA (KING-DT1) (720p) http://51.161.118.146:8080/ISG03_NBC_SEATTLE_WA_KING/video.m3u8 -#EXTINF:-1 tvg-id="KIRODT1.us" status="online",CBS Seattle WA (KIRO-DT1) (1080p) +#EXTINF:-1 tvg-id="KIRODT1.us" status="error",CBS Seattle WA (KIRO-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_SEATTLE_WA_KIRO/video.m3u8 -#EXTINF:-1 tvg-id="KMGHDT1.us" status="online",ABC Denver CO (KMGH-DT1) (720p) +#EXTINF:-1 tvg-id="KMGHDT1.us" status="error",ABC Denver CO (KMGH-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_DENVER_CO_KMGH/video.m3u8 -#EXTINF:-1 tvg-id="KNBCDT1.us" status="online",NBC Los Angeles CA (KNBC-DT1) (720p) +#EXTINF:-1 tvg-id="KNBCDT1.us" status="error",NBC Los Angeles CA (KNBC-DT1) (720p) http://51.161.118.146:8080/ISG03_NBC_LOS_ANGELES_CA_KNBC/video.m3u8 #EXTINF:-1 tvg-id="KNETCD2.us" status="error",Panarmenian TV (KNET-CD 25.2) (360p) [Not 24/7] http://granicusliveus6-a.akamaihd.net/torrance/G0057_005/playlist.m3u8 -#EXTINF:-1 tvg-id="KNTVDT1.us" status="online",NBC San Francisco CA (KNTV-DT1) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KNTVDT1.us" status="error",NBC San Francisco CA (KNTV-DT1) (720p) [Not 24/7] http://51.161.118.146:8080/ISG03_NBC_SAN_FRANCISCO_CA_KNTV/video.m3u8 -#EXTINF:-1 tvg-id="KNXVDT1.us" status="online",ABC Phoenix AZ (KNXV-DT1) (720p) +#EXTINF:-1 tvg-id="KNXVDT1.us" status="error",ABC Phoenix AZ (KNXV-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_PHOENIX_AZ_KNXV/video.m3u8 -#EXTINF:-1 tvg-id="KOMODT1.us" status="online",ABC Seattle WA (KOMO-DT1) (720p) +#EXTINF:-1 tvg-id="KOMODT1.us" status="error",ABC Seattle WA (KOMO-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_SEATTLE_WA_KOMO/video.m3u8 #EXTINF:-1 tvg-id="KoolTV.us" status="timeout",Kool TV (1080p) http://209.182.219.50:1935/roku/roku/playlist.m3u8 -#EXTINF:-1 tvg-id="KOVRDT1.us" status="online",CBS Sacramento CA (KOVR-DT1) (1080p) +#EXTINF:-1 tvg-id="KOVRDT1.us" status="error",CBS Sacramento CA (KOVR-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_SACRAMENTO_CA_KOVR/tracks-v5a1/mono.m3u8 -#EXTINF:-1 tvg-id="KPHODT1.us" status="online",CBS Phoenix AZ (KPHO-DT1) (1080p) +#EXTINF:-1 tvg-id="KPHODT1.us" status="error",CBS Phoenix AZ (KPHO-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_PHOENIX_AZ_KPHO/tracks-v5a1/mono.m3u8 -#EXTINF:-1 tvg-id="KPIXDT1.us" status="online",CBS San Francisco CA (KPIX-DT1) (1080p) +#EXTINF:-1 tvg-id="KPIXDT1.us" status="error",CBS San Francisco CA (KPIX-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_SAN_FRANCISCO_CA_KPIX/video.m3u8 -#EXTINF:-1 tvg-id="KPNXDT1.us" status="online",NBC Phoenix AZ (KPNX-DT1) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KPNXDT1.us" status="error",NBC Phoenix AZ (KPNX-DT1) (720p) [Not 24/7] http://51.161.118.146:8080/ISG03_NBC_PHOENIX_AZ_KPNX/video.m3u8 -#EXTINF:-1 tvg-id="KPRCDT1.us" status="online",NBC Houston TX (KPRC-DT1) (720p) +#EXTINF:-1 tvg-id="KPRCDT1.us" status="error",NBC Houston TX (KPRC-DT1) (720p) http://51.161.118.146:8080/ISG03_NBC_HOUSTON_TX_KPRC/video.m3u8 -#EXTINF:-1 tvg-id="KRIVDT1.us" status="online",FOX Houston TX (KRIV-DT1) (720p) +#EXTINF:-1 tvg-id="KRIVDT1.us" status="error",FOX Houston TX (KRIV-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_HOUSTON_TX_KRIV/video.m3u8 -#EXTINF:-1 tvg-id="KSAZDT1.us" status="online",FOX Phoenix AZ (KSAZ-DT1) (720p) +#EXTINF:-1 tvg-id="KSAZDT1.us" status="error",FOX Phoenix AZ (KSAZ-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_PHOENIX_AZ_KSAZ/video.m3u8 -#EXTINF:-1 tvg-id="KSWBDT1.us" status="online",FOX San Diego CA (KSWB-DT1) (720p) +#EXTINF:-1 tvg-id="KSWBDT1.us" status="error",FOX San Diego CA (KSWB-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_SAN_DIEGO_CA_KSWB/video.m3u8 #EXTINF:-1 tvg-id="KTLADT1.us" status="blocked",The CW Los Angeles CA (KTLA-DT1) (720p) [Not 24/7] http://trn03.tulix.tv/teleup-N8qwnqgUq2/playlist.m3u8 #EXTINF:-1 tvg-id="KTOODT3.us" status="online",KTOO 360TV 3 (FNX) https://cdn3.wowza.com/5/ODB6NmF5K3l4T1h5/persis/2147483647_360tv_247/playlist.m3u8 -#EXTINF:-1 tvg-id="KTRKDT1.us" status="timeout",ABC Houston TX (KTRK-DT1) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KTRKDT1.us" status="error",ABC Houston TX (KTRK-DT1) (720p) [Not 24/7] http://51.161.118.146:8080/ISG03_ABC_HOUSTON_TX_KTRK/video.m3u8 -#EXTINF:-1 tvg-id="KTTVDT1.us" status="online",FOX Los Angeles CA (KTTV-DT1) (720p) +#EXTINF:-1 tvg-id="KTTVDT1.us" status="error",FOX Los Angeles CA (KTTV-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_LOS_ANGELES_CA_KTTV/video.m3u8 -#EXTINF:-1 tvg-id="KTVTDT1.us" status="online",CBS Dallas TX (KTVT-DT1) (1080p) +#EXTINF:-1 tvg-id="KTVTDT1.us" status="error",CBS Dallas TX (KTVT-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_DALLAS_TX_KTVT/tracks-v5a1/mono.m3u8 -#EXTINF:-1 tvg-id="KTVUDT1.us" status="online",FOX San Francisco CA (KTVU-DT1) (720p) +#EXTINF:-1 tvg-id="KTVUDT1.us" status="error",FOX San Francisco CA (KTVU-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_SAN_FRANCISCO_CA_KTVU/video.m3u8 -#EXTINF:-1 tvg-id="KTXLDT1.us" status="online",FOX Sacramento CA (KTXL-DT1) (720p) +#EXTINF:-1 tvg-id="KTXLDT1.us" status="error",FOX Sacramento CA (KTXL-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_SACRAMENTO_CA_KTXL/video.m3u8 #EXTINF:-1 tvg-id="KweliTV.us" status="online",Kweli TV (720p) https://a.jsrdn.com/broadcast/9c897f1973/+0000/c.m3u8 -#EXTINF:-1 tvg-id="KXTVDT1.us" status="online",ABC Sacramento CA (KXTV-DT1) (720p) +#EXTINF:-1 tvg-id="KXTVDT1.us" status="error",ABC Sacramento CA (KXTV-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_SACRAMENTO_CA_KXTV/video.m3u8 #EXTINF:-1 tvg-id="LakeHavasuCity4.us" status="error",Lake Havasu City 4 (240p) [Not 24/7] https://granicusliveus3-a.akamaihd.net/lakehavasucity/G0643_002/playlist.m3u8 @@ -922,7 +922,7 @@ https://5b0f5374bdf0c.streamlock.net:444/LiveTV/NOTVHD/playlist.m3u8 https://novelisima.akamaized.net/hls/live/2031534/novelisimaABR/master.m3u8 #EXTINF:-1 tvg-id="NRBTV.us" status="online",NRB TV (480p) https://uni6rtmp.tulix.tv/nrbnetwork/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="NYXT.us" status="error",NYXT (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="NYXT.us" status="online",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 @@ -934,7 +934,7 @@ http://granicusliveus12-a.akamaihd.net/olelo/G0125_011/playlist.m3u8 https://granicusliveus12-a.akamaihd.net/olelo/G0125_012/playlist.m3u8 #EXTINF:-1 tvg-id="Olelo55.us" status="error",Olelo 55 (720p) [Not 24/7] https://granicusliveus12-a.akamaihd.net/olelo/G0125_013/playlist.m3u8 -#EXTINF:-1 tvg-id="OmidJavedan.us" status="online",Omid Javedan (720p) [Not 24/7] +#EXTINF:-1 tvg-id="OmidJavedan.us" status="error",Omid Javedan (720p) [Not 24/7] http://livestream.5centscdn.com/shaditv/23abe62a446fc05ce0a6c810f4045308.sdp/index.m3u8 #EXTINF:-1 tvg-id="OrangeTV.us" status="online",Orange TV (720p) http://otv3.ocfl.net:1936/OrangeTV/smil:OrangeTV.smil/playlist.m3u8 @@ -1038,7 +1038,7 @@ https://rtv.cdn.mangomolo.com/rtv/smil:switch.smil/playlist.m3u8 https://4aafa23ec0a6477ca31466bd83a115a4.mediatailor.us-west-2.amazonaws.com/v1/master/ba62fe743df0fe93366eba3a257d792884136c7f/LINEAR-43-REVRY2-GALXY/mt/galxy/43/hls/master/playlist.m3u8 #EXTINF:-1 tvg-id="RoosterTeethTV.us" status="online",Rooster Teeth TV (1080p) https://d2klx6wjx7p5vm.cloudfront.net/Rooster-teeth/ngrp:Rooster-teeth_all/playlist.m3u8 -#EXTINF:-1 tvg-id="RunwayTV.us" status="online",Runway TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RunwayTV.us" status="error",Runway TV (720p) [Not 24/7] https://runway-hls.secdn.net/runway-live/play/runway/playlist.m3u8 #EXTINF:-1 tvg-id="SafeTV.us" status="timeout",SafeTV (1080p) http://18.191.91.130:1935/live/safetv/playlist.m3u8 @@ -1092,7 +1092,7 @@ https://cdn20.liveonlineservices.com/hls/subrang.m3u8 https://cdn61.liveonlineservices.com/hls/subrang.m3u8 #EXTINF:-1 tvg-id="SundanceTVEast.us" status="online",Sundance East (720p) https://bcovlive-a.akamaihd.net/d2fcbeaead4b425fa13d4fec961fc47a/us-east-1/6240731308001/playlist.m3u8 -#EXTINF:-1 tvg-id="SuperNiceOnline.us" status="error",Super Nice Online +#EXTINF:-1 tvg-id="SuperNiceOnline.us" status="online",Super Nice Online https://video.ejeserver.com/live/supernice.m3u8 #EXTINF:-1 tvg-id="SwordandShield.us" status="online",Sword and Shield (720p) https://a.jsrdn.com/broadcast/9e63a1b236/+0000/c.m3u8 @@ -1184,10 +1184,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="TopStoriesbyNewsy.us" status="error",Top Stories by Newsy (720p) @@ -1198,7 +1198,7 @@ http://rtmp1.abnsat.com/hls/trinity.m3u8 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 -#EXTINF:-1 tvg-id="TropicalMoonSomosCulturaTV.us" status="online",Tropical Moon Somos Cultura TV +#EXTINF:-1 tvg-id="TropicalMoonSomosCulturaTV.us" status="error",Tropical Moon Somos Cultura TV https://srv.panelcast.net/somosculturatv/somosculturatv/playlist.m3u8 #EXTINF:-1 tvg-id="TropicalMoonUrbanTV.us" status="online",Tropical Moon Urban TV https://srv.panelcast.net/urbantv/urbantv/playlist.m3u8 @@ -1316,177 +1316,177 @@ https://voa-lh.akamaihd.net/i/voa_mpls_tvmc3_3@320295/master.m3u8 https://voa-lh.akamaihd.net/i/voa_mpls_tvmc6@320298/master.m3u8 #EXTINF:-1 tvg-id="VSiN.us" status="online",VSiN (720p) https://stream.rcncdn.com/live/vsinproxy.m3u8 -#EXTINF:-1 tvg-id="WAGADT1.us" status="online",FOX Atlanta GA (WAGA-DT1) (720p) -http://51.161.118.146:8080/ISG03_FOX_ATLANTA_GA_WAGA/video.m3u8 #EXTINF:-1 tvg-id="WAGADT1.us" status="blocked",FOX Atlanta-GA (WAGA-DT1) (720p) https://trn10.tulix.tv/WAGA-FOX/index.m3u8 +#EXTINF:-1 tvg-id="WAGADT1.us" status="error",FOX Atlanta GA (WAGA-DT1) (720p) +http://51.161.118.146:8080/ISG03_FOX_ATLANTA_GA_WAGA/video.m3u8 #EXTINF:-1 tvg-id="WATCDT1.us" status="online",WATC-DT https://uni01rtmp.tulix.tv/watc57/watc57/playlist.m3u8 #EXTINF:-1 tvg-id="WatchItKid.us" status="online",Watch It Kid (486p) https://content.uplynk.com/channel/ce3b524c342247549e996e7d3a977157.m3u8 #EXTINF:-1 tvg-id="WatchItScream.us" status="online",Watch It Scream! (720p) https://content.uplynk.com/channel/29aff31fecb848ab9044369db2d61642.m3u8 -#EXTINF:-1 tvg-id="WBALDT1.us" status="online",NBC Baltimore MD (WBAL-DT1) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="WBALDT1.us" status="error",NBC Baltimore MD (WBAL-DT1) (720p) [Not 24/7] http://51.161.118.146:8080/ISG03_NBC_BALTIMORE_MD_WBAL/video.m3u8 #EXTINF:-1 tvg-id="WBBMDT1.us" status="error",CBS Chicago IL (WBBM-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_CHICAGO_IL_WBBM/tracks-v5a1/mono.m3u8 -#EXTINF:-1 tvg-id="WBTVDT1.us" status="online",CBS Charlotte NC (WBTV-DT1) (720p) +#EXTINF:-1 tvg-id="WBTVDT1.us" status="error",CBS Charlotte NC (WBTV-DT1) (720p) http://51.161.118.146:8080/ISG03_CBS_CHARLOTTE_NC_WBTV/tracks-v4a1/mono.m3u8 -#EXTINF:-1 tvg-id="WBZDT1.us" status="online",CBS Boston MA (WBZ-DT1) (1080p) +#EXTINF:-1 tvg-id="WBZDT1.us" status="error",CBS Boston MA (WBZ-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_BOSTON_MA_WBZ/video.m3u8 -#EXTINF:-1 tvg-id="WCNCDT1.us" status="online",NBC Charlotte NC (WCNC-DT1) (720p) +#EXTINF:-1 tvg-id="WCNCDT1.us" status="error",NBC Charlotte NC (WCNC-DT1) (720p) http://51.161.118.146:8080/ISG03_NBC_CHARLOTTE_NC_WCNC/video.m3u8 #EXTINF:-1 tvg-id="WCTVDT2.us" status="blocked",MeTV (WCTV-DT2) Tallahassee FL (480p) https://5e6cea03e25b6.streamlock.net/live/WCTVDT2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="WCVBDT1.us" status="online",ABC Boston MA (WCVB-DT1) (720p) +#EXTINF:-1 tvg-id="WCVBDT1.us" status="error",ABC Boston MA (WCVB-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_BOSTON_MA_WCVB/video.m3u8 #EXTINF:-1 tvg-id="WCWNDT1.us" status="blocked",The CW (WCWN-DT1) Albamy NY (1080p) https://16live00.akamaized.net/CW/index.m3u8 -#EXTINF:-1 tvg-id="WDIVDT1.us" status="timeout",NBC Detroit MI (WDIV-DT1) (720p) +#EXTINF:-1 tvg-id="WDIVDT1.us" status="error",NBC Detroit MI (WDIV-DT1) (720p) http://51.161.118.146:8080/ISG03_NBC_DETROIT_MI_WDIV/video.m3u8 -#EXTINF:-1 tvg-id="WDJTDT1.us" status="online",CBS Milwaukee WI (WDJT-DT1) (1080p) +#EXTINF:-1 tvg-id="WDJTDT1.us" status="error",CBS Milwaukee WI (WDJT-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_MILWAUKEE_WI_WDJT/video.m3u8 -#EXTINF:-1 tvg-id="WDSUDT1.us" status="online",NBC New Orleans LA (WDSU-DT1) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="WDSUDT1.us" status="error",NBC New Orleans LA (WDSU-DT1) (720p) [Not 24/7] http://51.161.118.146:8080/ISG03_NBC_NEW_ORLEANS_LA_WDSU/video.m3u8 -#EXTINF:-1 tvg-id="WESHDT1.us" status="timeout",NBC Orlando FL (WESH-DT1) (720p) +#EXTINF:-1 tvg-id="WESHDT1.us" status="error",NBC Orlando FL (WESH-DT1) (720p) http://51.161.118.146:8080/ISG03_NBC_ORLANDO_FL_WESH/video.m3u8 #EXTINF:-1 tvg-id="Westerns4U.us" status="error",Westerns 4U (480p) [Not 24/7] https://broadcast.mytvtogo.net/westerntv4u/westerntv4u/playlist.m3u8 -#EXTINF:-1 tvg-id="WEWSDT1.us" status="online",ABC Cleveland OH (WEWS-DT1) (720p) +#EXTINF:-1 tvg-id="WEWSDT1.us" status="error",ABC Cleveland OH (WEWS-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_CLEVELAND_OH_WEWS/video.m3u8 -#EXTINF:-1 tvg-id="WFAADT1.us" status="online",ABC Dallas TX (WFAA-DT1) (720p) +#EXTINF:-1 tvg-id="WFAADT1.us" status="error",ABC Dallas TX (WFAA-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_DALLAS_TX_WFAA/video.m3u8 #EXTINF:-1 tvg-id="WFGCDT1.us" status="online",CTN 61 Riviera Beach FL (WFGC) (720p) [Not 24/7] http://hls1.livestreamingcdn.com:1935/livecdn631/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="WFLDDT1.us" status="timeout",FOX Chicago IL (WFLD-DT1) (720p) +#EXTINF:-1 tvg-id="WFLDDT1.us" status="error",FOX Chicago IL (WFLD-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_CHICAGO_IL_WFLD/video.m3u8 -#EXTINF:-1 tvg-id="WFORDT1.us" status="online",CBS Miami FL (WFOR-DT1) (1080p) -http://51.161.118.146:8080/ISG03_CBS_MIAMI_FL_WFOR/tracks-v5a1/mono.m3u8 #EXTINF:-1 tvg-id="WFORDT1.us" status="error",CBS (WFOR-DT1) Miami FL (1080p) http://38.127.211.18/live/c2eds/CBS/HLS/index.m3u8 -#EXTINF:-1 tvg-id="WFOXDT1.us" status="online",FOX Jacksonville FL (WFOX-DT1) (720p) +#EXTINF:-1 tvg-id="WFORDT1.us" status="error",CBS Miami FL (WFOR-DT1) (1080p) +http://51.161.118.146:8080/ISG03_CBS_MIAMI_FL_WFOR/tracks-v5a1/mono.m3u8 +#EXTINF:-1 tvg-id="WFOXDT1.us" status="error",FOX Jacksonville FL (WFOX-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_JACKSONVILLE_FL_WFOX/video.m3u8 -#EXTINF:-1 tvg-id="WFSBDT1.us" status="online",CBS Hatford CT (WFSB-DT1) (1080p) +#EXTINF:-1 tvg-id="WFSBDT1.us" status="error",CBS Hatford CT (WFSB-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_HARTFORD_CT_WFSB/video.m3u8 -#EXTINF:-1 tvg-id="WFTVDT1.us" status="online",ABC Orlando FL (WFTVD-DT1) (720p) +#EXTINF:-1 tvg-id="WFTVDT1.us" status="error",ABC Orlando FL (WFTVD-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_ORLANDO_FL_WFTV/video.m3u8 -#EXTINF:-1 tvg-id="WFXTDT1.us" status="online",FOX Boston MA (WAGA-DT1) (720p) +#EXTINF:-1 tvg-id="WFXTDT1.us" status="error",FOX Boston MA (WAGA-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_BOSTON_MA_WFXT/video.m3u8 -#EXTINF:-1 tvg-id="WGCLDT1.us" status="online",CBS Atlanta GA (WGCL-DT1) (720p) -http://51.161.118.146:8080/ISG03_CBS_ATLANTA_GA_WGCL/tracks-v4a1/mono.m3u8 #EXTINF:-1 tvg-id="WGCLDT1.us" status="blocked",CBS Atlanta GA (WGCL-DT1) (1080p) https://trn10.tulix.tv/WGCL-CBS/index.m3u8 +#EXTINF:-1 tvg-id="WGCLDT1.us" status="error",CBS Atlanta GA (WGCL-DT1) (720p) +http://51.161.118.146:8080/ISG03_CBS_ATLANTA_GA_WGCL/tracks-v4a1/mono.m3u8 #EXTINF:-1 tvg-id="WGNDT1.us" status="blocked",WGN Chicago IL (WGN-TV1) (720p) http://trn03.tulix.tv/teleup-mBm5MQ50rA/playlist.m3u8 #EXTINF:-1 tvg-id="WhitePlainsCommunityMedia.us" status="online",White Plains Community Media (360p) https://stream.swagit.com/live-edge/whiteplainsny/smil:std-4x3-1-b/playlist.m3u8 #EXTINF:-1 tvg-id="WISCDT2.us" status="online",My Madison TV (WISC-DT2) (720p) https://ad-playlistserver.aws.syncbak.com/playlist/13613390/master.m3u8?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkdyYXkyMDE2MDgyOSJ9.eyJtaWQiOjEzNjEzMzkwLCJtZDUiOiI2Y2M5MzczYjIxZWIwNzQ4ZDA0YTRlYzYyMjU2YjBhMiIsImlhdCI6MTQ5NzM4MTU5NywiaXNzIjoiU3luY2JhayIsInN1YiI6IkdyYXkifQ.qJPiMCbnGjAn9wgPrGjVl3M9Xfc4CVSyoZTZ5OH-1jo -#EXTINF:-1 tvg-id="WISNDT1.us" status="online",ABC Milwaukee WI (WISN-DT1) (720p) +#EXTINF:-1 tvg-id="WISNDT1.us" status="error",ABC Milwaukee WI (WISN-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_MILWAUKEE_WI_WISN/video.m3u8 -#EXTINF:-1 tvg-id="WITIDT1.us" status="online",FOX Milwaukee WI (WITI-DT1) (720p) +#EXTINF:-1 tvg-id="WITIDT1.us" status="error",FOX Milwaukee WI (WITI-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_MILWAUKEE_WI_WITI/video.m3u8 #EXTINF:-1 tvg-id="WJACDT1.us" status="blocked",NBC Altoona PA (WJAC1) (720p) http://trn03.tulix.tv/teleup-nbc-wgal-new1/playlist.m3u8 #EXTINF:-1 tvg-id="WJACDT4.us" status="blocked",The CW Altoona PA (WJAC4) (720p) http://trn03.tulix.tv/teleup-cw-whp/playlist.m3u8 -#EXTINF:-1 tvg-id="WJAXDT1.us" status="timeout",CBS Jacksonville FL (WJAX-DT1) (720p) +#EXTINF:-1 tvg-id="WJAXDT1.us" status="error",CBS Jacksonville FL (WJAX-DT1) (720p) http://51.161.118.146:8080/ISG03_CBS_JACKSONVILLE_FL_WJAX/video.m3u8 -#EXTINF:-1 tvg-id="WJLADT1.us" status="online",ABC Washington DC (WJLA-DT1) (720p) +#EXTINF:-1 tvg-id="WJLADT1.us" status="error",ABC Washington DC (WJLA-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_WASHINGTON_DC_WJLA/video.m3u8 -#EXTINF:-1 tvg-id="WJWDT1.us" status="online",FOX Cleveland OH (WJW-DT1) (540p) +#EXTINF:-1 tvg-id="WJWDT1.us" status="error",FOX Cleveland OH (WJW-DT1) (540p) http://51.161.118.146:8080/ISG03_FOX_CLEVELAND_OH_WJW/video.m3u8 -#EXTINF:-1 tvg-id="WJZDT1.us" status="online",CBS Baltimore MD (WJZ-DT1) (1080p) +#EXTINF:-1 tvg-id="WJZDT1.us" status="error",CBS Baltimore MD (WJZ-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_BALTIMORE_MD_WJZ/video.m3u8 -#EXTINF:-1 tvg-id="WKMGDT1.us" status="online",CBS Orlando FL (WKMG-DT1) (1080p) +#EXTINF:-1 tvg-id="WKMGDT1.us" status="error",CBS Orlando FL (WKMG-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_ORLANDO_FL_WKMG/video.m3u8 -#EXTINF:-1 tvg-id="WKRNDT1.us" status="online",ABC Nashville TN (WKRN-DT1) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="WKRNDT1.us" status="error",ABC Nashville TN (WKRN-DT1) (720p) [Not 24/7] http://51.161.118.146:8080/ISG03_ABC_NASHVILLE_TN_WKRN/video.m3u8 -#EXTINF:-1 tvg-id="WKYCDT1.us" status="online",NBC Cleveland OH (WKYC-DT1) (540p) +#EXTINF:-1 tvg-id="WKYCDT1.us" status="error",NBC Cleveland OH (WKYC-DT1) (540p) http://51.161.118.146:8080/ISG03_NBC_CLEVELAND_OH_WKYC/video.m3u8 #EXTINF:-1 tvg-id="WLNGRadio.us" status="online",WLNG Radio (410p) [Not 24/7] http://wlngstudiowebcam.srfms.com:1935/wlngstudiowebcam/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="WLSDT1.us" status="online",ABC Chicago IL (WLS-DT1) (720p) +#EXTINF:-1 tvg-id="WLSDT1.us" status="error",ABC Chicago IL (WLS-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_CHICAGO_IL_WLS/video.m3u8 #EXTINF:-1 tvg-id="WLWTDT2.us" status="blocked",MeTV (WLWT-DT2) Cincinnati OH (480p) https://16live00.akamaized.net/ME_TV_EAST/index.m3u8 -#EXTINF:-1 tvg-id="WMAQDT1.us" status="online",NBC Chicago IL (WMAQ-DT1) (720p) +#EXTINF:-1 tvg-id="WMAQDT1.us" status="error",NBC Chicago IL (WMAQ-DT1) (720p) http://51.161.118.146:8080/ISG03_NBC_CHICAGO_IL_WMAQ/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="WOFLDT1.us" status="online",FOX Orlando FL (WOFL-DT1) (720p) +#EXTINF:-1 tvg-id="WOFLDT1.us" status="error",FOX Orlando FL (WOFL-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_ORLANDO_FL_WOFL/video.m3u8 -#EXTINF:-1 tvg-id="WOIODT1.us" status="online",CBS Cleveland OH (WOIO-DT1) (1080p) +#EXTINF:-1 tvg-id="WOIODT1.us" status="error",CBS Cleveland OH (WOIO-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_CLEVELAND_OH_WOIO/tracks-v5a1/mono.m3u8 #EXTINF:-1 tvg-id="WorldChannel.us" status="online",PBS World Channel (480p) https://cs.ebmcdn.net/eastbay-live-hs-1/apt/mp4:apt-world/playlist.m3u8 -#EXTINF:-1 tvg-id="WPLGDT1.us" status="online",ABC Miami FL (WPLG-DT1) (720p) -http://51.161.118.146:8080/ISG03_ABC_MIAMI_FL_WPLG/video.m3u8 #EXTINF:-1 tvg-id="WPLGDT1.us" status="blocked",abc (WPLG-DT1) Miami FL (720p) https://16live00.akamaized.net/ABC_EAST/index.m3u8 #EXTINF:-1 tvg-id="WPLGDT1.us" status="error",abc (WPLG-DT1) Miami FL (720p) http://38.127.211.18/live/c2eds/ABC/HLS/index.m3u8 +#EXTINF:-1 tvg-id="WPLGDT1.us" status="error",ABC Miami FL (WPLG-DT1) (720p) +http://51.161.118.146:8080/ISG03_ABC_MIAMI_FL_WPLG/video.m3u8 #EXTINF:-1 tvg-id="WPSUDT1.us" status="blocked",PBS (WPSU-DT1) Altoona PA (720p) http://trn03.tulix.tv/lnABbIUBrO/playlist.m3u8 -#EXTINF:-1 tvg-id="WPXIDT1.us" status="online",NBC Pittsburgh PA (WPXI-DT1) (720p) +#EXTINF:-1 tvg-id="WPXIDT1.us" status="error",NBC Pittsburgh PA (WPXI-DT1) (720p) http://51.161.118.146:8080/ISG03_NBC_PITTSBURGH_PA_WPXI/video.m3u8 -#EXTINF:-1 tvg-id="WRTVDT1.us" status="online",ABC Indianapolis IN (WRTV-DT1) (720p) +#EXTINF:-1 tvg-id="WRTVDT1.us" status="error",ABC Indianapolis IN (WRTV-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_INDIANAPOLIS_IN_WRTV/video.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="timeout",ABC Atlanta GA (WSB-DT1) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="WSBDT1.us" status="error",ABC Atlanta GA (WSB-DT1) (720p) [Not 24/7] http://51.161.118.146:8080/ISG03_ABC_ATLANTA_GA_WSB/video.m3u8 #EXTINF:-1 tvg-id="WSBSDT1.us" status="error",Mega TV Key West FL (WSBS-DT1) (720p) https://livestream.lamusica.com/megatvP320/ngrp:megatvP320_all/playlist.m3u8 -#EXTINF:-1 tvg-id="WSMVDT1.us" status="online",NBC Nashville TN (WSMV-DT1) (576p) +#EXTINF:-1 tvg-id="WSMVDT1.us" status="error",NBC Nashville TN (WSMV-DT1) (576p) http://51.161.118.146:8080/ISG03_NBC_NASHVILLE_TN_WSMV/video.m3u8 -#EXTINF:-1 tvg-id="WSOCDT1.us" status="online",ABC Charlotte NC (WSOC-DT1) (720p) +#EXTINF:-1 tvg-id="WSOCDT1.us" status="error",ABC Charlotte NC (WSOC-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_CHARLOTTE_NC_WSOC/video.m3u8 -#EXTINF:-1 tvg-id="WSVNDT1.us" status="online",FOX Miami FL (WSVN-DT1) (720p) -http://51.161.118.146:8080/ISG03_FOX_MIAMI_FL_WSVN/video.m3u8 #EXTINF:-1 tvg-id="WSVNDT1.us" status="error",Fox (WSVN-DT1) Miami FL (720p) http://38.127.211.18/live/c2eds/FOX/HLS/index.m3u8 -#EXTINF:-1 tvg-id="WSYXDT1.us" status="online",ABC Columbus OH (WSYX-DT1) (720p) +#EXTINF:-1 tvg-id="WSVNDT1.us" status="error",FOX Miami FL (WSVN-DT1) (720p) +http://51.161.118.146:8080/ISG03_FOX_MIAMI_FL_WSVN/video.m3u8 +#EXTINF:-1 tvg-id="WSYXDT1.us" status="error",ABC Columbus OH (WSYX-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_COLUMBUS_OH_WSYX/video.m3u8 -#EXTINF:-1 tvg-id="WTAEDT1.us" status="timeout",ABC Pittsburgh PA (WTAE-DT1) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="WTAEDT1.us" status="error",ABC Pittsburgh PA (WTAE-DT1) (720p) [Not 24/7] http://51.161.118.146:8080/ISG03_ABC_PITTSBURGH_PA_WTAE/video.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="WTHRDT1.us" status="online",NBC Indianapolis IN (WTHR-DT1) (720p) +#EXTINF:-1 tvg-id="WTHRDT1.us" status="error",NBC Indianapolis IN (WTHR-DT1) (720p) http://51.161.118.146:8080/ISG03_NBC_INDIANAPOLIS_IN_WTHR/video.m3u8 -#EXTINF:-1 tvg-id="WTICDT1.us" status="online",FOX Hartford CT (WTIC-DT1) (720p) +#EXTINF:-1 tvg-id="WTICDT1.us" status="error",FOX Hartford CT (WTIC-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_HARTFORD_CT_WTIC/video.m3u8 -#EXTINF:-1 tvg-id="WTSPDT1.us" status="online",CBS Tampa FL (WTSP-DT1) (1080p) +#EXTINF:-1 tvg-id="WTSPDT1.us" status="error",CBS Tampa FL (WTSP-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_TAMPA_FL_WTSP/tracks-v5a1/mono.m3u8 -#EXTINF:-1 tvg-id="WTTGDT1.us" status="online",FOX Washington DC (WTTG-DT1) (720p) +#EXTINF:-1 tvg-id="WTTGDT1.us" status="error",FOX Washington DC (WTTG-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_WASHINGTON_DC_WTTG/video.m3u8 -#EXTINF:-1 tvg-id="WTVDDT1.us" status="online",ABC Raleigh NC (WTVD-DT1) (720p) +#EXTINF:-1 tvg-id="WTVDDT1.us" status="error",ABC Raleigh NC (WTVD-DT1) (720p) http://51.161.118.146:8080/ISG03_ABC_RALEIGH_NC_WTVD/video.m3u8 -#EXTINF:-1 tvg-id="WTVFDT1.us" status="online",CBS Nashville TN (WTVF-DT1) (1080p) +#EXTINF:-1 tvg-id="WTVFDT1.us" status="error",CBS Nashville TN (WTVF-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_NASHVILLE_TN_WTVF/tracks-v5a1/mono.m3u8 -#EXTINF:-1 tvg-id="WTVJDT1.us" status="online",NBC Miami FL (WTVJ-DT1) (720p) [Not 24/7] -http://51.161.118.146:8080/ISG03_NBC_MIAMI_FL_WTVJ/video.m3u8 #EXTINF:-1 tvg-id="WTVJDT1.us" status="error",NBC (WTVJ-DT1) Miami FL (1080p) http://38.127.211.18/live/c2eds/NBC/HLS/index.m3u8 +#EXTINF:-1 tvg-id="WTVJDT1.us" status="error",NBC Miami FL (WTVJ-DT1) (720p) [Not 24/7] +http://51.161.118.146:8080/ISG03_NBC_MIAMI_FL_WTVJ/video.m3u8 #EXTINF:-1 tvg-id="WUPADT1.us" status="blocked",CW Network Atlanta-GA (WUPA-DT1) (1080p) https://trn10.tulix.tv/WUPA-CW/index.m3u8 -#EXTINF:-1 tvg-id="WUSADT1.us" status="online",CBS Washington DC (WUSA-DT1) (1080p) +#EXTINF:-1 tvg-id="WUSADT1.us" status="error",CBS Washington DC (WUSA-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_WASHINGTON_DC_WUSA/video.m3u8 #EXTINF:-1 tvg-id="WuTangCollection.us" status="online",Wu Tang Collection (720p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=73 -#EXTINF:-1 tvg-id="WVITDT1.us" status="timeout",NBC Hartford CT (WVIT-DT1) (720p) +#EXTINF:-1 tvg-id="WVITDT1.us" status="error",NBC Hartford CT (WVIT-DT1) (720p) http://51.161.118.146:8080/ISG03_NBC_HARTFORD_CT_WVIT/video.m3u8 -#EXTINF:-1 tvg-id="WVUEDT1.us" status="online",FOX New Orleans LA (WVUE-DT1) (720p) +#EXTINF:-1 tvg-id="WVUEDT1.us" status="error",FOX New Orleans LA (WVUE-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_NEW_ORLEANS_LA_WVUE/video.m3u8 #EXTINF:-1 tvg-id="WWCPDT1.us" status="blocked",FOX Altoona PA (WWCP1) (720p) http://trn03.tulix.tv/teleup-fox-wpmt-new1/playlist.m3u8 -#EXTINF:-1 tvg-id="WWJDT1.us" status="online",CBS Detroit MI (WWJ-DT1) (720p) -http://51.161.118.146:8080/ISG03_CBS_DETROIT_MI_WWJ/video.m3u8 #EXTINF:-1 tvg-id="WWJDT1.us" status="blocked",CBS (WWJ-DT1) Detroit MI (720p) https://16live00.akamaized.net/CBS_EAST/index.m3u8 -#EXTINF:-1 tvg-id="WWLDT1.us" status="timeout",CBS New Orleans LA (WWL-DT1) (1080p) +#EXTINF:-1 tvg-id="WWJDT1.us" status="error",CBS Detroit MI (WWJ-DT1) (720p) +http://51.161.118.146:8080/ISG03_CBS_DETROIT_MI_WWJ/video.m3u8 +#EXTINF:-1 tvg-id="WWLDT1.us" status="error",CBS New Orleans LA (WWL-DT1) (1080p) http://51.161.118.146:8080/ISG03_CBS_NEW_ORLEANS_LA_WWL/video.m3u8 -#EXTINF:-1 tvg-id="WXIADT1.us" status="timeout",NBC Atlanta GA (WXIA-DT1) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="WXIADT1.us" status="error",NBC Atlanta GA (WXIA-DT1) (720p) [Not 24/7] http://51.161.118.146:8080/ISG03_NBC_ATLANTA_GA_WXIA/video.m3u8 -#EXTINF:-1 tvg-id="WXINDT1.us" status="online",FOX Indianapolis IN (WXIN-DT1) (720p) +#EXTINF:-1 tvg-id="WXINDT1.us" status="error",FOX Indianapolis IN (WXIN-DT1) (720p) http://51.161.118.146:8080/ISG03_FOX_INDIANAPOLIS_IN_WXIN/video.m3u8 #EXTINF:-1 tvg-id="Xcorps.us" status="timeout",Xcorps (720p) https://simultv.s.llnwi.net/n4s4/xcorps/interlink.m3u8 @@ -1506,6 +1506,8 @@ https://thegateway.app/YouToo/YTamerica/playlist.m3u8 https://59514edd5dd8e.streamlock.net/lax/lax/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Univision http://190.61.41.182:8000/play/a37m/index.m3u8 +#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",ACTV Phoenix AZ https://cdn3.wowza.com/5/ODB6NmF5K3l4T1h5/persis/6361162879_AZ-247.stream_247/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="online",Vice East @@ -1514,6 +1516,8 @@ https://d2do1g43aq7264.cloudfront.net/playlist.m3u8 https://eu-nl-012.worldcast.tv/dancetelevisionthree/dancetelevisionthree.m3u8 #EXTINF:-1 tvg-id="" status="online",Knoxville Community Media https://knoxville-tn.secure.footprint.net/egress/bhandler/knoxvilletn/streama/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Actionable (720p) +https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e25a1932c8368bdbfd87d/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",BUTV10 (Boston University) (1080p) [Not 24/7] http://butv10-livestream.bu.edu/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 #EXTINF:-1 tvg-id="" status="online",WGN9 News Streaming (1080p) @@ -1632,10 +1636,6 @@ https://us1.ottstream.live:17071/C279/index.m3u8?token=123TREWQ456 https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8 #EXTINF:-1 tvg-id="" status="online",FIGHT SPORTS (1080p) https://shls-fight-sports-ak.akamaized.net/out/v1/ee7e6475b12e484bbfa5c31461ad4306/index.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 Detroit MI (WJBK-DT1) (720p) -http://51.161.118.146:8080/ISG03_FOX_DETROIT_MI_WJBK/video.m3u8 #EXTINF:-1 tvg-id="" status="online",WDEF-TV News Chattanooga TN (720p) http://dai.google.com/linear/hls/event/iVH_b5kWTteyRCy-YCoHOw/master.m3u8 #EXTINF:-1 tvg-id="" status="online",AWC TV @@ -1658,8 +1658,6 @@ https://content.uplynk.com/channel/ext/aac37e2c66614e699fb189ab391084ff/wls_24x7 https://content.uplynk.com/channel/ext/f05837c508c44712aa7129d531f7dbe6/wtvd_24x7_news.m3u8 #EXTINF:-1 tvg-id="" status="online",WTVQ-DT News Lexington KY (720p) https://dai.google.com/linear/hls/event/7xSxXPG1RqKkNva1wIWlVw/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",WWAY News Willmington NC (720p) -https://dai.google.com/linear/hls/event/A7CgcBYNTuKfvFvW8rmiJA/master.m3u8 #EXTINF:-1 tvg-id="" status="online",WXXV-TV News Biloxi MS (720p) https://dai.google.com/linear/hls/event/cJXgmHHTQIGMhSzDk7TBsA/master.m3u8 #EXTINF:-1 tvg-id="" status="online",EMT Media TV Los Angeles CA @@ -1694,14 +1692,14 @@ https://content.uplynk.com/channel/aa92b664ac5941de81cd410803329da2.m3u8 https://content.uplynk.com/channel/bba3e7da884a49bba96341ecf5128f0f.m3u8 #EXTINF:-1 tvg-id="" status="online",Fox 28 Savannah GA (WTGS) (720p) https://content.uplynk.com/channel/e56ba52a1b9d45ad8c8a033fd83fe480.m3u8 -#EXTINF:-1 tvg-id="" status="online",Boston 25 News (WFXT) (360p) -https://d2dy6pkj44n6e7.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10020_27d61a9c-67b2-4d7c-9486-626a6a071467_LE/in/cmg-wftxtv-hls-v3/live.m3u8 -#EXTINF:-1 tvg-id="" 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="" status="online",ABC 9 Orlando FL (WFTV) (720p) https://d3qm7vzp07vxse.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10070_fe1f5f6c-cd0b-4993-a4a4-6db66be4f313_LE/in/cmg-wftvtv-hls-v3/live.m3u8 +#EXTINF:-1 tvg-id="" status="online",News4JAX+ +https://dai.google.com/linear/hls/event/RDmbn03GRCOLNG1eetEKhg/master.m3u8 #EXTINF:-1 tvg-id="" status="online",Ecuavisa (720p) https://livestreamcdn.net:444/Alientoenvivo/Alientoenvivo.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Slimo (540p) +https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e2783932c8368bdbfd8a5/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",myTV San Antonio TX (KCWX-TV) (720p) [Not 24/7] http://65.36.6.216:1935/live/kcwx.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ABC 2 Baton Rouge LA (WBRZ) (720p) [Not 24/7] @@ -1748,10 +1746,10 @@ https://content.uplynk.com/channel/ff809e6d9ec34109abfb333f0d4444b5.m3u8 https://d1mxoeplf1ak5a.cloudfront.net/index.m3u8 #EXTINF:-1 tvg-id="" status="online",WBRZ Weather Channel Baton Rouge LA https://d2a6g6zgxepbwi.cloudfront.net/wbrz-edge/weather.stream_360p/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",WWAY News Willmington NC (720p) +https://dai.google.com/linear/hls/event/A7CgcBYNTuKfvFvW8rmiJA/master.m3u8 #EXTINF:-1 tvg-id="" status="online",WCBI (News) https://dai.google.com/linear/hls/event/qLrnhs3RQUa2zMw9UBkroQ/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",News4JAX+ -https://dai.google.com/linear/hls/event/RDmbn03GRCOLNG1eetEKhg/master.m3u8 #EXTINF:-1 tvg-id="" status="online",WMGT-TV News Macon GA (720p) https://dai.google.com/linear/hls/event/ygKx2LkmRQCZ_orwBQhfFw/master.m3u8 #EXTINF:-1 tvg-id="" status="online",EPlusTV 6 Jackson TN @@ -1790,14 +1788,20 @@ https://unidfp-nlds159.global.ssl.fastly.net/nlds/univisionnow/galavision_west/a https://unidfp-nlds164.global.ssl.fastly.net/nlds/univisionnow/unimas_east2/as/live/unimas_east2_hd_pc.m3u8?t1= #EXTINF:-1 tvg-id="" status="online",Novelas [Geo-blocked] https://unidfp-nlds166.global.ssl.fastly.net/nlds/univisionnow/novelas2plist/as/live/novelas2plist_hd_pc.m3u8?t1= +#EXTINF:-1 tvg-id="" status="online",Alkerazatv (720p) +https://597f64b67707a.streamlock.net/alkerazatv.org/alkerazatv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Channel 11 Scottsdale AZ https://cdn3.wowza.com/5/RXJNMFI3VlVkOEFP/scottsdale/G0040_007/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="online",PBS 39 Allentown PA (WLVT) (720p) https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Javan (720p) https://stream.rjtv.stream/live/smil:rjtv.smil/playlist.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",Earthx TV https://ov.ottera.tv/live/master.m3u8?channel=earth_et +#EXTINF:-1 tvg-id="" status="online",Tropical Moon Urban TV +https://srv.panelcast.net/urbantvnetott/urbantvnetott/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Hope Channel Norge (720p) http://media1.adventist.no:1935/live/hope1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",WATC-DT2 @@ -1806,16 +1810,12 @@ https://uni01rtmp.tulix.tv/watc57-2/watc57-2/playlist.m3u8 http://210.210.155.37/dr9445/h/h141/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Assemblee Nationale du Quebec https://cdn3.wowza.com/5/UHh3aHM1bTBsY1Uw/diffusion/canal17/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Actionable (720p) -https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e25a1932c8368bdbfd87d/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Slimo (540p) -https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e2783932c8368bdbfd8a5/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",WBBJ (News) +https://dai.google.com/linear/hls/event/HZ3JdLVcQ463l3b1BLXmmQ/master.m3u8 #EXTINF:-1 tvg-id="" status="online",Toonami Aftermath Movies (540p) http://api.toonamiaftermath.com:3000/movies/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Hope Channel Norge (540p) http://media1.adventist.no:1935/live/hope2/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Hope Channel Norge (360p) -http://media1.adventist.no:1935/live/hope3/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",NTD TV (New Tang Dynasty Television) http://live.ntdimg.com/uwlive990/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Toonami Aftermath East (480p) @@ -1865,8 +1865,6 @@ https://worcester.vod.castus.tv/live/ch1.m3u8 http://api.toonamiaftermath.com:3000/radio/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",BabyTV (1080p) http://194.163.179.246/slovenci/djeciji/babytv.m3u8 -#EXTINF:-1 tvg-id="" status="online",WBBJ (News) -https://dai.google.com/linear/hls/event/HZ3JdLVcQ463l3b1BLXmmQ/master.m3u8 #EXTINF:-1 tvg-id="" status="online",KITV (News) https://fuel-streaming-prod01.fuelmedia.io/v1/sem/c4067ddc-0e67-4928-b7ec-624481f721a6.m3u8 #EXTINF:-1 tvg-id="" status="online",NTD TV (New Tang Dynasty Television) @@ -1881,6 +1879,8 @@ https://cdn3.wowza.com/5/bGZUOHp2TnhudnM2/phoenix/G1498_002/chunklist.m3u8 https://cdn3.wowza.com/5/cHYzekYzM2kvTVFH/lakehavasucity/G0643_003/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TV4 Bullhead City AZ https://cdn3.wowza.com/5/UWpORHhLSEs5SkJs/bullheadcity/G0860_001/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Hope Channel Norge (360p) +http://media1.adventist.no:1935/live/hope3/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",NTD TV (New Tang Dynasty Television) http://live.ntdimg.com/cwlive220/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",KTLA 5 Los Angeles CA (144p) @@ -1933,8 +1933,6 @@ https://unilivemtveu-lh.akamaihd.net/i/nickde_1@448749/master.m3u8 http://5.255.90.184:2001/play/a04i #EXTINF:-1 tvg-id="" status="timeout",Disney Channel España (1080p) http://5.255.90.184:2004/play/a006/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",NBC Boston MA (WBTS-DT1) (720p) -http://51.161.118.146:8080/ISG03_NBC_BOSTON_MA_WBTS/video.m3u8 #EXTINF:-1 tvg-id="" status="timeout",WPIX 11 (1080p) http://71.187.29.220:8000/play/a08o/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",TV33 Detroit Live (WHPR) (720p) [Not 24/7] @@ -1967,6 +1965,10 @@ https://svc-lvanvato-cxtv-whio.cmgvideo.com/whio/2596k/index.m3u8 http://38.127.211.18/live/c2eds/CNN/HLS/index.m3u8 #EXTINF:-1 tvg-id="" status="error",MTV http://38.127.211.18/live/c2eds/MTV/HLS/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",FOX Detroit MI (WJBK-DT1) (720p) +http://51.161.118.146:8080/ISG03_FOX_DETROIT_MI_WJBK/video.m3u8 +#EXTINF:-1 tvg-id="" status="error",NBC Boston MA (WBTS-DT1) (720p) +http://51.161.118.146:8080/ISG03_NBC_BOSTON_MA_WBTS/video.m3u8 #EXTINF:-1 tvg-id="" status="error",SyFy (México) http://168.232.168.242:8000/play/a05k/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Warner TV (720p) @@ -1987,10 +1989,6 @@ http://granicusliveus3-a.akamaihd.net/richmond/G0034_002/playlist.m3u8 http://granicusliveus10-a.akamaihd.net/nashville/G2157_002/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",History (540p) [Not 24/7] http://s1.mysportz.tv:2082/history/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Alkerazatv (720p) -https://597f64b67707a.streamlock.net/alkerazatv.org/alkerazatv.smil/playlist.m3u8 -#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="error",CBS KIRO-TV 7 Seattle WA https://amg00327-coxmediagroup-kiro7seattle-ono-4z7u9.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",KFSN News (1080p) [Not 24/7] @@ -2009,8 +2007,12 @@ https://cbsnhls-i.akamaihd.net/hls/live/264710/CBSN_mdialog/prodstream/master.m3 https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00327-coxmediagroup-kiro7seattle-ono/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",TCM Latinoamérica https://cdn.prepro.cvattv.com.ar/live/vod/TCM/SA_Live_WebVTT_FTA/TCM.m3u8 +#EXTINF:-1 tvg-id="" status="error",Boston 25 News (WFXT) (360p) +https://d2dy6pkj44n6e7.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10020_27d61a9c-67b2-4d7c-9486-626a6a071467_LE/in/cmg-wftxtv-hls-v3/live.m3u8 #EXTINF:-1 tvg-id="" status="error",CBS 47 Action News Jacksonville FL (WJAX-TV) (720p) https://d2eit0bra9qkiw.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10050_b9ac3c93-be86-4f7e-82b8-796b7f8bfda3_LE/in/cmg-wjaxtv-hls-v3/live.m3u8 +#EXTINF:-1 tvg-id="" 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="" status="error",Fox 23 Tulsa OK (KOKI-TV) (720p) https://d3nzocdfkx2ybv.cloudfront.net/in/cmg-kokitv-hls-v3/live.m3u8 #EXTINF:-1 tvg-id="" status="error",NBC 11 Pittsburgh PA (WPXI) (720p) @@ -2119,8 +2121,6 @@ https://player-api.new.livestream.com/accounts/1194911/events/3466400/live.m3u8 https://redlabmcdn.s.llnwi.net/jp04/bs13hd/index.mpd #EXTINF:-1 tvg-id="" status="error",SonLife Broadcasting (SBN) (720p) https://sonlife7-i.akamaihd.net/hls/live/585011/ch7/master.m3u8 -#EXTINF:-1 tvg-id="" status="error",Tropical Moon Urban TV -https://srv.panelcast.net/urbantvnetott/urbantvnetott/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Radio Inmaculada (1080p) [Not 24/7] https://tv2.fastcast4u.com:3594/live/vsojgreilive.m3u8 #EXTINF:-1 tvg-id="" status="error",ABC 5 Cleveland OH (WEWS-TV) (1080p) diff --git a/streams/us_localbtv.m3u b/streams/us_localbtv.m3u index d6a261438..23d86931e 100644 --- a/streams/us_localbtv.m3u +++ b/streams/us_localbtv.m3u @@ -263,9 +263,6 @@ http://v-ny.theus6tv.duckdns.org/hls/41.2/playlist.m3u8 #EXTINF:-1 tvg-id="WXTVDT3.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",WXTV-DT3 (Twist) #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/41.3/playlist.m3u8 -#EXTINF:-1 tvg-id="" 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",WNYJLD (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/28.1/playlist.m3u8 #EXTINF:-1 tvg-id="" 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",WPXN-DT4 (Defy TV) #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/31.4/playlist.m3u8 @@ -275,3 +272,6 @@ http://v-ny.theus6tv.duckdns.org/hls/31.7/playlist.m3u8 #EXTINF:-1 tvg-id="" 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",WPHY-CD2 (SonLife) (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/25.2/playlist.m3u8 +#EXTINF:-1 tvg-id="" 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",WNYJLD (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/28.1/playlist.m3u8 diff --git a/streams/us_plex.m3u b/streams/us_plex.m3u index 1dad565b8..1a4a296ae 100644 --- a/streams/us_plex.m3u +++ b/streams/us_plex.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="24HourFreeMovies.us" status="timeout",24 Hour Free Movies (720p) [Not 24/7] +#EXTINF:-1 tvg-id="24HourFreeMovies.us" status="error",24 Hour Free Movies (720p) [Not 24/7] https://d15690s323oesy.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/UDU-Plex/158.m3u8 #EXTINF:-1 tvg-id="ACCNetwork.us" status="error",ACC Network (1080p) https://120sports-accdn-1.plex.wurl.com/manifest/playlist.m3u8 @@ -163,7 +163,7 @@ https://playworksdigital-tankee-1.plex.wurl.com/manifest/playlist.m3u8 https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="TheBoatShow.us" status="error",The Boat Show (720p) https://vitor-theboatshow-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="TheBobRossChannel.us" status="online",The Bob Ross Channel (240p) +#EXTINF:-1 tvg-id="TheBobRossChannel.us" status="timeout",The Bob Ross Channel (240p) https://cinedigm-bobross-1.plex.wurl.com/master.m3u8 #EXTINF:-1 tvg-id="TheDesignNetwork.us" status="error",The Design Network (720p) https://thedesignnetwork-tdn-5.plex.wurl.com/manifest/playlist.m3u8 diff --git a/streams/us_pluto.m3u b/streams/us_pluto.m3u index a719d1e45..472a52e52 100644 --- a/streams/us_pluto.m3u +++ b/streams/us_pluto.m3u @@ -65,10 +65,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5836fe 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_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="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="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) @@ -114,9 +114,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b564ff #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="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) @@ -159,20 +159,20 @@ http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8 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="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/stitch/hls/channel/5dcddf1ed95e740009fef7ab/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="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="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (England) (720p) -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d134a74ca91eedee1630faa/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d134a74ca91eedee1630faa&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=903&terminate=false&userId= -#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="CineTerror.us" status="online",Pluto TV Cine Terror (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddf1ed95e740009fef7ab/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="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="ClassicMoviesChannel.us" status="error",Pluto TV Classic Movies (England) (720p) +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d134a74ca91eedee1630faa/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d134a74ca91eedee1630faa&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=903&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] @@ -181,12 +181,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/562ea53fa 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/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) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f779951372da90007fd45e8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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) -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="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) @@ -196,13 +196,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600ad1a37 #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) +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcc42446750e200093b15e2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dcc42446750e200093b15e2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=182&terminate=false&userId= +#EXTINF:-1 tvg-id="CMTPlutoTV.us" status="online",Pluto TV CMT (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dcc42446750e200093b15e2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509b87809fd000949e399/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="CMTPlutoTV.us" status="online",Pluto TV CMT (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509b87809fd000949e399/master.m3u8?advertisingId=d3e60034-bdd6-5f69-a7a8-a82b92d5b116&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channelStore=us&channel_id=151908&content=0adc72cd87e45d3491f8e47e54bbcc98&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=d3e60034-bdd6-5f69-a7a8-a82b92d5b116&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=d3e60034-bdd6-5f69-a7a8-a82b92d5b116&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="CMTPlutoTV.us" status="online",Pluto TV CMT (720p) -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcc42446750e200093b15e2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dcc42446750e200093b15e2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=182&terminate=false&userId= #EXTINF:-1 tvg-id="CNET.us" status="error",Pluto TV CNET (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56283c8769ba54637dea0464/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56283c8769ba54637dea0464&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=228&terminate=false&userId= #EXTINF:-1 tvg-id="CNET.us" status="error",Pluto TV CNET (720p) @@ -210,9 +210,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56283c876 #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/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="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="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) @@ -320,21 +320,21 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc0c7828 #EXTINF:-1 tvg-id="EuronewsEnglish.fr" status="online",Pluto TV Euronews (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60d3583ef310610007fb02b1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=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="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 +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) [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/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/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 +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/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/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="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] @@ -350,8 +350,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 @@ -359,6 +357,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="FilmesSuspenseBrazil.br" status="online",Pluto TV Filmes Suspense (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f171d3442a0500007362f22/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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) @@ -396,11 +396,11 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f186626dcd00d0007 #EXTINF:-1 tvg-id="GameSpot.us" status="error",Pluto TV GameSpot (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f186626dcd00d0007936443/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="GordonRamsaysHellsKitchen.us" status="online",Pluto TV Gordon Ramsay's Kitchen (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e99f4423e067bd6df6903/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e99f4423e067bd6df6903&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=294&terminate=false&userId= +#EXTINF:-1 tvg-id="GordonRamsaysHellsKitchen.us" status="online",Pluto TV Gordon Ramsay's Kitchen (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e99f4423e067bd6df6903/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="GordonRamsaysHellsKitchen.us" status="online",Pluto TV Hell's Kitchen (480p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e6f38792075160007d85823/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="GordonRamsaysHellsKitchen.us" status="online",Pluto TV Gordon Ramsay's Kitchen (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e99f4423e067bd6df6903/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e99f4423e067bd6df6903&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=294&terminate=false&userId= #EXTINF:-1 tvg-id="GustoTV.au" status="online",Pluto TV Gusto TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c47f3662f6b3c476fc03e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="HappyDays.us" status="online",Pluto TV Happy Days (720p) @@ -473,12 +473,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5eb301b73956710007 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) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5873fc21cad696fb37aa9054/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5873fc21cad696fb37aa9054&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=855&terminate=false&userId= #EXTINF:-1 tvg-id="LiveMusicReplay.us" status="online",Pluto TV Live Music Replay (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5873fc21cad696fb37aa9054/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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="LogoPlutoTV.us" status="online",Pluto TV Logo (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce5a8954311f992edbe1da2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ce5a8954311f992edbe1da2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=187&terminate=false&userId= #EXTINF:-1 tvg-id="LogoPlutoTV.us" status="online",Pluto TV Logo (720p) @@ -493,10 +493,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51ddf03 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60dd6b1da79e4d0007309455/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=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="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="MidsomerMurders.us" status="online",Pluto TV Midsomer Murders (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cbf6a868a1bce4a3d52a5e9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cbf6a868a1bce4a3d52a5e9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=385&terminate=false&userId= #EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Minecraftv (360p) @@ -514,45 +514,45 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f77977bd #EXTINF:-1 tvg-id="MLB.us" status="online",Pluto TV MLB (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e66968a70f34c0007d050be/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MLS.us" status="online",Pluto TV MLS (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=2.7.4-9a7fc53e0c1da468e3c566c3f53e98a36ca1f97b&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=9f228953-21cb-4b82-a393-dd32d047379f&deviceLat=45.4994&deviceLon=-73.5703&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=76.0.3809.132&serverSideAds=true&sid=d1634607-2892-447a-b316-17a106f905fb&userId= -#EXTINF:-1 tvg-id="MLS.us" status="online",Pluto TV MLS (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cb626cfcaf83414128f439c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=712&terminate=false&userId= #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="MLS.us" status="online",Pluto TV MLS (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=2.7.4-9a7fc53e0c1da468e3c566c3f53e98a36ca1f97b&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=9f228953-21cb-4b82-a393-dd32d047379f&deviceLat=45.4994&deviceLon=-73.5703&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=76.0.3809.132&serverSideAds=true&sid=d1634607-2892-447a-b316-17a106f905fb&userId= #EXTINF:-1 tvg-id="MotorvisionTV.de" status="online",Motorvision TV (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60817e1aa6997500072d0d6d/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc51b0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=ede55dfe-45a7-4aa8-a283-7b8008be8d2e #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="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="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 (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 (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) 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) +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/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 #EXTINF:-1 tvg-id="MTVDating.us" status="online",Pluto TV MTV Dating (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca6899a37b88b269472ea4b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca6899a37b88b269472ea4b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=330&terminate=false&userId= #EXTINF:-1 tvg-id="MTVDating.us" status="online",Pluto TV MTV Dating (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf330ea5068259a32320fd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#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="MTVDating.us" status="online",Pluto TV MTV Dating (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf330ea5068259a32320fd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5caf330ea5068259a32320fd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=4c740197-0587-11eb-a18c-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="MTVDating.us" status="online",Pluto TV MTV Dating (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca6899a37b88b269472ea4b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="MTVDating.us" status="online",Pluto TV MTV Dating (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf330ea5068259a32320fd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#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) @@ -562,8 +562,6 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf325764025859af #EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcebe53d352330009e56f5b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dcebe53d352330009e56f5b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b3be0889-389b-4ef9-a876-b3d589aa6cd9&terminate=false&userId= #EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5fab088b3279760007d4e4fd/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="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 #EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) 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 @@ -571,22 +569,24 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf32576 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) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1212fb81e85c00077ae9ef/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="MTVSpankinNew.us" status="online",Pluto TV MTV Spankin' New (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fdb8ca91eedee1633117/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fdb8ca91eedee1633117&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=869&terminate=false&userId= +#EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5fab088b3279760007d4e4fd/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="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] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fdb8ca91eedee1633117/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fdb8ca91eedee1633117&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=869&terminate=false&userId= #EXTINF:-1 tvg-id="N24Doku.de" status="online",Pluto TV N24 Doku (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60080e8a4bf36000076a81b1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #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) [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="error",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="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] @@ -602,29 +602,29 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ced7d5df64be98e07e #EXTINF:-1 tvg-id="NFLChannel.us" status="online",Pluto TV NFL Channel (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ced7d5df64be98e07ed47b6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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/v1/stitch/embed/hls/channel/5f12151794c1800007a8ae63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12151794c1800007a8ae63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #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="NickJrenEspanol.us" status="online",Pluto TV Nick Jr. Latino (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0ec7b0f7015fbe0a3bf7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d0ec7b0f7015fbe0a3bf7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=998&terminate=false&userId= -#EXTINF:-1 tvg-id="NickJrenEspanol.us" status="online",Pluto TV Nick Jr. Latino (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0ec7b0f7015fbe0a3bf7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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/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="NickJrenEspanol.us" status="online",Pluto TV Nick Latino (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d08395f39465da6fb3ec4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d08395f39465da6fb3ec4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=997&terminate=false&userId= -#EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede45451dce190007ef9ff2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ede45451dce190007ef9ff2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=d1d4cf70-0714-11eb-a59f-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="NickJrenEspanol.us" status="online",Pluto TV Nick Jr. Latino (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0ec7b0f7015fbe0a3bf7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="NickJrenEspanol.us" status="online",Pluto TV Nick Jr. Latino (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0ec7b0f7015fbe0a3bf7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d0ec7b0f7015fbe0a3bf7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=998&terminate=false&userId= #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="error",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="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) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede45451dce190007ef9ff2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ede45451dce190007ef9ff2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=d1d4cf70-0714-11eb-a59f-0242ac110002&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) @@ -635,10 +635,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede448d3 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) -https://siloh.pluto.tv/lilo/production/Nick/01/master.m3u8 #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="NickRewindGermany.de" status="online",Pluto TV Nick Rewind (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ed106ce4bf2e80007700bb3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ed106ce4bf2e80007700bb3&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=262&terminate=false&userId= #EXTINF:-1 tvg-id="NickRewindGermany.de" status="online",Pluto TV Nick Rewind (720p) @@ -661,46 +661,46 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e6690bef 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) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb0cae7a461406ffe3f5213/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="ParamountMovieChannel.us" status="online",Pluto TV Paramount Movie Channel (684p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cb0cae7a461406ffe3f5213&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=100&terminate=false&userId= #EXTINF:-1 tvg-id="ParamountMovieChannel.us" status="online",Pluto TV Paramount Movie Channel (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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",Pluto TV Paramount Movie Channel (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cb0cae7a461406ffe3f5213&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=100&terminate=false&userId= #EXTINF:-1 tvg-id="ParamountPlusPicks.us" status="online",Pluto TV Paramount+ Picks (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ff8c708653d080007361b14/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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",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) +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 #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="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/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="PeopleTV.us" status="error",Pluto TV People TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59c2c3ae40e64939daad8b76/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=59c2c3ae40e64939daad8b76&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=192&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="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="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 (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="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) [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/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="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) @@ -711,10 +711,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be1be871 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db867744f229f0009266784/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Action Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8588734f8000823b7de/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="PlutoTVAndromeda.us" status="online",Pluto TV Andromeda (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8db96bccae160007c71eec/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAndromeda.us" status="online",Pluto TV Andrómeda (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acc3e061597000768d4ea/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="PlutoTVAndromeda.us" status="online",Pluto TV Andromeda (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8db96bccae160007c71eec/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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) @@ -742,9 +742,9 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60925a44f0350600075 #EXTINF:-1 tvg-id="PlutoTVAnimeAccion.us" status="online",Pluto TV Animé Acción (684p) 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="PlutoTVAnimeAllAges.us" status="online",Pluto TV Anime All Ages (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be4c6311843b56328bce619/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVAnimeAllAges.us" status="online",Pluto TV Anime All Ages (720p) 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="PlutoTVAnimeAllAges.us" status="online",Pluto TV Anime All Ages (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be4c6311843b56328bce619/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #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) @@ -797,12 +797,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5a4bb 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="PlutoTVCatfish.us" status="online",Pluto TV Catfish (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb66537867f0007146953/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="PlutoTVCatfish.us" status="online",Pluto TV Catfish (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb66537867f0007146953/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="PlutoTVCatfish.us" status="online",Pluto TV Catfish (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb66537867f0007146953/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCatfish.us" status="timeout",Pluto TV Catfish (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb66537867f0007146953/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="PlutoTVCats247Germany.de" status="error",Cats 24/7 (DE) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db6a56ce10f0b0009e64037/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5db6a56ce10f0b0009e64037&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=4f8f5d53-0580-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCats247Germany.de" status="error",Cats 24/7 (DE) (720p) @@ -823,32 +823,32 @@ 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="PlutoTVCine.us" status="online",Pluto TV Cine (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b1c4f1ca3f0629f4bf0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCine.us" status="error",Pluto TV Ciné (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PlutoTVCine.us" status="online",Pluto TV Ciné (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0f17564a300082b676a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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/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 (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/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="timeout",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) -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 (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="PlutoTVCinePlusFrance.us" status="online",Pluto TV Ciné+ (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5eb810e2996000768c0e2/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c89a930-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=d7d7d33d-5784-4dee-a799-d09bd30b065a +#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="timeout",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="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="PlutoTVClassicTVUK.uk" status="online",Pluto TV Classic TV (720p) @@ -863,20 +863,20 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0fbaa8742fa309 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 (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="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="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="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="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 (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 (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="error",Pluto TV Comedy (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1efd0dbbe3ba000908b639/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1efd0dbbe3ba000908b639&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=2ede5357-0728-11eb-82fe-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVComedy.us" status="error",Pluto TV Comedy (720p) [Not 24/7] @@ -895,15 +895,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f31fd1b4 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6000a5a9e767980007b497ca/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #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="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="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="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="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="PlutoTVCurroJimenez.us" status="online",Pluto TV Curro Jiménez (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acd36779de70007a680d1/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 @@ -919,38 +919,38 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1df0d5 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde07af1c85b0009b18651/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="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b85a7582921777994caea63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b85a7582921777994caea63&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=91&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db048f9447d6c0009b8f29d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5db048f9447d6c0009b8f29d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=0d94d79f-0582-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b85a7582921777994caea63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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/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="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db048f9447d6c0009b8f29d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5db048f9447d6c0009b8f29d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=0d94d79f-0582-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDogelcazarrecompensas.us" status="online",Pluto TV Dog el cazarrecompensas (480p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f9992c685a2a80007fa414a/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="PlutoTVDossiersFBI.us" status="online",Pluto TV Dossiers FBI (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8edad922b10b000753bc37/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="PlutoTVDossiersFBI.us" status="online",Pluto TV Dossiers FBI (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8edad922b10b000753bc37/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDossiersFBI.us" status="online",Pluto TV Dossiers FBI (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8edad922b10b000753bc37/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 -#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="PlutoTVDossiersFBI.us" status="online",Pluto TV Dossiers FBI (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8edad922b10b000753bc37/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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/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="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/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="error",Pluto TV Drama+ (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffebb618f6cb4000728082c/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8a9390-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=7eed86a2-2fee-402b-9978-ecaffe0235c0 #EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (720p) @@ -973,10 +973,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f23102d5e239d0007 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= #EXTINF:-1 tvg-id="PlutoTVExplore.us" status="online",Pluto TV Explore (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b8551b95267e225e59c1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 (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="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="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) @@ -1012,9 +1012,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] @@ -1041,7 +1041,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c2d7ae http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/604f8de01b479400078fb1e7/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8b2fd0-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=65d7f2cc-e6f8-4e43-9cb5-1de8d1f71f71 #EXTINF:-1 tvg-id="PlutoTVHistoria.us" status="online",Pluto TV Historia (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de5758e1a30dc00094fcd6c/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="PlutoTVHistoriasdeUltratumba.us" status="online",Pluto TV Historias de Ultratumba (720p) +#EXTINF:-1 tvg-id="PlutoTVHistoriasdeUltratumba.us" status="timeout",Pluto TV Historias de Ultratumba (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d3696d938c900072679fd/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="PlutoTVHogar.us" status="online",Pluto TV Hogar (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6ab8056beb000091fc6b6/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= @@ -1068,19 +1068,19 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3639dd0 #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/stitch/hls/channel/5ce40e59246a395e9758923e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ce40e59246a395e9758923e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=aa724654-057a-11eb-8b9f-0242ac110002&terminate=false&userId= -#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) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60cc807324d60a0007708dc8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=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="PlutoTVIndies.us" status="online",Pluto TV Indies (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce40e59246a395e9758923e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ce40e59246a395e9758923e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=aa724654-057a-11eb-8b9f-0242ac110002&terminate=false&userId= #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="PlutoTVInspectorGadget.us" status="online",Pluto TV Inspector Gadget (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbc2d1ce10f0b0009e6cf9e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dbc2d1ce10f0b0009e6cf9e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=efbfa162-0713-11eb-9b92-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVInspectorGadget.us" status="online",Pluto TV Inspector Gadget (720p) @@ -1089,6 +1089,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d765786a 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="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) @@ -1097,22 +1099,20 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007 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) [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="PlutoTVKenanyKel.us" status="online",Pluto TV Kenan y Kel (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5fcea93ffcf94500071c4b2f/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="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) +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="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) -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="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) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b625c1ffbc0007e60c37/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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) 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="PlutoTVKidsCollection.us" status="online",Pluto TV Kids Collection (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b625c1ffbc0007e60c37/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVKidsSeries.us" status="online",Pluto TV Kids Séries+ (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5ebe299d30c0007b1f12a/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c89d040-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=8f06f039-4f3e-499b-a415-5cf7148a64d7 #EXTINF:-1 tvg-id="PlutoTVKidsSeries.us" status="online",Pluto TV Kids Séries (720p) @@ -1121,6 +1121,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb99ff 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="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) @@ -1135,8 +1137,6 @@ 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="PlutoTVLaChicaInvisible.us" status="online",Pluto TV La Chica Invisible (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abe3ffcd659000770d88d/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="PlutoTVLasPistasdeBlue.us" status="online",Pluto TV Las Pistas de Blue (360p) @@ -1149,10 +1149,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df413559397560009 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="PlutoTVLemiracledelamour.us" 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="PlutoTVLesCordier.us" status="online",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="PlutoTVLesCordier.us" 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="PlutoTVLesCordier.us" status="online",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="PlutoTVLesfillesdacote.us" 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="PlutoTVLesNouveauxDetectives.us" status="online",Pluto TV Les Nouveaux Detectives (480p) @@ -1185,12 +1185,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed6d569d2d40008 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="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="PlutoTVMADEInBritain.us" status="online",Pluto TV MADE In Britain (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e14486590ba3e0009d912ff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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) @@ -1207,6 +1207,8 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46e64dc73db40009 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f230e416b68ff00075b0139/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="PlutoTVMisteriossinResolver.us" status="online",Pluto TV Misterios sin Resolver (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f610042272f68000867685b/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="PlutoTVMovies.us" 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= #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) @@ -1215,12 +1217,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d0a1f73654db655a9 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 (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= -#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="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="PlutoTVMTVAnimaciones.us" status="online",Pluto TV MTV Animaciones (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb8ce2e426140007c78fd1/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="PlutoTVMTVAreyoutheOne.us" status="online",Pluto TV MTV Are you the One? (720p) @@ -1247,7 +1247,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600ae79fa 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="PlutoTVMTVPranks.us" status="timeout",Pluto TV MTV Pranks (720p) +#EXTINF:-1 tvg-id="PlutoTVMTVPranks.us" status="online",Pluto TV MTV Pranks (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e98a911c881310007d7aae2/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="PlutoTVMTVRealities.us" status="online",Pluto TV MTV Realities (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6130d8dc943001000708548d/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 @@ -1273,10 +1273,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f9847111 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="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="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="PlutoTVMutantX.us" status="online",Pluto TV Mutant X (720p) @@ -1285,17 +1285,17 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8dc008d https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d2c571faeb3e2738ae27933/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMythbusters.us" status="online",Pluto TV Mythbusters (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd833b41843b56328bac189/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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) -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="PlutoTVNature.us" status="online",Pluto TV Nature (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed58b2db26f0007b4aa73/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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) +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) +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="PlutoTVNature.us" status="online",Pluto TV Nature (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5be1c3f9851dd5632e2c91b2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5be1c3f9851dd5632e2c91b2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=1e26d24e-0585-11eb-82fe-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVNature.us" status="online",Pluto TV Nature (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed58b2db26f0007b4aa73/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVNature.us" status="online",Pluto TV Nature (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be1c3f9851dd5632e2c91b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNews.us" status="online",Pluto TV News (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5268abcd0ce20a8472000114&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=202&terminate=false&userId= @@ -1329,10 +1329,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa82c1 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609501978c069d00074e0dd2/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="PlutoTVPlusBelleLaVie.us" status="online",Pluto TV Plus Belle la Vie+ (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5fff211667854f00079a9b5b/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8abaa0-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=353eca77-9a84-4a7e-a1d5-97ac79861272 -#EXTINF:-1 tvg-id="PlutoTVPlusBelleLaVie.us" status="online",Pluto TV Plus Belle La Vie (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed5fba4ffb8000764ea01/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="PlutoTVPlusBelleLaVie.us" status="online",Pluto TV Plus Belle La Vie (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed5fba4ffb8000764ea01/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVPlusBelleLaVie.us" status="online",Pluto TV Plus Belle La Vie (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed5fba4ffb8000764ea01/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="PlutoTVPortadosFundos.us" status="online",Pluto TV Porta dos Fundos (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f36f2346ede750007332d11/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVProWrestling.us" status="online",Pluto TV Pro Wrestling (720p) @@ -1364,8 +1364,6 @@ 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 @@ -1373,6 +1371,8 @@ 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="PlutoTVRugrats.us" status="online",Pluto TV Rugrats (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/610c09219fc0430007a3fce6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=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="PlutoTVRugratsCrecidos.us" status="online",Pluto TV Rugrats Crecidos (240p) @@ -1391,16 +1391,16 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/563a970aa1a1f7fe7c 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="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 (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) @@ -1415,12 +1415,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de802659167b10009 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="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="PlutoTVSpace.us" status="online",Pluto TV Space (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc2f98777f2e0009934ae7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSpikeAventura.us" status="online",Pluto TV Spike Aventura (720p) @@ -1436,6 +1436,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d00e8ada #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (England) (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7677fa2ec536ce1d587eeb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d7677fa2ec536ce1d587eeb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=607&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6081310e48d3200007afaf3b/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8bf322-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=0727f4fb-ea0b-4814-bb58-fdf3c4534220 +#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= @@ -1445,8 +1447,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941 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) -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6081310e48d3200007afaf3b/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8bf322-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=0727f4fb-ea0b-4814-bb58-fdf3c4534220 #EXTINF:-1 tvg-id="PlutoTVSpotlight.us" status="online",Pluto TV Spotlight (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ba3fb9c4b078e0f37ad34e8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ba3fb9c4b078e0f37ad34e8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=51&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSpotlight.us" status="online",Pluto TV Spotlight (720p) @@ -1478,15 +1478,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e281b0b8840007 #EXTINF:-1 tvg-id="PlutoTVSuspense.us" status="online",Pluto TV Suspense (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e281b0b8840007324b55/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6de52b9914200091f047a/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/5f0d668b872e4400073acc68/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f0d668b872e4400073acc68&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=9c22837c-0715-11eb-9b92-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0d668b872e4400073acc68/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f0d668b872e4400073acc68/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f0d668b872e4400073acc68&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=9c22837c-0715-11eb-9b92-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVTeenSeriesFrance.fr" status="online",Pluto TV TEEN SERIES (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb7e3d2ed18000746d09a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&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/5dd6de52b9914200091f047a/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="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) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb7e3d2ed18000746d09a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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="PlutoTVTelefeClasico.us" status="online",Pluto TV Telefe Clásico (720p) @@ -1496,9 +1496,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96cc422df39f1a3 #EXTINF:-1 tvg-id="PlutoTVTelemundoTelenovelas.us" status="online",Pluto TV Telemundo Telenovelas (720p) 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="PlutoTVTelenovelaFrance.fr" status="online",Pluto TV Telenovela (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f9dccb4de0007df8bc4/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="PlutoTVTelenovelaFrance.fr" status="online",Pluto TV Telenovela (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f9dccb4de0007df8bc4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVTelenovelaFrance.fr" status="online",Pluto TV Telenovela (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f9dccb4de0007df8bc4/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="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="PlutoTVTerror.us" status="online",Pluto TV Terror (240p) @@ -1542,11 +1542,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/59c01b195 #EXTINF:-1 tvg-id="PlutoTVTravel.us" status="error",Pluto TV Travel (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2c444bac1f70009ca756e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTROL.us" status="online",Pluto TV TROL (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb8a8b2619a000710605c/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="PlutoTVTROL.us" status="online",Pluto TV TROL (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aae8c65727d0007d15a17/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="PlutoTVTROL.us" status="online",Pluto TV TROL (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb8a8b2619a000710605c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVTROL.us" status="online",Pluto TV TROL (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb8a8b2619a000710605c/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="PlutoTVTrueCrime.us" status="online",Pluto TV True Crime (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812be1c249444e05d09cc50/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812be1c249444e05d09cc50&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=365&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVTrueCrime.us" status="online",Pluto TV True Crime (720p) [Not 24/7] @@ -1589,10 +1589,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4bdb635 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="PlutoTVWings.us" status="error",Pluto TV Wings (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7792f6e093980007e02945/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 (480p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea190ae85a26900075a80e9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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="PlutoTVWipeout.us" status="online",Pluto TV Wipeout (480p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea190ae85a26900075a80e9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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="error",Pluto TV Wipeout (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ab3e1242be690697279c75d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ab3e1242be690697279c75d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=305&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVWipeout.us" status="error",Pluto TV Wipeout (720p) @@ -1603,26 +1603,26 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60803e541a829e0008e https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b0d10e186bf0007e2b100/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b0d10e186bf0007e2b100&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=2c143e9d-0cd6-4d02-8b92-df3471ececef&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVYogaGermany.de" status="error",Pluto TV Yoga (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b0d10e186bf0007e2b100/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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) [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/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="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="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="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="PursuitUp.us" status="error",Pluto TV Pursuit UP (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d486bed428fe37d8cadba45/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d486bed428fe37d8cadba45&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=756&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="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="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) @@ -1635,10 +1635,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/55a6a3275616b6240c https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f988934a507de00075d9ae7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="SkillsPlusThrills.us" status="online",Pluto TV Skills + Thrills (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6000a6f4c3f8550008fc9b91/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="SlightlyOffIFC.us" status="online",Pluto TV Slightly Off By IFC (720p) -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="SlightlyOffIFC.us" status="online",Pluto TV Slightly Off By IFC (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82547b6b3df60007fec2b5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e82547b6b3df60007fec2b5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=458&terminate=false&userId= +#EXTINF:-1 tvg-id="SlightlyOffIFC.us" status="online",Pluto TV Slightly Off By IFC (720p) +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) @@ -1667,10 +1667,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e7b24744c60007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21e7b24744c60007c1f6fc/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Tastemade.us" status="online",Pluto TV Tastemade (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd1419a3b4f4b000773ba85/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TBNEast.us" status="online",Pluto TV TBN (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d486b2eeddd9576d66f9066/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d486b2eeddd9576d66f9066&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=644&terminate=false&userId= #EXTINF:-1 tvg-id="TBNEast.us" status="online",Pluto TV TBN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d486b2eeddd9576d66f9066/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="TBNEast.us" status="online",Pluto TV TBN (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d486b2eeddd9576d66f9066/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d486b2eeddd9576d66f9066&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=644&terminate=false&userId= #EXTINF:-1 tvg-id="TeenNickGermany.de" status="online",Pluto TV TeenNick (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0d668b872e4400073acc68/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=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="TelefeNoticias.us" status="error",Pluto TV Telefe Noticias (480p) [Not 24/7] @@ -1700,9 +1700,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef396d1be50a30007 #EXTINF:-1 tvg-id="TheCarolBurnettShow.us" status="online",Pluto TV The Carol Burnett Show (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ef396d1be50a3000722808b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheChallenge.us" status="online",Pluto TV The Challenge (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d48685da7e9f476aa8a1888/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d48685da7e9f476aa8a1888&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=298&terminate=false&userId= -#EXTINF:-1 tvg-id="TheChallenge.us" status="online",Pluto TV The Challenge (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48685da7e9f476aa8a1888/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="TheChallenge.us" status="online",Pluto TV The Challenge (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d48685da7e9f476aa8a1888/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d48685da7e9f476aa8a1888&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=298&terminate=false&userId= #EXTINF:-1 tvg-id="TheDesignNetwork.us" status="online",Pluto TV The Design Network (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4ff8c8bcf3d600078af3eb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheFirstTV.us" status="online",Pluto TV The First (720p) @@ -1721,8 +1721,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/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) [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) @@ -1734,9 +1732,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf097 #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/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) -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 +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="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) @@ -1763,7 +1763,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3f8f12a https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60d356a534f63f000850cdd7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=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="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= @@ -1774,9 +1774,9 @@ 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/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="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="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p) @@ -1832,8 +1832,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48678d3 #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 (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 @@ -1843,14 +1841,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecfb9d 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="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",Pluto TV My5 GP's (England) (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d2c57ee4f9ddf73da8a0ba5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d2c57ee4f9ddf73da8a0ba5&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="" status="online",Pluto TV Crime TV (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d2c571faeb3e2738ae27933/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d2c571faeb3e2738ae27933&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="" status="online",Pluto TV Conspiracy (England) (720p) -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4ae94ef1a1bbb350ca41bb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d4ae94ef1a1bbb350ca41bb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=202&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (England) (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4af2ffa9506ab29cf38c38/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d4af2ffa9506ab29cf38c38&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=216&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Inside (England) (720p) @@ -1881,8 +1879,6 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c8a6bc64dc7286c6a https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca671f215a62078d2ec0abf/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca671f215a62078d2ec0abf&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=465&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV MOVIE CHANNEL (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?advertisingId=&appName=web&appVersion=5.2.2-d60060c7283e0978cc63ba036956b5c1657f8eba&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=9daeec78-6a24-43e9-b800-df83d8e465a8&deviceLat=-35.1192&deviceLon=-60.5047&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=80.0.3987.149&includeExtendedEvents=false&serverSideAds=true&sid=e2177d24-366a-4c1c-b974-702fe1d6159a&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV EN DIRECTO EN VIVO (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?appVersion=0&deviceDNT=0&deviceId=0&deviceMake=0&deviceModel=0&deviceType=0&deviceVersion=0&sid=9f61 #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 HISTORY (Germany) (720p) @@ -1893,20 +1889,16 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b1c126c65d0a3 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db6a697d5f34a000934cd13/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db6a697d5f34a000934cd13&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=1&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Catfish (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db6a697d5f34a000934cd13/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5db6a697d5f34a000934cd13&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=f1438745-0586-11eb-82fe-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV Drama (Germany) (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dc190f7bfed110009d934c3&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=200&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Food (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc280c9aa218c0009724b4b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dc280c9aa218c0009724b4b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=0734c282-0583-11eb-a18c-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Comédia (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcdde78f080d900098550e4/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/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 EN DIRECTO EN VIVO (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfcb229eff00091b6bdf/master.m3u8?appVersion=0&deviceDNT=0&deviceId=0&deviceMake=0&deviceModel=0&deviceType=0&deviceVersion=0&sid=a6f8 #EXTINF:-1 tvg-id="" status="online",Pluto TV Junior (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde2ac4bc6c500094ab45b/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 Misterios (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde2f53449c50009b2b4dc/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 Series (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde1317578340009b751d0/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 Família (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6ddb30a1d8a000908ed4c/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 Retro Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dde47b63585b500099f74ec/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dde47b63585b500099f74ec&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5204e9ec-0585-11eb-a18c-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) @@ -1917,6 +1909,8 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b855972c3660007 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e793a7cfbdf780007f7eb75/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 MTV Cribs (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea815a515d149000748ee9b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ea815a515d149000748ee9b&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=8&terminate=false&userId= +#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Cribs (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea815a515d149000748ee9b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ea815a515d149000748ee9b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=fb612cc2-0587-11eb-97af-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Nick (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede448d3d50590007a4419e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ede448d3d50590007a4419e&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=261&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Cribs+ (720p) @@ -1929,8 +1923,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1ab9c6d8f1300007 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f6df6293a12e10007017396/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f6df6293a12e10007017396&deviceLat=-23.5475&deviceLon=-46.6361&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=BR&serverSideAds=false&sid=731&terminate=false&userId= #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 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 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="" 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 Nick Jr. Club (Brazil) (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f121460b73ac6000719fbaf/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f121460b73ac6000719fbaf&deviceLat=-23.5475&deviceLon=-46.6361&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=BR&serverSideAds=false&sid=706&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) @@ -1939,10 +1937,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f98487036af340008 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff8c708653d080007361b14/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="" 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 Sony Canal Comedias +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60492bb931054f00073c0b4e/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="" status="online",Pluto TV HISTORY (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a4d35dfa5c02e717a234f86/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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/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 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 My5 GP's (720p) @@ -1953,8 +1951,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4ae94ef 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 HISTORY (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af1803e7983b391d73b13/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Nick (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d08395f39465da6fb3ec4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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/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 Motor (480p) @@ -1987,16 +1983,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ab3c77 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ab9c6d8f1300007f54e30/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/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 Junior (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecb336537e8000764a17f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Animé All Day (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed52a62fa750007733239/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Investigação (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32cf37c9ff2b00082adbc8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Vida Real (720p) @@ -2020,8 +2012,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121262a #EXTINF:-1 tvg-id="" status="online",Pluto TV Anime (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12136385bccc00070142ed/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 After School Cartoons (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56171fafada51f8004c4b40f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -2055,24 +2045,34 @@ https://siloh.pluto.tv/lilo/production/WeatherNation/NYC/master.m3u8 https://siloh.pluto.tv/lilo/production/WeatherNation/Philadelphia/master.m3u8 #EXTINF:-1 tvg-id="" status="online",WeatherNation San Francisco (720p) https://siloh.pluto.tv/lilo/production/WeatherNation/SF/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Cribs (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea815a515d149000748ee9b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ea815a515d149000748ee9b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=fb612cc2-0587-11eb-97af-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="" status="online",Pluto TV Misterios (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde2f53449c50009b2b4dc/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 EN DIRECTO EN VIVO (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?appVersion=0&deviceDNT=0&deviceId=0&deviceMake=0&deviceModel=0&deviceType=0&deviceVersion=0&sid=9f61 #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 Sony Canal Comedias -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60492bb931054f00073c0b4e/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= +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 Conspiracy (England) (720p) +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4ae94ef1a1bbb350ca41bb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d4ae94ef1a1bbb350ca41bb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=202&terminate=false&userId= +#EXTINF:-1 tvg-id="" status="online",Pluto TV Drama (Germany) (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dc190f7bfed110009d934c3&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=200&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Anime (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde17bf6591d0009839e02/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 Series (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde1317578340009b751d0/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 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 Cine Comédia (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcdde78f080d900098550e4/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/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 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="" 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 FashionBox (720p) +#EXTINF:-1 tvg-id="" status="online",Pluto TV Nick (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d08395f39465da6fb3ec4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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="timeout",Pluto TV FashionBox (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee8d84bfb286e0007285aad/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 Família (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6ddb30a1d8a000908ed4c/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="error",Pluto TV Privacy Policy (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b36abcddfb1f0729a3a7dab/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b36abcddfb1f0729a3a7dab&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=899&terminate=false&userId= #EXTINF:-1 tvg-id="" status="error",Pluto TV Privacy Policy (720p) diff --git a/streams/us_redbox.m3u b/streams/us_redbox.m3u index 81f2a110e..19a79481f 100644 --- a/streams/us_redbox.m3u +++ b/streams/us_redbox.m3u @@ -21,5 +21,5 @@ https://spotlight-redbox.amagi.tv/playlist.m3u8 http://shoutfactory-redbox.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="ShoutFactoryTV.us" status="online",Shout! Factory TV (1080p) https://shoutfactory-redbox.amagi.tv/hls/amagi_hls_data_redboxAAA-shoutfactorytv/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TastemadeFrance.fr" status="timeout",Tastemade France (1080p) +#EXTINF:-1 tvg-id="TastemadeFrance.fr" status="online",Tastemade France (1080p) https://tastemadefr16min-redbox.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-redbox/CDN/playlist.m3u8 diff --git a/streams/us_ssh101.m3u b/streams/us_ssh101.m3u index 04b262fdc..cbb0e6f76 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] @@ -20,7 +20,7 @@ https://tna5.bozztv.com/canaltv/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="Telemedellin.co" status="error",Telemedellin (360p) [Not 24/7] diff --git a/streams/us_stirr.m3u b/streams/us_stirr.m3u index ced16139f..0735a2087 100644 --- a/streams/us_stirr.m3u +++ b/streams/us_stirr.m3u @@ -69,7 +69,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="timeout",Mobcrush (720p) +#EXTINF:-1 tvg-id="Mobcrush.us" status="online",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 @@ -327,8 +327,6 @@ https://dai.google.com/linear/hls/event/akursTHNTo6qGf1TtlHNsw/master.m3u8 https://dai.google.com/linear/hls/event/HJAq3zH1SUy_B6fb1j80_Q/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Docurama (1080p) [Not 24/7] https://dai.google.com/linear/hls/event/Hx_PEMEsSzOCcZgy0Tq2YQ/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 Mystery Science Theater 3000 (1080p) https://dai.google.com/linear/hls/event/rmBGeSwhQEG64TrT0_JO2A/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR QVC (720p) @@ -337,12 +335,12 @@ https://dai.google.com/linear/hls/event/roEbn_l7Tzezwy22F1NSfA/master.m3u8 https://dai.google.com/linear/hls/event/Wu11mwhnTKGNhwZimEK6Jg/master.m3u8 #EXTINF:-1 tvg-id="" status="online",beIN Sports Xtra (1080p) https://dai.google.com/linear/hls/event/3e-9BOvHQrCI9hboMYjb6w/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",STIRR Classica (1080p) -https://dai.google.com/linear/hls/event/AaFxJXOhQl-BsTVC9OCunQ/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Popstar! TV (1080p) https://dai.google.com/linear/hls/event/cJFuxTLzQUqbGGrqTMBJuw/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR People TV (1080p) https://dai.google.com/linear/hls/event/Fe9LYYCFR5Csif-I5dyMHg/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 CineLife (1080p) https://dai.google.com/linear/hls/event/PFJ1Jhd6SsSMcu3qq86wzQ/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Gusto TV (1080p) @@ -359,14 +357,10 @@ https://ott-linear-channels.stingray.com/hls/stirr/190.m3u8 https://dai.google.com/linear/hls/event/KAfBFcVrQgKmHhpzvkEn9A/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Electric Now (1080p) [Not 24/7] https://dai.google.com/linear/hls/event/KsvJAc81Qoewj6opYso6Fw/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",STIRR Horror Movies (720p) -https://dai.google.com/linear/hls/event/3NTKKQBuQtaIrcUBj20lyg/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR SOAR (720p) [Not 24/7] https://dai.google.com/linear/hls/event/_PDxBUttQYqkxPnmh3VOZA/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Tennis Channel (720p) [Geo-blocked] https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d5564216132f.m3u8 -#EXTINF:-1 tvg-id="" status="online",CBSN New York NY (720p) -http://dai.google.com/linear/hls/event/rtcMlf4RTvOEkaudeany5w/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Stadium (720p) http://stadium.sinclair.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Wipeout Xtra (720p) @@ -375,6 +369,8 @@ https://dai.google.com/linear/hls/event/0DG8p66IRES7ZzEe1WJS-w/master.m3u8 https://dai.google.com/linear/hls/event/0jRU1DBXSW6a_TFheLfAUQ/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Midnight Pulp (720p) https://dai.google.com/linear/hls/event/1fO2zbpBRyy6S5yve_fnaw/master.m3u8 +#EXTINF:-1 tvg-id="" status="online",STIRR City (480p) +https://dai.google.com/linear/hls/event/4aD5IJf0QgKUJwPbq2fngg/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR RetroCrush TV (480p) https://dai.google.com/linear/hls/event/7LAMGFcmQN6iFJjNoHWXrg/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Deal or No Deal (720p) [Not 24/7] @@ -413,6 +409,8 @@ https://dai.google.com/linear/hls/event/Sid4xiTQTkCT1SLu6rjUSQ/master.m3u8 https://dai.google.com/linear/hls/event/TDUiZE57Q3-CS7Its4kLDQ/master.m3u8 #EXTINF:-1 tvg-id="" status="online",CBSN Los Angeles CA (720p) [Not 24/7] https://dai.google.com/linear/hls/event/TxSbNMu4R5anKrjV02VOBg/master.m3u8 +#EXTINF:-1 tvg-id="" status="online",STIRR FilmRise Free Movies (720p) [Not 24/7] +https://dai.google.com/linear/hls/event/Va1QEor0SWO_x_SQNyaF0w/master.m3u8 #EXTINF:-1 tvg-id="" status="online",CBSN Bay Area CA (720p) [Not 24/7] https://dai.google.com/linear/hls/event/VE8b4n-YStusEGv5Z2NmsQ/master.m3u8 #EXTINF:-1 tvg-id="" status="online",CBSN Philly PA (720p) @@ -429,14 +427,16 @@ https://digitalmediarights-retrocrush-1.sinclair.wurl.com/manifest/playlist.m3u8 https://gravitas-movies.sinclair.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR MavTV (720p) https://mavtv-1.sinclair.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",CBSN New York NY (720p) +http://dai.google.com/linear/hls/event/rtcMlf4RTvOEkaudeany5w/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR The Archive (720p) https://dai.google.com/linear/hls/event/MdbYPXWRStmMq1DaQhsBUw/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",STIRR City (480p) -https://dai.google.com/linear/hls/event/4aD5IJf0QgKUJwPbq2fngg/master.m3u8 +#EXTINF:-1 tvg-id="" status="online",STIRR Horror Movies (720p) +https://dai.google.com/linear/hls/event/3NTKKQBuQtaIrcUBj20lyg/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 FilmRise Free Movies (720p) [Not 24/7] -https://dai.google.com/linear/hls/event/Va1QEor0SWO_x_SQNyaF0w/master.m3u8 +#EXTINF:-1 tvg-id="" status="online",STIRR Classica (1080p) +https://dai.google.com/linear/hls/event/AaFxJXOhQl-BsTVC9OCunQ/master.m3u8 #EXTINF:-1 tvg-id="" status="error",STIRR Travel (720p) https://dai.google.com/linear/hls/event/0ZXyCbn9TYmrrAzcDfoU1w/master.m3u8 #EXTINF:-1 tvg-id="" status="error",STIRR Sports (720p) diff --git a/streams/us_tubi.m3u b/streams/us_tubi.m3u index 9a5f0aafa..2d4bd09f5 100644 --- a/streams/us_tubi.m3u +++ b/streams/us_tubi.m3u @@ -13,7 +13,7 @@ https://lnc-fox-soul-scte.tubi.video/index.m3u8 https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Fox-Weather.m3u8 #EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Fox-Weather.m3u8 -#EXTINF:-1 tvg-id="Localish.us" status="online",Localish (720p) +#EXTINF:-1 tvg-id="Localish.us" status="error",Localish (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Localish.m3u8 #EXTINF:-1 tvg-id="News12NewYork.us" status="online",News 12 New York (1080p) https://lnc-news12.tubi.video/index.m3u8 @@ -37,12 +37,12 @@ https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,C https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WJCL.m3u8 #EXTINF:-1 tvg-id="" status="online",CBC News Highlights (720p) https://csm-e-eb.csm.tubi.video/csm/live/243017997.m3u8 -#EXTINF:-1 tvg-id="" status="online",ABC 5 Oklahoma City OK (KOCO) (576p) [Not 24/7] -https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-KOCO.m3u8 -#EXTINF:-1 tvg-id="" status="online",ABC 9 Manchester NH (WMUR-TV) (720p) -https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WMUR.m3u8 +#EXTINF:-1 tvg-id="" status="online",NBC 6 New Orleans LA (WDSU) (720p) +https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WDSU.m3u8 #EXTINF:-1 tvg-id="" status="online",Very Alabama (576p) https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WVTM.m3u8 +#EXTINF:-1 tvg-id="" status="online",FOX Q13 Seattle WA (KCPQ) (720p) +https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-KCPQ-Monetizer.m3u8 #EXTINF:-1 tvg-id="" status="online",FOX 4 Dallas / Fort Worth TX (KDFW) (720p) https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-KDFW-Monetizer.m3u8 #EXTINF:-1 tvg-id="" status="online",FOX 9 ST Paul Minneapolis MN (KMSP) (720p) @@ -63,8 +63,6 @@ https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WAGA-Monetizer.m3u8 https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WFLD-Monetizer.m3u8 #EXTINF:-1 tvg-id="" status="online",FOX 6 Milwaukee WI (WITI) (720p) [Not 24/7] https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WITI-Monetizer.m3u8 -#EXTINF:-1 tvg-id="" status="online",FOX 2 Detroit MI (WJBK) (720p) [Not 24/7] -https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WJBK-Monetizer.m3u8 #EXTINF:-1 tvg-id="" status="online",FOX 5 New York NY (WNYW) (720p) https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WNYW-Monetizer.m3u8 #EXTINF:-1 tvg-id="" status="online",FOX 35 Orlando FL (WOFL) (720p) @@ -75,34 +73,26 @@ 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="" 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="" status="online",KCCI-TV News Des Moines IA (720p) -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KCCI.m3u8 #EXTINF:-1 tvg-id="" status="online",KCRA-TV News Sacramento CA (720p) [Not 24/7] https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KCRA.m3u8 -#EXTINF:-1 tvg-id="" status="online",ABC 7 Omaha NE (KETV) (720p) [Not 24/7] -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KETV.m3u8 #EXTINF:-1 tvg-id="" status="online",KHBS-TV News Fort Smith AR (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KHBS.m3u8 -#EXTINF:-1 tvg-id="" status="online",ABC 9 Kansas City MO (KMBC-TV) (720p) [Not 24/7] -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KMBC.m3u8 #EXTINF:-1 tvg-id="" status="online",KOAT-TV News Albuquerque NM (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KOAT.m3u8 #EXTINF:-1 tvg-id="" status="online",KSBW-TV News Salinas CA (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KSBW.m3u8 #EXTINF:-1 tvg-id="" status="online",WAPT-TV News Jackson MS (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WAPT.m3u8 -#EXTINF:-1 tvg-id="" status="online",WBAL-TV News Baltimore MD (576p) -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WBAL.m3u8 #EXTINF:-1 tvg-id="" status="online",WCVB-TV News Boston MA (720p) [Not 24/7] https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WCVB.m3u8 +#EXTINF:-1 tvg-id="" status="online",WESH-TV News Orlando FL (720p) [Not 24/7] +https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WESH.m3u8 #EXTINF:-1 tvg-id="" status="online",WGAL-TV News Lancaster PA (720p) [Not 24/7] https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WGAL.m3u8 #EXTINF:-1 tvg-id="" status="online",WISN-TV News Milwaukee WI (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WISN.m3u8 #EXTINF:-1 tvg-id="" status="online",WLKY-TV News Louisville KY (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WLKY.m3u8 -#EXTINF:-1 tvg-id="" status="online",NBC 5 Cincinnati OH (WLWT) (720p) [Not 24/7] -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WLWT.m3u8 #EXTINF:-1 tvg-id="" status="online",WMOR-TV News Lakeland FL (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WMOR.m3u8 #EXTINF:-1 tvg-id="" status="online",WMTW-TV News Portland ME (720p) @@ -117,12 +107,22 @@ https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,C https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WXII.m3u8 #EXTINF:-1 tvg-id="" status="online",Real Madrid TV US Version (720p) [Not 24/7] https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Real-Madrid.m3u8 -#EXTINF:-1 tvg-id="" status="online",WESH-TV News Orlando FL (720p) [Not 24/7] -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WESH.m3u8 -#EXTINF:-1 tvg-id="" status="online",FOX Q13 Seattle WA (KCPQ) (720p) -https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-KCPQ-Monetizer.m3u8 -#EXTINF:-1 tvg-id="" status="online",NBC 6 New Orleans LA (WDSU) (720p) -https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WDSU.m3u8 +#EXTINF:-1 tvg-id="" status="online",ABC 5 Oklahoma City OK (KOCO) (576p) [Not 24/7] +https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-KOCO.m3u8 +#EXTINF:-1 tvg-id="" status="online",ABC 9 Kansas City MO (KMBC-TV) (720p) [Not 24/7] +https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KMBC.m3u8 +#EXTINF:-1 tvg-id="" status="online",NBC 5 Cincinnati OH (WLWT) (720p) [Not 24/7] +https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WLWT.m3u8 +#EXTINF:-1 tvg-id="" status="online",ABC 9 Manchester NH (WMUR-TV) (720p) +https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WMUR.m3u8 +#EXTINF:-1 tvg-id="" status="online",FOX 2 Detroit MI (WJBK) (720p) [Not 24/7] +https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WJBK-Monetizer.m3u8 +#EXTINF:-1 tvg-id="" status="online",KCCI-TV News Des Moines IA (720p) +https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KCCI.m3u8 +#EXTINF:-1 tvg-id="" status="online",ABC 7 Omaha NE (KETV) (720p) [Not 24/7] +https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KETV.m3u8 +#EXTINF:-1 tvg-id="" status="online",WBAL-TV News Baltimore MD (576p) +https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WBAL.m3u8 #EXTINF:-1 tvg-id="" status="error",ABC 5 Cleveland OH (WEWS-TV) (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WEWS.m3u8 #EXTINF:-1 tvg-id="" status="error",FOX 13 Memphis TN (WHBQ-TV) (720p) [Not 24/7] diff --git a/streams/us_xumo.m3u b/streams/us_xumo.m3u index ca0d8b77b..32b5dde84 100644 --- a/streams/us_xumo.m3u +++ b/streams/us_xumo.m3u @@ -19,7 +19,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokutraveler/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-theasylum/CDN/playlist.m3u8 #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="timeout",Battery Pop (XUMO) (720p) +#EXTINF:-1 tvg-id="BatteryPopXUMO.us" status="online",Battery Pop (XUMO) (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbatterypop/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="BlackNewsChannel.us" status="online",Black News Channel (1080p) http://redbox-blacknewschannel-xumo.amagi.tv/playlist.m3u8 @@ -29,24 +29,24 @@ https://blacknewschannel-xumo-us.amagi.tv/hls/amagi_hls_data_blacknews-blacknews https://blacknewschannel-xumo-us.amagi.tv/playlist.m3u8 #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) +#EXTINF:-1 tvg-id="BloombergTelevision.us" status="timeout",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="online",Cheddar News (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcheddar/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Cheddar.us" status="error",Cheddar News (1080p) https://dai2.xumo.com/amagi_hls_data_xumo-host-cheddar/CDN/master.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="CineRomantico.us" status="error",Cine Romantico (XUMO) (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokucineromantico/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) -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-circle/CDN/master.m3u8 -#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="Circle.us" status="online",Circle (1080p) +https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-circle/CDN/master.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) @@ -79,7 +79,7 @@ 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="FilmRiseAction.us" status="error",FilmRise Action (432p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmriseaction/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmRiseClassicTV.us" status="timeout",FilmRise Classic TV on Redbox (720p) +#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="FilmRiseClassicTV.us" status="error",FilmRise Classic TV (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmriseclassictv/CDN/playlist.m3u8 @@ -105,7 +105,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisewestern/CDN/playlist. https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufiremansam/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="timeout",Food 52 (720p) +#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="error",Food 52 (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziofood52/CDN/playlist.m3u8 @@ -133,13 +133,13 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgotraveler/CDN/playlist.m3u https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgq/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="GQ.us" status="error",GQ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokugq/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="GravitasMovies.us" status="error",Gravitas Movies (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokugravitasmovies/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="HallmarkMoviesMore.us" status="error",Hallmark Movies & More (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuhallmark/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="HardKnocks.ca" status="timeout",Hard Knocks (720p) +#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 @@ -151,7 +151,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxjourny/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziojustforlaughsgags/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="JustforLaughsGags.us" status="error",Just for Laughs Gags (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokujustforlaughsgags/CDN/master.m3u8 -#EXTINF:-1 tvg-id="kabillion.us" status="online",kabillion (720p) +#EXTINF:-1 tvg-id="kabillion.us" status="timeout",kabillion (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxkabillion/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="KidGenius.us" status="error",Kid Genius (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokukidgenius/CDN/playlist.m3u8 @@ -174,9 +174,9 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziomoovimex/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Moovimex.mx" status="error",Moovimex (432p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokumoovimex/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="NBCNewsNow.us" status="online",NBC News Now (1080p) -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunbcnewsnow/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="NBCNewsNow.us" status="online",NBC News Now (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/master.m3u8 +#EXTINF:-1 tvg-id="NBCNewsNow.us" status="timeout",NBC News Now (1080p) +https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunbcnewsnow/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="NewsmaxTV.us" status="online",Newsmax (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-newsmaxxumo/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="NitroCircus.us" status="online",Nitro Circus (720p) @@ -211,7 +211,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxpocketwatch/CDN/playlist.m3 https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunovelaclub/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="RainbowRuby.us" status="error",Rainbow Ruby (360p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-roku-rainbow-ruby/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Realnosey.us" status="timeout",Real nosey (720p) +#EXTINF:-1 tvg-id="Realnosey.us" status="online",Real nosey (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxrealnosey/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="RedboxFilmRiseFreeMovies.us" status="online",FilmRise Free Movies (Redbox) (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefreemovies/CDN/playlist.m3u8 @@ -275,7 +275,7 @@ https://xumo-redbox.ott-channels.stingray.com/108/master.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingrayhotcountry/CDN/master.m3u8 #EXTINF:-1 tvg-id="StingrayKaraoke.ca" status="error",Stingray Karaoke (144p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingraykaraoke/CDN/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="StingrayNaturescape.ca" status="error",Stingray Naturescape (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingraynaturescape/CDN/master.m3u8 @@ -335,11 +335,11 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvevo80s/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvevo/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="VizioFilmRiseFreeMovies.us" status="error",FilmRise Free Movies (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziofilmrisefreemovies/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Vogue.us" status="online",Vogue (720p) +#EXTINF:-1 tvg-id="Vogue.us" status="timeout",Vogue (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvogue/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Vogue.us" status="error",Vogue (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuvogue/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Voyager Documentaries (720p) +#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="timeout",Voyager Documentaries (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvoyager/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="error",Voyager Documentaries (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuvoyagerdocumentaries/CDN/playlist.m3u8 @@ -347,7 +347,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuvoyagerdocumentaries/CDN/play https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxweatherspy/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="WeatherSpy.us" status="error",WeatherSpy (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuweatherspy/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Wired.us" status="timeout",Wired (720p) +#EXTINF:-1 tvg-id="Wired.us" status="online",Wired (720p) 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 diff --git a/streams/ve.m3u b/streams/ve.m3u index 84abc4980..85350fe5b 100644 --- a/streams/ve.m3u +++ b/streams/ve.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="123TV.ve" status="error",123 TV http://177.52.221.214:8000/play/a0ew/index.m3u8 -#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 @@ -31,7 +31,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 fa1f2a96c..b6ddd6f38 100644 --- a/streams/vn.m3u +++ b/streams/vn.m3u @@ -5,7 +5,7 @@ http://113.163.216.23:1935/live/tv2.stream_480p/playlist.m3u8 http://tv.ctvcamau.vn/live/tv/tv.m3u8 #EXTINF:-1 tvg-id="DaNangTV1.vn" status="online",Da Nang TV1 (1080p) [Not 24/7] http://drtdnglive.e49a7c38.cdnviet.com/livedrt1/chunklist.m3u8 -#EXTINF:-1 tvg-id="DaNangTV2.vn" status="online",Da Nang TV2 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DaNangTV2.vn" status="error",Da Nang TV2 (1080p) [Not 24/7] http://drtdnglive.e49a7c38.cdnviet.com/livestream/chunklist.m3u8 #EXTINF:-1 tvg-id="GiaLaiTV.vn" status="online",Gia Lai TV (486p) http://113.161.25.3:8134/hls/gialaitv/gialaitv.m3u8 @@ -33,7 +33,7 @@ https://livefta.malimarcdn.com/ftaedge00/oylaotv.sdp/playlist.m3u8 http://113.161.4.48:8080/phuyen/tv.m3u8 #EXTINF:-1 tvg-id="PNTV.us" status="online",PNTV (720p) https://livefta.malimarcdn.com/ftaedge00/pntv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="QRT.vn" status="online",QRT (404p) [Not 24/7] +#EXTINF:-1 tvg-id="QRT.vn" status="timeout",QRT (404p) [Not 24/7] http://113.161.6.157:8081/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8 #EXTINF:-1 tvg-id="SupremeMasterTV.tw" status="online",Supreme Master TV (720p) https://lbs-us1.suprememastertv.com/720p.m3u8 @@ -67,10 +67,10 @@ https://livefta.malimarcdn.com/ftaedge00/ningtv.sdp/playlist.m3u8 http://113.164.225.140:1935/live/quochoitvlive.stream_720p/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Đồng Nai 1 (360p) [Not 24/7] http://118.107.85.4:1935/live/smil:DNTV1.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Tien Giang (720p) -http://thtg.vn:8001/thtg.m3u8 #EXTINF:-1 tvg-id="" status="online",Đồng Nai 2 (576p) [Not 24/7] http://118.107.85.4:1935/live/smil:DNTV2.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Tien Giang (720p) +http://thtg.vn:8001/thtg.m3u8 #EXTINF:-1 tvg-id="" status="blocked",VTV1 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda1/vtv1hd_vhls.smil/chunklist_b5000000.m3u8 #EXTINF:-1 tvg-id="" status="blocked",VTV2 (1080p) [Geo-blocked]