From 61cac20ea03ad3ad716a72f71fd3e509ebbae7af Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 15 Aug 2022 02:07:08 +0300 Subject: [PATCH 1/4] Upgrade iptv-playlist-parser package Fixes #8054 --- package-lock.json | 43 +++++++++++++++++++++++++++++++++++++------ package.json | 2 +- yarn.lock | 13 +++++++++++++ 3 files changed, 51 insertions(+), 7 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/package.json b/package.json index bd6ce5fcb..bf3117b00 100644 --- a/package.json +++ b/package.json @@ -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", 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 087c1262a28265e3462eac6e476ca28944772341 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 15 Aug 2022 02:09:24 +0300 Subject: [PATCH 2/4] Update pe.m3u --- streams/pe.m3u | 2 ++ 1 file changed, 2 insertions(+) diff --git a/streams/pe.m3u b/streams/pe.m3u index 7feaea68e..e854974e9 100644 --- a/streams/pe.m3u +++ b/streams/pe.m3u @@ -453,3 +453,5 @@ http://177.53.152.186:8000/play/a00j/index.m3u8 https://tv.portalexpress.es:3090/stream/play.m3u8 #EXTINF:-1 tvg-id="" status="error",Wtv (La Verdad y Punto) (Chincha) (720p) [Not 24/7] https://v4.tustreaming.cl/wtv/index.m3u8 +#EXTINF:-1 tvg-id="CongresoTV.pe" status="online",Congreso TV [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/CongresodelaRepรบblicadelPerรบTVenvivo/live From 3381cac8456bb2a34230bde83b11469e21f6a47e Mon Sep 17 00:00:00 2001 From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 07:49:43 +0300 Subject: [PATCH 3/4] [Bot] Daily update (#8058) * [Bot] Update /streams * [Bot] Update README.md Co-authored-by: iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com> --- README.md | 601 +++++++++++++++++++-------------------- streams/ae.m3u | 8 +- streams/al.m3u | 4 +- streams/am.m3u | 8 +- streams/ar.m3u | 24 +- streams/at.m3u | 2 +- streams/au.m3u | 4 +- streams/ba.m3u | 6 +- streams/bd_jagobd.m3u | 14 +- streams/be.m3u | 6 +- streams/bf.m3u | 2 +- streams/bo.m3u | 6 +- streams/br.m3u | 4 +- streams/br_samsung.m3u | 2 +- streams/by.m3u | 2 +- streams/ca.m3u | 12 +- streams/ch.m3u | 10 +- streams/cl.m3u | 26 +- streams/cn.m3u | 124 ++++---- streams/co.m3u | 12 +- streams/cr.m3u | 6 +- streams/cy.m3u | 10 +- streams/cz.m3u | 6 +- streams/de.m3u | 16 +- streams/dk.m3u | 2 +- streams/do.m3u | 18 +- streams/dz.m3u | 2 +- streams/ec.m3u | 4 +- streams/eg.m3u | 8 +- streams/es.m3u | 18 +- streams/es_rakuten.m3u | 4 +- streams/fi_samsung.m3u | 4 +- streams/fr.m3u | 24 +- streams/gr.m3u | 8 +- streams/gt.m3u | 36 +-- streams/hk.m3u | 12 +- streams/hn.m3u | 10 +- streams/ht.m3u | 4 +- streams/id.m3u | 154 +++++----- streams/il.m3u | 2 +- streams/in.m3u | 72 ++--- streams/iq.m3u | 2 +- streams/it.m3u | 18 +- streams/jo.m3u | 8 +- streams/jp.m3u | 4 +- streams/ke.m3u | 4 +- streams/kr.m3u | 34 +-- streams/kz.m3u | 14 +- streams/la.m3u | 2 +- streams/ly.m3u | 2 +- streams/mr.m3u | 2 +- streams/mx.m3u | 24 +- streams/my.m3u | 6 +- streams/ni.m3u | 4 +- streams/no.m3u | 6 +- streams/np.m3u | 2 +- streams/nz.m3u | 2 +- streams/pa.m3u | 4 +- streams/pe.m3u | 26 +- streams/ph.m3u | 6 +- streams/pl.m3u | 2 +- streams/pr.m3u | 2 +- streams/pt.m3u | 10 +- streams/py.m3u | 6 +- streams/ro.m3u | 10 +- streams/ru.m3u | 48 ++-- streams/ru_catcast.m3u | 4 +- streams/sa.m3u | 8 +- streams/se.m3u | 2 +- streams/sg.m3u | 12 +- streams/sk.m3u | 4 +- streams/th.m3u | 12 +- streams/tm.m3u | 4 +- streams/tn.m3u | 6 +- streams/tr.m3u | 18 +- streams/tw.m3u | 4 +- streams/ua.m3u | 2 +- streams/uk_rakuten.m3u | 12 +- streams/unsorted.m3u | 28 +- streams/us.m3u | 86 +++--- streams/us_bumblebee.m3u | 2 +- streams/us_localbtv.m3u | 4 +- streams/us_plex.m3u | 8 +- streams/us_pluto.m3u | 410 +++++++++++++------------- streams/us_stirr.m3u | 42 +-- streams/us_tubi.m3u | 32 +-- streams/us_xumo.m3u | 20 +- streams/va.m3u | 2 +- streams/ve.m3u | 4 +- streams/vn.m3u | 22 +- streams/ye.m3u | 2 +- 91 files changed, 1145 insertions(+), 1150 deletions(-) diff --git a/README.md b/README.md index 446259d5b..50b71f218 100644 --- a/README.md +++ b/README.md @@ -30,34 +30,34 @@ 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 - Business35https://iptv-org.github.io/iptv/categories/business.m3u + Animation27https://iptv-org.github.io/iptv/categories/animation.m3u + Business34https://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 Culture16https://iptv-org.github.io/iptv/categories/culture.m3u - Documentary39https://iptv-org.github.io/iptv/categories/documentary.m3u + Documentary40https://iptv-org.github.io/iptv/categories/documentary.m3u Education34https://iptv-org.github.io/iptv/categories/education.m3u Entertainment183https://iptv-org.github.io/iptv/categories/entertainment.m3u - Family17https://iptv-org.github.io/iptv/categories/family.m3u - General378https://iptv-org.github.io/iptv/categories/general.m3u - Kids136https://iptv-org.github.io/iptv/categories/kids.m3u + Family18https://iptv-org.github.io/iptv/categories/family.m3u + General379https://iptv-org.github.io/iptv/categories/general.m3u + Kids138https://iptv-org.github.io/iptv/categories/kids.m3u Legislative32https://iptv-org.github.io/iptv/categories/legislative.m3u - Lifestyle65https://iptv-org.github.io/iptv/categories/lifestyle.m3u - Movies209https://iptv-org.github.io/iptv/categories/movies.m3u - Music325https://iptv-org.github.io/iptv/categories/music.m3u - News325https://iptv-org.github.io/iptv/categories/news.m3u - Outdoor35https://iptv-org.github.io/iptv/categories/outdoor.m3u - Relax17https://iptv-org.github.io/iptv/categories/relax.m3u - Religious190https://iptv-org.github.io/iptv/categories/religious.m3u + Lifestyle64https://iptv-org.github.io/iptv/categories/lifestyle.m3u + Movies208https://iptv-org.github.io/iptv/categories/movies.m3u + Music316https://iptv-org.github.io/iptv/categories/music.m3u + News322https://iptv-org.github.io/iptv/categories/news.m3u + Outdoor34https://iptv-org.github.io/iptv/categories/outdoor.m3u + Relax18https://iptv-org.github.io/iptv/categories/relax.m3u + Religious195https://iptv-org.github.io/iptv/categories/religious.m3u Series156https://iptv-org.github.io/iptv/categories/series.m3u Science12https://iptv-org.github.io/iptv/categories/science.m3u - Shop54https://iptv-org.github.io/iptv/categories/shop.m3u - Sports171https://iptv-org.github.io/iptv/categories/sports.m3u + Shop53https://iptv-org.github.io/iptv/categories/shop.m3u + Sports170https://iptv-org.github.io/iptv/categories/sports.m3u Travel18https://iptv-org.github.io/iptv/categories/travel.m3u Weather10https://iptv-org.github.io/iptv/categories/weather.m3u XXX55https://iptv-org.github.io/iptv/categories/xxx.m3u - Undefined4600https://iptv-org.github.io/iptv/categories/undefined.m3u + Undefined4626https://iptv-org.github.io/iptv/categories/undefined.m3u @@ -75,67 +75,66 @@ To watch IPTV, simply insert one of the links below into any player that support LanguageChannelsPlaylist - Albanian32https://iptv-org.github.io/iptv/languages/sqi.m3u + Albanian34https://iptv-org.github.io/iptv/languages/sqi.m3u Amharic1https://iptv-org.github.io/iptv/languages/amh.m3u - Arabic316https://iptv-org.github.io/iptv/languages/ara.m3u + Arabic319https://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 Bashkir1https://iptv-org.github.io/iptv/languages/bak.m3u Belarusian1https://iptv-org.github.io/iptv/languages/bel.m3u - Bengali37https://iptv-org.github.io/iptv/languages/ben.m3u + Bengali31https://iptv-org.github.io/iptv/languages/ben.m3u Bhojpuri1https://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 - Chinese56https://iptv-org.github.io/iptv/languages/zho.m3u + Chinese59https://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 - Danish12https://iptv-org.github.io/iptv/languages/dan.m3u + Danish13https://iptv-org.github.io/iptv/languages/dan.m3u Dhivehi1https://iptv-org.github.io/iptv/languages/div.m3u Dimili1https://iptv-org.github.io/iptv/languages/zza.m3u Dutch76https://iptv-org.github.io/iptv/languages/nld.m3u - English1394https://iptv-org.github.io/iptv/languages/eng.m3u + English1395https://iptv-org.github.io/iptv/languages/eng.m3u Estonian6https://iptv-org.github.io/iptv/languages/est.m3u Faroese1https://iptv-org.github.io/iptv/languages/fao.m3u Finnish8https://iptv-org.github.io/iptv/languages/fin.m3u - French153https://iptv-org.github.io/iptv/languages/fra.m3u + French155https://iptv-org.github.io/iptv/languages/fra.m3u Galician8https://iptv-org.github.io/iptv/languages/glg.m3u Georgian5https://iptv-org.github.io/iptv/languages/kat.m3u - German167https://iptv-org.github.io/iptv/languages/deu.m3u - Greek77https://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 Greenlandic1https://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 - Hindi66https://iptv-org.github.io/iptv/languages/hin.m3u + Hindi57https://iptv-org.github.io/iptv/languages/hin.m3u Hungarian33https://iptv-org.github.io/iptv/languages/hun.m3u Icelandic1https://iptv-org.github.io/iptv/languages/isl.m3u - Indonesian157https://iptv-org.github.io/iptv/languages/ind.m3u + Indonesian159https://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 - Italian150https://iptv-org.github.io/iptv/languages/ita.m3u + Italian149https://iptv-org.github.io/iptv/languages/ita.m3u Japanese19https://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 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 - Korean107https://iptv-org.github.io/iptv/languages/kor.m3u + Korean111https://iptv-org.github.io/iptv/languages/kor.m3u Kurdish13https://iptv-org.github.io/iptv/languages/kur.m3u - Lao7https://iptv-org.github.io/iptv/languages/lao.m3u + Lao5https://iptv-org.github.io/iptv/languages/lao.m3u Latvian6https://iptv-org.github.io/iptv/languages/lav.m3u Letzeburgesch3https://iptv-org.github.io/iptv/languages/ltz.m3u Lithuanian5https://iptv-org.github.io/iptv/languages/lit.m3u Macedonian3https://iptv-org.github.io/iptv/languages/mkd.m3u - Malay18https://iptv-org.github.io/iptv/languages/msa.m3u - Malayalam46https://iptv-org.github.io/iptv/languages/mal.m3u + Malay17https://iptv-org.github.io/iptv/languages/msa.m3u + Malayalam48https://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 + Marathi1https://iptv-org.github.io/iptv/languages/mar.m3u Mongolian19https://iptv-org.github.io/iptv/languages/mon.m3u - Nepali1https://iptv-org.github.io/iptv/languages/nep.m3u 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 @@ -143,34 +142,34 @@ To watch IPTV, simply insert one of the links below into any player that support Papiamento2https://iptv-org.github.io/iptv/languages/pap.m3u Pashto14https://iptv-org.github.io/iptv/languages/pus.m3u Persian75https://iptv-org.github.io/iptv/languages/fas.m3u - Polish37https://iptv-org.github.io/iptv/languages/pol.m3u - Portuguese140https://iptv-org.github.io/iptv/languages/por.m3u - Romanian35https://iptv-org.github.io/iptv/languages/ron.m3u - Russian307https://iptv-org.github.io/iptv/languages/rus.m3u + Polish38https://iptv-org.github.io/iptv/languages/pol.m3u + Portuguese142https://iptv-org.github.io/iptv/languages/por.m3u + Romanian36https://iptv-org.github.io/iptv/languages/ron.m3u + Russian310https://iptv-org.github.io/iptv/languages/rus.m3u Serbian44https://iptv-org.github.io/iptv/languages/srp.m3u Sindhi1https://iptv-org.github.io/iptv/languages/snd.m3u Sinhala7https://iptv-org.github.io/iptv/languages/sin.m3u Slovak15https://iptv-org.github.io/iptv/languages/slk.m3u Slovenian9https://iptv-org.github.io/iptv/languages/slv.m3u Somali3https://iptv-org.github.io/iptv/languages/som.m3u - Spanish1026https://iptv-org.github.io/iptv/languages/spa.m3u + Spanish1025https://iptv-org.github.io/iptv/languages/spa.m3u Swahili3https://iptv-org.github.io/iptv/languages/swa.m3u - Swedish15https://iptv-org.github.io/iptv/languages/swe.m3u + Swedish16https://iptv-org.github.io/iptv/languages/swe.m3u Tagalog9https://iptv-org.github.io/iptv/languages/tgl.m3u - Tamil34https://iptv-org.github.io/iptv/languages/tam.m3u + Tamil35https://iptv-org.github.io/iptv/languages/tam.m3u Telugu4https://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 + Thai46https://iptv-org.github.io/iptv/languages/tha.m3u + Turkish123https://iptv-org.github.io/iptv/languages/tur.m3u Turkmen7https://iptv-org.github.io/iptv/languages/tuk.m3u - Ukrainian44https://iptv-org.github.io/iptv/languages/ukr.m3u + Ukrainian45https://iptv-org.github.io/iptv/languages/ukr.m3u Urdu19https://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 Yue Chinese3https://iptv-org.github.io/iptv/languages/yue.m3u - Undefined2239https://iptv-org.github.io/iptv/languages/undefined.m3u + Undefined2255https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -188,257 +187,257 @@ To watch IPTV, simply insert one of the links below into any player that support CountryChannelsPlaylist - ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan64https://iptv-org.github.io/iptv/countries/af.m3u + ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan63https://iptv-org.github.io/iptv/countries/af.m3u ๐Ÿ‡ฆ๐Ÿ‡ฑ Albania81https://iptv-org.github.io/iptv/countries/al.m3u ๐Ÿ‡ฉ๐Ÿ‡ฟ Algeria93https://iptv-org.github.io/iptv/countries/dz.m3u - ๐Ÿ‡ฆ๐Ÿ‡ธ American Samoa40https://iptv-org.github.io/iptv/countries/as.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฉ Andorra54https://iptv-org.github.io/iptv/countries/ad.m3u - ๐Ÿ‡ฆ๐Ÿ‡ด Angola42https://iptv-org.github.io/iptv/countries/ao.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฎ Anguilla40https://iptv-org.github.io/iptv/countries/ai.m3u - ๐Ÿ‡ฆ๐Ÿ‡ถ Antarctica37https://iptv-org.github.io/iptv/countries/aq.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฌ Antigua and Barbuda40https://iptv-org.github.io/iptv/countries/ag.m3u - ๐Ÿ‡ฆ๐Ÿ‡ท Argentina195https://iptv-org.github.io/iptv/countries/ar.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฒ Armenia85https://iptv-org.github.io/iptv/countries/am.m3u - ๐Ÿ‡ฆ๐Ÿ‡ผ Aruba43https://iptv-org.github.io/iptv/countries/aw.m3u - ๐Ÿ‡ฆ๐Ÿ‡บ Australia88https://iptv-org.github.io/iptv/countries/au.m3u - ๐Ÿ‡ฆ๐Ÿ‡น Austria79https://iptv-org.github.io/iptv/countries/at.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฟ Azerbaijan75https://iptv-org.github.io/iptv/countries/az.m3u - ๐Ÿ‡ง๐Ÿ‡ธ Bahamas42https://iptv-org.github.io/iptv/countries/bs.m3u + ๐Ÿ‡ฆ๐Ÿ‡ธ American Samoa39https://iptv-org.github.io/iptv/countries/as.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฉ Andorra52https://iptv-org.github.io/iptv/countries/ad.m3u + ๐Ÿ‡ฆ๐Ÿ‡ด Angola40https://iptv-org.github.io/iptv/countries/ao.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฎ Anguilla38https://iptv-org.github.io/iptv/countries/ai.m3u + ๐Ÿ‡ฆ๐Ÿ‡ถ Antarctica35https://iptv-org.github.io/iptv/countries/aq.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฌ Antigua and Barbuda38https://iptv-org.github.io/iptv/countries/ag.m3u + ๐Ÿ‡ฆ๐Ÿ‡ท Argentina188https://iptv-org.github.io/iptv/countries/ar.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฒ Armenia84https://iptv-org.github.io/iptv/countries/am.m3u + ๐Ÿ‡ฆ๐Ÿ‡ผ Aruba41https://iptv-org.github.io/iptv/countries/aw.m3u + ๐Ÿ‡ฆ๐Ÿ‡บ Australia87https://iptv-org.github.io/iptv/countries/au.m3u + ๐Ÿ‡ฆ๐Ÿ‡น Austria77https://iptv-org.github.io/iptv/countries/at.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฟ Azerbaijan74https://iptv-org.github.io/iptv/countries/az.m3u + ๐Ÿ‡ง๐Ÿ‡ธ Bahamas40https://iptv-org.github.io/iptv/countries/bs.m3u ๐Ÿ‡ง๐Ÿ‡ญ Bahrain79https://iptv-org.github.io/iptv/countries/bh.m3u - ๐Ÿ‡ง๐Ÿ‡ฉ Bangladesh69https://iptv-org.github.io/iptv/countries/bd.m3u - ๐Ÿ‡ง๐Ÿ‡ง Barbados41https://iptv-org.github.io/iptv/countries/bb.m3u - ๐Ÿ‡ง๐Ÿ‡พ Belarus82https://iptv-org.github.io/iptv/countries/by.m3u - ๐Ÿ‡ง๐Ÿ‡ช Belgium80https://iptv-org.github.io/iptv/countries/be.m3u - ๐Ÿ‡ง๐Ÿ‡ฟ Belize39https://iptv-org.github.io/iptv/countries/bz.m3u - ๐Ÿ‡ง๐Ÿ‡ฏ Benin41https://iptv-org.github.io/iptv/countries/bj.m3u - ๐Ÿ‡ง๐Ÿ‡ฒ Bermuda38https://iptv-org.github.io/iptv/countries/bm.m3u - ๐Ÿ‡ง๐Ÿ‡น Bhutan50https://iptv-org.github.io/iptv/countries/bt.m3u - ๐Ÿ‡ง๐Ÿ‡ด Bolivia99https://iptv-org.github.io/iptv/countries/bo.m3u - ๐Ÿ‡ง๐Ÿ‡ถ Bonaire37https://iptv-org.github.io/iptv/countries/bq.m3u - ๐Ÿ‡ง๐Ÿ‡ฆ Bosnia and Herzegovina62https://iptv-org.github.io/iptv/countries/ba.m3u - ๐Ÿ‡ง๐Ÿ‡ผ Botswana40https://iptv-org.github.io/iptv/countries/bw.m3u - ๐Ÿ‡ง๐Ÿ‡ป Bouvet Island37https://iptv-org.github.io/iptv/countries/bv.m3u + ๐Ÿ‡ง๐Ÿ‡ฉ Bangladesh62https://iptv-org.github.io/iptv/countries/bd.m3u + ๐Ÿ‡ง๐Ÿ‡ง Barbados39https://iptv-org.github.io/iptv/countries/bb.m3u + ๐Ÿ‡ง๐Ÿ‡พ Belarus80https://iptv-org.github.io/iptv/countries/by.m3u + ๐Ÿ‡ง๐Ÿ‡ช Belgium78https://iptv-org.github.io/iptv/countries/be.m3u + ๐Ÿ‡ง๐Ÿ‡ฟ Belize37https://iptv-org.github.io/iptv/countries/bz.m3u + ๐Ÿ‡ง๐Ÿ‡ฏ Benin39https://iptv-org.github.io/iptv/countries/bj.m3u + ๐Ÿ‡ง๐Ÿ‡ฒ Bermuda36https://iptv-org.github.io/iptv/countries/bm.m3u + ๐Ÿ‡ง๐Ÿ‡น Bhutan49https://iptv-org.github.io/iptv/countries/bt.m3u + ๐Ÿ‡ง๐Ÿ‡ด Bolivia102https://iptv-org.github.io/iptv/countries/bo.m3u + ๐Ÿ‡ง๐Ÿ‡ถ Bonaire35https://iptv-org.github.io/iptv/countries/bq.m3u + ๐Ÿ‡ง๐Ÿ‡ฆ Bosnia and Herzegovina60https://iptv-org.github.io/iptv/countries/ba.m3u + ๐Ÿ‡ง๐Ÿ‡ผ Botswana38https://iptv-org.github.io/iptv/countries/bw.m3u + ๐Ÿ‡ง๐Ÿ‡ป Bouvet Island35https://iptv-org.github.io/iptv/countries/bv.m3u ๐Ÿ‡ง๐Ÿ‡ท Brazil151https://iptv-org.github.io/iptv/countries/br.m3u - ๐Ÿ‡ฎ๐Ÿ‡ด British Indian Ocean Territory37https://iptv-org.github.io/iptv/countries/io.m3u - ๐Ÿ‡ป๐Ÿ‡ฌ British Virgin Islands40https://iptv-org.github.io/iptv/countries/vg.m3u - ๐Ÿ‡ง๐Ÿ‡ณ Brunei48https://iptv-org.github.io/iptv/countries/bn.m3u - ๐Ÿ‡ง๐Ÿ‡ฌ Bulgaria65https://iptv-org.github.io/iptv/countries/bg.m3u - ๐Ÿ‡ง๐Ÿ‡ซ Burkina Faso44https://iptv-org.github.io/iptv/countries/bf.m3u - ๐Ÿ‡ง๐Ÿ‡ฎ Burundi40https://iptv-org.github.io/iptv/countries/bi.m3u - ๐Ÿ‡ฐ๐Ÿ‡ญ Cambodia54https://iptv-org.github.io/iptv/countries/kh.m3u - ๐Ÿ‡จ๐Ÿ‡ฒ Cameroon43https://iptv-org.github.io/iptv/countries/cm.m3u + ๐Ÿ‡ฎ๐Ÿ‡ด British Indian Ocean Territory35https://iptv-org.github.io/iptv/countries/io.m3u + ๐Ÿ‡ป๐Ÿ‡ฌ British Virgin Islands38https://iptv-org.github.io/iptv/countries/vg.m3u + ๐Ÿ‡ง๐Ÿ‡ณ Brunei49https://iptv-org.github.io/iptv/countries/bn.m3u + ๐Ÿ‡ง๐Ÿ‡ฌ Bulgaria63https://iptv-org.github.io/iptv/countries/bg.m3u + ๐Ÿ‡ง๐Ÿ‡ซ Burkina Faso41https://iptv-org.github.io/iptv/countries/bf.m3u + ๐Ÿ‡ง๐Ÿ‡ฎ Burundi38https://iptv-org.github.io/iptv/countries/bi.m3u + ๐Ÿ‡ฐ๐Ÿ‡ญ Cambodia53https://iptv-org.github.io/iptv/countries/kh.m3u + ๐Ÿ‡จ๐Ÿ‡ฒ Cameroon41https://iptv-org.github.io/iptv/countries/cm.m3u ๐Ÿ‡จ๐Ÿ‡ฆ Canada116https://iptv-org.github.io/iptv/countries/ca.m3u - ๐Ÿ‡จ๐Ÿ‡ป Cape Verde40https://iptv-org.github.io/iptv/countries/cv.m3u - ๐Ÿ‡ฐ๐Ÿ‡พ Cayman Islands40https://iptv-org.github.io/iptv/countries/ky.m3u - ๐Ÿ‡จ๐Ÿ‡ซ Central African Republic40https://iptv-org.github.io/iptv/countries/cf.m3u - ๐Ÿ‡น๐Ÿ‡ฉ Chad40https://iptv-org.github.io/iptv/countries/td.m3u - ๐Ÿ‡จ๐Ÿ‡ฑ Chile206https://iptv-org.github.io/iptv/countries/cl.m3u - ๐Ÿ‡จ๐Ÿ‡ณ China950https://iptv-org.github.io/iptv/countries/cn.m3u - ๐Ÿ‡จ๐Ÿ‡ฝ Christmas Island37https://iptv-org.github.io/iptv/countries/cx.m3u - ๐Ÿ‡จ๐Ÿ‡จ Cocos (Keeling) Islands37https://iptv-org.github.io/iptv/countries/cc.m3u - ๐Ÿ‡จ๐Ÿ‡ด Colombia141https://iptv-org.github.io/iptv/countries/co.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฒ Comoros69https://iptv-org.github.io/iptv/countries/km.m3u - ๐Ÿ‡จ๐Ÿ‡ฐ Cook Islands40https://iptv-org.github.io/iptv/countries/ck.m3u - ๐Ÿ‡จ๐Ÿ‡ท Costa Rica103https://iptv-org.github.io/iptv/countries/cr.m3u - ๐Ÿ‡ญ๐Ÿ‡ท Croatia62https://iptv-org.github.io/iptv/countries/hr.m3u + ๐Ÿ‡จ๐Ÿ‡ป Cape Verde38https://iptv-org.github.io/iptv/countries/cv.m3u + ๐Ÿ‡ฐ๐Ÿ‡พ Cayman Islands38https://iptv-org.github.io/iptv/countries/ky.m3u + ๐Ÿ‡จ๐Ÿ‡ซ Central African Republic38https://iptv-org.github.io/iptv/countries/cf.m3u + ๐Ÿ‡น๐Ÿ‡ฉ Chad38https://iptv-org.github.io/iptv/countries/td.m3u + ๐Ÿ‡จ๐Ÿ‡ฑ Chile209https://iptv-org.github.io/iptv/countries/cl.m3u + ๐Ÿ‡จ๐Ÿ‡ณ China947https://iptv-org.github.io/iptv/countries/cn.m3u + ๐Ÿ‡จ๐Ÿ‡ฝ Christmas Island35https://iptv-org.github.io/iptv/countries/cx.m3u + ๐Ÿ‡จ๐Ÿ‡จ Cocos (Keeling) Islands35https://iptv-org.github.io/iptv/countries/cc.m3u + ๐Ÿ‡จ๐Ÿ‡ด Colombia140https://iptv-org.github.io/iptv/countries/co.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฒ Comoros68https://iptv-org.github.io/iptv/countries/km.m3u + ๐Ÿ‡จ๐Ÿ‡ฐ Cook Islands39https://iptv-org.github.io/iptv/countries/ck.m3u + ๐Ÿ‡จ๐Ÿ‡ท Costa Rica102https://iptv-org.github.io/iptv/countries/cr.m3u + ๐Ÿ‡ญ๐Ÿ‡ท Croatia60https://iptv-org.github.io/iptv/countries/hr.m3u ๐Ÿ‡จ๐Ÿ‡บ Cuba82https://iptv-org.github.io/iptv/countries/cu.m3u - ๐Ÿ‡จ๐Ÿ‡ผ Curacao46https://iptv-org.github.io/iptv/countries/cw.m3u + ๐Ÿ‡จ๐Ÿ‡ผ Curacao44https://iptv-org.github.io/iptv/countries/cw.m3u ๐Ÿ‡จ๐Ÿ‡พ Cyprus78https://iptv-org.github.io/iptv/countries/cy.m3u - ๐Ÿ‡จ๐Ÿ‡ฟ Czech Republic66https://iptv-org.github.io/iptv/countries/cz.m3u - ๐Ÿ‡จ๐Ÿ‡ฉ Democratic Republic of the Congo44https://iptv-org.github.io/iptv/countries/cd.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark62https://iptv-org.github.io/iptv/countries/dk.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฏ Djibouti73https://iptv-org.github.io/iptv/countries/dj.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฒ Dominica40https://iptv-org.github.io/iptv/countries/dm.m3u - ๐Ÿ‡ฉ๐Ÿ‡ด Dominican Republic166https://iptv-org.github.io/iptv/countries/do.m3u - ๐Ÿ‡น๐Ÿ‡ฑ East Timor44https://iptv-org.github.io/iptv/countries/tl.m3u + ๐Ÿ‡จ๐Ÿ‡ฟ Czech Republic64https://iptv-org.github.io/iptv/countries/cz.m3u + ๐Ÿ‡จ๐Ÿ‡ฉ Democratic Republic of the Congo42https://iptv-org.github.io/iptv/countries/cd.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark61https://iptv-org.github.io/iptv/countries/dk.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฏ Djibouti72https://iptv-org.github.io/iptv/countries/dj.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฒ Dominica38https://iptv-org.github.io/iptv/countries/dm.m3u + ๐Ÿ‡ฉ๐Ÿ‡ด Dominican Republic161https://iptv-org.github.io/iptv/countries/do.m3u + ๐Ÿ‡น๐Ÿ‡ฑ East Timor43https://iptv-org.github.io/iptv/countries/tl.m3u ๐Ÿ‡ช๐Ÿ‡จ Ecuador99https://iptv-org.github.io/iptv/countries/ec.m3u - ๐Ÿ‡ช๐Ÿ‡ฌ Egypt104https://iptv-org.github.io/iptv/countries/eg.m3u + ๐Ÿ‡ช๐Ÿ‡ฌ Egypt103https://iptv-org.github.io/iptv/countries/eg.m3u ๐Ÿ‡ธ๐Ÿ‡ป El Salvador95https://iptv-org.github.io/iptv/countries/sv.m3u - ๐Ÿ‡ฌ๐Ÿ‡ถ Equatorial Guinea41https://iptv-org.github.io/iptv/countries/gq.m3u - ๐Ÿ‡ช๐Ÿ‡ท Eritrea40https://iptv-org.github.io/iptv/countries/er.m3u - ๐Ÿ‡ช๐Ÿ‡ช Estonia57https://iptv-org.github.io/iptv/countries/ee.m3u - ๐Ÿ‡ช๐Ÿ‡น Ethiopia41https://iptv-org.github.io/iptv/countries/et.m3u - ๐Ÿ‡ซ๐Ÿ‡ฐ Falkland Islands37https://iptv-org.github.io/iptv/countries/fk.m3u - ๐Ÿ‡ซ๐Ÿ‡ด Faroe Islands38https://iptv-org.github.io/iptv/countries/fo.m3u - ๐Ÿ‡ซ๐Ÿ‡ฏ Fiji41https://iptv-org.github.io/iptv/countries/fj.m3u - ๐Ÿ‡ซ๐Ÿ‡ฎ Finland61https://iptv-org.github.io/iptv/countries/fi.m3u - ๐Ÿ‡ซ๐Ÿ‡ท France167https://iptv-org.github.io/iptv/countries/fr.m3u - ๐Ÿ‡ฌ๐Ÿ‡ซ French Guiana38https://iptv-org.github.io/iptv/countries/gf.m3u - ๐Ÿ‡ต๐Ÿ‡ซ French Polynesia41https://iptv-org.github.io/iptv/countries/pf.m3u - ๐Ÿ‡น๐Ÿ‡ซ French Southern Territories40https://iptv-org.github.io/iptv/countries/tf.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฆ Gabon40https://iptv-org.github.io/iptv/countries/ga.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฒ Gambia41https://iptv-org.github.io/iptv/countries/gm.m3u - ๐Ÿ‡ฌ๐Ÿ‡ช Georgia63https://iptv-org.github.io/iptv/countries/ge.m3u - ๐Ÿ‡ฉ๐Ÿ‡ช Germany211https://iptv-org.github.io/iptv/countries/de.m3u - ๐Ÿ‡ฌ๐Ÿ‡ญ Ghana40https://iptv-org.github.io/iptv/countries/gh.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฎ Gibraltar37https://iptv-org.github.io/iptv/countries/gi.m3u - ๐Ÿ‡ฌ๐Ÿ‡ท Greece136https://iptv-org.github.io/iptv/countries/gr.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฑ Greenland39https://iptv-org.github.io/iptv/countries/gl.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฉ Grenada40https://iptv-org.github.io/iptv/countries/gd.m3u - ๐Ÿ‡ฌ๐Ÿ‡ต Guadeloupe42https://iptv-org.github.io/iptv/countries/gp.m3u - ๐Ÿ‡ฌ๐Ÿ‡บ Guam40https://iptv-org.github.io/iptv/countries/gu.m3u - ๐Ÿ‡ฌ๐Ÿ‡น Guatemala83https://iptv-org.github.io/iptv/countries/gt.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฌ Guernsey38https://iptv-org.github.io/iptv/countries/gg.m3u - ๐Ÿ‡ฌ๐Ÿ‡ณ Guinea40https://iptv-org.github.io/iptv/countries/gn.m3u - ๐Ÿ‡ฌ๐Ÿ‡ผ Guinea-Bissau40https://iptv-org.github.io/iptv/countries/gw.m3u - ๐Ÿ‡ฌ๐Ÿ‡พ Guyana37https://iptv-org.github.io/iptv/countries/gy.m3u - ๐Ÿ‡ญ๐Ÿ‡น Haiti53https://iptv-org.github.io/iptv/countries/ht.m3u - ๐Ÿ‡ญ๐Ÿ‡ฒ Heard Island and McDonald Islands37https://iptv-org.github.io/iptv/countries/hm.m3u - ๐Ÿ‡ญ๐Ÿ‡ณ Honduras110https://iptv-org.github.io/iptv/countries/hn.m3u - ๐Ÿ‡ญ๐Ÿ‡ฐ Hong Kong60https://iptv-org.github.io/iptv/countries/hk.m3u - ๐Ÿ‡ญ๐Ÿ‡บ Hungary84https://iptv-org.github.io/iptv/countries/hu.m3u - ๐Ÿ‡ฎ๐Ÿ‡ธ Iceland53https://iptv-org.github.io/iptv/countries/is.m3u - ๐Ÿ‡ฎ๐Ÿ‡ณ India248https://iptv-org.github.io/iptv/countries/in.m3u + ๐Ÿ‡ฌ๐Ÿ‡ถ Equatorial Guinea39https://iptv-org.github.io/iptv/countries/gq.m3u + ๐Ÿ‡ช๐Ÿ‡ท Eritrea38https://iptv-org.github.io/iptv/countries/er.m3u + ๐Ÿ‡ช๐Ÿ‡ช Estonia55https://iptv-org.github.io/iptv/countries/ee.m3u + ๐Ÿ‡ช๐Ÿ‡น Ethiopia39https://iptv-org.github.io/iptv/countries/et.m3u + ๐Ÿ‡ซ๐Ÿ‡ฐ Falkland Islands35https://iptv-org.github.io/iptv/countries/fk.m3u + ๐Ÿ‡ซ๐Ÿ‡ด Faroe Islands36https://iptv-org.github.io/iptv/countries/fo.m3u + ๐Ÿ‡ซ๐Ÿ‡ฏ Fiji40https://iptv-org.github.io/iptv/countries/fj.m3u + ๐Ÿ‡ซ๐Ÿ‡ฎ Finland59https://iptv-org.github.io/iptv/countries/fi.m3u + ๐Ÿ‡ซ๐Ÿ‡ท France170https://iptv-org.github.io/iptv/countries/fr.m3u + ๐Ÿ‡ฌ๐Ÿ‡ซ French Guiana37https://iptv-org.github.io/iptv/countries/gf.m3u + ๐Ÿ‡ต๐Ÿ‡ซ French Polynesia40https://iptv-org.github.io/iptv/countries/pf.m3u + ๐Ÿ‡น๐Ÿ‡ซ French Southern Territories38https://iptv-org.github.io/iptv/countries/tf.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฆ Gabon38https://iptv-org.github.io/iptv/countries/ga.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฒ Gambia39https://iptv-org.github.io/iptv/countries/gm.m3u + ๐Ÿ‡ฌ๐Ÿ‡ช Georgia62https://iptv-org.github.io/iptv/countries/ge.m3u + ๐Ÿ‡ฉ๐Ÿ‡ช Germany210https://iptv-org.github.io/iptv/countries/de.m3u + ๐Ÿ‡ฌ๐Ÿ‡ญ Ghana38https://iptv-org.github.io/iptv/countries/gh.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฎ Gibraltar35https://iptv-org.github.io/iptv/countries/gi.m3u + ๐Ÿ‡ฌ๐Ÿ‡ท Greece133https://iptv-org.github.io/iptv/countries/gr.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฑ Greenland37https://iptv-org.github.io/iptv/countries/gl.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฉ Grenada38https://iptv-org.github.io/iptv/countries/gd.m3u + ๐Ÿ‡ฌ๐Ÿ‡ต Guadeloupe41https://iptv-org.github.io/iptv/countries/gp.m3u + ๐Ÿ‡ฌ๐Ÿ‡บ Guam39https://iptv-org.github.io/iptv/countries/gu.m3u + ๐Ÿ‡ฌ๐Ÿ‡น Guatemala91https://iptv-org.github.io/iptv/countries/gt.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฌ Guernsey36https://iptv-org.github.io/iptv/countries/gg.m3u + ๐Ÿ‡ฌ๐Ÿ‡ณ Guinea38https://iptv-org.github.io/iptv/countries/gn.m3u + ๐Ÿ‡ฌ๐Ÿ‡ผ Guinea-Bissau38https://iptv-org.github.io/iptv/countries/gw.m3u + ๐Ÿ‡ฌ๐Ÿ‡พ Guyana35https://iptv-org.github.io/iptv/countries/gy.m3u + ๐Ÿ‡ญ๐Ÿ‡น Haiti50https://iptv-org.github.io/iptv/countries/ht.m3u + ๐Ÿ‡ญ๐Ÿ‡ฒ Heard Island and McDonald Islands35https://iptv-org.github.io/iptv/countries/hm.m3u + ๐Ÿ‡ญ๐Ÿ‡ณ Honduras114https://iptv-org.github.io/iptv/countries/hn.m3u + ๐Ÿ‡ญ๐Ÿ‡ฐ Hong Kong59https://iptv-org.github.io/iptv/countries/hk.m3u + ๐Ÿ‡ญ๐Ÿ‡บ Hungary82https://iptv-org.github.io/iptv/countries/hu.m3u + ๐Ÿ‡ฎ๐Ÿ‡ธ Iceland51https://iptv-org.github.io/iptv/countries/is.m3u + ๐Ÿ‡ฎ๐Ÿ‡ณ India240https://iptv-org.github.io/iptv/countries/in.m3u ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia216https://iptv-org.github.io/iptv/countries/id.m3u - ๐Ÿ‡ฎ๐Ÿ‡ท Iran120https://iptv-org.github.io/iptv/countries/ir.m3u - ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq112https://iptv-org.github.io/iptv/countries/iq.m3u - ๐Ÿ‡ฎ๐Ÿ‡ช Ireland63https://iptv-org.github.io/iptv/countries/ie.m3u - ๐Ÿ‡ฎ๐Ÿ‡ฒ Isle of Man37https://iptv-org.github.io/iptv/countries/im.m3u - ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel60https://iptv-org.github.io/iptv/countries/il.m3u - ๐Ÿ‡ฎ๐Ÿ‡น Italy219https://iptv-org.github.io/iptv/countries/it.m3u - ๐Ÿ‡จ๐Ÿ‡ฎ Ivory Coast41https://iptv-org.github.io/iptv/countries/ci.m3u - ๐Ÿ‡ฏ๐Ÿ‡ฒ Jamaica42https://iptv-org.github.io/iptv/countries/jm.m3u - ๐Ÿ‡ฏ๐Ÿ‡ต Japan63https://iptv-org.github.io/iptv/countries/jp.m3u - ๐Ÿ‡ฏ๐Ÿ‡ช Jersey37https://iptv-org.github.io/iptv/countries/je.m3u - ๐Ÿ‡ฏ๐Ÿ‡ด Jordan96https://iptv-org.github.io/iptv/countries/jo.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakhstan75https://iptv-org.github.io/iptv/countries/kz.m3u - ๐Ÿ‡ฐ๐Ÿ‡ช Kenya46https://iptv-org.github.io/iptv/countries/ke.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฎ Kiribati40https://iptv-org.github.io/iptv/countries/ki.m3u - ๐Ÿ‡ฝ๐Ÿ‡ฐ Kosovo42https://iptv-org.github.io/iptv/countries/xk.m3u + ๐Ÿ‡ฎ๐Ÿ‡ท Iran119https://iptv-org.github.io/iptv/countries/ir.m3u + ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq111https://iptv-org.github.io/iptv/countries/iq.m3u + ๐Ÿ‡ฎ๐Ÿ‡ช Ireland61https://iptv-org.github.io/iptv/countries/ie.m3u + ๐Ÿ‡ฎ๐Ÿ‡ฒ Isle of Man35https://iptv-org.github.io/iptv/countries/im.m3u + ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel59https://iptv-org.github.io/iptv/countries/il.m3u + ๐Ÿ‡ฎ๐Ÿ‡น Italy217https://iptv-org.github.io/iptv/countries/it.m3u + ๐Ÿ‡จ๐Ÿ‡ฎ Ivory Coast39https://iptv-org.github.io/iptv/countries/ci.m3u + ๐Ÿ‡ฏ๐Ÿ‡ฒ Jamaica40https://iptv-org.github.io/iptv/countries/jm.m3u + ๐Ÿ‡ฏ๐Ÿ‡ต Japan62https://iptv-org.github.io/iptv/countries/jp.m3u + ๐Ÿ‡ฏ๐Ÿ‡ช Jersey35https://iptv-org.github.io/iptv/countries/je.m3u + ๐Ÿ‡ฏ๐Ÿ‡ด Jordan95https://iptv-org.github.io/iptv/countries/jo.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakhstan74https://iptv-org.github.io/iptv/countries/kz.m3u + ๐Ÿ‡ฐ๐Ÿ‡ช Kenya42https://iptv-org.github.io/iptv/countries/ke.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฎ Kiribati39https://iptv-org.github.io/iptv/countries/ki.m3u + ๐Ÿ‡ฝ๐Ÿ‡ฐ Kosovo40https://iptv-org.github.io/iptv/countries/xk.m3u ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait95https://iptv-org.github.io/iptv/countries/kw.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฌ Kyrgyzstan47https://iptv-org.github.io/iptv/countries/kg.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฆ Laos61https://iptv-org.github.io/iptv/countries/la.m3u - ๐Ÿ‡ฑ๐Ÿ‡ป Latvia57https://iptv-org.github.io/iptv/countries/lv.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฌ Kyrgyzstan46https://iptv-org.github.io/iptv/countries/kg.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฆ Laos58https://iptv-org.github.io/iptv/countries/la.m3u + ๐Ÿ‡ฑ๐Ÿ‡ป Latvia55https://iptv-org.github.io/iptv/countries/lv.m3u ๐Ÿ‡ฑ๐Ÿ‡ง Lebanon93https://iptv-org.github.io/iptv/countries/lb.m3u - ๐Ÿ‡ฑ๐Ÿ‡ธ Lesotho40https://iptv-org.github.io/iptv/countries/ls.m3u - ๐Ÿ‡ฑ๐Ÿ‡ท Liberia40https://iptv-org.github.io/iptv/countries/lr.m3u + ๐Ÿ‡ฑ๐Ÿ‡ธ Lesotho38https://iptv-org.github.io/iptv/countries/ls.m3u + ๐Ÿ‡ฑ๐Ÿ‡ท Liberia38https://iptv-org.github.io/iptv/countries/lr.m3u ๐Ÿ‡ฑ๐Ÿ‡พ Libya79https://iptv-org.github.io/iptv/countries/ly.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฎ Liechtenstein56https://iptv-org.github.io/iptv/countries/li.m3u - ๐Ÿ‡ฑ๐Ÿ‡น Lithuania55https://iptv-org.github.io/iptv/countries/lt.m3u - ๐Ÿ‡ฑ๐Ÿ‡บ Luxembourg59https://iptv-org.github.io/iptv/countries/lu.m3u - ๐Ÿ‡ฒ๐Ÿ‡ด Macao48https://iptv-org.github.io/iptv/countries/mo.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฌ Madagascar40https://iptv-org.github.io/iptv/countries/mg.m3u - ๐Ÿ‡ฒ๐Ÿ‡ผ Malawi40https://iptv-org.github.io/iptv/countries/mw.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฎ Liechtenstein54https://iptv-org.github.io/iptv/countries/li.m3u + ๐Ÿ‡ฑ๐Ÿ‡น Lithuania53https://iptv-org.github.io/iptv/countries/lt.m3u + ๐Ÿ‡ฑ๐Ÿ‡บ Luxembourg57https://iptv-org.github.io/iptv/countries/lu.m3u + ๐Ÿ‡ฒ๐Ÿ‡ด Macao46https://iptv-org.github.io/iptv/countries/mo.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฌ Madagascar38https://iptv-org.github.io/iptv/countries/mg.m3u + ๐Ÿ‡ฒ๐Ÿ‡ผ Malawi38https://iptv-org.github.io/iptv/countries/mw.m3u ๐Ÿ‡ฒ๐Ÿ‡พ Malaysia62https://iptv-org.github.io/iptv/countries/my.m3u - ๐Ÿ‡ฒ๐Ÿ‡ป Maldives52https://iptv-org.github.io/iptv/countries/mv.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฑ Mali40https://iptv-org.github.io/iptv/countries/ml.m3u - ๐Ÿ‡ฒ๐Ÿ‡น Malta54https://iptv-org.github.io/iptv/countries/mt.m3u - ๐Ÿ‡ฒ๐Ÿ‡ญ Marshall Islands40https://iptv-org.github.io/iptv/countries/mh.m3u - ๐Ÿ‡ฒ๐Ÿ‡ถ Martinique41https://iptv-org.github.io/iptv/countries/mq.m3u + ๐Ÿ‡ฒ๐Ÿ‡ป Maldives51https://iptv-org.github.io/iptv/countries/mv.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฑ Mali38https://iptv-org.github.io/iptv/countries/ml.m3u + ๐Ÿ‡ฒ๐Ÿ‡น Malta52https://iptv-org.github.io/iptv/countries/mt.m3u + ๐Ÿ‡ฒ๐Ÿ‡ญ Marshall Islands39https://iptv-org.github.io/iptv/countries/mh.m3u + ๐Ÿ‡ฒ๐Ÿ‡ถ Martinique40https://iptv-org.github.io/iptv/countries/mq.m3u ๐Ÿ‡ฒ๐Ÿ‡ท Mauritania70https://iptv-org.github.io/iptv/countries/mr.m3u - ๐Ÿ‡ฒ๐Ÿ‡บ Mauritius41https://iptv-org.github.io/iptv/countries/mu.m3u - ๐Ÿ‡พ๐Ÿ‡น Mayotte40https://iptv-org.github.io/iptv/countries/yt.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico145https://iptv-org.github.io/iptv/countries/mx.m3u - ๐Ÿ‡ซ๐Ÿ‡ฒ Micronesia40https://iptv-org.github.io/iptv/countries/fm.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฉ Moldova64https://iptv-org.github.io/iptv/countries/md.m3u - ๐Ÿ‡ฒ๐Ÿ‡จ Monaco53https://iptv-org.github.io/iptv/countries/mc.m3u - ๐Ÿ‡ฒ๐Ÿ‡ณ Mongolia64https://iptv-org.github.io/iptv/countries/mn.m3u - ๐Ÿ‡ฒ๐Ÿ‡ช Montenegro57https://iptv-org.github.io/iptv/countries/me.m3u - ๐Ÿ‡ฒ๐Ÿ‡ธ Montserrat40https://iptv-org.github.io/iptv/countries/ms.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฆ Morocco85https://iptv-org.github.io/iptv/countries/ma.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฟ Mozambique42https://iptv-org.github.io/iptv/countries/mz.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฒ Myanmar (Burma)45https://iptv-org.github.io/iptv/countries/mm.m3u - ๐Ÿ‡ณ๐Ÿ‡ฆ Namibia40https://iptv-org.github.io/iptv/countries/na.m3u - ๐Ÿ‡ณ๐Ÿ‡ท Nauru40https://iptv-org.github.io/iptv/countries/nr.m3u - ๐Ÿ‡ณ๐Ÿ‡ต Nepal51https://iptv-org.github.io/iptv/countries/np.m3u - ๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands140https://iptv-org.github.io/iptv/countries/nl.m3u - ๐Ÿ‡ณ๐Ÿ‡จ New Caledonia40https://iptv-org.github.io/iptv/countries/nc.m3u - ๐Ÿ‡ณ๐Ÿ‡ฟ New Zealand54https://iptv-org.github.io/iptv/countries/nz.m3u - ๐Ÿ‡ณ๐Ÿ‡ฎ Nicaragua93https://iptv-org.github.io/iptv/countries/ni.m3u - ๐Ÿ‡ณ๐Ÿ‡ช Niger40https://iptv-org.github.io/iptv/countries/ne.m3u - ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria46https://iptv-org.github.io/iptv/countries/ng.m3u - ๐Ÿ‡ณ๐Ÿ‡บ Niue40https://iptv-org.github.io/iptv/countries/nu.m3u - ๐Ÿ‡ณ๐Ÿ‡ซ Norfolk Island40https://iptv-org.github.io/iptv/countries/nf.m3u - ๐Ÿ‡ฐ๐Ÿ‡ต North Korea45https://iptv-org.github.io/iptv/countries/kp.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฐ North Macedonia55https://iptv-org.github.io/iptv/countries/mk.m3u - ๐Ÿ‡ฒ๐Ÿ‡ต Northern Mariana Islands40https://iptv-org.github.io/iptv/countries/mp.m3u - ๐Ÿ‡ณ๐Ÿ‡ด Norway64https://iptv-org.github.io/iptv/countries/no.m3u + ๐Ÿ‡ฒ๐Ÿ‡บ Mauritius39https://iptv-org.github.io/iptv/countries/mu.m3u + ๐Ÿ‡พ๐Ÿ‡น Mayotte38https://iptv-org.github.io/iptv/countries/yt.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico149https://iptv-org.github.io/iptv/countries/mx.m3u + ๐Ÿ‡ซ๐Ÿ‡ฒ Micronesia39https://iptv-org.github.io/iptv/countries/fm.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฉ Moldova62https://iptv-org.github.io/iptv/countries/md.m3u + ๐Ÿ‡ฒ๐Ÿ‡จ Monaco51https://iptv-org.github.io/iptv/countries/mc.m3u + ๐Ÿ‡ฒ๐Ÿ‡ณ Mongolia63https://iptv-org.github.io/iptv/countries/mn.m3u + ๐Ÿ‡ฒ๐Ÿ‡ช Montenegro55https://iptv-org.github.io/iptv/countries/me.m3u + ๐Ÿ‡ฒ๐Ÿ‡ธ Montserrat38https://iptv-org.github.io/iptv/countries/ms.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฆ Morocco84https://iptv-org.github.io/iptv/countries/ma.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฟ Mozambique40https://iptv-org.github.io/iptv/countries/mz.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฒ Myanmar (Burma)44https://iptv-org.github.io/iptv/countries/mm.m3u + ๐Ÿ‡ณ๐Ÿ‡ฆ Namibia38https://iptv-org.github.io/iptv/countries/na.m3u + ๐Ÿ‡ณ๐Ÿ‡ท Nauru39https://iptv-org.github.io/iptv/countries/nr.m3u + ๐Ÿ‡ณ๐Ÿ‡ต Nepal49https://iptv-org.github.io/iptv/countries/np.m3u + ๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands138https://iptv-org.github.io/iptv/countries/nl.m3u + ๐Ÿ‡ณ๐Ÿ‡จ New Caledonia39https://iptv-org.github.io/iptv/countries/nc.m3u + ๐Ÿ‡ณ๐Ÿ‡ฟ New Zealand53https://iptv-org.github.io/iptv/countries/nz.m3u + ๐Ÿ‡ณ๐Ÿ‡ฎ Nicaragua92https://iptv-org.github.io/iptv/countries/ni.m3u + ๐Ÿ‡ณ๐Ÿ‡ช Niger38https://iptv-org.github.io/iptv/countries/ne.m3u + ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria44https://iptv-org.github.io/iptv/countries/ng.m3u + ๐Ÿ‡ณ๐Ÿ‡บ Niue39https://iptv-org.github.io/iptv/countries/nu.m3u + ๐Ÿ‡ณ๐Ÿ‡ซ Norfolk Island39https://iptv-org.github.io/iptv/countries/nf.m3u + ๐Ÿ‡ฐ๐Ÿ‡ต North Korea44https://iptv-org.github.io/iptv/countries/kp.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฐ North Macedonia53https://iptv-org.github.io/iptv/countries/mk.m3u + ๐Ÿ‡ฒ๐Ÿ‡ต Northern Mariana Islands39https://iptv-org.github.io/iptv/countries/mp.m3u + ๐Ÿ‡ณ๐Ÿ‡ด Norway62https://iptv-org.github.io/iptv/countries/no.m3u ๐Ÿ‡ด๐Ÿ‡ฒ Oman81https://iptv-org.github.io/iptv/countries/om.m3u - ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan70https://iptv-org.github.io/iptv/countries/pk.m3u - ๐Ÿ‡ต๐Ÿ‡ผ Palau40https://iptv-org.github.io/iptv/countries/pw.m3u + ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan69https://iptv-org.github.io/iptv/countries/pk.m3u + ๐Ÿ‡ต๐Ÿ‡ผ Palau39https://iptv-org.github.io/iptv/countries/pw.m3u ๐Ÿ‡ต๐Ÿ‡ธ Palestine94https://iptv-org.github.io/iptv/countries/ps.m3u ๐Ÿ‡ต๐Ÿ‡ฆ Panama90https://iptv-org.github.io/iptv/countries/pa.m3u - ๐Ÿ‡ต๐Ÿ‡ฌ Papua New Guinea40https://iptv-org.github.io/iptv/countries/pg.m3u - ๐Ÿ‡ต๐Ÿ‡พ Paraguay101https://iptv-org.github.io/iptv/countries/py.m3u - ๐Ÿ‡ต๐Ÿ‡ช Peru230https://iptv-org.github.io/iptv/countries/pe.m3u - ๐Ÿ‡ต๐Ÿ‡ญ Philippines60https://iptv-org.github.io/iptv/countries/ph.m3u - ๐Ÿ‡ต๐Ÿ‡ณ Pitcairn Islands40https://iptv-org.github.io/iptv/countries/pn.m3u - ๐Ÿ‡ต๐Ÿ‡ฑ Poland87https://iptv-org.github.io/iptv/countries/pl.m3u - ๐Ÿ‡ต๐Ÿ‡น Portugal78https://iptv-org.github.io/iptv/countries/pt.m3u - ๐Ÿ‡ต๐Ÿ‡ท Puerto Rico88https://iptv-org.github.io/iptv/countries/pr.m3u + ๐Ÿ‡ต๐Ÿ‡ฌ Papua New Guinea39https://iptv-org.github.io/iptv/countries/pg.m3u + ๐Ÿ‡ต๐Ÿ‡พ Paraguay100https://iptv-org.github.io/iptv/countries/py.m3u + ๐Ÿ‡ต๐Ÿ‡ช Peru225https://iptv-org.github.io/iptv/countries/pe.m3u + ๐Ÿ‡ต๐Ÿ‡ญ Philippines63https://iptv-org.github.io/iptv/countries/ph.m3u + ๐Ÿ‡ต๐Ÿ‡ณ Pitcairn Islands39https://iptv-org.github.io/iptv/countries/pn.m3u + ๐Ÿ‡ต๐Ÿ‡ฑ Poland86https://iptv-org.github.io/iptv/countries/pl.m3u + ๐Ÿ‡ต๐Ÿ‡น Portugal76https://iptv-org.github.io/iptv/countries/pt.m3u + ๐Ÿ‡ต๐Ÿ‡ท Puerto Rico89https://iptv-org.github.io/iptv/countries/pr.m3u ๐Ÿ‡ถ๐Ÿ‡ฆ Qatar80https://iptv-org.github.io/iptv/countries/qa.m3u - ๐Ÿ‡จ๐Ÿ‡ฌ Republic of the Congo41https://iptv-org.github.io/iptv/countries/cg.m3u - ๐Ÿ‡ท๐Ÿ‡ด Romania80https://iptv-org.github.io/iptv/countries/ro.m3u - ๐Ÿ‡ท๐Ÿ‡บ Russia399https://iptv-org.github.io/iptv/countries/ru.m3u - ๐Ÿ‡ท๐Ÿ‡ผ Rwanda42https://iptv-org.github.io/iptv/countries/rw.m3u - ๐Ÿ‡ท๐Ÿ‡ช Rรฉunion41https://iptv-org.github.io/iptv/countries/re.m3u - ๐Ÿ‡ง๐Ÿ‡ฑ Saint Barthรฉlemy41https://iptv-org.github.io/iptv/countries/bl.m3u - ๐Ÿ‡ธ๐Ÿ‡ญ Saint Helena40https://iptv-org.github.io/iptv/countries/sh.m3u - ๐Ÿ‡ฐ๐Ÿ‡ณ Saint Kitts and Nevis40https://iptv-org.github.io/iptv/countries/kn.m3u - ๐Ÿ‡ฑ๐Ÿ‡จ Saint Lucia40https://iptv-org.github.io/iptv/countries/lc.m3u - ๐Ÿ‡ฒ๐Ÿ‡ซ Saint Martin41https://iptv-org.github.io/iptv/countries/mf.m3u - ๐Ÿ‡ต๐Ÿ‡ฒ Saint Pierre and Miquelon38https://iptv-org.github.io/iptv/countries/pm.m3u - ๐Ÿ‡ป๐Ÿ‡จ Saint Vincent and the Grenadines40https://iptv-org.github.io/iptv/countries/vc.m3u - ๐Ÿ‡ผ๐Ÿ‡ธ Samoa40https://iptv-org.github.io/iptv/countries/ws.m3u - ๐Ÿ‡ธ๐Ÿ‡ฒ San Marino54https://iptv-org.github.io/iptv/countries/sm.m3u - ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia124https://iptv-org.github.io/iptv/countries/sa.m3u - ๐Ÿ‡ธ๐Ÿ‡ณ Senegal47https://iptv-org.github.io/iptv/countries/sn.m3u - ๐Ÿ‡ท๐Ÿ‡ธ Serbia92https://iptv-org.github.io/iptv/countries/rs.m3u - ๐Ÿ‡ธ๐Ÿ‡จ Seychelles40https://iptv-org.github.io/iptv/countries/sc.m3u - ๐Ÿ‡ธ๐Ÿ‡ฑ Sierra Leone41https://iptv-org.github.io/iptv/countries/sl.m3u - ๐Ÿ‡ธ๐Ÿ‡ฌ Singapore53https://iptv-org.github.io/iptv/countries/sg.m3u - ๐Ÿ‡ธ๐Ÿ‡ฝ Sint Maarten40https://iptv-org.github.io/iptv/countries/sx.m3u - ๐Ÿ‡ธ๐Ÿ‡ฐ Slovakia74https://iptv-org.github.io/iptv/countries/sk.m3u - ๐Ÿ‡ธ๐Ÿ‡ฎ Slovenia62https://iptv-org.github.io/iptv/countries/si.m3u - ๐Ÿ‡ธ๐Ÿ‡ง Solomon Islands40https://iptv-org.github.io/iptv/countries/sb.m3u - ๐Ÿ‡ธ๐Ÿ‡ด Somalia72https://iptv-org.github.io/iptv/countries/so.m3u - ๐Ÿ‡ฟ๐Ÿ‡ฆ South Africa41https://iptv-org.github.io/iptv/countries/za.m3u - ๐Ÿ‡ฌ๐Ÿ‡ธ South Georgia and the South Sandwich Islands37https://iptv-org.github.io/iptv/countries/gs.m3u - ๐Ÿ‡ฐ๐Ÿ‡ท South Korea166https://iptv-org.github.io/iptv/countries/kr.m3u - ๐Ÿ‡ธ๐Ÿ‡ธ South Sudan40https://iptv-org.github.io/iptv/countries/ss.m3u - ๐Ÿ‡ช๐Ÿ‡ธ Spain225https://iptv-org.github.io/iptv/countries/es.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka59https://iptv-org.github.io/iptv/countries/lk.m3u - ๐Ÿ‡ธ๐Ÿ‡ฉ Sudan74https://iptv-org.github.io/iptv/countries/sd.m3u - ๐Ÿ‡ธ๐Ÿ‡ท Suriname37https://iptv-org.github.io/iptv/countries/sr.m3u - ๐Ÿ‡ธ๐Ÿ‡ฏ Svalbard and Jan Mayen37https://iptv-org.github.io/iptv/countries/sj.m3u - ๐Ÿ‡ธ๐Ÿ‡ฟ Swaziland40https://iptv-org.github.io/iptv/countries/sz.m3u - ๐Ÿ‡ธ๐Ÿ‡ช Sweden68https://iptv-org.github.io/iptv/countries/se.m3u - ๐Ÿ‡จ๐Ÿ‡ญ Switzerland101https://iptv-org.github.io/iptv/countries/ch.m3u + ๐Ÿ‡จ๐Ÿ‡ฌ Republic of the Congo39https://iptv-org.github.io/iptv/countries/cg.m3u + ๐Ÿ‡ท๐Ÿ‡ด Romania79https://iptv-org.github.io/iptv/countries/ro.m3u + ๐Ÿ‡ท๐Ÿ‡บ Russia403https://iptv-org.github.io/iptv/countries/ru.m3u + ๐Ÿ‡ท๐Ÿ‡ผ Rwanda40https://iptv-org.github.io/iptv/countries/rw.m3u + ๐Ÿ‡ท๐Ÿ‡ช Rรฉunion39https://iptv-org.github.io/iptv/countries/re.m3u + ๐Ÿ‡ง๐Ÿ‡ฑ Saint Barthรฉlemy40https://iptv-org.github.io/iptv/countries/bl.m3u + ๐Ÿ‡ธ๐Ÿ‡ญ Saint Helena38https://iptv-org.github.io/iptv/countries/sh.m3u + ๐Ÿ‡ฐ๐Ÿ‡ณ Saint Kitts and Nevis38https://iptv-org.github.io/iptv/countries/kn.m3u + ๐Ÿ‡ฑ๐Ÿ‡จ Saint Lucia38https://iptv-org.github.io/iptv/countries/lc.m3u + ๐Ÿ‡ฒ๐Ÿ‡ซ Saint Martin40https://iptv-org.github.io/iptv/countries/mf.m3u + ๐Ÿ‡ต๐Ÿ‡ฒ Saint Pierre and Miquelon36https://iptv-org.github.io/iptv/countries/pm.m3u + ๐Ÿ‡ป๐Ÿ‡จ Saint Vincent and the Grenadines38https://iptv-org.github.io/iptv/countries/vc.m3u + ๐Ÿ‡ผ๐Ÿ‡ธ Samoa39https://iptv-org.github.io/iptv/countries/ws.m3u + ๐Ÿ‡ธ๐Ÿ‡ฒ San Marino52https://iptv-org.github.io/iptv/countries/sm.m3u + ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia125https://iptv-org.github.io/iptv/countries/sa.m3u + ๐Ÿ‡ธ๐Ÿ‡ณ Senegal45https://iptv-org.github.io/iptv/countries/sn.m3u + ๐Ÿ‡ท๐Ÿ‡ธ Serbia90https://iptv-org.github.io/iptv/countries/rs.m3u + ๐Ÿ‡ธ๐Ÿ‡จ Seychelles38https://iptv-org.github.io/iptv/countries/sc.m3u + ๐Ÿ‡ธ๐Ÿ‡ฑ Sierra Leone39https://iptv-org.github.io/iptv/countries/sl.m3u + ๐Ÿ‡ธ๐Ÿ‡ฌ Singapore55https://iptv-org.github.io/iptv/countries/sg.m3u + ๐Ÿ‡ธ๐Ÿ‡ฝ Sint Maarten38https://iptv-org.github.io/iptv/countries/sx.m3u + ๐Ÿ‡ธ๐Ÿ‡ฐ Slovakia72https://iptv-org.github.io/iptv/countries/sk.m3u + ๐Ÿ‡ธ๐Ÿ‡ฎ Slovenia60https://iptv-org.github.io/iptv/countries/si.m3u + ๐Ÿ‡ธ๐Ÿ‡ง Solomon Islands39https://iptv-org.github.io/iptv/countries/sb.m3u + ๐Ÿ‡ธ๐Ÿ‡ด Somalia71https://iptv-org.github.io/iptv/countries/so.m3u + ๐Ÿ‡ฟ๐Ÿ‡ฆ South Africa39https://iptv-org.github.io/iptv/countries/za.m3u + ๐Ÿ‡ฌ๐Ÿ‡ธ South Georgia and the South Sandwich Islands35https://iptv-org.github.io/iptv/countries/gs.m3u + ๐Ÿ‡ฐ๐Ÿ‡ท South Korea167https://iptv-org.github.io/iptv/countries/kr.m3u + ๐Ÿ‡ธ๐Ÿ‡ธ South Sudan38https://iptv-org.github.io/iptv/countries/ss.m3u + ๐Ÿ‡ช๐Ÿ‡ธ Spain224https://iptv-org.github.io/iptv/countries/es.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka58https://iptv-org.github.io/iptv/countries/lk.m3u + ๐Ÿ‡ธ๐Ÿ‡ฉ Sudan73https://iptv-org.github.io/iptv/countries/sd.m3u + ๐Ÿ‡ธ๐Ÿ‡ท Suriname35https://iptv-org.github.io/iptv/countries/sr.m3u + ๐Ÿ‡ธ๐Ÿ‡ฏ Svalbard and Jan Mayen35https://iptv-org.github.io/iptv/countries/sj.m3u + ๐Ÿ‡ธ๐Ÿ‡ฟ Swaziland38https://iptv-org.github.io/iptv/countries/sz.m3u + ๐Ÿ‡ธ๐Ÿ‡ช Sweden67https://iptv-org.github.io/iptv/countries/se.m3u + ๐Ÿ‡จ๐Ÿ‡ญ Switzerland99https://iptv-org.github.io/iptv/countries/ch.m3u ๐Ÿ‡ธ๐Ÿ‡พ Syria88https://iptv-org.github.io/iptv/countries/sy.m3u - ๐Ÿ‡ธ๐Ÿ‡น Sรฃo Tomรฉ and Prรญncipe40https://iptv-org.github.io/iptv/countries/st.m3u - ๐Ÿ‡น๐Ÿ‡ผ Taiwan101https://iptv-org.github.io/iptv/countries/tw.m3u - ๐Ÿ‡น๐Ÿ‡ฏ Tajikistan45https://iptv-org.github.io/iptv/countries/tj.m3u - ๐Ÿ‡น๐Ÿ‡ฟ Tanzania41https://iptv-org.github.io/iptv/countries/tz.m3u - ๐Ÿ‡น๐Ÿ‡ญ Thailand87https://iptv-org.github.io/iptv/countries/th.m3u - ๐Ÿ‡น๐Ÿ‡ฌ Togo40https://iptv-org.github.io/iptv/countries/tg.m3u - ๐Ÿ‡น๐Ÿ‡ฐ Tokelau40https://iptv-org.github.io/iptv/countries/tk.m3u - ๐Ÿ‡น๐Ÿ‡ด Tonga40https://iptv-org.github.io/iptv/countries/to.m3u - ๐Ÿ‡น๐Ÿ‡น Trinidad and Tobago41https://iptv-org.github.io/iptv/countries/tt.m3u + ๐Ÿ‡ธ๐Ÿ‡น Sรฃo Tomรฉ and Prรญncipe38https://iptv-org.github.io/iptv/countries/st.m3u + ๐Ÿ‡น๐Ÿ‡ผ Taiwan100https://iptv-org.github.io/iptv/countries/tw.m3u + ๐Ÿ‡น๐Ÿ‡ฏ Tajikistan44https://iptv-org.github.io/iptv/countries/tj.m3u + ๐Ÿ‡น๐Ÿ‡ฟ Tanzania39https://iptv-org.github.io/iptv/countries/tz.m3u + ๐Ÿ‡น๐Ÿ‡ญ Thailand88https://iptv-org.github.io/iptv/countries/th.m3u + ๐Ÿ‡น๐Ÿ‡ฌ Togo38https://iptv-org.github.io/iptv/countries/tg.m3u + ๐Ÿ‡น๐Ÿ‡ฐ Tokelau39https://iptv-org.github.io/iptv/countries/tk.m3u + ๐Ÿ‡น๐Ÿ‡ด Tonga39https://iptv-org.github.io/iptv/countries/to.m3u + ๐Ÿ‡น๐Ÿ‡น Trinidad and Tobago39https://iptv-org.github.io/iptv/countries/tt.m3u ๐Ÿ‡น๐Ÿ‡ณ Tunisia81https://iptv-org.github.io/iptv/countries/tn.m3u - ๐Ÿ‡น๐Ÿ‡ท Turkey188https://iptv-org.github.io/iptv/countries/tr.m3u - ๐Ÿ‡น๐Ÿ‡ฒ Turkmenistan48https://iptv-org.github.io/iptv/countries/tm.m3u - ๐Ÿ‡น๐Ÿ‡จ Turks and Caicos Islands40https://iptv-org.github.io/iptv/countries/tc.m3u - ๐Ÿ‡น๐Ÿ‡ป Tuvalu40https://iptv-org.github.io/iptv/countries/tv.m3u - ๐Ÿ‡บ๐Ÿ‡ฒ U.S. Minor Outlying Islands37https://iptv-org.github.io/iptv/countries/um.m3u - ๐Ÿ‡ป๐Ÿ‡ฎ U.S. Virgin Islands40https://iptv-org.github.io/iptv/countries/vi.m3u - ๐Ÿ‡บ๐Ÿ‡ฌ Uganda42https://iptv-org.github.io/iptv/countries/ug.m3u - ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine129https://iptv-org.github.io/iptv/countries/ua.m3u - ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates113https://iptv-org.github.io/iptv/countries/ae.m3u - ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom212https://iptv-org.github.io/iptv/countries/uk.m3u - ๐Ÿ‡บ๐Ÿ‡ธ United States1730https://iptv-org.github.io/iptv/countries/us.m3u + ๐Ÿ‡น๐Ÿ‡ท Turkey190https://iptv-org.github.io/iptv/countries/tr.m3u + ๐Ÿ‡น๐Ÿ‡ฒ Turkmenistan47https://iptv-org.github.io/iptv/countries/tm.m3u + ๐Ÿ‡น๐Ÿ‡จ Turks and Caicos Islands38https://iptv-org.github.io/iptv/countries/tc.m3u + ๐Ÿ‡น๐Ÿ‡ป Tuvalu39https://iptv-org.github.io/iptv/countries/tv.m3u + ๐Ÿ‡บ๐Ÿ‡ฒ U.S. Minor Outlying Islands35https://iptv-org.github.io/iptv/countries/um.m3u + ๐Ÿ‡ป๐Ÿ‡ฎ U.S. Virgin Islands38https://iptv-org.github.io/iptv/countries/vi.m3u + ๐Ÿ‡บ๐Ÿ‡ฌ Uganda40https://iptv-org.github.io/iptv/countries/ug.m3u + ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine128https://iptv-org.github.io/iptv/countries/ua.m3u + ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates112https://iptv-org.github.io/iptv/countries/ae.m3u + ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom210https://iptv-org.github.io/iptv/countries/uk.m3u + ๐Ÿ‡บ๐Ÿ‡ธ United States1733https://iptv-org.github.io/iptv/countries/us.m3u ๐Ÿ‡บ๐Ÿ‡พ Uruguay83https://iptv-org.github.io/iptv/countries/uy.m3u - ๐Ÿ‡บ๐Ÿ‡ฟ Uzbekistan45https://iptv-org.github.io/iptv/countries/uz.m3u - ๐Ÿ‡ป๐Ÿ‡บ Vanuatu40https://iptv-org.github.io/iptv/countries/vu.m3u - ๐Ÿ‡ป๐Ÿ‡ฆ Vatican City53https://iptv-org.github.io/iptv/countries/va.m3u - ๐Ÿ‡ป๐Ÿ‡ช Venezuela96https://iptv-org.github.io/iptv/countries/ve.m3u - ๐Ÿ‡ป๐Ÿ‡ณ Vietnam100https://iptv-org.github.io/iptv/countries/vn.m3u - ๐Ÿ‡ผ๐Ÿ‡ซ Wallis and Futuna40https://iptv-org.github.io/iptv/countries/wf.m3u - ๐Ÿ‡ช๐Ÿ‡ญ Western Sahara45https://iptv-org.github.io/iptv/countries/eh.m3u - ๐Ÿ‡พ๐Ÿ‡ช Yemen84https://iptv-org.github.io/iptv/countries/ye.m3u - ๐Ÿ‡ฟ๐Ÿ‡ฒ Zambia40https://iptv-org.github.io/iptv/countries/zm.m3u - ๐Ÿ‡ฟ๐Ÿ‡ผ Zimbabwe40https://iptv-org.github.io/iptv/countries/zw.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฝ ร…land37https://iptv-org.github.io/iptv/countries/ax.m3u - Undefined125https://iptv-org.github.io/iptv/countries/undefined.m3u + ๐Ÿ‡บ๐Ÿ‡ฟ Uzbekistan44https://iptv-org.github.io/iptv/countries/uz.m3u + ๐Ÿ‡ป๐Ÿ‡บ Vanuatu39https://iptv-org.github.io/iptv/countries/vu.m3u + ๐Ÿ‡ป๐Ÿ‡ฆ Vatican City51https://iptv-org.github.io/iptv/countries/va.m3u + ๐Ÿ‡ป๐Ÿ‡ช Venezuela97https://iptv-org.github.io/iptv/countries/ve.m3u + ๐Ÿ‡ป๐Ÿ‡ณ Vietnam98https://iptv-org.github.io/iptv/countries/vn.m3u + ๐Ÿ‡ผ๐Ÿ‡ซ Wallis and Futuna39https://iptv-org.github.io/iptv/countries/wf.m3u + ๐Ÿ‡ช๐Ÿ‡ญ Western Sahara43https://iptv-org.github.io/iptv/countries/eh.m3u + ๐Ÿ‡พ๐Ÿ‡ช Yemen85https://iptv-org.github.io/iptv/countries/ye.m3u + ๐Ÿ‡ฟ๐Ÿ‡ฒ Zambia38https://iptv-org.github.io/iptv/countries/zm.m3u + ๐Ÿ‡ฟ๐Ÿ‡ผ Zimbabwe38https://iptv-org.github.io/iptv/countries/zw.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฝ ร…land35https://iptv-org.github.io/iptv/countries/ax.m3u + Undefined127https://iptv-org.github.io/iptv/countries/undefined.m3u @@ -456,34 +455,34 @@ To watch IPTV, simply insert one of the links below into any player that support RegionChannelsPlaylist - Europe, the Middle East and Africa2412https://iptv-org.github.io/iptv/regions/emea.m3u - Africa132https://iptv-org.github.io/iptv/regions/afr.m3u - Americas2684https://iptv-org.github.io/iptv/regions/amer.m3u - Arab world337https://iptv-org.github.io/iptv/regions/arab.m3u - Asia2604https://iptv-org.github.io/iptv/regions/asia.m3u - Asia-Pacific1784https://iptv-org.github.io/iptv/regions/apac.m3u - Association of Southeast Asian Nations335https://iptv-org.github.io/iptv/regions/asean.m3u - Caribbean124https://iptv-org.github.io/iptv/regions/carib.m3u - Central America89https://iptv-org.github.io/iptv/regions/cenamer.m3u + Europe, the Middle East and Africa2433https://iptv-org.github.io/iptv/regions/emea.m3u + Africa133https://iptv-org.github.io/iptv/regions/afr.m3u + Americas2694https://iptv-org.github.io/iptv/regions/amer.m3u + Arab world341https://iptv-org.github.io/iptv/regions/arab.m3u + Asia2597https://iptv-org.github.io/iptv/regions/asia.m3u + Asia-Pacific1768https://iptv-org.github.io/iptv/regions/apac.m3u + Association of Southeast Asian Nations333https://iptv-org.github.io/iptv/regions/asean.m3u + Caribbean119https://iptv-org.github.io/iptv/regions/carib.m3u + Central America99https://iptv-org.github.io/iptv/regions/cenamer.m3u Central Asia29https://iptv-org.github.io/iptv/regions/cas.m3u - Commonwealth of Independent States442https://iptv-org.github.io/iptv/regions/cis.m3u - Europe1995https://iptv-org.github.io/iptv/regions/eur.m3u - Hispanic America814https://iptv-org.github.io/iptv/regions/hispam.m3u - Latin America and the Caribbean919https://iptv-org.github.io/iptv/regions/lac.m3u - Latin America905https://iptv-org.github.io/iptv/regions/latam.m3u - Maghreb65https://iptv-org.github.io/iptv/regions/maghreb.m3u - Middle East and North Africa542https://iptv-org.github.io/iptv/regions/mena.m3u - Middle East490https://iptv-org.github.io/iptv/regions/mideast.m3u - Nordics49https://iptv-org.github.io/iptv/regions/nord.m3u - North America2043https://iptv-org.github.io/iptv/regions/noram.m3u - Northern America1769https://iptv-org.github.io/iptv/regions/nam.m3u - Oceania60https://iptv-org.github.io/iptv/regions/oce.m3u - South America645https://iptv-org.github.io/iptv/regions/southam.m3u - South Asia270https://iptv-org.github.io/iptv/regions/sas.m3u - Sub-Saharan Africa53https://iptv-org.github.io/iptv/regions/ssa.m3u + Commonwealth of Independent States447https://iptv-org.github.io/iptv/regions/cis.m3u + Europe2016https://iptv-org.github.io/iptv/regions/eur.m3u + Hispanic America819https://iptv-org.github.io/iptv/regions/hispam.m3u + Latin America and the Caribbean922https://iptv-org.github.io/iptv/regions/lac.m3u + Latin America908https://iptv-org.github.io/iptv/regions/latam.m3u + Maghreb70https://iptv-org.github.io/iptv/regions/maghreb.m3u + Middle East and North Africa548https://iptv-org.github.io/iptv/regions/mena.m3u + Middle East493https://iptv-org.github.io/iptv/regions/mideast.m3u + Nordics51https://iptv-org.github.io/iptv/regions/nord.m3u + North America2059https://iptv-org.github.io/iptv/regions/noram.m3u + Northern America1776https://iptv-org.github.io/iptv/regions/nam.m3u + Oceania61https://iptv-org.github.io/iptv/regions/oce.m3u + South America639https://iptv-org.github.io/iptv/regions/southam.m3u + South Asia256https://iptv-org.github.io/iptv/regions/sas.m3u + Sub-Saharan Africa51https://iptv-org.github.io/iptv/regions/ssa.m3u West Africa22https://iptv-org.github.io/iptv/regions/wafr.m3u - Worldwide6971https://iptv-org.github.io/iptv/regions/int.m3u - Undefined125https://iptv-org.github.io/iptv/regions/undefined.m3u + Worldwide6983https://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 9376e1eba..fe1d5a9c9 100644 --- a/streams/ae.m3u +++ b/streams/ae.m3u @@ -42,11 +42,11 @@ 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) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.cnbcarabia.com/Pages/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="error",CNBC Arabia (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/cnbcarabiaTV/live #EXTINF:-1 tvg-id="DubaiOne.ae" status="online",Dubai One (1080p) http://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DubaiRacing2.ae" status="online",Dubai Racing 2 (1080p) @@ -65,7 +65,7 @@ https://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/ind https://dmisxthvll.cdn.mgmlcdn.com/dubaitvht/smil:dubaitv.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DubaiTV.ae" status="online",Dubai TV (1080p) https://weyyak-live.akamaized.net/weyyak_dubai_tv/index.m3u8 -#EXTINF:-1 tvg-id="DubaiTV.ae" status="online",Dubai TV (576p) [Geo-blocked] +#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 @@ -135,7 +135,7 @@ https://dmieigthvll.cdn.mgmlcdn.com/samadubaiht/smil:samadubai.stream.smil/playl https://weyyak-live.akamaized.net/weyyak_sama_dubai/index.m3u8 #EXTINF:-1 tvg-id="Sharjah2.ae" status="online",Sharjah 2 (1080p) https://svs.itworkscdn.net/smc2live/smc2tv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="SharjahRadioQuran.ae" status="online",Sharjah Radio Quran (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SharjahRadioQuran.ae" status="error",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 10dc8b019..49eb5a9ce 100644 --- a/streams/al.m3u +++ b/streams/al.m3u @@ -53,9 +53,9 @@ http://media.az-mediaserver.com:1935/7064/7064/playlist.m3u8 https://5d00db0e0fcd5.streamlock.net/7064/7064/playlist.m3u8 #EXTINF:-1 tvg-id="TVApollon.al" status="online",TV Apollon (720p) https://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2 -#EXTINF:-1 tvg-id="TVOpoja.al" status="error",TV Opoja (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVOpoja.al" status="online",TV Opoja (720p) [Not 24/7] http://ip.opoja.tv:1935/tvopoja/tvopoja/playlist.m3u8 -#EXTINF:-1 tvg-id="ZjarrTV.al" status="error",Zjarr Televizion (360p) [Not 24/7] +#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 diff --git a/streams/am.m3u b/streams/am.m3u index 9a8f20283..a852887b0 100644 --- a/streams/am.m3u +++ b/streams/am.m3u @@ -1,5 +1,5 @@ #EXTM3U -#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) +#EXTINF:-1 tvg-id="5TV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",5-ึ€ีค ีกีฌีซึ„ (480p) #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) @@ -11,7 +11,7 @@ http://ott-cdn.ucom.am/s22/index.m3u8 #EXTINF:-1 tvg-id="ArmeniaJanTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Armenia ี‹ีกีถ TV (480p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s42/index.m3u8 -#EXTINF:-1 tvg-id="ArmeniaKomedi.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Armenia ี”ีธีดีฅีคีซ (480p) +#EXTINF:-1 tvg-id="ArmeniaKomedi.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Armenia ี”ีธีดีฅีคีซ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s32/index.m3u8 #EXTINF:-1 tvg-id="ArmeniaPremium.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Armenia Premium (1080p) @@ -41,7 +41,7 @@ http://ott-cdn.ucom.am/s73/index.m3u8 #EXTINF:-1 tvg-id="ATVKhaghaliqTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ิฝีกีฒิฑีฌีซึ„ (234p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s74/index.m3u8 -#EXTINF:-1 tvg-id="ATVKinoman.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ิฟีซีถีธีดีกีถ (480p) +#EXTINF:-1 tvg-id="ATVKinoman.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ิฟีซีถีธีดีกีถ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s94/index.m3u8 #EXTINF:-1 tvg-id="ATVTavaTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ินีกีพีก TV (480p) @@ -54,7 +54,7 @@ http://serv24.vintera.tv:8081/test/h1_arm/index.m3u8 #EXTINF:-1 tvg-id="H2.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ี€2 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s2/index.m3u8 -#EXTINF:-1 tvg-id="KentronTV.am" status="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="KentronTV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ิฟีฅีถีฟึ€ีธีถ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s5/index.m3u8 #EXTINF:-1 tvg-id="NorHayastanTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ี†ีธึ€ ี€ีกีตีกีฝีฟีกีถ (480p) diff --git a/streams/ar.m3u b/streams/ar.m3u index 06b8bd587..81fe59804 100644 --- a/streams/ar.m3u +++ b/streams/ar.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="5RTV.ar" status="error",5RTv (720p) [Not 24/7] +#EXTINF:-1 tvg-id="5RTV.ar" status="online",5RTv (720p) [Not 24/7] https://api.new.livestream.com/accounts/22636012/events/8242619/live.m3u8 #EXTINF:-1 tvg-id="5TV.ar" status="online",5TV (Corrientes) (480p) [Not 24/7] http://www.coninfo.net:1935/tvcinco/live1/playlist.m3u8 @@ -23,7 +23,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel https://raw.githubusercontent.com/MachineSystems/archived_m3u8/main/america_hls.m3u8 #EXTINF:-1 tvg-id="Antena91.ar" status="online",Antena 91 https://tuvideoonline.com.ar:3393/live/antena91live.m3u8 -#EXTINF:-1 tvg-id="ArgentinisimaSatelital.ar" status="online",Argentinรญsima Satelital (720p) +#EXTINF:-1 tvg-id="ArgentinisimaSatelital.ar" status="error",Argentinรญsima Satelital (720p) http://186.0.233.76:1935/Argentinisima/smil:argentinisima.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AZMTV.ar" status="online",AZM TV https://live.canalnueve.tv/canal.m3u8 @@ -37,7 +37,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/c5 https://59d52c5a5ce5e.streamlock.net:4443/cadena103/cadena103/playlist.m3u8 #EXTINF:-1 tvg-id="Canal2.ar" status="error",Canal 2 (Misiones) https://nd106.republicaservers.com:4433/canal2misioness.mp4 -#EXTINF:-1 tvg-id="Canal2HD.ar" status="online",Canal 2 Jujuy (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal2HD.ar" status="error",Canal 2 Jujuy (720p) [Not 24/7] http://api.new.livestream.com/accounts/679322/events/3782013/live.m3u8 #EXTINF:-1 tvg-id="Canal2Salta.ar" status="online",Canal 2 (Salta) https://vivo.solumedia.com:19360/tv2salta/tv2salta.m3u8 @@ -59,7 +59,7 @@ https://5cd577a3dd8ec.streamlock.net/canal4/smil:manifest.smil/playlist.m3u8 http://184.154.28.210:1935/canal4/canal4/live.m3u8 #EXTINF:-1 tvg-id="Canal4Posadas.ar" status="error",Canal 4 (Posadas) (360p) [Geo-blocked] http://184.154.28.210:1935/canal4/canal4/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal4SanJuan.ar" status="online",Canal 4 (San Juan) +#EXTINF:-1 tvg-id="Canal4SanJuan.ar" status="error",Canal 4 (San Juan) http://streamlov.alsolnet.com/canal4sanjuan/live/playlist.m3u8 #EXTINF:-1 tvg-id="Canal5PicoTruncado.ar" status="online",Canal 5 (Pico Truncado) https://stream.arcast.com.ar/canal5picotruncado/canal5picotruncado/playlist.m3u8 @@ -138,7 +138,7 @@ https://g2.vxral-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/P https://cdn2.zencast.tv:30443/orbe/orbe21smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalProvincial.ar" status="error",Canal Provincial (San Miguel) (360p) [Not 24/7] http://www.trimi.com.ar/provincial/streaming/mystream.m3u8 -#EXTINF:-1 tvg-id="CanalRural.ar" status="online",Canal Rural +#EXTINF:-1 tvg-id="CanalRural.ar" status="error",Canal Rural https://cda2.alsolnet.com/elrural/live/playlist.m3u8 #EXTINF:-1 tvg-id="CanalTDC.ar" status="online",CANAL TDC (1080p) [Not 24/7] https://5e7cdf2370883.streamlock.net/tdconline/tdconline/playlist.m3u8 @@ -182,7 +182,7 @@ https://vivo.solumedia.com:19360/crossing/crossing.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCSmh3DFxBwFurMttT60PQ1g/live #EXTINF:-1 tvg-id="ElDoce.ar" status="online",El Doce TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?feature=emb_title&streaming-ip=https://www.youtube.com/watch?v=gBbMbqILzXU -#EXTINF:-1 tvg-id="ElGarageTV.ar" status="online",El Garage TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="ElGarageTV.ar" status="timeout",El Garage TV (480p) [Not 24/7] http://186.0.233.76:1935/Garage/smil:garage.smil/master.m3u8 #EXTINF:-1 tvg-id="ElHistonautaTV.ar" status="online",El Histonauta TV [Not 24/7] https://stmv1.voxtvhd.com.br/elhistonauta/elhistonauta/playlist.m3u8 @@ -192,7 +192,7 @@ http://video.streamtvradio.com:8081/uv038/uv038/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/Rosario3 #EXTINF:-1 tvg-id="Encuentro.ar" status="online",Encuentro (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC1zLDoKL-eKmd_K7qkUZ-ow/live -#EXTINF:-1 tvg-id="EPSTV.ar" status="online",EPS TV +#EXTINF:-1 tvg-id="EPSTV.ar" status="timeout",EPS TV https://ott.argentinatv.live/vivo/noticiaseps/playlist.m3u8 #EXTINF:-1 tvg-id="FenixTV.ar" status="online",Fenix TV (Ciudad de La Rioja) (360p) https://stmv1.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8 @@ -240,11 +240,11 @@ https://live2.tensila.com/1-1-1.power-tv/hls/master.m3u8 https://stream.arcast.live/quatro/quatro/playlist.m3u8 #EXTINF:-1 tvg-id="QuatroTV.ar" status="error",Quatro TV (540p) [Not 24/7] https://59d52c5a5ce5e.streamlock.net:4443/quatro/quatro/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTVNeuquen.ar" status="online",Radio TV Neuquen (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTVNeuquen.ar" status="error",Radio TV Neuquen (720p) [Not 24/7] http://media.neuquen.gov.ar/rtn/television/playlist.m3u8 #EXTINF:-1 tvg-id="RetroMagico.ar" status="online",RetroMรกgico https://vivo.solumedia.com:19360/retromagico/retromagico.m3u8 -#EXTINF:-1 tvg-id="RTN.ar" status="online",RTN (Neuquรฉn) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RTN.ar" status="error",RTN (Neuquรฉn) (720p) [Not 24/7] http://media.neuquen.gov.ar/rtn/television/media.m3u8 #EXTINF:-1 tvg-id="SanPedroTV.ar" status="error",San Pedro TV https://iptv.ixfo.com.ar:30443/live/sanpedrotv/playlist.m3u8 @@ -306,10 +306,8 @@ https://cdnhd.iblups.com/hls/DD3nXkAkWk.m3u8 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",ElOnce (1080p) [Not 24/7] -https://elonceovh.elonce.com/hls/live.m3u8 #EXTINF:-1 tvg-id="" status="online",Power TV (720p) [Not 24/7] https://wowza.telpin.com.ar:1935/live-powerTV/power.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",AniPlus (720p) [Not 24/7] @@ -318,5 +316,7 @@ https://stmv1.voxhdnet.com/aniplus/aniplus/playlist.m3u8 http://streamyes.alsolnet.com/mediosrioja/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Santa Marรญa TV (360p) [Not 24/7] http://www.trimi.com.ar/santa_maria/streaming/mystream.m3u8 +#EXTINF:-1 tvg-id="" status="error",ElOnce (1080p) [Not 24/7] +https://elonceovh.elonce.com/hls/live.m3u8 #EXTINF:-1 tvg-id="" status="error",Planeta Multimedios (720p) [Not 24/7] https://videostream.shockmedia.com.ar:19360/planetamultimedia/planetamultimedia.m3u8 diff --git a/streams/at.m3u b/streams/at.m3u index 07dafe4b8..d1f7c8459 100644 --- a/streams/at.m3u +++ b/streams/at.m3u @@ -25,7 +25,7 @@ https://d2i6psfxyapxwi.cloudfront.net/out/v1/f0cc8e3aceb64ad8968231dc5a0041d4/in https://orf1.mdn.ors.at/out/u/orf1/qxb/manifest.m3u8 #EXTINF:-1 tvg-id="ORF2.at" status="blocked",ORF 2 (540p) [Geo-blocked] https://orf2.mdn.ors.at/out/u/orf2/qxb/manifest.m3u8 -#EXTINF:-1 tvg-id="ORFIII.at" status="blocked",ORF 3 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="ORFIII.at" status="online",ORF 3 (720p) [Geo-blocked] https://orf3.mdn.ors.at/out/u/orf3/qxb/manifest.m3u8 #EXTINF:-1 tvg-id="ORFSportPlus.at" status="blocked",ORF Sport+ (540p) [Geo-blocked] https://orfs.mdn.ors.at/out/u/orfs/qxb/manifest.m3u8 diff --git a/streams/au.m3u b/streams/au.m3u index 4a620accc..06e95135d 100644 --- a/streams/au.m3u +++ b/streams/au.m3u @@ -45,7 +45,7 @@ https://iptv-all.lanesh4d0w.repl.co/australia/acctv-melbourne http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/mim21889/live #EXTINF:-1 tvg-id="AusTamilTV.au" status="online",Aus Tamil (720p) [Not 24/7] https://bk7l2pn7dx53-hls-live.5centscdn.com/austamil/fe01ce2a7fbac8fafaed7c982a04e229.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="AustraliaChannel.au" status="online",Australia Channel (720p) +#EXTINF:-1 tvg-id="AustraliaChannel.au" status="error",Australia Channel (720p) https://austchannel-live.akamaized.net/hls/live/2002729/austchannel-news/master.m3u8 #EXTINF:-1 tvg-id="C31Melbourne.au" status="online",C31 Melbourne (240p) https://d1k6kax80wecy5.cloudfront.net/RLnAKY/index.m3u8 @@ -55,7 +55,7 @@ https://d1k6kax80wecy5.cloudfront.net/WFqZJc/index.m3u8 https://tvsn-i.akamaihd.net/hls/live/261837/expo/expo.m3u8 #EXTINF:-1 tvg-id="JonmoBhumiTV.au" status="online",JonmoBhumi TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/jonmobhumitv.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="M4TVMalayalam.au" status="error",M4TV Malayalam (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="M4TVMalayalam.au" status="online",M4TV Malayalam (1080p) [Not 24/7] https://app.m4stream.live/mfourmalayalamhls/live.m3u8 #EXTINF:-1 tvg-id="NineNetwork.au" status="error",Nine [Geo-blocked] https://i.mjh.nz/au/Sydney/tv.101204200421.m3u8 diff --git a/streams/ba.m3u b/streams/ba.m3u index 00d194da9..1f1ed67f6 100644 --- a/streams/ba.m3u +++ b/streams/ba.m3u @@ -16,14 +16,14 @@ https://prd-hometv-live-open.spectar.tv/ERO_1_083/playlist.m3u8 #EXTINF:-1 tvg-id="Televizija5.ba" status="timeout",Televizija 5 (576p) https://balkanmedia.dynu.net/hls/tv5web.m3u8 #EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RTVSLON/live -#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="TVSlonExtra.ba" status="error",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="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_jagobd.m3u b/streams/bd_jagobd.m3u index 79b63831b..338f3baca 100644 --- a/streams/bd_jagobd.m3u +++ b/streams/bd_jagobd.m3u @@ -13,11 +13,11 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/boishakhitv-org.stream/playlist.m3u8 #EXTINF:-1 tvg-id="BTVChittagong.bd" status="error",BTV Chittagong (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/btvnational-ctg.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="BTVWorld.bd" status="online",BTV World (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BTVWorld.bd" status="error",BTV World (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/btvbd-office-sg.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Channel9.bd" status="blocked",Channel 9 (720p) https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/channel9hd.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="Channel24.bd" status="online",Channel 24 (720p) +#EXTINF:-1 tvg-id="Channel24.bd" status="error",Channel 24 (720p) 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 @@ -25,13 +25,13 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF 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 -#EXTINF:-1 tvg-id="GaanBangla.bd" status="online",Gaan Bangla (720p) [Not 24/7] +#EXTINF:-1 tvg-id="GaanBangla.bd" status="error",Gaan Bangla (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/gaanbangla-8-orgd.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="IndependentTV.bd" status="online",Independent TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="IndependentTV.bd" status="error",Independent TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/independent-8-org.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="JamunaTV.bd" status="online",Jamuna TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JamunaTV.bd" status="error",Jamuna TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/jamuna-test-sample-ok.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="News24.bd" status="online",News 24 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="News24.bd" status="error",News 24 (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/news24local.stream/playlist.m3u8 #EXTINF:-1 tvg-id="NexusTV.bd" status="online",Nexus TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/nexustv.stream/playlist.m3u8 @@ -45,7 +45,7 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/songsodtv-world.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SATV.bd" status="online",SATV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/satvoff5666.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="SomoyNewsTV.bd" status="online",Somoy News TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SomoyNewsTV.bd" status="error",Somoy News TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/somoyt000011226615544544.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SomoyNewsTV.bd" status="error",Somoy News TV (1080p) [Not 24/7] https://somoy.appv.jagobd.com:444/somoy/somoyt000011226615544544.stream/playlist.m3u8 diff --git a/streams/be.m3u b/streams/be.m3u index dd27e5403..3fee0faee 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 @@ -43,8 +43,6 @@ https://player-api.new.livestream.com/accounts/27755193/events/8511193/live.m3u8 https://live-radio-cf-vrt.akamaized.net/groupa/live/bac277a1-306d-44a0-8e2e-e5b9c07fa270/live.isml/.mpd #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/.mpd -#EXTINF:-1 tvg-id="" status="online",VRT Radio 2 -https://live-radio-cf-vrt.akamaized.net/groupa/live/e96793cc-eac5-4ed2-8eb5-617c2f6abc55/live.isml/.mpd #EXTINF:-1 tvg-id="" status="online",VRT Radio StuBru 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 @@ -63,5 +61,7 @@ https://live-radio-cf-vrt.akamaized.net/groupb/live/eee20dc8-158a-4194-8d92-0c5a https://media.mediahuisvideo.be/hls/account=tqIhfOEY3U0A/item=oIFtpshSvwcy/oIFtpshSvwcy.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Antenne Centre (720p) [Geo-blocked] https://actv-live.freecaster.com/live/actv/actv.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",VRT Radio 2 +https://live-radio-cf-vrt.akamaized.net/groupa/live/e96793cc-eac5-4ed2-8eb5-617c2f6abc55/live.isml/.mpd #EXTINF:-1 tvg-id="" status="error",RTL-TVi (720p) https://rtltvi-lh.akamaihd.net/i/TVI_1@319659/master.m3u8 diff --git a/streams/bf.m3u b/streams/bf.m3u index 63678d770..86fd2f79e 100644 --- a/streams/bf.m3u +++ b/streams/bf.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="3TV.bf" status="online",3TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="3TV.bf" status="error",3TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/3tvbf #EXTINF:-1 tvg-id="FasoTV.bf" status="timeout",Faso TV (480p) [Not 24/7] https://playtv4kpro.com:5443/LiveApp/streams/163893638025530331068059.m3u8 diff --git a/streams/bo.m3u b/streams/bo.m3u index 75f645995..ee2a6cdf0 100644 --- a/streams/bo.m3u +++ b/streams/bo.m3u @@ -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="error",Red Uno (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RedUno.bo" status="timeout",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,9 +51,9 @@ 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="error",TVU (276p) [Not 24/7] +#EXTINF:-1 tvg-id="TVU.bo" status="online",TVU (276p) [Not 24/7] http://136.243.3.70:1935/TvUniversitaria/TvUniversitaria/playlist.m3u8 -#EXTINF:-1 tvg-id="TVUSucre.bo" status="error",TVU Sucre +#EXTINF:-1 tvg-id="TVUSucre.bo" status="online",TVU Sucre https://solo.disfrutaenlared.com:1936/tuch/ngrp:tuch_all/playlist.m3u8 #EXTINF:-1 tvg-id="XTOTV.bo" status="online",XTOTV (404p) [Not 24/7] http://www.channel.tevemi.com:1935/XtoTv/XtoTv/playlist.m3u8 diff --git a/streams/br.m3u b/streams/br.m3u index ccd64fbb2..6905fbc02 100644 --- a/streams/br.m3u +++ b/streams/br.m3u @@ -74,7 +74,7 @@ http://stream.novotempo.com/tv/tvnovotempo.smil/playlist.m3u8 http://stream.novotempo.com:1935/tv/smil:tvnovotempo.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NovoTempo.br" status="online",Novo Tempo (480p) http://stream.novotempo.com:1935/tv/tvnovotempo.smil/live.m3u8 -#EXTINF:-1 tvg-id="NuevoTiempo.br" status="error",Nuevo Tiempo (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NuevoTiempo.br" status="online",Nuevo Tiempo (720p) [Not 24/7] https://stream.live.novotempo.com/tv/smil:tvnuevotiempo.smil/playlist.m3u8 #EXTINF:-1 tvg-id="PeruChannel.br" status="error",Perรบ Channel (720p) [Not 24/7] https://stmv1.duvoxtv.com.br/novelaplz/novelaplz/playlist.m3u8 @@ -194,7 +194,7 @@ https://streaming03.zas.media/tvfuturo/tvfuturo/playlist.m3u8 https://cdn.jmvstream.com/w/LVW-8538/LVW8538_KBtZ9UMIZn/playlist.m3u8 #EXTINF:-1 tvg-id="TVGazeta.br" status="error",TV Gazeta (720p) [Not 24/7] https://api.new.livestream.com/accounts/5381476/events/8947634/live.m3u8 -#EXTINF:-1 tvg-id="TVGideoes.br" status="error",TV Gideoes (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVGideoes.br" status="online",TV Gideoes (1080p) [Not 24/7] https://streaming01.zas.media/gideoes/programacao/playlist.m3u8 #EXTINF:-1 tvg-id="TVGloboRiodeJaneiro.br" status="error",Rede Globo RJ (720p) http://live.video.globo.com/h/1402196682759012345678915746027599876543210hM4EA1neMoQoIiUyVn1TNg/k/app/a/A/u/anyone/d/s/hls-globo-rj/playlist.m3u8 diff --git a/streams/br_samsung.m3u b/streams/br_samsung.m3u index 289d4ac7b..fc5ecae77 100644 --- a/streams/br_samsung.m3u +++ b/streams/br_samsung.m3u @@ -19,7 +19,7 @@ https://inwild-samsungbrazil.amagi.tv/playlist.m3u8 https://inwonder-samsungbrazil.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="MyTimemovienetworkBrazil.br" status="online",MyTime movie network Brazil (720p) https://appletree-mytime-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RecordNews.br" status="online",Record News (540p) +#EXTINF:-1 tvg-id="RecordNews.br" status="timeout",Record News (540p) https://rede-muhler-recordnews-1-br.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="RuntimeBrazil.br" status="error",Runtime (Brazil) (1080p) [Geo-blocked] https://runtimebrazil-samsungbrazil.amagi.tv/playlist.m3u8 diff --git a/streams/by.m3u b/streams/by.m3u index 351b24605..dca998ba5 100644 --- a/streams/by.m3u +++ b/streams/by.m3u @@ -7,7 +7,7 @@ https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus3.smil/playlist.m3u8 http://95.46.208.8:26258/belarus4 #EXTINF:-1 tvg-id="Belarus24.by" status="online",ะ‘ะตะปะฐั€ัƒััŒ 24 (1080p) https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus24.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FirstMusicChannel4K.by" status="timeout",ะŸะตั€ะฒั‹ะน ะœัƒะทั‹ะบะฐะปัŒะฝั‹ะน ะšะฐะฝะฐะป 4K (2160p) +#EXTINF:-1 tvg-id="FirstMusicChannel4K.by" status="online",ะŸะตั€ะฒั‹ะน ะœัƒะทั‹ะบะฐะปัŒะฝั‹ะน ะšะฐะฝะฐะป 4K (2160p) http://rtmp.one.by:1499 #EXTINF:-1 tvg-id="FirstMusicChannel.by" status="online",ะŸะตั€ะฒั‹ะน ะœัƒะทั‹ะบะฐะปัŒะฝั‹ะน ะšะฐะฝะฐะป (576p) http://hz1.teleport.cc/HLS/SD.m3u8 diff --git a/streams/ca.m3u b/streams/ca.m3u index 4b6e9ad00..6654aa3e1 100644 --- a/streams/ca.m3u +++ b/streams/ca.m3u @@ -5,10 +5,10 @@ http://158.69.124.9:1935/5aabtv/5aabtv/playlist.m3u8 https://uni01rtmp.tulix.tv/amazingdtv/amazingdtv/playlist.m3u8 #EXTINF:-1 tvg-id="AssembleenationaleduQuebec.ca" status="error",Canal de l'Assemblรฉe nationale (544p) [Not 24/7] https://wowzaprod231-i.akamaihd.net/hls/live/1013830/177d227e/playlist.m3u8 -#EXTINF:-1 tvg-id="AzStarTV.ca" status="online",Az Star TV (1080p) -http://live.azstartv.com/azstar/smil:azstar.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AzStarTV.ca" status="online",Az Star TV (240p) https://live.livestreamtv.ca/azstar/ngrp:azstar/playlist.m3u8 +#EXTINF:-1 tvg-id="AzStarTV.ca" status="error",Az Star TV (1080p) +http://live.azstartv.com/azstar/smil:azstar.smil/playlist.m3u8 #EXTINF:-1 tvg-id="BBCTorontoGaundaPunjab.ca" status="online",BBC Toronto Gaunda Punjab (720p) [Not 24/7] http://start.agmediachandigarh.com/gaundapunjab/tv/playlist.m3u8 #EXTINF:-1 tvg-id="CanadaOne.ca" status="online",Canada One (720p) [Not 24/7] @@ -97,7 +97,7 @@ http://cdn12.henico.net:8080/live/gsctv/index.m3u8 http://encodercdn1.frontline.ca/encoder181/output/History_720p/playlist.m3u8 #EXTINF:-1 tvg-id="IciRDI.ca" status="online",ICI RDI (720p) https://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8 -#EXTINF:-1 tvg-id="IIPCTV.ca" status="blocked",IIPC TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="IIPCTV.ca" status="online",IIPC TV (480p) [Geo-blocked] https://uni10rtmp.tulix.tv/iipctv/iipctv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ITCTV.ca" status="blocked",ITC TV (480p) [Geo-blocked] https://dacastmmd.mmdlive.lldns.net/dacastmmd/f05d55e42dc746c8bd36edafbace7cc1/playlist.m3u8 @@ -151,11 +151,11 @@ http://live.tamilvision.tv:8081/TVI/SD/playlist.m3u8 https://5790d294af2dc.streamlock.net/8150/8150/playlist.m3u8 #EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="online",Tรฉlรฉ-Mag Quรฉbec (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCNKXYT-Nng5LBMUQrZJ9zWA/live -#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="online",Tรฉlรฉ-Mag Quรฉbec (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="error",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="error",The Channel TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TheChannelTV.ca" status="online",The Channel TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/thechanneltv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TheWeatherNetwork.ca" status="error",The Weather Network Uxbridge Edition (720p) http://s1.mysportz.tv:2082/weather/playlist.m3u8 @@ -173,7 +173,7 @@ http://s1.mysportz.tv:2082/tsn3/playlist.m3u8 http://s1.mysportz.tv:2082/tsn4/playlist.m3u8 #EXTINF:-1 tvg-id="TV16Toronto.ca" status="online",TV 16 Toronto (720p) [Not 24/7] http://rtmp.smartstream.video:1935/capco/tv29/playlist.m3u8 -#EXTINF:-1 tvg-id="TVC9.ca" status="error",TVC9 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVC9.ca" status="online",TVC9 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC0JP0ek-HhcqisiEpsZiQZA/live #EXTINF:-1 tvg-id="TVOKids.ca" status="error",TVOKids (360p) [Not 24/7] https://bcsecurelivehls-i.akamaihd.net/hls/live/623607/15364602001/tvokids/master.m3u8 diff --git a/streams/ch.m3u b/streams/ch.m3u index 85142f457..e282bbb6c 100644 --- a/streams/ch.m3u +++ b/streams/ch.m3u @@ -3,7 +3,7 @@ https://canalalphaju.vedge.infomaniak.com/livecast/ik:canalalphaju/playlist.m3u8 #EXTINF:-1 tvg-id="CanalAlphaJura.ch" status="online",Canal Alpha Jura (360p) https://edge.vedge.infomaniak.com/livecast/ik:canalalphaju/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalAlphaNeuchatel.ch" status="timeout",Canal Alpha Neuchatel (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalAlphaNeuchatel.ch" status="online",Canal Alpha Neuchatel (1080p) [Not 24/7] https://edge.vedge.infomaniak.com/livecast/ik:canalalpha/playlist.m3u8 #EXTINF:-1 tvg-id="Couleur3.ch" status="error",Couleur 3 (720p) https://rtsc3video-lh.akamaihd.net/i/rtsc3video_ww@513975/master.m3u8 @@ -11,14 +11,14 @@ https://rtsc3video-lh.akamaihd.net/i/rtsc3video_ww@513975/master.m3u8 https://katapy.hs.llnwd.net/dieutvwza1/DIEUTVLIVE/smil:dieutv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ELITTVIsvicre.ch" status="error",ELIT TV Isvicre (720p) http://source2.primetime.ch/play/elittv/index.m3u8 -#EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 en Franรงais (1080p) -https://edge.vedge.infomaniak.com/livecast/ik:livehd/master.m3u8 #EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 auf Deutsch (1080p) https://edge.vedge.infomaniak.com/livecast/ik:livesd2/master.m3u8 #EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 en Franรงais (1080p) https://livehd.vedge.infomaniak.com/livecast/livehd/master.m3u8 #EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 auf Deutsch (1080p) https://livesd2.vedge.infomaniak.com/livecast/ik:livesd2/master.m3u8 +#EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 en Franรงais (1080p) +https://edge.vedge.infomaniak.com/livecast/ik:livehd/master.m3u8 #EXTINF:-1 tvg-id="LaTele.ch" status="online",La Tรฉlรฉ (1080p) https://edge.vedge.infomaniak.com/livecast/ik:latele/playlist.m3u8 #EXTINF:-1 tvg-id="LaTele.ch" status="online",La Tรฉlรฉ (1080p) @@ -65,7 +65,7 @@ https://cldf-wzw-live.r53.cdn.tv1.eu/10096xtelebase/_definst_/1000199copo/live/a http://xapp510394368c1000199.f.l.z.lb.core-cdn.net/10096xtelebase/ios_500/master.m3u8 #EXTINF:-1 tvg-id="TeleBielingue.ch" status="online",TeleBielingue (720p) https://edge.vedge.infomaniak.com/livecast/ik:telebielinguech/manifest.m3u8 -#EXTINF:-1 tvg-id="TeleBielingue.ch" status="online",TeleBielingue (720p) +#EXTINF:-1 tvg-id="TeleBielingue.ch" status="error",TeleBielingue (720p) https://livevideo.infomaniak.com/streaming/livecast/telebielinguech/playlist.m3u8 #EXTINF:-1 tvg-id="TeleM1.ch" status="online",Tele M1 (720p) [Not 24/7] https://cdnapisec.kaltura.com/p/1719221/sp/171922100/playManifest/entryId/1_ljzy3evp/format/applehttp/protocol/https/a.m3u8 @@ -75,7 +75,7 @@ https://livestream.gruppocdt.ch/hls/teleticino.m3u8 http://livevideo.infomaniak.com/streaming/livecast/tvm3/playlist.m3u8 #EXTINF:-1 tvg-id="TVM3.ch" status="online",TVM3 (1080p) https://edge.vedge.infomaniak.com/livecast/tvm3/playlist.m3u8 -#EXTINF:-1 tvg-id="TVM3.ch" status="error",TVM3 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVM3.ch" status="online",TVM3 (1080p) [Not 24/7] https://tvm3.vedge.infomaniak.com/livecast/tvm3/playlist.m3u8 #EXTINF:-1 tvg-id="TVO.ch" status="online",TVO (CH) (1080p) [Not 24/7] https://s3.welocal.world/tvo/media/447348/videos/hls.m3u8 diff --git a/streams/cl.m3u b/streams/cl.m3u index ded58c0fd..31a4bc99c 100644 --- a/streams/cl.m3u +++ b/streams/cl.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="24Horas.cl" status="error",24 Horas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="24Horas.cl" status="online",24 Horas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/24HORAS/live #EXTINF:-1 tvg-id="ADNTV.cl" status="online",ADN Radio (1080p) https://unlimited1-us.dps.live/adntv/adntv.smil/playlist.m3u8 @@ -19,7 +19,7 @@ https://livefocamundo.com:8081/arabtv/playlist.m3u8 https://5eff35271151c.streamlock.net:1936/8002/8002/playlist.m3u8 #EXTINF:-1 tvg-id="AtacamaTV.cl" status="online",Atacama TV (Copiapรณ) (720p) [Not 24/7] https://v2.tustreaming.cl/atacamatv/index.m3u8 -#EXTINF:-1 tvg-id="AutonomaTV.cl" status="online",Autonoma TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AutonomaTV.cl" status="error",Autonoma TV (720p) [Not 24/7] https://5eff35271151c.streamlock.net:1936/8144/8144/playlist.m3u8 #EXTINF:-1 tvg-id="AysenTV.cl" status="online",Aysรฉn TV (720p) [Not 24/7] https://v2.tustreaming.cl/aysentv/playlist.m3u8 @@ -31,12 +31,12 @@ http://v3.tustreaming.cl/campoabierto/playlist.m3u8 https://pantera1-100gb-cl-movistar.dps.live/campustv/campustv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal2HDSanAntonio.cl" status="online",Canal 2 (San Antonio) (720p) [Not 24/7] https://unlimited1-us.dps.live/canal2/canal2.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal2Quellon.cl" status="error",TV Quellรณn (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal2Quellon.cl" status="online",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] @@ -89,13 +89,13 @@ https://videostreaming.cloudserverlatam.com/CSTV/CSTV/playlist.m3u8 https://videostreaming.cloudserverlatam.com/Kids90/Kids90/playlist.m3u8 #EXTINF:-1 tvg-id="ClubTV.cl" status="online",Club TV (Santa Juana) (720p) [Not 24/7] https://mediacpstreamchile.com:1936/clubtv/clubtv/playlist.m3u8 -#EXTINF:-1 tvg-id="Contivision.cl" status="error",Contivisiรณn (720p) +#EXTINF:-1 tvg-id="Contivision.cl" status="online",Contivisiรณn (720p) https://unlimited6-cl.dps.live/contivision/contivision.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ControlVG.cl" status="online",Control.VG https://tls-cl.cdnz.cl/onradio-5/live/playlist.m3u8 #EXTINF:-1 tvg-id="CulturaOnline.cl" status="error",Cultura Online (720p) [Not 24/7] https://v2.tustreaming.cl/culturaonline/index.m3u8 -#EXTINF:-1 tvg-id="DecimaTV.cl" status="error",Dรฉcima TV (Ancud) (720p) +#EXTINF:-1 tvg-id="DecimaTV.cl" status="online",Dรฉcima TV (Ancud) (720p) http://unlimited10-cl.dps.live/decimatv/decimatv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DetrasdelaRazon.cl" status="online",Detrรกs de la Razรณn https://videostreaming.cloudserverlatam.com/detrazdelarazon/detrazdelarazon/playlist.m3u8 @@ -107,7 +107,7 @@ https://stmv.panel.mivideo.pro/ekiztv/ekiztv/playlist.m3u8 https://paneltv.online:1936/8154/8154/playlist.m3u8 #EXTINF:-1 tvg-id="ElPinguinoTV.cl" status="online",El Pingรผino TV (720p) https://github.com/MachineSystems/archived_m3u8/raw/main/elpinguino_cl.m3u8 -#EXTINF:-1 tvg-id="EnerGeek2.cl" status="online",EnerGeek Seรฑal 2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EnerGeek2.cl" status="blocked",EnerGeek Seรฑal 2 (720p) [Not 24/7] https://wifispeed.trapemn.tv:1936/infantil/energeek-2/playlist.m3u8 #EXTINF:-1 tvg-id="EnerGeek3.cl" status="error",EnerGeek Seรฑal 3 (720p) [Not 24/7] https://stream.wifispeed.cl:3993/live/energeeklive.m3u8 @@ -123,13 +123,13 @@ http://unlimited1-us.dps.live/estaciontv/estaciontv.smil/playlist.m3u8 https://mediacpstreamchile.com:1936/hugomendez/hugomendez/playlist.m3u8 #EXTINF:-1 tvg-id="EvaRetro.cl" status="online",EvaRetro (Corporaciรณn Eva) (480p) [Not 24/7] https://stmv2.voxtvhd.com.br/evaretro/evaretro/playlist.m3u8 -#EXTINF:-1 tvg-id="EvaStream.cl" status="blocked",Eva Stream (Corporaciรณn Eva) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="EvaStream.cl" status="online",Eva Stream (Corporaciรณn Eva) (480p) [Not 24/7] https://mediacpstreamchile.com:1936/evavision/evavision/playlist.m3u8 #EXTINF:-1 tvg-id="Evavision.cl" status="error",Evavisiรณn (Corporaciรณn Eva) [Not 24/7] https://stmv2.voxtvhd.com.br/puertonatales/puertonatales/playlist.m3u8 #EXTINF:-1 tvg-id="EvavisionPachanga.cl" status="online",Evavisiรณn Pachanga (Corporaciรณn Eva) (720p) http://159.69.56.148:25461/live/evavision/2r4rfasf/38.m3u8 -#EXTINF:-1 tvg-id="ExprezionTV.cl" status="online",Expreziรณn TV (EXTV | Los รlamos) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ExprezionTV.cl" status="error",Expreziรณn TV (EXTV | Los รlamos) (720p) [Not 24/7] https://srv3.zcast.com.br/expreszion/expreszion/playlist.m3u8 #EXTINF:-1 tvg-id="GenialTV.cl" status="error",Genial TV (720p) [Not 24/7] http://v3.tustreaming.cl/genialtv/playlist.m3u8 @@ -307,7 +307,7 @@ http://cdn.streamingmedia.cl:1935/live/canalcosta/playlist.m3u8 https://hd.chileservidores.cl:1936/tvcosta1/tvcosta1/playlist.m3u8 #EXTINF:-1 tvg-id="TVElqui.cl" status="error",TV Elqui (La Serena) (720p) https://5eff35271151c.streamlock.net:1936/8070/8070/playlist.m3u8 -#EXTINF:-1 tvg-id="TVinet.cl" status="error",T-Vinet +#EXTINF:-1 tvg-id="TVinet.cl" status="online",T-Vinet https://unlimited1-us.dps.live/inet2/inet2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVN.cl" status="error",TVN (720p) [Not 24/7] https://unlimited1-us.dps.live/tvn/tvn.smil/playlist.m3u8 @@ -329,7 +329,7 @@ https://stmv1.zcastbr.com/danielg/smil:transcoder.smil/playlist.m3u8 https://unlimited1-us.dps.live/tvr/tvr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVR.cl" status="timeout",TVR (720p) https://unlimited1-cl.dps.live/tvr/tvr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TVSalud.cl" status="online",TV Salud (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSalud.cl" status="error",TV Salud (720p) [Not 24/7] https://srv3.zcast.com.br/mastermedia/mastermedia/playlist.m3u8 #EXTINF:-1 tvg-id="TVSenado.cl" status="online",TV Senado (360p) https://janus-tv-ply.senado.cl/playlist/playlist.m3u8 @@ -349,7 +349,7 @@ http://cl.origin.grupoz.cl/uestv/live/playlist.m3u8 http://edge1.cl.grupoz.cl/uestv/live/playlist.m3u8 #EXTINF:-1 tvg-id="UESTV.cl" status="timeout",UESTV (720p) https://tls.cdnz.cl/uestv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="ULosLagosTV.cl" status="error",U Los Lagos TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="ULosLagosTV.cl" status="online",U Los Lagos TV (1080p) [Not 24/7] 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 diff --git a/streams/cn.m3u b/streams/cn.m3u index f58db0dbf..eaef4bd75 100644 --- a/streams/cn.m3u +++ b/streams/cn.m3u @@ -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) @@ -140,14 +140,14 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225706/index.m3u8 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="online",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225649/index.m3u8 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="online",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) +http://117.169.120.132:8080/live/hdcctv05plus/playlist.m3u8 +#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="online",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) http://183.207.249.14/PLTV/3/224/3221225604/index.m3u8 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=36&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=36&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) -http://117.169.120.132:8080/live/hdcctv05plus/playlist.m3u8 -#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) http://183.207.248.71/cntv/live1/CCTV5+/hdcctv05plus #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) http://183.207.248.71/cntv/live1/hdcctv05plus/hdcctv05plus @@ -194,8 +194,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225644/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225624/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) -http://117.169.120.140:8080/live/cctv-7/.m3u8 -#EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) http://183.207.248.10/PLTV/3/224/3221225546/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) http://183.207.249.9/PLTV/3/224/3221225546/index.m3u8 @@ -213,6 +211,8 @@ http://116.199.5.51:8114/hls/Fsv_chan_hls_se_idx=028&FvSeid=1&Fsv_ctype=LIVES&Fs http://116.199.5.51:8114/index.m3u8?Fsv_chan_hls_se_idx=28&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=1&Pcontent_id=.m3u8&Provider_id= #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) [Not 24/7] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=28&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= +#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) +http://117.169.120.140:8080/live/cctv-7/.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (360p) http://125.210.152.18:9090/live/CCTV7HD_H265.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) @@ -389,20 +389,20 @@ https://news.cgtn.com/resource/live/document/cgtn-doc.m3u8 https://news.cgtn.com/resource/live/russian/cgtn-r.m3u8 #EXTINF:-1 tvg-id="CGTNSpanish.cn" status="online",CGTN Espaรฑol (576p) [Not 24/7] https://news.cgtn.com/resource/live/espanol/cgtn-e.m3u8 -#EXTINF:-1 tvg-id="DragonTVInternational.cn" status="online",Dragon TV International (360p) -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="online",Toonmax TV (576p) +http://210.210.155.37/qwr9ew/s/s50/index.m3u8 #EXTINF:-1 tvg-id="ToonmaxTV.cn" status="error",Toonmax TV (576p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s50/index.m3u8 -#EXTINF:-1 tvg-id="ToonmaxTV.cn" status="error",Toonmax TV (576p) -http://210.210.155.37/qwr9ew/s/s50/index.m3u8 #EXTINF:-1 tvg-id="TVS2.cn" status="timeout",TVS2 (576p) http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227005/index.m3u8 +#EXTINF:-1 tvg-id="XingKongInternational.cn" status="online",Xing Kong International (360p) +http://210.210.155.37/x6bnqe/s/s94/index2.m3u8 #EXTINF:-1 tvg-id="XingKongInternational.cn" status="error",Xing Kong International (360p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s94/index2.m3u8 -#EXTINF:-1 tvg-id="XingKongInternational.cn" status="error",Xing Kong International (360p) -http://210.210.155.37/x6bnqe/s/s94/index2.m3u8 #EXTINF:-1 tvg-id="" status="online",่€€ๆ‰่ดข็ป http://202.69.67.66/webcast/bshdlive-pc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฎœ็ซ ๆ–ฐ้—ป็ปผๅˆ (576p) @@ -509,6 +509,8 @@ http://117.169.120.140:8080/live/hdjiangsustv/.m3u8 http://117.169.120.140:8080/live/hdshandongstv/.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆทฑๅœณๅซ่ง† (1080p) 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://117.172.215.250:8083/videos/live/35/39/GQVbrgob5CGJM/GQVbrgob5CGJM.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธœๆ–นๅฝฑ่ง† (1080p) @@ -543,8 +545,6 @@ http://183.207.249.16/PLTV/3/224/3221225539/index.m3u8 http://183.207.249.34/PLTV/4/224/3221227393/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่‹ๅซ่ง† (1080p) http://183.207.249.34/PLTV/4/224/3221227402/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅ‡คๅ‡ฐ่ต„่ฎฏ (720p) -http://183.207.249.35/PLTV/3/224/3221226923/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ‡คๅ‡ฐ้ฆ™ๆธฏ (720p) http://183.207.249.35/PLTV/3/224/3221226975/index.m3u8 #EXTINF:-1 tvg-id="" status="online",้ป‘้พ™ๆฑŸๅซ่ง† (1080p) @@ -645,8 +645,6 @@ https://gcbsc.v.live.baishancdnx.cn/gc/xiongmao03_1/index.m3u8?contentid=2820180 https://live-hls-web-aje.getaj.net/AJE/01.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] @@ -701,10 +699,10 @@ http://haiyan.liveyun.hoge.cn/xwpd/sd/live.m3u8 http://hls-ott-zhibo.wasu.tv/live/442/index.m3u8 #EXTINF:-1 tvg-id="" status="online",่กกๆฐดๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] http://hls.hsrtv.cn/hls/hstv1.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎ้ƒฝๅธ‚็”Ÿๆดป (720p) [Not 24/7] +http://hls.nntv.cn/nnlive/NNTV_METRO_A.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] http://hls.nntv.cn/nnlive/NNTV_NEWS_A.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎๅ…ฌๅ…ฑ (720p) [Not 24/7] -http://hls.nntv.cn/nnlive/NNTV_PUB_A.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎๅฝฑ่ง†ๅจฑไน (720p) [Not 24/7] http://hls.nntv.cn/nnlive/NNTV_VOD_A.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆต™ๆฑŸ โ…  ๆต™ๆฑŸ็ปๆตŽ (720p) [Not 24/7] @@ -757,8 +755,6 @@ 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/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] @@ -897,16 +893,12 @@ http://183.207.249.15/PLTV/4/224/3221225933/index.m3u8 http://183.207.249.16/PLTV/3/224/3221225523/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆน–ๅŒ—ๅซ่ง† (576p) http://183.207.249.16/PLTV/4/224/3221225877/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",่พฝๅฎๅซ่ง† (576p) -http://183.207.249.71/PLTV/3/224/3221225566/index.m3u8 #EXTINF:-1 tvg-id="" status="online",้•ท่ฑๆ–ฐ่ž็ถœๅˆ (576p) http://218.23.114.19:1935/live/xinwen/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ˜Ÿ็ฉบ่ก›่ฆ– (576p) http://218.202.220.2:5000/nn_live.ts?id=STARTV #EXTINF:-1 tvg-id="" status="online",ไป™ๆกƒๆ–ฐ่ž็ถœๅˆ (576p) http://221.233.242.239:280/live/71/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ไป™ๆกƒ็”Ÿๆดปๆ–‡้ซ” (576p) -http://221.233.242.239:280/live/72/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸๆดฅๆ–‡ๅŒ–ๆ—…ๆธธ (576p) http://222.179.155.21:1935/ch2.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธœ่‡ณๆ–‡ๅŒ–่ต„่ฎฏ (576p) [Not 24/7] @@ -955,8 +947,6 @@ http://jxyx.chinashadt.com:2036/live/1002.stream/playlist.m3u8 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) [Not 24/7] -http://jxyz.chinashadt.com:8036/live/yz1.stream/playist.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] @@ -985,6 +975,8 @@ http://sdqz.chinashadt.com:2036/live/stream:1.stream/playlist.m3u8 http://sdqz.chinashadt.com:2036/live/stream:2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",้’ๅทžๆ–‡ๅŒ–ๆ—…ๆธธ (576p) http://sdqz.chinashadt.com:2036/live/stream:3.stream/playlist.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/baicheng1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",็™ฝๅฑฑๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] @@ -995,12 +987,10 @@ http://stream2.jlntv.cn/ja/sd/live.m3u8 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/sytv/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) @@ -1063,8 +1053,6 @@ https://live.ntdimg.com/uwlive990/playlist.m3u8 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/xtxc/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐไนกๆ‘ๅ…šๅปบ (480p) [Not 24/7] -http://live.xtgdw.cn: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] @@ -1073,6 +1061,8 @@ http://111.17.214.4:1935/live/xtys/playlist.m3u8 http://111.17.214.4:1935/live/xtzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐ็”Ÿๆดป (480p) [Not 24/7] http://live.xtgdw.cn:1935/live/xtsh/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐไนกๆ‘ๅ…šๅปบ (480p) [Not 24/7] +http://live.xtgdw.cn:1935/live/xtxc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐๅฝฑ่ฆ–้ ป้“ (480p) [Not 24/7] http://live.xtgdw.cn:1935/live/xtys/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐ็ปผๅˆ (480p) [Not 24/7] @@ -1099,6 +1089,8 @@ http://dslive.grtn.cn/jmzh/playlist.m3u8 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) @@ -1111,6 +1103,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] @@ -1119,14 +1113,10 @@ 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",ๆญฆๆฑ‰ๆ–‡ไฝ“ (480p) http://stream.appwuhan.com/5tzb/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆญฆๆฑ‰ๅค–่ฏญ (576p) -http://stream.appwuhan.com/6tzb/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] @@ -1135,6 +1125,10 @@ 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] http://gddb.chinashadt.com:1935/live/video1.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",็”ต็™ฝ่ง†็ช— (360p) [Not 24/7] @@ -1161,10 +1155,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) -http://live6.plus.hebtv.com/sekjx/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆฒณๅŒ—ๅ…ฌๅ…ฑ (540p) -http://live7.plus.hebtv.com/hbggx/playlist.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] @@ -1177,8 +1167,8 @@ https://live.ntdimg.com/cwlive220/playlist.m3u8 http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w1847269952_b204800.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฑฑ่ฅฟ โ…  ๆœ”ๅทžๆ–ฐ้—ปๅฐ (10p) [Not 24/7] http://stream.sxsztv.com/live4/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎ้ƒฝๅธ‚็”Ÿๆดป (720p) [Not 24/7] -http://hls.nntv.cn/nnlive/NNTV_METRO_A.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎๅ…ฌๅ…ฑ (720p) [Not 24/7] +http://hls.nntv.cn/nnlive/NNTV_PUB_A.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ๅดๆฑŸๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] http://30515.hlsplay.aodianyun.com/lms_30515/tv_channel_239.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ๅ—้˜ณๆ–ฐ้—ป (1080p) [Not 24/7] @@ -1259,8 +1249,6 @@ http://livealone302.iqilu.com/iqilu/zypd.m3u8 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] @@ -1297,6 +1285,8 @@ http://yunshangdawu.live.tempsource.cjyun.org/videotmp/s10129-dwzhpd.m3u8 http://zbbf2.ahtv.cn/live/749.m3u8 #EXTINF:-1 tvg-id="" status="blocked",็”˜่‚ƒๅ…ฌๅ…ฑ (540p) [Not 24/7] https://hls.gstv.com.cn/49048r/3t5xyc.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",็”˜่‚ƒ็งปๅŠจ (540p) [Not 24/7] +https://hls.gstv.com.cn/49048r/y72q36.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ไบ‘ๅ—ๅซ่ง† (1080p) https://hwapi.yunshicloud.com/8xughf/e0bx15.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ๅคง็ˆฑๆตทๅค– (720p) @@ -1321,12 +1311,8 @@ http://39.134.39.39/PLTV/88888888/224/3221226199/index.m3u8 http://39.134.39.39/PLTV/88888888/224/3221226240/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไธญๅ›ฝๆ•™่‚ฒ1 (1080p) [Not 24/7] http://39.134.39.39/PLTV/88888888/224/3221226282/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅฒณ่ฅฟๅœ–ๆ–‡้ ป้“ (576p) [Not 24/7] -http://58.243.4.22:1935/live/tuwen/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅฒณ่ฅฟๅฝฑ่ฆ–้ ป้“ (576p) [Not 24/7] http://58.243.4.22:1935/live/yingshi/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅฒณ่ฅฟ็ถœๅˆ้ ป้“ (576p) [Not 24/7] -http://58.243.4.22:1935/live/zonghe/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆปจๆตทๆ–ฐ้—ป (1080p) http://60.30.52.41/live/bhtv1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆปจๆตท้ƒฝๅธ‚ (1080p) @@ -1685,8 +1671,6 @@ http://117.156.28.119/270000001111/1110000148/index.m3u8 http://117.156.28.119/270000001111/1110000149/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",็งฏ็Ÿณๅฑฑ็”ต่ง†ๅฐ (1080p) http://117.156.28.119/270000001111/1110000152/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (1080p) -http://117.169.120.140:8080/live/hdtianjinstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไธœๅ—ๅซ่ง† (360p) http://125.210.152.18:9090/live/DNWSHD_H265.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ‡คๅ‡ฐไธญๆ–‡ (576p) @@ -1749,8 +1733,6 @@ http://183.207.248.71/cntv/live1/HD-2500k-1080P-shandongstv/HD-2500k-1080P-shand http://183.207.248.71/cntv/live1/HD-2500k-1080P-shenzhenstv/HD-2500k-1080P-shenzhenstv #EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (1080p) http://183.207.248.71/cntv/live1/HD-2500k-1080P-tianjinstv/HD-2500k-1080P-tianjinstv -#EXTINF:-1 tvg-id="" status="timeout",ๆต™ๆฑŸๅซ่ง† (1080p) -http://183.207.248.71/cntv/live1/HD-2500k-1080P-zhejiangstv/HD-2500k-1080P-zhejiangstv #EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅ—ๅซ่ง† (576p) http://183.207.248.71/cntv/live1/henanstv/henanstv #EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅ—ๅซ่ง† (1080p) @@ -1827,8 +1809,12 @@ http://183.207.248.71/gitv/live1/JXWS/JXWS http://183.207.248.71/gitv/live1/SCWS/SCWS #EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (576p) http://183.207.248.71/gitv/live1/SDWS/SDWS +#EXTINF:-1 tvg-id="" status="timeout",ๅ‡คๅ‡ฐ่ต„่ฎฏ (720p) +http://183.207.249.35/PLTV/3/224/3221226923/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",่พฝๅฎๅซ่ง† (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) @@ -1841,6 +1827,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",ไป™ๆกƒ็”Ÿๆดปๆ–‡้ซ” (576p) +http://221.233.242.239:280/live/72/playlist.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) @@ -2073,8 +2061,6 @@ 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/stzh/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) @@ -2109,6 +2095,10 @@ http://live3.plus.hebtv.com/hbdsx/playlist.m3u8 http://live3.plus.hebtv.com/nmpdx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅŒ—ๅฝฑ่ง†ๅ‰ง (540p) http://live6.plus.hebtv.com/hbysx/hd/live.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅŒ—ๅฐ‘ๅ„ฟ็ง‘ๆ•™ (540p) +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) [Not 24/7] http://live.jiaodong.net:82/tvfushan/hls/tv_shenghuo.m3u8 #EXTINF:-1 tvg-id="" status="timeout",่ˆŸๅฑฑๅ…ฌๅ…ฑ็”Ÿๆดป (720p) @@ -2117,8 +2107,12 @@ 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",ๆ–ฐ็–†ๅฐ‘ๅ„ฟ (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) +http://njzb.scnj.tv:90/live/kjpd_kjpd800.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) @@ -2141,8 +2135,10 @@ http://ott.js.chinamobile.com/PLTV/3/224/3221227393/index.m3u8 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://scgctvshow.sctv.com/hdlive/sctv5/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅ››ๅท โ…  ๅ››ๅทๆ–ฐ้—ปๅฐ (720p) [Not 24/7] +http://scgctvshow.sctv.com/hdlive/sctv4/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅ››ๅท โ…  ๆ˜Ÿ็ฉบ่ดญ็‰ฉๅฐ (720p) [Not 24/7] +http://scgctvshow.sctv.com/hdlive/sctv6/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ››ๅทๅ…ฌๅ…ฑ (720p) http://scgctvshow.sctv.com/hdlive/sctv9/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",่ฟชๅบ†่—่ฏญ (576p) @@ -2167,10 +2163,14 @@ http://yslk.chinashadt.com:1635/live/stream:di4.stream/playlist.m3u8 http://zsxj.chinashadt.com:1935/live/xjsh.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",่พ›้›†ๆ–ฐ่ž้ ป้“ (480p) [Not 24/7] http://zsxj.chinashadt.com:1935/live/xjxw.stream_360p/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",็”˜่‚ƒ็งปๅŠจ (540p) [Not 24/7] -https://hls.gstv.com.cn/49048r/y72q36.m3u8 +#EXTINF:-1 tvg-id="" status="error",ๅฒณ่ฅฟๅœ–ๆ–‡้ ป้“ (576p) [Not 24/7] +http://58.243.4.22:1935/live/tuwen/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",ๅฒณ่ฅฟ็ถœๅˆ้ ป้“ (576p) [Not 24/7] +http://58.243.4.22:1935/live/zonghe/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",็ถฆๆฑŸ็ปผๅˆ (576p) http://113.207.29.195:1935/app_2/_definst_/ls_25.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",ๆต™ๆฑŸๅซ่ง† (1080p) +http://183.207.248.71/cntv/live1/HD-2500k-1080P-zhejiangstv/HD-2500k-1080P-zhejiangstv #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] @@ -2213,6 +2213,8 @@ http://jiangjinlive.cbg.cn:1935/ch1.m3u8 http://jiangjinlive.cbg.cn:1935/ch2.m3u8 #EXTINF:-1 tvg-id="" status="error",ๆปจๆตทๆ–ฐ้—ป็ปผๅˆ (576p) [Not 24/7] http://jsbh.chinashadt.com:2036/live/bh11.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",่ขๅทž็ถœๅˆ้ ป้“ (576p) [Not 24/7] +http://jxyz.chinashadt.com:8036/live/yz1.stream/playist.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅผ€ๅทž็ปผๅˆ (720p) http://kaixianlive.cbg.cn:10345/1.m3u8 #EXTINF:-1 tvg-id="" status="error",ๆด›้™ฝ็ถœๅˆ้ ป้“ (1080p) [Not 24/7] @@ -2253,10 +2255,8 @@ http://qxlmlive.cbg.cn:1935/app_2/ls_57.stream/playlist.m3u8 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/kangba/1.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) [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/sctv7/index.m3u8 #EXTINF:-1 tvg-id="" status="error",้ป‘้พ™ๆฑŸๅฐ diff --git a/streams/co.m3u b/streams/co.m3u index 83b4c471d..3d6b0d819 100644 --- a/streams/co.m3u +++ b/streams/co.m3u @@ -23,7 +23,7 @@ https://mdstrm.com/live-stream-playlist/5a5e1c2568b1910913db5fe2.m3u8 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) +#EXTINF:-1 tvg-id="Canal12.co" status="error",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="online",Canal C (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] https://stmv2.voxtvhd.com.br/canalccali/canalccali/playlist.m3u8 @@ -33,14 +33,14 @@ https://mdstrm.com/live-stream-playlist/57d01d6c28b263eb73b59a5a.m3u8 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 -#EXTINF:-1 tvg-id="CanalDos.co" status="timeout",Canal Dos (Yopal | Casanare) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalDos.co" status="blocked",Canal Dos (Yopal | Casanare) (720p) [Not 24/7] http://131.221.42.25:1935/streaming/canal2/playlist.m3u8 #EXTINF:-1 tvg-id="CanalInstitucionalTV.co" status="online",Canal Institucional https://streaming.rtvc.gov.co/TV_CanalInstitucional_live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalNets.co" status="online",Canal Nets [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCfZ9c1Beo5LipWUXM7zYMuQ/live #EXTINF:-1 tvg-id="CanalNets.co" status="online",Canal Nets https://video.ejeserver.com/live/nets.m3u8 +#EXTINF:-1 tvg-id="CanalNets.co" status="error",Canal Nets [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCfZ9c1Beo5LipWUXM7zYMuQ/live #EXTINF:-1 tvg-id="CanalPyC.co" status="online",Canal PyC [Not 24/7] http://66.240.236.26:1935/canalpycvivo/canalpycvivo/canalpycvivo/playlist.m3u8 #EXTINF:-1 tvg-id="CanalPyC.co" status="error",Canal PyC (Ibaguรฉ | Tolima) (360p) @@ -65,7 +65,7 @@ https://servers.amelbasoluciones.co:19360/cnctulua/cnctulua.m3u8 https://59a564764e2b6.streamlock.net/ctvbarranquilla/ctv/playlist.m3u8 #EXTINF:-1 tvg-id="Eduvision.co" status="timeout",Eduvision (720p) http://66.240.236.25:1936/eduvision/eduvision/playlist.m3u8 -#EXTINF:-1 tvg-id="EnlaceTelevision.co" status="error",Enlace Televisiรณn (Barrancabermeja | Santander) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EnlaceTelevision.co" status="online",Enlace Televisiรณn (Barrancabermeja | Santander) (720p) [Not 24/7] https://q-s-l4n3sh4d0w.onrender.com/iptv-query?streaming-ip=https://teveo.com.co/player/AcAAAgAFAADLA1IAyADIQCAAAAAAAAAA.js #EXTINF:-1 tvg-id="FamiliChannel.co" status="error",Famili Channel (720p) [Not 24/7] https://rtmp02.portalexpress.es/thefchanel/thefchanel/playlist.m3u8 @@ -154,7 +154,7 @@ https://movil.ejeserver.com/live/veotv.m3u8 https://video.ejeserver.com/live/veotv.m3u8 #EXTINF:-1 tvg-id="ZonaJovenTV.co" status="online",Zona Joven TV https://stmv2.voxtvhd.com.br/zonajoventv/zonajoventv/playlist.m3u8 -#EXTINF:-1 tvg-id="Zoom.co" status="online",Zoom (Bogotร  | Cundinamarca) (1080p) +#EXTINF:-1 tvg-id="Zoom.co" status="error",Zoom (Bogotร  | Cundinamarca) (1080p) https://canalzoom.itex.com.co:3027/live/canalzoombr1live.m3u8 #EXTINF:-1 tvg-id="ZuldemaydaComunicaciones.co" status="online",Zuldemayda Comunicaciones https://video.ejeserver.com/live/zuldemayda.m3u8 diff --git a/streams/cr.m3u b/streams/cr.m3u index 6fbda47b1..6c32ea4e2 100644 --- a/streams/cr.m3u +++ b/streams/cr.m3u @@ -47,9 +47,9 @@ 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="blocked",Telered Television (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleredTelevision.cr" status="online",Telered Television (720p) [Not 24/7] http://k4.usastreams.com/ARBtv/teleplus/playlist.m3u8 -#EXTINF:-1 tvg-id="Telesistema.cr" status="online",Telesistema (486p) +#EXTINF:-1 tvg-id="Telesistema.cr" status="blocked",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 @@ -61,7 +61,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid http://tv.teleunotv.cr:1935/TVUNO/TVUNO/playlist.m3u8 #EXTINF:-1 tvg-id="TVN14.cr" status="online",Canal 14 San Carlos (720p) http://tvn.obix.tv:1935/TVN/CH14.stream_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="TVSurCanal9.cr" status="online",TV Sur Canal 9 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSurCanal9.cr" status="error",TV Sur Canal 9 (480p) [Not 24/7] http://tv.ticosmedia.com:1935/TVSUR/TVSUR/playlist.m3u8 #EXTINF:-1 tvg-id="TVSurCanal14.cr" status="online",TV Sur Canal 14 (720p) https://5bf8041cb3fed.streamlock.net/TVSURCANAL14/TVSURCANAL14/playlist.m3u8 diff --git a/streams/cy.m3u b/streams/cy.m3u index 2f1702053..f3e6d0a7d 100644 --- a/streams/cy.m3u +++ b/streams/cy.m3u @@ -13,13 +13,13 @@ https://www.ast.tv/stream/1/master.m3u8 https://www.ast.tv/stream/2/master.m3u8 #EXTINF:-1 tvg-id="BRT1HD.cy" status="online",BRT 1 HD (720p) [Not 24/7] http://kuzeykibris.tv/m3u8/tv_brt1.m3u8 -#EXTINF:-1 tvg-id="BRT1HD.cy" status="online",BRT 1 HD (576p) [Not 24/7] +#EXTINF:-1 tvg-id="BRT1HD.cy" status="timeout",BRT 1 HD (576p) [Not 24/7] http://wms.brtk.net:1935/live/BRTHD/playlist.m3u8 #EXTINF:-1 tvg-id="BRT1HD.cy" status="error",BRT 1 HD (576p) [Not 24/7] rtmp://wms.brtk.net:1935/live/BRTHD -#EXTINF:-1 tvg-id="BRT2HD.cy" status="error",BRT 2 HD (406p) [Not 24/7] +#EXTINF:-1 tvg-id="BRT2HD.cy" status="timeout",BRT 2 HD (406p) [Not 24/7] http://wms.brtk.net:1935/live/brt1/playlist.m3u8 -#EXTINF:-1 tvg-id="BRT3.cy" status="online",BRT 3 (406p) [Not 24/7] +#EXTINF:-1 tvg-id="BRT3.cy" status="timeout",BRT 3 (406p) [Not 24/7] http://wms.brtk.net:1935/live/brt2/playlist.m3u8 #EXTINF:-1 tvg-id="CityChannel.cy" status="online",City Channel (720p) [Not 24/7] https://dev.aftermind.xyz/edge-hls/unitrust/citychannel/index.m3u8?token=8TXWzhY3h6jrzqEqu @@ -55,6 +55,8 @@ 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) @@ -63,8 +65,6 @@ 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/cz.m3u b/streams/cz.m3u index 49f120c59..1728bf7be 100644 --- a/streams/cz.m3u +++ b/streams/cz.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="CT1HD.cz" status="online",ฤŒT1 (1080p) http://213.151.233.20:8000/dna-5100-tv-pc.m3u8 -#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะะฐัั‚ะพัั‰ะตะต ะ’ั€ะตะผั (480p) +#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะะฐัั‚ะพัั‰ะตะต ะ’ั€ะตะผั (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s61/index.m3u8 #EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="error",ะะฐัั‚ะพัั‰ะตะต ะ’ั€ะตะผั (720p) [Not 24/7] @@ -26,10 +26,10 @@ https://ocko-live-dash.ssl.cdn.cra.cz/cra_live2/ocko.stream.1.smil/playlist.m3u8 https://ocko-live.ssl.cdn.cra.cz/channels/ocko/playlist.m3u8 #EXTINF:-1 tvg-id="OckoExpres.cz" status="online",ร“ฤko Expres (540p) https://ocko-live.ssl.cdn.cra.cz/channels/ocko_expres/playlist.m3u8 +#EXTINF:-1 tvg-id="OckoGold.cz" status="online",ร“ฤko Gold (540p) +https://ocko-live.ssl.cdn.cra.cz/channels/ocko_gold/playlist.m3u8 #EXTINF:-1 tvg-id="OckoGold.cz" status="blocked",ร“ฤko Gold (540p) [Geo-blocked] https://ocko-live.ssl.cdn.cra.cz/cra_live2/ocko_gold.stream.1.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="OckoGold.cz" status="error",ร“ฤko Gold (540p) -https://ocko-live.ssl.cdn.cra.cz/channels/ocko_gold/playlist.m3u8 #EXTINF:-1 tvg-id="PolarTV.cz" status="online",Polar TV (1080p) https://stream.polar.cz/polar/polarlive-1/playlist.m3u8 #EXTINF:-1 tvg-id="PolarTV.cz" status="error",Polar TV (1080p) diff --git a/streams/de.m3u b/streams/de.m3u index 58eae22d5..8bf5e9941 100644 --- a/streams/de.m3u +++ b/streams/de.m3u @@ -95,7 +95,7 @@ https://live2.telvi.de/hls/hauptstadttv_hd720.m3u8 http://62.67.13.53:1935/HealthTV/ghtv_live_master.stream/playlist.m3u8 #EXTINF:-1 tvg-id="HSE24Extra.de" status="online",HSE24 Extra (1080p) https://hse24extra.akamaized.net/hls/live/2006596/hse24extra/playlist.m3u8 -#EXTINF:-1 tvg-id="HSE24Trend.de" status="online",HSE24 Trend (576p) +#EXTINF:-1 tvg-id="HSE24Trend.de" status="timeout",HSE24 Trend (576p) https://hse24trend.akamaized.net/hls/live/2006597/hse24trend/playlist.m3u8 #EXTINF:-1 tvg-id="HSE.de" status="online",HSE (1080p) https://hse24.akamaized.net/hls/live/2006663/hse24/playlist.m3u8 @@ -242,9 +242,9 @@ http://62.113.210.250/medienasa-live/mp4:ran1_high/master.m3u8 #EXTINF:-1 tvg-id="RAN1.de" status="online",RAN1 (1080p) https://58bd5b7a98e04.streamlock.net/medienasa-live/mp4:ran1_high/playlist.m3u8 #EXTINF:-1 tvg-id="RAN1Regionalfernsehen.de" status="online",RAN1 Regionalfernsehen (1080p) -http://62.113.210.250:1935/medienasa-live/mp4:ran1_high/playlist.m3u8 -#EXTINF:-1 tvg-id="RAN1Regionalfernsehen.de" status="online",RAN1 Regionalfernsehen (1080p) http://62.113.210.250:1935/medienasa-live/ran1_high/playlist.m3u8 +#EXTINF:-1 tvg-id="RAN1Regionalfernsehen.de" status="error",RAN1 Regionalfernsehen (1080p) +http://62.113.210.250:1935/medienasa-live/mp4:ran1_high/playlist.m3u8 #EXTINF:-1 tvg-id="RBW.de" status="online",RBW (1080p) http://58bd5b7a98e04.streamlock.net/medienasa-live/rbw_high/playlist.m3u8 #EXTINF:-1 tvg-id="RBW.de" status="online",RBW (1080p) @@ -313,7 +313,7 @@ https://tagesschau-lh.akamaihd.net/i/tagesschau_1@119231/master.m3u8 https://live1.markenfunk.com/t1/live/playlist.m3u8 #EXTINF:-1 tvg-id="teltOwkanal.de" status="online",teltOwkanal (1080p) https://5856e1a25f71a.streamlock.net/easycast8-live/mp4:livestreamhd8/playlist.m3u8 -#EXTINF:-1 tvg-id="TesasTV.de" status="error",Tesas TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TesasTV.de" status="online",Tesas TV (720p) [Not 24/7] https://jola.live:16200/tesastv.m3u8 #EXTINF:-1 tvg-id="TideTV.de" status="online",Tide TV (1080p) [Not 24/7] https://5889e7d0d6e28.streamlock.net/tide-live/smil:livestream.smil/playlist.m3u8 @@ -389,8 +389,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) -http://210.210.155.37/uq2663/h/h09/index.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" 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) [Geo-blocked] -http://210.210.155.35/uq2663/h/h09/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",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/dk.m3u b/streams/dk.m3u index f544f957c..a5ee3d979 100644 --- a/streams/dk.m3u +++ b/streams/dk.m3u @@ -11,7 +11,7 @@ http://stream.kkr.dk/live/kkr/playlist.m3u8 http://stream.kkr.dk/live/ngrp:kkr_adaptive/playlist.m3u8 #EXTINF:-1 tvg-id="TV2Bornholm.dk" status="online",TV2/Bornholm (1080p) [Not 24/7] https://live.tv2bornholm.dk/stream/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TV2Fyn.dk" status="error",TV2 Fyn (270p) [Not 24/7] +#EXTINF:-1 tvg-id="TV2Fyn.dk" status="online",TV2 Fyn (270p) [Not 24/7] https://cdnapisec.kaltura.com/p/1966291/sp/1966291/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/flavorId/0_8g29e3jz/name/a.mp4/index.m3u8 #EXTINF:-1 tvg-id="TV2Lorry.dk" status="online",TV2/Lorry (720p) https://cdnapisec.kaltura.com/p/2045321/sp/204532100/playManifest/entryId/1_2kojfk4m/format/applehttp/protocol/https/uiConfId/32599481/a.m3u8 diff --git a/streams/do.m3u b/streams/do.m3u index 59ca5bb23..3ccbe0a53 100644 --- a/streams/do.m3u +++ b/streams/do.m3u @@ -17,7 +17,7 @@ https://ss5.domint.net:3026/btv_str/bonao/playlist.m3u8 https://5b38ce71f1f00.streamlock.net/8180/8180/playlist.m3u8 #EXTINF:-1 tvg-id="Camara809.do" status="online",Camara 809 (720p) [Not 24/7] https://cm.hostlagarto.com:4445/camara809TV/camara809TV/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal4RD.do" status="online",Canal 4 RD +#EXTINF:-1 tvg-id="Canal4RD.do" status="error",Canal 4 RD https://protvradiostream.com:1936/canal4rd-1/ngrp:canal4rd-1_all/playlist.m3u8 #EXTINF:-1 tvg-id="Canal12HD.do" status="online",Canal 12 (720p) [Not 24/7] https://cdn4.hostlagarto.com:8081/static/telecanal12/playlist.m3u8 @@ -43,9 +43,9 @@ https://live.teledom.info:3713/live/cinevisionlive.m3u8 https://cdn4.hostlagarto.com:8081/static/citricotv/playlist.m3u8 #EXTINF:-1 tvg-id="ColorVision.do" status="error",Color Vision Canal 9 http://177.52.221.214:8000/play/a0c0/index.m3u8 -#EXTINF:-1 tvg-id="ComunionTV.do" status="online",Comunion TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ComunionTV.do" status="error",Comunion TV (720p) [Not 24/7] http://50.30.37.36:1935/live/smil:MyStream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ComunionTV.do" status="online",Comunion TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ComunionTV.do" status="error",Comunion TV (720p) [Not 24/7] http://50.30.37.36:1935/live/stream/playlist.m3u8 #EXTINF:-1 tvg-id="ConstanzaTV.do" status="online",ConstanzaTV https://ss9.domint.net:3026/ctv8_str/contanzatv/playlist.m3u8 @@ -69,7 +69,7 @@ https://video.misistemareseller.com/entelevision/entelevision/playlist.m3u8 https://5790d294af2dc.streamlock.net/8128/8128/playlist.m3u8 #EXTINF:-1 tvg-id="FuegoTV.do" status="online",Fuego TV (720p) [Not 24/7] https://video.misistemareseller.com/Fuegotv/Fuegotv/playlist.m3u8 -#EXTINF:-1 tvg-id="GalaxiaTeVe.do" status="online",GalaxiaTeVe +#EXTINF:-1 tvg-id="GalaxiaTeVe.do" status="error",GalaxiaTeVe https://vdo1.streamgato.us:3839/live/galaxiatvlive.m3u8 #EXTINF:-1 tvg-id="GDMTV.do" status="online",GDMTV (720p) [Not 24/7] https://ss2.domint.net:3200/gdm_str/gdmtv/playlist.m3u8 @@ -109,7 +109,7 @@ 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="online",MorroTV https://cloudflare.streamgato.us:3044/live/morrotvlive.m3u8 @@ -141,7 +141,7 @@ https://ss2.domint.net:3202/rnn_str/canal27/playlist.m3u8 http://tv.romanatv42.com/hls/live.m3u8 #EXTINF:-1 tvg-id="SabanetaTV.do" status="error",Sabaneta TV https://ss9.domint.net:3044/spm_str/sabanetatv/playlist.m3u8 -#EXTINF:-1 tvg-id="SanIsidroTV.do" status="error",San Isidro TV (360p) [Not 24/7] +#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 https://live.teledom.info:4000/live/senalestvlive.m3u8 @@ -149,7 +149,7 @@ https://live.teledom.info:4000/live/senalestvlive.m3u8 https://ss5.domint.net:3002/stv_str/sensaciontv/playlist.m3u8 #EXTINF:-1 tvg-id="SiTV.do" status="online",SiTV (720p) http://190.122.104.221/Player/sitv.m3u8 -#EXTINF:-1 tvg-id="SportVision.do" status="online",Sport Visiรณn +#EXTINF:-1 tvg-id="SportVision.do" status="error",Sport Visiรณn https://5fa5de1a545ae.streamlock.net/sportvision35tv/sportvision35tv/playlist.m3u8 #EXTINF:-1 tvg-id="SuMundoTV.do" status="online",Su Mundo TV https://175036.global.ssl.fastly.net/6217e980d5bee0e090792fdf/live_75f5635097ba11ecb9f1255c8fe65a34/index.m3u8 @@ -166,9 +166,9 @@ http://ss8.domint.net:2124/tbt_str/telebendicion/playlist.m3u8 #EXTINF:-1 tvg-id="Telecanal28.do" status="online",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] -https://cm.hostlagarto.com:4445/Telecibao/Telecibao/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleCibaoHD.do" status="blocked",TeleCibao (720p) [Not 24/7] http://cm.hostlagarto.com:8081/Telecibao/Telecibao/playlist.m3u8 +#EXTINF:-1 tvg-id="TeleCibaoHD.do" status="online",TeleCibao (720p) [Not 24/7] +https://cm.hostlagarto.com:4445/Telecibao/Telecibao/playlist.m3u8 #EXTINF:-1 tvg-id="Telecontacto.do" status="online",Telecontacto https://vdo1.streamgato.us:3578/live/telecontactohdlive.m3u8 #EXTINF:-1 tvg-id="Telefuturo.do" status="timeout",Telefuturo Canal 23 (720p) [Not 24/7] diff --git a/streams/dz.m3u b/streams/dz.m3u index 5be7c148c..2eff3abe8 100644 --- a/streams/dz.m3u +++ b/streams/dz.m3u @@ -13,7 +13,7 @@ http://echorouk-live-tv.dzsecurity.net:8081/echo/EchoroukNews/playlist.m3u8 https://cdn02.hta.dz/abr_htatv/Echorouk_TV_HD/playlist.m3u8 #EXTINF:-1 tvg-id="ElBilad.dz" status="online",El Bilad [Geo-blocked] https://cdn02.hta.dz/abr_htatv/EL_BILAD/playlist.m3u8 -#EXTINF:-1 tvg-id="ElDjazairiaOne.dz" status="error",El Djazairia One [Geo-blocked] +#EXTINF:-1 tvg-id="ElDjazairiaOne.dz" status="blocked",El Djazairia One [Geo-blocked] https://cdn02.hta.dz/abr_htatv/EL_DJAZAIRIA_TV/playlist.m3u8 #EXTINF:-1 tvg-id="ElDjazairN1.dz" status="online",El Djazair N1 [Geo-blocked] https://cdn02.hta.dz/abr_htatv/El_Djazair_N1/playlist.m3u8 diff --git a/streams/ec.m3u b/streams/ec.m3u index 01d967220..55a28e399 100644 --- a/streams/ec.m3u +++ b/streams/ec.m3u @@ -51,10 +51,10 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://player.vimeo.com/video/ https://streamingwowza.com:1936/wuanplus/wuanplus/playlist.m3u8 #EXTINF:-1 tvg-id="ZaracayTV.ec" status="error",Zaracay TV (720p) [Not 24/7] 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="online",Paraรญso Digital (264p) [Not 24/7] +https://cloudvideo.servers10.com:8081/8106/index.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="error",TV Universal (Ecuador) (720p) [Not 24/7] diff --git a/streams/eg.m3u b/streams/eg.m3u index 16744f39a..727f1f019 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="error",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 @@ -13,7 +13,7 @@ https://stream.atvsat.com/atvsatlive/smil:atvsatlive.smil/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/cbcstream/live #EXTINF:-1 tvg-id="CBCDrama.eg" status="error",CBC Drama (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/CBCDramaStream/live -#EXTINF:-1 tvg-id="CBCSofra.eg" status="error",CBC Sofra +#EXTINF:-1 tvg-id="CBCSofra.eg" status="online",CBC Sofra http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/CBCSofraStream/live #EXTINF:-1 tvg-id="CopticTV.eg" status="online",Coptic TV (720p) [Not 24/7] https://5aafcc5de91f1.streamlock.net/ctvchannel.tv/ctv.smil/playlist.m3u8 @@ -27,7 +27,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel https://5d658d7e9f562.streamlock.net/koogi.tv/koogi.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MekameleenTV.eg" status="online",Mekameleen TV (1080p) https://mn-nl.mncdn.com/mekameleen/smil:mekameleentv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="MESatHD.eg" status="error",MESat (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MESatHD.eg" status="online",MESat (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCg5uHOxrP5GkMWldOavPKGQ/live #EXTINF:-1 tvg-id="NileCinema.eg" 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",Nile TV Cinema (576p) [Not 24/7] #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 @@ -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="online",Nogoum FM TV (506p) [Not 24/7] +#EXTINF:-1 tvg-id="NogoumFMTV.eg" status="error",Nogoum FM TV (506p) [Not 24/7] https://stream-speed.extremesolution.mobi/nogoumfm/nogoumfmlive/playlist.m3u8 #EXTINF:-1 tvg-id="OmgChannelHD.eg" status="online",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 37e9b4f22..1a1662037 100644 --- a/streams/es.m3u +++ b/streams/es.m3u @@ -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="error",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) @@ -225,7 +225,7 @@ https://livelist01.yowi.tv/lista/0d6c7ccfac89946bfd41ae34c527e8d94734065c/master https://livelist01.yowi.tv/lista/8635ae40f8d1a32eccd63d1f58b55662c9c98f9f/master.m3u8 #EXTINF:-1 tvg-id="HuescaTV.es" status="timeout",Huesca TV (240p) [Not 24/7] https://streaming2.radiohuesca.com/hls-live/livepkgr/_definst_/huescatv/huescatv.m3u8 -#EXTINF:-1 tvg-id="IB3.es" status="error",IB3 Global (720p) [Not 24/7] +#EXTINF:-1 tvg-id="IB3.es" status="online",IB3 Global (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCff_CBVJDTHP4wOHPjP5BMg/live #EXTINF:-1 tvg-id="IbizaGlobalTV.es" status="online",Ibiza Global TV (720p) [Not 24/7] https://ibgrtv.streaming-pro.com/hls/ibgrlive.m3u8 @@ -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="timeout",La 2 (1080p) +#EXTINF:-1 tvg-id="La2.es" status="online",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 @@ -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="online",Levante TV (320p) [Not 24/7] https://play.cdn.enetres.net/C2F6CBB67E5B4D08A16CE5FE67ABCEC9023/029/playlist.m3u8 -#EXTINF:-1 tvg-id="LleidaTelevisio.es" status="blocked",Lleida Televisio (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LleidaTelevisio.es" status="error",Lleida Televisio (720p) [Not 24/7] https://cdn01.yowi.tv/lleida/playlist.m3u8 #EXTINF:-1 tvg-id="LogosTV.es" status="online",Logos TV (1080p) [Not 24/7] http://streamer1.streamhost.org/salive/logosH/playlist.m3u8 @@ -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] @@ -447,6 +447,8 @@ https://mccdn-hls-a01-rbx.datah0stn3t.com/live/xtra/playlist.m3u8 https://mdstrm.com/live-stream-playlist/5cae562e0ca2f30815231c0f.m3u8?access_token=DST4b676d7da5a2a92ee15f8efcbcd00606 #EXTINF:-1 tvg-id="" status="online",A3Cine (1080p) https://live.atresmediainternacional.com/ATRESMEDIA/a3cine-index.m3u8 +#EXTINF:-1 tvg-id="" status="online",Canal 24 horas (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7QZIf0dta-XPXsp9Hv4dTw/live #EXTINF:-1 tvg-id="" status="online",LA7 (720p) https://cdnlive.shooowit.net/la7live/smil:channel1.smil/master.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Rutas del Perรบ (360p) [Not 24/7] @@ -477,8 +479,6 @@ http://149.12.64.81:8080/hls/tarotvision.m3u8 https://ztnr.rtve.es/ztnr/3293681.m3u8 #EXTINF:-1 tvg-id="" status="timeout",La 1 Canarias (576p) [Geo-blocked] https://ztnr.rtve.es/ztnr/5190066.m3u8 -#EXTINF:-1 tvg-id="" status="error",Canal 24 horas (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7QZIf0dta-XPXsp9Hv4dTw/live #EXTINF:-1 tvg-id="" status="error",Junta Castilla y Leรณn (1080p) [Not 24/7] https://16escalones-live2.flumotion.com/chunks.m3u8 #EXTINF:-1 tvg-id="" status="error",Tele Sagunto diff --git a/streams/es_rakuten.m3u b/streams/es_rakuten.m3u index 0cb9142c2..530d7e529 100644 --- a/streams/es_rakuten.m3u +++ b/streams/es_rakuten.m3u @@ -53,7 +53,7 @@ https://younghollywood-rakuten.amagi.tv/playlist.m3u8 https://estv-rakuten.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",EDGEsport (1080p) [Not 24/7] https://edgesports-row-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Rakuten Top Free Spain (720p) -https://rakuten-topfree-2-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten TV Shows Spain (720p) https://rakuten-tvshows-2-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten Top Free Spain (720p) +https://rakuten-topfree-2-eu.rakuten.wurl.tv/playlist.m3u8 diff --git a/streams/fi_samsung.m3u b/streams/fi_samsung.m3u index b3338e068..e3fcd6c66 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",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="online",Euronews English (720p) +https://rakuten-euronews-1-fi.samsung.wurl.com/manifest/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/fr.m3u b/streams/fr.m3u index 65661422a..42354263a 100644 --- a/streams/fr.m3u +++ b/streams/fr.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="7ALimoges.fr" status="error",7ALimoges (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="7ALimoges.fr" status="online",7ALimoges (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCdFv_ZWQ3Xk_NfRiaK-ryGg/live #EXTINF:-1 tvg-id="AlpedHuezTV.fr" status="online",Alpe dโ€™Huez TV (720p) [Not 24/7] https://edge.vedge.infomaniak.com/livecast/ik:adhtv/chunklist.m3u8 @@ -90,15 +90,15 @@ http://edge9.iptvnetwork.net/live/france4/playlist.m3u8 https://s13.tntendirect.com/france5/live/playlist.m3u8 #EXTINF:-1 tvg-id="France24Arabic.fr" status="online",France 24 Arabic (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24Arabic/live -#EXTINF:-1 tvg-id="France24English.fr" status="online",France 24 English (1080p) +#EXTINF:-1 tvg-id="France24English.fr" status="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="online",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) 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="error",France Inter (720p) [Not 24/7] +#EXTINF:-1 tvg-id="FranceInter.fr" status="online",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 @@ -180,7 +180,7 @@ 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 @@ -198,15 +198,15 @@ https://shls-tiji-tv-prod-dub.shahid.net/out/v1/ee05878a88474f408ff04495d44cc249 http://188.40.68.167/russia/tiji/playlist.m3u8 #EXTINF:-1 tvg-id="TMC.fr" status="online",TMC (720p) https://s13.tntendirect.com/tmc/live/playlist.m3u8 +#EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="online",TV5 Monde Asie (576p) [Geo-blocked] +http://210.210.155.35/dr9445/s/s24/index.m3u8 #EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="online",TV5 Monde Asie (576p) http://210.210.155.37/dr9445/s/s24/index.m3u8 -#EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="error",TV5 Monde Asie (576p) [Geo-blocked] -http://210.210.155.35/dr9445/s/s24/index.m3u8 #EXTINF:-1 tvg-id="TV5MondeEurope.fr" status="error",TV5 Monde Europe (1080p) http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877-b/v3plusinfo247hls/master.m3u8 #EXTINF:-1 tvg-id="TV5MondeEurope.fr" status="error",TV5 Monde Europe (1080p) http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877/v3plusinfo247hls/master.m3u8 -#EXTINF:-1 tvg-id="TV5MondeStyleHD.fr" status="error",TV5 Monde Style HD (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="TV5MondeStyleHD.fr" status="online",TV5 Monde Style HD (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h01/index.m3u8 #EXTINF:-1 tvg-id="TV7Bordeaux.fr" status="online",TV7 Bordeaux (720p) http://live.digiteka.com/1/RVNZMmJtUURmd09I/U0dNU0tk/hls/live/playlist.m3u8 @@ -222,8 +222,8 @@ https://streamtv.cdn.dvmr.fr/TVR/ngrp:tvr.stream_all/master.m3u8 https://54627d4fc5996.streamlock.net/tzik/tzik/chunklist.m3u8 #EXTINF:-1 tvg-id="W9.fr" status="online",W9 (1080p) [Not 24/7] 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 Albania (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChR-A__NS_C5kHDWj3PeAhw/live #EXTINF:-1 tvg-id="" 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 ะฟะพ-ั€ัƒััะบะธ (720p) @@ -244,6 +244,8 @@ http://entertainment.ashttp9.visionip.tv/live/visiontvuk-entertainment-edgytv-hs https://vosgestv.live-kd.com/live/vosgestv/vosgestv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",viร Occitanie (540p) [Not 24/7] https://streamer01.myvideoplace.tv/streamer02/hls/MDS_VIA_PAD_301117.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" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",Euronews ะฟะพ-ั€ัƒััะบะธ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s89/index.m3u8 @@ -253,8 +255,6 @@ http://51.210.199.16/hls/stream.m3u8 http://185.234.217.27:8002/play/a02f/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Dreamsee Tรฉlรฉvision (1080p) [Not 24/7] http://cdnapi.kaltura.com/p/2748081/sp/274808100/playManifest/entryId/1_gxkyk6lt/format/applehttp/protocol/http/a/a.m3u8 -#EXTINF:-1 tvg-id="" status="error",Euronews Albania (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChR-A__NS_C5kHDWj3PeAhw/live #EXTINF:-1 tvg-id="" status="error",viร MATร‰Lร‰ (540p) [Not 24/7] https://streamer01.myvideoplace.tv/streamer02/hls/MATL_VLOC_PAD_100919_medium/index.m3u8 #EXTINF:-1 tvg-id="" status="error",TV5Monde Info (1080p) diff --git a/streams/gr.m3u b/streams/gr.m3u index bd7bd9e6e..7b43fd37b 100644 --- a/streams/gr.m3u +++ b/streams/gr.m3u @@ -53,7 +53,7 @@ https://live.cast-control.eu/ekpdipso/ekpdipso/playlist.m3u8 https://video.streams.ovh:1936/egnatiatv/egnatiatv/index.m3u8 #EXTINF:-1 tvg-id="Ekklisia.gr" status="online",ฮ•ฮบฮบฮปฮทฯƒฮฏฮฑ (1080p) https://liveopen.siliconweb.com/openTvLive/openEcclessia/playlist.m3u8 -#EXTINF:-1 tvg-id="EllasTV.gr" status="online",Ellas TV (1080p) +#EXTINF:-1 tvg-id="EllasTV.gr" status="error",Ellas TV (1080p) http://ellastv.gotdns.com:88/freetv/promo/index.m3u8 #EXTINF:-1 tvg-id="ENAChannel.gr" status="online",Ena Channel (576p) [Not 24/7] http://176.9.123.140:1935/1c/stream/master.m3u8 @@ -79,7 +79,7 @@ http://wpso.com:1936/hls/wzra.m3u8 https://s1.cystream.net/live/faros2/playlist.m3u8 #EXTINF:-1 tvg-id="FarosTV.gr" status="blocked",Faros TV (540p) [Geo-blocked] https://s1.cystream.net/live/faros1/playlist.m3u8 -#EXTINF:-1 tvg-id="Galaxy.gr" status="online",Galaxy (432p) [Geo-blocked] +#EXTINF:-1 tvg-id="Galaxy.gr" status="blocked",Galaxy (432p) [Geo-blocked] https://channel.streams.ovh:1936/galaxygr-1/galaxygr-1/playlist.m3u8 #EXTINF:-1 tvg-id="GreekCinema.gr" status="error",Greek Cinema (720p) https://vdo.alphaserver.gr:3613/stream/play.m3u8 @@ -91,7 +91,7 @@ https://vdo3.alphaserver.gr:3466/stream/play.m3u8 http://web.onair-radio.eu:1935/groovytv/groovytv/playlist.m3u8 #EXTINF:-1 tvg-id="HellenicTV.gr" status="online",Hellenic TV (720p) [Not 24/7] https://l5.cloudskep.com/hellenictv/htv/playlist.m3u8 -#EXTINF:-1 tvg-id="HighTV.gr" status="online",High TV (200p) [Not 24/7] +#EXTINF:-1 tvg-id="HighTV.gr" status="error",High TV (200p) [Not 24/7] http://live.streams.ovh:1935/hightv/hightv/playlist.m3u8 #EXTINF:-1 tvg-id="HorseRaces.gr" status="error",Horse Races (432p) [Not 24/7] https://odiehls-i.akamaihd.net/hls/live/233406/odie3/odie.m3u8 @@ -137,7 +137,7 @@ http://live.streams.ovh:1935/NGradio/NGradio/playlist.m3u8 https://live.streams.ovh/NGradio/NGradio/playlist.m3u8 #EXTINF:-1 tvg-id="NotioiTV.gr" status="error",Notioi TV (720p) https://live.streams.ovh/YourStreaming/YourStreaming/playlist.m3u8 -#EXTINF:-1 tvg-id="NRG91.gr" status="error",NRG 91 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NRG91.gr" status="online",NRG 91 (720p) [Not 24/7] 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 diff --git a/streams/gt.m3u b/streams/gt.m3u index fc9952b3c..f183bd999 100644 --- a/streams/gt.m3u +++ b/streams/gt.m3u @@ -1,33 +1,33 @@ #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) +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 +https://stream.oursnetworktv.com/latin/elOlam/playlist.m3u8 #EXTINF:-1 tvg-id="Guatevision.gt" status="error",Guatevisiรณn https://prensalibre-live.cdn.vustreams.com/live/cd8f5328-7a1c-49d9-b318-9190858d1826/live.isml/playlist.m3u8 #EXTINF:-1 tvg-id="IglesiaDelCamino.gt" status="online",Iglesia Del Camino (480p) [Not 24/7] http://streamingcontrol.com:1935/ectv/ectv/playlist.m3u8 +#EXTINF:-1 tvg-id="JehovaNissi.gt" status="online",Jehovรก Nissi +https://stream.oursnetworktv.com/latin/nissiGtmH/playlist.m3u8 #EXTINF:-1 tvg-id="Televisiete.gt" status="error",Televisiete (480p) https://devdbm9fvg6q0.cloudfront.net/chapintv/smil:canal7.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TN23.gt" status="error",TN 23 (480p) https://devdbm9fvg6q0.cloudfront.net/chapintv/smil:canal23.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal69BarvisionTV.gt" status="online",Canal 69 BarvisionTV (Biblia Central) -https://stream.oursnetworktv.com/latin/BibliaCentral/playlist.m3u8 -#EXTINF:-1 tvg-id="feViviente.gt" status="online",Fe Viviente -https://stream.oursnetworktv.com/latin/feVivienteGtm/playlist.m3u8 -#EXTINF:-1 tvg-id="JehovaNissi.gt" status="online",Jehovรก Nissi -https://stream.oursnetworktv.com/latin/nissiGtmH/playlist.m3u8 -#EXTINF:-1 tvg-id="penielmusical.gt" status="online",Peniel Musical Un Encuentro Con Dios -https://stream.oursnetworktv.com/latin/eC3pEmUsYKmcaLeJ/playlist.m3u8 -#EXTINF:-1 tvg-id="remaPresencia.gt" status="online",Presencia TV -https://stream.oursnetworktv.com/latin/remaPresencia/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="online",El Olam TV -https://stream.oursnetworktv.com/latin/elOlam/playlist.m3u8 -#EXTINF:-1 tvg-id="franchstv.gt" status="online",Franchs TV +#EXTINF:-1 tvg-id="" status="online",Franchs TV https://stream.oursnetworktv.com/latin/franchstv/playlist.m3u8 -#EXTINF:-1 tvg-id="presenciatv.gt" status="online",Presencia TV -https://sm.redconnections.net:19360/presenciatv/presenciatv.m3u8 -#EXTINF:-1 tvg-id="teveglobo.gt" status="online",Teve Globo +#EXTINF:-1 tvg-id="" status="online",Teve Globo https://videoserver.tmcreativos.com:19360/8046/8046.m3u8 +#EXTINF:-1 tvg-id="" status="online",Presencia TV +https://sm.redconnections.net:19360/presenciatv/presenciatv.m3u8 +#EXTINF:-1 tvg-id="" status="online",Peniel Musical Un Encuentro Con Dios +https://stream.oursnetworktv.com/latin/eC3pEmUsYKmcaLeJ/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Fe Viviente +https://stream.oursnetworktv.com/latin/feVivienteGtm/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",Presencia TV +https://stream.oursnetworktv.com/latin/remaPresencia/playlist.m3u8 diff --git a/streams/hk.m3u b/streams/hk.m3u index 610d0509f..ba2a084c9 100644 --- a/streams/hk.m3u +++ b/streams/hk.m3u @@ -21,10 +21,10 @@ http://210.210.155.35/dr9445/h/h07/index.m3u8 http://210.210.155.37/dr9445/h/h07/index.m3u8 #EXTINF:-1 tvg-id="MiaoMi.hk" status="online",Miao Mi (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/hk/MiaoMi.m3u8 -#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="online",Phoenix Chinese Channel (้ณณๅ‡ฐ่ก›่ฆ–ไธญๆ–‡) (576p) -http://210.210.155.37/uq2663/h/h157/index2.m3u8 #EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="error",Phoenix Chinese Channel (้ณณๅ‡ฐ่ก›่ฆ–ไธญๆ–‡) (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h157/index2.m3u8 +#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="error",Phoenix Chinese Channel (้ณณๅ‡ฐ่ก›่ฆ–ไธญๆ–‡) (576p) +http://210.210.155.37/uq2663/h/h157/index2.m3u8 #EXTINF:-1 tvg-id="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) @@ -35,10 +35,10 @@ http://210.210.155.35/qwr9ew/s/s21/index.m3u8 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) [Geo-blocked] +http://210.210.155.35/qwr9ew/s/s34/index.m3u8 #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="TVBJade.hk" status="error",็ฟก็ฟ ๅฐ http://iptv.tvfix.org/hls/jade.m3u8 #EXTINF:-1 tvg-id="TVBXingHe.hk" status="timeout",TVB Xing He ๆ˜Ÿๆฒณ (720p) [Not 24/7] @@ -47,6 +47,8 @@ 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) @@ -55,8 +57,6 @@ 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 b374dd598..9fcc62473 100644 --- a/streams/hn.m3u +++ b/streams/hn.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="AlfaOmegaVision.hn" status="online",Alfa & Omega Visiรณn (360p) https://srv.panelcast.net/aovision/aovision/playlist.m3u8 -#EXTINF:-1 tvg-id="AlsaciasTV.hn" status="error",Alsacias TV (ATV | Canal 28) (720p) +#EXTINF:-1 tvg-id="AlsaciasTV.hn" status="online",Alsacias TV (ATV | Canal 28) (720p) https://emisoras.hn:8081/atv/index.m3u8 #EXTINF:-1 tvg-id="AvivaTV.hn" status="online",Aviva TV (288p) https://video.misistemareseller.com/atvhonduras/atvhonduras/playlist.m3u8 @@ -27,7 +27,7 @@ http://audiotvserver.net:1935/livemedia/cholusat/playlist.m3u8 https://emisoras.hn:8081/cholutecatv/playlist.m3u8 #EXTINF:-1 tvg-id="CHTV.hn" status="error",CHTV (Canal Hondureรฑo de Televisiรณn) (720p) https://media.streambrothers.com:1936/8158/8158/playlist.m3u8 -#EXTINF:-1 tvg-id="DiosTeVeHD.hn" status="error",Dios Te Ve (720p) +#EXTINF:-1 tvg-id="DiosTeVeHD.hn" status="online",Dios Te Ve (720p) https://emisoras.hn:8081/diostevetv/playlist.m3u8 #EXTINF:-1 tvg-id="DiosTeVeKids.hn" status="online",Dios Te Ve Infantil (720p) https://emisoras.hn:8081/diostevekids/playlist.m3u8 @@ -73,7 +73,7 @@ http://190.11.224.14:8134/liveevent.m3u8 https://cloud2.streaminglivehd.com:1936/8224/8224/playlist.m3u8 #EXTINF:-1 tvg-id="TeleProgreso.hn" status="error",TeleProgreso (1080p) https://stmv1.zcastbr.com/teleprogresohn/teleprogresohn/playlist.m3u8 -#EXTINF:-1 tvg-id="TelevisionComayaguaCanal40.hn" status="error",Television Comayagua Canal 40 (320p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisionComayaguaCanal40.hn" status="online",Television Comayagua Canal 40 (320p) [Not 24/7] http://st2.worldkast.com/8058/8058/playlist.m3u8 #EXTINF:-1 tvg-id="TENCanal10.hn" status="online",TEN Canal 10 (720p) http://stream.grupoabchn.com:1935/TENHD/TENLive.smil/playlist.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",Omega Tv (288p) [Not 24/7] +https://5caf24a595d94.streamlock.net:1937/8142/8142/playlist.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="error",Vida TV (720p) [Not 24/7] http://184.173.181.2:1935/8070/8070/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Radio Imagen 105.1 FM (La Esperanza) (720p) [Not 24/7] http://lencatelevision.com:8080/hls/ltv2.m3u8 -#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 f7e4e932a..91ddf465c 100644 --- a/streams/ht.m3u +++ b/streams/ht.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="online",Haiti Viral News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="error",Haiti Viral News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcEY2-g-EEefxyYa1gtrk4g/live #EXTINF:-1 tvg-id="KajouTV.ht" status="online",Kajou TV (480p) [Not 24/7] https://video1.getstreamhosting.com:1936/8055/8055/playlist.m3u8 @@ -9,7 +9,7 @@ https://watch.haitilive.net/stream/netalkole/public/tv/index.m3u8 http://184.173.179.163:1935/daniel/daniel/playlist.m3u8 #EXTINF:-1 tvg-id="RadioTelePititManmanMari.ht" status="online",Radio Tรฉlรฉ Pitit Manman Mari (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCLeNHM8XDkZmd2rhV3ZG7Vg/live -#EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="online",Radio Tele Planet Compas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="error",Radio Tele Planet Compas (720p) [Not 24/7] https://5dcab9aed5331.streamlock.net/mrcompas1/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioTeleShalom.ht" status="online",Radio Tele Shalom (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCBJ9zxns1hxblYZw4urBd_w/live diff --git a/streams/id.m3u b/streams/id.m3u index 863d91861..088eb3e51 100644 --- a/streams/id.m3u +++ b/streams/id.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="ADiTV.id" status="timeout",ADiTV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ADiTV.id" status="online",ADiTV (720p) [Not 24/7] https://v2.siar.us/aditv/livestream/chunks.m3u8 #EXTINF:-1 tvg-id="AFBTV.id" status="error",AFB TV (576p) http://5e396e0211d7a.streamlock.net:1935/afbtv/live/playlist.m3u8 @@ -34,7 +34,7 @@ http://wowza58.indostreamserver.com:1935/ashiiltv2/android/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x748iuo #EXTINF:-1 tvg-id="ATV.id" status="online",ATV (576p) https://bravo.kugo.id/atv/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="ATV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",ATV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="ATV.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",ATV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch80.m3u8 #EXTINF:-1 tvg-id="BalikapanTV.id" status="online",Balikapan TV (720p) [Not 24/7] @@ -47,9 +47,9 @@ 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="error",Banten TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BantenTV.id" status="online",Banten TV (720p) [Not 24/7] https://v2.siar.us/barayatv/live/chunks.m3u8 #EXTINF:-1 tvg-id="BatamTV.id" status="online",Batam TV (720p) [Not 24/7] http://122.248.43.138:1935/ch5/myStream/playlist.m3u8 @@ -71,10 +71,10 @@ http://edge.linknetott.swiftserve.com/live/BsNew/amlst:bsenglish/playlist.m3u8 https://b1world.beritasatumedia.com/Beritasatu/B1World_manifest.m3u8 #EXTINF:-1 tvg-id="BeritaSatuWorld.id" status="error",BeritaSatu World (540p) [Not 24/7] 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] +#EXTINF:-1 tvg-id="BETV.id" status="online" 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] +#EXTINF:-1 tvg-id="BETV.id" status="online" 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="BinBazTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Bin Baz TV (360p) [Geo-blocked] @@ -92,7 +92,7 @@ https://v2.siar.us/bmstv/livestream/playlist.m3u8 https://e1.siar.us/badartv/live/playlist.m3u8 #EXTINF:-1 tvg-id="BRTV.id" status="online",BRTV (1080p) [Not 24/7] https://o1.siar.us/badartv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="BungoTV.id" status="error",Bungo TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="BungoTV.id" status="online",Bungo TV (480p) [Not 24/7] https://5bf7b725107e5.streamlock.net/bungotv/bungotv/playlist.m3u8 #EXTINF:-1 tvg-id="CahayaTVBanten.id" status="online",Cahaya TV Banten (720p) [Not 24/7] https://bravo.kugo.id/ctv/rtmp.stream/playlist.m3u8 @@ -102,7 +102,7 @@ http://103.23.201.170:1935/live/livestream/playlist.m3u8 https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(81b456ab-b398-4d35-ae05-9be0a173ad71)/index.m3u8 #EXTINF:-1 tvg-id="CitraTV.id" status="error",Citra TV (720p) [Not 24/7] http://122.248.43.138:1935/ch28/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="CNBCIndonesia.id" status="timeout",CNBC Indonesia (720p) +#EXTINF:-1 tvg-id="CNBCIndonesia.id" status="online",CNBC Indonesia (720p) https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/master.m3u8 #EXTINF:-1 tvg-id="CNNIndonesia.id" status="online",CNN Indonesia (720p) [Geo-blocked] https://live.cnnindonesia.com/livecnn/smil:cnntv.smil/playlist.m3u8 @@ -112,24 +112,24 @@ https://dacastmmd.mmdlive.lldns.net/dacastmmd/bf3a76722204472aa45938f2b67ef808/p https://bravo.kugo.id/dangduttivi/udp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="DayakTV.id" status="error",Dayak TV (720p) [Not 24/7] http://122.248.43.138:1935/ch26/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="DhammaTV.id" status="online",Dhamma TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DhammaTV.id" status="timeout",Dhamma TV (720p) [Not 24/7] https://b.webcache.maxindo.net.id/dhamma/dhamma.m3u8 #EXTINF:-1 tvg-id="DigiOne.id" status="blocked",DigiOne (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(d2f582be-366c-4cce-9476-1b524dc854e9)/index.m3u8 -#EXTINF:-1 tvg-id="DMTVMalang.id" status="online",DMTV Malang (576p) -https://bravo.kugo.id/dmtvmalang/rtmp.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="DMTVMalang.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",DMTV Malang (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="DMTVMalang.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",DMTV Malang (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch51.m3u8 +#EXTINF:-1 tvg-id="DMTVMalang.id" status="online",DMTV Malang (576p) +https://bravo.kugo.id/dmtvmalang/rtmp.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="DuniaGamesTV.id" status="online",Dunia Games TV (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(ec41a5e2-09e4-431d-b92e-383fa7abe25c)/index.m3u8 -#EXTINF:-1 tvg-id="DutaTV.id" status="online",Duta TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="DutaTV.id" status="error",Duta TV (360p) [Not 24/7] https://dutatv.siar.us/dutatv/live/playlist.m3u8 #EXTINF:-1 tvg-id="ElshintaTV.id" status="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="error",Fajar TV (240p) [Not 24/7] +#EXTINF:-1 tvg-id="ElshintaTV.id" status="error",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="online",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,18 +147,18 @@ 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="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Hijrah TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="HijrahTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Hijrah TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch8.m3u8 -#EXTINF:-1 tvg-id="HopeChannelIndonesia.id" status="online",Hope Channel Indonesia [Not 24/7] +#EXTINF:-1 tvg-id="HopeChannelIndonesia.id" status="error",Hope Channel Indonesia [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/HopeChannelIndonesia/live #EXTINF:-1 tvg-id="HumaBetangTV.id" status="online",Huma Betang TV (720p) [Not 24/7] https://v3.siar.us/humabetangtv/live/playlist.m3u8 #EXTINF:-1 tvg-id="IAmChannel.id" status="online",I AM CHANNEL (576p) [Not 24/7] http://iamchannel.org:1935/tes/1/playlist.m3u8 -#EXTINF:-1 tvg-id="Indosiar.id" status="error",Indosiar (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="Indosiar.id" status="online",Indosiar (480p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s04/index.m3u8 -#EXTINF:-1 tvg-id="Indosiar.id" status="error",Indosiar (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="Indosiar.id" status="online",Indosiar (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s04/index.m3u8 #EXTINF:-1 tvg-id="INews.id" status="online",iNews (720p) #EXTVLCOPT:http-referrer=https://www.rctiplus.com/ @@ -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 @@ -214,7 +214,7 @@ http://122.248.43.138:1935/ch18/myStream/playlist.m3u8 https://live-kg.jixie.media/live/kompastv_lhd.m3u8 #EXTINF:-1 tvg-id="KompasTV.id" status="blocked",Kompas TV (720p) https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(dc9040ad-a4e1-4d08-883c-a65542b69602)/index.m3u8 -#EXTINF:-1 tvg-id="LombokTV.id" status="blocked",Lombok TV (576) +#EXTINF:-1 tvg-id="LombokTV.id" status="online",Lombok TV (576) https://bravo.kugo.id/lomboktv/rtmp.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="MadaniTV.id" status="online",Madani TV (720p) https://stream.asianastream.com/madani/ngrp:madanitv_all/playlist.m3u8 @@ -232,20 +232,20 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(a255dd49-dc2a-46 https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(9430f215-8ccb-4322-affd-6dbc97e259bd)/index.m3u8 #EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="online",Media Sunnah Aceh [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/MediaSunnahAceh/live -#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] +#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch23.m3u8 #EXTINF:-1 tvg-id="MetroGlobeNetwork.id" status="online",Metro Globe Network (1080p) [Not 24/7] https://edge.medcom.id/live-edge/smil:mgnch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MetroTV.id" status="online",Metro TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/MetrotvnewsOfficial/live -#EXTINF:-1 tvg-id="MetroTV.id" status="online",Metro TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MetroTV.id" status="error",Metro TV (480p) [Not 24/7] http://edge.metrotvnews.com:1935/live-edge/smil:metro.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MGITV.id" status="timeout",MGI TV (720p) [Geo-blocked] 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) @@ -256,27 +256,27 @@ https://d33j155pv2xyba.cloudfront.net/MNCTV_2021.m3u8 https://d1y5zdfadx9n48.cloudfront.net/MNCTV2022.m3u8 #EXTINF:-1 tvg-id="MQTV.id" status="online",MQTV (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/mqtv/mqtv/playlist.m3u8 -#EXTINF:-1 tvg-id="MTATV.id" status="online",mta tv [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live #EXTINF:-1 tvg-id="MTATV.id" status="blocked",mta tv (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(b3673fde-4acd-4f1d-95a5-a204d62545ac)/index.m3u8 -#EXTINF:-1 tvg-id="MuadzTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Muadz (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="MTATV.id" status="error",mta tv [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live +#EXTINF:-1 tvg-id="MuadzTV.id" status="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) [Geo-blocked] +#EXTINF:-1 tvg-id="MyCinema.id" status="error",My Cinema (1080p) [Geo-blocked] http://210.210.155.35/uq2663/h/h192/index.m3u8 #EXTINF:-1 tvg-id="MyCinema.id" status="error",My Cinema (1080p) http://210.210.155.37/uq2663/h/h192/index.m3u8 #EXTINF:-1 tvg-id="MyCinemaAsia.id" status="online",My Cinema Asia (1080p) [Geo-blocked] -http://210.210.155.37/uq2663/h/h193/index.m3u8 -#EXTINF:-1 tvg-id="MyCinemaAsia.id" status="error",My Cinema Asia (1080p) [Geo-blocked] http://210.210.155.35/uq2663/h/h193/index.m3u8 +#EXTINF:-1 tvg-id="MyCinemaAsia.id" status="error",My Cinema Asia (1080p) [Geo-blocked] +http://210.210.155.37/uq2663/h/h193/index.m3u8 +#EXTINF:-1 tvg-id="MyFamily.id" status="online",My Family Channel (1080p) [Geo-blocked] +http://210.210.155.37/uq2663/h/h194/index.m3u8 #EXTINF:-1 tvg-id="MyFamily.id" status="error",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="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] @@ -285,32 +285,32 @@ http://210.210.155.35/uq2663/h/h191/index.m3u8 http://playlist.urfan.web.id/x6bnqe/s/s88/S4/mnf.m3u8 #EXTINF:-1 tvg-id="NabawiTV.id" status="online",Nabawi TV (576p) https://alfa.kugo.id/nabawitv/nabawitv/playlist.m3u8 +#EXTINF:-1 tvg-id="NET.id" status="online",NET. [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/user/NetInsights/live #EXTINF:-1 tvg-id="NET.id" status="online",NET. (576p) https://bravo.kugo.id/nettv/udp.stream/chunklist.m3u8 +#EXTINF:-1 tvg-id="NET.id" status="online",NET. (480p) [Geo-blocked] +http://210.210.155.37/qwr9ew/s/s08/index.m3u8 #EXTINF:-1 tvg-id="NET.id" status="error",NET. (480p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s08/index.m3u8 -#EXTINF:-1 tvg-id="NET.id" status="error",NET. (480p) [Geo-blocked] -http://210.210.155.37/qwr9ew/s/s08/index.m3u8 -#EXTINF:-1 tvg-id="NET.id" status="error",NET. [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/user/NetInsights/live -#EXTINF:-1 tvg-id="NiagaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Niaga TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="NiagaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Niaga TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch10.m3u8 #EXTINF:-1 tvg-id="NuChannel.id" status="error",Nu Channel (576p) https://bravo.kugo.id/nuchannel/udp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="NusantaraTV.id" status="online",Nusantara TV (720p) https://nusantaratv.siar.us/nusantaratv/live/chunks.m3u8 +#EXTINF:-1 tvg-id="OChannel.id" status="online",O Channel (480p) [Geo-blocked] +http://210.210.155.37/qwr9ew/s/s41/index.m3u8 #EXTINF:-1 tvg-id="OChannel.id" status="error",O Channel (480p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s41/index.m3u8 -#EXTINF:-1 tvg-id="OChannel.id" status="error",O Channel (480p) [Geo-blocked] -http://210.210.155.37/qwr9ew/s/s41/index.m3u8 #EXTINF:-1 tvg-id="OneTVAsia.sg" status="online",One TV Asia (576p) [Geo-blocked] -http://210.210.155.37/uq2663/h/h143/index.m3u8 -#EXTINF:-1 tvg-id="OneTVAsia.sg" status="error",One TV Asia (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h143/index.m3u8 +#EXTINF:-1 tvg-id="OneTVAsia.sg" status="error",One TV Asia (576p) [Geo-blocked] +http://210.210.155.37/uq2663/h/h143/index.m3u8 #EXTINF:-1 tvg-id="PadangTV.id" status="online",Padang TV (720p) [Not 24/7] http://122.248.43.138:1935/ch16/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="PalembangTV.id" status="online",Pal TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PalembangTV.id" status="error",Pal TV (720p) [Not 24/7] 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 @@ -324,7 +324,7 @@ https://v3.siar.us/pontianaktelevisi/live/playlist.m3u8 https://alfa.kugo.id/playout/pop.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="PujaTVAceh.id" status="online",Puja TV Aceh (1080p) [Not 24/7] https://v6.siar.us/pujatv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="RadarLampungTV.id" status="online",Radar TV Lampung (480p) [Not 24/7] +#EXTINF:-1 tvg-id="RadarLampungTV.id" status="error",Radar TV Lampung (480p) [Not 24/7] http://122.248.43.138:1935/ch17/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioKitaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RadioKita TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) @@ -335,7 +335,7 @@ 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="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="RasyaadTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch6.m3u8 #EXTINF:-1 tvg-id="RasyaadTV.id" status="error",Rasyaad TV [Not 24/7] @@ -368,13 +368,13 @@ https://tv.rodja.live/live/ngrp:rodja_all/playlist.m3u8 http://36.89.47.217:11935/rrinet/live/index.m3u8 #EXTINF:-1 tvg-id="RuangTrampil.id" status="blocked",Ruang Trampil (480p) [Geo-blocked] 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] +#EXTINF:-1 tvg-id="SaktiTV.id" status="online",Sakti TV (480p) [Not 24/7] https://v2.siar.us/saktitv/livestream/playlist.m3u8 +#EXTINF:-1 tvg-id="SalamTV.id" status="online",Salam TV [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/SALAMTVLIVE/live #EXTINF:-1 tvg-id="SalamTV.id" status="timeout" 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] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/SALAMTVLIVE/live #EXTINF:-1 tvg-id="SalingSapaTV.id" status="online",Saling Sapa TV (576p) https://bravo.kugo.id/salingsapa/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SangajiTV.id" status="online",Sangaji TV (720p) [Not 24/7] @@ -393,9 +393,9 @@ http://122.248.43.138:1935/ch4/myStream/playlist.m3u8 http://122.248.43.138:1935/ch25/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="SpacetoonIndonesia.id" status="online",Spacetoon Indonesia (576p) https://bravo.kugo.id/spacetoon/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="SriwijayaTV.id" status="online",Sriwijaya TV [Not 24/7] +#EXTINF:-1 tvg-id="SriwijayaTV.id" status="error",Sriwijaya TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/sriwijayatvonline -#EXTINF:-1 tvg-id="SultraTV.id" status="error",Sultra TV (720p) offline +#EXTINF:-1 tvg-id="SultraTV.id" status="online",Sultra TV (720p) offline http://122.248.43.138:1935/ch20/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) @@ -410,7 +410,7 @@ https://v3.siar.us/surabayatv/live/playlist.m3u8 https://h1.intechmedia.net/intech/ch3.m3u8 #EXTINF:-1 tvg-id="SurauTV.id" status="error",Surau TV (720p) http://119.235.249.58:1935/surautv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TATV.id" status="error",TATV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TATV.id" status="online",TATV (720p) [Not 24/7] https://v2.siar.us/tatv/live.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TawafTV.id" status="online",Tawaf TV (720p) https://bravo.kugo.id/tawaftv/rtmp.stream/playlist.m3u8 @@ -419,9 +419,9 @@ https://dgbgs3f3e3nka.cloudfront.net/hls/hanyacoba.m3u8 #EXTINF:-1 tvg-id="TegarTVJogja.id" status="error",Tegar TV Jogja (576p) [Not 24/7] http://wms.klikhost.com:1935/tegarjogja/live/playlist.m3u8 #EXTINF:-1 tvg-id="TegarTVLampung.id" status="online",Tegar TV Lampung (480p) [Not 24/7] [Geo-blocked] -https://5bf7b725107e5.streamlock.net/tegartv/tegartv/playlist.m3u8 -#EXTINF:-1 tvg-id="TegarTVLampung.id" status="error",Tegar TV Lampung (480p) [Not 24/7] [Geo-blocked] http://wms.klikhost.com:1935/tegartv/tegartv/playlist.m3u8 +#EXTINF:-1 tvg-id="TegarTVLampung.id" status="online",Tegar TV Lampung (480p) [Not 24/7] [Geo-blocked] +https://5bf7b725107e5.streamlock.net/tegartv/tegartv/playlist.m3u8 #EXTINF:-1 tvg-id="Trans7.id" status="online",Trans7 (720p) https://video.detik.com/trans7/smil:trans7.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TransTV.id" status="online",Trans 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) @@ -451,23 +451,23 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIAceh)/index.m3u8 #EXTINF:-1 tvg-id="TVRIAceh.id" status="online",TVRI Aceh (720p) [Not 24/7] http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIACEH)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBali.id" status="online",TVRI Bali (480p) +http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIBALI)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIBali.id" status="online",TVRI Bali (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIBALI)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBali.id" status="online",TVRI Bali (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIBali)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIBali.id" status="online",TVRI Bali (480p) -http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIBALI)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIBangkaBelitung.id" status="online",TVRI Bangka Belitung (480p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRIBABEL)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBangkaBelitung.id" status="online",TVRI Bangka Belitung (480p) 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="TVRIBangkaBelitung.id" status="timeout",TVRI Bangka Belitung (480p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRIBABEL)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBengkulu.id" status="online",TVRI Bengkulu (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIBENGKULU)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBengkulu.id" status="online",TVRI Bengkulu (480p) -http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIBengkulu)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIBengkulu.id" status="online",TVRI Bengkulu (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIBENGKULU)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIBengkulu.id" status="online",TVRI Bengkulu (480p) +http://ott.tvri.co.id/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) @@ -475,11 +475,11 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIJatengsemarang)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralJava.id" status="online",TVRI Jawa Tengah (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIJATENGSEMARANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) +http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8 +#EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalteng)/index.m3u8 -#EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) -http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralSulawesi.id" status="online",TVRI Sulawesi Tengah (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRISULTENGPALU)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralSulawesi.id" status="online",TVRI Sulawesi Tengah (720p) @@ -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 @@ -593,10 +593,10 @@ http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIJABARBAND #EXTINF:-1 tvg-id="TVRIWestJava.id" status="error",TVRI Jawa Barat (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIJabarandung)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALBAR)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalbar)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALBAR)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALBAR)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestNusaTenggara.id" status="online",TVRI Nusa Tenggara Barat (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRINTBMATARAM)/index.m3u8 @@ -670,7 +670,7 @@ http://5e396e0211d7a.streamlock.net:1935/uchannel/live/playlist.m3u8 http://210.210.155.35/x6bnqe/s/s73/index2.m3u8 #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="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",UFA 24 (360p) [Geo-blocked] +#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) @@ -689,8 +689,6 @@ http://210.210.155.37/qwr9ew/s/s32/index.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) @@ -709,23 +707,25 @@ https://alfa.kugo.id/playout/kugo1.stream/playlist.m3u8 https://alfa.kugo.id/playout/KugoStar.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",kugo Star (576i) https://bravo.kugo.id/kugostar/udp.stream/chunklist.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 https://alfa.kugo.id/sampittv/rtmp.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="online",Garda TV (576p) https://bintangtv.siar.us/bintangtv/live/playlist.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",Alwafa Tarim TV (Am Media) (720p) +https://ammedia.siar.us/ammedia/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="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="error",UBON TV (360p) [Not 24/7] http://5e396e0211d7a.streamlock.net:1935/ubontv/live/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",Pal TV (720p) [Not 24/7] +http://122.248.43.138:1935/ch7/myStream/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] @@ -736,8 +736,6 @@ http://210.210.155.35/x6bnqe/s/s38/index.m3u8 http://210.210.155.35/x6bnqe/s/s101/live.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens ShowBiz (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s35/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",Dens Knowledge and Learning (576p) -http://210.210.155.37/x6bnqe/s/s36/index.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 Life Style (576p) [Geo-blocked] @@ -752,6 +750,8 @@ 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",dTVi (720p) +https://alfa.kugo.id/dtvi/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Unas TV (720p) https://ltun.siar.us/ltun/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Prima TV (360p) [Not 24/7] diff --git a/streams/il.m3u b/streams/il.m3u index 95b0a2248..d76112bf1 100644 --- a/streams/il.m3u +++ b/streams/il.m3u @@ -11,7 +11,7 @@ https://live1.panet.co.il/edge_abr/halaTV/playlist.m3u8 https://live2.panet.co.il/edge_abr/halaTV/playlist.m3u8 #EXTINF:-1 tvg-id="HalaTV.il" status="online",Hala TV (576p) [Not 24/7] https://gstream4.panet.co.il/edge/halaTV/playlist.m3u8 -#EXTINF:-1 tvg-id="I24NewsArabic.il" status="timeout",I24 News Arabic (720p) +#EXTINF:-1 tvg-id="I24NewsArabic.il" status="online",I24 News Arabic (720p) https://bcovlive-a.akamaihd.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/playlist-all_dvr.m3u8 #EXTINF:-1 tvg-id="IsraelParsTV.il" status="online",Israel Pars TV (540p) https://live.pars-israel.com/iptv/stream.m3u8 diff --git a/streams/in.m3u b/streams/in.m3u index a7cf3858d..f9db78938 100644 --- a/streams/in.m3u +++ b/streams/in.m3u @@ -3,9 +3,9 @@ https://6n3yogbnd9ok-hls-live.5centscdn.com/threetamil/d0dbe915091d400bd8ee7f27f0791303.sdp/index.m3u8 #EXTINF:-1 tvg-id="7SMusic.in" status="timeout",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="error",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] +#EXTINF:-1 tvg-id="9XJhakaas.in" status="error",9X Jhakaas (576p) [Not 24/7] http://14.199.164.20:4001/play/a0mx/index.m3u8 #EXTINF:-1 tvg-id="9XM.in" status="online",9XM (480p) https://d2q8p4pe5spbak.cloudfront.net/bpk-tv/9XM/9XM.isml/index.m3u8 @@ -31,7 +31,7 @@ http://akaram.zecast.net/akaram-live/akaramkidz/index.m3u8 https://d39iawgzv3h0yo.cloudfront.net/out/v1/1ef4344a3b4a41908915d58ac7bd5e23/index.m3u8 #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) +#EXTINF:-1 tvg-id="AmritaTV.in" status="timeout",Amrita TV (576p) http://103.199.161.254/Content/amrita/Live/Channel(Amrita)/index.m3u8 #EXTINF:-1 tvg-id="AnjanTV.in" status="online",Anjan (720p) [Not 24/7] https://f3.vstream.online:7443/bstb/ngrp:anjan_hdall/playlist.m3u8 @@ -77,7 +77,7 @@ http://14.199.164.20:4001/play/a0rj/index.m3u8 http://live.agmediachandigarh.com/booglebollywood/774e3ea9f3fa9bcdac47f445b83b6653.sdp/index.m3u8 #EXTINF:-1 tvg-id="BoogleBollywood.in" status="error",Boogle Bollywood [Geo-blocked] https://sneh-z5api.herokuapp.com/?c=0-9-165 -#EXTINF:-1 tvg-id="BoxCinema.in" status="online",Box Cinema (576p) [Not 24/7] +#EXTINF:-1 tvg-id="BoxCinema.in" status="error",Box Cinema (576p) [Not 24/7] http://14.199.164.20:4001/play/a0su/index.m3u8 #EXTINF:-1 tvg-id="CaptainTV.in" status="online",Captain TV (576p) [Not 24/7] http://103.199.160.85/Content/captain/Live/Channel(Captain)/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="error",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 @@ -114,7 +114,7 @@ https://playhls.media.nic.in/hls/live/ddnews/ddnews.m3u8 #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 -#EXTINF:-1 tvg-id="DDSports.in" status="timeout",DD Sports (576p) +#EXTINF:-1 tvg-id="DDSports.in" status="online",DD Sports (576p) http://103.199.161.254/Content/ddsports/Live/Channel(DDSPORTS)/index.m3u8 #EXTINF:-1 tvg-id="Dhamaal.in" status="online",Dhamaal (1080p) [Not 24/7] https://live.hungama.com/linear/dhamaal/playlist.m3u8 @@ -176,7 +176,7 @@ https://1-213-10546-44.b.cdn13.com/388656798579293628302251.m3u8 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="error",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 @@ -188,7 +188,7 @@ https://indiatodaylive.akamaized.net/hls/live/2014320/indiatoday/indiatodaylive/ https://live-indiatvnews.akamaized.net/indiatv-origin/ITV_1_1@199237/playlist.m3u8 #EXTINF:-1 tvg-id="IndiaTV.in" status="error",India TV (480p) [Not 24/7] https://live-indiatvnews.akamaized.net/indiatv-origin/liveabr/playlist.m3u8 -#EXTINF:-1 tvg-id="IsaiAruvi.in" status="timeout",Isai Aruvi (576p) +#EXTINF:-1 tvg-id="IsaiAruvi.in" status="online",Isai Aruvi (576p) http://103.199.161.254/Content/isaiaruvi/Live/Channel(IsaiAruvi)/index.m3u8 #EXTINF:-1 tvg-id="JaihindTV.in" status="online",Jaihind TV (480p) https://live.neestream.net/neestream_01/jaihindtv/index.m3u8?token=693400 @@ -232,7 +232,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel https://live.neestream.com/neestream_01/kairali_news/playlist.m3u8 #EXTINF:-1 tvg-id="KairaliTV.in" status="online",Kairali TV (480p) https://live.neestream.net/neestream_01/kairalitv/index.m3u8?token=693400 -#EXTINF:-1 tvg-id="KairaliTV.in" status="online",Kairali TV (480p) +#EXTINF:-1 tvg-id="KairaliTV.in" status="timeout",Kairali TV (480p) http://103.199.161.254/Content/kairali/Live/Channel(Kairali)/index.m3u8 #EXTINF:-1 tvg-id="KairaliTV.in" status="error",Kairali TV (480p) https://live.neestream.com/neestream_01/kairalitv/playlist.m3u8 @@ -254,7 +254,7 @@ https://bnwdplewrp3a-hls-live.wmncdn.net/kannur1/d0dbe915091d400bd8ee7f27f079130 https://stream.ufworldind.in/live/kvision/playlist.m3u8 #EXTINF:-1 tvg-id="KappaTV.in" status="timeout",Kappa TV (360p) http://103.199.161.254/Content/kappa/Live/Channel(Kappa)/index.m3u8 -#EXTINF:-1 tvg-id="KasthuriTV.in" status="timeout",Kasthuri (576p) +#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] http://kcltv.livebox.co.in/kclhls/live.m3u8 @@ -280,7 +280,7 @@ https://m-c036-j2apps.s.llnwi.net/hls/2820.MahaMovie.in.m3u8 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 -#EXTINF:-1 tvg-id="MalabarVision.in" status="error",Malabar Vision (720p) +#EXTINF:-1 tvg-id="MalabarVision.in" status="timeout",Malabar Vision (720p) http://cdn1.logicwebs.in:1935/malabar/malabar/playlist.m3u8 #EXTINF:-1 tvg-id="Malaimurasu.in" status="error",Malaimurasu (480p) [Not 24/7] https://malaimurasucdn.purplestream.com/malaimurasu/49992ade0624eda468a31e137996d044.sdp/playlist.m3u8 @@ -298,18 +298,18 @@ 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 (480p) https://live.neestream.net/neestream_01/mathrubhuminews/index.m3u8?token=693400 #EXTINF:-1 tvg-id="MathrubhumiNews.in" status="timeout",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="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] http://14.199.164.20:4001/play/a0kd/index.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="MazhavilManoramaHD.in" status="online",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 (480p) @@ -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="error",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="error",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 @@ -358,10 +358,10 @@ https://ndtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/ndtv/live/ndtv_profit. https://live.neestream.net/neestream_01/neecinema/index.m3u8?token=693400 #EXTINF:-1 tvg-id="NethraTV.in" status="timeout",Nethra TV (480p) [Not 24/7] https://dammikartmp.tulix.tv/slrc3/slrc3/playlist.m3u8 +#EXTINF:-1 tvg-id="News7Tamil.in" status="online",News 7 Tamil (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2f4w_ppqHplvjiNaoTAK9w/live #EXTINF:-1 tvg-id="News7Tamil.in" status="error",News 7 Tamil (576p) [Not 24/7] http://14.199.164.20:4001/play/a0kp/index.m3u8 -#EXTINF:-1 tvg-id="News7Tamil.in" status="error",News 7 Tamil (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2f4w_ppqHplvjiNaoTAK9w/live #EXTINF:-1 tvg-id="News18AssamNorthEast.in" status="error",News 18 Assam (360p) [Not 24/7] https://news18assam-lh.akamaihd.net/i/n18assamne_1@526575/index_4_av-p.m3u8?rebase=on&sd=10 #EXTINF:-1 tvg-id="News18AssamNorthEast.in" status="error",News18 Assam (504p) [Not 24/7] @@ -432,7 +432,7 @@ http://14.199.164.20:4001/play/a0ld/index.m3u8 https://royalstarindia.co.in/pularitv_hls/pularitv.m3u8 #EXTINF:-1 tvg-id="PunjabiZindabadTV.in" status="online",Punjabi Zindabad (360p) [Not 24/7] http://stream.pztv.online/pztv/playlist.m3u8 -#EXTINF:-1 tvg-id="PuthiyaThalaimurai.in" status="online",Puthiya Thalaimurai (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="PuthiyaThalaimurai.in" status="error",Puthiya Thalaimurai (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCmyKnNRH0wH-r8I-ceP-dsg/live #EXTINF:-1 tvg-id="PuthuyugamTV.in" status="online",Puthuyugam TV (576p) [Not 24/7] http://103.199.160.85/Content/puthuyugam/Live/Channel(Puthuyugam)/index.m3u8 @@ -456,19 +456,19 @@ 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="error",Sathiyam TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SathiyamTV.in" status="online",Sathiyam TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2ziCMHFPWkFHjocUMXT__Q/live +#EXTINF:-1 tvg-id="ShekinahTV.in" status="online",Shekinah TV (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCHtYUfPnQci6GoUpPlWfrOg/live #EXTINF:-1 tvg-id="ShekinahTV.in" status="online",Shekinah TV (576p) [Not 24/7] http://14.199.164.20:4001/play/a0ok/index.m3u8 -#EXTINF:-1 tvg-id="ShekinahTV.in" status="error",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="online",Shemaroo TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ShemarooTV.in" status="error",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 #EXTINF:-1 tvg-id="Shubhsandesh.in" status="online",Shubhsandesh (720p) [Not 24/7] https://6284rn2xr7xv-hls-live.wmncdn.net/shubhsandeshtv1/live123.stream/index.m3u8 -#EXTINF:-1 tvg-id="SirippoliTV.in" status="online",Kalaignar Sirippoli (576p) +#EXTINF:-1 tvg-id="SirippoliTV.in" status="timeout",Kalaignar Sirippoli (576p) http://103.199.161.254/Content/kalaignarsirippoli/Live/Channel(Kalaignarsirippoli)/index.m3u8 #EXTINF:-1 tvg-id="SonyBBCEarthHD.in" status="timeout",Sony BBC Earth HD (1080p) http://103.81.104.118/hls/stream5.m3u8 @@ -484,7 +484,7 @@ http://maatv-i.akamaihd.net/hls/live/569930/maatv/master_2000.m3u8 #EXTINF:-1 tvg-id="StarPlusHD.in" status="blocked" user-agent="stream",Star Plus HD (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=stream http://208.115.215.42/Utsav_Plus_HD/playlist.m3u8 -#EXTINF:-1 tvg-id="SteelbirdMusic.in" status="online",Steelbird Music (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SteelbirdMusic.in" status="error",Steelbird Music (720p) [Not 24/7] 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 @@ -542,7 +542,7 @@ http://live.singamcloud.in:1935/vismayanews/vismayanews/playlist.m3u8 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="error",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 @@ -558,8 +558,6 @@ https://royalstarindia.co.in/cinematv_hls/cinematv.m3u8 http://158.69.124.9:1935/sardaritv/sardaritv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",NVision http://live.singamcloud.in:1935/nvision/nvision/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Suriyan TV -http://cdn.jwplayer.com/videos/1m0nMXhZ-3SDdwqdV.m3u8 #EXTINF:-1 tvg-id="" status="online",Zainabia Channel https://zainabia.livebox.co.in/ZainabiaChannelhls/channel.m3u8 #EXTINF:-1 tvg-id="" status="online",FASTWAY NEWS (720p) [Not 24/7] @@ -594,6 +592,9 @@ http://c0.cdn.trinity-tv.net/stream/zfmjgma9zn46fa797ez9fgkw7msh9mj4tppspg23gey6 http://weone.livebox.co.in/Metro7hls/Metro7.m3u8 #EXTINF:-1 tvg-id="" status="online",Wion (domestic feed) (576p) 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] @@ -623,6 +624,8 @@ 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",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) (360p) +http://210.210.155.37/x6bnqe/s/s81/02.m3u8 #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] @@ -637,8 +640,8 @@ http://103.153.92.157:11037/hls/kbh.m3u8 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) (360p) -http://210.210.155.37/x6bnqe/s/s81/02.m3u8 +#EXTINF:-1 tvg-id="" status="error",Suriyan TV +http://cdn.jwplayer.com/videos/1m0nMXhZ-3SDdwqdV.m3u8 #EXTINF:-1 tvg-id="" status="error",Life Punjabi (720p) [Not 24/7] http://live.agmediachandigarh.com/lifepunjabi/e27b5c8d89b83882ca3b018eeed14888.sdp/mono.m3u8 #EXTINF:-1 tvg-id="" status="error",Janataa TV [Not 24/7] @@ -655,9 +658,6 @@ http://wearelive.livebox.co.in/naxatratvhls/Naxatratv.m3u8 https://cdn.smartstream.video/smartstream-us/channelwinlive/channelwinlive/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",R Plus News (360p) [Not 24/7] https://cdn.smartstream.video/smartstream-us/rplus/rplus/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",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="error",Kairali WE (480p) https://live.neestream.com/neestream_01/we/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Satsang (1080p) [Not 24/7] diff --git a/streams/iq.m3u b/streams/iq.m3u index 857f5014e..ac9ff3196 100644 --- a/streams/iq.m3u +++ b/streams/iq.m3u @@ -17,7 +17,7 @@ https://live.aljawadain.org/live/aljawadaintv/playlist.m3u8 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 diff --git a/streams/it.m3u b/streams/it.m3u index ac59bba68..7bf8d3021 100644 --- a/streams/it.m3u +++ b/streams/it.m3u @@ -220,10 +220,10 @@ https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276 http://stream.tvtap.net:8081/live/it-rai5.stream/playlist.m3u8 #EXTINF:-1 tvg-id="RaiGulp.it" status="online",Rai Gulp (576p) https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746953 -#EXTINF:-1 tvg-id="RaiItaliaAsia.it" status="online",RAI Italia Asia (576p) -http://210.210.155.37/x6bnqe/s/s63/index2.m3u8 #EXTINF:-1 tvg-id="RaiItaliaAsia.it" status="error",RAI Italia Asia (576p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s63/index2.m3u8 +#EXTINF:-1 tvg-id="RaiItaliaAsia.it" status="error",RAI Italia Asia (576p) +http://210.210.155.37/x6bnqe/s/s63/index2.m3u8 #EXTINF:-1 tvg-id="RaiMovie.it" status="online",Rai Movie (576p) [Geo-blocked] https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747002 #EXTINF:-1 tvg-id="RaiNews24.it" status="online",Rai News 24 (720p) @@ -248,7 +248,7 @@ https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(r4)/ https://stream.internet.one/Rete55_Live/index.m3u8 #EXTINF:-1 tvg-id="ReteBiellaTV.it" status="online",Rete Biella TV (720p) [Not 24/7] https://sb.top-ix.org/retebiella/streaming/playlist.m3u8 -#EXTINF:-1 tvg-id="Retemia.it" status="online",Retemia (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Retemia.it" status="error",Retemia (720p) [Not 24/7] https://5db313b643fd8.streamlock.net/Retemia/Retemia/playlist.m3u8 #EXTINF:-1 tvg-id="ReteOro.it" status="online",Rete Oro (720p) [Not 24/7] https://5926fc9c7c5b2.streamlock.net/9094/9094/playlist.m3u8 @@ -408,7 +408,7 @@ http://wms.shared.streamshow.it/veratv/mp4:veratv/playlist.m3u8 http://wms.shared.streamshow.it/veratv/veratv/playlist.m3u8 #EXTINF:-1 tvg-id="VideoCalabria.it" status="error",Video Calabria (480p) [Not 24/7] http://wms.shared.streamshow.it/videocalabria/videocalabria/playlist.m3u8 -#EXTINF:-1 tvg-id="VideolinaSardegna.it" status="timeout",Videolina (Sardegna) (404p) [Not 24/7] +#EXTINF:-1 tvg-id="VideolinaSardegna.it" status="online",Videolina (Sardegna) (404p) [Not 24/7] http://livestreaming.videolina.it/live/Videolina/playlist.m3u8 #EXTINF:-1 tvg-id="Videonovara.it" status="error",Videonovara (576p) [Not 24/7] https://sb.top-ix.org/avtv04/streaming/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 @@ -455,9 +455,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) @@ -466,6 +466,8 @@ http://46.165.210.112/radionorbatv/norbatv_source.stream/playlist.m3u8 http://193.70.81.40:1935/supertvoristano/supertvoristano/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Super J TV (720p) https://54627d4fc5996.streamlock.net/SuperJtv/SuperJtv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",RTL 102.5 (432p) +https://rtl-video1-stream.thron.com/live-video/video1/ngrp:video1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Juwelo Italia (480p) https://sdn-global-live-streaming-packager-cache.3qsdn.com/7841/7841_264_live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",TeleFormula (720p) [Not 24/7] @@ -486,8 +488,6 @@ http://wms.shared.streamshow.it/videobrescia/videobrescia/playlist.m3u8 https://deejay_tv-lh.akamaihd.net/i/DeejayTv_1@129866/master.m3u8 #EXTINF:-1 tvg-id="" status="error",Rai Sport+ [Geo-blocked] https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=358025 -#EXTINF:-1 tvg-id="" status="error",RTL 102.5 (432p) -https://rtl-video1-stream.thron.com/live-video/video1/ngrp:video1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",RADIO FRECCIA (360p) https://rtl-video2-stream.thron.com/live-video/video2/ngrp:video2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",RTL 102.5 BEST (432p) diff --git a/streams/jo.m3u b/streams/jo.m3u index 8bbd819d5..1cbd45a20 100644 --- a/streams/jo.m3u +++ b/streams/jo.m3u @@ -7,7 +7,7 @@ https://ammantv.c.s73cdn.net/23153d43-375a-472a-bc5f-9827582b5d22/elemental/live http://82.212.74.99:8000/live/8111.m3u8 #EXTINF:-1 tvg-id="FajerTV2.ps" status="online",Fajer TV (720p) http://two.alfajertv.com:8081/AlfajertvHDTwo_web/web/playlist.m3u8 -#EXTINF:-1 tvg-id="JawharaFM.jo" status="online",Jawhara FM (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JawharaFM.jo" status="error",Jawhara FM (720p) [Not 24/7] http://streaming.toutech.net:1935/live/mp4:jawharafm.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="JordanSport.jo" status="error",Jordan Sport https://jrtv-live.ercdn.net/jordansporthd/jordansporthd.m3u8 @@ -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="error",Toyor Al-Jannah (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ToyorAlJannah.jo" status="online",Toyor Al-Jannah (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/toyorlive/live #EXTINF:-1 tvg-id="" status="online",ISMAOONA TV (720p) http://82.212.74.4:8000/live/2105.m3u8 @@ -37,11 +37,11 @@ http://188.247.86.66/RotanaRadio/CityView1/playlist.m3u8 http://188.247.86.66/RotanaRadio/ControlStudio1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Yaqeen Jordan: Control Studio (180p) [Not 24/7] http://188.247.86.66/MixFM/ControlStudio1/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Radio Yaqeen Jordan: Studio (180p) [Not 24/7] -http://188.247.86.66/MixFM/OnAirStudio1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Fann Jordan: Studio (180p) [Not 24/7] http://188.247.86.66/RadioFann/OnAirStudio1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rotana Tarab Jordan: Control Studio (180p) [Not 24/7] http://188.247.86.66/RotanaRadio/Audio32/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rotana Radio Jordan: Studio (180p) [Not 24/7] http://188.247.86.66/RotanaRadio/OnAirStudio1/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",Radio Yaqeen Jordan: Studio (180p) [Not 24/7] +http://188.247.86.66/MixFM/OnAirStudio1/playlist.m3u8 diff --git a/streams/jp.m3u b/streams/jp.m3u index 838574c19..61fc4a1de 100644 --- a/streams/jp.m3u +++ b/streams/jp.m3u @@ -18,11 +18,11 @@ https://tbs1.mov3.co/hls/tbs.m3u8 #EXTINF:-1 tvg-id="NewJapanProWrestlingWorld.jp" status="online",New Japan Pro Wrestling World (540p) https://aka-amd-njpwworld-hls-enlive.akamaized.net/hls/video/njpw_en/njpw_en_channel01_3/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="NHKChinese.jp" status="online",NHK Chinese Vision (720p) -https://nhkw-zh-hlscomp.akamaized.net/8thz5iufork8wjip/playlist.m3u8 +https://nhkw-zh-hlscomp.akamaized.net/ixxemlzk1vqvy44o/playlist.m3u8 #EXTINF:-1 tvg-id="NHKChinese.jp" status="online",NHK Chinese Vision (360p) https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/zh/725580/livecom_zh.m3u8 #EXTINF:-1 tvg-id="NHKChinese.jp" status="timeout",NHK Chinese Vision (720p) -https://nhkw-zh-hlscomp.akamaized.net/ixxemlzk1vqvy44o/playlist.m3u8 +https://nhkw-zh-hlscomp.akamaized.net/8thz5iufork8wjip/playlist.m3u8 #EXTINF:-1 tvg-id="NHKGeneralTV.jp" status="online",NHK General TV (540p) [Not 24/7] https://nhk2.mov3.co/hls/nhk.m3u8 #EXTINF:-1 tvg-id="NHKWorldJapan.jp" status="online",NHK World Japan (1080p) diff --git a/streams/ke.m3u b/streams/ke.m3u index 307f9cef6..ae9db91ce 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 @@ -13,7 +13,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x6ol8sj 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 diff --git a/streams/kr.m3u b/streams/kr.m3u index ec0e9272b..43bbaefa3 100644 --- a/streams/kr.m3u +++ b/streams/kr.m3u @@ -7,10 +7,10 @@ https://allanf181.github.io/adaptive-streams/streams/kr/AnimaxKorea.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/Anione.m3u8 #EXTINF:-1 tvg-id="Aniplus.kr" status="online",Aniplus (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/Aniplus.m3u8 -#EXTINF:-1 tvg-id="AniplusAsia.sg" status="online",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] -http://210.210.155.37/dr9445/h/h02/index.m3u8 #EXTINF:-1 tvg-id="AniplusAsia.sg" status="error",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h02/index.m3u8 +#EXTINF:-1 tvg-id="AniplusAsia.sg" status="error",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] +http://210.210.155.37/dr9445/h/h02/index.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) http://amdlive-ch01.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) @@ -57,7 +57,7 @@ https://stream.chmbc.co.kr/live/TV/playlist.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/ChunghwaTV.m3u8 #EXTINF:-1 tvg-id="CinemaHeaven.kr" status="online",Cinema Heaven (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/CinemaHeaven.m3u8 -#EXTINF:-1 tvg-id="CJBTV.kr" status="blocked",CJB์ฒญ์ฃผ๋ฐฉ์†ก (SBS ๆทธๅทž) (540p) [Not 24/7] +#EXTINF:-1 tvg-id="CJBTV.kr" status="online",CJB์ฒญ์ฃผ๋ฐฉ์†ก (SBS ๆทธๅทž) (540p) [Not 24/7] http://1.222.207.80:1935/live/cjbtv/playlist.m3u8 #EXTINF:-1 tvg-id="CJOnStyle.kr" status="online",CJ OnStyle (540p) https://live-ch1.cjonstyle.net/cjmalllive/stream2/playlist.m3u8 @@ -89,7 +89,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="error",Edaily TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="EdailyTV.kr" status="online",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 @@ -97,12 +97,12 @@ 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="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="GCN.kr" status="error",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="GCNAmerica.us" status="error",GCN24 English (720p) [Not 24/7] http://liveen24-manminglobal3.ktcdn.co.kr/liveen24/gcnus_high/playlist.m3u8 #EXTINF:-1 tvg-id="GolfPBA.kr" status="online",Golf & PBA (1080p) [Not 24/7] @@ -123,9 +123,9 @@ https://allanf181.github.io/adaptive-streams/streams/kr/HoneyTV.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/IBSports.m3u8 #EXTINF:-1 tvg-id="iHQDrama.kr" status="online",iHQ drama (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/iHQDrama.m3u8 -#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="online",์ œ์ฃผ MBC (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] +#EXTINF:-1 tvg-id="JIBSTV.kr" status="timeout",JIBS SBS (720p) [Not 24/7] http://123.140.197.22/stream/1/play.m3u8 #EXTINF:-1 tvg-id="JTBC2.kr" status="online",JTBC2 (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/JTBC2.m3u8 @@ -149,10 +149,10 @@ http://kbs-dokdo.gscdn.com/dokdo_300/dokdo_300.stream/playlist.m3u8 http://kbs-dokdo.gscdn.com/sec_kbshomepage_300/sec_kbshomepage_300.stream/playlist.m3u8 #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 (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="KBSWorld.kr" status="online",KBS World (720p) +https://wms4-kortv.akamaized.net/a_live/63719963/smil:20ch011.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] @@ -175,7 +175,7 @@ http://210.210.155.37/uq2663/h/h08/index.m3u8 https://fhs8036.bd-61.ktcdn.co.kr/klive/smil:klive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MBCGyeongnamChangwonTV.kr" status="online",๊ฒฝ์ƒMBC (MBC Gyeongnam Changwon) (1080p) https://624a79c87201d.streamlock.net/MBCTV/TV1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="MBCTV.kr" status="error",MBC (1080p) +#EXTINF:-1 tvg-id="MBCTV.kr" status="online",MBC (1080p) http://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8 #EXTINF:-1 tvg-id="MBN.kr" status="online",MBN (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/MBN.m3u8 @@ -193,7 +193,7 @@ https://allanf181.github.io/adaptive-streams/streams/kr/NationalGeographicWildKo https://media.joycorp.co.kr:4443/live/ngrp:live_all/playlist.m3u8 #EXTINF:-1 tvg-id="OBSGyeonginTV.kr" status="online",OBS Gyeongin TV (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/OBSGyeonginTV.m3u8 -#EXTINF:-1 tvg-id="OCN.kr" status="online",OCN (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="OCN.kr" status="timeout",OCN (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/OCN.m3u8 #EXTINF:-1 tvg-id="OLife.kr" status="online",OLIFE (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/OLife.m3u8 @@ -253,16 +253,16 @@ https://allanf181.github.io/adaptive-streams/streams/kr/Tooniverse.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/TVChosun.m3u8 #EXTINF:-1 tvg-id="tvN.kr" status="online",tvN (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/tvN.m3u8 +#EXTINF:-1 tvg-id="TVNAsia.hk" status="online",tvN Asia (Indonesian Subtitle) (576p) +http://210.210.155.37/dr9445/h/h20/index.m3u8 #EXTINF:-1 tvg-id="TVNAsia.hk" status="error",tvN Asia (Indonesian Subtitle) (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h20/index.m3u8 -#EXTINF:-1 tvg-id="TVNAsia.hk" status="error",tvN Asia (Indonesian Subtitle) (576p) -http://210.210.155.37/dr9445/h/h20/index.m3u8 #EXTINF:-1 tvg-id="tvNDrama.kr" status="online",tvN DRAMA (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/tvNDrama.m3u8 +#EXTINF:-1 tvg-id="TVNMovies.hk" status="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] @@ -279,7 +279,7 @@ 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="error",YTN DMB http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC38IlqMxZ_YtFg3eSGmmJnQ/live diff --git a/streams/kz.m3u b/streams/kz.m3u index 0ef7fadb1..aca888626 100644 --- a/streams/kz.m3u +++ b/streams/kz.m3u @@ -11,16 +11,16 @@ https://sc.id-tv.kz/CaspianNews.m3u8 https://sc.id-tv.kz/Dombyra.m3u8 #EXTINF:-1 tvg-id="ElArna.kz" status="online",ะ•ะป ะั€ะฝะฐ (576p) [Not 24/7] https://sc.id-tv.kz/ElArna.m3u8 -#EXTINF:-1 tvg-id="GakkuTV.kz" status="online",Gakku (576p) [Not 24/7] +#EXTINF:-1 tvg-id="GakkuTV.kz" status="timeout",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="Khabar24.kz" status="error",ะฅะฐะฑะฐั€ 24 (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnAFKvDuqBGkIfV8Vn0J_CQ/live #EXTINF:-1 tvg-id="KTK.kz" status="online",ะšะขะš (360p) [Not 24/7] http://89.218.30.37/ktklive/live.hq/playlist.m3u8 #EXTINF:-1 tvg-id="KTK.kz" status="timeout",ะšะขะš (576p) [Not 24/7] @@ -33,17 +33,17 @@ http://serv25.vintera.tv:8081/novoetv/nov_tv/playlist.m3u8 https://qazaqstantv-stream.qazcdn.com/international/international/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Balapan TV https://balapantv-stream.qazcdn.com/balapantv/balapantv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะะปะผะฐั‚ั‹ (720p) [Not 24/7] -http://live-almatytv.cdnvideo.ru/almatytv/almatytv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Qazaqstan TV [Geo-blocked] https://qazaqstantv-stream.qazcdn.com/qazaqstantv/qazaqstantv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",ะะปะผะฐั‚ั‹ (720p) [Not 24/7] +http://live-almatytv.cdnvideo.ru/almatytv/almatytv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",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] +#EXTINF:-1 tvg-id="" status="timeout",ะะปะผะฐั‚ั‹ (576p) [Not 24/7] https://sc.id-tv.kz/Almaty.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะัั‚ะฐะฝะฐ (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",ะัั‚ะฐะฝะฐ (576p) [Not 24/7] https://sc.id-tv.kz/Astana.m3u8 #EXTINF:-1 tvg-id="" status="error",Asyl Arna (ะัั‹ะป ะฐั€ะฝะฐ) (432p) [Not 24/7] https://sc.id-tv.kz/AsylArna.m3u8 diff --git a/streams/la.m3u b/streams/la.m3u index 72a6cd487..a44c9ba67 100644 --- a/streams/la.m3u +++ b/streams/la.m3u @@ -15,7 +15,7 @@ https://livefta.malimarcdn.com/ftaedge00/lstv2.sdp/playlist.m3u8 https://livefta.malimarcdn.com/ftaedge00/laochampa1.sdp/chunklist.m3u8 #EXTINF:-1 tvg-id="LaoChampaTV2.la" status="online",Lao Champa TV 2 (720p) [Not 24/7] https://livefta.malimarcdn.com/ftaedge00/laochampa2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="LaoChampaTV3.la" status="online",Lao Champa TV 3 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LaoChampaTV3.la" status="error",Lao Champa TV 3 (720p) [Not 24/7] https://livefta.malimarcdn.com/ftaedge00/laochampa3.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="LaosPlanetTV.la" status="online",Laos Planet TV (720p) https://livefta.malimarcdn.com/ftaedge00/laosplanet.sdp/playlist.m3u8 diff --git a/streams/ly.m3u b/streams/ly.m3u index b0f492dcc..9eeab8cda 100644 --- a/streams/ly.m3u +++ b/streams/ly.m3u @@ -17,5 +17,5 @@ https://video.zidivo.com/live983/GrtjM_FNGC/playlist.m3u8 http://82.212.74.100:8000/live/8103.m3u8 #EXTINF:-1 tvg-id="LibyasChannel.ly" status="error",Libya Channel (576p) [Not 24/7] https://master.starmena-cloud.com/hls/libyas.m3u8 -#EXTINF:-1 tvg-id="Tanasuh.ly" status="error",Tanasuh (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Tanasuh.ly" status="online",Tanasuh (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRaoHR6b3zViY9QxfgFNntQ/live diff --git a/streams/mr.m3u b/streams/mr.m3u index 9ce64e4f0..86c1090db 100644 --- a/streams/mr.m3u +++ b/streams/mr.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="error",Tรฉlรฉvision de Mauritanie (1080p) +#EXTINF:-1 tvg-id="" status="online",Tรฉlรฉvision de Mauritanie (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/mauritaniantv/live diff --git a/streams/mx.m3u b/streams/mx.m3u index 625fd0027..a4c758808 100644 --- a/streams/mx.m3u +++ b/streams/mx.m3u @@ -1,8 +1,8 @@ #EXTM3U +#EXTINF:-1 tvg-id="ADN40.mx" status="online",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="ADN40.mx" status="online",ADN 40 (480p) https://mdstrm.com/live-stream-playlist/60b578b060947317de7b57ac.m3u8 -#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 #EXTINF:-1 tvg-id="AzMundo.mx" status="error",Azmundo (480p) @@ -31,10 +31,10 @@ http://204.12.211.210:1935/conectatv/conectatv/playlist.m3u8 https://live-streams-notusa.televisa.com/channel02-b/index.m3u8 #EXTINF:-1 tvg-id="GoldenPanregional.mx" status="error",Golden Latinoamรฉrica (720p) [Not 24/7] https://cloud2.streaminglivehd.com:1936/8026/8026/playlist.m3u8 -#EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="online",Hipรณdromo de las Amรฉricas (480p) [Geo-blocked] -http://wms.tecnoxia.com:1935/8158/8158/playlist.m3u8 #EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="online",Hipodromo de las Americas (360p) [Not 24/7] http://wms10.tecnoxia.com/soelvi/slv423/playlist.m3u8 +#EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="blocked",Hipรณdromo de las Amรฉricas (480p) [Geo-blocked] +http://wms.tecnoxia.com:1935/8158/8158/playlist.m3u8 #EXTINF:-1 tvg-id="IcrtvColima.mx" status="error",Icrtv Colima (720p) [Not 24/7] https://5ca9af4645e15.streamlock.net/canal11/videocanal11/playlist.m3u8 #EXTINF:-1 tvg-id="ImagenMulticast.mx" status="online",Imagen Multicast (480p) [Not 24/7] @@ -51,7 +51,7 @@ https://1601580044.rsc.cdn77.org/live/_jcn_/amlst:Mariavision/master.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7v76vf #EXTINF:-1 tvg-id="MexiquenseTV.mx" status="online",Mexiquense TV (720p) [Not 24/7] https://5ca3e84a76d30.streamlock.net/mexiquense/videomexiquense/playlist.m3u8 -#EXTINF:-1 tvg-id="MilenioTelevision.mx" status="error",Milenio Televisiรณn (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MilenioTelevision.mx" status="timeout",Milenio Televisiรณn (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFxHplbcoJK9m70c4VyTIxg/live #EXTINF:-1 tvg-id="MonteMaria.mx" status="timeout",Monte Maria (720p) https://rbaca.livestreamingcdn.com/envivo3/smil:live.smil/playlist.m3u8 @@ -93,10 +93,8 @@ http://mdstrm.com/live-stream-playlist/57b4dc126338448314449d0c.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5ZtV3bu3bjSuOLoA6oCFIg/live #EXTINF:-1 tvg-id="TelevisaChihuahua.mx" status="error",Televisa Chihuahua (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCjfxDe7In59Jbfw2HmIh_Vg/live -#EXTINF:-1 tvg-id="TelevisaCiudadJuarez.mx" status="error",Televisa Ciudad Juarez (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaCiudadJuarez.mx" status="online",Televisa Ciudad Juarez (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCot4t8PVKz8TT5xVM8Eb00w/live -#EXTINF:-1 tvg-id="TelevisaDelBajio.mx" status="error",Televisa Del Bajio -http://viptv-query/?streaming-ip=https://www.youtube.com/channel/UC-uYy4_jIvDoJ4wigEv1S5A/live #EXTINF:-1 tvg-id="TelevisaDelGolfo.mx" status="error",Televisa Del Golfo http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQ08tNTPiBn44c975S81ftg/live #EXTINF:-1 tvg-id="TelevisaEstado.mx" status="online",Televisa Estado (1080p) [Not 24/7] @@ -105,15 +103,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/UCRujF_YxVVFmTRWURQH-Cww/live #EXTINF:-1 tvg-id="TelevisaGuerrero.mx" status="timeout",Televisa Guerrero (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnxTRk2K1iNsQkgpWXxyj4w/live -#EXTINF:-1 tvg-id="TelevisaLaguna.mx" status="error",Televisa Laguna (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaLaguna.mx" status="timeout",Televisa Laguna (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC_mwCcsKDJLSWjply5s0h8w/live #EXTINF:-1 tvg-id="TelevisaMexicali.mx" status="timeout",Televisa Mexicali (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcmuFsMIIIHO3LBqeBVfm8Q/live -#EXTINF:-1 tvg-id="TelevisaMonterrey.mx" status="online",Televisa Monterrey (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaMonterrey.mx" status="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 -#EXTINF:-1 tvg-id="TelevisaNewsMexico.mx" status="error",Televisa News Mexico (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaNewsMexico.mx" status="timeout",Televisa News Mexico (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCUsm-fannqOY02PNN67C0KA/live #EXTINF:-1 tvg-id="TelevisaNoreste.mx" status="online",Televisa Noreste (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC752DYv5vPlTSMrvEjfZXcw/live @@ -171,6 +169,8 @@ https://5ca3e84a76d30.streamlock.net/gpacifico1/smil:gpculiacan.smil/playlist.m3 http://217.182.77.27/live/alcarriatv-livestream.m3u8 #EXTINF:-1 tvg-id="" status="online",POP TV (542p) [Not 24/7] https://5ca3e84a76d30.streamlock.net/gpacifico3/smil:obregon.smil/playlist.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 @@ -193,5 +193,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 89e1c1e00..89198dae7 100644 --- a/streams/my.m3u +++ b/streams/my.m3u @@ -13,13 +13,13 @@ 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="online",Egg Network (720p) +#EXTINF:-1 tvg-id="eGGNetwork.my" status="error",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 #EXTINF:-1 tvg-id="MaahTV.my" status="online",Maah TV (720p) [Not 24/7] http://51.210.199.33/hls/stream.m3u8 -#EXTINF:-1 tvg-id="NTV7.my" status="timeout",NTV 7 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="NTV7.my" status="online",NTV 7 (480p) [Not 24/7] https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/DidikTVKPM.m3u8 #EXTINF:-1 tvg-id="OKEY.my" status="blocked",OKEY (1080p) https://rtmlive02tv.secureswiftcontent.com/rtmchannel/02-manifest.mpd @@ -33,7 +33,7 @@ https://rtmlive05tv.secureswiftcontent.com/rtmchannel/05-manifest.mpd https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/TV3.m3u8 #EXTINF:-1 tvg-id="TV6.my" status="blocked",TV6 (1080p) https://rtmlive07tv.secureswiftcontent.com/rtmchannel/07-manifest.mpd -#EXTINF:-1 tvg-id="TV8.my" status="timeout",TV8 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TV8.my" status="online",TV8 (480p) [Not 24/7] https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/8TV.m3u8 #EXTINF:-1 tvg-id="TV9.my" status="online",TV9 (480p) [Not 24/7] https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/TV9.m3u8 diff --git a/streams/ni.m3u b/streams/ni.m3u index 8d1db8a4a..d15854804 100644 --- a/streams/ni.m3u +++ b/streams/ni.m3u @@ -9,11 +9,11 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/can http://138.117.4.70:8075/channel9/playlist.m3u8 #EXTINF:-1 tvg-id="Canal10.ni" status="online",Canal 10 http://138.117.4.70:8075/channel10/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal11.ni" status="online",TV RED Canal 11 +#EXTINF:-1 tvg-id="Canal11.ni" status="error",TV RED Canal 11 http://138.117.4.70:8075/channel11/playlist.m3u8 #EXTINF:-1 tvg-id="Canal12.ni" status="blocked",Nicavisiรณn Canal 12 (720p) [Not 24/7] https://5ca9af4645e15.streamlock.net/canal12/videocanal12/playlist.m3u8 -#EXTINF:-1 tvg-id="JBNTV.hn" status="error",JBN (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JBNTV.hn" status="online",JBN (720p) [Not 24/7] https://inliveserver.com:1936/17510/17510/playlist.m3u8 #EXTINF:-1 tvg-id="TN8.ni" status="online",Telenica Canal 8 (tn8) (720p) [Not 24/7] https://60417ddeaf0d9.streamlock.net/tn8/videotn8/playlist.m3u8 diff --git a/streams/no.m3u b/streams/no.m3u index 3e45e5822..23932931f 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) 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/np.m3u b/streams/np.m3u index a2f31e577..868f62cb7 100644 --- a/streams/np.m3u +++ b/streams/np.m3u @@ -1,5 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="AvenuesKhabar.np" status="error",Avenues Khabar (720p) [Not 24/7] https://query-streamlink.herokuapp.com/iptv-query?streaming-ip=https://www.youtube.com/channel/UCMDzPE_7fcZSRJgpwIVor_A/live -#EXTINF:-1 tvg-id="KantipurTV.np" status="online",Kantipur TV (1080p) +#EXTINF:-1 tvg-id="KantipurTV.np" status="error",Kantipur TV (1080p) https://ktvhdsg.ekantipur.com:8443/ktv_desktop_02347834/hd/playlist.m3u8 diff --git a/streams/nz.m3u b/streams/nz.m3u index ca6eedce8..ad073c79d 100644 --- a/streams/nz.m3u +++ b/streams/nz.m3u @@ -9,7 +9,7 @@ https://juicex.nz/hls/mystream.m3u8 https://ptvlive.kordia.net.nz/out/v1/3fc2254c865a457c8d7fbbce227a2aae/index.m3u8 #EXTINF:-1 tvg-id="MaoriTV.nz" status="error",Maori TV (1080p) https://bcsecurelivehls-i.akamaihd.net/hls/live/720612/1614493167001_1/master.m3u8 -#EXTINF:-1 tvg-id="ParliamentTV.nz" status="online",Parliament TV (1080p) +#EXTINF:-1 tvg-id="ParliamentTV.nz" status="timeout",Parliament TV (1080p) https://ptvlive.kordia.net.nz/out/v1/daf20b9a9ec5449dadd734e50ce52b74/index.m3u8 #EXTINF:-1 tvg-id="TeReo.nz" status="error",Te Reo (1080p) https://bcsecurelivehls-i.akamaihd.net/hls/live/720613/1614493167001_2/master.m3u8 diff --git a/streams/pa.m3u b/streams/pa.m3u index f592a6913..22b2d4092 100644 --- a/streams/pa.m3u +++ b/streams/pa.m3u @@ -13,13 +13,13 @@ https://stmv3.voxtvhd.com.br/dreikotv/dreikotv/playlist.m3u8 https://1206618505.rsc.cdn77.org/LS-ATL-59020-1/playlist.m3u8 #EXTINF:-1 tvg-id="NexTVCanal21.pa" status="timeout",Nex TV (Canal 21) http://209.91.213.10:8088/play/a01o -#EXTINF:-1 tvg-id="OyeTV.pa" status="blocked",Oye TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="OyeTV.pa" status="online",Oye TV (480p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88df173853e7072f3f953f.m3u8 #EXTINF:-1 tvg-id="RPCTV.pa" status="blocked",RPC (720p) [Geo-blocked] 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="online",Telemetro (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="Telemetro.pa" status="blocked",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 7feaea68e..9c4160887 100644 --- a/streams/pe.m3u +++ b/streams/pe.m3u @@ -61,7 +61,7 @@ https://tvdatta.com:3548/live/chinchatvlive.m3u8 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 -#EXTINF:-1 tvg-id="CNCCajamarca.pe" status="online",CNC (Cajamarca) (720p) +#EXTINF:-1 tvg-id="CNCCajamarca.pe" status="error",CNC (Cajamarca) (720p) https://7.innovatestream.pe:19360/cnctv/cnctv.m3u8 #EXTINF:-1 tvg-id="CNCDigital.pe" status="online",CNC Digital (Iquitos) (480p) [Not 24/7] https://cloudvideo.servers10.com:8081/8150/index.m3u8 @@ -117,7 +117,7 @@ https://live.obslivestream.com/geniostvmux/index.m3u8 http://190.108.83.142:8000/play/a00x/index.m3u8 #EXTINF:-1 tvg-id="GoldValleyTV.pe" status="error",Gold Valley TV (Casma) (360p) [Not 24/7] https://stmv.panel.grupolimalive.com/gold/gold/playlist.m3u8 -#EXTINF:-1 tvg-id="GoresamTV.pe" status="error",GORESAM TV [Not 24/7] +#EXTINF:-1 tvg-id="GoresamTV.pe" status="online",GORESAM TV [Not 24/7] https://stream.plixitv.live/goresamtv/goresamtv/playlist.m3u8 #EXTINF:-1 tvg-id="HatunTV.pe" status="online",Hatun TV (720p) [Not 24/7] https://tv.inka.net.pe/bestcablehatuntv/bestcablehatuntv/index.m3u8 @@ -155,15 +155,15 @@ https://dc1.webstream.eu/hls/hls/jnetvhdstreaming_high/index.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCwsURxTXqGqijgu98ndod3A/live #EXTINF:-1 tvg-id="Karibena.pe" status="online",Karibeรฑa (720p) [Not 24/7] https://cu.onliv3.com/livevd/user1.m3u8 -#EXTINF:-1 tvg-id="KBO.pe" status="online",KBO Quillabamba (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="KBO.pe" status="error",KBO Quillabamba (1080p) [Not 24/7] https://cdnhd.iblups.com/hls/YGpW43RUOD.m3u8 #EXTINF:-1 tvg-id="KeBuena.pe" status="error",KeBuena (Barranca) (480p) [Not 24/7] 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 @@ -191,7 +191,7 @@ https://video.servidor.stream:3180/live/megatvlive.m3u8 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="online",Metropolitana del Cuzco (CCTVRadio) (576p) [Not 24/7] +#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="online",Millenium 109 FM (Lamas) (720p) [Not 24/7] https://videoserver.tmcreativos.com:19360/nqvnhujhrx/nqvnhujhrx.m3u8 @@ -247,7 +247,7 @@ 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="error",PBO Digital (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCgR0st4ZLABi-LQcWNu3wnQ/live #EXTINF:-1 tvg-id="PeruMagico.pe" status="timeout",Peru Magico (480p) [Not 24/7] http://38.131.11.9:1080/play/a0dh @@ -295,7 +295,7 @@ https://cp.sradiotv.com:1936/binacional/binacional/playlist.m3u8 https://media2.cdnlayer.biz:8081/8032/index.m3u8 #EXTINF:-1 tvg-id="RadioTVJuanjui.pe" status="error",Radio TV Juanjui (480p) [Not 24/7] https://tv.portalexpress.es:3611/live/radiotvjuanjuilive.m3u8 -#EXTINF:-1 tvg-id="RadioTVOriente.pe" status="online",RadioTV Oriente (Yurimaguas) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTVOriente.pe" status="error",RadioTV Oriente (Yurimaguas) (1080p) [Not 24/7] https://stmv.panel.grupolimalive.com/orientetv/orientetv/playlist.m3u8 #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 @@ -347,7 +347,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 @@ -377,7 +377,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 @@ -385,7 +385,7 @@ 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 @@ -397,13 +397,13 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/TVNORTEHD #EXTINF:-1 tvg-id="TVNoticias73.pe" status="online",TV Noticias 7.3 (768p) http://cdnh4.iblups.com/hls/RMuwrdk7M9.m3u8 -#EXTINF:-1 tvg-id="TVPalmeras.pe" status="error",TV Palmeras (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPalmeras.pe" status="online",TV Palmeras (480p) [Not 24/7] https://srv.panelcast.net/palmerastv/palmerastv/playlist.m3u8 #EXTINF:-1 tvg-id="TVPeru.pe" status="online",TV Perรบ [Not 24/7] http://190.108.83.142:8000/play/a00i/index.m3u8 #EXTINF:-1 tvg-id="TVPeru.pe" status="online",TV Perรบ (450p) [Not 24/7] https://cdnh8.iblups.com/hls/R9WtilpKKB.m3u8 -#EXTINF:-1 tvg-id="TVPeruanisima.pe" status="online",TV Peruanรญsima (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPeruanisima.pe" status="error",TV Peruanรญsima (720p) [Not 24/7] http://k4.usastreams.com/TVperuanisima/TVperuanisima/playlist.m3u8 #EXTINF:-1 tvg-id="TVPeruInternacional.pe" status="online",TV Perรบ Internacional (460p) [Not 24/7] http://cdnh4.iblups.com/hls/irtp.m3u8 diff --git a/streams/ph.m3u b/streams/ph.m3u index 33cdb8966..fef10d535 100644 --- a/streams/ph.m3u +++ b/streams/ph.m3u @@ -5,7 +5,7 @@ http://122.55.252.134:8443/live/bba5b536faeacb9b56a3239f1ee8e3b3/1.m3u8 https://streaming.cnnphilippines.com/live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="DepEdTV.ph" status="blocked",DepEd TV (480p) [Geo-blocked] https://d3cbe0gidjd4k2.cloudfront.net/channel_7/channel7/playlist.m3u8 -#EXTINF:-1 tvg-id="DZRHNewsTV.ph" status="error",DZRH News TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DZRHNewsTV.ph" status="online",DZRH News TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/DZRHNewsTelevision/live #EXTINF:-1 tvg-id="GMAPinoyTV.ph" status="error",GMA Pinoy TV (360p) http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Philippines/cd1b220644affbb.m3u8 @@ -37,9 +37,9 @@ https://abscbn-ono.akamaized.net/midroll/amagi_hls_data_abscbnAAA-abscbn-telerad 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 +#EXTINF:-1 tvg-id="" status="online",eGG Network +http://210.210.155.35/uq2663/h/h22/index.m3u8 #EXTINF:-1 tvg-id="" status="online",CLTV 36 http://210.213.69.20:5080/LiveApp/streams/cltvmcr.m3u8 -#EXTINF:-1 tvg-id="" status="error",eGG Network -http://210.210.155.35/uq2663/h/h22/index.m3u8 #EXTINF:-1 tvg-id="" status="error",UNTV (1080p) https://vid.untv.co/live-stream/untvweb.m3u8 diff --git a/streams/pl.m3u b/streams/pl.m3u index 09088cf83..5352f1d90 100644 --- a/streams/pl.m3u +++ b/streams/pl.m3u @@ -59,7 +59,7 @@ http://hbbtvlive3.v3.tvp.pl/hbbtvlive/livestream.php?app_id=kanal2 http://hbbtvlive3.v3.tvp.pl/hbbtvlive/livestream.php?app_id=sejm #EXTINF:-1 tvg-id="TVPSenat.pl" status="timeout",TVP Senat (404p) http://hbbtvlive3.v3.tvp.pl/hbbtvlive/livestream.php?app_id=senat -#EXTINF:-1 tvg-id="TVRegionalnaLubin.pl" status="error",TV Regionalna (Lubin) (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRegionalnaLubin.pl" status="online",TV Regionalna (Lubin) (576p) [Not 24/7] https://tvreg.klemit.net/regionalna/stream/index.m3u8 #EXTINF:-1 tvg-id="TVRepublika.pl" status="online",TV Republika (1080p) https://ec08.luz1.cache.orange.pl/jupiter/o2-cl7/live/tvrepublika/live.m3u8 diff --git a/streams/pr.m3u b/streams/pr.m3u index 613d7cf3c..785a03357 100644 --- a/streams/pr.m3u +++ b/streams/pr.m3u @@ -13,7 +13,7 @@ https://video1.getstreamhosting.com:1936/8212/8212/playlist.m3u8 https://streannliveprtv.cachefly.net/prtv1/prtv1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CTNi (Christian Television Network International) (480p) [Not 24/7] https://584097344c1f0.streamlock.net/48/smil:48.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Noti Uno Puerto Rico (854p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Noti Uno Puerto Rico (854p) [Not 24/7] https://59514edd5dd8e.streamlock.net/unoradio/unoradio1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Telemundo WKAQ Noticias Puerto Rico (1080p) [Not 24/7] https://wkaqlive-lh.akamaihd.net/i/PR_STREAM1@311877/master.m3u8 diff --git a/streams/pt.m3u b/streams/pt.m3u index 9fb32c310..68da64c3a 100644 --- a/streams/pt.m3u +++ b/streams/pt.m3u @@ -21,11 +21,11 @@ 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="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/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 @@ -47,9 +47,9 @@ https://streaming-live.rtp.pt/liverepeater/smil:rtpacores.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTPAfrica.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP รfrica (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/smil:rtpafrica.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTPiAsia.pt" status="error",RTP Internacional Asia (480p) [Geo-blocked] +#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="RTPInternacional.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Internacional (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 diff --git a/streams/py.m3u b/streams/py.m3u index d02eba367..7dd266ee3 100644 --- a/streams/py.m3u +++ b/streams/py.m3u @@ -11,7 +11,7 @@ http://170.83.242.153:8000/play/c9nhd https://rds3.desdeparaguay.net/dismartv/dismartv/playlist.m3u8 #EXTINF:-1 tvg-id="Educanal.py" status="online",Educanal https://59ce1298bfb98.streamlock.net/educanal/educanal/playlist.m3u8 -#EXTINF:-1 tvg-id="EmprendeTV.py" status="online",EmprendeTV +#EXTINF:-1 tvg-id="EmprendeTV.py" status="error",EmprendeTV https://59ce1298bfb98.streamlock.net/emprendetv/emprendetv/playlist.m3u8 #EXTINF:-1 tvg-id="EstacionCristal.py" status="online",Estaciรณn Cristal https://59ce1298bfb98.streamlock.net/cristaltv/cristaltv/playlist.m3u8 @@ -60,8 +60,8 @@ https://stream.rpc.com.py/live/trece.m3u8 #EXTINF:-1 tvg-id="TVAire.py" status="error",TV Aire https://59ce1298bfb98.streamlock.net/tvaire/tvaire/playlist.m3u8 #EXTINF:-1 tvg-id="Unicanal.py" status="online",Unicanal (720p) [Not 24/7] -http://unicanal.com.py/live/unicanal.m3u8 -#EXTINF:-1 tvg-id="Unicanal.py" status="error",Unicanal (720p) [Not 24/7] http://45.55.127.106/live/unicanal_mid.m3u8 +#EXTINF:-1 tvg-id="Unicanal.py" status="error",Unicanal (720p) [Not 24/7] +http://unicanal.com.py/live/unicanal.m3u8 #EXTINF:-1 tvg-id="Uniradio.py" status="online",Uniradio https://59ce1298bfb98.streamlock.net/uniradiotv/uniradiotv/playlist.m3u8 diff --git a/streams/ro.m3u b/streams/ro.m3u index 062e6cb6c..884760bca 100644 --- a/streams/ro.m3u +++ b/streams/ro.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="A7TV.ro" status="error",A7TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="A7TV.ro" status="online",A7TV (720p) [Not 24/7] https://play.streamkit.tv/content/channel/aseventv/live/aseventv.player.m3u8 #EXTINF:-1 tvg-id="AgroTV.ro" status="online",AgroTV (404p) [Not 24/7] https://stream1.1616.ro:1945/agro/livestream/playlist.m3u8?wowzatokenhash=NqSD4qaHc94SbTW05NBB-lXC78ZiAOIbnbUBOHj1DAM= @@ -21,11 +21,11 @@ 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 -#EXTINF:-1 tvg-id="Canal33.ro" status="timeout",Canal33 (480p) +#EXTINF:-1 tvg-id="Canal33.ro" status="error",Canal33 (480p) https://fms-https1.mediadirect.ro/live3/canal33.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ColumnaTV.ro" status="error",Columna TV (576p) [Not 24/7] rtmp://columna1.arya.ro/live/columnatv1 @@ -48,7 +48,7 @@ https://iptv-all.lanesh4d0w.repl.co/romania/happy-channel http://46.4.14.12:9999/intermedia1/playlist.m3u8 #EXTINF:-1 tvg-id="KanalDRomania.ro" status="error",Kanal D (384p) [Not 24/7] https://stream1.kanald.ro/iphone/live.m3u8 -#EXTINF:-1 tvg-id="KissTV.ro" status="timeout",Kiss TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="KissTV.ro" status="online",Kiss TV (576p) [Not 24/7] https://fms-https1.mediadirect.ro/live3/_definst_/kiss.smil/playlist.m3u8?publisher=83 #EXTINF:-1 tvg-id="LightChannel.ro" status="online",Light Channel (480p) [Not 24/7] http://streamer1.streamhost.org:1935/salive/GMIlcbgM/playlist.m3u8 @@ -81,7 +81,7 @@ rtmp://rapsodia1.arya.ro/live/rapsodiatv1 https://live.realitatea.net/livertmp/plus/playlist.m3u8 #EXTINF:-1 tvg-id="RealitateaTV.ro" status="timeout",Realitatea Plus (720p) https://livestream.realitatea.net/livestream/liverealitatea.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="RockTV.ro" status="online",Rock TV (480p) +#EXTINF:-1 tvg-id="RockTV.ro" status="timeout",Rock TV (480p) https://fms-https1.mediadirect.ro/live3/_definst_/rocktv.smil/master.m3u8 #EXTINF:-1 tvg-id="SangeorzTV.ro" status="error",Sangeorz TV (396p) [Not 24/7] http://s2.streamnet.ro:8035/stream.flv diff --git a/streams/ru.m3u b/streams/ru.m3u index 491178a59..a89965cb4 100644 --- a/streams/ru.m3u +++ b/streams/ru.m3u @@ -26,7 +26,7 @@ http://ott-cdn.ucom.am/s45/index.m3u8 #EXTINF:-1 tvg-id="A2.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",A2 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s33/index.m3u8 -#EXTINF:-1 tvg-id="A2.ru" status="online",A2 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="A2.ru" status="timeout",A2 (576p) [Not 24/7] https://sc.id-tv.kz/A2.m3u8 #EXTINF:-1 tvg-id="Afontovo.ru" status="online",ะั„ะพะฝั‚ะพะฒะพ (ะšั€ะฐัะฝะพัั€ัะบ) (1080p) [Geo-blocked] http://xstream.afontovo.ru/afontovo_ya.m3u8 @@ -76,7 +76,7 @@ http://live2.mediacdn.ru/sr1/tro/playlist.m3u8 https://strm.yandex.ru/kal/bigasia/bigasia0.m3u8 #EXTINF:-1 tvg-id="Bober.ru" status="online",ะ‘ะพะฑะตั€ (576p) [Not 24/7] https://sc.id-tv.kz/bober.m3u8 -#EXTINF:-1 tvg-id="BollywoodHDRussia.ru" status="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 @@ -107,13 +107,13 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_DOMASHNIY/variant.m3u8 http://ott-cdn.ucom.am/s88/index.m3u8 #EXTINF:-1 tvg-id="DomKino.ru" status="online",ะ”ะพะผ ะบะธะฝะพ (576p) http://50.7.92.90/Dom_kino/playlist.m3u8 -#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="online",ะ”ะพะผ ะšะธะฝะพ ะŸั€ะตะผะธัƒะผ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="timeout",ะ”ะพะผ ะšะธะฝะพ ะŸั€ะตะผะธัƒะผ (1080p) [Not 24/7] https://sc.id-tv.kz/domkino_hd.m3u8 -#EXTINF:-1 tvg-id="Dorama.uk" status="online",ะ”ะพั€ะฐะผะฐ (1080p) [Not 24/7] -https://sc.id-tv.kz/dorama_hd.m3u8 #EXTINF:-1 tvg-id="Dorama.uk" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะ”ะพั€ะฐะผะฐ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s95/index.m3u8 +#EXTINF:-1 tvg-id="Dorama.uk" status="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 #EXTINF:-1 tvg-id="EhoTV.ru" status="online",ะญั…ะพ TV (ะ ัะทะฐะฝัŒ) (576p) [Not 24/7] @@ -173,11 +173,11 @@ http://91.185.3.218:4000/play/604 https://strm.yandex.ru/kal/kavkaz24_supres/kavkaz24_supres0.m3u8 #EXTINF:-1 tvg-id="Kinohit.ru" status="online",ะšะธะฝะพั…ะธั‚ (404p) [Not 24/7] https://sc.id-tv.kz/Kinohit_hd.m3u8 -#EXTINF:-1 tvg-id="Kinokomedija.ru" status="online",ะšะธะฝะพะบะพะผะตะดะธั (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinokomedija.ru" status="timeout",ะšะธะฝะพะบะพะผะตะดะธั (360p) [Not 24/7] https://sc.id-tv.kz/Kinokomediya_hd.m3u8 -#EXTINF:-1 tvg-id="Kinomiks.ru" status="online",ะšะธะฝะพะผะธะบั (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinomiks.ru" status="timeout",ะšะธะฝะพะผะธะบั (1080p) [Not 24/7] https://sc.id-tv.kz/Kinomix_hd.m3u8 -#EXTINF:-1 tvg-id="Kinopremyera.ru" status="online",ะšะธะฝะพะฟั€ะตะผัŒะตั€ะฐ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinopremyera.ru" status="timeout",ะšะธะฝะพะฟั€ะตะผัŒะตั€ะฐ (1080p) [Not 24/7] https://sc.id-tv.kz/Kinopremiera_hd.m3u8 #EXTINF:-1 tvg-id="Kinosemja.ru" status="online",ะšะธะฝะพัะตะผัŒั (1080p) [Not 24/7] https://sc.id-tv.kz/Kinosemiya_hd.m3u8 @@ -246,21 +246,21 @@ http://live-minidey.cdnvideo.ru/minidey/minidey.sdp/playlist.m3u8 http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/hd/playlist.m3u8 #EXTINF:-1 tvg-id="Mir24.ru" status="online",ะœะธั€ 24 (1080p) http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mir24_2500/playlist.m3u8 -#EXTINF:-1 tvg-id="Mir24.ru" status="online",ะœะธั€ 24 (576p) [Not 24/7] -https://sc.id-tv.kz/Mir24.m3u8 #EXTINF:-1 tvg-id="Mir24.ru" status="blocked",ะœะธั€ 24 (1080p) [Not 24/7] http://188.40.68.167/russia/mir24/playlist.m3u8 +#EXTINF:-1 tvg-id="Mir24.ru" status="timeout",ะœะธั€ 24 (576p) [Not 24/7] +https://sc.id-tv.kz/Mir24.m3u8 #EXTINF:-1 tvg-id="Mir.ru" status="online",ะœะธั€ (1080p) [Not 24/7] http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv_2500/playlist.m3u8 #EXTINF:-1 tvg-id="MirBelogoryaTV.ru" status="online",ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั (720p) [Geo-blocked] http://live-mirbelogorya.cdnvideo.ru/mirbelogorya/mirbelogorya1.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="MirBelogoryaTV.ru" status="online",ะœะธั€ ะ‘ะตะปะฐะณะพั€ัŒั (720p) [Geo-blocked] http://mirbelogorya.ru:8080/mirbelogorya/index.m3u8 -#EXTINF:-1 tvg-id="MirBelogoryaTV.ru" status="timeout",ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="MirBelogoryaTV.ru" status="online",ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั (720p) [Geo-blocked] http://stream.tvbelgorod.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="online",ะœir +3 (512p) [Not 24/7] +#EXTINF:-1 tvg-id="MirPlus3.ru" status="timeout",ะœ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="error",ะœัƒะถัะบะพะต ะบะธะฝะพ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MuzhskoeKino.ru" status="timeout",ะœัƒะถัะบะพะต ะบะธะฝะพ (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 @@ -355,7 +355,7 @@ http://ott-cdn.ucom.am/s77/index.m3u8 http://live-saha.cdnvideo.ru/saha/saha/playlist.m3u8 #EXTINF:-1 tvg-id="O2.ru" status="blocked",ะž2ะขะ’ (1080p) [Geo-blocked] https://strm.yandex.ru/kal/o2/o20.m3u8 -#EXTINF:-1 tvg-id="O.ru" status="error",ะž! (576p) [Not 24/7] +#EXTINF:-1 tvg-id="O.ru" status="online",ะž! (576p) [Not 24/7] https://sc.id-tv.kz/o.m3u8 #EXTINF:-1 tvg-id="OhotnikiRybolov.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะžั…ะพั‚ะฝะธะบ ะธ ะ ั‹ะฑะพะปะพะฒ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 @@ -443,7 +443,7 @@ http://live-atkmedia.cdnvideo.ru/atkmedia/atkmedia/playlist.m3u8 https://zabava-htlive.cdn.ngenix.net/hls/CH_RENTV/variant.m3u8 #EXTINF:-1 tvg-id="RENTV.ru" status="online",ะ ะ•ะ ะขะ’ (576p) http://ad-hls-rentv.cdnvideo.ru/ren/smil:ren.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RENTVInternational.ru" status="online",ะ ะ•ะ ะขะ’ International (576p) [Not 24/7] +#EXTINF:-1 tvg-id="RENTVInternational.ru" status="timeout",ะ ะ•ะ ะขะ’ International (576p) [Not 24/7] https://sc.id-tv.kz/RenTV.m3u8 #EXTINF:-1 tvg-id="RodnoeKino.ru" status="timeout",ะ ะพะดะฝะพะต ะบะธะฝะพ (576p) [Not 24/7] https://sc.id-tv.kz/Rodnoe_kino.m3u8 @@ -544,7 +544,7 @@ https://bsttv.bonus-tv.ru/cdn/salyam/playlist.m3u8 http://45.67.57.9:8080/new/new/playlist.m3u8 #EXTINF:-1 tvg-id="Sarafan.ru" status="online",ะกะฐั€ะฐั„ะฐะฝ (576p) [Not 24/7] http://195.26.83.96:7024/play/82 -#EXTINF:-1 tvg-id="Saratov24.ru" status="error",ะกะฐั€ะฐั‚ะพะฒ 24 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Saratov24.ru" status="online",ะกะฐั€ะฐั‚ะพะฒ 24 (1080p) [Not 24/7] https://saratov24.tv/online/playlist.php #EXTINF:-1 tvg-id="SelengaTV.ru" status="online",ะกะตะปะตะฝะณะฐ ะขะ’ (576p) http://90.188.37.86/live/playlist.m3u8 @@ -596,11 +596,11 @@ http://sochinskayatrk.ru/hdtv/hls/strc_hd/playlist.m3u8 #EXTINF:-1 tvg-id="STS.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะกะขะก (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 https://zabava-htlive.cdn.ngenix.net/hls/CH_STS/variant.m3u8 +#EXTINF:-1 tvg-id="STS.ru" status="online",ะกะขะก (576p) [Not 24/7] +https://sc.id-tv.kz/STS.m3u8 #EXTINF:-1 tvg-id="STS.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะกะขะก (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s52/04.m3u8 -#EXTINF:-1 tvg-id="STS.ru" status="timeout",ะกะขะก (576p) [Not 24/7] -https://sc.id-tv.kz/STS.m3u8 #EXTINF:-1 tvg-id="STSLove.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะกะขะก (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 https://zabava-htlive.cdn.ngenix.net/hls/CH_STSLOVE/variant.m3u8 @@ -767,14 +767,16 @@ http://ott-cdn.ucom.am/s14/04.m3u8 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",ะฅะฐะฑะฐั€ 24 (576p) [Not 24/7] https://sc.id-tv.kz/Khabar_24.m3u8 #EXTINF:-1 tvg-id="" status="online",ะขะพะน ะ”ัƒะผะฐะฝ (576p) [Not 24/7] https://sc.id-tv.kz/ToiDuman.m3u8 +#EXTINF:-1 tvg-id="" status="online",ะขัƒั€ะฐะฝ ะขะ’ (576p) [Not 24/7] +https://sc.id-tv.kz/TuranTV.m3u8 #EXTINF:-1 tvg-id="" status="online",ะขะตะปะฟะปัŽั ะขะ’ (ะัั‚ั€ะฐั…ะฐะฝัŒ) (360p) [Not 24/7] http://streaming.astrakhan.ru/telplushd/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ะขะฐะบั‚/ะ ะตะฝ ะขะ’ (ะšัƒั€ัะบ) (294p) [Not 24/7] @@ -801,8 +803,8 @@ http://vid.extremtv.ru/hls_get/cameraFeed.m3u8 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/1KanalEvraziya.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ะฅะฐะฑะฐั€ (576p) [Not 24/7] +https://sc.id-tv.kz/Khabar.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/live/smil:rtrp.smil/playlist.m3u8 http://live.tkr.cdnvideo.ru/tkr/tkr.sdp/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/TuranTV.m3u8 diff --git a/streams/ru_catcast.m3u b/streams/ru_catcast.m3u index 6fa001aa1..e8f2be0a2 100644 --- a/streams/ru_catcast.m3u +++ b/streams/ru_catcast.m3u @@ -11,10 +11,10 @@ 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",Metal TV (720p) [Not 24/7] -https://v2.catcast.tv/content/33816/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",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="error",ะŸั€ะตะผัŒะตั€ะฐ (400p) [Not 24/7] diff --git a/streams/sa.m3u b/streams/sa.m3u index d9624b76f..206162e64 100644 --- a/streams/sa.m3u +++ b/streams/sa.m3u @@ -67,7 +67,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/ksa- https://edge.taghtia.com/sa/10.m3u8 #EXTINF:-1 tvg-id="LBC.sa" status="online",LBC (1080p) [Geo-blocked] https://rotanastudios-lbc-1-eu.xiaomi.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="LBC.sa" status="error",LBC (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="LBC.sa" status="timeout",LBC (1080p) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-lbc #EXTINF:-1 tvg-id="MakkahTV.sa" status="online",Makkah TV (576p) https://media2.streambrothers.com:1936/8122/8122/playlist.m3u8 @@ -101,7 +101,7 @@ https://rotanastudios-rotanadrama-1-eu.xiaomi.wurl.tv/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-drama #EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="online",Rotana Khalijia (1080p) https://shls-rotanakhalijia-prod-dub.shahid.net/out/v1/a639fd49db684f1b8c063d398101a888/index.m3u8 -#EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="error",Rotana Khalijia (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="timeout",Rotana Khalijia (1080p) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live #EXTINF:-1 tvg-id="RotanaKids.sa" status="online",Rotana Kids (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-kids @@ -125,6 +125,8 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/thik https://edge.taghtia.com/sa/3.m3u8 #EXTINF:-1 tvg-id="WesalTV.sa" status="timeout",Wesal TV [Not 24/7] http://live.noorlive.com:1935/wesal/wesal1/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",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="online",SSC Action Waleed Extra (1080p) [Not 24/7] https://d2x08mwxhmpplo.cloudfront.net/out/v1/587631773e55495a8aa3dd4050318f6e/index.m3u8 #EXTINF:-1 tvg-id="" status="online",SSC Action Waleed (1080p) [Not 24/7] @@ -159,5 +161,3 @@ https://edge.taghtia.com/sa/14.m3u8 https://edge.taghtia.com/sa/15.m3u8 #EXTINF:-1 tvg-id="" status="error",Jasco Events TV (576p) http://82.212.74.100:8000/live/hls/8131.m3u8 -#EXTINF:-1 tvg-id="" status="error",ZAD TV (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCOll3M-P7oKs5cSrQ9ytt6g/live diff --git a/streams/se.m3u b/streams/se.m3u index 2b1de49fa..57390d167 100644 --- a/streams/se.m3u +++ b/streams/se.m3u @@ -25,7 +25,7 @@ https://httpcache0-03837-cachelive2.dna.qbrick.com/03837-cachelive2/smil:03837_t https://cdn-kanal10.crossnet.net/kanal10/ngrp:kanal10asia_all/playlist.m3u8 #EXTINF:-1 tvg-id="MiracleChannel.se" status="online",Miracle Channel (576p) https://miracle.stream.boxigy.com/hls/miracle1.m3u8 -#EXTINF:-1 tvg-id="OppnaKanalen.se" status="error",Oppna Kanalen (540p) +#EXTINF:-1 tvg-id="OppnaKanalen.se" status="online",Oppna Kanalen (540p) https://edg03-prd-se-ixn.solidtango.com/edge/451iw2h/playlist.m3u8 #EXTINF:-1 tvg-id="SVT1.se" status="blocked",SVT1 [Geo-blocked] https://svt1-c.akamaized.net/se/svt1/master.m3u8 diff --git a/streams/sg.m3u b/streams/sg.m3u index aab9c8515..6b0db4d26 100644 --- a/streams/sg.m3u +++ b/streams/sg.m3u @@ -9,18 +9,18 @@ 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="error",HITS (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="Hits.sg" status="online",HITS (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h37/index.m3u8 -#EXTINF:-1 tvg-id="Hits.sg" status="error",HITS (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="Hits.sg" status="online",HITS (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h37/index.m3u8 +#EXTINF:-1 tvg-id="RockEntertainment.sg" status="online",Rock Entertainment (576p) [Geo-blocked] +http://210.210.155.37/dr9445/h/h16/index.m3u8 #EXTINF:-1 tvg-id="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="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 #EXTINF:-1 tvg-id="RockExtreme.sg" status="error",Rock Extreme (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h15/index.m3u8 -#EXTINF:-1 tvg-id="RockExtreme.sg" status="error",Rock Extreme (576p) [Geo-blocked] -http://210.210.155.37/dr9445/h/h15/index.m3u8 #EXTINF:-1 tvg-id="Suria.sg" status="blocked",Suria [Geo-blocked] https://d11h6a6nhl9kj9.cloudfront.net/hls/clr4ctv_suria/master.m3u8 #EXTINF:-1 tvg-id="Suria.sg" status="timeout",Suria (720p) diff --git a/streams/sk.m3u b/streams/sk.m3u index b7106af42..d99ad9269 100644 --- a/streams/sk.m3u +++ b/streams/sk.m3u @@ -21,10 +21,10 @@ https://ottst05.flexitv.sk/2827-tv-pc.m3u8 https://nn.geo.joj.sk/live/hls/rik-540.m3u8 #EXTINF:-1 tvg-id="SenziTV.sk" status="error",Senzi TV http://109.74.144.130/live/senzitest/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleviziaOSEM.sk" status="online",Televรญzia OSEM (576p) -http://109.74.145.11:1935/tv8/ngrp:tv8.stream_all/playlist.m3u8 #EXTINF:-1 tvg-id="TeleviziaOSEM.sk" status="online",Televizia OSEM (360p) http://109.74.145.11:1935/tv8/mp4:tv8.stream_360p/playlist.m3u8 +#EXTINF:-1 tvg-id="TeleviziaOSEM.sk" status="online",Televรญzia OSEM (576p) +http://109.74.145.11:1935/tv8/ngrp:tv8.stream_all/playlist.m3u8 #EXTINF:-1 tvg-id="TVDK.sk" status="online",TV DK (486p) [Not 24/7] http://80.94.54.11:1935/live/dolnykubin1/playlist.m3u8 #EXTINF:-1 tvg-id="TVLux.sk" status="online",TV Lux (1080p) [Not 24/7] diff --git a/streams/th.m3u b/streams/th.m3u index a71504fb2..b28f5fc08 100644 --- a/streams/th.m3u +++ b/streams/th.m3u @@ -9,11 +9,11 @@ https://tc-live1.sanook.com/live/22302_ch5.m3u8 https://bcovlive-a.akamaihd.net/2d37038b355f4ea6a6b0d46993dc285c/ap-southeast-1/5282994675001/profile_0/chunklist.m3u8 #EXTINF:-1 tvg-id="Channel8.th" status="online",Channel 8 (1080p) [Not 24/7] http://usa.login.in.th:1935/ch8/ch8/playlist.m3u8 -#EXTINF:-1 tvg-id="DLTV1.th" status="timeout",DLTV 1 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV1.th" status="online",DLTV 1 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv01.m3u8 #EXTINF:-1 tvg-id="DLTV2.th" status="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] https://dltv-live-edge.catcdn.cloud/dltv04.m3u8 @@ -23,19 +23,19 @@ https://dltv-live-edge.catcdn.cloud/dltv05.m3u8 https://dltv-live-edge.catcdn.cloud/dltv06.m3u8 #EXTINF:-1 tvg-id="DLTV7.th" status="timeout",DLTV 7 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv07.m3u8 -#EXTINF:-1 tvg-id="DLTV8.th" status="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] https://dltv-live-edge.catcdn.cloud/dltv09.m3u8 -#EXTINF:-1 tvg-id="DLTV10.th" status="online",DLTV 10 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV10.th" status="timeout",DLTV 10 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv10.m3u8 #EXTINF:-1 tvg-id="DLTV11.th" status="timeout",DLTV 11 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv11.m3u8 -#EXTINF:-1 tvg-id="DLTV12.th" status="online",DLTV 12 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV12.th" status="timeout",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] https://dltv-live-edge.catcdn.cloud/dltv13.m3u8 -#EXTINF:-1 tvg-id="DLTV14.th" status="online",DLTV 14 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV14.th" status="timeout",DLTV 14 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv14.m3u8 #EXTINF:-1 tvg-id="DLTV15.th" status="timeout",DLTV 15 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv15.m3u8 diff --git a/streams/tm.m3u b/streams/tm.m3u index 4ab0acc7b..95289c6a2 100644 --- a/streams/tm.m3u +++ b/streams/tm.m3u @@ -24,6 +24,6 @@ https://alpha.tv.online.tm/hls/ch005.m3u8 #EXTINF:-1 tvg-id="TurkmenOwazy.tm" status="online",Tรผrkmen Owazy (406p) [Not 24/7] https://alpha.tv.online.tm/legacyhls/ch005.m3u8 #EXTINF:-1 tvg-id="Yaslyk.tm" status="online",รaลŸlyk (406p) [Not 24/7] -https://alpha.tv.online.tm/legacyhls/ch002.m3u8 -#EXTINF:-1 tvg-id="Yaslyk.tm" status="online",รaลŸlyk (406p) [Not 24/7] https://alpha.tv.online.tm/hls/ch002.m3u8 +#EXTINF:-1 tvg-id="Yaslyk.tm" status="online",รaลŸlyk (406p) [Not 24/7] +https://alpha.tv.online.tm/legacyhls/ch002.m3u8 diff --git a/streams/tn.m3u b/streams/tn.m3u index 5628e9c22..2fa442b3d 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="error",IFM TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="IFMTV.tn" status="online",IFM TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RadioIfmTunisia/live #EXTINF:-1 tvg-id="JawharaTV.tn" status="online",JAWHARA TV (720p) [Not 24/7] https://streaming.toutech.net/live/jtv/index.m3u8 @@ -25,11 +25,11 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Watan #EXTINF:-1 tvg-id="Watania1.tn" status="error" user-agent="TNAgexpl212C",Watania 1 (400p) #EXTVLCOPT:http-user-agent=TNAgexpl212C http://217.182.137.206/tunisie1.m3u8 +#EXTINF:-1 tvg-id="Watania2.tn" status="online",Watania 2 (480p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Watania2Replay/live #EXTINF:-1 tvg-id="Watania2.tn" status="online" user-agent="TNAgexpl212C",Watania 2 (400p) [Not 24/7] #EXTVLCOPT:http-user-agent=TNAgexpl212C http://217.182.137.206/tunisie2.m3u8 -#EXTINF:-1 tvg-id="Watania2.tn" status="error",Watania 2 (480p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Watania2Replay/live #EXTINF:-1 tvg-id="" status="error" user-agent="TNAgexpl212C",Hannibal (400p) #EXTVLCOPT:http-user-agent=TNAgexpl212C http://217.182.137.206/hannibal.m3u8 diff --git a/streams/tr.m3u b/streams/tr.m3u index 53c10316c..f81e027d4 100644 --- a/streams/tr.m3u +++ b/streams/tr.m3u @@ -99,10 +99,10 @@ http://live.arkumedia.com:1935/finansturktv/finansturktv/playlist.m3u8 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 +#EXTINF:-1 tvg-id="GRT.tr" status="online",GRT Gaziantep (720p) [Geo-blocked] +http://yerelmedya.tv:1935/grt/_definst_/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="GRT.tr" status="online",GRT (720p) https://waw2.artiyerelmedya.net/grt/bant1/chunks.m3u8 -#EXTINF:-1 tvg-id="GRT.tr" status="blocked",GRT Gaziantep (720p) [Geo-blocked] -http://yerelmedya.tv:1935/grt/_definst_/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="GSTV.tr" status="blocked",GSTV [Geo-blocked] https://owifavo5.rocketcdn.com/gstv/gstv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="GuneydoguTV.tr" status="error",GuneydoฤŸu TV (720p) [Not 24/7] @@ -216,7 +216,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="error",Misk FM (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MiskFM.tr" status="online",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 @@ -267,10 +267,10 @@ http://163.172.39.215:25461/line/C4@!a3a1@!w72A/69 http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/69.m3u8 #EXTINF:-1 tvg-id="SunRTV.tr" status="online",Sun RTV (720p) [Not 24/7] https://tr.socialsmart.tv/suntv/bant1/chunks.m3u8 -#EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p) [Not 24/7] -https://b01c02nl.mediatriple.net/videoonlylive/mtsxxkzwwuqtglive/broadcast_5fe462afc6a0e.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p) https://tv.ensonhaber.com/tv/tr/tgrtbelgesel/index.m3u8 +#EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p) [Not 24/7] +https://b01c02nl.mediatriple.net/videoonlylive/mtsxxkzwwuqtglive/broadcast_5fe462afc6a0e.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TGRTEU.tr" status="online",TGRT EU (576p) https://tv.ensonhaber.com/tv/tr/tgrteu/index.m3u8 #EXTINF:-1 tvg-id="TGRTHaber.tr" status="online",TGRT Haber (360p) [Not 24/7] @@ -389,10 +389,14 @@ https://waw2.artiyerelmedya.net/ertv/bant1/playlist.m3u8 https://win8.yayin.com.tr/haber61tv/smil:haber61tv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",AA Live (720p) [Not 24/7] 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",ALTAลž TV (720p) [Not 24/7] +https://broadcasttr.com:446/altastv/bant1/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Sat7 Pars (720p) https://svs.itworkscdn.net/sat7parslive/sat7pars.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Sat7 Tรผrk (720p) @@ -431,8 +435,6 @@ http://kuzeykibris.tv/m3u8/tv_genc.m3u8 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",ALTAS TV (720p) [Not 24/7] -http://stream.taksimbilisim.com:1935/altastv/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] @@ -441,8 +443,6 @@ https://59cba4d34b678.streamlock.net/canlitv/kanal-2000/playlist.m3u8 https://592f1881b3d5f.streamlock.net:1443/santraltv_925/santraltv_925/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Medya Haber TV (1080p) https://602ccc850c9bb.streamlock.net/Medya/smil:1280.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",ALTAลž TV (720p) [Not 24/7] -https://broadcasttr.com:446/altastv/bant1/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Samsun Canli Haber TV (720p) [Not 24/7] https://cdn-samsuncanlihabertv.yayin.com.tr/samsuncanlihabertv/samsuncanlihabertv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Cine5 TV (720p) [Geo-blocked] diff --git a/streams/tw.m3u b/streams/tw.m3u index bb0eae113..77a68a420 100644 --- a/streams/tw.m3u +++ b/streams/tw.m3u @@ -61,8 +61,6 @@ https://live.streamingfast.net/osmflivech14.m3u8 https://live.streamingfast.net/osmflivech15.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH16 ่‘‰ๅ…‰ๆ˜Ž (720p) [Not 24/7] https://live.streamingfast.net/osmflivech16.m3u8 -#EXTINF:-1 tvg-id="" status="online",GOOD TV CH17 ๅคง่ก›้ฎ‘ๆฃฎ (720p) [Not 24/7] -https://live.streamingfast.net/osmflivech17.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH24 ๅŠ‰ไธ‰่ฌ›ๅค (720p) [Not 24/7] https://live.streamingfast.net/osmflivech24.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH27 ็ฉบไธญ่–็ถ“ๅญธ้™ข (720p) [Not 24/7] @@ -113,6 +111,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 CH17 ๅคง่ก›้ฎ‘ๆฃฎ (720p) [Not 24/7] +https://live.streamingfast.net/osmflivech17.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) diff --git a/streams/ua.m3u b/streams/ua.m3u index 7d8ecb2e8..f8c3d0f56 100644 --- a/streams/ua.m3u +++ b/streams/ua.m3u @@ -116,7 +116,7 @@ https://stream1.luxnet.ua/luxstudio/smil:luxstudio.stream.smil/playlist.m3u8 http://85.238.112.40:8810/hls_sec/online/list-renome.m3u8 #EXTINF:-1 tvg-id="Simon.ua" status="error",Simon (576p) [Not 24/7] https://hls.simon.ua/live-HD/live/playlist.m3u8 -#EXTINF:-1 tvg-id="SK1.ua" status="error",ะกะš 1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SK1.ua" status="online",ะกะš 1 (720p) [Not 24/7] https://cdn10.live-tv.od.ua:8083/sk1zt/sk1zt-abr/playlist.m3u8 #EXTINF:-1 tvg-id="Skrypinua.ua" status="online",Skrypin.ua (1080p) [Not 24/7] https://open-cdn.lanet.tv/play/skrypin.m3u8 diff --git a/streams/uk_rakuten.m3u b/streams/uk_rakuten.m3u index c9c8f5428..c88781730 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 Spotlight UK (720p) -https://rakuten-spotlight-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 Action Movies UK (720p) -https://rakuten-actionmovies-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 Top Free UK (720p) https://rakuten-topfree-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 diff --git a/streams/unsorted.m3u b/streams/unsorted.m3u index f1fe906b8..2c3da3947 100644 --- a/streams/unsorted.m3u +++ b/streams/unsorted.m3u @@ -47,8 +47,12 @@ http://62.113.210.250:1935/medienasa-live/ok-wettin_high/playlist.m3u8 https://60015180a7f57.streamlock.net:444/public/stream_source/chunklist_w1017805699.m3u8 #EXTINF:-1 tvg-id="" status="online",DeepHouse District https://eu-nl-012.worldcast.tv/dancetelevisiontwo/dancetelevisiontwo.m3u8 +#EXTINF:-1 tvg-id="" status="online",CBTV Now (1080p) +https://oj7lng29dg82-hls-live.5centscdn.com/lives/f7b44cfafd5c52223d5498196c8a2e7b.sdp/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Sol Televisiรณn http://190.211.140.89:8081/SVTranscoder/SOLTVabr.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Pardesi TV (720p) +http://stream.pardesitv.online/pardesi/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="" status="online",Impact Wrestling (1080p) https://d2tuwvs0ja335j.cloudfront.net/hls/1080p/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",AXS TV NOW @@ -93,6 +97,8 @@ https://5889e7d0d6e28.streamlock.net/tide-live/_definst_/smil:livestream.smil/pl https://1247634592.rsc.cdn77.org/1247634592/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="" status="online",Cekmekรถy TV https://cdn-cekmekoybeltv.yayin.com.tr/cekmekoybeltv/cekmekoybeltv_1080p/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",TV2 Fyn (1080p) +https://cdnapisec.kaltura.com/p/1966291/sp/196629100/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/uiConfId/30288171/a.m3u8 #EXTINF:-1 tvg-id="" status="online",Beteve https://cdnapisec.kaltura.com/p/2346171/sp/234617100/playManifest/entryId/1_n6442jz0/format/applehttp/protocol/https/uiConfId/42816492/a.m3u8?referrer=aHR0cHM6Ly9iZXRldmUuY2F0 #EXTINF:-1 tvg-id="" status="online",Dijlah TV @@ -113,8 +119,6 @@ https://stream.ets-sistemi.it/live.rete7/rete7/playlist.m3u8 https://stream.rjtv.tv/live/smil:rjtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Lรคndle Tv (1080p) https://streaming13.huberwebmedia.at/LiveApp/streams/985585225397790082777809.m3u8 -#EXTINF:-1 tvg-id="" status="online",CBTV Now (1080p) -https://oj7lng29dg82-hls-live.5centscdn.com/lives/f7b44cfafd5c52223d5498196c8a2e7b.sdp/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Al-Sharqiya News (1080p) https://5d94523502c2d.streamlock.net/alsharqiyalive/mystream/chunklist_w449457930.m3u8 #EXTINF:-1 tvg-id="" status="online",Al-Sharqiya (1080p) @@ -125,8 +129,6 @@ https://5d8d85cf2c308.streamlock.net:1936/Teleonuba/605oPXx3/playlist.m3u8 https://mirtv.club/live/mirtv/index.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",IDG (720p) -http://a.jsrdn.com/broadcast/529a360c04/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="" status="online",WATAN-E-MAA https://5caf24a595d94.streamlock.net:1937/8132/8132/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Retro Plus 2 HD @@ -135,8 +137,6 @@ https://59f1cbe63db89.streamlock.net:1443/retroplussenal2/_definst_/retroplussen https://59f1cbe63db89.streamlock.net:1443/retroplustv/_definst_/retroplustv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Honor TV https://a.jsrdn.com/broadcast/d5b48/+0000/high/c.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 +151,8 @@ http://rtvarberia4.flashmediacast.com:1935/RtvArberia4/livestream/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) @@ -207,12 +209,16 @@ https://albportal.net/albkanalemusic.m3u8 https://deb10stream.duckdns.org/hls/stream.m3u8 #EXTINF:-1 tvg-id="" status="online",TVnet https://mn-nl.mncdn.com/tvnet/tvnet/chunklist.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",Sat7 Tรผrk (720p) https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/sat7turkpublish/sat7turk_720p/chunks_dvr.m3u8 #EXTINF:-1 tvg-id="" status="online",Tempo TV https://waw2.artiyerelmedya.net/tempotv/bant1/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",The Grapevine +https://ov.ottera.tv/live/master.m3u8?channel=mcom_gv_us +#EXTINF:-1 tvg-id="" status="online",IDG (720p) +http://a.jsrdn.com/broadcast/529a360c04/+0000/high/c.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",Messinia TV http://176.9.123.140:1935/messinia/messinia/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STV (720p) @@ -229,8 +235,6 @@ https://limited11.todostreaming.es/live/benalmadena-livestream.m3u8 https://prd-hometv-live-open.spectar.tv/ERO_1_083/576p/chunklist.m3u8 #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",The Grapevine -https://ov.ottera.tv/live/master.m3u8?channel=mcom_gv_us #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 @@ -333,8 +337,6 @@ http://a.jsrdn.com/broadcast/447912f76b/+0000/high/c.m3u8 http://contactvision.flashmediacast.com:1935/contactvision/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",MTC http://mellitv.tulix.tv:1935/mellitv/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Pardesi TV (720p) -http://stream.pardesitv.online/pardesi/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="" status="error",Persian Bazar http://stream.persiantv1.com/ptv1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",RTV Ilirida @@ -375,8 +377,6 @@ https://broadcasttr.com:446/kanala/bant1/chunklist_w343770598.m3u8?hash=2ed19746 https://cdn-02.fibracat.cat/fibracattv/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Al-Iraqiya https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/imn/general2/chunks.m3u8 -#EXTINF:-1 tvg-id="" status="error",TV2 Fyn (1080p) -https://cdnapisec.kaltura.com/p/1966291/sp/196629100/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/uiConfId/30288171/a.m3u8 #EXTINF:-1 tvg-id="" status="error",India TV (480p) https://live-indiatvnews.akamaized.net/indiatv-origin/liveabr/indiatv-origin/live2/chunks.m3u8 #EXTINF:-1 tvg-id="" status="error",Rudana diff --git a/streams/us.m3u b/streams/us.m3u index e731a3ecc..ecd34dcdd 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -74,10 +74,10 @@ https://broadcast.blivenyc.com/speed/broadcast/22/desktop-playlist.m3u8 https://broadcast.blivenyc.com/speed/broadcast/71/desktop-playlist.m3u8 #EXTINF:-1 tvg-id="AKCTVPuppies.us" status="online",AKC TV Puppies (1080p) https://broadcast.blivenyc.com/speed/broadcast/29/desktop-playlist.m3u8 -#EXTINF:-1 tvg-id="AlHorreyaTV.us" status="online",Al Horreya TV (720p) -http://media.smc-host.com:1935/alhorreya.tv/alhorreya.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlHorreyaTV.us" status="online",Al Horreya TV (1080p) http://media.smc-host.com:1935/alhorreya.tv/mp4:alhorreya3/playlist.m3u8 +#EXTINF:-1 tvg-id="AlHorreyaTV.us" status="online",Al Horreya TV (720p) +http://media.smc-host.com:1935/alhorreya.tv/alhorreya.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlHurra.us" status="online",Al Hurra (720p) https://mbnv-video-ingest.akamaized.net/hls/live/2038904/MBNV_ALHURRA_MAIN_HLS/merge.m3u8 #EXTINF:-1 tvg-id="AlientoVision.us" status="online",Aliento Vision (720p) [Not 24/7] @@ -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) @@ -228,7 +228,7 @@ https://bspoketv.s.llnwi.net/streams/322/master.m3u8 https://content.uplynk.com/channel/7ad2b600b40b4a89933ab6981757f8b3.m3u8 #EXTINF:-1 tvg-id="Buzzr.us" status="online",Buzzr (1080p) https://buzzrota-web.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="CableHits.us" status="error",Cable Hits (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CableHits.us" status="online",Cable Hits (720p) [Not 24/7] https://bk7l2w4nlx53-hls-live.5centscdn.com/AETV/514c04b31b5f01cf00dd4965e197fdda.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="CaliforniaMusicChannel.us" status="online",California Music Channel (720p) [Not 24/7] https://cmctv.ios.internapcdn.net/cmctv_vitalstream_com/live_1/CMCU-92/playlist.m3u8 @@ -393,7 +393,7 @@ http://video.ct-n.com/live/web2stream/playlist.m3u8 http://video.ct-n.com/live/ctnstream/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="CVTV.us" status="error",Channel 23 Clark Vancouver TV (CVTV) (1080p) [Not 24/7] https://wowzaprod3-i.akamaihd.net/hls/live/252233/15b8d438/playlist.m3u8 -#EXTINF:-1 tvg-id="CWSeed.us" status="error",CW Seed (432p) [Geo-blocked] +#EXTINF:-1 tvg-id="CWSeed.us" status="timeout",CW Seed (432p) [Geo-blocked] https://cwseedlive.cwtv.com/ingest/playlist.m3u8 #EXTINF:-1 tvg-id="DCCouncilChannel.us" status="online",DC Council Channel (1080p) https://video.oct.dc.gov/out/u/15_12.m3u8 @@ -467,7 +467,7 @@ https://cdn-cf.fite.tv/linear/fite247/playlist.m3u8 https://584b0aa350b92.streamlock.net/folk-tv/myStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="FoxBusiness.us" status="blocked",Fox Business [Geo-blocked] http://199.66.95.242/1/1172/index.m3u8?token=test -#EXTINF:-1 tvg-id="FoxGreece.gr" status="blocked",Fox Greece (480p) [Not 24/7] +#EXTINF:-1 tvg-id="FoxGreece.gr" status="online",Fox Greece (480p) [Not 24/7] http://live.streams.ovh:1935/foxtv/foxtv/playlist.m3u8 #EXTINF:-1 tvg-id="FoxMoviesAsia.th" 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",Fox Movies Asia (Thai) (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/76.0.3809.25 Safari/537.36 @@ -515,8 +515,6 @@ https://d37j5jg7ob6kji.cloudfront.net/index.m3u8 http://gtv.live.cdn.bitgravity.com/gtv/live/feed03 #EXTINF:-1 tvg-id="GunAzTV.us" status="error",GรผnAz TV (720p) [Not 24/7] https://gtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/gtv/live/feed03/playlist.m3u8 -#EXTINF:-1 tvg-id="GunAzTV.us" status="error",GรผnAz TV (480p) -rtsp://gtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/gtv/live/feed02?nc=1 #EXTINF:-1 tvg-id="GustoTV.au" status="online",Gusto TV (1080p) https://d3cajslujfq92p.cloudfront.net/playlist.m3u8 #EXTINF:-1 tvg-id="H2.us" 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",H2 (720p) [Not 24/7] @@ -849,9 +847,9 @@ https://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8 https://ntv1.akamaized.net/hls/live/2014075/NASA-NTV1-HLS/master.m3u8 #EXTINF:-1 tvg-id="NASATVUHD.us" status="online",NASA TV UHD (2160p) https://endpnt.com/hls/nasa4k60/playlist.m3u8 -#EXTINF:-1 tvg-id="NationalGeographicWildMiddleEast.uk" status="error",National Geographic Wild Middle East (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NationalGeographicWildMiddleEast.uk" status="timeout",National Geographic Wild Middle East (720p) [Not 24/7] http://50.7.161.82:8278/streams/d/Natgeowild/playlist.m3u8 -#EXTINF:-1 tvg-id="NationalGeographicWildRussia.ru" status="blocked",National Geographic Wild Russia (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="NationalGeographicWildRussia.ru" status="timeout",National Geographic Wild Russia (1080p) [Not 24/7] https://sc.id-tv.kz/NatGeoWildHD_34_35.m3u8 #EXTINF:-1 tvg-id="NAUTVNorthernArizonaUniversity.us" status="online",NAU-TV Northern Arizona University (720p) [Not 24/7] http://stream.ec.nau.edu/live/amlst:channelfour/playlist.m3u8 @@ -1090,7 +1088,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="online",Super Nice Online +#EXTINF:-1 tvg-id="SuperNiceOnline.us" status="error",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 @@ -1180,10 +1178,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) @@ -1498,20 +1496,18 @@ https://a.jsrdn.com/broadcast/e0f99ab19c/+0000/c.m3u8 https://thegateway.app/YouToo/CueTones/playlist.m3u8 #EXTINF:-1 tvg-id="YoutooAmerica.us" status="online",Youtoo America (1080p) https://thegateway.app/YouToo/YTamerica/playlist.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",Vice East https://d2do1g43aq7264.cloudfront.net/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Techno Warehouse (US) (1080p) [Not 24/7] https://eu-nl-012.worldcast.tv/dancetelevisionthree/dancetelevisionthree.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) http://iptu.org/live.m3u8?channel=301 #EXTINF:-1 tvg-id="" status="online",CMC (California Music Channel) https://cmc-ono.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CF97 Soccer Live [Not 24/7] (1080p) https://d1sp4cpu5on4l7.cloudfront.net/out/v1/ec82e0a9c5564fb497366186c09052e5/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ESR 24x7 eSports Network (1080p) -https://eyeonesports.com/ES2RA-628g.m3u8 #EXTINF:-1 tvg-id="" status="online",CBS 5 Ft Smith AR (KFSM-TV) (1080p) https://livevideo01.5newsonline.com/hls/live/2011653/newscasts/live.m3u8 #EXTINF:-1 tvg-id="" status="online",NBC 9 Denver CO (KUSA) (1080p) @@ -1612,8 +1608,6 @@ https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8 https://sc.id-tv.kz/FOX_HD.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",WDEF-TV News Chattanooga TN (720p) -http://dai.google.com/linear/hls/event/iVH_b5kWTteyRCy-YCoHOw/master.m3u8 #EXTINF:-1 tvg-id="" status="online",KTRK TV News (720p) https://content.uplynk.com/channel/ext/1efe3bfc4d1e4b5db5e5085a535b510b/ktrk_24x7_news.m3u8 #EXTINF:-1 tvg-id="" status="online",WPVI-TV News (720p) @@ -1630,16 +1624,12 @@ 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",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",WDAY News Fargo ND (720p) https://player-api.new.livestream.com/accounts/27442514/events/8305246/live.m3u8 #EXTINF:-1 tvg-id="" status="online",WDAY-X Automatic Weather Frago ND (720p) https://player-api.new.livestream.com/accounts/27442514/events/8331542/live.m3u8 #EXTINF:-1 tvg-id="" status="online",PBS KET Louisville KY (WKMJ-TV) (720p) https://2-fss-1.streamhoster.com/pl_134/amlst:200914-1282960/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",KVVB-TV 33 Victor Valley (1080p) [Not 24/7] -https://2-fss-2.streamhoster.com/pl_138/amlst:201950-1309230/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",The Ohio Channel (WOSU-DT3) (720p) https://5ebe6889de541.streamlock.net/live/stream_10/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Tranquil Thunderstorms (720p) @@ -1656,22 +1646,28 @@ https://content.uplynk.com/channel/0123b306191a4307a31b9fb573213fd3.m3u8 https://content.uplynk.com/channel/98828f7707b84dc496472d5789143df2.m3u8 #EXTINF:-1 tvg-id="" status="online",WTWC (News) https://content.uplynk.com/channel/aa92b664ac5941de81cd410803329da2.m3u8 +#EXTINF:-1 tvg-id="" status="online",CBS 6 Albany NY (WRGB) (720p) +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",External Ottera (720p) -https://otteravision-tg.ottera.tv/live/master.m3u8?channel=tg_tg_us #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",ABC 2 Baton Rouge LA (WBRZ) (720p) [Not 24/7] http://cms-wowza.lunabyte.io/wbrz-live-1/_definst_/smil:wbrz-live.smil/playlist.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",NBC 15 Madison WI (WMTV) (720p) https://ad-playlistserver.aws.syncbak.com/playlist/899088/master.m3u8?access_token=eyJhbGciOiJIUzI1NiIsImtpZCI6IkdyYXkyMDE2MDgyOSIsInN1YiI6IioiLCJ0eXAiOiJKV1QifQ.eyJleHAiOjE3OTAzNjkxMDUsImlzcyI6IldMUyIsIm1kNSI6ImJhZTU4Y2ZlZWM2NmU1MjZkNmVjZmE1YmUzNTQxMzQ4IiwibWlkIjoiODk5MDg4In0.vBWkHmqS3z3dpq8UWfbk4wFd-vQlj6B0up-rpt7X_7Q #EXTINF:-1 tvg-id="" status="online",Retro TV (720p) @@ -1706,8 +1702,6 @@ https://content.uplynk.com/channel/8975f81e6efd4e609873c3e8e25c7756.m3u8 https://content.uplynk.com/channel/39919d3f7a074eefa8bf579214e952f9.m3u8 #EXTINF:-1 tvg-id="" status="online",WPTV News West Palm Beach FL (720p) https://content.uplynk.com/channel/b02350ef854c4eef8358eead1f59a5cc.m3u8 -#EXTINF:-1 tvg-id="" status="online",CBS 6 Albany NY (WRGB) (720p) -https://content.uplynk.com/channel/bba3e7da884a49bba96341ecf5128f0f.m3u8 #EXTINF:-1 tvg-id="" status="online",23 ABC Bakersfield CA (KERO) (720p) https://content.uplynk.com/channel/ff809e6d9ec34109abfb333f0d4444b5.m3u8 #EXTINF:-1 tvg-id="" status="online",PBS Create Los Angeles CA (KLCS-DT3) (720p) [Geo-blocked] @@ -1716,6 +1710,8 @@ https://d1mxoeplf1ak5a.cloudfront.net/index.m3u8 https://d2a6g6zgxepbwi.cloudfront.net/wbrz-edge/weather.stream_360p/playlist.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",WXXV-TV News Biloxi MS (720p) +https://dai.google.com/linear/hls/event/cJXgmHHTQIGMhSzDk7TBsA/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",WMGT-TV News Macon GA (720p) @@ -1734,26 +1730,26 @@ https://shoutfactory-screamfactorytv-1-us.ono.wurl.tv/playlist.m3u8 https://597f64b67707a.streamlock.net/alkerazatv.org/alkerazatv.smil/playlist.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",External Ottera (720p) +https://otteravision-tg.ottera.tv/live/master.m3u8?channel=tg_tg_us #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 https://uni01rtmp.tulix.tv/watc57-2/watc57-2/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",AXN East Asia (Indonesian subtitle) (576p) +http://210.210.155.37/dr9445/h/h141/index.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) http://api.toonamiaftermath.com:3000/est/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",KVVB-TV 33 Victor Valley (1080p) [Not 24/7] +https://2-fss-2.streamhoster.com/pl_138/amlst:201950-1309230/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",YouTV https://tv.sikkylab.me/hls/stream.m3u8 #EXTINF:-1 tvg-id="" status="online",NTD TV (New Tang Dynasty Television) @@ -1797,20 +1793,26 @@ 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) http://cnhls.ntdtv.com/cn/live400/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Winthrop Community Access TV (WCAT 15) (360p) [Not 24/7] -https://edu-wcat.azureedge.net/live/live.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",Village of Hastings-On-Hudson NY (WHOH-TV) (360p) http://stream.swagit.com/live-edge/hastingsonhudsonny/smil:std-4x3-1-a/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Winthrop Community Access TV (WCAT 15) (360p) [Not 24/7] +https://edu-wcat.azureedge.net/live/live.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",FIGHT SPORTS (1080p) +https://shls-fight-sports-ak.akamaized.net/out/v1/ee7e6475b12e484bbfa5c31461ad4306/index.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) https://content.uplynk.com/channel/6cbf2d32a5384dc1b787539b1102433c.m3u8 +#EXTINF:-1 tvg-id="" status="online",ESR 24x7 eSports Network (1080p) +https://eyeonesports.com/ES2RA-628g.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Boomerang Latinoamรฉrica [Geo-blocked] http://45.5.8.78:8000/play/a00i #EXTINF:-1 tvg-id="" status="blocked",Brazzers Latinoamรฉrica [Geo-blocked] @@ -1881,6 +1883,8 @@ http://209.91.213.10:8088/play/a01a http://209.91.213.10:8088/play/a01z #EXTINF:-1 tvg-id="" status="timeout",AXN Latinoamรฉrica (576p) http://209.91.213.10:8088/play/a011 +#EXTINF:-1 tvg-id="" status="timeout",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="timeout",Winthrop Community Access TV (WCAT 3) (480p) https://frontdoor.wcat-tv.org:8787/live/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Level One @@ -1903,8 +1907,6 @@ http://168.232.168.242:8000/play/a05k/index.m3u8 http://203.154.243.89:11205 #EXTINF:-1 tvg-id="" status="error",AXN East Asia (Indonesian subtitle) (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h141/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",AXN East Asia (Indonesian subtitle) (576p) -http://210.210.155.37/dr9445/h/h141/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Toonami Aftermath West (480p) http://api.toonamiaftermath.com:3000/pst/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Noticias Univision 24/7 @@ -1921,8 +1923,6 @@ http://granicusliveus10-a.akamaihd.net/nashville/G2157_002/playlist.m3u8 http://s1.mysportz.tv:2082/history/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Radio Ritmo (1080p) [Not 24/7] https://59514edd5dd8e.streamlock.net/lax/lax/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="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] @@ -1943,8 +1943,6 @@ https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00327-coxmediagroup-kiro7seattle-on https://cdn.prepro.cvattv.com.ar/live/vod/TCM/SA_Live_WebVTT_FTA/TCM.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) diff --git a/streams/us_bumblebee.m3u b/streams/us_bumblebee.m3u index e6a53cfc8..95d50c151 100644 --- a/streams/us_bumblebee.m3u +++ b/streams/us_bumblebee.m3u @@ -65,7 +65,7 @@ https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22491932c8304fc4533e4/ https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2626030145130f25474626/playlist.m3u8 #EXTINF:-1 tvg-id="BumblebeeTVTropicsLive.us" status="online",Bumblebee TV Tropics Live (1080p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538b9932c837b4939735c/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVWaterfallsLive.us" status="error",Bumblebee TV Waterfalls Live (1080p) +#EXTINF:-1 tvg-id="BumblebeeTVWaterfallsLive.us" status="online",Bumblebee TV Waterfalls Live (1080p) https://95771f8415a84e31bd152fe9c6c9905c.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5c953910932c837b4939735d/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Bumblebee TV Classics #2 (720p) https://stitcheraws.unreel.me/wse-node05.powr.com/live/60f881602da3a5575eceb854/playlist.m3u8 diff --git a/streams/us_localbtv.m3u b/streams/us_localbtv.m3u index d6a261438..5c7b1f948 100644 --- a/streams/us_localbtv.m3u +++ b/streams/us_localbtv.m3u @@ -89,7 +89,7 @@ http://v-ny.theus6tv.duckdns.org/hls/33.3/playlist.m3u8 #EXTINF:-1 tvg-id="WJLPDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT4 (Ion Mystery) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/33.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WJLPDT5.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT5 (Retro TV) +#EXTINF:-1 tvg-id="WJLPDT5.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT5 (Retro 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/33.5/playlist.m3u8 #EXTINF:-1 tvg-id="WJLPDT6.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT6 (Heartland) @@ -260,7 +260,7 @@ http://v-ny.theus6tv.duckdns.org/hls/41.1/playlist.m3u8 #EXTINF:-1 tvg-id="WXTVDT2.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-DT2 (Bounce 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/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) +#EXTINF:-1 tvg-id="WXTVDT3.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",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) diff --git a/streams/us_plex.m3u b/streams/us_plex.m3u index e4bfa0277..2c8a9562b 100644 --- a/streams/us_plex.m3u +++ b/streams/us_plex.m3u @@ -60,9 +60,9 @@ https://vitor-hollywoodclassics-1.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="HumorMill.us" status="online",Humor Mill (1080p) [Not 24/7] https://damkf751d85s1.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/HumorMill-PLEX/152.m3u8 #EXTINF:-1 tvg-id="IGN.us" status="online",IGN (1080p) -https://ign-plex.amagi.tv/hls/amagi_hls_data_ignAAAAAA-ign-plexA/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="IGN.us" status="online",IGN (1080p) https://ign-plex.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="IGN.us" status="timeout",IGN (1080p) +https://ign-plex.amagi.tv/hls/amagi_hls_data_ignAAAAAA-ign-plexA/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Journy.us" status="error",Journy (720p) https://vcnplex.teleosmedia.com/linear/ovation/journy/playlist.m3u8?did=62274240-07e7-5d94-8dc8-ef68cf19e175&dnt=0&pid=5f5132df62fe160040f26bc2&ptoken=PLbo_Jw_s1xgoB_1Srgg #EXTINF:-1 tvg-id="JournysBourdainAllDay.us" status="error",Journy's Bourdain All Day (1080p) @@ -107,7 +107,7 @@ https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01492-secomsasmediart-museumtv-en-p https://1d75125ffd43490eb970a2f3f575e96c.mediatailor.us-west-2.amazonaws.com/v1/manifest/6b8beeb9ed833d048c8c8155a25a28fe617c5474/neural_focused_plex/35cba159-09d0-4e37-bf3c-99cd99ec425b/5.m3u8 #EXTINF:-1 tvg-id="News12NewYork.us" status="error",News 12 New York (1080p) https://cheddar-news12ny-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="NewsmaxTV.us" status="online",Newsmax (1080p) +#EXTINF:-1 tvg-id="NewsmaxTV.us" status="timeout",Newsmax (1080p) https://newsmax-plex.amagi.tv/hls/amagi_hls_data_plexAAAAA-newsmax-plex/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Nosey.us" status="error",Nosey (1080p) https://nosey-2.plex.wurl.com/manifest/playlist.m3u8 @@ -193,7 +193,7 @@ https://whistle-1.plex.wurl.com/manifest/playlist.m3u8 https://endemol-wipeoutxtra-1.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Wonder.uk" status="online",Wonder (1080p) https://lds-wonder-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="WorldPokerTour.us" status="error",World Poker Tour (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",World Poker Tour (1080p) [Not 24/7] https://dth07jsr8atug.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/WPT-Plex/171.m3u8 #EXTINF:-1 tvg-id="Xplore.us" status="online",Xplore (1080p) https://xplore-plex.amagi.tv/playlist.m3u8 diff --git a/streams/us_pluto.m3u b/streams/us_pluto.m3u index 5a987d822..88e38c09c 100644 --- a/streams/us_pluto.m3u +++ b/streams/us_pluto.m3u @@ -1,10 +1,10 @@ #EXTM3U #EXTINF:-1 tvg-id="70sCinema.us" status="online",Pluto TV 70s Cinema (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d878d3d19b30007d2e782/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="80sRewind.us" status="online",Pluto TV Pluto 80s Rewind (684p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca525b650be2571e3943c63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca525b650be2571e3943c63&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=95&terminate=false&userId= #EXTINF:-1 tvg-id="80sRewind.us" status="online",Pluto TV 80s Rewind (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca525b650be2571e3943c63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="80sRewind.us" status="online",Pluto TV Pluto 80s Rewind (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca525b650be2571e3943c63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca525b650be2571e3943c63&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=95&terminate=false&userId= #EXTINF:-1 tvg-id="90sThrowback.us" status="online",Pluto TV 90s Throwback (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d86f519358a00072b978e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="90210.us" status="online",Pluto TV 90120 (720p) @@ -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 (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="online",Pluto TV BET Classics (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="online",Pluto TV BET Classics (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="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) @@ -76,9 +76,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca670f65 #EXTINF:-1 tvg-id="BETEast.us" status="online",Pluto TV BET (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150978589c0700095f97ae/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="BETHerEast.us" status="online",Pluto TV BET Her (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e6949ab8e2b35bdcaa9f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e6949ab8e2b35bdcaa9f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=175&terminate=false&userId= -#EXTINF:-1 tvg-id="BETHerEast.us" status="online",Pluto TV BET Her (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e6949ab8e2b35bdcaa9f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="BETHerEast.us" status="online",Pluto TV BET Her (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e6949ab8e2b35bdcaa9f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e6949ab8e2b35bdcaa9f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=175&terminate=false&userId= #EXTINF:-1 tvg-id="BeverlyHillbillies.us" status="online",Pluto TV Beverly Hillbillies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db81695a95186000941ee8b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BeverlyHillbillies.us" status="online",Pluto TV Beverly Hillbillies (720p) @@ -102,15 +102,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1efad04 #EXTINF:-1 tvg-id="BlazeLive.us" status="online",Pluto TV Blaze Live (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46fba0c43b0d00096e5ac1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e46fba0c43b0d00096e5ac1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=238&terminate=false&userId= #EXTINF:-1 tvg-id="BlazeunddieMonsterMaschinenNickGermany.de" status="online",Pluto TV Blaze Nick (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b60419becf60008c841fd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="BlazeunddieMonsterMaschinenNickGermany.de" status="online",Pluto TV Blaze Nick (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b60419becf60008c841fd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b60419becf60008c841fd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ebc579c0-0712-11eb-97af-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="BlazeunddieMonsterMaschinenNickGermany.de" status="online",Pluto TV Blaze Nick (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b60419becf60008c841fd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BloombergTelevision.us" status="online",Pluto TV Bloomberg TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/54ff7ba69222cb1c2624c584/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=54ff7ba69222cb1c2624c584&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=224&terminate=false&userId= -#EXTINF:-1 tvg-id="BluesCluesGermany.de" status="online",Pluto TV Blue's Clues Nick (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b564ff59d130007363823/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b564ff59d130007363823&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=29e99f3f-0713-11eb-a59f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="BluesCluesGermany.de" status="online",Pluto TV Blue's Clues Nick (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b564ff59d130007363823/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="BluesCluesGermany.de" status="error",Pluto TV Blue's Clues Nick (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b564ff59d130007363823/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b564ff59d130007363823&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=29e99f3f-0713-11eb-a59f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="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) @@ -153,20 +153,20 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b17aa https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b6b285823ecb93393cbf766/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b6b285823ecb93393cbf766&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=687&terminate=false&userId= #EXTINF:-1 tvg-id="Chassy.us" status="error",Pluto TV Chassy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b6b285823ecb93393cbf766/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (720p) -http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521 -#EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812afe1d0f0b8d55dde67fa/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812afe1d0f0b8d55dde67fa&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=226&terminate=false&userId= #EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1e02c08ee5378be82db47/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812afe1d0f0b8d55dde67fa/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812afe1d0f0b8d55dde67fa&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=226&terminate=false&userId= +#EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (720p) +http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521 #EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) 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="CineTerror.us" status="online",Pluto TV Cine Terror (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d180092e97a5e107638d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=913&terminate=false&userId= -#EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (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) @@ -177,10 +177,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5b0da https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=562ea53fa9060c5a7d463e74&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=548&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicToonsTV.us" status="online",Pluto TV Classic Toons TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e32b297f96000768f928&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=501&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e32b297f96000768f928&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=501&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e3cccf49290007053c67/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e3cccf49290007053c67&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=520&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) @@ -200,9 +200,9 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcc42446750e200093 #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) +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="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) @@ -254,9 +254,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd29e4 #EXTINF:-1 tvg-id="DallasCowboysCheerleaders.us" status="online",Dallas Cowboy Cheerleaders (240p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="DallasCowboysCheerleaders.us" status="online",Pluto TV Dallas Cowboys Cheerleaders (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="DallasCowboysCheerleaders.us" status="online",Pluto TV Dallas Cowboys Cheerleaders (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d40855b3fb0855028c99b6f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=315&terminate=false&userId= +#EXTINF:-1 tvg-id="DallasCowboysCheerleaders.us" status="online",Pluto TV Dallas Cowboys Cheerleaders (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DarkShadows.us" status="online",Pluto TV Dark Shadows (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef3958c66ac540007d6e6a7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ef3958c66ac540007d6e6a7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=535&terminate=false&userId= #EXTINF:-1 tvg-id="DarkShadows.us" status="online",Pluto TV Dark Shadows (720p) @@ -298,7 +298,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6b535a2 #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e43c344b54fe800093552f4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=c28ebf75-0713-11eb-97af-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] @@ -306,7 +306,7 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fb6c84dd37df3b #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DramaLife.us" status="online",Drama Life (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="EmmaeinfachmagischNickGermany.de" status="online",Pluto TV Nick Emma einfach magisch! (720p) @@ -322,12 +322,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60d3583ef #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 #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 @@ -335,6 +331,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd916 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5141c1605ddf000748eb1b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/554158e864526b29254ff105/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="FailArmy.us" status="timeout",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="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] @@ -345,20 +345,20 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f77939a6 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f516730b78b7600079294f5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FearFactor.us" status="online",Pluto TV Fear Factor (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/588128d17d64bc0d0f385c34/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=588128d17d64bc0d0f385c34&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=301&terminate=false&userId= -#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="FearFactor.us" status="online",Pluto TV Fear Factor (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c362ded581a86051df509b4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#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 #EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bda9fd87eb3a2717cce0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b0f2237a6ff45d16c3f9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (360p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d659fd87eb3a2717afc9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="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) @@ -414,9 +414,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d486b874 #EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly+ (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5ed9ba24f6a00074a9b91/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8a4570-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=0432d921-f53e-4dfe-8afd-2d0b3fb750f3 #EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecc7aa44d9c00081fca29/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecc7aa44d9c00081fca29/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecc7aa44d9c00081fca29/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="iCarlyGermany.de" status="online",Pluto TV iCarly Nick (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b580a233dc90007f0cb9d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8b580a233dc90007f0cb9d&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=406&terminate=false&userId= #EXTINF:-1 tvg-id="iCarlyGermany.de" status="online",Pluto TV iCarly (720p) @@ -425,8 +425,6 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b580a233dc90007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b580a233dc90007f0cb9d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="iCarlyPlusGermany.de" status="online",Pluto TV iCarly+ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f3d2cb9f5b291000773807a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f3d2cb9f5b291000773807a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=4c128fa6-7ec2-4a50-a81b-37f9e8c1e48f&terminate=false&userId= -#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d982e738977e2c3109a6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) @@ -439,16 +437,18 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecee24 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5f613286e48904fb2677&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=805&terminate=false&userId= #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59b722526996084038c01e1b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=59b722526996084038c01e1b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=734&terminate=false&userId= #EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/59b722526996084038c01e1b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="InsightTV.nl" status="online",Insight TV (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f06bc60e236570007793f31/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f06bc60e236570007793f31&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=e7f6989c-0583-11eb-8b9f-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="InsightTV.nl" status="online",Insight TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f06bc60e236570007793f31/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="InsightTV.nl" status="online",Insight TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f042bf0241c6f0007721021/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="InsightTV.nl" status="online",Insight TV (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f06bc60e236570007793f31/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f06bc60e236570007793f31&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=e7f6989c-0583-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="InstantSaga.us" status="online",Instant Saga (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60549e98061b5f000776866a/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8ba501-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=e11c2399-2d50-4607-be2c-d35d72152bbe #EXTINF:-1 tvg-id="InWonder.nl" status="error",InWonder (720p) [Not 24/7] @@ -464,9 +464,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e9decb95 #EXTINF:-1 tvg-id="JustepourRire.us" status="online",Juste pour Rire (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60afa1508284e60007163c08/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fcc6e0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=a8b6a6bb-4f8c-438e-a638-d4cfa72ae69a #EXTINF:-1 tvg-id="KevinHartsLOLNetwork.us" status="online",Pluto TV Kevin Hart LOL (684p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5af09e645126c2157123f9eb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="KevinHartsLOLNetwork.us" status="online",Pluto TV Kevin Hart LOL (684p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5af09e645126c2157123f9eb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5af09e645126c2157123f9eb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=462&terminate=false&userId= +#EXTINF:-1 tvg-id="KevinHartsLOLNetwork.us" status="online",Pluto TV Kevin Hart LOL (684p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5af09e645126c2157123f9eb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="LittleBabyBum.us" status="online",Pluto TV Little Baby Bum (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5eb301b7395671000780d100/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5eb301b7395671000780d100&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=995&terminate=false&userId= #EXTINF:-1 tvg-id="LivelyPlace.us" status="online",Pluto TV Lively Place (720p) [Not 24/7] @@ -493,22 +493,22 @@ 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 (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="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="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) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&us_privacy=1YNY #EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b821249444e05d09cc4c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=815&terminate=false&userId= -#EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d907e738977e2c31099a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bca67ef2767e1846e5a1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d907e738977e2c31099a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MissionImpossible.us" status="online",Pluto TV Mission: Impossible (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f77977bd924d80007eee60c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MLB.us" status="online",Pluto TV MLB (720p) @@ -524,15 +524,15 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60817e1aa6997500072 #EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=545943f1c9f133a519bbac92&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=488&terminate=false&userId= #EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d44cfd87eb3a2717afc5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fd1a252d35decbc4080c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=870&terminate=false&userId= -#EXTINF:-1 tvg-id="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="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="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 (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 (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) @@ -562,6 +562,8 @@ 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 @@ -569,8 +571,6 @@ 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="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] @@ -619,12 +619,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d08395f39465da6 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="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="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/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] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca6748a37b88b269472dad9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=978&terminate=false&userId= -#EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) 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) @@ -659,16 +659,16 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e6690befbdf780007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e6690befbdf780007f78158/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="OnePiece.us" status="online",Pluto TV One Piece (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7790b3ed0c88000720b241/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ParamountMovieChannel.us" status="online",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",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="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",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",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 (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) @@ -681,9 +681,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1780 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515d080e738d000739e19c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",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="timeout",Pluto TV People are Awesome (720p) +#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="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= @@ -691,16 +691,16 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59c2c3ae40e64939da https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de94dacb394a300099fa22a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5de94dacb394a300099fa22a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=713&terminate=false&userId= #EXTINF:-1 tvg-id="PGATour.us" status="online",Pluto TV PGA TOUR (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5de94dacb394a300099fa22a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561d7d484dc7c8770484914a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561d7d484dc7c8770484914a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=54&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbfeb961b411c00090b52b3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) https://service-stitcher.clusters.pluto.tv/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) @@ -715,12 +715,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8588 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="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids (Spain) (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aabee6f4a2c00076a322c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1aabee6f4a2c00076a322c&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=905&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aabee6f4a2c00076a322c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids Plus (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5a0b44cc331900075e7769/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="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="PlutoTVAnimalesSpain.es" status="online",Pluto TV Animales (288p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd834c66fe2ca0009303b8d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVAnimalsUK.uk" status="online",Pluto TV Animals (England) (720p) @@ -747,10 +747,10 @@ http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be4c63118 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) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f984f4a09e92d0007d74647/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVArchivosForenses.us" status="online",Pluto TV Archivos Forenses (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb8c19b2678b000780d032/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVArchivosForenses.us" status="online",Pluto TV Archivos Forenses (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f984f4a09e92d0007d74647/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAsesinatosdeMidsomer.us" status="online",Pluto TV Asesinatos de Midsomer (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aca8310a30e00074fab92/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAsPistasdeBlue.us" status="online",Pluto TV As Pistas de Blue (720p) @@ -761,7 +761,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600adbdf8 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddc266f80e3550009136843/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVAvidamodernadeRocko.us" status="online",Pluto TV A vida moderna de Rocko (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6df6293a12e10007017396/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVBabar.us" status="online",Pluto TV Babar (720p) +#EXTINF:-1 tvg-id="PlutoTVBabar.us" status="timeout",Pluto TV Babar (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67e20c93312100076f3ffe/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVBackcountry.us" status="online",Pluto TV Backcountry (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cabdf1437b88b26947346b2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cabdf1437b88b26947346b2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=755&terminate=false&userId= @@ -793,15 +793,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b68a1882 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b5a4bb7da5c0007e5c9e9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b5a4bb7da5c0007e5c9e9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5c631817-0713-11eb-9df2-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVBubbleGuppies.us" status="online",Pluto TV Bubble Guppies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5a4bb7da5c0007e5c9e9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCars.us" status="online",Pluto TV Cars (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b3a4249444e05d09cc46&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=663&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCars.us" status="online",Pluto TV Cars (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="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="PlutoTVCars.us" status="online",Pluto TV Cars (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b3a4249444e05d09cc46&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=663&terminate=false&userId= #EXTINF:-1 tvg-id="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) +#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 (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= @@ -826,23 +826,23 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b1c4 #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/5dcb62e63d4d8f0009f36881/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acciรณn (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="online",Pluto TV Cine Acciรณn (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcb62e63d4d8f0009f36881/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acciรณn (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acciรณn (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591dd8880007bb7d6d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineClasicoSpain.es" status="online",Pluto TV Cine Clรกsico (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61373bb45168fe000773eecd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1f1b66c76000790ef27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde437229eff00091b6c30/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="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="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) @@ -895,16 +895,16 @@ 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 (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="timeout",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="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c31f2f21b553c1f673fb0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="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="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 #EXTINF:-1 tvg-id="PlutoTVDarkMatter.us" status="online",Pluto TV Dark Matter (720p) @@ -927,30 +927,30 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b85a7582 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db048f9447d6c0009b8f29d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04252241007000975faac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVDogelcazarrecompensas.us" status="online",Pluto TV Dog el cazarrecompensas (480p) [Not 24/7] +#EXTINF:-1 tvg-id="PlutoTVDogelcazarrecompensas.us" status="timeout",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) [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="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 (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="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 (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 (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 (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 (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed327f9e9b0000761141e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVExtremeFrance.fr" status="online",Pluto TV Extrรชme (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed327f9e9b0000761141e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVExtremeFrance.fr" status="online",Pluto TV Extrรชme (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed327f9e9b0000761141e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="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="timeout",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] @@ -1054,9 +1054,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb96303f #EXTINF:-1 tvg-id="PlutoTVHomesUnderHammer.us" status="online",Pluto TV Homes Under Hammer (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c2e9d8002db3c3e0b1c72/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=569546031a619b8f07ce6e25&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=75&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) https://stitcher.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=&appStoreUrl=&appVersion=2.0.0&app_name=&deviceDNT=0&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceLat=38.5783&deviceLon=-90.6666&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=37.0.2049.0&serverSideAds=false&sid=6e360db0-724b-11e8-be77-bf4d1417b012&userId= +#EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=569546031a619b8f07ce6e25&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=75&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVHumor.us" status="online",Pluto TV Humor (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8397936791b30007ebb5a7/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVHunter.us" status="online",Pluto TV Hunter (720p) @@ -1092,33 +1092,33 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b8f4f1ca3f062 #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde27ffae9520009c0c75a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&buildVersion=5.4.0-917c0e6072&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVKenanyKel.us" status="timeout",Pluto TV Kenan y Kel (720p) +#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) [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/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="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="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsCollection.us" status="online",Pluto TV Kids Collection (720p) 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="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 (360p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSeries.us" status="online",Pluto TV Kids Sรฉries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVKidsSeries.us" status="online",Pluto TV Kids Sรฉries (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="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] @@ -1149,16 +1149,16 @@ 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 (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8edb6df1ebb800072edf10/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLesNouveauxDetectives.us" status="online",Pluto TV Les Nouveaux Detectives (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8edb6df1ebb800072edf10/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVLesNouveauxDetectives.us" status="online",Pluto TV Les Nouveaux Detectives (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8edb6df1ebb800072edf10/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLiveinConcert.us" status="online",Pluto TV Live in Concert (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6080411af03506000759916e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fbb571-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=9c6d294f-660b-47ef-bc20-1961faf21c6a #EXTINF:-1 tvg-id="PlutoTVLives.us" status="online",Pluto TV Lives (720p) @@ -1177,20 +1177,20 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67d41b9331210007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acbed25948a0007ffbe65/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLosnuevosdetectives.us" status="online",Pluto TV Los nuevos detectives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acba0d1f6340007db8843/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVLouisLaBrocante.us" status="online",Pluto TV Louis La Brocante (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed6d569d2d4000864a976/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVLouisLaBrocante.us" status="online",Pluto TV Louis La Brocante (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed6d569d2d4000864a976/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVLouisLaBrocante.us" status="online",Pluto TV Louis La Brocante (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed6d569d2d4000864a976/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVLoveStories.us" status="online",Pluto TV Love Stories (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e181520cfa000771ce79/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e181520cfa000771ce79&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=147&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVLoveStories.us" status="online",Pluto TV Love Stories (684p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e181520cfa000771ce79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="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) @@ -1203,12 +1203,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb3fea0f711fd7634 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMinutoParaGanar.us" status="online",Pluto TV Minuto Para Ganar (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46e64dc73db400094b5f0b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVMisteriosMedicos.us" status="online",Pluto TV Misterios Medicos (720p) +#EXTINF:-1 tvg-id="PlutoTVMisteriosMedicos.us" status="timeout",Pluto TV Misterios Medicos (720p) 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) @@ -1217,6 +1215,8 @@ 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) @@ -1226,11 +1226,11 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb8ce2e426140007 #EXTINF:-1 tvg-id="PlutoTVMTVAreyoutheOne.us" status="online",Pluto TV MTV Are you the One? (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6108d8cc331900075e98e4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91b7ea86ee60009d89e75/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91b7ea86ee60009d89e75/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVEmbarazadaalos16.us" status="online",Pluto TV MTV Embarazada a los 16 (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f98537a5a4341000733aefe/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="PlutoTVMTVEnVivo.us" status="online",Pluto TV MTV En Vivo (720p) @@ -1292,10 +1292,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd85eac039bba0009 #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="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="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/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="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="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= @@ -1365,14 +1365,14 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7677c0edace7cff81 http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60812fc8539963000707d1e1/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8bf321-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=7ebb5004-1cd6-44bb-990a-082fdcdcba6d #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a66795ef91fef2c7031c599&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=70&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dc287ce3086a20009f5024c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b2e82991-0585-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) -https://service-stitcher.clusters.pluto.tv/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= +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/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="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) @@ -1394,13 +1394,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/563a970aa #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4fc274694c027be6ed3eea&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=151&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2817d3d7573a00080f9175/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc02a44a9518600094273ac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6a38eaa5b68b0007a00e7a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2817d3d7573a00080f9175/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVSecretDealers.us" status="online",Pluto TV Secret Dealers (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8dc0af6784d10007d8ad42/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSensingMurder.us" status="online",Pluto TV Sensing Murder (720p) @@ -1442,11 +1442,11 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bb941b95267e22 #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677fa2ec536ce1d587eeb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56340779a738201b4ccfeac9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=725&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/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="PlutoTVSpotlight.us" status="online",Pluto TV Spotlight (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ba3fb9c4b078e0f37ad34e8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSpotlight.us" status="online",Pluto TV Spotlight (684p) @@ -1478,11 +1478,11 @@ 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= +#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="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/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/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="PlutoTVTeenSeriesFrance.fr" status="online",Pluto TV TEEN SERIES (720p) @@ -1496,15 +1496,15 @@ 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) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c6dc88fcd232425a6e0f06e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=76&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVTerror.us" status="online",Pluto TV Terror (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVTerror.us" status="online",Pluto TV Terror (240p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c6dc88fcd232425a6e0f06e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=76&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVThePriceisRight.us" status="online",Pluto TV The Price is Right (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7791b8372da90007fd45e6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTheSimpleLife.us" status="online",Pluto TV The Simple Life (720p) @@ -1514,9 +1514,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f982c3420de410007 #EXTINF:-1 tvg-id="PlutoTVTheStoryofBeatclub.us" status="online",Pluto TV The Story of Beatclub (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f982c3420de4100070a545e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us" status="online",Pluto TV The Walking Dead ESP (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us" status="online",Pluto TV The Walking Dead ESP (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e82bb378601b80007b4bd78&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=925&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us" status="online",Pluto TV The Walking Dead ESP (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (720p) @@ -1576,10 +1576,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bdce04659ee03633e #EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" status="online",Pluto TV WeatherNation (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bdce04659ee03633e758130/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5877acecb16bb1e042ee453f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=632&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d49455dfd09fd7d4c0daf26/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5877acecb16bb1e042ee453f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=632&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWesterns.us" status="online",Pluto TV Westerns (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8df4bc16e34700077e77d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8df4bc16e34700077e77d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=526&terminate=false&userId= @@ -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 (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="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="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,14 +1603,14 @@ 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) +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="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) +http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS01/master.m3u8 #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6176fd25e83a5f0007a464c9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fc31252d35decbc4080b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=873&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) -http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS01/master.m3u8 -#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fc31252d35decbc4080b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150921e2191900097c4c23/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel #EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae0a40e8ee0d000975e99b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=993&terminate=false&userId= #EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) @@ -1639,10 +1639,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6000a6f4c 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) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5317bfebff98025b3200ff99/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="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="error",Pluto TV Slow TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d765a05f65029ce2385aa30/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="SmithsonianChannelSelects.us" status="online",Pluto TV Smithsonian Channel Selects (720p) @@ -1675,10 +1675,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d486b2ee 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] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f523aa5523ae000074745ec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="TheAddamsFamily.us" status="online",Pluto TV The Addams Family (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d81607ab737153ea3c1c80e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheAddamsFamily.us" status="online",Pluto TV The Addams Family (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d81607ab737153ea3c1c80e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d81607ab737153ea3c1c80e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=511&terminate=false&userId= +#EXTINF:-1 tvg-id="TheAddamsFamily.us" status="online",Pluto TV The Addams Family (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d81607ab737153ea3c1c80e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheAmazingRace.us" status="online",Pluto TV The Amazing Race (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e8a6e2f12b000755afdb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f21e8a6e2f12b000755afdb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=297&terminate=false&userId= #EXTINF:-1 tvg-id="TheAmazingRace.us" status="online",Pluto TV The Amazing Race (720p) @@ -1713,17 +1713,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7794a78 http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5aea40b35126c2157123aa64&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=376&terminate=false&userId= +#EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea71d48af1d0b0007d837f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e393d5c696b3b0009775c8b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea71d48af1d0b0007d837f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb1ad55268cae539bcedb08&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=637&terminate=false&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebacbcae43a6d000787b88e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d819e738977e2c31096a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -1737,6 +1735,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf097 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515ebac01c0f00080e8439/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="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="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) @@ -1756,9 +1756,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d695f7db53adf96b7 #EXTINF:-1 tvg-id="TodayAllDay.us" status="online",Pluto TV TODAY (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d695f7db53adf96b78e7ce3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TokuSHOUTsu.us" status="online",Pluto TV TokuSHOUTsu (720p) -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c3f8f12a93c2d61b9990a4e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=848&terminate=false&userId= -#EXTINF:-1 tvg-id="TokuSHOUTsu.us" status="online",Pluto TV TokuSHOUTsu (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="TokuSHOUTsu.us" status="online",Pluto TV TokuSHOUTsu (720p) +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c3f8f12a93c2d61b9990a4e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=848&terminate=false&userId= #EXTINF:-1 tvg-id="TopGearSpain.es" status="online",Top Gear (720p) 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) @@ -1767,20 +1767,20 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae084727c8af0009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae084727c8af0009fe40a4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d6792bd6be2998ad0ccce30&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ca4dc680-0715-11eb-aeab-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d0c16d686454ead733d08f8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=983&terminate=false&userId= -#EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d40bebc5e3d2750a2239d7e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=130&terminate=false&userId= #EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c2d64ffbdf11b71587184b8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=455&terminate=false&userId= #EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="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="error",Pluto TV Land Sitcoms http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c2d64ffbdf11b71587184b8/997452/playlist.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appName=samsungmobiletvplus&appVersion=unknown&architecture=&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsungmobiletvplus&deviceVersion=unknown&embedPartner=samsung-tvplus&includeExtendedEvents=&paln=&serverSideAds=true&sid=SAMSUNG-TVPLUS-fcaa053c-0ece-49c6-ae1f-c3e42a7faf17&terminate=false&userId= #EXTINF:-1 tvg-id="TYTNetwork.us" status="online",Pluto TV TYT Network (720p) [Not 24/7] @@ -1814,15 +1814,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d71561df6f2e6d0b6 #EXTINF:-1 tvg-id="VH1HipHopFamily.us" status="online",Pluto TV VH1 Hip Hop Family (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d71561df6f2e6d0b6493bf5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="VH1ILoveReality.us" status="online",Pluto TV VH1 I Love Reality (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7154fa8326b6ce4ec31f2e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d7154fa8326b6ce4ec31f2e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=282&terminate=false&userId= -#EXTINF:-1 tvg-id="VH1ILoveReality.us" status="online",Pluto TV VH1 I Love Reality (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7154fa8326b6ce4ec31f2e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=589aa03df9ba56a84197a560&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=681&terminate=false&userId= +#EXTINF:-1 tvg-id="VH1ILoveReality.us" status="online",Pluto TV VH1 I Love Reality (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7154fa8326b6ce4ec31f2e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d7154fa8326b6ce4ec31f2e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=282&terminate=false&userId= #EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d1e9e738977e2c310925/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=589aa03df9ba56a84197a560&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=681&terminate=false&userId= #EXTINF:-1 tvg-id="WildNOut.us" status="online",Pluto TV Wild 'N Out (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48678d34ceb37d3c458a55/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="WildNOut.us" status="online",Pluto TV Wild 'N Out (720p) [Not 24/7] @@ -1831,24 +1831,22 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d48678d34ceb37d3c https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48678d34ceb37d3c458a55/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b7aae738977e2c312132/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9b7aae738977e2c312132&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=48d01e71-b553-42a5-9205-affb7381b546&terminate=false&userId= +#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5616f9c0ada51f8004c4b091&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=770&terminate=false&userId= #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d796e738977e2c31094a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7aae738977e2c312132/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (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/v1/stitch/embed/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="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) @@ -1867,24 +1865,24 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea18cd42ee5410007e http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5ec5500d4c70007341c7c/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8a1e60-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=de18fdd4-d30a-4263-8ecc-df902150744d #EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Catfish+ (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5ed0bb61f1200072ca4cd/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8a1e61-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=0698157f-70d9-4890-978e-e648d753b321 +#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime+ (720p) [Not 24/7] +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffebbeabd18520007b37709/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8a9391-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=fc31112d-4925-4f44-b50f-ddf0ca08e7c7 #EXTINF:-1 tvg-id="" status="online",Pluto TV HISTORY (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d35dfa5c02e717a234f86/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a4d35dfa5c02e717a234f86&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=651&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Insight+ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b73efd87eb3a2717ccde/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=d54bbd90-1c0f-11eb-8801-b9710ba01352&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=f10cd89a-c878-4a4d-8b3d-f5238f421aa0&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5adf96e3e738977e2c31cb04&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=669&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Movies+ (CH) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c8a6bc64dc7286c6afaf4ab/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5c8a6bc64dc7286c6afaf4ab&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=f747754f-ee3e-4968-9e8e-779da031bce9&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central 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 Roblox (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51dd5d369acdb278dfb05d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51dd5d369acdb278dfb05d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=816&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 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) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b1c126c65d0a307355f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767b1c126c65d0a307355f&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=302&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV HISTORY (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b1c126c65d0a307355f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d767b1c126c65d0a307355f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=52e8f9a9-0583-11eb-97af-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Catfish (Germany) (480p) -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) @@ -1897,12 +1895,14 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcdde78f080d90009 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 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 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) @@ -1935,6 +1935,8 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0f17564a30008 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 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) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f98487036af340008da1e37/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f98487036af340008da1e37&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=77386fa6-3401-11eb-8335-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Paramount Plus Picks (720p) @@ -1969,8 +1971,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dde47b63 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf91f19c2c3300098ce961/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Documentaries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf901280e3550009139c86/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Food (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf930548ff9b00090d5686/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e7b6c60fd20c50007910bf5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime Investigation (720p) @@ -1989,8 +1989,6 @@ 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) @@ -1999,8 +1997,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed4dbf 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) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32d4d9ec194100070c7449/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Filmes Aรงรฃo (720p) @@ -2017,20 +2013,18 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1213ba0 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12101f0b12f00007844c7c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Junior (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12141b146d760007934ea7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Sรฉries (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121262a189a800076b9386/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 (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 #EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Mistle YO! (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS08/master.m3u8 #EXTINF:-1 tvg-id="" status="online",Pluto TV Nick Ukraine (720p) http://siloh-sp.plutotv.net/lilo/production/NickUkraine/master.m3u8 +#EXTINF:-1 tvg-id="" status="online",Pluto TV Roblox (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51dd5d369acdb278dfb05d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51dd5d369acdb278dfb05d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=816&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV SPORT : BeIN Sports Xtra (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df975e2b27cf5000921c102/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=2.9.3-b879e400d5df7a969d4bff8863fe5cb02c7120e6&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=b702181a-c1d6-4ee2-9481-753f471e2ce7&deviceLat=40.8364&deviceLon=-74.1403&deviceMake=Opera&deviceModel=Opera&deviceType=web&deviceVersion=66.0.3515.44&includeExtendedEvents=false&serverSideAds=tr&sid=855d6801-c912-428d-b620-ede4dd0c3b15&userId= #EXTINF:-1 tvg-id="" status="online",G4 Select (720p) @@ -2055,24 +2049,30 @@ 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 Crime+ (720p) [Not 24/7] -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffebbeabd18520007b37709/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8a9391-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=fc31112d-4925-4f44-b50f-ddf0ca08e7c7 -#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 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 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 Food (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf930548ff9b00090d5686/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 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 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 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 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 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="timeout",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 Sรฉries (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121262a189a800076b9386/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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/stitch/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5adf96e3e738977e2c31cb04&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=669&terminate=false&userId= +#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Catfish (Germany) (480p) +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 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 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 +#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 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 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="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_stirr.m3u b/streams/us_stirr.m3u index d9707eb52..9b72b58ed 100644 --- a/streams/us_stirr.m3u +++ b/streams/us_stirr.m3u @@ -129,7 +129,7 @@ https://dai.google.com/linear/hls/event/qvOGhZEeQh-s6TMFz7dVcg/master.m3u8 https://dai.google.com/linear/hls/event/zDh7VBx8S7Sog5vzcXuehg/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityBakersfield.us" status="online",STIRR City Bakersfield (480p) [Not 24/7] https://dai.google.com/linear/hls/event/-4GLQIcZTUWzP8vDAXNQsQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityBaltimore.us" status="error",STIRR City Baltimore (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityBaltimore.us" status="online",STIRR City Baltimore (720p) [Not 24/7] https://dai.google.com/linear/hls/event/jCNW8TtPRe6lnJMMVBZWVA/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityBayCity.us" status="online",STIRR City Bay City (720p) https://dai.google.com/linear/hls/event/kJPGlFKuS0itUoW7TfuDYQ/master.m3u8 @@ -157,10 +157,10 @@ https://dai.google.com/linear/hls/event/7_v7qMjnQWGZShy2eOvR5g/master.m3u8 https://dai.google.com/linear/hls/event/sHnor7AERX60rGA1kR_wPA/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityCincinnati.us" status="online",STIRR City Cincinnati (720p) [Not 24/7] https://dai.google.com/linear/hls/event/ZaLvGYKiTfuSYgJuBZD67Q/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityColumbia.us" status="online",STIRR City Columbia (720p) [Not 24/7] -https://dai.google.com/linear/hls/event/nkNBP1eHT_GQwS7oYq23zw/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityColumbia.us" status="online",STIRR City Columbia (720p) https://dai.google.com/linear/hls/event/btXotLiMRvmsa5J5AetBGQ/master.m3u8 +#EXTINF:-1 tvg-id="STIRRCityColumbia.us" status="online",STIRR City Columbia (720p) [Not 24/7] +https://dai.google.com/linear/hls/event/nkNBP1eHT_GQwS7oYq23zw/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityColumbus1.us" status="online",STIRR City Columbus #1 (720p) [Not 24/7] https://dai.google.com/linear/hls/event/wV5ExXM9RxabBzbWnVv9RA/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityColumbus2.us" status="online",STIRR City Columbus #2 (720p) @@ -294,9 +294,9 @@ https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d556 #EXTINF:-1 tvg-id="TennisChannelPlus1.us" status="online",Tennis Channel+ 1 (720p) [Geo-blocked] https://playoutengine.sinclairstoryline.com/playout/f2f8b269-dd85-4434-bdd3-b3a64ca9cd60.m3u8 #EXTINF:-1 tvg-id="TennisChannelPlus2.us" status="online",Tennis Channel+ 2 (720p) [Geo-blocked] -https://playoutengine.sinclairstoryline.com/playout/e1838c44-dcb6-47b5-93d4-a0547833518f/g.m3u8 -#EXTINF:-1 tvg-id="TennisChannelPlus2.us" status="online",Tennis Channel+ 2 (720p) [Geo-blocked] https://playoutengine.sinclairstoryline.com/playout/e1838c44-dcb6-47b5-93d4-a0547833518f.m3u8 +#EXTINF:-1 tvg-id="TennisChannelPlus2.us" status="online",Tennis Channel+ 2 (720p) [Geo-blocked] +https://playoutengine.sinclairstoryline.com/playout/e1838c44-dcb6-47b5-93d4-a0547833518f/g.m3u8 #EXTINF:-1 tvg-id="TheAsylum.us" status="timeout",The Asylum (1080p) http://asylum-stirr.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TheCountryNetwork.us" status="online",The Country Network (1080p) @@ -319,10 +319,10 @@ https://dai.google.com/linear/hls/event/gJpQRkqiS8SHzAbPlGNRQw/master.m3u8 https://dai.google.com/linear/hls/event/im0MqOKRTHy9nVa1sirQSg/master.m3u8 #EXTINF:-1 tvg-id="WeatherSpy.us" status="online",WeatherSpy (720p) https://dai.google.com/linear/hls/event/vZB78SsNSXWOR63VJrNC2Q/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",STIRR The Bob Ross Channel (240p) -https://dai.google.com/linear/hls/event/3dbJrQmVT_-psb-KBYuKQA/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR HSN (720p) https://dai.google.com/linear/hls/event/akursTHNTo6qGf1TtlHNsw/master.m3u8 +#EXTINF:-1 tvg-id="" status="online",STIRR Outside TV (1080p) +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) @@ -333,18 +333,14 @@ https://dai.google.com/linear/hls/event/rmBGeSwhQEG64TrT0_JO2A/master.m3u8 https://dai.google.com/linear/hls/event/roEbn_l7Tzezwy22F1NSfA/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Whistle Sports (1080p) https://dai.google.com/linear/hls/event/Wu11mwhnTKGNhwZimEK6Jg/master.m3u8 +#EXTINF:-1 tvg-id="" status="online",STIRR The Bob Ross Channel (240p) +https://dai.google.com/linear/hls/event/3dbJrQmVT_-psb-KBYuKQA/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 Outside TV (1080p) -https://dai.google.com/linear/hls/event/HJAq3zH1SUy_B6fb1j80_Q/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 CineLife (1080p) https://dai.google.com/linear/hls/event/PFJ1Jhd6SsSMcu3qq86wzQ/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Gusto TV (1080p) @@ -353,16 +349,22 @@ https://dai.google.com/linear/hls/event/tdSCy5u2R5WtCLXX4NwDtg/master.m3u8 https://ott-linear-channels.stingray.com/hls/stirr/102.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Stingray Pop Adult (1080p) https://ott-linear-channels.stingray.com/hls/stirr/104.m3u8 +#EXTINF:-1 tvg-id="" status="online",STIRR Stingray Urban Beats (1080p) +https://ott-linear-channels.stingray.com/hls/stirr/133.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Stingray Today's Latin Pop (1080p) https://ott-linear-channels.stingray.com/hls/stirr/190.m3u8 #EXTINF:-1 tvg-id="" status="online",Insight TV (1080p) 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 Space:1999 (768p) https://dai.google.com/linear/hls/event/NeKNJHuzSeCiN_7Fcuo83Q/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) @@ -373,8 +375,6 @@ 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] @@ -421,20 +421,22 @@ https://dai.google.com/linear/hls/event/Xu-ITJ2GTNGaxGn893mmWg/master.m3u8 https://dai.google.com/linear/hls/event/YoBM0ae5Q62TPdrfFHS4RQ/master.m3u8 #EXTINF:-1 tvg-id="" status="online",CBSN Minnesota MN (720p) https://dai.google.com/linear/hls/event/zcWPVCfURNSPxeidcckQLA/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",STIRR TV Mix (720p) -https://dai.google.com/linear/hls/event/ZP8ZMv95Q0Gm9EiyYOGHAA/master.m3u8 #EXTINF:-1 tvg-id="" status="online",RetroCrush TV (720p) https://digitalmediarights-retrocrush-1.sinclair.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Gravitas Movies (720p) 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",STIRR Tennis Channel (720p) [Geo-blocked] -https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d5564216132f.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 TV Mix (720p) +https://dai.google.com/linear/hls/event/ZP8ZMv95Q0Gm9EiyYOGHAA/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 Classica (1080p) +https://dai.google.com/linear/hls/event/AaFxJXOhQl-BsTVC9OCunQ/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="error",STIRR Travel (720p) https://dai.google.com/linear/hls/event/0ZXyCbn9TYmrrAzcDfoU1w/master.m3u8 #EXTINF:-1 tvg-id="" status="error",STIRR Sports (720p) @@ -503,8 +505,6 @@ https://dai.google.com/linear/hls/event/zaW9PVeXQeamNt6SZ9FsOg/master.m3u8 https://dai.google.com/linear/hls/event/zfyiHhG0TeuoNist_WUwjg/master.m3u8 #EXTINF:-1 tvg-id="" status="error",STIRR Fit (720p) https://dai.google.com/linear/hls/event/ZidoyK28TXyMRTZU7rFuEQ/master.m3u8 -#EXTINF:-1 tvg-id="" status="error",STIRR Stingray Urban Beats (1080p) -https://ott-linear-channels.stingray.com/hls/stirr/133.m3u8 #EXTINF:-1 tvg-id="" status="error",STIRR Star Movies (720p) https://sonar.sinclair.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Stingray djazz (1080p) diff --git a/streams/us_tubi.m3u b/streams/us_tubi.m3u index 1d5437fed..cca9f514b 100644 --- a/streams/us_tubi.m3u +++ b/streams/us_tubi.m3u @@ -10,9 +10,9 @@ https://csm-e-eb.csm.tubi.video/csm/live/247083838.m3u8 #EXTINF:-1 tvg-id="FoxSoul.us" status="online",Fox Soul (720p) https://lnc-fox-soul-scte.tubi.video/index.m3u8 #EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather (720p) -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="FoxWeather.us" status="online",Fox Weather (720p) +https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Fox-Weather.m3u8 #EXTINF:-1 tvg-id="Localish.us" status="online",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) @@ -39,6 +39,10 @@ https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,C 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",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 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",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) @@ -77,8 +81,8 @@ https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WTVT-Monetizer.m3u8 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] @@ -95,8 +99,8 @@ 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-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",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",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",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) @@ -105,22 +109,18 @@ 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-WPBF.m3u8 #EXTINF:-1 tvg-id="" status="online",WPTZ-TV News Plattsburgh NY (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WPTZ.m3u8 +#EXTINF:-1 tvg-id="" status="online",ABC 4 Pittsburg PA (WTAE) (720p) +https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WTAE.m3u8 #EXTINF:-1 tvg-id="" status="online",WXII-TV News Winston-Salem NC (720p) [Not 24/7] 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",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 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 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",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",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",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",ABC 4 Pittsburg PA (WTAE) (720p) -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WTAE.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",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="error",ABC 5 Cleveland OH (WEWS-TV) (720p) diff --git a/streams/us_xumo.m3u b/streams/us_xumo.m3u index c255e1c81..2cce65e13 100644 --- a/streams/us_xumo.m3u +++ b/streams/us_xumo.m3u @@ -11,7 +11,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuameba/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericanclassics/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",America's Test Kitchen (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericastestkitchen/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ArchitecturalDigest.us" status="online",Architectural Digest (720p) +#EXTINF:-1 tvg-id="ArchitecturalDigest.us" status="timeout",Architectural Digest (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxarchitecturaldigest/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ArchitecturalDigest.us" status="error",Architectural Digest (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokutraveler/CDN/playlist.m3u8 @@ -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 @@ -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="timeout",kabillion (720p) +#EXTINF:-1 tvg-id="kabillion.us" status="online",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 @@ -191,7 +191,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunowthis/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-nowthis/CDN/master.m3u8 #EXTINF:-1 tvg-id="OutdoorAmerica.us" status="online",Outdoor America (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxoutdooramerica/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="OutsideTV.us" status="online",Outside TV (1080p) +#EXTINF:-1 tvg-id="OutsideTV.us" status="timeout",Outside TV (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxoutsidetv/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="OutsideTVPlus.us" status="online",Outside TV Plus (1080p) https://outsidetvplus-xumo.amagi.tv/hls/amagi_hls_data_outsidetv-outsidetvplusxumo/CDN/master.m3u8 @@ -205,13 +205,13 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-peopleareawesome/CDN/playlist.m3u https://peopletvssai.akamaized.net/amagi_hls_data_peopletvA-peopletvxumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="PlayersTV.ca" status="online",Players TV (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-playerstv/CDN/master.m3u8 -#EXTINF:-1 tvg-id="PocketWatch.us" status="timeout",pocket.watch (1080p) +#EXTINF:-1 tvg-id="PocketWatch.us" status="online",pocket.watch (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxpocketwatch/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="PongaloNovelaclub.us" status="error",Pongalo Novelaclub (720p) 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 @@ -240,9 +240,9 @@ https://shoutfactory-xumo.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="ShowtimeattheApollo.us" status="online",Showtime at the Apollo (432p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxshowtimeattheapollo/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="SoYummy.us" status="online",So Yummy! (1080p) -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxsoyummy/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="SoYummy.us" status="online",So Yummy! (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-soyummy-xumo/CDN/master.m3u8 +#EXTINF:-1 tvg-id="SoYummy.us" status="timeout",So Yummy! (1080p) +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxsoyummy/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="SportsGrid.uk" status="online",SportsGrid (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumosportsgrid/CDN/master.m3u8 #EXTINF:-1 tvg-id="SportsGrid.uk" status="online",SportsGrid (1080p) @@ -279,7 +279,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingraykaraoke/CDN/master.m3 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 -#EXTINF:-1 tvg-id="StingrayQello.ca" status="timeout",Stingray Qello Concerts (1080p) +#EXTINF:-1 tvg-id="StingrayQello.ca" status="online",Stingray Qello Concerts (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-vizioqelloconcerts/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="StingraySoulStorm.ca" status="online",Stingray Soul Storm (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraysoulstorm/CDN/playlist.m3u8 @@ -311,7 +311,7 @@ https://hls.xumo.com/channel-hls/v1/bmneuerw7j9k5lfc/9999330/master.m3u8 https://tyt-xumo-us.amagi.tv/hls/amagi_hls_data_tytnetwor-tyt-xumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="TMZ.us" status="online",TMZ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtmz/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TMZ.us" status="timeout",TMZ (720p) +#EXTINF:-1 tvg-id="TMZ.us" status="online",TMZ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziotmz/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="TMZ.us" status="error",TMZ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1234A-tmz/CDN/playlist.m3u8 diff --git a/streams/va.m3u b/streams/va.m3u index 489aef0f9..05daad1fc 100644 --- a/streams/va.m3u +++ b/streams/va.m3u @@ -1,5 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="TV2000.va" status="online",TV2000 (360p) [Not 24/7] http://cld01ibi16.wz.tv2000.it/tv2000_alfa.m3u8 -#EXTINF:-1 tvg-id="TV2000.va" status="online",TV2000 (360p) [Not 24/7] +#EXTINF:-1 tvg-id="TV2000.va" status="error",TV2000 (360p) [Not 24/7] http://mi1.wz.tv2000.it/tv2000_alfa.m3u8 diff --git a/streams/ve.m3u b/streams/ve.m3u index 933d62adb..dfcd50928 100644 --- a/streams/ve.m3u +++ b/streams/ve.m3u @@ -15,7 +15,7 @@ https://vcp.myplaytv.com/coll/coll/playlist.m3u8 https://5bf8041cb3fed.streamlock.net/CTNTV/CTNTV/playlist.m3u8 #EXTINF:-1 tvg-id="ESportsMax.ve" status="online",Esports Max [Not 24/7] http://vcpar.myplaytv.com/esportsmax/live/playlist.m3u8 -#EXTINF:-1 tvg-id="Globovision.ve" status="error",Globovision (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Globovision.ve" status="online",Globovision (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCfJtBtmhnIyfUB6RqXeImMw/live #EXTINF:-1 tvg-id="Italianissimo.ve" status="online",Italianissimo (360p) [Not 24/7] https://vcp.myplaytv.com/italianissimo/italianissimo/playlist.m3u8 @@ -55,7 +55,7 @@ http://177.52.221.214:8000/play/a0cj/index.m3u8 http://vcp1.myplaytv.com:1935/tvepaco/tvepaco/playlist.m3u8 #EXTINF:-1 tvg-id="VePlusVenezuela.ve" status="online",Ve Plus (480p) [Not 24/7] http://190.122.96.187:8888/http/006 -#EXTINF:-1 tvg-id="VPItv.ve" status="error",VPItv (480p) [Not 24/7] +#EXTINF:-1 tvg-id="VPItv.ve" status="online",VPItv (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vpitv #EXTINF:-1 tvg-id="" status="online",BitRadio https://vcp.myplaytv.com/petrotv/petrotv/playlist.m3u8 diff --git a/streams/vn.m3u b/streams/vn.m3u index 4af629524..453f43f78 100644 --- a/streams/vn.m3u +++ b/streams/vn.m3u @@ -19,15 +19,15 @@ http://tv.kgtv.vn/live/kgtv/kgtv.m3u8 http://113.161.229.13/hls-live/livepkgr/_definst_/liveevent/tv.m3u8 #EXTINF:-1 tvg-id="LaoChampaTV1.la" status="online",Lao Champa TV 1 (720p) https://livefta.malimarcdn.com/ftaedge00/laochampa1.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="LaoChampaTV3.la" status="online",Lao Champa TV 3 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LaoChampaTV3.la" status="error",Lao Champa TV 3 (720p) [Not 24/7] https://livefta.malimarcdn.com/ftaedge00/laochampa3.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="LaoHeritageOrganization.la" status="online",Lao Heritage Foundation TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LaoHeritageOrganization.la" status="error",Lao Heritage Foundation TV (720p) [Not 24/7] https://livefta.malimarcdn.com/ftaedge00/laoheritagetv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="LaoNetTV.la" status="online",Lao Net TV (720p) https://livefta.malimarcdn.com/ftaedge00/laonet.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="LaoSVTV.vn" status="online",Lao SV TV (480p) https://livefta.malimarcdn.com/ftaedge00/laosvtv.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="OyLaoTV.vn" status="online",Oy Lao TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="OyLaoTV.vn" status="error",Oy Lao TV (720p) [Not 24/7] https://livefta.malimarcdn.com/ftaedge00/oylaotv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="PhuYenTV.vn" status="error",PTP Phรบ Yรชn (432p) [Not 24/7] http://113.161.4.48:8080/phuyen/tv.m3u8 @@ -51,26 +51,22 @@ https://livefta.malimarcdn.com/ftaedge00/vanphenhtv.sdp/playlist.m3u8 http://68.235.37.11:1935/vietmagazine/vietmagazine/playlist.m3u8 #EXTINF:-1 tvg-id="VITV.vn" status="online",VITV (180p) http://210.86.230.202:8134/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8 +#EXTINF:-1 tvg-id="" status="online",Dhammasapha TV (1080p) +https://livefta.malimarcdn.com/ftaedge00/dhammasapha.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",VTV8 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda2/vtv8hd_vhls.smil/chunklist_b5000000.m3u8 #EXTINF:-1 tvg-id="" status="online",VTV9 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda2/vtv9_vhls.smil/chunklist_b5000000.m3u8 #EXTINF:-1 tvg-id="" status="online",VTV7 (1080p) [Geo-blocked] [Not 24/7] https://vips-livecdn.fptplay.net/hda3/vtv7hd_vhls.smil/chunklist_b5000000.m3u8 -#EXTINF:-1 tvg-id="" status="online",Dhammasapha TV (1080p) -https://livefta.malimarcdn.com/ftaedge00/dhammasapha.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Look Thoong TV (720p) [Not 24/7] -https://livefta.malimarcdn.com/ftaedge00/lookthoongtv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Ning TV (720p) -https://livefta.malimarcdn.com/ftaedge00/ningtv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Quแป‘c Hแป™i (720p) 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",ฤแป“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="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="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] @@ -87,3 +83,7 @@ https://vips-livecdn.fptplay.net/hda2/vtv5hd_vhls.smil/chunklist_b5000000.m3u8 http://113.163.94.245/hls-live/livepkgr/_definst_/liveevent/thbt.m3u8 #EXTINF:-1 tvg-id="" status="error",Lao Muslim TV (720p) [Not 24/7] https://livefta.malimarcdn.com/ftaedge00/ddtvlao.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",Look Thoong TV (720p) [Not 24/7] +https://livefta.malimarcdn.com/ftaedge00/lookthoongtv.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",Ning TV (720p) +https://livefta.malimarcdn.com/ftaedge00/ningtv.sdp/playlist.m3u8 diff --git a/streams/ye.m3u b/streams/ye.m3u index 931ce251c..a5deded25 100644 --- a/streams/ye.m3u +++ b/streams/ye.m3u @@ -19,7 +19,7 @@ https://svs.itworkscdn.net/almasiralive/almasira/playlist.m3u8 https://svs.itworkscdn.net/almasiramubacherlive/almasira.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlyamanShabab.ye" status="online",Alyaman Shabab (1080p) [Not 24/7] https://master.starmena-cloud.com/hls/yemenshabab.m3u8 -#EXTINF:-1 tvg-id="BelqeesTV.ye" status="error",Belqees TV (1080p) +#EXTINF:-1 tvg-id="BelqeesTV.ye" status="online",Belqees TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCxA_zZwALQMmVMSZyLKC-Nw/live #EXTINF:-1 tvg-id="HadramoutTV.ye" status="online",Hadramout http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/hadhramauttv1 From c1eb9c68820e4f6502e3f2c6841c44774df4b775 Mon Sep 17 00:00:00 2001 From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:13:51 +0300 Subject: [PATCH 4/4] [Bot] Daily update (#8064) * [Bot] Update /streams * [Bot] Update README.md Co-authored-by: iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com> --- README.md | 537 ++++++++++++++++++++-------------------- streams/ae.m3u | 4 +- streams/al.m3u | 2 +- streams/am.m3u | 4 +- streams/ar.m3u | 24 +- streams/at.m3u | 2 +- streams/az.m3u | 6 +- streams/ba.m3u | 4 +- streams/bb.m3u | 2 +- streams/bd_jagobd.m3u | 14 +- streams/be.m3u | 10 +- streams/bh.m3u | 6 +- streams/br.m3u | 20 +- streams/br_samsung.m3u | 2 +- streams/by.m3u | 2 +- streams/ca.m3u | 6 +- streams/ch.m3u | 6 +- streams/cl.m3u | 20 +- streams/cn.m3u | 208 ++++++++-------- streams/co.m3u | 14 +- streams/cr.m3u | 4 +- streams/cw.m3u | 4 +- streams/cy.m3u | 10 +- streams/cz.m3u | 2 +- streams/de.m3u | 10 +- streams/do.m3u | 32 +-- streams/dz.m3u | 2 +- streams/ec.m3u | 2 +- streams/eg.m3u | 6 +- streams/es.m3u | 24 +- streams/es_rakuten.m3u | 4 +- streams/fr.m3u | 22 +- streams/ge.m3u | 2 +- streams/gr.m3u | 12 +- streams/gt.m3u | 2 +- streams/hk.m3u | 28 +-- streams/hn.m3u | 6 +- streams/ht.m3u | 6 +- streams/hu.m3u | 2 +- streams/id.m3u | 174 ++++++------- streams/in.m3u | 68 ++--- streams/iq.m3u | 4 +- streams/ir.m3u | 2 +- streams/it.m3u | 26 +- streams/jo.m3u | 8 +- streams/jp.m3u | 10 +- streams/kr.m3u | 46 ++-- streams/kz.m3u | 22 +- streams/ly.m3u | 2 +- streams/mk.m3u | 4 +- streams/mx.m3u | 28 +-- streams/my.m3u | 6 +- streams/ni.m3u | 4 +- streams/no.m3u | 8 +- streams/np.m3u | 2 +- streams/nz.m3u | 2 +- streams/pa.m3u | 8 +- streams/pe.m3u | 28 +-- streams/ph.m3u | 8 +- streams/pk.m3u | 4 +- streams/ps.m3u | 4 +- streams/pt.m3u | 16 +- streams/py.m3u | 8 +- streams/ro.m3u | 4 +- streams/rs.m3u | 2 +- streams/ru.m3u | 60 ++--- streams/sa.m3u | 10 +- streams/sg.m3u | 8 +- streams/sn.m3u | 2 +- streams/sv.m3u | 2 +- streams/th.m3u | 20 +- streams/tr.m3u | 18 +- streams/tw.m3u | 4 +- streams/ua.m3u | 6 +- streams/uk.m3u | 16 +- streams/uk_rakuten.m3u | 8 +- streams/unsorted.m3u | 40 +-- streams/us.m3u | 42 ++-- streams/us_localbtv.m3u | 8 +- streams/us_plex.m3u | 6 +- streams/us_pluto.m3u | 412 +++++++++++++++--------------- streams/us_redbox.m3u | 2 +- streams/us_ssh101.m3u | 2 +- streams/us_stirr.m3u | 42 ++-- streams/us_tubi.m3u | 30 +-- streams/us_wfmz.m3u | 4 +- streams/us_xumo.m3u | 30 +-- streams/va.m3u | 2 +- streams/ve.m3u | 2 +- streams/vn.m3u | 14 +- 90 files changed, 1181 insertions(+), 1180 deletions(-) diff --git a/README.md b/README.md index 50b71f218..4ff42f2b3 100644 --- a/README.md +++ b/README.md @@ -30,34 +30,34 @@ To watch IPTV, simply insert one of the links below into any player that support Auto13https://iptv-org.github.io/iptv/categories/auto.m3u - Animation27https://iptv-org.github.io/iptv/categories/animation.m3u + Animation28https://iptv-org.github.io/iptv/categories/animation.m3u Business34https://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 - Culture16https://iptv-org.github.io/iptv/categories/culture.m3u + Culture15https://iptv-org.github.io/iptv/categories/culture.m3u Documentary40https://iptv-org.github.io/iptv/categories/documentary.m3u Education34https://iptv-org.github.io/iptv/categories/education.m3u - Entertainment183https://iptv-org.github.io/iptv/categories/entertainment.m3u + Entertainment184https://iptv-org.github.io/iptv/categories/entertainment.m3u Family18https://iptv-org.github.io/iptv/categories/family.m3u - General379https://iptv-org.github.io/iptv/categories/general.m3u - Kids138https://iptv-org.github.io/iptv/categories/kids.m3u + General385https://iptv-org.github.io/iptv/categories/general.m3u + Kids137https://iptv-org.github.io/iptv/categories/kids.m3u Legislative32https://iptv-org.github.io/iptv/categories/legislative.m3u - Lifestyle64https://iptv-org.github.io/iptv/categories/lifestyle.m3u - Movies208https://iptv-org.github.io/iptv/categories/movies.m3u - Music316https://iptv-org.github.io/iptv/categories/music.m3u - News322https://iptv-org.github.io/iptv/categories/news.m3u + Lifestyle65https://iptv-org.github.io/iptv/categories/lifestyle.m3u + Movies213https://iptv-org.github.io/iptv/categories/movies.m3u + Music320https://iptv-org.github.io/iptv/categories/music.m3u + News324https://iptv-org.github.io/iptv/categories/news.m3u Outdoor34https://iptv-org.github.io/iptv/categories/outdoor.m3u Relax18https://iptv-org.github.io/iptv/categories/relax.m3u - Religious195https://iptv-org.github.io/iptv/categories/religious.m3u - Series156https://iptv-org.github.io/iptv/categories/series.m3u + Religious191https://iptv-org.github.io/iptv/categories/religious.m3u + Series155https://iptv-org.github.io/iptv/categories/series.m3u Science12https://iptv-org.github.io/iptv/categories/science.m3u Shop53https://iptv-org.github.io/iptv/categories/shop.m3u - Sports170https://iptv-org.github.io/iptv/categories/sports.m3u + Sports168https://iptv-org.github.io/iptv/categories/sports.m3u Travel18https://iptv-org.github.io/iptv/categories/travel.m3u Weather10https://iptv-org.github.io/iptv/categories/weather.m3u XXX55https://iptv-org.github.io/iptv/categories/xxx.m3u - Undefined4626https://iptv-org.github.io/iptv/categories/undefined.m3u + Undefined4612https://iptv-org.github.io/iptv/categories/undefined.m3u @@ -75,16 +75,16 @@ 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 - Arabic319https://iptv-org.github.io/iptv/languages/ara.m3u + Arabic318https://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 + Azerbaijani19https://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 - Bengali31https://iptv-org.github.io/iptv/languages/ben.m3u + Bengali38https://iptv-org.github.io/iptv/languages/ben.m3u Bhojpuri1https://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 @@ -97,45 +97,46 @@ To watch IPTV, simply insert one of the links below into any player that support Dhivehi1https://iptv-org.github.io/iptv/languages/div.m3u Dimili1https://iptv-org.github.io/iptv/languages/zza.m3u Dutch76https://iptv-org.github.io/iptv/languages/nld.m3u - English1395https://iptv-org.github.io/iptv/languages/eng.m3u + English1391https://iptv-org.github.io/iptv/languages/eng.m3u Estonian6https://iptv-org.github.io/iptv/languages/est.m3u Faroese1https://iptv-org.github.io/iptv/languages/fao.m3u Finnish8https://iptv-org.github.io/iptv/languages/fin.m3u - French155https://iptv-org.github.io/iptv/languages/fra.m3u + French154https://iptv-org.github.io/iptv/languages/fra.m3u Galician8https://iptv-org.github.io/iptv/languages/glg.m3u - Georgian5https://iptv-org.github.io/iptv/languages/kat.m3u + Georgian6https://iptv-org.github.io/iptv/languages/kat.m3u German168https://iptv-org.github.io/iptv/languages/deu.m3u Greek76https://iptv-org.github.io/iptv/languages/ell.m3u Greenlandic1https://iptv-org.github.io/iptv/languages/kal.m3u Gujarati2https://iptv-org.github.io/iptv/languages/guj.m3u Hebrew4https://iptv-org.github.io/iptv/languages/heb.m3u - Hindi57https://iptv-org.github.io/iptv/languages/hin.m3u - Hungarian33https://iptv-org.github.io/iptv/languages/hun.m3u + Hindi64https://iptv-org.github.io/iptv/languages/hin.m3u + Hungarian32https://iptv-org.github.io/iptv/languages/hun.m3u Icelandic1https://iptv-org.github.io/iptv/languages/isl.m3u - Indonesian159https://iptv-org.github.io/iptv/languages/ind.m3u + Indonesian162https://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 + Italian147https://iptv-org.github.io/iptv/languages/ita.m3u Japanese19https://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 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 - Korean111https://iptv-org.github.io/iptv/languages/kor.m3u + Korean108https://iptv-org.github.io/iptv/languages/kor.m3u Kurdish13https://iptv-org.github.io/iptv/languages/kur.m3u - Lao5https://iptv-org.github.io/iptv/languages/lao.m3u + Lao6https://iptv-org.github.io/iptv/languages/lao.m3u Latvian6https://iptv-org.github.io/iptv/languages/lav.m3u Letzeburgesch3https://iptv-org.github.io/iptv/languages/ltz.m3u Lithuanian5https://iptv-org.github.io/iptv/languages/lit.m3u Macedonian3https://iptv-org.github.io/iptv/languages/mkd.m3u - Malay17https://iptv-org.github.io/iptv/languages/msa.m3u - Malayalam48https://iptv-org.github.io/iptv/languages/mal.m3u + Malay18https://iptv-org.github.io/iptv/languages/msa.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 - Marathi1https://iptv-org.github.io/iptv/languages/mar.m3u + Marathi2https://iptv-org.github.io/iptv/languages/mar.m3u Mongolian19https://iptv-org.github.io/iptv/languages/mon.m3u - Norwegian7https://iptv-org.github.io/iptv/languages/nor.m3u + Nepali1https://iptv-org.github.io/iptv/languages/nep.m3u + Norwegian6https://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 @@ -144,32 +145,32 @@ To watch IPTV, simply insert one of the links below into any player that support Persian75https://iptv-org.github.io/iptv/languages/fas.m3u Polish38https://iptv-org.github.io/iptv/languages/pol.m3u Portuguese142https://iptv-org.github.io/iptv/languages/por.m3u - Romanian36https://iptv-org.github.io/iptv/languages/ron.m3u - Russian310https://iptv-org.github.io/iptv/languages/rus.m3u - Serbian44https://iptv-org.github.io/iptv/languages/srp.m3u + Romanian35https://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 Slovak15https://iptv-org.github.io/iptv/languages/slk.m3u Slovenian9https://iptv-org.github.io/iptv/languages/slv.m3u Somali3https://iptv-org.github.io/iptv/languages/som.m3u - Spanish1025https://iptv-org.github.io/iptv/languages/spa.m3u + Spanish1032https://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 Tagalog9https://iptv-org.github.io/iptv/languages/tgl.m3u - Tamil35https://iptv-org.github.io/iptv/languages/tam.m3u + Tamil34https://iptv-org.github.io/iptv/languages/tam.m3u Telugu4https://iptv-org.github.io/iptv/languages/tel.m3u - Thai46https://iptv-org.github.io/iptv/languages/tha.m3u + Thai44https://iptv-org.github.io/iptv/languages/tha.m3u Turkish123https://iptv-org.github.io/iptv/languages/tur.m3u Turkmen7https://iptv-org.github.io/iptv/languages/tuk.m3u - Ukrainian45https://iptv-org.github.io/iptv/languages/ukr.m3u + Ukrainian44https://iptv-org.github.io/iptv/languages/ukr.m3u Urdu19https://iptv-org.github.io/iptv/languages/urd.m3u Uzbek1https://iptv-org.github.io/iptv/languages/uzb.m3u - Vietnamese41https://iptv-org.github.io/iptv/languages/vie.m3u + Vietnamese42https://iptv-org.github.io/iptv/languages/vie.m3u Welsh1https://iptv-org.github.io/iptv/languages/cym.m3u Western Frisian1https://iptv-org.github.io/iptv/languages/fry.m3u - Wolof4https://iptv-org.github.io/iptv/languages/wol.m3u + Wolof5https://iptv-org.github.io/iptv/languages/wol.m3u Yue Chinese3https://iptv-org.github.io/iptv/languages/yue.m3u - Undefined2255https://iptv-org.github.io/iptv/languages/undefined.m3u + Undefined2239https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -187,257 +188,257 @@ To watch IPTV, simply insert one of the links below into any player that support CountryChannelsPlaylist - ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan63https://iptv-org.github.io/iptv/countries/af.m3u + ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan64https://iptv-org.github.io/iptv/countries/af.m3u ๐Ÿ‡ฆ๐Ÿ‡ฑ Albania81https://iptv-org.github.io/iptv/countries/al.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฟ Algeria93https://iptv-org.github.io/iptv/countries/dz.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฟ Algeria94https://iptv-org.github.io/iptv/countries/dz.m3u ๐Ÿ‡ฆ๐Ÿ‡ธ American Samoa39https://iptv-org.github.io/iptv/countries/as.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฉ Andorra52https://iptv-org.github.io/iptv/countries/ad.m3u - ๐Ÿ‡ฆ๐Ÿ‡ด Angola40https://iptv-org.github.io/iptv/countries/ao.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฎ Anguilla38https://iptv-org.github.io/iptv/countries/ai.m3u - ๐Ÿ‡ฆ๐Ÿ‡ถ Antarctica35https://iptv-org.github.io/iptv/countries/aq.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฌ Antigua and Barbuda38https://iptv-org.github.io/iptv/countries/ag.m3u - ๐Ÿ‡ฆ๐Ÿ‡ท Argentina188https://iptv-org.github.io/iptv/countries/ar.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฒ Armenia84https://iptv-org.github.io/iptv/countries/am.m3u - ๐Ÿ‡ฆ๐Ÿ‡ผ Aruba41https://iptv-org.github.io/iptv/countries/aw.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฉ Andorra53https://iptv-org.github.io/iptv/countries/ad.m3u + ๐Ÿ‡ฆ๐Ÿ‡ด Angola41https://iptv-org.github.io/iptv/countries/ao.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฎ Anguilla39https://iptv-org.github.io/iptv/countries/ai.m3u + ๐Ÿ‡ฆ๐Ÿ‡ถ Antarctica36https://iptv-org.github.io/iptv/countries/aq.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฌ Antigua and Barbuda39https://iptv-org.github.io/iptv/countries/ag.m3u + ๐Ÿ‡ฆ๐Ÿ‡ท Argentina195https://iptv-org.github.io/iptv/countries/ar.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฒ Armenia85https://iptv-org.github.io/iptv/countries/am.m3u + ๐Ÿ‡ฆ๐Ÿ‡ผ Aruba42https://iptv-org.github.io/iptv/countries/aw.m3u ๐Ÿ‡ฆ๐Ÿ‡บ Australia87https://iptv-org.github.io/iptv/countries/au.m3u - ๐Ÿ‡ฆ๐Ÿ‡น Austria77https://iptv-org.github.io/iptv/countries/at.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฟ Azerbaijan74https://iptv-org.github.io/iptv/countries/az.m3u - ๐Ÿ‡ง๐Ÿ‡ธ Bahamas40https://iptv-org.github.io/iptv/countries/bs.m3u + ๐Ÿ‡ฆ๐Ÿ‡น Austria78https://iptv-org.github.io/iptv/countries/at.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฟ Azerbaijan76https://iptv-org.github.io/iptv/countries/az.m3u + ๐Ÿ‡ง๐Ÿ‡ธ Bahamas41https://iptv-org.github.io/iptv/countries/bs.m3u ๐Ÿ‡ง๐Ÿ‡ญ Bahrain79https://iptv-org.github.io/iptv/countries/bh.m3u - ๐Ÿ‡ง๐Ÿ‡ฉ Bangladesh62https://iptv-org.github.io/iptv/countries/bd.m3u + ๐Ÿ‡ง๐Ÿ‡ฉ Bangladesh70https://iptv-org.github.io/iptv/countries/bd.m3u ๐Ÿ‡ง๐Ÿ‡ง Barbados39https://iptv-org.github.io/iptv/countries/bb.m3u - ๐Ÿ‡ง๐Ÿ‡พ Belarus80https://iptv-org.github.io/iptv/countries/by.m3u - ๐Ÿ‡ง๐Ÿ‡ช Belgium78https://iptv-org.github.io/iptv/countries/be.m3u - ๐Ÿ‡ง๐Ÿ‡ฟ Belize37https://iptv-org.github.io/iptv/countries/bz.m3u - ๐Ÿ‡ง๐Ÿ‡ฏ Benin39https://iptv-org.github.io/iptv/countries/bj.m3u - ๐Ÿ‡ง๐Ÿ‡ฒ Bermuda36https://iptv-org.github.io/iptv/countries/bm.m3u - ๐Ÿ‡ง๐Ÿ‡น Bhutan49https://iptv-org.github.io/iptv/countries/bt.m3u - ๐Ÿ‡ง๐Ÿ‡ด Bolivia102https://iptv-org.github.io/iptv/countries/bo.m3u - ๐Ÿ‡ง๐Ÿ‡ถ Bonaire35https://iptv-org.github.io/iptv/countries/bq.m3u - ๐Ÿ‡ง๐Ÿ‡ฆ Bosnia and Herzegovina60https://iptv-org.github.io/iptv/countries/ba.m3u - ๐Ÿ‡ง๐Ÿ‡ผ Botswana38https://iptv-org.github.io/iptv/countries/bw.m3u - ๐Ÿ‡ง๐Ÿ‡ป Bouvet Island35https://iptv-org.github.io/iptv/countries/bv.m3u - ๐Ÿ‡ง๐Ÿ‡ท Brazil151https://iptv-org.github.io/iptv/countries/br.m3u - ๐Ÿ‡ฎ๐Ÿ‡ด British Indian Ocean Territory35https://iptv-org.github.io/iptv/countries/io.m3u - ๐Ÿ‡ป๐Ÿ‡ฌ British Virgin Islands38https://iptv-org.github.io/iptv/countries/vg.m3u + ๐Ÿ‡ง๐Ÿ‡พ Belarus81https://iptv-org.github.io/iptv/countries/by.m3u + ๐Ÿ‡ง๐Ÿ‡ช Belgium79https://iptv-org.github.io/iptv/countries/be.m3u + ๐Ÿ‡ง๐Ÿ‡ฟ Belize38https://iptv-org.github.io/iptv/countries/bz.m3u + ๐Ÿ‡ง๐Ÿ‡ฏ Benin40https://iptv-org.github.io/iptv/countries/bj.m3u + ๐Ÿ‡ง๐Ÿ‡ฒ Bermuda37https://iptv-org.github.io/iptv/countries/bm.m3u + ๐Ÿ‡ง๐Ÿ‡น Bhutan50https://iptv-org.github.io/iptv/countries/bt.m3u + ๐Ÿ‡ง๐Ÿ‡ด Bolivia103https://iptv-org.github.io/iptv/countries/bo.m3u + ๐Ÿ‡ง๐Ÿ‡ถ Bonaire36https://iptv-org.github.io/iptv/countries/bq.m3u + ๐Ÿ‡ง๐Ÿ‡ฆ Bosnia and Herzegovina61https://iptv-org.github.io/iptv/countries/ba.m3u + ๐Ÿ‡ง๐Ÿ‡ผ Botswana39https://iptv-org.github.io/iptv/countries/bw.m3u + ๐Ÿ‡ง๐Ÿ‡ป Bouvet Island36https://iptv-org.github.io/iptv/countries/bv.m3u + ๐Ÿ‡ง๐Ÿ‡ท Brazil153https://iptv-org.github.io/iptv/countries/br.m3u + ๐Ÿ‡ฎ๐Ÿ‡ด British Indian Ocean Territory36https://iptv-org.github.io/iptv/countries/io.m3u + ๐Ÿ‡ป๐Ÿ‡ฌ British Virgin Islands39https://iptv-org.github.io/iptv/countries/vg.m3u ๐Ÿ‡ง๐Ÿ‡ณ Brunei49https://iptv-org.github.io/iptv/countries/bn.m3u - ๐Ÿ‡ง๐Ÿ‡ฌ Bulgaria63https://iptv-org.github.io/iptv/countries/bg.m3u - ๐Ÿ‡ง๐Ÿ‡ซ Burkina Faso41https://iptv-org.github.io/iptv/countries/bf.m3u - ๐Ÿ‡ง๐Ÿ‡ฎ Burundi38https://iptv-org.github.io/iptv/countries/bi.m3u + ๐Ÿ‡ง๐Ÿ‡ฌ Bulgaria64https://iptv-org.github.io/iptv/countries/bg.m3u + ๐Ÿ‡ง๐Ÿ‡ซ Burkina Faso42https://iptv-org.github.io/iptv/countries/bf.m3u + ๐Ÿ‡ง๐Ÿ‡ฎ Burundi39https://iptv-org.github.io/iptv/countries/bi.m3u ๐Ÿ‡ฐ๐Ÿ‡ญ Cambodia53https://iptv-org.github.io/iptv/countries/kh.m3u - ๐Ÿ‡จ๐Ÿ‡ฒ Cameroon41https://iptv-org.github.io/iptv/countries/cm.m3u - ๐Ÿ‡จ๐Ÿ‡ฆ Canada116https://iptv-org.github.io/iptv/countries/ca.m3u - ๐Ÿ‡จ๐Ÿ‡ป Cape Verde38https://iptv-org.github.io/iptv/countries/cv.m3u - ๐Ÿ‡ฐ๐Ÿ‡พ Cayman Islands38https://iptv-org.github.io/iptv/countries/ky.m3u - ๐Ÿ‡จ๐Ÿ‡ซ Central African Republic38https://iptv-org.github.io/iptv/countries/cf.m3u - ๐Ÿ‡น๐Ÿ‡ฉ Chad38https://iptv-org.github.io/iptv/countries/td.m3u - ๐Ÿ‡จ๐Ÿ‡ฑ Chile209https://iptv-org.github.io/iptv/countries/cl.m3u - ๐Ÿ‡จ๐Ÿ‡ณ China947https://iptv-org.github.io/iptv/countries/cn.m3u - ๐Ÿ‡จ๐Ÿ‡ฝ Christmas Island35https://iptv-org.github.io/iptv/countries/cx.m3u - ๐Ÿ‡จ๐Ÿ‡จ Cocos (Keeling) Islands35https://iptv-org.github.io/iptv/countries/cc.m3u - ๐Ÿ‡จ๐Ÿ‡ด Colombia140https://iptv-org.github.io/iptv/countries/co.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฒ Comoros68https://iptv-org.github.io/iptv/countries/km.m3u + ๐Ÿ‡จ๐Ÿ‡ฒ Cameroon42https://iptv-org.github.io/iptv/countries/cm.m3u + ๐Ÿ‡จ๐Ÿ‡ฆ Canada117https://iptv-org.github.io/iptv/countries/ca.m3u + ๐Ÿ‡จ๐Ÿ‡ป Cape Verde39https://iptv-org.github.io/iptv/countries/cv.m3u + ๐Ÿ‡ฐ๐Ÿ‡พ Cayman Islands39https://iptv-org.github.io/iptv/countries/ky.m3u + ๐Ÿ‡จ๐Ÿ‡ซ Central African Republic39https://iptv-org.github.io/iptv/countries/cf.m3u + ๐Ÿ‡น๐Ÿ‡ฉ Chad39https://iptv-org.github.io/iptv/countries/td.m3u + ๐Ÿ‡จ๐Ÿ‡ฑ Chile211https://iptv-org.github.io/iptv/countries/cl.m3u + ๐Ÿ‡จ๐Ÿ‡ณ China941https://iptv-org.github.io/iptv/countries/cn.m3u + ๐Ÿ‡จ๐Ÿ‡ฝ Christmas Island36https://iptv-org.github.io/iptv/countries/cx.m3u + ๐Ÿ‡จ๐Ÿ‡จ Cocos (Keeling) Islands36https://iptv-org.github.io/iptv/countries/cc.m3u + ๐Ÿ‡จ๐Ÿ‡ด Colombia142https://iptv-org.github.io/iptv/countries/co.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฒ Comoros69https://iptv-org.github.io/iptv/countries/km.m3u ๐Ÿ‡จ๐Ÿ‡ฐ Cook Islands39https://iptv-org.github.io/iptv/countries/ck.m3u - ๐Ÿ‡จ๐Ÿ‡ท Costa Rica102https://iptv-org.github.io/iptv/countries/cr.m3u - ๐Ÿ‡ญ๐Ÿ‡ท Croatia60https://iptv-org.github.io/iptv/countries/hr.m3u - ๐Ÿ‡จ๐Ÿ‡บ Cuba82https://iptv-org.github.io/iptv/countries/cu.m3u + ๐Ÿ‡จ๐Ÿ‡ท Costa Rica104https://iptv-org.github.io/iptv/countries/cr.m3u + ๐Ÿ‡ญ๐Ÿ‡ท Croatia61https://iptv-org.github.io/iptv/countries/hr.m3u + ๐Ÿ‡จ๐Ÿ‡บ Cuba83https://iptv-org.github.io/iptv/countries/cu.m3u ๐Ÿ‡จ๐Ÿ‡ผ Curacao44https://iptv-org.github.io/iptv/countries/cw.m3u ๐Ÿ‡จ๐Ÿ‡พ Cyprus78https://iptv-org.github.io/iptv/countries/cy.m3u - ๐Ÿ‡จ๐Ÿ‡ฟ Czech Republic64https://iptv-org.github.io/iptv/countries/cz.m3u - ๐Ÿ‡จ๐Ÿ‡ฉ Democratic Republic of the Congo42https://iptv-org.github.io/iptv/countries/cd.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark61https://iptv-org.github.io/iptv/countries/dk.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฏ Djibouti72https://iptv-org.github.io/iptv/countries/dj.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฒ Dominica38https://iptv-org.github.io/iptv/countries/dm.m3u + ๐Ÿ‡จ๐Ÿ‡ฟ Czech Republic65https://iptv-org.github.io/iptv/countries/cz.m3u + ๐Ÿ‡จ๐Ÿ‡ฉ Democratic Republic of the Congo43https://iptv-org.github.io/iptv/countries/cd.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark62https://iptv-org.github.io/iptv/countries/dk.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฏ Djibouti73https://iptv-org.github.io/iptv/countries/dj.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฒ Dominica39https://iptv-org.github.io/iptv/countries/dm.m3u ๐Ÿ‡ฉ๐Ÿ‡ด Dominican Republic161https://iptv-org.github.io/iptv/countries/do.m3u - ๐Ÿ‡น๐Ÿ‡ฑ East Timor43https://iptv-org.github.io/iptv/countries/tl.m3u - ๐Ÿ‡ช๐Ÿ‡จ Ecuador99https://iptv-org.github.io/iptv/countries/ec.m3u + ๐Ÿ‡น๐Ÿ‡ฑ East Timor44https://iptv-org.github.io/iptv/countries/tl.m3u + ๐Ÿ‡ช๐Ÿ‡จ Ecuador100https://iptv-org.github.io/iptv/countries/ec.m3u ๐Ÿ‡ช๐Ÿ‡ฌ Egypt103https://iptv-org.github.io/iptv/countries/eg.m3u - ๐Ÿ‡ธ๐Ÿ‡ป El Salvador95https://iptv-org.github.io/iptv/countries/sv.m3u - ๐Ÿ‡ฌ๐Ÿ‡ถ Equatorial Guinea39https://iptv-org.github.io/iptv/countries/gq.m3u - ๐Ÿ‡ช๐Ÿ‡ท Eritrea38https://iptv-org.github.io/iptv/countries/er.m3u - ๐Ÿ‡ช๐Ÿ‡ช Estonia55https://iptv-org.github.io/iptv/countries/ee.m3u - ๐Ÿ‡ช๐Ÿ‡น Ethiopia39https://iptv-org.github.io/iptv/countries/et.m3u - ๐Ÿ‡ซ๐Ÿ‡ฐ Falkland Islands35https://iptv-org.github.io/iptv/countries/fk.m3u - ๐Ÿ‡ซ๐Ÿ‡ด Faroe Islands36https://iptv-org.github.io/iptv/countries/fo.m3u + ๐Ÿ‡ธ๐Ÿ‡ป El Salvador96https://iptv-org.github.io/iptv/countries/sv.m3u + ๐Ÿ‡ฌ๐Ÿ‡ถ Equatorial Guinea40https://iptv-org.github.io/iptv/countries/gq.m3u + ๐Ÿ‡ช๐Ÿ‡ท Eritrea39https://iptv-org.github.io/iptv/countries/er.m3u + ๐Ÿ‡ช๐Ÿ‡ช Estonia56https://iptv-org.github.io/iptv/countries/ee.m3u + ๐Ÿ‡ช๐Ÿ‡น Ethiopia40https://iptv-org.github.io/iptv/countries/et.m3u + ๐Ÿ‡ซ๐Ÿ‡ฐ Falkland Islands36https://iptv-org.github.io/iptv/countries/fk.m3u + ๐Ÿ‡ซ๐Ÿ‡ด Faroe Islands37https://iptv-org.github.io/iptv/countries/fo.m3u ๐Ÿ‡ซ๐Ÿ‡ฏ Fiji40https://iptv-org.github.io/iptv/countries/fj.m3u - ๐Ÿ‡ซ๐Ÿ‡ฎ Finland59https://iptv-org.github.io/iptv/countries/fi.m3u - ๐Ÿ‡ซ๐Ÿ‡ท France170https://iptv-org.github.io/iptv/countries/fr.m3u - ๐Ÿ‡ฌ๐Ÿ‡ซ French Guiana37https://iptv-org.github.io/iptv/countries/gf.m3u + ๐Ÿ‡ซ๐Ÿ‡ฎ Finland60https://iptv-org.github.io/iptv/countries/fi.m3u + ๐Ÿ‡ซ๐Ÿ‡ท France168https://iptv-org.github.io/iptv/countries/fr.m3u + ๐Ÿ‡ฌ๐Ÿ‡ซ French Guiana38https://iptv-org.github.io/iptv/countries/gf.m3u ๐Ÿ‡ต๐Ÿ‡ซ French Polynesia40https://iptv-org.github.io/iptv/countries/pf.m3u - ๐Ÿ‡น๐Ÿ‡ซ French Southern Territories38https://iptv-org.github.io/iptv/countries/tf.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฆ Gabon38https://iptv-org.github.io/iptv/countries/ga.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฒ Gambia39https://iptv-org.github.io/iptv/countries/gm.m3u - ๐Ÿ‡ฌ๐Ÿ‡ช Georgia62https://iptv-org.github.io/iptv/countries/ge.m3u - ๐Ÿ‡ฉ๐Ÿ‡ช Germany210https://iptv-org.github.io/iptv/countries/de.m3u - ๐Ÿ‡ฌ๐Ÿ‡ญ Ghana38https://iptv-org.github.io/iptv/countries/gh.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฎ Gibraltar35https://iptv-org.github.io/iptv/countries/gi.m3u - ๐Ÿ‡ฌ๐Ÿ‡ท Greece133https://iptv-org.github.io/iptv/countries/gr.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฑ Greenland37https://iptv-org.github.io/iptv/countries/gl.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฉ Grenada38https://iptv-org.github.io/iptv/countries/gd.m3u - ๐Ÿ‡ฌ๐Ÿ‡ต Guadeloupe41https://iptv-org.github.io/iptv/countries/gp.m3u + ๐Ÿ‡น๐Ÿ‡ซ French Southern Territories39https://iptv-org.github.io/iptv/countries/tf.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฆ Gabon39https://iptv-org.github.io/iptv/countries/ga.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฒ Gambia40https://iptv-org.github.io/iptv/countries/gm.m3u + ๐Ÿ‡ฌ๐Ÿ‡ช Georgia64https://iptv-org.github.io/iptv/countries/ge.m3u + ๐Ÿ‡ฉ๐Ÿ‡ช Germany212https://iptv-org.github.io/iptv/countries/de.m3u + ๐Ÿ‡ฌ๐Ÿ‡ญ Ghana39https://iptv-org.github.io/iptv/countries/gh.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฎ Gibraltar36https://iptv-org.github.io/iptv/countries/gi.m3u + ๐Ÿ‡ฌ๐Ÿ‡ท Greece134https://iptv-org.github.io/iptv/countries/gr.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฑ Greenland38https://iptv-org.github.io/iptv/countries/gl.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฉ Grenada39https://iptv-org.github.io/iptv/countries/gd.m3u + ๐Ÿ‡ฌ๐Ÿ‡ต Guadeloupe42https://iptv-org.github.io/iptv/countries/gp.m3u ๐Ÿ‡ฌ๐Ÿ‡บ Guam39https://iptv-org.github.io/iptv/countries/gu.m3u - ๐Ÿ‡ฌ๐Ÿ‡น Guatemala91https://iptv-org.github.io/iptv/countries/gt.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฌ Guernsey36https://iptv-org.github.io/iptv/countries/gg.m3u - ๐Ÿ‡ฌ๐Ÿ‡ณ Guinea38https://iptv-org.github.io/iptv/countries/gn.m3u - ๐Ÿ‡ฌ๐Ÿ‡ผ Guinea-Bissau38https://iptv-org.github.io/iptv/countries/gw.m3u - ๐Ÿ‡ฌ๐Ÿ‡พ Guyana35https://iptv-org.github.io/iptv/countries/gy.m3u + ๐Ÿ‡ฌ๐Ÿ‡น Guatemala93https://iptv-org.github.io/iptv/countries/gt.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฌ Guernsey37https://iptv-org.github.io/iptv/countries/gg.m3u + ๐Ÿ‡ฌ๐Ÿ‡ณ Guinea39https://iptv-org.github.io/iptv/countries/gn.m3u + ๐Ÿ‡ฌ๐Ÿ‡ผ Guinea-Bissau39https://iptv-org.github.io/iptv/countries/gw.m3u + ๐Ÿ‡ฌ๐Ÿ‡พ Guyana36https://iptv-org.github.io/iptv/countries/gy.m3u ๐Ÿ‡ญ๐Ÿ‡น Haiti50https://iptv-org.github.io/iptv/countries/ht.m3u - ๐Ÿ‡ญ๐Ÿ‡ฒ Heard Island and McDonald Islands35https://iptv-org.github.io/iptv/countries/hm.m3u + ๐Ÿ‡ญ๐Ÿ‡ฒ Heard Island and McDonald Islands36https://iptv-org.github.io/iptv/countries/hm.m3u ๐Ÿ‡ญ๐Ÿ‡ณ Honduras114https://iptv-org.github.io/iptv/countries/hn.m3u - ๐Ÿ‡ญ๐Ÿ‡ฐ Hong Kong59https://iptv-org.github.io/iptv/countries/hk.m3u + ๐Ÿ‡ญ๐Ÿ‡ฐ Hong Kong60https://iptv-org.github.io/iptv/countries/hk.m3u ๐Ÿ‡ญ๐Ÿ‡บ Hungary82https://iptv-org.github.io/iptv/countries/hu.m3u - ๐Ÿ‡ฎ๐Ÿ‡ธ Iceland51https://iptv-org.github.io/iptv/countries/is.m3u - ๐Ÿ‡ฎ๐Ÿ‡ณ India240https://iptv-org.github.io/iptv/countries/in.m3u - ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia216https://iptv-org.github.io/iptv/countries/id.m3u - ๐Ÿ‡ฎ๐Ÿ‡ท Iran119https://iptv-org.github.io/iptv/countries/ir.m3u - ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq111https://iptv-org.github.io/iptv/countries/iq.m3u - ๐Ÿ‡ฎ๐Ÿ‡ช Ireland61https://iptv-org.github.io/iptv/countries/ie.m3u - ๐Ÿ‡ฎ๐Ÿ‡ฒ Isle of Man35https://iptv-org.github.io/iptv/countries/im.m3u - ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel59https://iptv-org.github.io/iptv/countries/il.m3u - ๐Ÿ‡ฎ๐Ÿ‡น Italy217https://iptv-org.github.io/iptv/countries/it.m3u - ๐Ÿ‡จ๐Ÿ‡ฎ Ivory Coast39https://iptv-org.github.io/iptv/countries/ci.m3u - ๐Ÿ‡ฏ๐Ÿ‡ฒ Jamaica40https://iptv-org.github.io/iptv/countries/jm.m3u + ๐Ÿ‡ฎ๐Ÿ‡ธ Iceland52https://iptv-org.github.io/iptv/countries/is.m3u + ๐Ÿ‡ฎ๐Ÿ‡ณ India249https://iptv-org.github.io/iptv/countries/in.m3u + ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia225https://iptv-org.github.io/iptv/countries/id.m3u + ๐Ÿ‡ฎ๐Ÿ‡ท Iran120https://iptv-org.github.io/iptv/countries/ir.m3u + ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq114https://iptv-org.github.io/iptv/countries/iq.m3u + ๐Ÿ‡ฎ๐Ÿ‡ช Ireland62https://iptv-org.github.io/iptv/countries/ie.m3u + ๐Ÿ‡ฎ๐Ÿ‡ฒ Isle of Man36https://iptv-org.github.io/iptv/countries/im.m3u + ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel60https://iptv-org.github.io/iptv/countries/il.m3u + ๐Ÿ‡ฎ๐Ÿ‡น Italy215https://iptv-org.github.io/iptv/countries/it.m3u + ๐Ÿ‡จ๐Ÿ‡ฎ Ivory Coast40https://iptv-org.github.io/iptv/countries/ci.m3u + ๐Ÿ‡ฏ๐Ÿ‡ฒ Jamaica41https://iptv-org.github.io/iptv/countries/jm.m3u ๐Ÿ‡ฏ๐Ÿ‡ต Japan62https://iptv-org.github.io/iptv/countries/jp.m3u - ๐Ÿ‡ฏ๐Ÿ‡ช Jersey35https://iptv-org.github.io/iptv/countries/je.m3u - ๐Ÿ‡ฏ๐Ÿ‡ด Jordan95https://iptv-org.github.io/iptv/countries/jo.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakhstan74https://iptv-org.github.io/iptv/countries/kz.m3u - ๐Ÿ‡ฐ๐Ÿ‡ช Kenya42https://iptv-org.github.io/iptv/countries/ke.m3u + ๐Ÿ‡ฏ๐Ÿ‡ช Jersey36https://iptv-org.github.io/iptv/countries/je.m3u + ๐Ÿ‡ฏ๐Ÿ‡ด Jordan97https://iptv-org.github.io/iptv/countries/jo.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakhstan75https://iptv-org.github.io/iptv/countries/kz.m3u + ๐Ÿ‡ฐ๐Ÿ‡ช Kenya43https://iptv-org.github.io/iptv/countries/ke.m3u ๐Ÿ‡ฐ๐Ÿ‡ฎ Kiribati39https://iptv-org.github.io/iptv/countries/ki.m3u - ๐Ÿ‡ฝ๐Ÿ‡ฐ Kosovo40https://iptv-org.github.io/iptv/countries/xk.m3u - ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait95https://iptv-org.github.io/iptv/countries/kw.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฌ Kyrgyzstan46https://iptv-org.github.io/iptv/countries/kg.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฆ Laos58https://iptv-org.github.io/iptv/countries/la.m3u - ๐Ÿ‡ฑ๐Ÿ‡ป Latvia55https://iptv-org.github.io/iptv/countries/lv.m3u - ๐Ÿ‡ฑ๐Ÿ‡ง Lebanon93https://iptv-org.github.io/iptv/countries/lb.m3u - ๐Ÿ‡ฑ๐Ÿ‡ธ Lesotho38https://iptv-org.github.io/iptv/countries/ls.m3u - ๐Ÿ‡ฑ๐Ÿ‡ท Liberia38https://iptv-org.github.io/iptv/countries/lr.m3u + ๐Ÿ‡ฝ๐Ÿ‡ฐ Kosovo41https://iptv-org.github.io/iptv/countries/xk.m3u + ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait96https://iptv-org.github.io/iptv/countries/kw.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฌ Kyrgyzstan47https://iptv-org.github.io/iptv/countries/kg.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฆ Laos59https://iptv-org.github.io/iptv/countries/la.m3u + ๐Ÿ‡ฑ๐Ÿ‡ป Latvia56https://iptv-org.github.io/iptv/countries/lv.m3u + ๐Ÿ‡ฑ๐Ÿ‡ง Lebanon94https://iptv-org.github.io/iptv/countries/lb.m3u + ๐Ÿ‡ฑ๐Ÿ‡ธ Lesotho39https://iptv-org.github.io/iptv/countries/ls.m3u + ๐Ÿ‡ฑ๐Ÿ‡ท Liberia39https://iptv-org.github.io/iptv/countries/lr.m3u ๐Ÿ‡ฑ๐Ÿ‡พ Libya79https://iptv-org.github.io/iptv/countries/ly.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฎ Liechtenstein54https://iptv-org.github.io/iptv/countries/li.m3u - ๐Ÿ‡ฑ๐Ÿ‡น Lithuania53https://iptv-org.github.io/iptv/countries/lt.m3u - ๐Ÿ‡ฑ๐Ÿ‡บ Luxembourg57https://iptv-org.github.io/iptv/countries/lu.m3u - ๐Ÿ‡ฒ๐Ÿ‡ด Macao46https://iptv-org.github.io/iptv/countries/mo.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฌ Madagascar38https://iptv-org.github.io/iptv/countries/mg.m3u - ๐Ÿ‡ฒ๐Ÿ‡ผ Malawi38https://iptv-org.github.io/iptv/countries/mw.m3u - ๐Ÿ‡ฒ๐Ÿ‡พ Malaysia62https://iptv-org.github.io/iptv/countries/my.m3u - ๐Ÿ‡ฒ๐Ÿ‡ป Maldives51https://iptv-org.github.io/iptv/countries/mv.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฑ Mali38https://iptv-org.github.io/iptv/countries/ml.m3u - ๐Ÿ‡ฒ๐Ÿ‡น Malta52https://iptv-org.github.io/iptv/countries/mt.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฎ Liechtenstein55https://iptv-org.github.io/iptv/countries/li.m3u + ๐Ÿ‡ฑ๐Ÿ‡น Lithuania54https://iptv-org.github.io/iptv/countries/lt.m3u + ๐Ÿ‡ฑ๐Ÿ‡บ Luxembourg58https://iptv-org.github.io/iptv/countries/lu.m3u + ๐Ÿ‡ฒ๐Ÿ‡ด Macao47https://iptv-org.github.io/iptv/countries/mo.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฌ Madagascar39https://iptv-org.github.io/iptv/countries/mg.m3u + ๐Ÿ‡ฒ๐Ÿ‡ผ Malawi39https://iptv-org.github.io/iptv/countries/mw.m3u + ๐Ÿ‡ฒ๐Ÿ‡พ Malaysia65https://iptv-org.github.io/iptv/countries/my.m3u + ๐Ÿ‡ฒ๐Ÿ‡ป Maldives52https://iptv-org.github.io/iptv/countries/mv.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฑ Mali39https://iptv-org.github.io/iptv/countries/ml.m3u + ๐Ÿ‡ฒ๐Ÿ‡น Malta53https://iptv-org.github.io/iptv/countries/mt.m3u ๐Ÿ‡ฒ๐Ÿ‡ญ Marshall Islands39https://iptv-org.github.io/iptv/countries/mh.m3u - ๐Ÿ‡ฒ๐Ÿ‡ถ Martinique40https://iptv-org.github.io/iptv/countries/mq.m3u - ๐Ÿ‡ฒ๐Ÿ‡ท Mauritania70https://iptv-org.github.io/iptv/countries/mr.m3u - ๐Ÿ‡ฒ๐Ÿ‡บ Mauritius39https://iptv-org.github.io/iptv/countries/mu.m3u - ๐Ÿ‡พ๐Ÿ‡น Mayotte38https://iptv-org.github.io/iptv/countries/yt.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico149https://iptv-org.github.io/iptv/countries/mx.m3u + ๐Ÿ‡ฒ๐Ÿ‡ถ Martinique41https://iptv-org.github.io/iptv/countries/mq.m3u + ๐Ÿ‡ฒ๐Ÿ‡ท Mauritania71https://iptv-org.github.io/iptv/countries/mr.m3u + ๐Ÿ‡ฒ๐Ÿ‡บ Mauritius40https://iptv-org.github.io/iptv/countries/mu.m3u + ๐Ÿ‡พ๐Ÿ‡น Mayotte39https://iptv-org.github.io/iptv/countries/yt.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico145https://iptv-org.github.io/iptv/countries/mx.m3u ๐Ÿ‡ซ๐Ÿ‡ฒ Micronesia39https://iptv-org.github.io/iptv/countries/fm.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฉ Moldova62https://iptv-org.github.io/iptv/countries/md.m3u - ๐Ÿ‡ฒ๐Ÿ‡จ Monaco51https://iptv-org.github.io/iptv/countries/mc.m3u - ๐Ÿ‡ฒ๐Ÿ‡ณ Mongolia63https://iptv-org.github.io/iptv/countries/mn.m3u - ๐Ÿ‡ฒ๐Ÿ‡ช Montenegro55https://iptv-org.github.io/iptv/countries/me.m3u - ๐Ÿ‡ฒ๐Ÿ‡ธ Montserrat38https://iptv-org.github.io/iptv/countries/ms.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฆ Morocco84https://iptv-org.github.io/iptv/countries/ma.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฟ Mozambique40https://iptv-org.github.io/iptv/countries/mz.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฉ Moldova63https://iptv-org.github.io/iptv/countries/md.m3u + ๐Ÿ‡ฒ๐Ÿ‡จ Monaco52https://iptv-org.github.io/iptv/countries/mc.m3u + ๐Ÿ‡ฒ๐Ÿ‡ณ Mongolia64https://iptv-org.github.io/iptv/countries/mn.m3u + ๐Ÿ‡ฒ๐Ÿ‡ช Montenegro56https://iptv-org.github.io/iptv/countries/me.m3u + ๐Ÿ‡ฒ๐Ÿ‡ธ Montserrat39https://iptv-org.github.io/iptv/countries/ms.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฆ Morocco85https://iptv-org.github.io/iptv/countries/ma.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฟ Mozambique41https://iptv-org.github.io/iptv/countries/mz.m3u ๐Ÿ‡ฒ๐Ÿ‡ฒ Myanmar (Burma)44https://iptv-org.github.io/iptv/countries/mm.m3u - ๐Ÿ‡ณ๐Ÿ‡ฆ Namibia38https://iptv-org.github.io/iptv/countries/na.m3u + ๐Ÿ‡ณ๐Ÿ‡ฆ Namibia39https://iptv-org.github.io/iptv/countries/na.m3u ๐Ÿ‡ณ๐Ÿ‡ท Nauru39https://iptv-org.github.io/iptv/countries/nr.m3u - ๐Ÿ‡ณ๐Ÿ‡ต Nepal49https://iptv-org.github.io/iptv/countries/np.m3u - ๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands138https://iptv-org.github.io/iptv/countries/nl.m3u + ๐Ÿ‡ณ๐Ÿ‡ต Nepal51https://iptv-org.github.io/iptv/countries/np.m3u + ๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands139https://iptv-org.github.io/iptv/countries/nl.m3u ๐Ÿ‡ณ๐Ÿ‡จ New Caledonia39https://iptv-org.github.io/iptv/countries/nc.m3u ๐Ÿ‡ณ๐Ÿ‡ฟ New Zealand53https://iptv-org.github.io/iptv/countries/nz.m3u - ๐Ÿ‡ณ๐Ÿ‡ฎ Nicaragua92https://iptv-org.github.io/iptv/countries/ni.m3u - ๐Ÿ‡ณ๐Ÿ‡ช Niger38https://iptv-org.github.io/iptv/countries/ne.m3u - ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria44https://iptv-org.github.io/iptv/countries/ng.m3u + ๐Ÿ‡ณ๐Ÿ‡ฎ Nicaragua94https://iptv-org.github.io/iptv/countries/ni.m3u + ๐Ÿ‡ณ๐Ÿ‡ช Niger39https://iptv-org.github.io/iptv/countries/ne.m3u + ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria45https://iptv-org.github.io/iptv/countries/ng.m3u ๐Ÿ‡ณ๐Ÿ‡บ Niue39https://iptv-org.github.io/iptv/countries/nu.m3u ๐Ÿ‡ณ๐Ÿ‡ซ Norfolk Island39https://iptv-org.github.io/iptv/countries/nf.m3u - ๐Ÿ‡ฐ๐Ÿ‡ต North Korea44https://iptv-org.github.io/iptv/countries/kp.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฐ North Macedonia53https://iptv-org.github.io/iptv/countries/mk.m3u + ๐Ÿ‡ฐ๐Ÿ‡ต North Korea45https://iptv-org.github.io/iptv/countries/kp.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฐ North Macedonia54https://iptv-org.github.io/iptv/countries/mk.m3u ๐Ÿ‡ฒ๐Ÿ‡ต Northern Mariana Islands39https://iptv-org.github.io/iptv/countries/mp.m3u ๐Ÿ‡ณ๐Ÿ‡ด Norway62https://iptv-org.github.io/iptv/countries/no.m3u - ๐Ÿ‡ด๐Ÿ‡ฒ Oman81https://iptv-org.github.io/iptv/countries/om.m3u - ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan69https://iptv-org.github.io/iptv/countries/pk.m3u + ๐Ÿ‡ด๐Ÿ‡ฒ Oman82https://iptv-org.github.io/iptv/countries/om.m3u + ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan70https://iptv-org.github.io/iptv/countries/pk.m3u ๐Ÿ‡ต๐Ÿ‡ผ Palau39https://iptv-org.github.io/iptv/countries/pw.m3u - ๐Ÿ‡ต๐Ÿ‡ธ Palestine94https://iptv-org.github.io/iptv/countries/ps.m3u + ๐Ÿ‡ต๐Ÿ‡ธ Palestine96https://iptv-org.github.io/iptv/countries/ps.m3u ๐Ÿ‡ต๐Ÿ‡ฆ Panama90https://iptv-org.github.io/iptv/countries/pa.m3u ๐Ÿ‡ต๐Ÿ‡ฌ Papua New Guinea39https://iptv-org.github.io/iptv/countries/pg.m3u - ๐Ÿ‡ต๐Ÿ‡พ Paraguay100https://iptv-org.github.io/iptv/countries/py.m3u - ๐Ÿ‡ต๐Ÿ‡ช Peru225https://iptv-org.github.io/iptv/countries/pe.m3u - ๐Ÿ‡ต๐Ÿ‡ญ Philippines63https://iptv-org.github.io/iptv/countries/ph.m3u + ๐Ÿ‡ต๐Ÿ‡พ Paraguay101https://iptv-org.github.io/iptv/countries/py.m3u + ๐Ÿ‡ต๐Ÿ‡ช Peru230https://iptv-org.github.io/iptv/countries/pe.m3u + ๐Ÿ‡ต๐Ÿ‡ญ Philippines60https://iptv-org.github.io/iptv/countries/ph.m3u ๐Ÿ‡ต๐Ÿ‡ณ Pitcairn Islands39https://iptv-org.github.io/iptv/countries/pn.m3u - ๐Ÿ‡ต๐Ÿ‡ฑ Poland86https://iptv-org.github.io/iptv/countries/pl.m3u - ๐Ÿ‡ต๐Ÿ‡น Portugal76https://iptv-org.github.io/iptv/countries/pt.m3u - ๐Ÿ‡ต๐Ÿ‡ท Puerto Rico89https://iptv-org.github.io/iptv/countries/pr.m3u - ๐Ÿ‡ถ๐Ÿ‡ฆ Qatar80https://iptv-org.github.io/iptv/countries/qa.m3u - ๐Ÿ‡จ๐Ÿ‡ฌ Republic of the Congo39https://iptv-org.github.io/iptv/countries/cg.m3u + ๐Ÿ‡ต๐Ÿ‡ฑ Poland87https://iptv-org.github.io/iptv/countries/pl.m3u + ๐Ÿ‡ต๐Ÿ‡น Portugal77https://iptv-org.github.io/iptv/countries/pt.m3u + ๐Ÿ‡ต๐Ÿ‡ท Puerto Rico90https://iptv-org.github.io/iptv/countries/pr.m3u + ๐Ÿ‡ถ๐Ÿ‡ฆ Qatar81https://iptv-org.github.io/iptv/countries/qa.m3u + ๐Ÿ‡จ๐Ÿ‡ฌ Republic of the Congo40https://iptv-org.github.io/iptv/countries/cg.m3u ๐Ÿ‡ท๐Ÿ‡ด Romania79https://iptv-org.github.io/iptv/countries/ro.m3u - ๐Ÿ‡ท๐Ÿ‡บ Russia403https://iptv-org.github.io/iptv/countries/ru.m3u - ๐Ÿ‡ท๐Ÿ‡ผ Rwanda40https://iptv-org.github.io/iptv/countries/rw.m3u - ๐Ÿ‡ท๐Ÿ‡ช Rรฉunion39https://iptv-org.github.io/iptv/countries/re.m3u - ๐Ÿ‡ง๐Ÿ‡ฑ Saint Barthรฉlemy40https://iptv-org.github.io/iptv/countries/bl.m3u - ๐Ÿ‡ธ๐Ÿ‡ญ Saint Helena38https://iptv-org.github.io/iptv/countries/sh.m3u - ๐Ÿ‡ฐ๐Ÿ‡ณ Saint Kitts and Nevis38https://iptv-org.github.io/iptv/countries/kn.m3u - ๐Ÿ‡ฑ๐Ÿ‡จ Saint Lucia38https://iptv-org.github.io/iptv/countries/lc.m3u - ๐Ÿ‡ฒ๐Ÿ‡ซ Saint Martin40https://iptv-org.github.io/iptv/countries/mf.m3u - ๐Ÿ‡ต๐Ÿ‡ฒ Saint Pierre and Miquelon36https://iptv-org.github.io/iptv/countries/pm.m3u - ๐Ÿ‡ป๐Ÿ‡จ Saint Vincent and the Grenadines38https://iptv-org.github.io/iptv/countries/vc.m3u + ๐Ÿ‡ท๐Ÿ‡บ Russia401https://iptv-org.github.io/iptv/countries/ru.m3u + ๐Ÿ‡ท๐Ÿ‡ผ Rwanda41https://iptv-org.github.io/iptv/countries/rw.m3u + ๐Ÿ‡ท๐Ÿ‡ช Rรฉunion40https://iptv-org.github.io/iptv/countries/re.m3u + ๐Ÿ‡ง๐Ÿ‡ฑ Saint Barthรฉlemy41https://iptv-org.github.io/iptv/countries/bl.m3u + ๐Ÿ‡ธ๐Ÿ‡ญ Saint Helena39https://iptv-org.github.io/iptv/countries/sh.m3u + ๐Ÿ‡ฐ๐Ÿ‡ณ Saint Kitts and Nevis39https://iptv-org.github.io/iptv/countries/kn.m3u + ๐Ÿ‡ฑ๐Ÿ‡จ Saint Lucia39https://iptv-org.github.io/iptv/countries/lc.m3u + ๐Ÿ‡ฒ๐Ÿ‡ซ Saint Martin41https://iptv-org.github.io/iptv/countries/mf.m3u + ๐Ÿ‡ต๐Ÿ‡ฒ Saint Pierre and Miquelon37https://iptv-org.github.io/iptv/countries/pm.m3u + ๐Ÿ‡ป๐Ÿ‡จ Saint Vincent and the Grenadines39https://iptv-org.github.io/iptv/countries/vc.m3u ๐Ÿ‡ผ๐Ÿ‡ธ Samoa39https://iptv-org.github.io/iptv/countries/ws.m3u - ๐Ÿ‡ธ๐Ÿ‡ฒ San Marino52https://iptv-org.github.io/iptv/countries/sm.m3u + ๐Ÿ‡ธ๐Ÿ‡ฒ San Marino53https://iptv-org.github.io/iptv/countries/sm.m3u ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia125https://iptv-org.github.io/iptv/countries/sa.m3u - ๐Ÿ‡ธ๐Ÿ‡ณ Senegal45https://iptv-org.github.io/iptv/countries/sn.m3u + ๐Ÿ‡ธ๐Ÿ‡ณ Senegal47https://iptv-org.github.io/iptv/countries/sn.m3u ๐Ÿ‡ท๐Ÿ‡ธ Serbia90https://iptv-org.github.io/iptv/countries/rs.m3u - ๐Ÿ‡ธ๐Ÿ‡จ Seychelles38https://iptv-org.github.io/iptv/countries/sc.m3u - ๐Ÿ‡ธ๐Ÿ‡ฑ Sierra Leone39https://iptv-org.github.io/iptv/countries/sl.m3u - ๐Ÿ‡ธ๐Ÿ‡ฌ Singapore55https://iptv-org.github.io/iptv/countries/sg.m3u - ๐Ÿ‡ธ๐Ÿ‡ฝ Sint Maarten38https://iptv-org.github.io/iptv/countries/sx.m3u - ๐Ÿ‡ธ๐Ÿ‡ฐ Slovakia72https://iptv-org.github.io/iptv/countries/sk.m3u - ๐Ÿ‡ธ๐Ÿ‡ฎ Slovenia60https://iptv-org.github.io/iptv/countries/si.m3u + ๐Ÿ‡ธ๐Ÿ‡จ Seychelles39https://iptv-org.github.io/iptv/countries/sc.m3u + ๐Ÿ‡ธ๐Ÿ‡ฑ Sierra Leone40https://iptv-org.github.io/iptv/countries/sl.m3u + ๐Ÿ‡ธ๐Ÿ‡ฌ Singapore54https://iptv-org.github.io/iptv/countries/sg.m3u + ๐Ÿ‡ธ๐Ÿ‡ฝ Sint Maarten39https://iptv-org.github.io/iptv/countries/sx.m3u + ๐Ÿ‡ธ๐Ÿ‡ฐ Slovakia73https://iptv-org.github.io/iptv/countries/sk.m3u + ๐Ÿ‡ธ๐Ÿ‡ฎ Slovenia61https://iptv-org.github.io/iptv/countries/si.m3u ๐Ÿ‡ธ๐Ÿ‡ง Solomon Islands39https://iptv-org.github.io/iptv/countries/sb.m3u - ๐Ÿ‡ธ๐Ÿ‡ด Somalia71https://iptv-org.github.io/iptv/countries/so.m3u - ๐Ÿ‡ฟ๐Ÿ‡ฆ South Africa39https://iptv-org.github.io/iptv/countries/za.m3u - ๐Ÿ‡ฌ๐Ÿ‡ธ South Georgia and the South Sandwich Islands35https://iptv-org.github.io/iptv/countries/gs.m3u - ๐Ÿ‡ฐ๐Ÿ‡ท South Korea167https://iptv-org.github.io/iptv/countries/kr.m3u - ๐Ÿ‡ธ๐Ÿ‡ธ South Sudan38https://iptv-org.github.io/iptv/countries/ss.m3u + ๐Ÿ‡ธ๐Ÿ‡ด Somalia72https://iptv-org.github.io/iptv/countries/so.m3u + ๐Ÿ‡ฟ๐Ÿ‡ฆ South Africa40https://iptv-org.github.io/iptv/countries/za.m3u + ๐Ÿ‡ฌ๐Ÿ‡ธ South Georgia and the South Sandwich Islands36https://iptv-org.github.io/iptv/countries/gs.m3u + ๐Ÿ‡ฐ๐Ÿ‡ท South Korea164https://iptv-org.github.io/iptv/countries/kr.m3u + ๐Ÿ‡ธ๐Ÿ‡ธ South Sudan39https://iptv-org.github.io/iptv/countries/ss.m3u ๐Ÿ‡ช๐Ÿ‡ธ Spain224https://iptv-org.github.io/iptv/countries/es.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka58https://iptv-org.github.io/iptv/countries/lk.m3u - ๐Ÿ‡ธ๐Ÿ‡ฉ Sudan73https://iptv-org.github.io/iptv/countries/sd.m3u - ๐Ÿ‡ธ๐Ÿ‡ท Suriname35https://iptv-org.github.io/iptv/countries/sr.m3u - ๐Ÿ‡ธ๐Ÿ‡ฏ Svalbard and Jan Mayen35https://iptv-org.github.io/iptv/countries/sj.m3u - ๐Ÿ‡ธ๐Ÿ‡ฟ Swaziland38https://iptv-org.github.io/iptv/countries/sz.m3u - ๐Ÿ‡ธ๐Ÿ‡ช Sweden67https://iptv-org.github.io/iptv/countries/se.m3u - ๐Ÿ‡จ๐Ÿ‡ญ Switzerland99https://iptv-org.github.io/iptv/countries/ch.m3u - ๐Ÿ‡ธ๐Ÿ‡พ Syria88https://iptv-org.github.io/iptv/countries/sy.m3u - ๐Ÿ‡ธ๐Ÿ‡น Sรฃo Tomรฉ and Prรญncipe38https://iptv-org.github.io/iptv/countries/st.m3u - ๐Ÿ‡น๐Ÿ‡ผ Taiwan100https://iptv-org.github.io/iptv/countries/tw.m3u - ๐Ÿ‡น๐Ÿ‡ฏ Tajikistan44https://iptv-org.github.io/iptv/countries/tj.m3u - ๐Ÿ‡น๐Ÿ‡ฟ Tanzania39https://iptv-org.github.io/iptv/countries/tz.m3u - ๐Ÿ‡น๐Ÿ‡ญ Thailand88https://iptv-org.github.io/iptv/countries/th.m3u - ๐Ÿ‡น๐Ÿ‡ฌ Togo38https://iptv-org.github.io/iptv/countries/tg.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka59https://iptv-org.github.io/iptv/countries/lk.m3u + ๐Ÿ‡ธ๐Ÿ‡ฉ Sudan74https://iptv-org.github.io/iptv/countries/sd.m3u + ๐Ÿ‡ธ๐Ÿ‡ท Suriname36https://iptv-org.github.io/iptv/countries/sr.m3u + ๐Ÿ‡ธ๐Ÿ‡ฏ Svalbard and Jan Mayen36https://iptv-org.github.io/iptv/countries/sj.m3u + ๐Ÿ‡ธ๐Ÿ‡ฟ Swaziland39https://iptv-org.github.io/iptv/countries/sz.m3u + ๐Ÿ‡ธ๐Ÿ‡ช Sweden68https://iptv-org.github.io/iptv/countries/se.m3u + ๐Ÿ‡จ๐Ÿ‡ญ Switzerland100https://iptv-org.github.io/iptv/countries/ch.m3u + ๐Ÿ‡ธ๐Ÿ‡พ Syria89https://iptv-org.github.io/iptv/countries/sy.m3u + ๐Ÿ‡ธ๐Ÿ‡น Sรฃo Tomรฉ and Prรญncipe39https://iptv-org.github.io/iptv/countries/st.m3u + ๐Ÿ‡น๐Ÿ‡ผ Taiwan102https://iptv-org.github.io/iptv/countries/tw.m3u + ๐Ÿ‡น๐Ÿ‡ฏ Tajikistan45https://iptv-org.github.io/iptv/countries/tj.m3u + ๐Ÿ‡น๐Ÿ‡ฟ Tanzania40https://iptv-org.github.io/iptv/countries/tz.m3u + ๐Ÿ‡น๐Ÿ‡ญ Thailand86https://iptv-org.github.io/iptv/countries/th.m3u + ๐Ÿ‡น๐Ÿ‡ฌ Togo39https://iptv-org.github.io/iptv/countries/tg.m3u ๐Ÿ‡น๐Ÿ‡ฐ Tokelau39https://iptv-org.github.io/iptv/countries/tk.m3u ๐Ÿ‡น๐Ÿ‡ด Tonga39https://iptv-org.github.io/iptv/countries/to.m3u - ๐Ÿ‡น๐Ÿ‡น Trinidad and Tobago39https://iptv-org.github.io/iptv/countries/tt.m3u - ๐Ÿ‡น๐Ÿ‡ณ Tunisia81https://iptv-org.github.io/iptv/countries/tn.m3u - ๐Ÿ‡น๐Ÿ‡ท Turkey190https://iptv-org.github.io/iptv/countries/tr.m3u - ๐Ÿ‡น๐Ÿ‡ฒ Turkmenistan47https://iptv-org.github.io/iptv/countries/tm.m3u - ๐Ÿ‡น๐Ÿ‡จ Turks and Caicos Islands38https://iptv-org.github.io/iptv/countries/tc.m3u + ๐Ÿ‡น๐Ÿ‡น Trinidad and Tobago40https://iptv-org.github.io/iptv/countries/tt.m3u + ๐Ÿ‡น๐Ÿ‡ณ Tunisia82https://iptv-org.github.io/iptv/countries/tn.m3u + ๐Ÿ‡น๐Ÿ‡ท Turkey191https://iptv-org.github.io/iptv/countries/tr.m3u + ๐Ÿ‡น๐Ÿ‡ฒ Turkmenistan48https://iptv-org.github.io/iptv/countries/tm.m3u + ๐Ÿ‡น๐Ÿ‡จ Turks and Caicos Islands39https://iptv-org.github.io/iptv/countries/tc.m3u ๐Ÿ‡น๐Ÿ‡ป Tuvalu39https://iptv-org.github.io/iptv/countries/tv.m3u - ๐Ÿ‡บ๐Ÿ‡ฒ U.S. Minor Outlying Islands35https://iptv-org.github.io/iptv/countries/um.m3u - ๐Ÿ‡ป๐Ÿ‡ฎ U.S. Virgin Islands38https://iptv-org.github.io/iptv/countries/vi.m3u - ๐Ÿ‡บ๐Ÿ‡ฌ Uganda40https://iptv-org.github.io/iptv/countries/ug.m3u + ๐Ÿ‡บ๐Ÿ‡ฒ U.S. Minor Outlying Islands36https://iptv-org.github.io/iptv/countries/um.m3u + ๐Ÿ‡ป๐Ÿ‡ฎ U.S. Virgin Islands39https://iptv-org.github.io/iptv/countries/vi.m3u + ๐Ÿ‡บ๐Ÿ‡ฌ Uganda41https://iptv-org.github.io/iptv/countries/ug.m3u ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine128https://iptv-org.github.io/iptv/countries/ua.m3u - ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates112https://iptv-org.github.io/iptv/countries/ae.m3u + ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates113https://iptv-org.github.io/iptv/countries/ae.m3u ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom210https://iptv-org.github.io/iptv/countries/uk.m3u - ๐Ÿ‡บ๐Ÿ‡ธ United States1733https://iptv-org.github.io/iptv/countries/us.m3u - ๐Ÿ‡บ๐Ÿ‡พ Uruguay83https://iptv-org.github.io/iptv/countries/uy.m3u - ๐Ÿ‡บ๐Ÿ‡ฟ Uzbekistan44https://iptv-org.github.io/iptv/countries/uz.m3u + ๐Ÿ‡บ๐Ÿ‡ธ United States1728https://iptv-org.github.io/iptv/countries/us.m3u + ๐Ÿ‡บ๐Ÿ‡พ Uruguay84https://iptv-org.github.io/iptv/countries/uy.m3u + ๐Ÿ‡บ๐Ÿ‡ฟ Uzbekistan45https://iptv-org.github.io/iptv/countries/uz.m3u ๐Ÿ‡ป๐Ÿ‡บ Vanuatu39https://iptv-org.github.io/iptv/countries/vu.m3u - ๐Ÿ‡ป๐Ÿ‡ฆ Vatican City51https://iptv-org.github.io/iptv/countries/va.m3u - ๐Ÿ‡ป๐Ÿ‡ช Venezuela97https://iptv-org.github.io/iptv/countries/ve.m3u - ๐Ÿ‡ป๐Ÿ‡ณ Vietnam98https://iptv-org.github.io/iptv/countries/vn.m3u + ๐Ÿ‡ป๐Ÿ‡ฆ Vatican City52https://iptv-org.github.io/iptv/countries/va.m3u + ๐Ÿ‡ป๐Ÿ‡ช Venezuela99https://iptv-org.github.io/iptv/countries/ve.m3u + ๐Ÿ‡ป๐Ÿ‡ณ Vietnam99https://iptv-org.github.io/iptv/countries/vn.m3u ๐Ÿ‡ผ๐Ÿ‡ซ Wallis and Futuna39https://iptv-org.github.io/iptv/countries/wf.m3u - ๐Ÿ‡ช๐Ÿ‡ญ Western Sahara43https://iptv-org.github.io/iptv/countries/eh.m3u - ๐Ÿ‡พ๐Ÿ‡ช Yemen85https://iptv-org.github.io/iptv/countries/ye.m3u - ๐Ÿ‡ฟ๐Ÿ‡ฒ Zambia38https://iptv-org.github.io/iptv/countries/zm.m3u - ๐Ÿ‡ฟ๐Ÿ‡ผ Zimbabwe38https://iptv-org.github.io/iptv/countries/zw.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฝ ร…land35https://iptv-org.github.io/iptv/countries/ax.m3u - Undefined127https://iptv-org.github.io/iptv/countries/undefined.m3u + ๐Ÿ‡ช๐Ÿ‡ญ Western Sahara44https://iptv-org.github.io/iptv/countries/eh.m3u + ๐Ÿ‡พ๐Ÿ‡ช Yemen86https://iptv-org.github.io/iptv/countries/ye.m3u + ๐Ÿ‡ฟ๐Ÿ‡ฒ Zambia39https://iptv-org.github.io/iptv/countries/zm.m3u + ๐Ÿ‡ฟ๐Ÿ‡ผ Zimbabwe39https://iptv-org.github.io/iptv/countries/zw.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฝ ร…land36https://iptv-org.github.io/iptv/countries/ax.m3u + Undefined125https://iptv-org.github.io/iptv/countries/undefined.m3u @@ -455,34 +456,34 @@ To watch IPTV, simply insert one of the links below into any player that support RegionChannelsPlaylist - Europe, the Middle East and Africa2433https://iptv-org.github.io/iptv/regions/emea.m3u - Africa133https://iptv-org.github.io/iptv/regions/afr.m3u - Americas2694https://iptv-org.github.io/iptv/regions/amer.m3u + Europe, the Middle East and Africa2420https://iptv-org.github.io/iptv/regions/emea.m3u + Africa132https://iptv-org.github.io/iptv/regions/afr.m3u + Americas2693https://iptv-org.github.io/iptv/regions/amer.m3u Arab world341https://iptv-org.github.io/iptv/regions/arab.m3u - Asia2597https://iptv-org.github.io/iptv/regions/asia.m3u - Asia-Pacific1768https://iptv-org.github.io/iptv/regions/apac.m3u - Association of Southeast Asian Nations333https://iptv-org.github.io/iptv/regions/asean.m3u - Caribbean119https://iptv-org.github.io/iptv/regions/carib.m3u - Central America99https://iptv-org.github.io/iptv/regions/cenamer.m3u + Asia2609https://iptv-org.github.io/iptv/regions/asia.m3u + Asia-Pacific1780https://iptv-org.github.io/iptv/regions/apac.m3u + Association of Southeast Asian Nations341https://iptv-org.github.io/iptv/regions/asean.m3u + Caribbean115https://iptv-org.github.io/iptv/regions/carib.m3u + Central America100https://iptv-org.github.io/iptv/regions/cenamer.m3u Central Asia29https://iptv-org.github.io/iptv/regions/cas.m3u - Commonwealth of Independent States447https://iptv-org.github.io/iptv/regions/cis.m3u - Europe2016https://iptv-org.github.io/iptv/regions/eur.m3u - Hispanic America819https://iptv-org.github.io/iptv/regions/hispam.m3u - Latin America and the Caribbean922https://iptv-org.github.io/iptv/regions/lac.m3u - Latin America908https://iptv-org.github.io/iptv/regions/latam.m3u - Maghreb70https://iptv-org.github.io/iptv/regions/maghreb.m3u - Middle East and North Africa548https://iptv-org.github.io/iptv/regions/mena.m3u + Commonwealth of Independent States445https://iptv-org.github.io/iptv/regions/cis.m3u + Europe2002https://iptv-org.github.io/iptv/regions/eur.m3u + Hispanic America827https://iptv-org.github.io/iptv/regions/hispam.m3u + Latin America and the Caribbean927https://iptv-org.github.io/iptv/regions/lac.m3u + Latin America915https://iptv-org.github.io/iptv/regions/latam.m3u + Maghreb69https://iptv-org.github.io/iptv/regions/maghreb.m3u + Middle East and North Africa547https://iptv-org.github.io/iptv/regions/mena.m3u Middle East493https://iptv-org.github.io/iptv/regions/mideast.m3u - Nordics51https://iptv-org.github.io/iptv/regions/nord.m3u - North America2059https://iptv-org.github.io/iptv/regions/noram.m3u - Northern America1776https://iptv-org.github.io/iptv/regions/nam.m3u - Oceania61https://iptv-org.github.io/iptv/regions/oce.m3u - South America639https://iptv-org.github.io/iptv/regions/southam.m3u - South Asia256https://iptv-org.github.io/iptv/regions/sas.m3u - Sub-Saharan Africa51https://iptv-org.github.io/iptv/regions/ssa.m3u - West Africa22https://iptv-org.github.io/iptv/regions/wafr.m3u - Worldwide6983https://iptv-org.github.io/iptv/regions/int.m3u - Undefined127https://iptv-org.github.io/iptv/regions/undefined.m3u + Nordics50https://iptv-org.github.io/iptv/regions/nord.m3u + North America2045https://iptv-org.github.io/iptv/regions/noram.m3u + Northern America1770https://iptv-org.github.io/iptv/regions/nam.m3u + Oceania60https://iptv-org.github.io/iptv/regions/oce.m3u + South America652https://iptv-org.github.io/iptv/regions/southam.m3u + South Asia272https://iptv-org.github.io/iptv/regions/sas.m3u + Sub-Saharan Africa52https://iptv-org.github.io/iptv/regions/ssa.m3u + West Africa23https://iptv-org.github.io/iptv/regions/wafr.m3u + Worldwide6982https://iptv-org.github.io/iptv/regions/int.m3u + Undefined125https://iptv-org.github.io/iptv/regions/undefined.m3u diff --git a/streams/ae.m3u b/streams/ae.m3u index fe1d5a9c9..5baaebb1e 100644 --- a/streams/ae.m3u +++ b/streams/ae.m3u @@ -42,11 +42,11 @@ 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) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.cnbcarabia.com/Pages/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="error",CNBC Arabia (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/cnbcarabiaTV/live #EXTINF:-1 tvg-id="DubaiOne.ae" status="online",Dubai One (1080p) http://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DubaiRacing2.ae" status="online",Dubai Racing 2 (1080p) diff --git a/streams/al.m3u b/streams/al.m3u index 49eb5a9ce..f27a86280 100644 --- a/streams/al.m3u +++ b/streams/al.m3u @@ -5,7 +5,7 @@ http://46.29.169.15:4001/play/a00b/index.m3u8 https://tv2.abcnews.al/live/abcnews/playlist.m3u8 #EXTINF:-1 tvg-id="AlbUKTV.uk" status="online",AlbUK TV (1080p) [Not 24/7] http://albuk.dyndns.tv:1935/albuk/albuk.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="AlpoTV.al" status="online",ALPO (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AlpoTV.al" status="error",ALPO (720p) [Not 24/7] https://5d00db0e0fcd5.streamlock.net/7236/7236/playlist.m3u8 #EXTINF:-1 tvg-id="News24.al" status="online",News 24 (392p) [Not 24/7] http://tv.balkanweb.com/news24/livestream/playlist.m3u8 diff --git a/streams/am.m3u b/streams/am.m3u index a852887b0..bd049daf2 100644 --- a/streams/am.m3u +++ b/streams/am.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="5TV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",5-ึ€ีค ีกีฌีซึ„ (480p) +#EXTINF:-1 tvg-id="5TV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",5-ึ€ีค ีกีฌีซึ„ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s6/index.m3u8 #EXTINF:-1 tvg-id="21TV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",21TV (480p) @@ -54,7 +54,7 @@ http://serv24.vintera.tv:8081/test/h1_arm/index.m3u8 #EXTINF:-1 tvg-id="H2.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ี€2 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s2/index.m3u8 -#EXTINF:-1 tvg-id="KentronTV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ิฟีฅีถีฟึ€ีธีถ (480p) +#EXTINF:-1 tvg-id="KentronTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ิฟีฅีถีฟึ€ีธีถ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s5/index.m3u8 #EXTINF:-1 tvg-id="NorHayastanTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ี†ีธึ€ ี€ีกีตีกีฝีฟีกีถ (480p) diff --git a/streams/ar.m3u b/streams/ar.m3u index 81fe59804..24e580312 100644 --- a/streams/ar.m3u +++ b/streams/ar.m3u @@ -16,14 +16,14 @@ 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="error",Amรฉrica Sports (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AmericaSports.ar" status="online",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 https://raw.githubusercontent.com/MachineSystems/archived_m3u8/main/america_hls.m3u8 #EXTINF:-1 tvg-id="Antena91.ar" status="online",Antena 91 https://tuvideoonline.com.ar:3393/live/antena91live.m3u8 -#EXTINF:-1 tvg-id="ArgentinisimaSatelital.ar" status="error",Argentinรญsima Satelital (720p) +#EXTINF:-1 tvg-id="ArgentinisimaSatelital.ar" status="timeout",Argentinรญsima Satelital (720p) http://186.0.233.76:1935/Argentinisima/smil:argentinisima.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AZMTV.ar" status="online",AZM TV https://live.canalnueve.tv/canal.m3u8 @@ -37,7 +37,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/c5 https://59d52c5a5ce5e.streamlock.net:4443/cadena103/cadena103/playlist.m3u8 #EXTINF:-1 tvg-id="Canal2.ar" status="error",Canal 2 (Misiones) https://nd106.republicaservers.com:4433/canal2misioness.mp4 -#EXTINF:-1 tvg-id="Canal2HD.ar" status="error",Canal 2 Jujuy (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal2HD.ar" status="online",Canal 2 Jujuy (720p) [Not 24/7] http://api.new.livestream.com/accounts/679322/events/3782013/live.m3u8 #EXTINF:-1 tvg-id="Canal2Salta.ar" status="online",Canal 2 (Salta) https://vivo.solumedia.com:19360/tv2salta/tv2salta.m3u8 @@ -59,7 +59,7 @@ https://5cd577a3dd8ec.streamlock.net/canal4/smil:manifest.smil/playlist.m3u8 http://184.154.28.210:1935/canal4/canal4/live.m3u8 #EXTINF:-1 tvg-id="Canal4Posadas.ar" status="error",Canal 4 (Posadas) (360p) [Geo-blocked] http://184.154.28.210:1935/canal4/canal4/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal4SanJuan.ar" status="error",Canal 4 (San Juan) +#EXTINF:-1 tvg-id="Canal4SanJuan.ar" status="online",Canal 4 (San Juan) http://streamlov.alsolnet.com/canal4sanjuan/live/playlist.m3u8 #EXTINF:-1 tvg-id="Canal5PicoTruncado.ar" status="online",Canal 5 (Pico Truncado) https://stream.arcast.com.ar/canal5picotruncado/canal5picotruncado/playlist.m3u8 @@ -69,7 +69,7 @@ https://stream.arcast.com.ar/c5sf/c5sf/playlist.m3u8 https://videohd.live:19360/8090/8090.m3u8 #EXTINF:-1 tvg-id="Canal6EntreRios.ar" status="online",Canal 6 (Entre Rรญos) https://stmvideo1.livecastv.com/canal6er/canal6er/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal6MardePlata.ar" status="error",Canal 6 (Mar de Plata) +#EXTINF:-1 tvg-id="Canal6MardePlata.ar" status="online",Canal 6 (Mar de Plata) https://59537faa0729a.streamlock.net/canal6mdp/canal6mdp/playlist.m3u8 #EXTINF:-1 tvg-id="Canal6Moreno.ar" status="online",Canal 6 (Moreno) https://stream.arcast.com.ar/canal6moreno/canal6moreno/playlist.m3u8 @@ -138,7 +138,7 @@ https://g2.vxral-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/P https://cdn2.zencast.tv:30443/orbe/orbe21smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalProvincial.ar" status="error",Canal Provincial (San Miguel) (360p) [Not 24/7] http://www.trimi.com.ar/provincial/streaming/mystream.m3u8 -#EXTINF:-1 tvg-id="CanalRural.ar" status="error",Canal Rural +#EXTINF:-1 tvg-id="CanalRural.ar" status="online",Canal Rural https://cda2.alsolnet.com/elrural/live/playlist.m3u8 #EXTINF:-1 tvg-id="CanalTDC.ar" status="online",CANAL TDC (1080p) [Not 24/7] https://5e7cdf2370883.streamlock.net/tdconline/tdconline/playlist.m3u8 @@ -192,7 +192,7 @@ http://video.streamtvradio.com:8081/uv038/uv038/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/Rosario3 #EXTINF:-1 tvg-id="Encuentro.ar" status="online",Encuentro (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC1zLDoKL-eKmd_K7qkUZ-ow/live -#EXTINF:-1 tvg-id="EPSTV.ar" status="timeout",EPS TV +#EXTINF:-1 tvg-id="EPSTV.ar" status="online",EPS TV https://ott.argentinatv.live/vivo/noticiaseps/playlist.m3u8 #EXTINF:-1 tvg-id="FenixTV.ar" status="online",Fenix TV (Ciudad de La Rioja) (360p) https://stmv1.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8 @@ -200,7 +200,7 @@ https://stmv1.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8 https://inliveserver.com:1936/14056/14056/playlist.m3u8 #EXTINF:-1 tvg-id="InformacionPeriodistica.ar" status="online",Informacion Periodรญstica (1080p) https://d1nmqgphjn0y4.cloudfront.net/live/ip/live.isml/5ee6e167-1167-4a85-9d8d-e08a3f55cff3.m3u8 -#EXTINF:-1 tvg-id="IngenioFM.ar" status="online",Ingenio FM +#EXTINF:-1 tvg-id="IngenioFM.ar" status="error",Ingenio FM https://panel.dattalive.com/8064/8064/playlist.m3u8 #EXTINF:-1 tvg-id="LaNacionPlus.ar" status="online",La Nacion + http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCba3hpU7EFBSk817y9qZkiA/live @@ -240,11 +240,11 @@ https://live2.tensila.com/1-1-1.power-tv/hls/master.m3u8 https://stream.arcast.live/quatro/quatro/playlist.m3u8 #EXTINF:-1 tvg-id="QuatroTV.ar" status="error",Quatro TV (540p) [Not 24/7] https://59d52c5a5ce5e.streamlock.net:4443/quatro/quatro/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTVNeuquen.ar" status="error",Radio TV Neuquen (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTVNeuquen.ar" status="online",Radio TV Neuquen (720p) [Not 24/7] http://media.neuquen.gov.ar/rtn/television/playlist.m3u8 #EXTINF:-1 tvg-id="RetroMagico.ar" status="online",RetroMรกgico https://vivo.solumedia.com:19360/retromagico/retromagico.m3u8 -#EXTINF:-1 tvg-id="RTN.ar" status="error",RTN (Neuquรฉn) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RTN.ar" status="online",RTN (Neuquรฉn) (720p) [Not 24/7] http://media.neuquen.gov.ar/rtn/television/media.m3u8 #EXTINF:-1 tvg-id="SanPedroTV.ar" status="error",San Pedro TV https://iptv.ixfo.com.ar:30443/live/sanpedrotv/playlist.m3u8 @@ -296,7 +296,7 @@ https://canadaremar2.todostreaming.es/live/argentina-web.m3u8 https://stratus.stream.cespi.unlp.edu.ar/hls/tvunlp.m3u8 #EXTINF:-1 tvg-id="UNAMTransmedia.ar" status="error",UNAM Transmedia http://192.100.186.53:8090/hls/live.stream.m3u8 -#EXTINF:-1 tvg-id="UnirioTV.ar" status="online",Unirio TV +#EXTINF:-1 tvg-id="UnirioTV.ar" status="error",Unirio TV https://5f700d5b2c46f.streamlock.net/uniriotv/uniriotv/playlist.m3u8 #EXTINF:-1 tvg-id="Uniteve.ar" status="online",Uniteve https://vivo.solumedia.com:19360/uniteve/uniteve.m3u8 @@ -306,7 +306,7 @@ https://cdnhd.iblups.com/hls/DD3nXkAkWk.m3u8 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="error",Zonda TV +#EXTINF:-1 tvg-id="ZondaTV.ar" status="online",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 d1f7c8459..07dafe4b8 100644 --- a/streams/at.m3u +++ b/streams/at.m3u @@ -25,7 +25,7 @@ https://d2i6psfxyapxwi.cloudfront.net/out/v1/f0cc8e3aceb64ad8968231dc5a0041d4/in https://orf1.mdn.ors.at/out/u/orf1/qxb/manifest.m3u8 #EXTINF:-1 tvg-id="ORF2.at" status="blocked",ORF 2 (540p) [Geo-blocked] https://orf2.mdn.ors.at/out/u/orf2/qxb/manifest.m3u8 -#EXTINF:-1 tvg-id="ORFIII.at" status="online",ORF 3 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="ORFIII.at" status="blocked",ORF 3 (720p) [Geo-blocked] https://orf3.mdn.ors.at/out/u/orf3/qxb/manifest.m3u8 #EXTINF:-1 tvg-id="ORFSportPlus.at" status="blocked",ORF Sport+ (540p) [Geo-blocked] https://orfs.mdn.ors.at/out/u/orfs/qxb/manifest.m3u8 diff --git a/streams/az.m3u b/streams/az.m3u index 51b5d0646..3dc67ad2b 100644 --- a/streams/az.m3u +++ b/streams/az.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="error",Alvin Channel TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="online",Alvin Channel TV (360p) [Not 24/7] http://cdn10-alvinchannel.yayin.com.tr/alvinchannel/alvinchannel/playlist.m3u8 #EXTINF:-1 tvg-id="ARB24.az" status="online",ARB 24 (1080p) [Not 24/7] http://85.132.81.184:8080/arb24/live1/index.m3u8 @@ -33,10 +33,10 @@ https://node19.connect.az:8086/ch1/ch1.med.m3u8 http://109.205.166.68/server124/idman_az/index.m3u8 #EXTINF:-1 tvg-id="InterAz.az" status="error",ฤฐnterAz (1080p) [Not 24/7] http://yayin.netradyom.com:1935/live/interaz/playlist.m3u8 +#EXTINF:-1 tvg-id="KepezTV.az" status="online",Kษ™pษ™z TV (540p) [Not 24/7] +http://85.132.81.184:8080/arbkepez/live/index.m3u8 #EXTINF:-1 tvg-id="KepezTV.az" status="timeout",Kษ™pษ™z TV (540p) [Not 24/7] http://streams.livetv.az/arbkepez/live/playlist.m3u8 -#EXTINF:-1 tvg-id="KepezTV.az" status="error",Kษ™pษ™z TV (540p) [Not 24/7] -http://85.132.81.184:8080/arbkepez/live/index.m3u8 #EXTINF:-1 tvg-id="MedeniyyetTV.az" status="timeout",Mษ™dษ™niyyษ™t TV (404p) [Not 24/7] http://streams.livetv.az/azerbaijan/medeniyyet_stream2/playlist.m3u8 #EXTINF:-1 tvg-id="MuganTV.az" status="online",MuฤŸan TV (1080p) [Not 24/7] diff --git a/streams/ba.m3u b/streams/ba.m3u index 1f1ed67f6..4a66fdfe0 100644 --- a/streams/ba.m3u +++ b/streams/ba.m3u @@ -16,9 +16,9 @@ https://prd-hometv-live-open.spectar.tv/ERO_1_083/playlist.m3u8 #EXTINF:-1 tvg-id="Televizija5.ba" status="timeout",Televizija 5 (576p) https://balkanmedia.dynu.net/hls/tv5web.m3u8 #EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7] -http://31.47.0.130:8082 -#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="error",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="TVSlonExtra.ba" status="online",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] diff --git a/streams/bb.m3u b/streams/bb.m3u index e691be5a7..98cd992be 100644 --- a/streams/bb.m3u +++ b/streams/bb.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="CBCTV8.bb" status="online",CBC TV8 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CBCTV8.bb" status="error",CBC TV8 (1080p) [Not 24/7] https://1740288887.rsc.cdn77.org/1740288887/index.m3u8 diff --git a/streams/bd_jagobd.m3u b/streams/bd_jagobd.m3u index 338f3baca..79b63831b 100644 --- a/streams/bd_jagobd.m3u +++ b/streams/bd_jagobd.m3u @@ -13,11 +13,11 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/boishakhitv-org.stream/playlist.m3u8 #EXTINF:-1 tvg-id="BTVChittagong.bd" status="error",BTV Chittagong (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/btvnational-ctg.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="BTVWorld.bd" status="error",BTV World (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BTVWorld.bd" status="online",BTV World (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/btvbd-office-sg.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Channel9.bd" status="blocked",Channel 9 (720p) https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/channel9hd.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="Channel24.bd" status="error",Channel 24 (720p) +#EXTINF:-1 tvg-id="Channel24.bd" status="online",Channel 24 (720p) 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 @@ -25,13 +25,13 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF 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 -#EXTINF:-1 tvg-id="GaanBangla.bd" status="error",Gaan Bangla (720p) [Not 24/7] +#EXTINF:-1 tvg-id="GaanBangla.bd" status="online",Gaan Bangla (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/gaanbangla-8-orgd.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="IndependentTV.bd" status="error",Independent TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="IndependentTV.bd" status="online",Independent TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/independent-8-org.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="JamunaTV.bd" status="error",Jamuna TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JamunaTV.bd" status="online",Jamuna TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/jamuna-test-sample-ok.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="News24.bd" status="error",News 24 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="News24.bd" status="online",News 24 (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/news24local.stream/playlist.m3u8 #EXTINF:-1 tvg-id="NexusTV.bd" status="online",Nexus TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/nexustv.stream/playlist.m3u8 @@ -45,7 +45,7 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/songsodtv-world.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SATV.bd" status="online",SATV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/satvoff5666.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="SomoyNewsTV.bd" status="error",Somoy News TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SomoyNewsTV.bd" status="online",Somoy News TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/somoyt000011226615544544.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SomoyNewsTV.bd" status="error",Somoy News TV (1080p) [Not 24/7] https://somoy.appv.jagobd.com:444/somoy/somoyt000011226615544544.stream/playlist.m3u8 diff --git a/streams/be.m3u b/streams/be.m3u index 3fee0faee..a9ef060d0 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="timeout",EbS Live (Europe by Satellite) (1080p) +#EXTINF:-1 tvg-id="EbS.be" status="online",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 @@ -41,8 +41,8 @@ https://player-api.new.livestream.com/accounts/27755193/events/8452383/live.m3u8 https://player-api.new.livestream.com/accounts/27755193/events/8511193/live.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/.mpd -#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/.mpd +#EXTINF:-1 tvg-id="" status="online",VRT Radio 2 +https://live-radio-cf-vrt.akamaized.net/groupa/live/e96793cc-eac5-4ed2-8eb5-617c2f6abc55/live.isml/.mpd #EXTINF:-1 tvg-id="" status="online",VRT Radio StuBru 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 @@ -61,7 +61,7 @@ https://live-radio-cf-vrt.akamaized.net/groupb/live/eee20dc8-158a-4194-8d92-0c5a https://media.mediahuisvideo.be/hls/account=tqIhfOEY3U0A/item=oIFtpshSvwcy/oIFtpshSvwcy.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Antenne Centre (720p) [Geo-blocked] https://actv-live.freecaster.com/live/actv/actv.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",VRT Radio 2 -https://live-radio-cf-vrt.akamaized.net/groupa/live/e96793cc-eac5-4ed2-8eb5-617c2f6abc55/live.isml/.mpd +#EXTINF:-1 tvg-id="" status="timeout",VRT Radio 1 +https://live-radio-cf-vrt.akamaized.net/groupa/live/d6fdec5d-5d67-4cc3-9f8c-e3e8993c8ee4/live.isml/.mpd #EXTINF:-1 tvg-id="" status="error",RTL-TVi (720p) https://rtltvi-lh.akamaihd.net/i/TVI_1@319659/master.m3u8 diff --git a/streams/bh.m3u b/streams/bh.m3u index bd5a3f85d..27ffa56a0 100644 --- a/streams/bh.m3u +++ b/streams/bh.m3u @@ -3,11 +3,11 @@ https://5c7b683162943.streamlock.net/live/ngrp:Bahrain+International_all/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainLawal.bh" status="error",Bahrain Lawal (410p) https://5c7b683162943.streamlock.net/live/ngrp:Bahrain+Lawal_all/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainQuran.bh" status="online",Bahrain Quran (400p) [Not 24/7] +#EXTINF:-1 tvg-id="BahrainQuran.bh" status="timeout",Bahrain Quran (400p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:Bahrain+Quran_all/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainSports1.bh" status="online",Bahrain Sports 1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BahrainSports1.bh" status="error",Bahrain Sports 1 (720p) [Not 24/7] http://185.105.4.106:1935/live/Bahrain+Sports/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainSports1.bh" status="online",Bahrain Sports 1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BahrainSports1.bh" status="error",Bahrain Sports 1 (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:Bahrain+Sports_all/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainSports2.bh" status="error",Bahrain Sports 2 (720p) https://5c7b683162943.streamlock.net/live/ngrp:Bahrain+Sports+2_all/playlist.m3u8 diff --git a/streams/br.m3u b/streams/br.m3u index 6905fbc02..0f31ac0d9 100644 --- a/streams/br.m3u +++ b/streams/br.m3u @@ -66,17 +66,17 @@ https://srv1.zcast.com.br/kpoptv/kpoptv/playlist.m3u8 https://video01.logicahost.com.br/mkkwebtv/mkkwebtv/playlist.m3u8 #EXTINF:-1 tvg-id="NovaEraTV.br" status="online",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 #EXTINF:-1 tvg-id="NovoTempo.br" status="online",Novo Tempo (480p) http://stream.novotempo.com/tv/tvnovotempo.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="NovoTempo.br" status="online",Novo Tempo (720p) +https://stream.live.novotempo.com/tv/smil:tvnovotempo.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NovoTempo.br" status="online",Novo Tempo (480p) http://stream.novotempo.com:1935/tv/smil:tvnovotempo.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NovoTempo.br" status="online",Novo Tempo (480p) http://stream.novotempo.com:1935/tv/tvnovotempo.smil/live.m3u8 -#EXTINF:-1 tvg-id="NuevoTiempo.br" status="online",Nuevo Tiempo (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NuevoTiempo.br" status="error",Nuevo Tiempo (720p) [Not 24/7] https://stream.live.novotempo.com/tv/smil:tvnuevotiempo.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="PeruChannel.br" status="error",Perรบ Channel (720p) [Not 24/7] +#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] http://flash.softhost.com.br:1935/pucgoias/aovivo/live.m3u8 @@ -108,7 +108,7 @@ https://dd8umsy8yf96u.cloudfront.net/live/cnt-curitiba.m3u8 https://dd8umsy8yf96u.cloudfront.net/live/cnt-americana.m3u8 #EXTINF:-1 tvg-id="RedeFamilia.br" status="online",Rede Famรญlia (720p) [Not 24/7] https://5a1c76baf08c0.streamlock.net/familia/smil:familia.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RedeGospel.br" status="online",Rede Gospel (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RedeGospel.br" status="error",Rede Gospel (720p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-8719/LVW8719_AcLVAxWy5J/playlist.m3u8 #EXTINF:-1 tvg-id="RedeMaoAmiga.br" status="online",Rede Mรฃo Amiga (480p) [Not 24/7] http://streaming03.zas.media:1935/redemaoamiga/redemaoamiga/live.m3u8 @@ -138,7 +138,7 @@ http://flash1.crossdigital.com.br/2063/2063/playlist.m3u8 http://evpp.mm.uol.com.br:1935/band_live/terraviva/playlist.m3u8 #EXTINF:-1 tvg-id="TVAberta.br" status="online",TV Aberta (1080p) [Not 24/7] https://cdn-canalpaulo.ciclano.io:1443/canalpaulo/canalpaulo/playlist.m3u8 -#EXTINF:-1 tvg-id="TVALMG.br" status="timeout",TV ALMG (720p) +#EXTINF:-1 tvg-id="TVALMG.br" status="online",TV ALMG (720p) https://streaming.almg.gov.br/live/tvalmg.m3u8 #EXTINF:-1 tvg-id="TVAlternativa.br" status="error",TV Alternativa (614p) [Not 24/7] http://stmv8.conectastm.com/wagner1168/wagner1168/playlist.m3u8 @@ -232,7 +232,7 @@ http://cdn.tvmatic.net/funny.m3u8 http://cdn.tvmatic.net/tiktok.m3u8 #EXTINF:-1 tvg-id="TVMAX.br" status="online",TV MAX (720p) [Not 24/7] https://59f1cbe63db89.streamlock.net:1443/tvmax/tvmax/playlist.m3u8 -#EXTINF:-1 tvg-id="TVMetropole.br" status="online",TV Metropole (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVMetropole.br" status="timeout",TV Metropole (720p) [Not 24/7] https://cdn-fundacao-2110.ciclano.io:1443/fundacao-2110/fundacao-2110/playlist.m3u8 #EXTINF:-1 tvg-id="TVMetropolitanaRio.br" status="error",TV Metropolitana Rio (480p) https://59f1cbe63db89.streamlock.net:1443/caxiastv/caxiastv/playlist.m3u8 @@ -264,7 +264,7 @@ https://5a1c76baf08c0.streamlock.net/tvsd2/smil:tvsd2_20042020.smil/playlist.m3u http://streaming03.zas.media:1935/tvsol/tvsol/playlist.m3u8 #EXTINF:-1 tvg-id="TVTerceiroAnjo.br" status="online",TV Terceiro Anjo (360p) [Not 24/7] https://streamer1.streamhost.org/salive/GMI3anjoh/livestream.m3u8 -#EXTINF:-1 tvg-id="TVThathi.br" status="online",TV Thathi (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVThathi.br" status="timeout",TV Thathi (720p) [Not 24/7] https://cdn-grupo-10049.ciclano.io:1443/grupo-10049/grupo-10049/playlist.m3u8 #EXTINF:-1 tvg-id="TVTokyo.br" status="error",TV Tokyo (360p) [Not 24/7] https://stmv1.voxtvhd.com.br/tvtokio/tvtokio/playlist.m3u8 @@ -294,6 +294,8 @@ https://edge-df-01.eduplay.rnp.br/media/ocp(r(iRGrcw)t(AAAAAAAAAAA)p(d(Dxg)k(Qdk https://srv5.zcast.com.br/andre4369/andre4369/playlist.m3u8 #EXTINF:-1 tvg-id="Yeeaah.br" status="online",Yeeaah! (720p) [Not 24/7] https://srv3.zcast.com.br/yeeaah/yeeaah/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",BM&C [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCoja0MNI4SIvXqJR3szbSfw/live #EXTINF:-1 tvg-id="" status="online",TV Camara de Sao Paulo (720p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-8711/ngrp:LVW8711_tG0F3TEBDL_all/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TELE CINE ACTION (720p) @@ -305,8 +307,6 @@ https://evpp.mm.uol.com.br/geob_band/bandnewstv/playlist.m3u8 https://playplusgoya-lh.akamaihd.net/i/pp_gna@377833/index_720_av-p.m3u8 #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/br_samsung.m3u b/streams/br_samsung.m3u index fc5ecae77..289d4ac7b 100644 --- a/streams/br_samsung.m3u +++ b/streams/br_samsung.m3u @@ -19,7 +19,7 @@ https://inwild-samsungbrazil.amagi.tv/playlist.m3u8 https://inwonder-samsungbrazil.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="MyTimemovienetworkBrazil.br" status="online",MyTime movie network Brazil (720p) https://appletree-mytime-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RecordNews.br" status="timeout",Record News (540p) +#EXTINF:-1 tvg-id="RecordNews.br" status="online",Record News (540p) https://rede-muhler-recordnews-1-br.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="RuntimeBrazil.br" status="error",Runtime (Brazil) (1080p) [Geo-blocked] https://runtimebrazil-samsungbrazil.amagi.tv/playlist.m3u8 diff --git a/streams/by.m3u b/streams/by.m3u index dca998ba5..351b24605 100644 --- a/streams/by.m3u +++ b/streams/by.m3u @@ -7,7 +7,7 @@ https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus3.smil/playlist.m3u8 http://95.46.208.8:26258/belarus4 #EXTINF:-1 tvg-id="Belarus24.by" status="online",ะ‘ะตะปะฐั€ัƒััŒ 24 (1080p) https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus24.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FirstMusicChannel4K.by" status="online",ะŸะตั€ะฒั‹ะน ะœัƒะทั‹ะบะฐะปัŒะฝั‹ะน ะšะฐะฝะฐะป 4K (2160p) +#EXTINF:-1 tvg-id="FirstMusicChannel4K.by" status="timeout",ะŸะตั€ะฒั‹ะน ะœัƒะทั‹ะบะฐะปัŒะฝั‹ะน ะšะฐะฝะฐะป 4K (2160p) http://rtmp.one.by:1499 #EXTINF:-1 tvg-id="FirstMusicChannel.by" status="online",ะŸะตั€ะฒั‹ะน ะœัƒะทั‹ะบะฐะปัŒะฝั‹ะน ะšะฐะฝะฐะป (576p) http://hz1.teleport.cc/HLS/SD.m3u8 diff --git a/streams/ca.m3u b/streams/ca.m3u index 6654aa3e1..2fa7bb1da 100644 --- a/streams/ca.m3u +++ b/streams/ca.m3u @@ -5,10 +5,10 @@ http://158.69.124.9:1935/5aabtv/5aabtv/playlist.m3u8 https://uni01rtmp.tulix.tv/amazingdtv/amazingdtv/playlist.m3u8 #EXTINF:-1 tvg-id="AssembleenationaleduQuebec.ca" status="error",Canal de l'Assemblรฉe nationale (544p) [Not 24/7] https://wowzaprod231-i.akamaihd.net/hls/live/1013830/177d227e/playlist.m3u8 +#EXTINF:-1 tvg-id="AzStarTV.ca" status="online",Az Star TV (1080p) +http://live.azstartv.com/azstar/smil:azstar.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AzStarTV.ca" status="online",Az Star TV (240p) https://live.livestreamtv.ca/azstar/ngrp:azstar/playlist.m3u8 -#EXTINF:-1 tvg-id="AzStarTV.ca" status="error",Az Star TV (1080p) -http://live.azstartv.com/azstar/smil:azstar.smil/playlist.m3u8 #EXTINF:-1 tvg-id="BBCTorontoGaundaPunjab.ca" status="online",BBC Toronto Gaunda Punjab (720p) [Not 24/7] http://start.agmediachandigarh.com/gaundapunjab/tv/playlist.m3u8 #EXTINF:-1 tvg-id="CanadaOne.ca" status="online",Canada One (720p) [Not 24/7] @@ -151,7 +151,7 @@ http://live.tamilvision.tv:8081/TVI/SD/playlist.m3u8 https://5790d294af2dc.streamlock.net/8150/8150/playlist.m3u8 #EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="online",Tรฉlรฉ-Mag Quรฉbec (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCNKXYT-Nng5LBMUQrZJ9zWA/live -#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="error",Tรฉlรฉ-Mag Quรฉbec (1080p) [Not 24/7] +#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="TeletoonEnglish.ca" status="error",Teletoon (720p) [Not 24/7] http://s1.mysportz.tv:2082/teletoon/playlist.m3u8 diff --git a/streams/ch.m3u b/streams/ch.m3u index e282bbb6c..3b3580a2a 100644 --- a/streams/ch.m3u +++ b/streams/ch.m3u @@ -11,14 +11,14 @@ https://rtsc3video-lh.akamaihd.net/i/rtsc3video_ww@513975/master.m3u8 https://katapy.hs.llnwd.net/dieutvwza1/DIEUTVLIVE/smil:dieutv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ELITTVIsvicre.ch" status="error",ELIT TV Isvicre (720p) http://source2.primetime.ch/play/elittv/index.m3u8 +#EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 en Franรงais (1080p) +https://edge.vedge.infomaniak.com/livecast/ik:livehd/master.m3u8 #EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 auf Deutsch (1080p) https://edge.vedge.infomaniak.com/livecast/ik:livesd2/master.m3u8 #EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 en Franรงais (1080p) https://livehd.vedge.infomaniak.com/livecast/livehd/master.m3u8 #EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 auf Deutsch (1080p) https://livesd2.vedge.infomaniak.com/livecast/ik:livesd2/master.m3u8 -#EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 en Franรงais (1080p) -https://edge.vedge.infomaniak.com/livecast/ik:livehd/master.m3u8 #EXTINF:-1 tvg-id="LaTele.ch" status="online",La Tรฉlรฉ (1080p) https://edge.vedge.infomaniak.com/livecast/ik:latele/playlist.m3u8 #EXTINF:-1 tvg-id="LaTele.ch" status="online",La Tรฉlรฉ (1080p) @@ -65,7 +65,7 @@ https://cldf-wzw-live.r53.cdn.tv1.eu/10096xtelebase/_definst_/1000199copo/live/a http://xapp510394368c1000199.f.l.z.lb.core-cdn.net/10096xtelebase/ios_500/master.m3u8 #EXTINF:-1 tvg-id="TeleBielingue.ch" status="online",TeleBielingue (720p) https://edge.vedge.infomaniak.com/livecast/ik:telebielinguech/manifest.m3u8 -#EXTINF:-1 tvg-id="TeleBielingue.ch" status="error",TeleBielingue (720p) +#EXTINF:-1 tvg-id="TeleBielingue.ch" status="online",TeleBielingue (720p) https://livevideo.infomaniak.com/streaming/livecast/telebielinguech/playlist.m3u8 #EXTINF:-1 tvg-id="TeleM1.ch" status="online",Tele M1 (720p) [Not 24/7] https://cdnapisec.kaltura.com/p/1719221/sp/171922100/playManifest/entryId/1_ljzy3evp/format/applehttp/protocol/https/a.m3u8 diff --git a/streams/cl.m3u b/streams/cl.m3u index 31a4bc99c..8f10f5a33 100644 --- a/streams/cl.m3u +++ b/streams/cl.m3u @@ -19,7 +19,7 @@ https://livefocamundo.com:8081/arabtv/playlist.m3u8 https://5eff35271151c.streamlock.net:1936/8002/8002/playlist.m3u8 #EXTINF:-1 tvg-id="AtacamaTV.cl" status="online",Atacama TV (Copiapรณ) (720p) [Not 24/7] https://v2.tustreaming.cl/atacamatv/index.m3u8 -#EXTINF:-1 tvg-id="AutonomaTV.cl" status="error",Autonoma TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AutonomaTV.cl" status="online",Autonoma TV (720p) [Not 24/7] https://5eff35271151c.streamlock.net:1936/8144/8144/playlist.m3u8 #EXTINF:-1 tvg-id="AysenTV.cl" status="online",Aysรฉn TV (720p) [Not 24/7] https://v2.tustreaming.cl/aysentv/playlist.m3u8 @@ -34,9 +34,9 @@ https://unlimited1-us.dps.live/canal2/canal2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal2Quellon.cl" status="online",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://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="Canal9BioBioTelevision.cl" status="online",Canal 9 Bรญo Bรญo Televisiรณn (1080p) [Not 24/7] +https://unlimited6-cl.dps.live/c9/c9.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal11Aysen.cl" status="online",Canal 11 Aysรฉn https://v1.tustreaming.cl:19360/canal11aysen/canal11aysen.m3u8 #EXTINF:-1 tvg-id="Canal13.cl" status="blocked",Canal 13 (720p) [Geo-blocked] @@ -107,11 +107,11 @@ https://stmv.panel.mivideo.pro/ekiztv/ekiztv/playlist.m3u8 https://paneltv.online:1936/8154/8154/playlist.m3u8 #EXTINF:-1 tvg-id="ElPinguinoTV.cl" status="online",El Pingรผino TV (720p) https://github.com/MachineSystems/archived_m3u8/raw/main/elpinguino_cl.m3u8 -#EXTINF:-1 tvg-id="EnerGeek2.cl" status="blocked",EnerGeek Seรฑal 2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EnerGeek2.cl" status="online",EnerGeek Seรฑal 2 (720p) [Not 24/7] https://wifispeed.trapemn.tv:1936/infantil/energeek-2/playlist.m3u8 #EXTINF:-1 tvg-id="EnerGeek3.cl" status="error",EnerGeek Seรฑal 3 (720p) [Not 24/7] https://stream.wifispeed.cl:3993/live/energeeklive.m3u8 -#EXTINF:-1 tvg-id="EnerGeek.cl" status="blocked",EnerGeek (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EnerGeek.cl" status="online",EnerGeek (720p) [Not 24/7] https://wifispeed.trapemn.tv:1936/infantil/energeek-1/playlist.m3u8 #EXTINF:-1 tvg-id="EnfoqueDigitalTV.cl" status="error",Enfoque Digital https://tvdatta.com:3797/hybrid/play.m3u8 @@ -299,7 +299,7 @@ https://srv.panelcast.net/traveltv/traveltv/playlist.m3u8 https://unlimited1-us.dps.live/tv5/tv5.smil/playlist.m3u8 #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] +#EXTINF:-1 tvg-id="TV8Concepcion.cl" status="blocked",TV8 (Concepciรณn) (514p) [Geo-blocked] https://593b04c4c5670.streamlock.net/8014/8014/playlist.m3u8 #EXTINF:-1 tvg-id="TVCosta.cl" status="error",TV Costa (720p) [Not 24/7] http://cdn.streamingmedia.cl:1935/live/canalcosta/playlist.m3u8 @@ -329,7 +329,7 @@ https://stmv1.zcastbr.com/danielg/smil:transcoder.smil/playlist.m3u8 https://unlimited1-us.dps.live/tvr/tvr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVR.cl" status="timeout",TVR (720p) https://unlimited1-cl.dps.live/tvr/tvr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TVSalud.cl" status="error",TV Salud (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSalud.cl" status="online",TV Salud (720p) [Not 24/7] https://srv3.zcast.com.br/mastermedia/mastermedia/playlist.m3u8 #EXTINF:-1 tvg-id="TVSenado.cl" status="online",TV Senado (360p) https://janus-tv-ply.senado.cl/playlist/playlist.m3u8 @@ -389,15 +389,13 @@ https://v2.tustreaming.cl/zizatv/index.m3u8 http://38.131.11.9:1080/play/a00x #EXTINF:-1 tvg-id="ZonaPlayTV.cl" status="error",Zona Play TV (ZPTV) (720p) [Not 24/7] https://srv3.zcast.com.br/juancarlos9451/juancarlos9451/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",CHV Noticias (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRsUoZYC1ULUspipMRnMhwg/live #EXTINF:-1 tvg-id="" status="online",Canal SCร‘ (San Carlos ร‘uble) (720p) [Not 24/7] https://live.tvcontrolcp.com:1936/sancarlostv/sancarlostv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",DJ Loncho TV https://srv1.zcast.com.br/djlonchotv/djlonchotv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Regiรณn Televisiรณn ร‘uble (Chillรกn) (720p) [Not 24/7] https://live.tvcontrolcp.com:1936/guzman/guzman/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Chavo TV (480p) +#EXTINF:-1 tvg-id="" status="blocked",Chavo TV (480p) https://videostreaming.cloudserverlatam.com/ElChavotv/ElChavotv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Kanade TV (720p) http://64.20.57.7:8080/hls/enfoque.m3u8 @@ -419,5 +417,7 @@ http://159.69.56.148:25461/live/Mix24-7Gratis/78qy9/6.m3u8 http://159.69.56.148:25461/live/Mix24-7Gratis/78qy9/7.m3u8 #EXTINF:-1 tvg-id="" status="error",MIX 24/7 Puro Rock (720p) http://159.69.56.148:25461/live/Mix24-7Gratis/78qy9/25.m3u8 +#EXTINF:-1 tvg-id="" status="error",CHV Noticias (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRsUoZYC1ULUspipMRnMhwg/live #EXTINF:-1 tvg-id="" status="error",Estaciรณn TV (Chillรกn) (720p) [Not 24/7] https://pantera1-100gb-cl-movistar.dps.live/estaciontv/estaciontv.smil/playlist.m3u8 diff --git a/streams/cn.m3u b/streams/cn.m3u index eaef4bd75..b64836b44 100644 --- a/streams/cn.m3u +++ b/streams/cn.m3u @@ -4,8 +4,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225618/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1็ปผๅˆ (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225642/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1็ปผๅˆ (1080p) -http://117.169.120.140:8080/live/cctv-1/.m3u8 -#EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1็ปผๅˆ (1080p) http://183.207.249.9/PLTV/3/224/3221225530/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1็ปผๅˆ (1080p) http://183.207.249.15/PLTV/3/224/3221225530/index.m3u8 @@ -16,6 +14,8 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=29&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) +http://117.169.120.140:8080/live/cctv-1/.m3u8 +#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) http://183.207.248.71/cntv/live1/cctv-1/cctv-1 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv1/HD-2500k-1080P-cctv1 @@ -43,8 +43,6 @@ http://223.110.245.173/PLTV/4/224/3221227375/index.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225619/index.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2่ดข็ป (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225643/index.m3u8 -#EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2่ดข็ป (1080p) -http://117.169.120.140:8080/live/cctv-2/.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2่ดข็ป (1080p) http://39.134.39.39/PLTV/88888888/224/3221226220/index.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2่ดข็ป (540p) @@ -53,6 +51,8 @@ http://112.25.48.68/live/program/live/cctv2/1300000/mnf.m3u8 http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=10&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2่ดข็ป (1080p) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=10&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= +#EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2่ดข็ป (1080p) +http://117.169.120.140:8080/live/cctv-2/.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2่ดข็ป (360p) http://125.210.152.18:9090/live/CCTV2HD_H265.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2่ดข็ป (1080p) @@ -66,8 +66,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225634/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3็ปผ่‰บ (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225647/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3็ปผ่‰บ (1080p) -http://39.135.38.165:6610/000000001000/1000000001000011218/1.m3u8?IASHttpSessionId=OTT16157620200202041417014267&fmt=ts2hls&u=45768392 -#EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3็ปผ่‰บ (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225647/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3็ปผ่‰บ (1080p) http://117.169.120.140:8080/live/cctv-3/.m3u8 @@ -78,6 +76,8 @@ http://183.207.249.35/PLTV/4/224/3221227295/index.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) +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 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3็ปผ่‰บ (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=80&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -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) @@ -158,8 +158,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225632/index.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6็”ตๅฝฑ (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225650/index.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6็”ตๅฝฑ (1080p) -http://117.169.120.140:8080/live/cctv-6/.m3u8 -#EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6็”ตๅฝฑ (1080p) http://183.207.248.37/PLTV/3/224/3221227209/index.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6็”ตๅฝฑ (1080p) http://183.207.249.9/PLTV/3/224/3221225548/index.m3u8 @@ -171,6 +169,8 @@ http://39.134.39.39/PLTV/88888888/224/3221226226/index.m3u8 http://112.25.48.68/live/program/live/cctv6hd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6็”ตๅฝฑ (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=87&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= +#EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6็”ตๅฝฑ (1080p) +http://117.169.120.140:8080/live/cctv-6/.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6็”ตๅฝฑ (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv6/HD-2500k-1080P-cctv6 #EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6็”ตๅฝฑ (1080p) @@ -196,8 +196,6 @@ http://39.135.138.59:18890/PLTV/88888910/224/3221225624/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) http://183.207.248.10/PLTV/3/224/3221225546/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) -http://183.207.249.9/PLTV/3/224/3221225546/index.m3u8 -#EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) http://183.207.249.15/PLTV/3/224/3221225546/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) http://183.207.249.36/PLTV/4/224/3221227314/index.m3u8 @@ -217,6 +215,8 @@ http://117.169.120.140:8080/live/cctv-7/.m3u8 http://125.210.152.18:9090/live/CCTV7HD_H265.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) http://183.207.248.71/cntv/live1/cctv-7/cctv-7 +#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) +http://183.207.249.9/PLTV/3/224/3221225546/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8็”ต่ง†ๅ‰ง (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225631/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8็”ต่ง†ๅ‰ง (1080p) @@ -226,8 +226,6 @@ http://39.135.138.59:18890/PLTV/88888910/224/3221225635/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8็”ต่ง†ๅ‰ง (1080p) http://117.169.120.132:8080/live/cctv-8/playlist.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8็”ต่ง†ๅ‰ง (1080p) -http://117.169.120.140:8080/live/cctv-8/.m3u8 -#EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8็”ต่ง†ๅ‰ง (1080p) http://183.207.248.12/PLTV/3/224/3221227204/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8็”ต่ง†ๅ‰ง (1080p) http://183.207.248.35/PLTV/3/224/3221227205/index.m3u8 @@ -236,6 +234,8 @@ http://39.134.39.39/PLTV/88888888/224/3221226257/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=21&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) +http://117.169.120.140:8080/live/cctv-8/.m3u8 +#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) http://183.207.248.71/cntv/live1/cctv-8/cctv-8 #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv8/HD-2500k-1080P-cctv8 @@ -389,20 +389,20 @@ 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="online",Toonmax TV (576p) http://210.210.155.37/qwr9ew/s/s50/index.m3u8 #EXTINF:-1 tvg-id="ToonmaxTV.cn" status="error",Toonmax TV (576p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s50/index.m3u8 #EXTINF:-1 tvg-id="TVS2.cn" status="timeout",TVS2 (576p) http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227005/index.m3u8 -#EXTINF:-1 tvg-id="XingKongInternational.cn" status="online",Xing Kong International (360p) -http://210.210.155.37/x6bnqe/s/s94/index2.m3u8 #EXTINF:-1 tvg-id="XingKongInternational.cn" status="error",Xing Kong International (360p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s94/index2.m3u8 +#EXTINF:-1 tvg-id="XingKongInternational.cn" status="error",Xing Kong International (360p) +http://210.210.155.37/x6bnqe/s/s94/index2.m3u8 #EXTINF:-1 tvg-id="" status="online",่€€ๆ‰่ดข็ป http://202.69.67.66/webcast/bshdlive-pc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฎœ็ซ ๆ–ฐ้—ป็ปผๅˆ (576p) @@ -497,10 +497,6 @@ http://39.135.138.59:18890/PLTV/88888910/224/3221225696/index.m3u8 http://39.135.138.59:18890/PLTV/88888910/224/3221225741/index.m3u8 #EXTINF:-1 tvg-id="" status="online",้‡ๅบ†ๅซ่ง† (1080p) http://117.169.120.132:8080/live/chongqingstv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) -http://117.169.120.140:8080/live/cctv-4/.m3u8 -#EXTINF:-1 tvg-id="" status="online",ไธœๅ—ๅซ่ง† (1080p) -http://117.169.120.140:8080/live/dongnanstv/.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆน–ๅŒ—ๅซ่ง† (1080p) http://117.169.120.140:8080/live/hdhubeistv/.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่‹ๅซ่ง† (1080p) @@ -509,18 +505,12 @@ http://117.169.120.140:8080/live/hdjiangsustv/.m3u8 http://117.169.120.140:8080/live/hdshandongstv/.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆทฑๅœณๅซ่ง† (1080p) 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://117.172.215.250:8083/videos/live/35/39/GQVbrgob5CGJM/GQVbrgob5CGJM.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) http://183.207.248.11/PLTV/3/224/3221225951/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅŒ—ไบฌๅซ่ง† (1080p) -http://183.207.249.7/PLTV/3/224/3221225574/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅพๅทž-3 (1080p) http://183.207.249.7/PLTV/3/224/3221225949/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธœๆ–นๅซ่ง† (1080p) @@ -605,12 +595,8 @@ http://l.cztvcloud.com/channels/lantian/SXxinchang2/720p.m3u8 http://live.ahsz.tv/video/s10001-ggpd/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฎฟๅทž็ง‘ๆ•™ (1080p) [Not 24/7] http://live.ahsz.tv/video/s10001-kxjy/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅฎฟๅทžๆ–ฐ้—ป็ปผๅˆ (1080p) [Not 24/7] -http://live.ahsz.tv/video/s10001-szzh/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ–ฐ้ƒ‘็ปผๅˆ (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/10184-1.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅญŸๅทž็”ต่ง†ๅฐ (1080p) [Not 24/7] -http://live.dxhmt.cn:9081/tv/10883-1.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅปบๅฎ‰็”ต่ง†ๅฐ (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/11003-1.m3u8 #EXTINF:-1 tvg-id="" status="online",็ฝ—ๅฑฑ็”ต่ง†ๅฐ (1080p) [Not 24/7] @@ -645,6 +631,8 @@ https://gcbsc.v.live.baishancdnx.cn/gc/xiongmao03_1/index.m3u8?contentid=2820180 https://live-hls-web-aje.getaj.net/AJE/01.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] @@ -669,8 +657,6 @@ https://vcndstv.teleosmedia.com/stream/dstv/sunburn/seglist_720p.m3u8 http://3gvod.zjgonline.com.cn:1935/live/shehuishenghuo2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅผ ๅฎถๆธฏๆ–ฐ้—ป็ปผๅˆ (720p) http://3gvod.zjgonline.com.cn:1935/live/xinwenzonghe2/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",้–ๆฑŸๆ–ฐ้—ป็ถœๅˆ (720p) [Not 24/7] -http://58.222.151.43:1935/live/xwzhpc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆพณ่ง†ๆพณ้—จ (720p) [Not 24/7] http://61.244.22.4/ch1/ch1.live/playelist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆพณ่ง†่‘กๆ–‡ (720p) [Not 24/7] @@ -695,16 +681,10 @@ http://223.247.33.124:1935/live/zonghe/playlist.m3u8 http://bililive.kksmg.com/hls/sdi80/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆตท็›ๆ–ฐ้—ป (720p) http://haiyan.liveyun.hoge.cn/xwpd/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅŽๆ•ฐ (720p) [Not 24/7] -http://hls-ott-zhibo.wasu.tv/live/442/index.m3u8 #EXTINF:-1 tvg-id="" status="online",่กกๆฐดๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] http://hls.hsrtv.cn/hls/hstv1.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎ้ƒฝๅธ‚็”Ÿๆดป (720p) [Not 24/7] -http://hls.nntv.cn/nnlive/NNTV_METRO_A.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] -http://hls.nntv.cn/nnlive/NNTV_NEWS_A.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎๅฝฑ่ง†ๅจฑไน (720p) [Not 24/7] -http://hls.nntv.cn/nnlive/NNTV_VOD_A.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎๅ…ฌๅ…ฑ (720p) [Not 24/7] +http://hls.nntv.cn/nnlive/NNTV_PUB_A.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆต™ๆฑŸ โ…  ๆต™ๆฑŸ็ปๆตŽ (720p) [Not 24/7] http://hw-m-l.cztv.com/channels/lantian/channel03/720p.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆต™ๆฑŸ โ…  ๆต™ๆฑŸๆ•™่‚ฒ (720p) [Not 24/7] @@ -731,8 +711,6 @@ http://l.cztvcloud.com/channels/lantian/SXxiaoshan1/720p.m3u8 http://l.cztvcloud.com/channels/lantian/SXxiaoshan2/720p.m3u8 #EXTINF:-1 tvg-id="" status="online",่Šœๆน–ๆ–ฐ้—ป็ปผๅˆ (576p) http://live1.wuhubtv.com/channel1/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",่Šœๆน–็”Ÿๆดป (576p) -http://live1.wuhubtv.com/channel2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",่Šœๆน–ๅ…ฌๅ…ฑ (576p) http://live1.wuhubtv.com/channel3/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",่•ชๆน–ๆ•™่‚ฒ้ ป้“ (576p) @@ -755,10 +733,8 @@ 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/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) +http://njzb.scnj.tv:90/live/gggy_gggy800.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] @@ -825,8 +801,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225730/index.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225731/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ››ๅทๅซ่ง† (576p) 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",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (576p) http://111.63.117.13:6060/030000001000/CCTV-4/CCTV-4.m3u8 #EXTINF:-1 tvg-id="" status="online",็ปง็ปญๆ•™่‚ฒ (576p) @@ -839,12 +813,8 @@ http://117.169.120.140:8080/live/gansustv/.m3u8 http://117.169.120.140:8080/live/jilinstv/.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ†…่’™ๅคๅซ่ง† (576p) http://117.169.120.140:8080/live/neimenggustv/.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅฎๅคๅซ่ง† (576p) -http://117.169.120.140:8080/live/ningxiastv/.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฑฑ่ฅฟๅซ่ง† (576p) http://117.169.120.140:8080/live/shanxistv/.m3u8 -#EXTINF:-1 tvg-id="" status="online",่ฅฟ่—ๅซ่ง† (576p) -http://117.169.120.140:8080/live/xizangstv/.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธ‡ๅทž็ปผๅˆ (576p) [Not 24/7] http://123.146.162.24:8013/tslslive/noEX9SG/hls/live_sd.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธ‡ๅทžไธ‰ๅณก็งปๆฐ‘ (576p) [Not 24/7] @@ -893,12 +863,14 @@ http://183.207.249.15/PLTV/4/224/3221225933/index.m3u8 http://183.207.249.16/PLTV/3/224/3221225523/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆน–ๅŒ—ๅซ่ง† (576p) http://183.207.249.16/PLTV/4/224/3221225877/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",้•ท่ฑๆ–ฐ่ž็ถœๅˆ (576p) -http://218.23.114.19:1935/live/xinwen/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",่พฝๅฎๅซ่ง† (576p) +http://183.207.249.71/PLTV/3/224/3221225566/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ˜Ÿ็ฉบ่ก›่ฆ– (576p) http://218.202.220.2:5000/nn_live.ts?id=STARTV #EXTINF:-1 tvg-id="" status="online",ไป™ๆกƒๆ–ฐ่ž็ถœๅˆ (576p) http://221.233.242.239:280/live/71/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",ไป™ๆกƒ็”Ÿๆดปๆ–‡้ซ” (576p) +http://221.233.242.239:280/live/72/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸๆดฅๆ–‡ๅŒ–ๆ—…ๆธธ (576p) http://222.179.155.21:1935/ch2.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธœ่‡ณๆ–‡ๅŒ–่ต„่ฎฏ (576p) [Not 24/7] @@ -907,8 +879,6 @@ http://223.247.33.124:1935/live/wenhua/playlist.m3u8 http://223.247.33.124:1935/live/yingshi/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",้œธๅทžๅ…ฌๅ…ฑ้ ป้“ (576p) [Not 24/7] http://hbbz.chinashadt.com:2036/live/stream:bzgg.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",้œธๅทžๅฐ‘ๅ…’้ ป้“ (576p) [Not 24/7] -http://hbbz.chinashadt.com:2036/live/stream:bzse.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",้œธๅทžๆ–‡ๅŒ–้ ป้“ (576p) http://hbbz.chinashadt.com:2036/live/stream:bzwh.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",้œธๅทžๆ–ฐ่ž้ ป้“ (576p) @@ -921,8 +891,6 @@ http://hblh.chinashadt.com:2036/live/stream:lh1.stream/playlist.m3u8 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) @@ -947,6 +915,8 @@ http://jxyx.chinashadt.com:2036/live/1002.stream/playlist.m3u8 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) [Not 24/7] +http://jxyz.chinashadt.com:8036/live/yz1.stream/playist.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] @@ -975,8 +945,6 @@ http://sdqz.chinashadt.com:2036/live/stream:1.stream/playlist.m3u8 http://sdqz.chinashadt.com:2036/live/stream:2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",้’ๅทžๆ–‡ๅŒ–ๆ—…ๆธธ (576p) http://sdqz.chinashadt.com:2036/live/stream:3.stream/playlist.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/baicheng1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",็™ฝๅฑฑๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] @@ -987,6 +955,8 @@ http://stream2.jlntv.cn/ja/sd/live.m3u8 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) @@ -1051,18 +1021,16 @@ 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/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/xtxc/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] http://111.17.214.4:1935/live/xtzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐ็”Ÿๆดป (480p) [Not 24/7] http://live.xtgdw.cn:1935/live/xtsh/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐไนกๆ‘ๅ…šๅปบ (480p) [Not 24/7] -http://live.xtgdw.cn:1935/live/xtxc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐๅฝฑ่ฆ–้ ป้“ (480p) [Not 24/7] http://live.xtgdw.cn:1935/live/xtys/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐ็ปผๅˆ (480p) [Not 24/7] @@ -1101,10 +1069,6 @@ http://dslive.grtn.cn/zqzh/playlist.m3u8 http://dslive.grtn.cn/zszh/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",่กกๆฐดๅฝฑ่ง†ๅจฑไน (480p) [Not 24/7] 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] @@ -1113,6 +1077,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",ๆญฆๆฑ‰ๆ–‡ไฝ“ (480p) @@ -1125,8 +1091,6 @@ 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] @@ -1155,6 +1119,12 @@ 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) +http://live6.plus.hebtv.com/sekjx/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๆฒณๅŒ—้ƒฝๅธ‚ (240p) [Not 24/7] +http://live3.plus.hebtv.com/hbdsx/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๆฒณๅŒ—ๅ†œๆฐ‘ (240p) +http://live3.plus.hebtv.com/nmpdx/playlist.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] @@ -1167,8 +1137,14 @@ https://live.ntdimg.com/cwlive220/playlist.m3u8 http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w1847269952_b204800.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฑฑ่ฅฟ โ…  ๆœ”ๅทžๆ–ฐ้—ปๅฐ (10p) [Not 24/7] http://stream.sxsztv.com/live4/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎๅ…ฌๅ…ฑ (720p) [Not 24/7] -http://hls.nntv.cn/nnlive/NNTV_PUB_A.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎ้ƒฝๅธ‚็”Ÿๆดป (720p) [Not 24/7] +http://hls.nntv.cn/nnlive/NNTV_METRO_A.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] +http://hls.nntv.cn/nnlive/NNTV_NEWS_A.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎๅฝฑ่ง†ๅจฑไน (720p) [Not 24/7] +http://hls.nntv.cn/nnlive/NNTV_VOD_A.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐไนกๆ‘ๅ…šๅปบ (480p) [Not 24/7] +http://live.xtgdw.cn:1935/live/xtxc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ๅดๆฑŸๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] http://30515.hlsplay.aodianyun.com/lms_30515/tv_channel_239.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ๅ—้˜ณๆ–ฐ้—ป (1080p) [Not 24/7] @@ -1275,8 +1251,6 @@ http://stream2.ahrtv.cn/lygb/sd/live.m3u8 http://stream2.ahrtv.cn/xnxq/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ๅฎ‰ๅพฝๆ–ฐ้—ป็ปผๅˆๅนฟๆ’ญ [Geo-blocked] http://stream2.ahrtv.cn/xnxw/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",้‡‘ๆ˜Œๅ…ฌๅ…ฑ้ ป้“ (240p) [Geo-blocked] -http://stream4.liveyun.hoge.cn/ch01/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="blocked",้‡‘ๆ˜Œ็ถœๅˆ้ ป้“ (720p) [Geo-blocked] http://stream4.liveyun.hoge.cn/ch02/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ๅคงๆ‚Ÿ็ปผๅˆ [Geo-blocked] @@ -1311,12 +1285,12 @@ http://39.134.39.39/PLTV/88888888/224/3221226199/index.m3u8 http://39.134.39.39/PLTV/88888888/224/3221226240/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไธญๅ›ฝๆ•™่‚ฒ1 (1080p) [Not 24/7] http://39.134.39.39/PLTV/88888888/224/3221226282/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅฒณ่ฅฟๅฝฑ่ฆ–้ ป้“ (576p) [Not 24/7] -http://58.243.4.22:1935/live/yingshi/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆปจๆตทๆ–ฐ้—ป (1080p) 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/wenhua/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) @@ -1671,6 +1645,18 @@ http://117.156.28.119/270000001111/1110000148/index.m3u8 http://117.156.28.119/270000001111/1110000149/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",็งฏ็Ÿณๅฑฑ็”ต่ง†ๅฐ (1080p) http://117.156.28.119/270000001111/1110000152/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) +http://117.169.120.140:8080/live/cctv-4/.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ไธœๅ—ๅซ่ง† (1080p) +http://117.169.120.140:8080/live/dongnanstv/.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (1080p) +http://117.169.120.140:8080/live/hdtianjinstv/.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅฎๅคๅซ่ง† (576p) +http://117.169.120.140:8080/live/ningxiastv/.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",่ฅฟ่—ๅซ่ง† (576p) +http://117.169.120.140:8080/live/xizangstv/.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆดช้›…ๆ–ฐ้—ป็ปผๅˆ (1080p) +http://117.172.215.250:8083/videos/live/35/39/GQVbrgob5CGJM/GQVbrgob5CGJM.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไธœๅ—ๅซ่ง† (360p) http://125.210.152.18:9090/live/DNWSHD_H265.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ‡คๅ‡ฐไธญๆ–‡ (576p) @@ -1733,6 +1719,8 @@ http://183.207.248.71/cntv/live1/HD-2500k-1080P-shandongstv/HD-2500k-1080P-shand http://183.207.248.71/cntv/live1/HD-2500k-1080P-shenzhenstv/HD-2500k-1080P-shenzhenstv #EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (1080p) http://183.207.248.71/cntv/live1/HD-2500k-1080P-tianjinstv/HD-2500k-1080P-tianjinstv +#EXTINF:-1 tvg-id="" status="timeout",ๆต™ๆฑŸๅซ่ง† (1080p) +http://183.207.248.71/cntv/live1/HD-2500k-1080P-zhejiangstv/HD-2500k-1080P-zhejiangstv #EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅ—ๅซ่ง† (576p) http://183.207.248.71/cntv/live1/henanstv/henanstv #EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅ—ๅซ่ง† (1080p) @@ -1809,12 +1797,14 @@ http://183.207.248.71/gitv/live1/JXWS/JXWS http://183.207.248.71/gitv/live1/SCWS/SCWS #EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (576p) http://183.207.248.71/gitv/live1/SDWS/SDWS +#EXTINF:-1 tvg-id="" status="timeout",ๅŒ—ไบฌๅซ่ง† (1080p) +http://183.207.249.7/PLTV/3/224/3221225574/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ‡คๅ‡ฐ่ต„่ฎฏ (720p) http://183.207.249.35/PLTV/3/224/3221226923/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",่พฝๅฎๅซ่ง† (576p) -http://183.207.249.71/PLTV/3/224/3221225566/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",้•ท่ฑๆ–ฐ่ž็ถœๅˆ (576p) +http://218.23.114.19:1935/live/xinwen/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ‰ๅทžๆ–ฐ่ž็ถœๅˆ (1080p) http://218.204.153.158/10.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไบณๅทžๆ–ฐ่ž้ ป้“ (360p) @@ -1827,8 +1817,6 @@ 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",ไป™ๆกƒ็”Ÿๆดปๆ–‡้ซ” (576p) -http://221.233.242.239:280/live/72/playlist.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) @@ -2061,6 +2049,8 @@ 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",้œธๅทžๅฐ‘ๅ…’้ ป้“ (576p) [Not 24/7] +http://hbbz.chinashadt.com:2036/live/stream:bzse.stream/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) @@ -2089,16 +2079,14 @@ http://ivi.bupt.edu.cn/hls/btv5.m3u8 http://ivi.bupt.edu.cn/hls/btv8.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) -http://live3.plus.hebtv.com/nmpdx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅŒ—ๅฝฑ่ง†ๅ‰ง (540p) http://live6.plus.hebtv.com/hbysx/hd/live.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅŒ—ๅฐ‘ๅ„ฟ็ง‘ๆ•™ (540p) -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",ๅฎฟๅทžๆ–ฐ้—ป็ปผๅˆ (1080p) [Not 24/7] +http://live.ahsz.tv/video/s10001-szzh/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆตทๅ—ๅทž่—่ชž้ ป้“ (480p) +http://live.hnzzzzzdst.com/channel1/sd/live.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) @@ -2109,18 +2097,18 @@ http://live.wifizs.cn/qdly/sd/live.m3u8 http://live.wifizs.cn/xwzh/sd/live.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) http://njzb.scnj.tv:90/live/kjpd_kjpd800.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅ†…ๆฑŸ็ปผๅˆ (720p) +http://njzb.scnj.tv:90/live/xwzh_xwzh800.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅผ ๅฎถๅฃไธ€ๅฅ— (720p) [Not 24/7] +http://nlive.zjkgdcs.com:8091/live/xwzhpd.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) http://ott.js.chinamobile.com/PLTV/3/224/3221225815/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไบ‘ๅ—ๅซ่ง† (576p) http://ott.js.chinamobile.com/PLTV/3/224/3221225838/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅปถ่พนๅซ่ง† (576p) -http://ott.js.chinamobile.com/PLTV/3/224/3221227002/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไธญๅ›ฝไบค้€š (576p) http://ott.js.chinamobile.com/PLTV/3/224/3221227027/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",้ป‘้พ™ๆฑŸ (1080p) @@ -2133,18 +2121,16 @@ 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://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) -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",้‡‘ๆ˜Œๅ…ฌๅ…ฑ้ ป้“ (240p) [Geo-blocked] +http://stream4.liveyun.hoge.cn/ch01/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",่้„‰ๆ–ฐ่ž็ถœๅˆ (576p) [Not 24/7] @@ -2163,14 +2149,16 @@ http://yslk.chinashadt.com:1635/live/stream:di4.stream/playlist.m3u8 http://zsxj.chinashadt.com:1935/live/xjsh.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",่พ›้›†ๆ–ฐ่ž้ ป้“ (480p) [Not 24/7] http://zsxj.chinashadt.com:1935/live/xjxw.stream_360p/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",้–ๆฑŸๆ–ฐ้—ป็ถœๅˆ (720p) [Not 24/7] +http://58.222.151.43:1935/live/xwzhpc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅฒณ่ฅฟๅœ–ๆ–‡้ ป้“ (576p) [Not 24/7] http://58.243.4.22:1935/live/tuwen/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",ๅฒณ่ฅฟๅฝฑ่ฆ–้ ป้“ (576p) [Not 24/7] +http://58.243.4.22:1935/live/yingshi/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅฒณ่ฅฟ็ถœๅˆ้ ป้“ (576p) [Not 24/7] http://58.243.4.22:1935/live/zonghe/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",็ถฆๆฑŸ็ปผๅˆ (576p) http://113.207.29.195:1935/app_2/_definst_/ls_25.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",ๆต™ๆฑŸๅซ่ง† (1080p) -http://183.207.248.71/cntv/live1/HD-2500k-1080P-zhejiangstv/HD-2500k-1080P-zhejiangstv #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] @@ -2201,6 +2189,10 @@ 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",ๅŽๆ•ฐ (720p) [Not 24/7] +http://hls-ott-zhibo.wasu.tv/live/442/index.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) @@ -2213,16 +2205,18 @@ http://jiangjinlive.cbg.cn:1935/ch1.m3u8 http://jiangjinlive.cbg.cn:1935/ch2.m3u8 #EXTINF:-1 tvg-id="" status="error",ๆปจๆตทๆ–ฐ้—ป็ปผๅˆ (576p) [Not 24/7] http://jsbh.chinashadt.com:2036/live/bh11.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",่ขๅทž็ถœๅˆ้ ป้“ (576p) [Not 24/7] -http://jxyz.chinashadt.com:8036/live/yz1.stream/playist.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅผ€ๅทž็ปผๅˆ (720p) http://kaixianlive.cbg.cn:10345/1.m3u8 #EXTINF:-1 tvg-id="" status="error",ๆด›้™ฝ็ถœๅˆ้ ป้“ (1080p) [Not 24/7] http://live1.lytv.com.cn:1935/live/LYTV1-1/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",่Šœๆน–็”Ÿๆดป (576p) +http://live1.wuhubtv.com/channel2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅ…ญๅฎ‰ๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] http://live.china-latv.com/channel1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",ไธญ็‰Ÿ็ปผๅˆ (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/10122-1.m3u8 +#EXTINF:-1 tvg-id="" status="error",ๅญŸๅทž็”ต่ง†ๅฐ (1080p) [Not 24/7] +http://live.dxhmt.cn:9081/tv/10883-1.m3u8 #EXTINF:-1 tvg-id="" status="error",ๆพณไบšๅซ่ง† [Not 24/7] http://live.mastvnet.com/4rlff1m/live.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅ—ไบฌๅฐ‘ๅ„ฟ (720p) [Not 24/7] @@ -2233,6 +2227,10 @@ 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",ๅปถ่พนๅซ่ง† (576p) +http://ott.js.chinamobile.com/PLTV/3/224/3221227002/index.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) @@ -2253,12 +2251,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/kangba/1.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/sctv6/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅ››ๅทๅฆ‡ๅฅณๅ„ฟ็ซฅ (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv7/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/hljws2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="error",้ป‘้พ™ๆฑŸๆ–ฐ้—ปๆณ•ๆฒป diff --git a/streams/co.m3u b/streams/co.m3u index 3d6b0d819..f50708d9d 100644 --- a/streams/co.m3u +++ b/streams/co.m3u @@ -5,7 +5,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/canalacua https://5b464b69d264e.streamlock.net/Channels_live/ngrp:amordiscos_all/playlist.m3u8 #EXTINF:-1 tvg-id="ATNTelevision.co" status="online",ATN Televisiรณn (Cรบcuta | Norte de Santander) (640p) https://59ef525c24caa.streamlock.net/atntelevision/atntelevision/playlist.m3u8 -#EXTINF:-1 tvg-id="ATV.co" status="error",ATV (Soacha | Cundinamarca) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="ATV.co" status="online",ATV (Soacha | Cundinamarca) (360p) [Not 24/7] https://movil.ejeserver.com/live/verteve.m3u8 #EXTINF:-1 tvg-id="AvivamientoTV.co" status="online",Avivamiento TV (1080p) [Not 24/7] https://s1.abntelevision.com/avivamientoabr/stream/avivamientohd/avivamientohd/playlist.m3u8 @@ -23,7 +23,7 @@ https://mdstrm.com/live-stream-playlist/5a5e1c2568b1910913db5fe2.m3u8 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="error",Canal 12 (Valledupar | Cesar) (486p) +#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="online",Canal C (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] https://stmv2.voxtvhd.com.br/canalccali/canalccali/playlist.m3u8 @@ -37,10 +37,10 @@ https://api.new.livestream.com/accounts/27724665/events/8376416/live.m3u8 http://131.221.42.25:1935/streaming/canal2/playlist.m3u8 #EXTINF:-1 tvg-id="CanalInstitucionalTV.co" status="online",Canal Institucional https://streaming.rtvc.gov.co/TV_CanalInstitucional_live/smil:live.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalNets.co" status="online",Canal Nets [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCfZ9c1Beo5LipWUXM7zYMuQ/live #EXTINF:-1 tvg-id="CanalNets.co" status="online",Canal Nets https://video.ejeserver.com/live/nets.m3u8 -#EXTINF:-1 tvg-id="CanalNets.co" status="error",Canal Nets [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCfZ9c1Beo5LipWUXM7zYMuQ/live #EXTINF:-1 tvg-id="CanalPyC.co" status="online",Canal PyC [Not 24/7] http://66.240.236.26:1935/canalpycvivo/canalpycvivo/canalpycvivo/playlist.m3u8 #EXTINF:-1 tvg-id="CanalPyC.co" status="error",Canal PyC (Ibaguรฉ | Tolima) (360p) @@ -59,7 +59,7 @@ https://cloudflarestream.com/eyJhbGciOiJSUzI1NiIsImtpZCI6ImI3YmIwODNmMDhkNmQ5NWE https://cloud2.streaminglivehd.com:1936/8054/8054/playlist.m3u8 #EXTINF:-1 tvg-id="CNCMonteria.co" status="online",Canal CNC Monterรญa (Monterรญa | Cรณrdoba) (720p) https://stmv1.voxtvhd.com.br/cncmonteria/cncmonteria/playlist.m3u8 -#EXTINF:-1 tvg-id="CNCTulua.co" status="timeout",Canal CNC HD Tulua (Tulua | Valle del Cauca) (1080p) +#EXTINF:-1 tvg-id="CNCTulua.co" status="error",Canal CNC HD Tulua (Tulua | Valle del Cauca) (1080p) https://servers.amelbasoluciones.co:19360/cnctulua/cnctulua.m3u8 #EXTINF:-1 tvg-id="CTV.co" status="error",CTV (Barranquilla | Atlรกntico) (1080p) https://59a564764e2b6.streamlock.net/ctvbarranquilla/ctv/playlist.m3u8 @@ -87,7 +87,7 @@ https://cloud2.streaminglivehd.com:1936/8010/8010/playlist.m3u8 http://vcp1.myplaytv.com:1935/mundomas/mundomas/playlist.m3u8 #EXTINF:-1 tvg-id="Noticiero90Minutos.co" status="online",Noticiero 90 Minutos (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] https://live-edge-bhs-1.cdn.enetres.net/184784E1D210401F8041E3E1266822CC021/playlist.m3u8 -#EXTINF:-1 tvg-id="NTN24.co" status="online",NTN24 (Nuestra Tele Noticias) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NTN24.co" status="error",NTN24 (Nuestra Tele Noticias) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCEJs1fTF3KszRJGxJY14VrA/live #EXTINF:-1 tvg-id="PSCTelevision.co" status="online",PSC Television https://stmv1.voxtvhd.com.br/psctv/psctv/playlist.m3u8 @@ -146,7 +146,7 @@ https://stmv2.voxtvhd.com.br/tvnglobal/tvnglobal/playlist.m3u8 https://play.cdn.enetres.net/184784E1D210401F8041E3E1266822CC023/028/playlist.m3u8 #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="online",UNAB (Universidad Autonoma de Bucaramanga) TV2 (Bucaramanga | Santander) +#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 diff --git a/streams/cr.m3u b/streams/cr.m3u index 6c32ea4e2..ecc6e50f1 100644 --- a/streams/cr.m3u +++ b/streams/cr.m3u @@ -49,13 +49,13 @@ http://tvretropalmares.com:8090/hls/envivo.m3u8 http://186.15.50.30:8080/hls/smotv.m3u8 #EXTINF:-1 tvg-id="TeleredTelevision.cr" status="online",Telered Television (720p) [Not 24/7] http://k4.usastreams.com/ARBtv/teleplus/playlist.m3u8 -#EXTINF:-1 tvg-id="Telesistema.cr" status="blocked",Telesistema (486p) +#EXTINF:-1 tvg-id="Telesistema.cr" status="online",Telesistema (486p) https://59ef525c24caa.streamlock.net/ARBtv/ARBtv/playlist.m3u8 #EXTINF:-1 tvg-id="TeleSURCostaRica.cr" status="online",TeleSUR Costa Rica (720p) [Not 24/7] http://k3.usastreams.com/telesur/telesur/playlist.m3u8 #EXTINF:-1 tvg-id="TeleSURCostaRica.cr" status="online",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] +#EXTINF:-1 tvg-id="Teletica7.cr" status="timeout",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="online",Tele Uno (720p) [Not 24/7] http://tv.teleunotv.cr:1935/TVUNO/TVUNO/playlist.m3u8 diff --git a/streams/cw.m3u b/streams/cw.m3u index 4b72223b4..b761ab7b4 100644 --- a/streams/cw.m3u +++ b/streams/cw.m3u @@ -3,9 +3,9 @@ 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="online",TeleCuraรงao (720p) +#EXTINF:-1 tvg-id="TeleCuracao.cw" status="error",TeleCuraรงao (720p) http://ott.streann.com:8080/loadbalancer/services/public/channels/5ed71e232cdc24a3d08cd6de/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleCuracao.cw" status="online",TeleCuraรงao (720p) +#EXTINF:-1 tvg-id="TeleCuracao.cw" status="error",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 f3e6d0a7d..2f1702053 100644 --- a/streams/cy.m3u +++ b/streams/cy.m3u @@ -13,13 +13,13 @@ https://www.ast.tv/stream/1/master.m3u8 https://www.ast.tv/stream/2/master.m3u8 #EXTINF:-1 tvg-id="BRT1HD.cy" status="online",BRT 1 HD (720p) [Not 24/7] http://kuzeykibris.tv/m3u8/tv_brt1.m3u8 -#EXTINF:-1 tvg-id="BRT1HD.cy" status="timeout",BRT 1 HD (576p) [Not 24/7] +#EXTINF:-1 tvg-id="BRT1HD.cy" status="online",BRT 1 HD (576p) [Not 24/7] http://wms.brtk.net:1935/live/BRTHD/playlist.m3u8 #EXTINF:-1 tvg-id="BRT1HD.cy" status="error",BRT 1 HD (576p) [Not 24/7] rtmp://wms.brtk.net:1935/live/BRTHD -#EXTINF:-1 tvg-id="BRT2HD.cy" status="timeout",BRT 2 HD (406p) [Not 24/7] +#EXTINF:-1 tvg-id="BRT2HD.cy" status="error",BRT 2 HD (406p) [Not 24/7] http://wms.brtk.net:1935/live/brt1/playlist.m3u8 -#EXTINF:-1 tvg-id="BRT3.cy" status="timeout",BRT 3 (406p) [Not 24/7] +#EXTINF:-1 tvg-id="BRT3.cy" status="online",BRT 3 (406p) [Not 24/7] http://wms.brtk.net:1935/live/brt2/playlist.m3u8 #EXTINF:-1 tvg-id="CityChannel.cy" status="online",City Channel (720p) [Not 24/7] https://dev.aftermind.xyz/edge-hls/unitrust/citychannel/index.m3u8?token=8TXWzhY3h6jrzqEqu @@ -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/cz.m3u b/streams/cz.m3u index 1728bf7be..47dd6a92d 100644 --- a/streams/cz.m3u +++ b/streams/cz.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="CT1HD.cz" status="online",ฤŒT1 (1080p) http://213.151.233.20:8000/dna-5100-tv-pc.m3u8 -#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะะฐัั‚ะพัั‰ะตะต ะ’ั€ะตะผั (480p) +#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะะฐัั‚ะพัั‰ะตะต ะ’ั€ะตะผั (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s61/index.m3u8 #EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="error",ะะฐัั‚ะพัั‰ะตะต ะ’ั€ะตะผั (720p) [Not 24/7] diff --git a/streams/de.m3u b/streams/de.m3u index 8bf5e9941..cbde14793 100644 --- a/streams/de.m3u +++ b/streams/de.m3u @@ -95,7 +95,7 @@ https://live2.telvi.de/hls/hauptstadttv_hd720.m3u8 http://62.67.13.53:1935/HealthTV/ghtv_live_master.stream/playlist.m3u8 #EXTINF:-1 tvg-id="HSE24Extra.de" status="online",HSE24 Extra (1080p) https://hse24extra.akamaized.net/hls/live/2006596/hse24extra/playlist.m3u8 -#EXTINF:-1 tvg-id="HSE24Trend.de" status="timeout",HSE24 Trend (576p) +#EXTINF:-1 tvg-id="HSE24Trend.de" status="online",HSE24 Trend (576p) https://hse24trend.akamaized.net/hls/live/2006597/hse24trend/playlist.m3u8 #EXTINF:-1 tvg-id="HSE.de" status="online",HSE (1080p) https://hse24.akamaized.net/hls/live/2006663/hse24/playlist.m3u8 @@ -242,9 +242,9 @@ http://62.113.210.250/medienasa-live/mp4:ran1_high/master.m3u8 #EXTINF:-1 tvg-id="RAN1.de" status="online",RAN1 (1080p) https://58bd5b7a98e04.streamlock.net/medienasa-live/mp4:ran1_high/playlist.m3u8 #EXTINF:-1 tvg-id="RAN1Regionalfernsehen.de" status="online",RAN1 Regionalfernsehen (1080p) -http://62.113.210.250:1935/medienasa-live/ran1_high/playlist.m3u8 -#EXTINF:-1 tvg-id="RAN1Regionalfernsehen.de" status="error",RAN1 Regionalfernsehen (1080p) http://62.113.210.250:1935/medienasa-live/mp4:ran1_high/playlist.m3u8 +#EXTINF:-1 tvg-id="RAN1Regionalfernsehen.de" status="online",RAN1 Regionalfernsehen (1080p) +http://62.113.210.250:1935/medienasa-live/ran1_high/playlist.m3u8 #EXTINF:-1 tvg-id="RBW.de" status="online",RBW (1080p) http://58bd5b7a98e04.streamlock.net/medienasa-live/rbw_high/playlist.m3u8 #EXTINF:-1 tvg-id="RBW.de" status="online",RBW (1080p) @@ -391,6 +391,8 @@ https://brlive-lh.akamaihd.net/i/bfsnord_germany@119898/master.m3u8 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 +434,6 @@ 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",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 3ccbe0a53..14d0a60ba 100644 --- a/streams/do.m3u +++ b/streams/do.m3u @@ -11,17 +11,17 @@ http://azxtv.com/hls/stream.m3u8 https://cdn4.hostlagarto.com:8081/static/bajotechotv/playlist.m3u8 #EXTINF:-1 tvg-id="Bellavision.do" status="online",Bellavisiรณn https://cdn4.hostlagarto.com:8081/static/Bellavision8hd/playlist.m3u8 -#EXTINF:-1 tvg-id="BonaoTV.do" status="online",Bonao TV +#EXTINF:-1 tvg-id="BonaoTV.do" status="error",Bonao TV https://ss5.domint.net:3026/btv_str/bonao/playlist.m3u8 #EXTINF:-1 tvg-id="Boreal.do" status="error",Boreal (720p) https://5b38ce71f1f00.streamlock.net/8180/8180/playlist.m3u8 #EXTINF:-1 tvg-id="Camara809.do" status="online",Camara 809 (720p) [Not 24/7] https://cm.hostlagarto.com:4445/camara809TV/camara809TV/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal4RD.do" status="error",Canal 4 RD +#EXTINF:-1 tvg-id="Canal4RD.do" status="online",Canal 4 RD https://protvradiostream.com:1936/canal4rd-1/ngrp:canal4rd-1_all/playlist.m3u8 #EXTINF:-1 tvg-id="Canal12HD.do" status="online",Canal 12 (720p) [Not 24/7] https://cdn4.hostlagarto.com:8081/static/telecanal12/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal25.do" status="online",Canal 25 +#EXTINF:-1 tvg-id="Canal25.do" status="timeout",Canal 25 https://ss3.domint.net:3150/c25_str/canal25/playlist.m3u8 #EXTINF:-1 tvg-id="Canal56HD.do" status="error",Canal 56 (720p) [Geo-blocked] https://cloudflare.streamgato.us:3549/live/canal56live.m3u8 @@ -31,7 +31,7 @@ http://ss6.domint.net:2028/ame_str/amecanal47/master.m3u8 https://video.misistemareseller.com/catorcetv/catorcetv/playlist.m3u8 #EXTINF:-1 tvg-id="Carivision.do" status="error",Carivision (720p) [Not 24/7] http://ss6.domint.net:2012/tes_str/teleelsalvador/playlist.m3u8 -#EXTINF:-1 tvg-id="CascaraTV.do" status="online",Cรกscara TV +#EXTINF:-1 tvg-id="CascaraTV.do" status="timeout",Cรกscara TV https://ss3.domint.net:3144/ctv_str/cascaratv/playlist.m3u8 #EXTINF:-1 tvg-id="ChinolaTV.do" status="error",Chinola TV (480p) [Not 24/7] https://cdn4.hostlagarto.com:8081/static/Chinolatv/playlist.m3u8 @@ -59,7 +59,7 @@ http://cm.hostlagarto.com:8081/Punaltv/punaltvHD.myStream/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://livestream.com/accounts/27456795/events/8268514/player #EXTINF:-1 tvg-id="Digital809TV.do" status="online",Digital809 TV https://inliveserver.com:1936/digital809tv/digital809tv/playlist.m3u8 -#EXTINF:-1 tvg-id="DigitalVision63.do" status="error",Digital Vision (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DigitalVision63.do" status="timeout",Digital Vision (720p) [Not 24/7] https://ss3.domint.net:3120/dv6_str/digitalvision/playlist.m3u8 #EXTINF:-1 tvg-id="Ecovision.do" status="online",Ecovisiรณn (480p) [Not 24/7] https://vdo1.streamgato.us:3014/live/ecovisionlive.m3u8 @@ -69,7 +69,7 @@ https://video.misistemareseller.com/entelevision/entelevision/playlist.m3u8 https://5790d294af2dc.streamlock.net/8128/8128/playlist.m3u8 #EXTINF:-1 tvg-id="FuegoTV.do" status="online",Fuego TV (720p) [Not 24/7] https://video.misistemareseller.com/Fuegotv/Fuegotv/playlist.m3u8 -#EXTINF:-1 tvg-id="GalaxiaTeVe.do" status="error",GalaxiaTeVe +#EXTINF:-1 tvg-id="GalaxiaTeVe.do" status="online",GalaxiaTeVe https://vdo1.streamgato.us:3839/live/galaxiatvlive.m3u8 #EXTINF:-1 tvg-id="GDMTV.do" status="online",GDMTV (720p) [Not 24/7] https://ss2.domint.net:3200/gdm_str/gdmtv/playlist.m3u8 @@ -107,13 +107,13 @@ http://server3.prostudionetwork.com:1943/megavision/MV/playlist.m3u8 http://stream3.prostudionetwork.com:1943/megavision/MV/playlist.m3u8 #EXTINF:-1 tvg-id="Microvision10.do" status="online",Microvision 10 (720p) [Not 24/7] http://190.103.183.24:1935/live/MicroHD/playlist.m3u8 -#EXTINF:-1 tvg-id="MisionELTV.do" status="online",Mision ELTV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MisionELTV.do" status="error",Mision ELTV (480p) [Not 24/7] https://5790d294af2dc.streamlock.net/8286/8286/playlist.m3u8 -#EXTINF:-1 tvg-id="MiTV.do" status="error",MiTV +#EXTINF:-1 tvg-id="MiTV.do" status="online",MiTV https://ss2.domint.net:3204/mitv_str/mitv/playlist.m3u8 #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 +#EXTINF:-1 tvg-id="Mun2TV.do" status="error",Mun2TV https://servers.amelbasoluciones.co:19360/mun2tv/mun2tv.m3u8 #EXTINF:-1 tvg-id="Musavision.do" status="online",Musavisiรณn https://cm.hostlagarto.com:4445/Musavisionhd/Musavisionhd/playlist.m3u8 @@ -123,13 +123,13 @@ 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="online",ORBIT TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="ORBITTV.do" status="timeout",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 https://ss5.domint.net:3048/pvv_str/peravia/playlist.m3u8 -#EXTINF:-1 tvg-id="PH.do" status="online",PH (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PH.do" status="error",PH (720p) [Not 24/7] https://cm.hostlagarto.com:4445/phtv/Phtv.myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="PHTVCanal34.do" status="online",PHTV Canal 34 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PHTVCanal34.do" status="error",PHTV Canal 34 (720p) [Not 24/7] https://cm.hostlagarto.com:4445/phtv/Phtv.myStream/chunks.m3u8 #EXTINF:-1 tvg-id="PuntaCanaTV.do" status="online",Punta Cana TV (720p) [Not 24/7] https://cdn4.hostlagarto.com:8081/static/puntacanatv/playlist.m3u8 @@ -171,10 +171,10 @@ http://cm.hostlagarto.com:8081/Telecibao/Telecibao/playlist.m3u8 https://cm.hostlagarto.com:4445/Telecibao/Telecibao/playlist.m3u8 #EXTINF:-1 tvg-id="Telecontacto.do" status="online",Telecontacto https://vdo1.streamgato.us:3578/live/telecontactohdlive.m3u8 +#EXTINF:-1 tvg-id="Telefuturo.do" status="online",Telefuturo +https://ss9.domint.net:3054/tf_str/telefuturo/playlist.m3u8 #EXTINF:-1 tvg-id="Telefuturo.do" status="timeout",Telefuturo Canal 23 (720p) [Not 24/7] http://ss8.domint.net:2118/tf_str/futu/master.m3u8 -#EXTINF:-1 tvg-id="Telefuturo.do" status="error",Telefuturo -https://ss9.domint.net:3054/tf_str/telefuturo/playlist.m3u8 #EXTINF:-1 tvg-id="Teleimpacto.do" status="online",Teleimpacto (720p) [Not 24/7] http://190.122.96.188:8888/http/013 #EXTINF:-1 tvg-id="Telemax.do" status="online",Telemax @@ -231,9 +231,9 @@ https://streaming.telecablecentral.com.do/Vallevision/ValleHD/playlist.m3u8 https://ss6.domint.net:3012/tes_str/teleelsalvador/playlist.m3u8 #EXTINF:-1 tvg-id="Yunavision.do" status="online",Yunavisiรณn https://ss9.domint.net:3036/yv_str/yunavision/playlist.m3u8 -#EXTINF:-1 tvg-id="Zol106.do" status="online",Zol106 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Zol106.do" status="timeout",Zol106 (720p) [Not 24/7] https://ss3.domint.net:3108/zol_str/vzol/playlist.m3u8 -#EXTINF:-1 tvg-id="ZTV.do" status="error",ZTV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ZTV.do" status="online",ZTV (720p) [Not 24/7] https://lb00zdigital.streamprolive.com/mnt/hls/live.m3u8 #EXTINF:-1 tvg-id="" status="error",Radio105 full (1080p) [Not 24/7] https://cloudflare.streamgato.us:3901/live/radio105live.m3u8 diff --git a/streams/dz.m3u b/streams/dz.m3u index 2eff3abe8..896537ad4 100644 --- a/streams/dz.m3u +++ b/streams/dz.m3u @@ -5,7 +5,7 @@ https://cdn02.hta.dz/abr_htatv/El_Fhama_TV/playlist.m3u8 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 -#EXTINF:-1 tvg-id="EchoroukNews.dz" status="online",Echorouk News (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="EchoroukNews.dz" status="blocked",Echorouk News (480p) [Geo-blocked] https://cdn02.hta.dz/abr_htatv/ECHOROUK_NEWS/playlist.m3u8 #EXTINF:-1 tvg-id="EchoroukNews.dz" status="timeout",Echorouk News (240p) [Not 24/7] http://echorouk-live-tv.dzsecurity.net:8081/echo/EchoroukNews/playlist.m3u8 diff --git a/streams/ec.m3u b/streams/ec.m3u index 55a28e399..f652856bf 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="error",EducaTV (1080p) [Not 24/7] https://cloud7.streamingcnt.net/cnt/educa/playlist.m3u8 diff --git a/streams/eg.m3u b/streams/eg.m3u index 727f1f019..b27de8e2d 100644 --- a/streams/eg.m3u +++ b/streams/eg.m3u @@ -21,13 +21,13 @@ 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="online",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 #EXTINF:-1 tvg-id="MekameleenTV.eg" status="online",Mekameleen TV (1080p) https://mn-nl.mncdn.com/mekameleen/smil:mekameleentv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="MESatHD.eg" status="online",MESat (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MESatHD.eg" status="error",MESat (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCg5uHOxrP5GkMWldOavPKGQ/live #EXTINF:-1 tvg-id="NileCinema.eg" 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",Nile TV Cinema (576p) [Not 24/7] #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 @@ -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="online",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 1a1662037..7fe241012 100644 --- a/streams/es.m3u +++ b/streams/es.m3u @@ -49,10 +49,10 @@ https://streamtv.mediasector.es/hls/activatv/.m3u8 https://streaming01.gestec-video.com/hls/artequatreAlacanti.m3u8 #EXTINF:-1 tvg-id="AlcarriaTV.es" status="online",Alcarria TV (576p) [Not 24/7] http://cls.alcarria.tv/alcarriatv/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="APunt.es" status="online",ร€ Punt (720p) -https://bcovlive-a.akamaihd.net/469e448f034b4d46afa4bcac53297d60/eu-central-1/6057955885001/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="APunt.es" status="blocked",ร€ Punt (720p) [Geo-blocked] https://bcovlive-a.akamaihd.net/1e7e91116b104391a4f22e13a694d94f/eu-central-1/6057955885001/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="APunt.es" status="timeout",ร€ Punt (720p) +https://bcovlive-a.akamaihd.net/469e448f034b4d46afa4bcac53297d60/eu-central-1/6057955885001/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="AragonTV.es" status="online",Aragรณn TV (360p) https://cartv.streaming.aranova.es/hls/live/aragontv_canal1.m3u8 #EXTINF:-1 tvg-id="BailenTV.es" status="online",Bailรฉn TV (720p) [Not 24/7] @@ -103,13 +103,13 @@ http://217.125.136.93:8080/canalsierradecadiz720.m3u8 http://217.125.136.93:8080/canalsierradecadiz576.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="CanalTaronja.es" status="blocked",Canal Taronja Osona i Moianรฉs (480p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalSurAndalucia.es" status="error",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="timeout",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] https://directes-tv-int.ccma.cat/int/ngrp:oca1_web/playlist_DVR.m3u8 @@ -183,7 +183,7 @@ http://stream.fion.es:1936/live/smil:fion.smil/master.m3u8 https://cloud.streamingconnect.tv:455/tbmadrid/tbmadrid.m3u8 #EXTINF:-1 tvg-id="GoienaEus.es" status="error",Goiena Eus (720p) [Not 24/7] https://zuzenean.goienamedia.eus:8443/goiena-telebista.m3u8 -#EXTINF:-1 tvg-id="GuadaTV.es" status="online",Guada TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="GuadaTV.es" status="error",Guada TV (720p) [Not 24/7] https://cloud.streamingconnect.tv:455/guadatv/guadatv.m3u8 #EXTINF:-1 tvg-id="HamaikaTelebista.es" status="error",Hamaika Telebista (1080p) [Not 24/7] https://wowzaprod130-i.akamaihd.net/hls/live/570468/275f3ea5/playlist.m3u8 @@ -225,9 +225,9 @@ https://livelist01.yowi.tv/lista/0d6c7ccfac89946bfd41ae34c527e8d94734065c/master https://livelist01.yowi.tv/lista/8635ae40f8d1a32eccd63d1f58b55662c9c98f9f/master.m3u8 #EXTINF:-1 tvg-id="HuescaTV.es" status="timeout",Huesca TV (240p) [Not 24/7] https://streaming2.radiohuesca.com/hls-live/livepkgr/_definst_/huescatv/huescatv.m3u8 -#EXTINF:-1 tvg-id="IB3.es" status="online",IB3 Global (720p) [Not 24/7] +#EXTINF:-1 tvg-id="IB3.es" status="error",IB3 Global (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCff_CBVJDTHP4wOHPjP5BMg/live -#EXTINF:-1 tvg-id="IbizaGlobalTV.es" status="online",Ibiza Global TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="IbizaGlobalTV.es" status="timeout",Ibiza Global TV (720p) [Not 24/7] https://ibgrtv.streaming-pro.com/hls/ibgrlive.m3u8 #EXTINF:-1 tvg-id="ImasTV.es" status="online",Imรกs TV (1080p) [Not 24/7] https://secure3.todostreaming.es/live/imastv-livestream.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] @@ -451,6 +451,8 @@ https://live.atresmediainternacional.com/ATRESMEDIA/a3cine-index.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7QZIf0dta-XPXsp9Hv4dTw/live #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] @@ -503,8 +505,6 @@ 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/es_rakuten.m3u b/streams/es_rakuten.m3u index 530d7e529..0cb9142c2 100644 --- a/streams/es_rakuten.m3u +++ b/streams/es_rakuten.m3u @@ -53,7 +53,7 @@ https://younghollywood-rakuten.amagi.tv/playlist.m3u8 https://estv-rakuten.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",EDGEsport (1080p) [Not 24/7] https://edgesports-row-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Rakuten TV Shows Spain (720p) -https://rakuten-tvshows-2-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten Top Free Spain (720p) https://rakuten-topfree-2-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten TV Shows Spain (720p) +https://rakuten-tvshows-2-eu.rakuten.wurl.tv/playlist.m3u8 diff --git a/streams/fr.m3u b/streams/fr.m3u index 42354263a..030835d9e 100644 --- a/streams/fr.m3u +++ b/streams/fr.m3u @@ -74,10 +74,10 @@ http://fash1043.cloudycdn.services/slive/ftv_pg16_adaptive.smil/media.m3u8 http://ott-cdn.ucom.am/s30/index.m3u8 #EXTINF:-1 tvg-id="FashionTVSingapore.fr" status="online",Fashion TV Singapore (240p) https://fash2043.cloudycdn.services/slive/ftv_ftv_asia_ada_xiv_42149_default_137_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTVTokyo.fr" status="online",Fashion TV Tokyo (PG13) (240p) -https://fash1043.cloudycdn.services/slive/ftv_ftv_pg13_zw9_27065_ftv_pg13_196_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="FashionTVTokyo.fr" status="online",Fashion TV Tokyo (PG13) (1080p) https://fash1043.cloudycdn.services/slive/ftv_ftv_pg13_zw9_27065_ftv_pg13_sam_197_hls.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="FashionTVTokyo.fr" status="online",Fashion TV Tokyo (PG13) (240p) +https://fash1043.cloudycdn.services/slive/ftv_ftv_pg13_zw9_27065_ftv_pg13_196_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="FashionTVUHD.fr" status="online",Fashion TV UHD (2160p) https://fash2043.cloudycdn.services/slive/ftv_ftv_4k_hevc_73d_42080_default_466_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="France2.fr" status="online",France 2 (720p) [Not 24/7] @@ -90,7 +90,7 @@ http://edge9.iptvnetwork.net/live/france4/playlist.m3u8 https://s13.tntendirect.com/france5/live/playlist.m3u8 #EXTINF:-1 tvg-id="France24Arabic.fr" status="online",France 24 Arabic (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24Arabic/live -#EXTINF:-1 tvg-id="France24English.fr" status="error",France 24 English (1080p) +#EXTINF:-1 tvg-id="France24English.fr" status="online",France 24 English (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24English/live #EXTINF:-1 tvg-id="France24Espanol.fr" status="online",France 24 Espaรฑol (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24Espanol/live @@ -180,7 +180,7 @@ 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="online",Qwest TV Jazz & Beyond (576p) +#EXTINF:-1 tvg-id="QwestTVJazzBeyond.fr" status="error",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 @@ -198,15 +198,15 @@ https://shls-tiji-tv-prod-dub.shahid.net/out/v1/ee05878a88474f408ff04495d44cc249 http://188.40.68.167/russia/tiji/playlist.m3u8 #EXTINF:-1 tvg-id="TMC.fr" status="online",TMC (720p) https://s13.tntendirect.com/tmc/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="online",TV5 Monde Asie (576p) [Geo-blocked] -http://210.210.155.35/dr9445/s/s24/index.m3u8 #EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="online",TV5 Monde Asie (576p) http://210.210.155.37/dr9445/s/s24/index.m3u8 +#EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="error",TV5 Monde Asie (576p) [Geo-blocked] +http://210.210.155.35/dr9445/s/s24/index.m3u8 #EXTINF:-1 tvg-id="TV5MondeEurope.fr" status="error",TV5 Monde Europe (1080p) http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877-b/v3plusinfo247hls/master.m3u8 #EXTINF:-1 tvg-id="TV5MondeEurope.fr" status="error",TV5 Monde Europe (1080p) http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877/v3plusinfo247hls/master.m3u8 -#EXTINF:-1 tvg-id="TV5MondeStyleHD.fr" status="online",TV5 Monde Style HD (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="TV5MondeStyleHD.fr" status="error",TV5 Monde Style HD (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h01/index.m3u8 #EXTINF:-1 tvg-id="TV7Bordeaux.fr" status="online",TV7 Bordeaux (720p) http://live.digiteka.com/1/RVNZMmJtUURmd09I/U0dNU0tk/hls/live/playlist.m3u8 @@ -224,12 +224,8 @@ https://54627d4fc5996.streamlock.net/tzik/tzik/chunklist.m3u8 https://s13.tntendirect.com/w9/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Euronews Albania (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChR-A__NS_C5kHDWj3PeAhw/live -#EXTINF:-1 tvg-id="" 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 ะฟะพ-ั€ัƒััะบะธ (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFzJjgVicCtFxJ5B0P_ei8A/live -#EXTINF:-1 tvg-id="" status="online",Euronews en Espaรฑol (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/euronewses/live #EXTINF:-1 tvg-id="" 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 +251,10 @@ http://51.210.199.16/hls/stream.m3u8 http://185.234.217.27:8002/play/a02f/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Dreamsee Tรฉlรฉvision (1080p) [Not 24/7] http://cdnapi.kaltura.com/p/2748081/sp/274808100/playManifest/entryId/1_gxkyk6lt/format/applehttp/protocol/http/a/a.m3u8 +#EXTINF:-1 tvg-id="" status="error",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="error",Euronews en Espaรฑol (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/euronewses/live #EXTINF:-1 tvg-id="" status="error",viร MATร‰Lร‰ (540p) [Not 24/7] https://streamer01.myvideoplace.tv/streamer02/hls/MATL_VLOC_PAD_100919_medium/index.m3u8 #EXTINF:-1 tvg-id="" status="error",TV5Monde Info (1080p) diff --git a/streams/ge.m3u b/streams/ge.m3u index 5b58ff1ba..c9e86a97c 100644 --- a/streams/ge.m3u +++ b/streams/ge.m3u @@ -9,7 +9,7 @@ http://94.43.239.178:8080/CHANNEL678/BITRATE0/playlist.m3u8 https://c4635.cdn.xsg.ge/c4635/TVFormula/index.m3u8 #EXTINF:-1 tvg-id="Formula.ge" status="online",Formula (1080p) https://tv.cdn.xsg.ge/c4635/TVFormula/playlist.m3u8 -#EXTINF:-1 tvg-id="MtavariArkhi.ge" status="error",Mtavari Arkhi (480p) +#EXTINF:-1 tvg-id="MtavariArkhi.ge" status="online",Mtavari Arkhi (480p) https://bozztv.com/36bay2/mtavariarxi/playlist.m3u8 #EXTINF:-1 tvg-id="MusicBoxGeorgia.ge" status="error",MusicBox Georgia (180p) http://94.43.239.178:8080/CHANNEL470/BITRATE0/playlist.m3u8 diff --git a/streams/gr.m3u b/streams/gr.m3u index 7b43fd37b..c105553ff 100644 --- a/streams/gr.m3u +++ b/streams/gr.m3u @@ -29,7 +29,7 @@ https://eco.streams.ovh/BarazaTV/BarazaTV/playlist.m3u8 https://panik.cast-control.eu:1936/Admin_1/Admin_1/playlist.m3u8 #EXTINF:-1 tvg-id="BCI24News.gr" status="online",BCI 24 News (720p) https://live.streams.ovh/netmedia/netmedia/playlist.m3u8 -#EXTINF:-1 tvg-id="BestTV.gr" status="online",Best TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BestTV.gr" status="error",Best TV (720p) [Not 24/7] https://stream.net7.gr/hls/best/index.m3u8 #EXTINF:-1 tvg-id="CanaliTV.gr" status="online",Canali TV (720p) [Geo-blocked] http://live.streams.ovh:1935/cannali/cannali/playlist.m3u8 @@ -79,19 +79,19 @@ http://wpso.com:1936/hls/wzra.m3u8 https://s1.cystream.net/live/faros2/playlist.m3u8 #EXTINF:-1 tvg-id="FarosTV.gr" status="blocked",Faros TV (540p) [Geo-blocked] https://s1.cystream.net/live/faros1/playlist.m3u8 -#EXTINF:-1 tvg-id="Galaxy.gr" status="blocked",Galaxy (432p) [Geo-blocked] +#EXTINF:-1 tvg-id="Galaxy.gr" status="online",Galaxy (432p) [Geo-blocked] https://channel.streams.ovh:1936/galaxygr-1/galaxygr-1/playlist.m3u8 #EXTINF:-1 tvg-id="GreekCinema.gr" status="error",Greek Cinema (720p) 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/live/greektvlondonlive.m3u8 -#EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7] https://vdo3.alphaserver.gr:3466/stream/play.m3u8 +#EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7] +https://vdo3.alphaserver.gr:3466/live/greektvlondonlive.m3u8 #EXTINF:-1 tvg-id="GroovyTV.gr" status="online",Groovy TV (360p) http://web.onair-radio.eu:1935/groovytv/groovytv/playlist.m3u8 #EXTINF:-1 tvg-id="HellenicTV.gr" status="online",Hellenic TV (720p) [Not 24/7] https://l5.cloudskep.com/hellenictv/htv/playlist.m3u8 -#EXTINF:-1 tvg-id="HighTV.gr" status="error",High TV (200p) [Not 24/7] +#EXTINF:-1 tvg-id="HighTV.gr" status="online",High TV (200p) [Not 24/7] http://live.streams.ovh:1935/hightv/hightv/playlist.m3u8 #EXTINF:-1 tvg-id="HorseRaces.gr" status="error",Horse Races (432p) [Not 24/7] https://odiehls-i.akamaihd.net/hls/live/233406/odie3/odie.m3u8 @@ -117,7 +117,7 @@ https://itv.streams.ovh/magictv/magictv/playlist.m3u8 https://antennaamdnoenc.akamaized.net/maktv_akamai/abr/playlist.m3u8 #EXTINF:-1 tvg-id="MaroussiotikaTV.gr" status="online",Maroussiotika TV (480p) [Not 24/7] http://maroussiotika.dynu.com:8000/greektv/FZlHCCdBHL1/359142 -#EXTINF:-1 tvg-id="MEGATVHD.gr" status="error",Mega TV +#EXTINF:-1 tvg-id="MEGATVHD.gr" status="online",Mega TV https://streamcdnb7-c98db5952cb54b358365984178fb898a.msvdn.net/live/S86713049/gonOwuUacAxM/playlist.m3u8 #EXTINF:-1 tvg-id="MesogeiosTV.gr" status="online",Mesogeios TV (432p) http://176.9.123.140:1935/mesogeiostv/stream/master.m3u8 diff --git a/streams/gt.m3u b/streams/gt.m3u index f183bd999..33b0652d6 100644 --- a/streams/gt.m3u +++ b/streams/gt.m3u @@ -15,7 +15,7 @@ https://prensalibre-live.cdn.vustreams.com/live/cd8f5328-7a1c-49d9-b318-9190858d http://streamingcontrol.com:1935/ectv/ectv/playlist.m3u8 #EXTINF:-1 tvg-id="JehovaNissi.gt" status="online",Jehovรก Nissi https://stream.oursnetworktv.com/latin/nissiGtmH/playlist.m3u8 -#EXTINF:-1 tvg-id="Televisiete.gt" status="error",Televisiete (480p) +#EXTINF:-1 tvg-id="Televisiete.gt" status="timeout",Televisiete (480p) https://devdbm9fvg6q0.cloudfront.net/chapintv/smil:canal7.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TN23.gt" status="error",TN 23 (480p) https://devdbm9fvg6q0.cloudfront.net/chapintv/smil:canal23.smil/playlist.m3u8 diff --git a/streams/hk.m3u b/streams/hk.m3u index ba2a084c9..8a5ebf484 100644 --- a/streams/hk.m3u +++ b/streams/hk.m3u @@ -1,30 +1,30 @@ #EXTM3U -#EXTINF:-1 tvg-id="CelestialClassicMovies.hk" status="online",Celestial Classic ๅคฉๆ˜ ็ปๅ…ธ (Celestial Classic Movies) (Indonesian Subtitle) (576p) -http://210.210.155.37/qwr9ew/s/s31/index.m3u8 #EXTINF:-1 tvg-id="CelestialClassicMovies.hk" status="timeout",Celestial Classic ๅคฉๆ˜ ็ปๅ…ธ (540p) [Not 24/7] 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="CelestialClassicMovies.hk" status="error",Celestial Classic ๅคฉๆ˜ ็ปๅ…ธ (Celestial Classic Movies) (Indonesian Subtitle) (576p) +http://210.210.155.37/qwr9ew/s/s31/index.m3u8 +#EXTINF:-1 tvg-id="CelestialMovies.hk" status="online",Celestial Movies (Indonesian Subtitle) (576p) +http://210.210.155.37/dr9445/h/h14/index.m3u8 #EXTINF:-1 tvg-id="CelestialMovies.hk" status="error",Celestial Movies (Indonesian Subtitle) (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h14/index.m3u8 -#EXTINF:-1 tvg-id="CelestialMovies.hk" status="error",Celestial Movies (Indonesian Subtitle) (576p) -http://210.210.155.37/dr9445/h/h14/index.m3u8 #EXTINF:-1 tvg-id="CreationTV.hk" status="blocked",Creation TV (720p) [Not 24/7] http://al-pull2.hkatv.vip/live/CTV.m3u8 #EXTINF:-1 tvg-id="HKSTV.hk" status="blocked",HKSTV (้ฆ™ๆธฏ่ก›่ฆ–) (720p) [Not 24/7] https://al-pull2.hkatv.vip/live/hktv20210929.m3u8 #EXTINF:-1 tvg-id="iModeTV.hk" status="online",iMode TV (1080p) [Not 24/7] 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="online",Phoenix Chinese Channel (้ณณๅ‡ฐ่ก›่ฆ–ไธญๆ–‡) (576p) +http://210.210.155.37/uq2663/h/h157/index2.m3u8 #EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="error",Phoenix Chinese Channel (้ณณๅ‡ฐ่ก›่ฆ–ไธญๆ–‡) (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h157/index2.m3u8 -#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="error",Phoenix Chinese Channel (้ณณๅ‡ฐ่ก›่ฆ–ไธญๆ–‡) (576p) -http://210.210.155.37/uq2663/h/h157/index2.m3u8 #EXTINF:-1 tvg-id="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) @@ -35,10 +35,10 @@ http://210.210.155.35/qwr9ew/s/s21/index.m3u8 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) [Geo-blocked] -http://210.210.155.35/qwr9ew/s/s34/index.m3u8 #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="TVBJade.hk" status="error",็ฟก็ฟ ๅฐ http://iptv.tvfix.org/hls/jade.m3u8 #EXTINF:-1 tvg-id="TVBXingHe.hk" status="timeout",TVB Xing He ๆ˜Ÿๆฒณ (720p) [Not 24/7] @@ -47,16 +47,14 @@ 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) http://media.fantv.hk/m3u8/archive/channel2.m3u8 #EXTINF:-1 tvg-id="" status="online",่€€ๆ‰่ฒก็ถ“ๅฐ (576p) 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) @@ -73,6 +71,8 @@ http://117.169.120.138:8080/live/fhzixun/.m3u8 http://221.179.217.70/PLTV/88888888/224/3221225942/1.m3u8 #EXTINF:-1 tvg-id="" status="error",ไบžๆ—…่ก›่ฆ– (720p) [Not 24/7] http://hls.jingchangkan.tv/jingchangkan/156722438_0HaM/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",้ฆ™ๆธฏ่ก›่ฆ– (576p) [Not 24/7] +http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",A1ๅฐ (720p) https://jc-qlive-play.jingchangkan.cn/live/3473_200508855_xR9m.m3u8 #EXTINF:-1 tvg-id="" status="error",Phoenix Hong Kong Channel (้ณณๅ‡ฐ่ก›่ฆ–้ฆ™ๆธฏ) (1080p) [Not 24/7] diff --git a/streams/hn.m3u b/streams/hn.m3u index 9fcc62473..e823b141f 100644 --- a/streams/hn.m3u +++ b/streams/hn.m3u @@ -13,7 +13,7 @@ http://st2.worldkast.com/8004/8004/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/k5MLnPhRpeAV0Xwgt0d #EXTINF:-1 tvg-id="Canal6.hn" status="error",Canal 6 (720p) https://ott.streann.com/loadbalancer/services/public/channels/5ba026492cdc1a7124d02fb7/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal11.hn" status="blocked",Canal 11 (720p) +#EXTINF:-1 tvg-id="Canal11.hn" status="online",Canal 11 (720p) https://mdstrm.com/live-stream-playlist/603d4e1fb042ce07c5c8f911.m3u8 #EXTINF:-1 tvg-id="Catavision.hn" status="online",Catavisiรณn (300p) [Not 24/7] https://stmv1.zcastbr.com/catavision/catavision/playlist.m3u8 @@ -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",Omega Tv (288p) [Not 24/7] -https://5caf24a595d94.streamlock.net:1937/8142/8142/playlist.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="error",Vida TV (720p) [Not 24/7] http://184.173.181.2:1935/8070/8070/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Radio Imagen 105.1 FM (La Esperanza) (720p) [Not 24/7] http://lencatelevision.com:8080/hls/ltv2.m3u8 +#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 91ddf465c..d1eac840f 100644 --- a/streams/ht.m3u +++ b/streams/ht.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="error",Haiti Viral News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="online",Haiti Viral News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcEY2-g-EEefxyYa1gtrk4g/live #EXTINF:-1 tvg-id="KajouTV.ht" status="online",Kajou TV (480p) [Not 24/7] https://video1.getstreamhosting.com:1936/8055/8055/playlist.m3u8 @@ -7,11 +7,11 @@ https://video1.getstreamhosting.com:1936/8055/8055/playlist.m3u8 https://watch.haitilive.net/stream/netalkole/public/tv/index.m3u8 #EXTINF:-1 tvg-id="RadioTeleAmenFM.ht" status="timeout",Radio Tele Amen FM (360p) [Not 24/7] http://184.173.179.163:1935/daniel/daniel/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTelePititManmanMari.ht" status="online",Radio Tรฉlรฉ Pitit Manman Mari (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTelePititManmanMari.ht" status="error",Radio Tรฉlรฉ Pitit Manman Mari (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCLeNHM8XDkZmd2rhV3ZG7Vg/live #EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="error",Radio Tele Planet Compas (720p) [Not 24/7] https://5dcab9aed5331.streamlock.net/mrcompas1/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTeleShalom.ht" status="online",Radio Tele Shalom (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTeleShalom.ht" status="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 diff --git a/streams/hu.m3u b/streams/hu.m3u index 64e6829c5..f7a97d708 100644 --- a/streams/hu.m3u +++ b/streams/hu.m3u @@ -43,7 +43,7 @@ https://c402-node61-cdn.connectmedia.hu/1100/52a0c3d17a5a9b5968ac73b7288a08c9/61 https://stream9.nava.hu/m3_live_bdrm/_definst_/smil:m3_1080p_loop_nodrm.smil/chunklist_w72397576_b881072_slhun.m3u8?lb=b4bp7xeKAKovH1uDWU5XusWC/SZexs+JNLmxYvSb34kGup6SGRTTm5UkNNjfC62mmvYbuEqrt04E++Exer5ZNS/WN6JyMpY6GiuOU2osRulnM+gNsTWVD8z+LJt4imqAka++&platform=web_embed&sessid=Z4gLTQezzXGgWvNkiypb5PkmR64U1aoH3lFII14l3Mp2dZ5OtLoKQQY7XOn943ns&type=m3u8 #EXTINF:-1 tvg-id="MUSICPlus.hu" status="online",MUSIC + (720p) [Not 24/7] http://s02.diazol.hu:10192/stream.m3u8 -#EXTINF:-1 tvg-id="OzdiVarosiTV.hu" status="online",ร“zdi Vรกrosi TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="OzdiVarosiTV.hu" status="error",ร“zdi Vรกrosi TV (720p) [Not 24/7] https://stream.unrealhosting.hu:7982/live.m3u8 #EXTINF:-1 tvg-id="PannonRTV.hu" status="online",Pannon RTV (648p) https://stream.unrealhosting.hu:4102/live.m3u8 diff --git a/streams/id.m3u b/streams/id.m3u index 088eb3e51..319ecc6c5 100644 --- a/streams/id.m3u +++ b/streams/id.m3u @@ -7,7 +7,7 @@ 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) @@ -19,10 +19,10 @@ https://h1.intechmedia.net/intech/ch64.m3u8 https://alfa.kugo.id/live/albahjah.stream/playlist.m3u8 #EXTINF:-1 tvg-id="AlImanTV.id" status="timeout",Al-Iman TV (720p) [Geo-blocked] https://tv.rodja.live/aliman/ngrp:HD_all/playlist.m3u8 +#EXTINF:-1 tvg-id="ANTV.id" status="online",ANTV (480p) [Geo-blocked] +http://210.210.155.37/qwr9ew/s/s07/index1.m3u8 #EXTINF:-1 tvg-id="ANTV.id" status="error",ANTV (480p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s07/index1.m3u8 -#EXTINF:-1 tvg-id="ANTV.id" status="error",ANTV (480p) [Geo-blocked] -http://210.210.155.37/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] @@ -47,9 +47,9 @@ 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="timeout",Banjar TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BanjarTV.id" status="online",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] +#EXTINF:-1 tvg-id="BantenTV.id" status="timeout",Banten TV (720p) [Not 24/7] https://v2.siar.us/barayatv/live/chunks.m3u8 #EXTINF:-1 tvg-id="BatamTV.id" status="online",Batam TV (720p) [Not 24/7] http://122.248.43.138:1935/ch5/myStream/playlist.m3u8 @@ -71,13 +71,13 @@ http://edge.linknetott.swiftserve.com/live/BsNew/amlst:bsenglish/playlist.m3u8 https://b1world.beritasatumedia.com/Beritasatu/B1World_manifest.m3u8 #EXTINF:-1 tvg-id="BeritaSatuWorld.id" status="error",BeritaSatu World (540p) [Not 24/7] http://edge.linknetott.swiftserve.com/live/BsNew/amlst:bsnew/playlist.m3u8 -#EXTINF:-1 tvg-id="BETV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",BETV (360p) [Not 24/7] [Geo-blocked] +#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="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",BETV (360p) [Not 24/7] [Geo-blocked] +#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="BinBazTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Bin Baz TV (360p) [Geo-blocked] +#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 #EXTINF:-1 tvg-id="BiznetAdventure.id" status="online",Biznet Adventure (720p) @@ -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="error",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 @@ -112,24 +112,24 @@ https://dacastmmd.mmdlive.lldns.net/dacastmmd/bf3a76722204472aa45938f2b67ef808/p https://bravo.kugo.id/dangduttivi/udp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="DayakTV.id" status="error",Dayak TV (720p) [Not 24/7] http://122.248.43.138:1935/ch26/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="DhammaTV.id" status="timeout",Dhamma TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DhammaTV.id" status="online",Dhamma TV (720p) [Not 24/7] https://b.webcache.maxindo.net.id/dhamma/dhamma.m3u8 #EXTINF:-1 tvg-id="DigiOne.id" status="blocked",DigiOne (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(d2f582be-366c-4cce-9476-1b524dc854e9)/index.m3u8 -#EXTINF:-1 tvg-id="DMTVMalang.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",DMTV Malang (360p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) -https://h1.intechmedia.net/intech/ch51.m3u8 #EXTINF:-1 tvg-id="DMTVMalang.id" status="online",DMTV Malang (576p) https://bravo.kugo.id/dmtvmalang/rtmp.stream/chunklist.m3u8 +#EXTINF:-1 tvg-id="DMTVMalang.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",DMTV Malang (360p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) +https://h1.intechmedia.net/intech/ch51.m3u8 #EXTINF:-1 tvg-id="DuniaGamesTV.id" status="online",Dunia Games TV (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(ec41a5e2-09e4-431d-b92e-383fa7abe25c)/index.m3u8 #EXTINF:-1 tvg-id="DutaTV.id" status="error",Duta TV (360p) [Not 24/7] 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.35/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.37/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="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="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,19 +147,19 @@ 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="error",Hope Channel Indonesia [Not 24/7] +#EXTINF:-1 tvg-id="HopeChannelIndonesia.id" status="online",Hope Channel Indonesia [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/HopeChannelIndonesia/live #EXTINF:-1 tvg-id="HumaBetangTV.id" status="online",Huma Betang TV (720p) [Not 24/7] https://v3.siar.us/humabetangtv/live/playlist.m3u8 #EXTINF:-1 tvg-id="IAmChannel.id" status="online",I AM CHANNEL (576p) [Not 24/7] http://iamchannel.org:1935/tes/1/playlist.m3u8 #EXTINF:-1 tvg-id="Indosiar.id" status="online",Indosiar (480p) [Geo-blocked] -http://210.210.155.35/qwr9ew/s/s04/index.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="INews.id" status="online",iNews (720p) #EXTVLCOPT:http-referrer=https://www.rctiplus.com/ https://d2hfpzcndkyscp.cloudfront.net/INEWS_2021.m3u8 @@ -187,10 +187,10 @@ http://wowza58.indostreamserver.com:1935/jambitv/live/playlist.m3u8 https://v2.siar.us/jawapostv/live/chunks.m3u8 #EXTINF:-1 tvg-id="JayaTVJayapura.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) -https://h1.intechmedia.net/intech/ch29.m3u8 +https://h1.intechmedia.net/intech/ch52.m3u8 #EXTINF:-1 tvg-id="JayaTVJayapura.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) -https://h1.intechmedia.net/intech/ch52.m3u8 +https://h1.intechmedia.net/intech/ch29.m3u8 #EXTINF:-1 tvg-id="JekTV.id" status="online",Jek TV (360p) [Not 24/7] http://122.248.43.138:1935/ch14/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="JekTV.id" status="online",Jek TV (360p) [Not 24/7] @@ -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="error",Jogja TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JogjaTV.id" status="online",Jogja TV (720p) [Not 24/7] https://stream.jogjatv.co.id/jtvlive/stream/index.m3u8 #EXTINF:-1 tvg-id="JPMTV.id" status="online",JPM TV (720p) [Not 24/7] http://122.248.43.138:1935/ch6/myStream/playlist.m3u8 @@ -224,7 +224,7 @@ https://re1.siar.us/madutv/hd720/playlist.m3u8 https://edge.medcom.id/live-edge/smil:magna.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Maleo.id" status="online",Maleo (576i) https://alfa.kugo.id/playout/maleo.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="MataMilenialIndonesiaTV.id" status="error",Mata Milenial Indonesia TV [Not 24/7] +#EXTINF:-1 tvg-id="MataMilenialIndonesiaTV.id" status="online",Mata Milenial Indonesia TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/channel/UCvew2SW7fPHK0m8c4Ez44Nw/live #EXTINF:-1 tvg-id="Max2U.id" status="blocked",Max2U (720p) https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(a255dd49-dc2a-464b-8623-6ef4556dff11)/index.m3u8 @@ -232,20 +232,20 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(a255dd49-dc2a-46 https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(9430f215-8ccb-4322-affd-6dbc97e259bd)/index.m3u8 #EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="online",Media Sunnah Aceh [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/MediaSunnahAceh/live -#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] +#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch23.m3u8 #EXTINF:-1 tvg-id="MetroGlobeNetwork.id" status="online",Metro Globe Network (1080p) [Not 24/7] https://edge.medcom.id/live-edge/smil:mgnch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MetroTV.id" status="online",Metro TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/MetrotvnewsOfficial/live -#EXTINF:-1 tvg-id="MetroTV.id" status="error",Metro TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MetroTV.id" status="online",Metro TV (480p) [Not 24/7] http://edge.metrotvnews.com:1935/live-edge/smil:metro.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MGITV.id" status="timeout",MGI TV (720p) [Geo-blocked] 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="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",MHO TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="MHOTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",MHO TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch19.m3u8 #EXTINF:-1 tvg-id="MNCTV.id" status="online",MNCTV (720p) @@ -256,31 +256,31 @@ https://d33j155pv2xyba.cloudfront.net/MNCTV_2021.m3u8 https://d1y5zdfadx9n48.cloudfront.net/MNCTV2022.m3u8 #EXTINF:-1 tvg-id="MQTV.id" status="online",MQTV (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/mqtv/mqtv/playlist.m3u8 +#EXTINF:-1 tvg-id="MTATV.id" status="online",mta tv [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live #EXTINF:-1 tvg-id="MTATV.id" status="blocked",mta tv (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(b3673fde-4acd-4f1d-95a5-a204d62545ac)/index.m3u8 -#EXTINF:-1 tvg-id="MTATV.id" status="error",mta tv [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live -#EXTINF:-1 tvg-id="MuadzTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Muadz (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="MuadzTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Muadz (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch5.m3u8 #EXTINF:-1 tvg-id="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="error",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.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="MyFamily.id" status="error",My Family Channel (1080p) [Geo-blocked] +http://210.210.155.37/uq2663/h/h194/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,18 +293,18 @@ 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) https://bravo.kugo.id/nuchannel/udp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="NusantaraTV.id" status="online",Nusantara TV (720p) https://nusantaratv.siar.us/nusantaratv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="OChannel.id" status="online",O Channel (480p) [Geo-blocked] -http://210.210.155.37/qwr9ew/s/s41/index.m3u8 #EXTINF:-1 tvg-id="OChannel.id" status="error",O Channel (480p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s41/index.m3u8 -#EXTINF:-1 tvg-id="OneTVAsia.sg" status="online",One TV Asia (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="OChannel.id" status="error",O Channel (480p) [Geo-blocked] +http://210.210.155.37/qwr9ew/s/s41/index.m3u8 +#EXTINF:-1 tvg-id="OneTVAsia.sg" status="error",One TV Asia (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h143/index.m3u8 #EXTINF:-1 tvg-id="OneTVAsia.sg" status="error",One TV Asia (576p) [Geo-blocked] http://210.210.155.37/uq2663/h/h143/index.m3u8 @@ -317,25 +317,25 @@ http://wowza58.indostreamserver.com:1935/persadatv/live/playlist.m3u8 #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 -#EXTINF:-1 tvg-id="PONTV.id" status="online",Pon TV (360p) [Not 24/7] https://v3.siar.us/pontianaktelevisi/live/playlist.m3u8 +#EXTINF:-1 tvg-id="PONTV.id" status="error",Pon TV (360p) [Not 24/7] +http://122.248.43.138:1935/ch15/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="PopMusik.id" status="online",POP musik (576i) https://alfa.kugo.id/playout/pop.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="PujaTVAceh.id" status="online",Puja TV Aceh (1080p) [Not 24/7] https://v6.siar.us/pujatv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="RadarLampungTV.id" status="error",Radar TV Lampung (480p) [Not 24/7] +#EXTINF:-1 tvg-id="RadarLampungTV.id" status="online",Radar TV Lampung (480p) [Not 24/7] http://122.248.43.138:1935/ch17/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioKitaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RadioKita TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="RadioKitaTV.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RadioKita TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch16.m3u8 +#EXTINF:-1 tvg-id="RajawaliTV.id" status="online",RTV (576p) [Geo-blocked] +http://210.210.155.37/dr9445/h/h10/index.m3u8 #EXTINF:-1 tvg-id="RajawaliTV.id" status="blocked",RTV (480p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(41869351-4a9c-4e57-b54b-8cf5dfc919e1)/index.m3u8 #EXTINF:-1 tvg-id="RajawaliTV.id" status="error",RTV (576p) [Geo-blocked] 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" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="RasyaadTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch6.m3u8 #EXTINF:-1 tvg-id="RasyaadTV.id" status="error",Rasyaad TV [Not 24/7] @@ -352,7 +352,7 @@ http://122.248.43.138:1935/ch9/myStream/playlist.m3u8 https://v10.siar.us/rctv/live/playlist.m3u8 #EXTINF:-1 tvg-id="Reformed21.id" status="error",Reformed 21 (540p) http://edge.linknetott.swiftserve.com/live/BsNew/amlst:reformedch/playlist.m3u8 -#EXTINF:-1 tvg-id="RiauRayaTV.id" status="timeout",Riau TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="RiauRayaTV.id" status="online",Riau TV (576p) [Not 24/7] https://bravo.kugo.id/riauraya/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="RiauRayaTV.id" status="error",Riau TV (576p) [Not 24/7] rtmp://103.166.254.114:1935/live/0 @@ -368,7 +368,7 @@ https://tv.rodja.live/live/ngrp:rodja_all/playlist.m3u8 http://36.89.47.217:11935/rrinet/live/index.m3u8 #EXTINF:-1 tvg-id="RuangTrampil.id" status="blocked",Ruang Trampil (480p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(2b945e2e-4297-4be9-9a45-aa023c890e13)/index.m3u8 -#EXTINF:-1 tvg-id="SaktiTV.id" status="online",Sakti TV (480p) [Not 24/7] +#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="online",Salam TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/SALAMTVLIVE/live @@ -393,7 +393,7 @@ http://122.248.43.138:1935/ch4/myStream/playlist.m3u8 http://122.248.43.138:1935/ch25/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="SpacetoonIndonesia.id" status="online",Spacetoon Indonesia (576p) https://bravo.kugo.id/spacetoon/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="SriwijayaTV.id" status="error",Sriwijaya TV [Not 24/7] +#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 http://122.248.43.138:1935/ch20/myStream/playlist.m3u8 @@ -410,7 +410,7 @@ https://v3.siar.us/surabayatv/live/playlist.m3u8 https://h1.intechmedia.net/intech/ch3.m3u8 #EXTINF:-1 tvg-id="SurauTV.id" status="error",Surau TV (720p) http://119.235.249.58:1935/surautv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TATV.id" status="online",TATV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TATV.id" status="error",TATV (720p) [Not 24/7] https://v2.siar.us/tatv/live.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TawafTV.id" status="online",Tawaf TV (720p) https://bravo.kugo.id/tawaftv/rtmp.stream/playlist.m3u8 @@ -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="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 +#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="online",tvOne (480p) [Geo-blocked] +http://210.210.155.35/qwr9ew/s/s105/01.m3u8 +#EXTINF:-1 tvg-id="tvOne.id" status="online",tvOne (480p) [Geo-blocked] +http://210.210.155.37/qwr9ew/s/s105/01.m3u8 #EXTINF:-1 tvg-id="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) @@ -451,23 +451,23 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIAceh)/index.m3u8 #EXTINF:-1 tvg-id="TVRIAceh.id" status="online",TVRI Aceh (720p) [Not 24/7] http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIACEH)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBali.id" status="online",TVRI Bali (480p) -http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIBALI)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIBali.id" status="online",TVRI Bali (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIBALI)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBali.id" status="online",TVRI Bali (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIBali)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIBali.id" status="online",TVRI Bali (480p) +http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIBALI)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIBangkaBelitung.id" status="online",TVRI Bangka Belitung (480p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRIBABEL)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBangkaBelitung.id" status="online",TVRI Bangka Belitung (480p) 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="TVRIBangkaBelitung.id" status="timeout",TVRI Bangka Belitung (480p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRIBABEL)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBengkulu.id" status="online",TVRI Bengkulu (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIBENGKULU)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBengkulu.id" status="online",TVRI Bengkulu (480p) -http://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://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) @@ -475,11 +475,11 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIJatengsemarang)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralJava.id" status="online",TVRI Jawa Tengah (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIJATENGSEMARANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) -http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8 -#EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalteng)/index.m3u8 +#EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) +http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralSulawesi.id" status="online",TVRI Sulawesi Tengah (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRISULTENGPALU)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralSulawesi.id" status="online",TVRI Sulawesi Tengah (720p) @@ -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://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://ott.tvri.co.id/Content/HLS/Live/Channel(TVRISultra)/index.m3u8 +#EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRISULTRA)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthKalimantan.id" status="online",TVRI Kalimantan Selatan (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALSELBANJARMSN)/index.m3u8 @@ -593,10 +593,10 @@ http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIJABARBAND #EXTINF:-1 tvg-id="TVRIWestJava.id" status="error",TVRI Jawa Barat (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIJabarandung)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) -http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalbar)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALBAR)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) +http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalbar)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIWestKalimantan.id" status="online",TVRI Kalimantan Barat (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALBAR)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestNusaTenggara.id" status="online",TVRI Nusa Tenggara Barat (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRINTBMATARAM)/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://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="TVRIWestSulawesi.id" status="timeout",TVRI Sulawesi Barat (720p) +http://118.97.50.107/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) @@ -670,7 +670,7 @@ http://5e396e0211d7a.streamlock.net:1935/uchannel/live/playlist.m3u8 http://210.210.155.35/x6bnqe/s/s73/index2.m3u8 #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] +#EXTINF:-1 tvg-id="UFA24.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",UFA 24 (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch27.m3u8 #EXTINF:-1 tvg-id="UGTV.id" status="online",UGTV (720p) @@ -681,10 +681,10 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(f1b6e507-d639-4d https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(18564c27-ff44-4d62-9fab-dcb417fcb93f)/index.m3u8 #EXTINF:-1 tvg-id="WesalTV.id" status="error",Wesal TV (720p) http://wowza58.indostreamserver.com:1935/wesaltv/live/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeBioskop.id" status="online",Zee Bioskop (360p) [Geo-blocked] +http://210.210.155.37/qwr9ew/s/s32/index.m3u8 #EXTINF:-1 tvg-id="ZeeBioskop.id" status="error",Zee Bioskop (360p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s32/index.m3u8 -#EXTINF:-1 tvg-id="ZeeBioskop.id" status="error",Zee Bioskop (360p) [Geo-blocked] -http://210.210.155.37/qwr9ew/s/s32/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Persija TV (720p) https://bravo.kugo.id/persijatv/udp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ATVLI (720p) @@ -707,21 +707,27 @@ https://alfa.kugo.id/playout/kugo1.stream/playlist.m3u8 https://alfa.kugo.id/playout/KugoStar.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",kugo Star (576i) https://bravo.kugo.id/kugostar/udp.stream/chunklist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Dens Food Channel (576p) [Geo-blocked] +http://210.210.155.37/x6bnqe/s/s38/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",Dens 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 https://alfa.kugo.id/sampittv/rtmp.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="online",Garda TV (576p) https://bintangtv.siar.us/bintangtv/live/playlist.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",Alwafa Tarim TV (Am Media) (720p) -https://ammedia.siar.us/ammedia/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="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="error",UBON TV (360p) [Not 24/7] http://5e396e0211d7a.streamlock.net:1935/ubontv/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Pal TV (720p) [Not 24/7] @@ -736,10 +742,8 @@ http://210.210.155.35/x6bnqe/s/s38/index.m3u8 http://210.210.155.35/x6bnqe/s/s101/live.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens ShowBiz (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s35/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",Dens Food Channel (576p) [Geo-blocked] -http://210.210.155.37/x6bnqe/s/s38/index.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",Dens Knowledge and Learning (576p) +http://210.210.155.37/x6bnqe/s/s36/index.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] @@ -750,9 +754,5 @@ 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",dTVi (720p) -https://alfa.kugo.id/dtvi/rtmp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Unas TV (720p) -https://ltun.siar.us/ltun/live/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/in.m3u b/streams/in.m3u index f9db78938..2c470812b 100644 --- a/streams/in.m3u +++ b/streams/in.m3u @@ -3,15 +3,15 @@ https://6n3yogbnd9ok-hls-live.5centscdn.com/threetamil/d0dbe915091d400bd8ee7f27f0791303.sdp/index.m3u8 #EXTINF:-1 tvg-id="7SMusic.in" status="timeout",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="error",9X Jalwa (576p) [Not 24/7] +#EXTINF:-1 tvg-id="9XJalwa.in" status="online",9X Jalwa (576p) [Not 24/7] http://14.199.164.20:4001/play/a0nc/index.m3u8 -#EXTINF:-1 tvg-id="9XJhakaas.in" status="error",9X Jhakaas (576p) [Not 24/7] +#EXTINF:-1 tvg-id="9XJhakaas.in" status="online",9X Jhakaas (576p) [Not 24/7] http://14.199.164.20:4001/play/a0mx/index.m3u8 #EXTINF:-1 tvg-id="9XM.in" status="online",9XM (480p) https://d2q8p4pe5spbak.cloudfront.net/bpk-tv/9XM/9XM.isml/index.m3u8 #EXTINF:-1 tvg-id="AajTak.in" status="blocked",Aaj Tak (360p) [Geo-blocked] https://lmil.live-s.cdn.bitgravity.com/cdn-live/_definst_/lmil/live/aajtak_app.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AathavanTV.in" status="online",Aathavan TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AathavanTV.in" status="error",Aathavan TV (720p) [Not 24/7] http://45.77.66.224:1935/athavantv/live/playlist.m3u8 #EXTINF:-1 tvg-id="ABPAnanda.in" status="error",ABP Ananda (720p) https://abp-i.akamaihd.net/hls/live/765530/abpananda/master.m3u8 @@ -77,7 +77,7 @@ http://14.199.164.20:4001/play/a0rj/index.m3u8 http://live.agmediachandigarh.com/booglebollywood/774e3ea9f3fa9bcdac47f445b83b6653.sdp/index.m3u8 #EXTINF:-1 tvg-id="BoogleBollywood.in" status="error",Boogle Bollywood [Geo-blocked] https://sneh-z5api.herokuapp.com/?c=0-9-165 -#EXTINF:-1 tvg-id="BoxCinema.in" status="error",Box Cinema (576p) [Not 24/7] +#EXTINF:-1 tvg-id="BoxCinema.in" status="online",Box Cinema (576p) [Not 24/7] http://14.199.164.20:4001/play/a0su/index.m3u8 #EXTINF:-1 tvg-id="CaptainTV.in" status="online",Captain TV (576p) [Not 24/7] http://103.199.160.85/Content/captain/Live/Channel(Captain)/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="error",Dabangg (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Dabangg.in" status="online",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 @@ -176,7 +176,7 @@ https://1-213-10546-44.b.cdn13.com/388656798579293628302251.m3u8 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="error",I Love (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ILove.in" status="online",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 @@ -188,7 +188,7 @@ https://indiatodaylive.akamaized.net/hls/live/2014320/indiatoday/indiatodaylive/ https://live-indiatvnews.akamaized.net/indiatv-origin/ITV_1_1@199237/playlist.m3u8 #EXTINF:-1 tvg-id="IndiaTV.in" status="error",India TV (480p) [Not 24/7] https://live-indiatvnews.akamaized.net/indiatv-origin/liveabr/playlist.m3u8 -#EXTINF:-1 tvg-id="IsaiAruvi.in" status="online",Isai Aruvi (576p) +#EXTINF:-1 tvg-id="IsaiAruvi.in" status="timeout",Isai Aruvi (576p) http://103.199.161.254/Content/isaiaruvi/Live/Channel(IsaiAruvi)/index.m3u8 #EXTINF:-1 tvg-id="JaihindTV.in" status="online",Jaihind TV (480p) https://live.neestream.net/neestream_01/jaihindtv/index.m3u8?token=693400 @@ -212,7 +212,7 @@ https://live.wmncdn.net/jantatv/live.stream/index.m3u8 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 -#EXTINF:-1 tvg-id="JeevanTV.in" status="timeout",Jeevan TV (576p) +#EXTINF:-1 tvg-id="JeevanTV.in" status="online",Jeevan TV (576p) http://103.199.161.254/Content/jeevan/Live/Channel(Jeevan)/index.m3u8 #EXTINF:-1 tvg-id="JhanjarMusic.in" status="error",Jhanjar Music (1080p) [Not 24/7] http://159.203.9.134/hls/jhanjar_music/jhanjar_music.m3u8 @@ -222,12 +222,12 @@ https://cdn.smartstream.video/smartstream-us/jonakk/jonakk/playlist.m3u8 https://live.hungama.com/linear/kadak-hits/playlist.m3u8 #EXTINF:-1 tvg-id="KairaliArabia.in" status="error",Kairali Arabia (480p) [Not 24/7] https://idvd.multitvsolution.com/idvo/kairaliarabia_540p/index.m3u8 +#EXTINF:-1 tvg-id="KairaliNews.in" status="online",Kairali News (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCkCWitaToNG1_lR-Si1oMrg/live #EXTINF:-1 tvg-id="KairaliNews.in" status="online",Kairali News (480p) https://live.neestream.net/neestream_01/kairalinews/index.m3u8?token=693400 #EXTINF:-1 tvg-id="KairaliNews.in" status="timeout",Kairali News (576p) http://103.199.161.254/Content/people/Live/Channel(People)/index.m3u8 -#EXTINF:-1 tvg-id="KairaliNews.in" status="error",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 #EXTINF:-1 tvg-id="KairaliTV.in" status="online",Kairali TV (480p) @@ -254,7 +254,7 @@ https://bnwdplewrp3a-hls-live.wmncdn.net/kannur1/d0dbe915091d400bd8ee7f27f079130 https://stream.ufworldind.in/live/kvision/playlist.m3u8 #EXTINF:-1 tvg-id="KappaTV.in" status="timeout",Kappa TV (360p) http://103.199.161.254/Content/kappa/Live/Channel(Kappa)/index.m3u8 -#EXTINF:-1 tvg-id="KasthuriTV.in" status="online",Kasthuri (576p) +#EXTINF:-1 tvg-id="KasthuriTV.in" status="timeout",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] http://kcltv.livebox.co.in/kclhls/live.m3u8 @@ -278,7 +278,7 @@ http://14.199.164.20:4001/play/a0q7/index.m3u8 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] http://14.199.164.20:4001/play/a0l1/index.m3u8 -#EXTINF:-1 tvg-id="MalabarNews.in" status="online",Malabar News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MalabarNews.in" status="error",Malabar News (720p) [Not 24/7] http://cloud.logicwebs.in:1935/live/malabarnews/playlist.m3u8 #EXTINF:-1 tvg-id="MalabarVision.in" status="timeout",Malabar Vision (720p) http://cdn1.logicwebs.in:1935/malabar/malabar/playlist.m3u8 @@ -298,12 +298,12 @@ 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 (480p) https://live.neestream.net/neestream_01/mathrubhuminews/index.m3u8?token=693400 #EXTINF:-1 tvg-id="MathrubhumiNews.in" status="timeout",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="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] @@ -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="error",Mtunes Plus (576p) [Not 24/7] +#EXTINF:-1 tvg-id="MtunesPlus.in" status="online",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://103.199.160.85/Content/musicindia/Live/Channel(MusicIndia)/index.m3u8 -#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="error",Naaptol (576p) [Not 24/7] +#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] 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 @@ -358,10 +358,10 @@ https://ndtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/ndtv/live/ndtv_profit. https://live.neestream.net/neestream_01/neecinema/index.m3u8?token=693400 #EXTINF:-1 tvg-id="NethraTV.in" status="timeout",Nethra TV (480p) [Not 24/7] https://dammikartmp.tulix.tv/slrc3/slrc3/playlist.m3u8 -#EXTINF:-1 tvg-id="News7Tamil.in" status="online",News 7 Tamil (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2f4w_ppqHplvjiNaoTAK9w/live #EXTINF:-1 tvg-id="News7Tamil.in" status="error",News 7 Tamil (576p) [Not 24/7] http://14.199.164.20:4001/play/a0kp/index.m3u8 +#EXTINF:-1 tvg-id="News7Tamil.in" status="error",News 7 Tamil (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2f4w_ppqHplvjiNaoTAK9w/live #EXTINF:-1 tvg-id="News18AssamNorthEast.in" status="error",News 18 Assam (360p) [Not 24/7] https://news18assam-lh.akamaihd.net/i/n18assamne_1@526575/index_4_av-p.m3u8?rebase=on&sd=10 #EXTINF:-1 tvg-id="News18AssamNorthEast.in" status="error",News18 Assam (504p) [Not 24/7] @@ -410,12 +410,12 @@ https://6zklxbgpdw9b-hls-live.5centscdn.com/next/c9a1fdac6e082dd89e7173244f34d7b https://cdn.smartstream.video/smartstream-us/otvnewmbr/otvnewmbr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="OneTV.in" status="online",One TV (720p) http://137.59.86.218:1935/live/onetv/playlist.m3u8 -#EXTINF:-1 tvg-id="PolimerNews.in" status="online",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="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] +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 #EXTINF:-1 tvg-id="PratidinTime.in" status="online",Pratidin Time (360p) [Not 24/7] @@ -432,7 +432,7 @@ http://14.199.164.20:4001/play/a0ld/index.m3u8 https://royalstarindia.co.in/pularitv_hls/pularitv.m3u8 #EXTINF:-1 tvg-id="PunjabiZindabadTV.in" status="online",Punjabi Zindabad (360p) [Not 24/7] http://stream.pztv.online/pztv/playlist.m3u8 -#EXTINF:-1 tvg-id="PuthiyaThalaimurai.in" status="error",Puthiya Thalaimurai (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="PuthiyaThalaimurai.in" status="online",Puthiya Thalaimurai (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCmyKnNRH0wH-r8I-ceP-dsg/live #EXTINF:-1 tvg-id="PuthuyugamTV.in" status="online",Puthuyugam TV (576p) [Not 24/7] http://103.199.160.85/Content/puthuyugam/Live/Channel(Puthuyugam)/index.m3u8 @@ -462,7 +462,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCHtYUfPnQci6GoUpPlWfrOg/live #EXTINF:-1 tvg-id="ShekinahTV.in" status="online",Shekinah TV (576p) [Not 24/7] http://14.199.164.20:4001/play/a0ok/index.m3u8 -#EXTINF:-1 tvg-id="ShemarooTV.in" status="error",Shemaroo TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ShemarooTV.in" status="online",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 @@ -538,11 +538,11 @@ http://14.199.164.20:4001/play/a0nx/index.m3u8 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="error",Wow Cinema One (576p) [Not 24/7] +#EXTINF:-1 tvg-id="WowCinemaOne.in" status="online",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 @@ -558,6 +558,8 @@ https://royalstarindia.co.in/cinematv_hls/cinematv.m3u8 http://158.69.124.9:1935/sardaritv/sardaritv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",NVision http://live.singamcloud.in:1935/nvision/nvision/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Suriyan TV +http://cdn.jwplayer.com/videos/1m0nMXhZ-3SDdwqdV.m3u8 #EXTINF:-1 tvg-id="" status="online",Zainabia Channel https://zainabia.livebox.co.in/ZainabiaChannelhls/channel.m3u8 #EXTINF:-1 tvg-id="" status="online",FASTWAY NEWS (720p) [Not 24/7] @@ -592,9 +594,6 @@ http://c0.cdn.trinity-tv.net/stream/zfmjgma9zn46fa797ez9fgkw7msh9mj4tppspg23gey6 http://weone.livebox.co.in/Metro7hls/Metro7.m3u8 #EXTINF:-1 tvg-id="" status="online",Wion (domestic feed) (576p) 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] @@ -611,6 +610,9 @@ http://192.99.2.28/mandra_hls/mandra.m3u8 http://rtmp.smartstream.video:1935/mhonemusic/mhonemusic/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",MH1 Prime (360p) [Not 24/7] http://rtmp.smartstream.video:1935/mhonenews/mhonenews/playlist.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="blocked",Dishum [Geo-blocked] https://m-c29-j2apps.s.llnwi.net/hls/5332.Dishum.in.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Republic Bharat (360p) [Geo-blocked] @@ -624,8 +626,6 @@ 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",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) (360p) -http://210.210.155.37/x6bnqe/s/s81/02.m3u8 #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] @@ -640,8 +640,8 @@ http://103.153.92.157:11037/hls/kbh.m3u8 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",Suriyan TV -http://cdn.jwplayer.com/videos/1m0nMXhZ-3SDdwqdV.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] http://live.agmediachandigarh.com/lifepunjabi/e27b5c8d89b83882ca3b018eeed14888.sdp/mono.m3u8 #EXTINF:-1 tvg-id="" status="error",Janataa TV [Not 24/7] diff --git a/streams/iq.m3u b/streams/iq.m3u index ac9ff3196..1f993edd1 100644 --- a/streams/iq.m3u +++ b/streams/iq.m3u @@ -11,13 +11,13 @@ https://asdiuhiu12.myvodu.app:3356/live/Alghadeer/index.m3u8 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="error",Al-Jawadain TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AlJawadainTV.iq" status="online",Al-Jawadain TV (1080p) [Not 24/7] https://live.aljawadain.org/live/aljawadaintv/playlist.m3u8 #EXTINF:-1 tvg-id="AlkafeelBetweenthetwoholyshrines.iq" status="online",Alkafeel: Between the two holy shrines (720p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot4/manifest.m3u8 #EXTINF:-1 tvg-id="AlkafeelTheentranceoftheholysanctuary.iq" status="online",Alkafeel: The entrance of the holy sanctuary (720p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot3/manifest.m3u8 -#EXTINF:-1 tvg-id="AlkafeelTheHolyTomb.iq" status="error",Alkafeel: The Holy Tomb (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AlkafeelTheHolyTomb.iq" status="online",Alkafeel: The Holy Tomb (360p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot2/manifest.m3u8 #EXTINF:-1 tvg-id="AlkafeelThewindowofAlKafeel.iq" status="online",Alkafeel: The window of Al-Kafeel (720p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot1/manifest.m3u8 diff --git a/streams/ir.m3u b/streams/ir.m3u index 29c137290..b9f7c37e9 100644 --- a/streams/ir.m3u +++ b/streams/ir.m3u @@ -169,7 +169,7 @@ http://cdn1.live.irib.ir:1935/epg-live/smil:sahand/playlist.m3u8 https://iptv.salaamtv.org/salaam/playlist.m3u8 #EXTINF:-1 tvg-id="SepanjTV.ir" status="online",Sepanj TV (720p) [Not 24/7] http://51.210.199.30/hls/stream.m3u8 -#EXTINF:-1 tvg-id="SL1.ir" status="online",SL 1 (720p) +#EXTINF:-1 tvg-id="SL1.ir" status="timeout",SL 1 (720p) http://51.210.199.3/hls/stream.m3u8 #EXTINF:-1 tvg-id="SL2.ir" status="online",SL 2 (720p) http://51.210.199.2/hls/stream.m3u8 diff --git a/streams/it.m3u b/streams/it.m3u index 7bf8d3021..0fccb8d3d 100644 --- a/streams/it.m3u +++ b/streams/it.m3u @@ -3,9 +3,9 @@ https://5929b138b139d.streamlock.net/12TVParma/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="20Mediaset.it" status="blocked",20 Mediaset [Geo-blocked] https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(lb)/index.m3u8 -#EXTINF:-1 tvg-id="51RadioTV.it" status="online",51 Radio TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="51RadioTV.it" status="blocked",51 Radio TV (480p) [Geo-blocked] http://wms.shared.streamshow.it/canale51/canale51/playlist.m3u8 -#EXTINF:-1 tvg-id="51RadioTV.it" status="online",51 Radio TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="51RadioTV.it" status="blocked",51 Radio TV (480p) [Geo-blocked] https://59d7d6f47d7fc.streamlock.net/canale51/canale51/playlist.m3u8 #EXTINF:-1 tvg-id="ABChannel.it" status="online",AB Channel (720p) [Not 24/7] https://tsw.streamingwebtv24.it:1936/abchanneltv/abchanneltv/playlist.m3u8 @@ -65,7 +65,7 @@ https://stream9.xdevel.com/video0s975363-691/stream/playlist.m3u8 https://media.streambrothers.com:1936/8038/8038/playlist.m3u8 #EXTINF:-1 tvg-id="EliveTVBrescia.it" status="online",Elive TV Brescia (720p) [Not 24/7] https://59d7d6f47d7fc.streamlock.net/elivebresciatv/elivebresciatv/playlist.m3u8 -#EXTINF:-1 tvg-id="EntellaTV.it" status="online",Entella TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EntellaTV.it" status="error",Entella TV (720p) [Not 24/7] https://5f22d76e220e1.streamlock.net/EntellaTV/EntellaTV/playlist.m3u8 #EXTINF:-1 tvg-id="EsperiaTV.it" status="online",Esperia TV (480p) http://wms.shared.streamshow.it/esperiatv/esperiatv/playlist.m3u8 @@ -149,7 +149,7 @@ https://celinel.akamaized.net/hls/live/2032089/2032089/primativvu/primativvu/pla https://msh0203.stream.seeweb.it/live/flv:stream2.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="R101.it" status="blocked",R101 (576p) https://live3-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(er)/index.m3u8 -#EXTINF:-1 tvg-id="Radio51TV.it" status="online",Radio 51 TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="Radio51TV.it" status="error",Radio 51 TV (480p) [Geo-blocked] http://178.32.140.155/canale51/canale51/playlist.m3u8 #EXTINF:-1 tvg-id="Radio101.it" status="blocked",Radio 101 (576p) https://live3-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(ER)/index.m3u8 @@ -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="blocked",Radio Iglesias (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="RadioIglesias.it" status="online",Radio Iglesias (576p) [Geo-blocked] http://wms.shared.streamshow.it/visualradio/mp4:visualradio/playlist.m3u8 #EXTINF:-1 tvg-id="RadioIglesiasSardegna.it" status="blocked",Radio Iglesias Sardegna (576p) [Geo-blocked] https://59d7d6f47d7fc.streamlock.net/visualradio/visualradio/playlist.m3u8 @@ -177,7 +177,7 @@ http://flash5.streaming.xdevel.com/radionorbatv/smil:radionorbatv.smil/playlist. http://flash2.xdevel.com/norbatv/smil:norbatv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RadioNumberOne.it" status="online",Radio Number One (720p) [Not 24/7] https://56b50ada2d659.streamlock.net/RN1TV/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioPiterPanTV.it" status="online",Radio Piter Pan TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioPiterPanTV.it" status="error",Radio Piter Pan TV (720p) [Not 24/7] https://58d921499d3d3.streamlock.net/RadioPiterpanTV/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioRadioTV.it" status="online",Radio Radio TV (720p) http://api.new.livestream.com/accounts/11463451/events/3679884/live.m3u8 @@ -220,10 +220,10 @@ https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276 http://stream.tvtap.net:8081/live/it-rai5.stream/playlist.m3u8 #EXTINF:-1 tvg-id="RaiGulp.it" status="online",Rai Gulp (576p) https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746953 +#EXTINF:-1 tvg-id="RaiItaliaAsia.it" status="online",RAI Italia Asia (576p) +http://210.210.155.37/x6bnqe/s/s63/index2.m3u8 #EXTINF:-1 tvg-id="RaiItaliaAsia.it" status="error",RAI Italia Asia (576p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s63/index2.m3u8 -#EXTINF:-1 tvg-id="RaiItaliaAsia.it" status="error",RAI Italia Asia (576p) -http://210.210.155.37/x6bnqe/s/s63/index2.m3u8 #EXTINF:-1 tvg-id="RaiMovie.it" status="online",Rai Movie (576p) [Geo-blocked] https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747002 #EXTINF:-1 tvg-id="RaiNews24.it" status="online",Rai News 24 (720p) @@ -248,7 +248,7 @@ https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(r4)/ https://stream.internet.one/Rete55_Live/index.m3u8 #EXTINF:-1 tvg-id="ReteBiellaTV.it" status="online",Rete Biella TV (720p) [Not 24/7] https://sb.top-ix.org/retebiella/streaming/playlist.m3u8 -#EXTINF:-1 tvg-id="Retemia.it" status="error",Retemia (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Retemia.it" status="online",Retemia (720p) [Not 24/7] https://5db313b643fd8.streamlock.net/Retemia/Retemia/playlist.m3u8 #EXTINF:-1 tvg-id="ReteOro.it" status="online",Rete Oro (720p) [Not 24/7] https://5926fc9c7c5b2.streamlock.net/9094/9094/playlist.m3u8 @@ -444,6 +444,8 @@ http://wms.shared.streamshow.it/canale7/mp4:canale7/playlist.m3u8 http://wms.shared.streamshow.it/canale8/mp4:canale8/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TSN Tele Sondrio News (480p) [Not 24/7] http://wms.shared.streamshow.it/tsn/tsn_mobile/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Juwelo Italia (480p) +https://sdn-global-live-streaming-packager-cache.3qsdn.com/7841/7841_264_live.m3u8 #EXTINF:-1 tvg-id="" status="online",TV7 Azzurra (270p) [Not 24/7] http://217.61.26.46:8080/hls/azzurra.m3u8 #EXTINF:-1 tvg-id="" status="online",TV7 News (270p) [Not 24/7] @@ -466,10 +468,6 @@ http://46.165.210.112/radionorbatv/norbatv_source.stream/playlist.m3u8 http://193.70.81.40:1935/supertvoristano/supertvoristano/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Super J TV (720p) https://54627d4fc5996.streamlock.net/SuperJtv/SuperJtv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",RTL 102.5 (432p) -https://rtl-video1-stream.thron.com/live-video/video1/ngrp:video1/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Juwelo Italia (480p) -https://sdn-global-live-streaming-packager-cache.3qsdn.com/7841/7841_264_live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",TeleFormula (720p) [Not 24/7] https://wms60.tecnoxia.com/radiof/abr_radioftele/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Hilando Fino (1080p) [Not 24/7] @@ -488,6 +486,8 @@ http://wms.shared.streamshow.it/videobrescia/videobrescia/playlist.m3u8 https://deejay_tv-lh.akamaihd.net/i/DeejayTv_1@129866/master.m3u8 #EXTINF:-1 tvg-id="" status="error",Rai Sport+ [Geo-blocked] https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=358025 +#EXTINF:-1 tvg-id="" status="error",RTL 102.5 (432p) +https://rtl-video1-stream.thron.com/live-video/video1/ngrp:video1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",RADIO FRECCIA (360p) https://rtl-video2-stream.thron.com/live-video/video2/ngrp:video2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",RTL 102.5 BEST (432p) diff --git a/streams/jo.m3u b/streams/jo.m3u index 1cbd45a20..8bbd819d5 100644 --- a/streams/jo.m3u +++ b/streams/jo.m3u @@ -7,7 +7,7 @@ https://ammantv.c.s73cdn.net/23153d43-375a-472a-bc5f-9827582b5d22/elemental/live http://82.212.74.99:8000/live/8111.m3u8 #EXTINF:-1 tvg-id="FajerTV2.ps" status="online",Fajer TV (720p) http://two.alfajertv.com:8081/AlfajertvHDTwo_web/web/playlist.m3u8 -#EXTINF:-1 tvg-id="JawharaFM.jo" status="error",Jawhara FM (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JawharaFM.jo" status="online",Jawhara FM (720p) [Not 24/7] http://streaming.toutech.net:1935/live/mp4:jawharafm.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="JordanSport.jo" status="error",Jordan Sport https://jrtv-live.ercdn.net/jordansporthd/jordansporthd.m3u8 @@ -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="error",Toyor Al-Jannah (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/toyorlive/live #EXTINF:-1 tvg-id="" status="online",ISMAOONA TV (720p) http://82.212.74.4:8000/live/2105.m3u8 @@ -37,11 +37,11 @@ http://188.247.86.66/RotanaRadio/CityView1/playlist.m3u8 http://188.247.86.66/RotanaRadio/ControlStudio1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Yaqeen Jordan: Control Studio (180p) [Not 24/7] http://188.247.86.66/MixFM/ControlStudio1/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Radio Yaqeen Jordan: Studio (180p) [Not 24/7] +http://188.247.86.66/MixFM/OnAirStudio1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Fann Jordan: Studio (180p) [Not 24/7] http://188.247.86.66/RadioFann/OnAirStudio1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rotana Tarab Jordan: Control Studio (180p) [Not 24/7] http://188.247.86.66/RotanaRadio/Audio32/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rotana Radio Jordan: Studio (180p) [Not 24/7] http://188.247.86.66/RotanaRadio/OnAirStudio1/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Radio Yaqeen Jordan: Studio (180p) [Not 24/7] -http://188.247.86.66/MixFM/OnAirStudio1/playlist.m3u8 diff --git a/streams/jp.m3u b/streams/jp.m3u index 61fc4a1de..8082aea4d 100644 --- a/streams/jp.m3u +++ b/streams/jp.m3u @@ -5,7 +5,7 @@ https://sub2.neetball.net/live/neet.m3u8 http://cgntv-glive.ofsdelivery.net/live/cgntv_jp/playlist.m3u8 #EXTINF:-1 tvg-id="FujiTV.jp" status="online",Fuji TV (540p) [Not 24/7] https://fujitv2.mov3.co/hls/fujitv.m3u8 -#EXTINF:-1 tvg-id="GSTV.jp" status="online",GSTV (720p) +#EXTINF:-1 tvg-id="GSTV.jp" status="timeout",GSTV (720p) https://gstv-tnz-gsmediastreaming.preview-jpea.channel.media.azure.net/dfd06b62-e9d1-4a7f-bcbb-89d2ecbc82ee/preview.ism/manifest(format=mpd-time-csf,audio-only=false) #EXTINF:-1 tvg-id="GTNTyphome.jp" status="error",GTN Typhome (English Subs) (720p) [Not 24/7] https://hamada.gaki-no-tsukai.eu:2087/hls/test.m3u8 @@ -18,11 +18,11 @@ https://tbs1.mov3.co/hls/tbs.m3u8 #EXTINF:-1 tvg-id="NewJapanProWrestlingWorld.jp" status="online",New Japan Pro Wrestling World (540p) https://aka-amd-njpwworld-hls-enlive.akamaized.net/hls/video/njpw_en/njpw_en_channel01_3/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="NHKChinese.jp" status="online",NHK Chinese Vision (720p) +https://nhkw-zh-hlscomp.akamaized.net/8thz5iufork8wjip/playlist.m3u8 +#EXTINF:-1 tvg-id="NHKChinese.jp" status="online",NHK Chinese Vision (720p) https://nhkw-zh-hlscomp.akamaized.net/ixxemlzk1vqvy44o/playlist.m3u8 #EXTINF:-1 tvg-id="NHKChinese.jp" status="online",NHK Chinese Vision (360p) https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/zh/725580/livecom_zh.m3u8 -#EXTINF:-1 tvg-id="NHKChinese.jp" status="timeout",NHK Chinese Vision (720p) -https://nhkw-zh-hlscomp.akamaized.net/8thz5iufork8wjip/playlist.m3u8 #EXTINF:-1 tvg-id="NHKGeneralTV.jp" status="online",NHK General TV (540p) [Not 24/7] https://nhk2.mov3.co/hls/nhk.m3u8 #EXTINF:-1 tvg-id="NHKWorldJapan.jp" status="online",NHK World Japan (1080p) @@ -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="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/kr.m3u b/streams/kr.m3u index 43bbaefa3..feb5509e4 100644 --- a/streams/kr.m3u +++ b/streams/kr.m3u @@ -7,10 +7,10 @@ https://allanf181.github.io/adaptive-streams/streams/kr/AnimaxKorea.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/Anione.m3u8 #EXTINF:-1 tvg-id="Aniplus.kr" status="online",Aniplus (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/Aniplus.m3u8 +#EXTINF:-1 tvg-id="AniplusAsia.sg" status="online",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] +http://210.210.155.37/dr9445/h/h02/index.m3u8 #EXTINF:-1 tvg-id="AniplusAsia.sg" status="error",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h02/index.m3u8 -#EXTINF:-1 tvg-id="AniplusAsia.sg" status="error",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] -http://210.210.155.37/dr9445/h/h02/index.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) http://amdlive-ch01.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) @@ -57,7 +57,7 @@ https://stream.chmbc.co.kr/live/TV/playlist.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/ChunghwaTV.m3u8 #EXTINF:-1 tvg-id="CinemaHeaven.kr" status="online",Cinema Heaven (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/CinemaHeaven.m3u8 -#EXTINF:-1 tvg-id="CJBTV.kr" status="online",CJB์ฒญ์ฃผ๋ฐฉ์†ก (SBS ๆทธๅทž) (540p) [Not 24/7] +#EXTINF:-1 tvg-id="CJBTV.kr" status="blocked",CJB์ฒญ์ฃผ๋ฐฉ์†ก (SBS ๆทธๅทž) (540p) [Not 24/7] http://1.222.207.80:1935/live/cjbtv/playlist.m3u8 #EXTINF:-1 tvg-id="CJOnStyle.kr" status="online",CJ OnStyle (540p) https://live-ch1.cjonstyle.net/cjmalllive/stream2/playlist.m3u8 @@ -97,12 +97,12 @@ 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="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="GCN.kr" status="error",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="GCNAmerica.us" status="error",GCN24 English (720p) [Not 24/7] http://liveen24-manminglobal3.ktcdn.co.kr/liveen24/gcnus_high/playlist.m3u8 #EXTINF:-1 tvg-id="GolfPBA.kr" status="online",Golf & PBA (1080p) [Not 24/7] @@ -123,9 +123,9 @@ https://allanf181.github.io/adaptive-streams/streams/kr/HoneyTV.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/IBSports.m3u8 #EXTINF:-1 tvg-id="iHQDrama.kr" status="online",iHQ drama (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/iHQDrama.m3u8 -#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="timeout",์ œ์ฃผ MBC (MBC Jeju) (352p) [Not 24/7] +#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="error",์ œ์ฃผ MBC (MBC Jeju) (352p) [Not 24/7] https://wowza.jejumbc.com/live/tv_jejumbc/playlist.m3u8 -#EXTINF:-1 tvg-id="JIBSTV.kr" status="timeout",JIBS SBS (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JIBSTV.kr" status="online",JIBS SBS (720p) [Not 24/7] http://123.140.197.22/stream/1/play.m3u8 #EXTINF:-1 tvg-id="JTBC2.kr" status="online",JTBC2 (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/JTBC2.m3u8 @@ -161,16 +161,16 @@ https://allanf181.github.io/adaptive-streams/streams/kr/KLeague1.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/KLeague2.m3u8 #EXTINF:-1 tvg-id="KLeague3.kr" status="online",K League 3 (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/KLeague3.m3u8 -#EXTINF:-1 tvg-id="KNNTV.kr" status="online",SBS KNN (1080p) -http://220.95.92.160:9981/stream/channelid/1445999617 #EXTINF:-1 tvg-id="KNNTV.kr" status="online",SBS KNN (450p) [Not 24/7] http://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="KNNTV.kr" status="error",SBS KNN (1080p) +http://220.95.92.160:9981/stream/channelid/1445999617 #EXTINF:-1 tvg-id="KoreaEconomyTV.kr" status="online",Korea Economy TV (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/KoreaEconomyTV.m3u8 +#EXTINF:-1 tvg-id="KPlus.sg" status="online",K+ (Indonesian subtitle) (576p) +http://210.210.155.37/uq2663/h/h08/index.m3u8 #EXTINF:-1 tvg-id="KPlus.sg" status="error",K+ (Indonesian subtitle) (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h08/index.m3u8 -#EXTINF:-1 tvg-id="KPlus.sg" status="error",K+ (Indonesian subtitle) (576p) -http://210.210.155.37/uq2663/h/h08/index.m3u8 #EXTINF:-1 tvg-id="KShopping.kr" status="online",KShopping https://fhs8036.bd-61.ktcdn.co.kr/klive/smil:klive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MBCGyeongnamChangwonTV.kr" status="online",๊ฒฝ์ƒMBC (MBC Gyeongnam Changwon) (1080p) @@ -193,7 +193,7 @@ https://allanf181.github.io/adaptive-streams/streams/kr/NationalGeographicWildKo https://media.joycorp.co.kr:4443/live/ngrp:live_all/playlist.m3u8 #EXTINF:-1 tvg-id="OBSGyeonginTV.kr" status="online",OBS Gyeongin TV (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/OBSGyeonginTV.m3u8 -#EXTINF:-1 tvg-id="OCN.kr" status="timeout",OCN (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="OCN.kr" status="online",OCN (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/OCN.m3u8 #EXTINF:-1 tvg-id="OLife.kr" status="online",OLIFE (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/OLife.m3u8 @@ -253,16 +253,16 @@ https://allanf181.github.io/adaptive-streams/streams/kr/Tooniverse.m3u8 https://allanf181.github.io/adaptive-streams/streams/kr/TVChosun.m3u8 #EXTINF:-1 tvg-id="tvN.kr" status="online",tvN (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/tvN.m3u8 -#EXTINF:-1 tvg-id="TVNAsia.hk" status="online",tvN Asia (Indonesian Subtitle) (576p) -http://210.210.155.37/dr9445/h/h20/index.m3u8 #EXTINF:-1 tvg-id="TVNAsia.hk" status="error",tvN Asia (Indonesian Subtitle) (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h20/index.m3u8 +#EXTINF:-1 tvg-id="TVNAsia.hk" status="error",tvN Asia (Indonesian Subtitle) (576p) +http://210.210.155.37/dr9445/h/h20/index.m3u8 #EXTINF:-1 tvg-id="tvNDrama.kr" status="online",tvN DRAMA (1080p) [Not 24/7] https://allanf181.github.io/adaptive-streams/streams/kr/tvNDrama.m3u8 -#EXTINF:-1 tvg-id="TVNMovies.hk" status="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] +#EXTINF:-1 tvg-id="TVNMovies.hk" status="online",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] @@ -287,12 +287,6 @@ 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/UCZdBJIbJz0P9xyFipgOj1fA/live #EXTINF:-1 tvg-id="YTNScience.kr" status="online",YTN SCIENCE (270p) http://slive.sciencetv.kr:1935/science/yslive_20140419_1/playlist.m3u8 -#EXTINF:-1 tvg-id="" 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) @@ -319,3 +313,9 @@ 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="error",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 +#EXTINF:-1 tvg-id="" status="error",Korea TV +https://hlive.ktv.go.kr/live/klive_h.stream/playlist.m3u8 diff --git a/streams/kz.m3u b/streams/kz.m3u index aca888626..ba7bf3740 100644 --- a/streams/kz.m3u +++ b/streams/kz.m3u @@ -1,17 +1,17 @@ #EXTM3U #EXTINF:-1 tvg-id="AbaiTV.kz" status="online",Abai TV 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="online",Atameken Business (576p) [Not 24/7] https://sc.id-tv.kz/Atameken.m3u8 -#EXTINF:-1 tvg-id="AtamekenBusiness.kz" status="error",Atameken Business (1080p) [Not 24/7] -http://live-atameken.cdnvideo.ru/atameken/atameken.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="CaspianNews.kz" status="online",Caspian News (576p) [Not 24/7] https://sc.id-tv.kz/CaspianNews.m3u8 #EXTINF:-1 tvg-id="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] 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 @@ -21,10 +21,10 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://serv30.vintera.tv:8081/habar/habar24/playlist.m3u8 #EXTINF:-1 tvg-id="Khabar24.kz" status="online",ะฅะฐะฑะฐั€ 24 (720p) [Not 24/7] https://live-24kz.cdnvideo.ru/24kz/24kz.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="KTK.kz" status="online",ะšะขะš (576p) [Not 24/7] +https://sc.id-tv.kz/KTK.m3u8 #EXTINF:-1 tvg-id="KTK.kz" status="online",ะšะขะš (360p) [Not 24/7] http://89.218.30.37/ktklive/live.hq/playlist.m3u8 -#EXTINF:-1 tvg-id="KTK.kz" status="timeout",ะšะขะš (576p) [Not 24/7] -https://sc.id-tv.kz/KTK.m3u8 #EXTINF:-1 tvg-id="MTRK.kz" status="online",ะœะขะ ะš (576p) [Not 24/7] https://tvcdn01.oktv.kz/tv/mtrk/playlist.m3u8 #EXTINF:-1 tvg-id="Novoetelevidenie.kz" status="online",ะะพะฒะพะต ั‚ะตะปะตะฒะธะดะตะฝะธะต (576p) [Not 24/7] @@ -33,18 +33,18 @@ http://serv25.vintera.tv:8081/novoetv/nov_tv/playlist.m3u8 https://qazaqstantv-stream.qazcdn.com/international/international/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Balapan TV https://balapantv-stream.qazcdn.com/balapantv/balapantv/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",ะะปะผะฐั‚ั‹ (720p) [Not 24/7] http://live-almatytv.cdnvideo.ru/almatytv/almatytv.sdp/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",Qazaqstan TV [Geo-blocked] +https://qazaqstantv-stream.qazcdn.com/qazaqstantv/qazaqstantv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",31 ะบะฐะฝะฐะป (576p) [Not 24/7] https://sc.id-tv.kz/31Kanal.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ะะปะผะฐั‚ั‹ (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",ะะปะผะฐั‚ั‹ (576p) [Not 24/7] https://sc.id-tv.kz/Almaty.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ะัั‚ะฐะฝะฐ (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",ะัั‚ะฐะฝะฐ (576p) [Not 24/7] https://sc.id-tv.kz/Astana.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",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/ly.m3u b/streams/ly.m3u index 9eeab8cda..b0f492dcc 100644 --- a/streams/ly.m3u +++ b/streams/ly.m3u @@ -17,5 +17,5 @@ https://video.zidivo.com/live983/GrtjM_FNGC/playlist.m3u8 http://82.212.74.100:8000/live/8103.m3u8 #EXTINF:-1 tvg-id="LibyasChannel.ly" status="error",Libya Channel (576p) [Not 24/7] https://master.starmena-cloud.com/hls/libyas.m3u8 -#EXTINF:-1 tvg-id="Tanasuh.ly" status="online",Tanasuh (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Tanasuh.ly" status="error",Tanasuh (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRaoHR6b3zViY9QxfgFNntQ/live diff --git a/streams/mk.m3u b/streams/mk.m3u index e2ca4a218..615c3053c 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://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="SkyFolkTV.mk" status="online",Sky Folk TV (720p) [Not 24/7] +https://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 a4c758808..b5eccd214 100644 --- a/streams/mx.m3u +++ b/streams/mx.m3u @@ -31,10 +31,10 @@ http://204.12.211.210:1935/conectatv/conectatv/playlist.m3u8 https://live-streams-notusa.televisa.com/channel02-b/index.m3u8 #EXTINF:-1 tvg-id="GoldenPanregional.mx" status="error",Golden Latinoamรฉrica (720p) [Not 24/7] https://cloud2.streaminglivehd.com:1936/8026/8026/playlist.m3u8 +#EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="online",Hipรณdromo de las Amรฉricas (480p) [Geo-blocked] +http://wms.tecnoxia.com:1935/8158/8158/playlist.m3u8 #EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="online",Hipodromo de las Americas (360p) [Not 24/7] http://wms10.tecnoxia.com/soelvi/slv423/playlist.m3u8 -#EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="blocked",Hipรณdromo de las Amรฉricas (480p) [Geo-blocked] -http://wms.tecnoxia.com:1935/8158/8158/playlist.m3u8 #EXTINF:-1 tvg-id="IcrtvColima.mx" status="error",Icrtv Colima (720p) [Not 24/7] https://5ca9af4645e15.streamlock.net/canal11/videocanal11/playlist.m3u8 #EXTINF:-1 tvg-id="ImagenMulticast.mx" status="online",Imagen Multicast (480p) [Not 24/7] @@ -51,7 +51,7 @@ https://1601580044.rsc.cdn77.org/live/_jcn_/amlst:Mariavision/master.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7v76vf #EXTINF:-1 tvg-id="MexiquenseTV.mx" status="online",Mexiquense TV (720p) [Not 24/7] https://5ca3e84a76d30.streamlock.net/mexiquense/videomexiquense/playlist.m3u8 -#EXTINF:-1 tvg-id="MilenioTelevision.mx" status="timeout",Milenio Televisiรณn (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MilenioTelevision.mx" status="online",Milenio Televisiรณn (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFxHplbcoJK9m70c4VyTIxg/live #EXTINF:-1 tvg-id="MonteMaria.mx" status="timeout",Monte Maria (720p) https://rbaca.livestreamingcdn.com/envivo3/smil:live.smil/playlist.m3u8 @@ -93,7 +93,7 @@ http://mdstrm.com/live-stream-playlist/57b4dc126338448314449d0c.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5ZtV3bu3bjSuOLoA6oCFIg/live #EXTINF:-1 tvg-id="TelevisaChihuahua.mx" status="error",Televisa Chihuahua (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCjfxDe7In59Jbfw2HmIh_Vg/live -#EXTINF:-1 tvg-id="TelevisaCiudadJuarez.mx" status="online",Televisa Ciudad Juarez (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaCiudadJuarez.mx" status="error",Televisa Ciudad Juarez (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCot4t8PVKz8TT5xVM8Eb00w/live #EXTINF:-1 tvg-id="TelevisaDelGolfo.mx" status="error",Televisa Del Golfo http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQ08tNTPiBn44c975S81ftg/live @@ -123,15 +123,15 @@ http://189.240.210.28:1935/envivo/puecom/playlist.m3u8 http://189.240.210.28:1935/live/setpuebla/playlist.m3u8 #EXTINF:-1 tvg-id="TelevisaPuebla.mx" status="timeout",Televisa Puebla 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 +#EXTINF:-1 tvg-id="TelevisaQueretaro.mx" status="error",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 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] +#EXTINF:-1 tvg-id="TelevisaSonora.mx" status="error",Televisa Sonora (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCyzWMHGS7bs0sot6KZk5EZg/live -#EXTINF:-1 tvg-id="TelevisaVeracruz.mx" status="online",Televisa Veracruz (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaVeracruz.mx" status="error",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="error",Televisa Zacatecas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaZacatecas.mx" status="timeout",Televisa Zacatecas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQb3i7gu9J8A4zzQU7j6C1Q/live #EXTINF:-1 tvg-id="TransmediaTelevisionMorelia.mx" status="online",Transmedia Televisiรณn Morelia (614p) [Not 24/7] http://streamingcws20.com:1935/tmtv/videotmtv/playlist.m3u8 @@ -159,8 +159,6 @@ http://190.122.96.187:8888/http/002 https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhtjb-tdt2.m3u8 #EXTINF:-1 tvg-id="XHTJBTDT.mx" status="error",Once TV (XHTJB-TDT) (1080p) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhtjb-tdt.m3u8 -#EXTINF:-1 tvg-id="" status="online",Televisa San Luis Potosรญ (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaRuyaHshLdq462E9_pLzdA/live #EXTINF:-1 tvg-id="" status="online",TV Unam (720p) https://5ca3e84a76d30.streamlock.net/tvunam/videotvunam/playlist.m3u8?DVR= #EXTINF:-1 tvg-id="" status="online",TVP Culiacรกn (720p) [Not 24/7] @@ -169,14 +167,12 @@ https://5ca3e84a76d30.streamlock.net/gpacifico1/smil:gpculiacan.smil/playlist.m3 http://217.182.77.27/live/alcarriatv-livestream.m3u8 #EXTINF:-1 tvg-id="" status="online",POP TV (542p) [Not 24/7] https://5ca3e84a76d30.streamlock.net/gpacifico3/smil:obregon.smil/playlist.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="online",TELE SISTEMA CANAL 9 (486p) [Geo-blocked] +http://k4.usastreams.com/ARBtv/ARBtv/playlist.m3u8 #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 http://jjooliveclarovideo.akamaized.net/Content/hls/Live/Channel(tveducationch01)/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",TELE SISTEMA CANAL 9 (486p) [Geo-blocked] -http://k4.usastreams.com/ARBtv/ARBtv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Multipremier (480p) http://201.168.205.12:8000/play/a0cp/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Imagen TV (720p) [Not 24/7] @@ -187,9 +183,13 @@ http://170.83.242.153:8000/play/a01k http://181.115.72.65:8099/play/a016/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Telefรณrmula (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7u0spq +#EXTINF:-1 tvg-id="" status="error",Televisa San Luis Potosรญ (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaRuyaHshLdq462E9_pLzdA/live #EXTINF:-1 tvg-id="" status="error",Uno TV (720p) [Not 24/7] https://ooyalahd2-f.akamaihd.net/i/UnoTV01_delivery@122640/master.m3u8 #EXTINF:-1 tvg-id="" status="error",Energรญa Musical TV (360p) [Not 24/7] 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 89198dae7..1e336b7c2 100644 --- a/streams/my.m3u +++ b/streams/my.m3u @@ -5,12 +5,12 @@ 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="error",Bernama TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="BernamaTV.my" status="online",Bernama TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcZg5r9hBqK_VPUT2I7eYVw/live +#EXTINF:-1 tvg-id="CinemaWorld.my" status="online",CinemaWorld (576p) +http://210.210.155.37/dr9445/h/h04/index.m3u8 #EXTINF:-1 tvg-id="CinemaWorld.my" status="error",CinemaWorld (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h04/index.m3u8 -#EXTINF:-1 tvg-id="CinemaWorld.my" status="error",CinemaWorld (576p) -http://210.210.155.37/dr9445/h/h04/index.m3u8 #EXTINF:-1 tvg-id="DramaSangat.my" status="online",Drama Sangat (720p) [Not 24/7] https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/Drama_Sangat.m3u8 #EXTINF:-1 tvg-id="eGGNetwork.my" status="error",Egg Network (720p) diff --git a/streams/ni.m3u b/streams/ni.m3u index d15854804..8d1db8a4a 100644 --- a/streams/ni.m3u +++ b/streams/ni.m3u @@ -9,11 +9,11 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/can http://138.117.4.70:8075/channel9/playlist.m3u8 #EXTINF:-1 tvg-id="Canal10.ni" status="online",Canal 10 http://138.117.4.70:8075/channel10/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal11.ni" status="error",TV RED Canal 11 +#EXTINF:-1 tvg-id="Canal11.ni" status="online",TV RED Canal 11 http://138.117.4.70:8075/channel11/playlist.m3u8 #EXTINF:-1 tvg-id="Canal12.ni" status="blocked",Nicavisiรณn Canal 12 (720p) [Not 24/7] https://5ca9af4645e15.streamlock.net/canal12/videocanal12/playlist.m3u8 -#EXTINF:-1 tvg-id="JBNTV.hn" status="online",JBN (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JBNTV.hn" status="error",JBN (720p) [Not 24/7] https://inliveserver.com:1936/17510/17510/playlist.m3u8 #EXTINF:-1 tvg-id="TN8.ni" status="online",Telenica Canal 8 (tn8) (720p) [Not 24/7] https://60417ddeaf0d9.streamlock.net/tn8/videotn8/playlist.m3u8 diff --git a/streams/no.m3u b/streams/no.m3u index 23932931f..cce03b55b 100644 --- a/streams/no.m3u +++ b/streams/no.m3u @@ -9,10 +9,10 @@ http://bgo1.cdn.s3m.no/fs/live/ngrp:live_all/playlist.m3u8 https://frikanalen.no/stream/index.m3u8 #EXTINF:-1 tvg-id="Kanal10Asia.se" status="online",Kanal 10 Asia (540p) http://cdn-kanal10.crossnet.net:1935/kanal10/kanal10asia/playlist.m3u8 -#EXTINF:-1 tvg-id="StortingetHS1.no" status="timeout",Stortinget HS1 (576p) [Not 24/7] -https://25480cc657998e13839139df392b46eb-httpcache0-19333-cachelive0.dna.ip-only.net/19333-cachelive0/smil:push-sal1_1/playlist.m3u8 #EXTINF:-1 tvg-id="StortingetHS1.no" status="error",Stortinget HS1 (576p) http://194.132.85.39/19333-live0/push-stortinget_1/playlist.m3u8 +#EXTINF:-1 tvg-id="StortingetHS1.no" status="error",Stortinget HS1 (576p) [Not 24/7] +https://25480cc657998e13839139df392b46eb-httpcache0-19333-cachelive0.dna.ip-only.net/19333-cachelive0/smil:push-sal1_1/playlist.m3u8 #EXTINF:-1 tvg-id="StortingetHS2.no" status="online",Stortinget HS2 (576p) [Not 24/7] https://bbe19a83414b545d91f32f94316aab71-httpcache0-19333-cachelive0.dna.ip-only.net/19333-cachelive0/smil:push-sal2_1/playlist.m3u8?dvr= #EXTINF:-1 tvg-id="StortingetN202.no" status="online",Stortinget N-202 (576p) [Not 24/7] @@ -31,7 +31,7 @@ https://900c544ac47302fffd7d3f12b4c745fd-httpcache0-90216-cachelive0.dna.qbrick. https://ws15-hls-live.akamaized.net/out/u/1153546.m3u8 #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) +#EXTINF:-1 tvg-id="" status="online",Viasat Nature Kazakhstan (720p) https://sc.id-tv.kz/ViasatNature.m3u8 diff --git a/streams/np.m3u b/streams/np.m3u index 868f62cb7..a2f31e577 100644 --- a/streams/np.m3u +++ b/streams/np.m3u @@ -1,5 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="AvenuesKhabar.np" status="error",Avenues Khabar (720p) [Not 24/7] https://query-streamlink.herokuapp.com/iptv-query?streaming-ip=https://www.youtube.com/channel/UCMDzPE_7fcZSRJgpwIVor_A/live -#EXTINF:-1 tvg-id="KantipurTV.np" status="error",Kantipur TV (1080p) +#EXTINF:-1 tvg-id="KantipurTV.np" status="online",Kantipur TV (1080p) https://ktvhdsg.ekantipur.com:8443/ktv_desktop_02347834/hd/playlist.m3u8 diff --git a/streams/nz.m3u b/streams/nz.m3u index ad073c79d..ca6eedce8 100644 --- a/streams/nz.m3u +++ b/streams/nz.m3u @@ -9,7 +9,7 @@ https://juicex.nz/hls/mystream.m3u8 https://ptvlive.kordia.net.nz/out/v1/3fc2254c865a457c8d7fbbce227a2aae/index.m3u8 #EXTINF:-1 tvg-id="MaoriTV.nz" status="error",Maori TV (1080p) https://bcsecurelivehls-i.akamaihd.net/hls/live/720612/1614493167001_1/master.m3u8 -#EXTINF:-1 tvg-id="ParliamentTV.nz" status="timeout",Parliament TV (1080p) +#EXTINF:-1 tvg-id="ParliamentTV.nz" status="online",Parliament TV (1080p) https://ptvlive.kordia.net.nz/out/v1/daf20b9a9ec5449dadd734e50ce52b74/index.m3u8 #EXTINF:-1 tvg-id="TeReo.nz" status="error",Te Reo (1080p) https://bcsecurelivehls-i.akamaihd.net/hls/live/720613/1614493167001_2/master.m3u8 diff --git a/streams/pa.m3u b/streams/pa.m3u index 22b2d4092..92282d25d 100644 --- a/streams/pa.m3u +++ b/streams/pa.m3u @@ -9,17 +9,17 @@ https://mdstrm.com/live-stream-playlist/5d976689ab55a60f94ec98e8.m3u8 https://mdstrm.com/live-stream-playlist/5d97ca5673de440761ff194e.m3u8 #EXTINF:-1 tvg-id="DreikoTV.pa" status="online",DreikoTv (480p) [Not 24/7] https://stmv3.voxtvhd.com.br/dreikotv/dreikotv/playlist.m3u8 -#EXTINF:-1 tvg-id="HosannaVision.pa" status="online",Hosanna Vision (480p) [Not 24/7] +#EXTINF:-1 tvg-id="HosannaVision.pa" status="error",Hosanna Vision (480p) [Not 24/7] https://1206618505.rsc.cdn77.org/LS-ATL-59020-1/playlist.m3u8 #EXTINF:-1 tvg-id="NexTVCanal21.pa" status="timeout",Nex TV (Canal 21) http://209.91.213.10:8088/play/a01o -#EXTINF:-1 tvg-id="OyeTV.pa" status="online",Oye TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="OyeTV.pa" status="blocked",Oye TV (480p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88df173853e7072f3f953f.m3u8 -#EXTINF:-1 tvg-id="RPCTV.pa" status="blocked",RPC (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="RPCTV.pa" status="online",RPC (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88d659120a717cf93ce620.m3u8 #EXTINF:-1 tvg-id="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 4be031125..bad9c7be5 100644 --- a/streams/pe.m3u +++ b/streams/pe.m3u @@ -69,6 +69,8 @@ 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="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="online",Controversia TV (Moyobamba) (720p) [Not 24/7] @@ -97,7 +99,7 @@ https://s1.tvdatta.com:3804/live/diasporatvlive.m3u8 https://v4.tustreaming.cl/s1tv/playlist.m3u8 #EXTINF:-1 tvg-id="DTV.pe" status="error",DTV (Junin) [Not 24/7] https://ed5ov.live.opencaster.com/ArEetgEqqozh/index.m3u8 -#EXTINF:-1 tvg-id="ExitosaTV.pe" status="online",Exitosa TV (720p) +#EXTINF:-1 tvg-id="ExitosaTV.pe" status="timeout",Exitosa TV (720p) https://cu.onliv3.com/livevd1/user2.m3u8 #EXTINF:-1 tvg-id="Expresion.pe" status="online",Expresiรณn (Tacna) (720p) [Not 24/7] https://1667517699.rsc.cdn77.org/hls/radioilo.m3u8 @@ -155,7 +157,7 @@ https://dc1.webstream.eu/hls/hls/jnetvhdstreaming_high/index.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCwsURxTXqGqijgu98ndod3A/live #EXTINF:-1 tvg-id="Karibena.pe" status="online",Karibeรฑa (720p) [Not 24/7] https://cu.onliv3.com/livevd/user1.m3u8 -#EXTINF:-1 tvg-id="KBO.pe" status="error",KBO Quillabamba (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="KBO.pe" status="online",KBO Quillabamba (1080p) [Not 24/7] https://cdnhd.iblups.com/hls/YGpW43RUOD.m3u8 #EXTINF:-1 tvg-id="KeBuena.pe" status="error",KeBuena (Barranca) (480p) [Not 24/7] https://inliveserver.com:1936/18016/18016/playlist.m3u8 @@ -165,7 +167,7 @@ https://megastreamm.com:3183/live/korattvlive.m3u8 https://srv.panelcast.net/la5ta/la5ta/playlist.m3u8 #EXTINF:-1 tvg-id="LaAbeja.pe" status="online",La Abeja (720p) [Not 24/7] http://cdnhd.iblups.com/hls/F87ppt1YAT.m3u8 -#EXTINF:-1 tvg-id="LaIslillaTV.pe" status="online",La Islilla TV [Not 24/7] +#EXTINF:-1 tvg-id="LaIslillaTV.pe" status="error",La Islilla TV [Not 24/7] http://190.108.83.142:8000/play/a00b/index.m3u8 #EXTINF:-1 tvg-id="LaLuzTV.pe" status="online",La Luz TV (720p) [Not 24/7] http://ott.streann.com:8080/loadbalancer/services/public/channels/59ce7f292cdc7ba015a93b82/playlist.m3u8 @@ -191,7 +193,7 @@ https://video.servidor.stream:3180/live/megatvlive.m3u8 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] +#EXTINF:-1 tvg-id="MetropolitanadelCuzco.pe" status="online",Metropolitana del Cuzco (CCTVRadio) (576p) [Not 24/7] https://video1.earthcam.com/myearthcam/075ff02f78c35af55564cf3af3b3f750.flv/playlist.m3u8 #EXTINF:-1 tvg-id="Millenium109FM.pe" status="online",Millenium 109 FM (Lamas) (720p) [Not 24/7] https://videoserver.tmcreativos.com:19360/nqvnhujhrx/nqvnhujhrx.m3u8 @@ -273,7 +275,7 @@ https://servilive.com:3753/live/qosqotimeslive.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/quatrotvgo #EXTINF:-1 tvg-id="Quillavision.pe" status="online",Quillavision (Cuzco) (720p) [Not 24/7] http://v4.tustreaming.cl/quillavision/index.m3u8 -#EXTINF:-1 tvg-id="RadioCalor.pe" status="error",Radio Calor (Huancayo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioCalor.pe" status="online",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 @@ -295,9 +297,9 @@ https://cp.sradiotv.com:1936/binacional/binacional/playlist.m3u8 https://media2.cdnlayer.biz:8081/8032/index.m3u8 #EXTINF:-1 tvg-id="RadioTVJuanjui.pe" status="error",Radio TV Juanjui (480p) [Not 24/7] https://tv.portalexpress.es:3611/live/radiotvjuanjuilive.m3u8 -#EXTINF:-1 tvg-id="RadioTVOriente.pe" status="error",RadioTV Oriente (Yurimaguas) (1080p) [Not 24/7] +#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="error",Radio Uno (Tacna) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioUnoTacna.pe" status="online",Radio Uno (Tacna) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCK0lpuL9PQb3I5CDcu7Y7bA/live #EXTINF:-1 tvg-id="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 @@ -327,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="error",SelvaMรญa TV (Aguaytรญa) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SelvaMiaTV.pe" status="online",SelvaMรญa TV (Aguaytรญa) (360p) [Not 24/7] https://inliveserver.com:1936/18022/18022/playlist.m3u8 #EXTINF:-1 tvg-id="Sistema1.pe" status="online",Sistema 1 (Huaraz) (720p) [Not 24/7] https://tv.portalexpress.es:3839/live/sistema1tvlive.m3u8 @@ -339,7 +341,7 @@ https://stmv.panel.grupolimalive.com/solstereotv/solstereotv/playlist.m3u8 https://stmv1.srvif.com/topagency2/topagency2/playlist.m3u8 #EXTINF:-1 tvg-id="SoriTV.pe" status="error",SoriTV (Picota) (720p) [Not 24/7] https://lamasremixes.com/hls/cadenasurrtv/index.m3u8 -#EXTINF:-1 tvg-id="StereoTVPeru.pe" status="timeout",Stereo TV (Peru) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="StereoTVPeru.pe" status="error",Stereo TV (Peru) (720p) [Not 24/7] https://servers.amelbasoluciones.co:19360/5medialive/5medialive.m3u8 #EXTINF:-1 tvg-id="SumacTV.pe" status="online",Sumac TV (Lima) (480p) [Not 24/7] https://vps1.lnx.pe/sumactv-web/envivo/index.m3u8 @@ -351,7 +353,7 @@ https://tvdatta.com:3517/live/kachorrotvlive.m3u8 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 -#EXTINF:-1 tvg-id="TelecolorYurimaguas.pe" status="online",Telecolor (Yurimaguas) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelecolorYurimaguas.pe" status="error",Telecolor (Yurimaguas) (720p) [Not 24/7] https://live.obslivestream.com/telecolormux/index.m3u8 #EXTINF:-1 tvg-id="TelesurCamana.pe" status="online",Telesur (Camana) (480p) [Not 24/7] https://1667517699.rsc.cdn77.org/hls/camana.m3u8 @@ -377,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="error",TV5 Soritor (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TV5.pe" status="online",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 @@ -437,7 +439,7 @@ https://srv6.zcast.com.br/virgennatividad/virgennatividad/playlist.m3u8 https://multimedia.tmcreativos.com:1936/visionmusica/visionmusica/playlist.m3u8 #EXTINF:-1 tvg-id="VNP.pe" status="online",Visiรณn Noticias Perรบ (VNP) (720p) [Not 24/7] https://multimedia.tmcreativos.com:1936/visionnoticias/visionnoticias/playlist.m3u8 -#EXTINF:-1 tvg-id="VZTV.pe" status="online",VZ Televisiรณn (720p) [Not 24/7] +#EXTINF:-1 tvg-id="VZTV.pe" status="error",VZ Televisiรณn (720p) [Not 24/7] https://live.obslivestream.com/vztv/index.m3u8 #EXTINF:-1 tvg-id="WillaxTV.pe" status="online",Willax (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/WillaxTV @@ -453,5 +455,3 @@ http://177.53.152.186:8000/play/a00j/index.m3u8 https://tv.portalexpress.es:3090/stream/play.m3u8 #EXTINF:-1 tvg-id="" status="error",Wtv (La Verdad y Punto) (Chincha) (720p) [Not 24/7] https://v4.tustreaming.cl/wtv/index.m3u8 -#EXTINF:-1 tvg-id="CongresoTV.pe" status="online",Congreso TV [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/CongresodelaRepรบblicadelPerรบTVenvivo/live diff --git a/streams/ph.m3u b/streams/ph.m3u index fef10d535..035e658ba 100644 --- a/streams/ph.m3u +++ b/streams/ph.m3u @@ -5,7 +5,7 @@ http://122.55.252.134:8443/live/bba5b536faeacb9b56a3239f1ee8e3b3/1.m3u8 https://streaming.cnnphilippines.com/live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="DepEdTV.ph" status="blocked",DepEd TV (480p) [Geo-blocked] https://d3cbe0gidjd4k2.cloudfront.net/channel_7/channel7/playlist.m3u8 -#EXTINF:-1 tvg-id="DZRHNewsTV.ph" status="online",DZRH News TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DZRHNewsTV.ph" status="error",DZRH News TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/DZRHNewsTelevision/live #EXTINF:-1 tvg-id="GMAPinoyTV.ph" status="error",GMA Pinoy TV (360p) http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Philippines/cd1b220644affbb.m3u8 @@ -25,7 +25,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/peptv3 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="error",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 @@ -37,9 +37,9 @@ https://abscbn-ono.akamaized.net/midroll/amagi_hls_data_abscbnAAA-abscbn-telerad 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 -#EXTINF:-1 tvg-id="" status="online",eGG Network -http://210.210.155.35/uq2663/h/h22/index.m3u8 #EXTINF:-1 tvg-id="" status="online",CLTV 36 http://210.213.69.20:5080/LiveApp/streams/cltvmcr.m3u8 +#EXTINF:-1 tvg-id="" status="error",eGG Network +http://210.210.155.35/uq2663/h/h22/index.m3u8 #EXTINF:-1 tvg-id="" status="error",UNTV (1080p) https://vid.untv.co/live-stream/untvweb.m3u8 diff --git a/streams/pk.m3u b/streams/pk.m3u index 110fa4a20..17d05f052 100644 --- a/streams/pk.m3u +++ b/streams/pk.m3u @@ -20,13 +20,13 @@ https://dcunilive38-lh.akamaihd.net/i/dclive_1@692670/master.m3u8 #EXTINF:-1 tvg-id="DhartiTV.pk" status="online",Dharti TV https://streamone.simpaisa.com:8443/pitvlive1/dhartitv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (480p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnMBV5Iw4WqKILKue1nP6Hg/live -#EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (480p) [Not 24/7] https://imob.dunyanews.tv/livehd/_definst_/ngrp:dunyalivehd_2_all/playlist.m3u8 #EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (INT Feed) (480p) [Not 24/7] https://intl.dunyanews.tv/livehd/_definst_/ngrp:dunyalivehd_2_all/playlist.m3u8?dvr= #EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (UK Feed) (720p) [Not 24/7] https://ukintl.dunyanews.tv/liveuk/ngrp:dunyalive_all/playlist.m3u8 +#EXTINF:-1 tvg-id="DunyaNews.pk" status="error",Dunya News (480p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnMBV5Iw4WqKILKue1nP6Hg/live #EXTINF:-1 tvg-id="DunyaNews.pk" status="error",Dunya News (USA Feed) (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCpgLvM8Oor7kZHU6HHfwWVQ/live #EXTINF:-1 tvg-id="DunyaNews.pk" status="error",Dunya News (360p) [Not 24/7] diff --git a/streams/ps.m3u b/streams/ps.m3u index bbcf18db9..96d7506d3 100644 --- a/streams/ps.m3u +++ b/streams/ps.m3u @@ -33,6 +33,8 @@ http://htvmada.mada.ps:8888/wattan/index.m3u8 http://htvmada.mada.ps:8888/nabluslive/index.m3u8 #EXTINF:-1 tvg-id="" status="online",palestiniantv (720p) http://palestiniantv.origin.technostreaming.net:8081/palestiniantv_source/live/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Radio Albalad TV (1080p) [Not 24/7] +http://streaming.zaytonatube.com:8080/radioalbalad/radioalbalad/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Mawal (720p) [Not 24/7] http://vstream3.hadara.ps:8081/MawwalHD_web/web/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Watar TV (720p) [Not 24/7] @@ -41,8 +43,6 @@ http://htvint.mada.ps:8889/orient/index.m3u8 http://htvpalsat.mada.ps:8888/audeh/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",7ala TV [Geo-blocked] http://vstream3.hadara.ps:8081/7alafm2020/7alafm2020/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Radio Albalad TV (1080p) [Not 24/7] -http://streaming.zaytonatube.com:8080/radioalbalad/radioalbalad/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Hekaya TV (720p) [Not 24/7] https://streaming.zaytonatube.com:8081/Hekaya/hekayamix/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Hebron TV (720p) [Not 24/7] diff --git a/streams/pt.m3u b/streams/pt.m3u index 68da64c3a..1cfcf705f 100644 --- a/streams/pt.m3u +++ b/streams/pt.m3u @@ -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",RTP1 (480p) -http://162.212.178.69:41042/bysid/608 -#EXTINF:-1 tvg-id="RTP1.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RTP1.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP1 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/rtpClean1HD.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="RTP1.pt" status="online",RTP1 (480p) +http://162.212.178.69:41042/bysid/608 #EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/rtpClean2HD.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/smil:rtp2.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP3.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP3 (720p) [Not 24/7] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 -https://streaming-live.rtp.pt/livetvhlsDVR/rtpnHDdvr.smil/playlist.m3u8 #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="error" 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,10 +47,10 @@ 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="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 diff --git a/streams/py.m3u b/streams/py.m3u index 7dd266ee3..e95493bf0 100644 --- a/streams/py.m3u +++ b/streams/py.m3u @@ -13,7 +13,7 @@ https://rds3.desdeparaguay.net/dismartv/dismartv/playlist.m3u8 https://59ce1298bfb98.streamlock.net/educanal/educanal/playlist.m3u8 #EXTINF:-1 tvg-id="EmprendeTV.py" status="error",EmprendeTV https://59ce1298bfb98.streamlock.net/emprendetv/emprendetv/playlist.m3u8 -#EXTINF:-1 tvg-id="EstacionCristal.py" status="online",Estaciรณn Cristal +#EXTINF:-1 tvg-id="EstacionCristal.py" status="error",Estaciรณn Cristal https://59ce1298bfb98.streamlock.net/cristaltv/cristaltv/playlist.m3u8 #EXTINF:-1 tvg-id="FarraPlay.py" status="online",Farra Play (720p) [Not 24/7] http://159.203.148.226/live/farra.m3u8 @@ -57,11 +57,11 @@ http://170.83.242.153:8000/play/a025 http://170.83.242.153:8000/play/a03e #EXTINF:-1 tvg-id="Trece.py" status="online",Trece Paraguay (720p) [Not 24/7] https://stream.rpc.com.py/live/trece.m3u8 -#EXTINF:-1 tvg-id="TVAire.py" status="error",TV Aire +#EXTINF:-1 tvg-id="TVAire.py" status="online",TV Aire https://59ce1298bfb98.streamlock.net/tvaire/tvaire/playlist.m3u8 #EXTINF:-1 tvg-id="Unicanal.py" status="online",Unicanal (720p) [Not 24/7] -http://45.55.127.106/live/unicanal_mid.m3u8 -#EXTINF:-1 tvg-id="Unicanal.py" status="error",Unicanal (720p) [Not 24/7] http://unicanal.com.py/live/unicanal.m3u8 +#EXTINF:-1 tvg-id="Unicanal.py" status="error",Unicanal (720p) [Not 24/7] +http://45.55.127.106/live/unicanal_mid.m3u8 #EXTINF:-1 tvg-id="Uniradio.py" status="online",Uniradio https://59ce1298bfb98.streamlock.net/uniradiotv/uniradiotv/playlist.m3u8 diff --git a/streams/ro.m3u b/streams/ro.m3u index 884760bca..5372ac80a 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="online",B1 (272p) [Not 24/7] +#EXTINF:-1 tvg-id="B1.ro" status="error",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 @@ -81,7 +81,7 @@ rtmp://rapsodia1.arya.ro/live/rapsodiatv1 https://live.realitatea.net/livertmp/plus/playlist.m3u8 #EXTINF:-1 tvg-id="RealitateaTV.ro" status="timeout",Realitatea Plus (720p) https://livestream.realitatea.net/livestream/liverealitatea.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="RockTV.ro" status="timeout",Rock TV (480p) +#EXTINF:-1 tvg-id="RockTV.ro" status="online",Rock TV (480p) https://fms-https1.mediadirect.ro/live3/_definst_/rocktv.smil/master.m3u8 #EXTINF:-1 tvg-id="SangeorzTV.ro" status="error",Sangeorz TV (396p) [Not 24/7] http://s2.streamnet.ro:8035/stream.flv diff --git a/streams/rs.m3u b/streams/rs.m3u index a60260cab..2a9460432 100644 --- a/streams/rs.m3u +++ b/streams/rs.m3u @@ -55,7 +55,7 @@ http://109.105.201.198/PINKSCIFI/playlist.m3u8 http://109.105.201.198/PINKSERIJE/playlist.m3u8 #EXTINF:-1 tvg-id="PinkWorld.rs" status="blocked",Pink World (360p) http://109.105.201.198/PINKWORLD/playlist.m3u8 -#EXTINF:-1 tvg-id="PinkWorldCinema.rs" status="blocked",Pink World Cinema (576p) +#EXTINF:-1 tvg-id="PinkWorldCinema.rs" status="error",Pink World Cinema (576p) http://109.105.201.198/PINKWORLDCINEMA/playlist.m3u8 #EXTINF:-1 tvg-id="PinkZabava.rs" status="blocked",Pink Zabava (360p) http://109.105.201.198/PINKZABAVA/playlist.m3u8 diff --git a/streams/ru.m3u b/streams/ru.m3u index a89965cb4..2be374745 100644 --- a/streams/ru.m3u +++ b/streams/ru.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" status="online",1HD Music Television (404p) [Not 24/7] +#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" status="timeout",1HD Music Television (404p) [Not 24/7] https://sc.id-tv.kz/1hd.m3u8 #EXTINF:-1 tvg-id="2x2.ru" status="online",2x2 (720p) [Not 24/7] https://bl.uma.media/live/317805/HLS/4614144_3,2883584_2,1153024_1/1613019214/3754dbee773afc02014172ca26d3bb79/playlist.m3u8 @@ -26,13 +26,13 @@ http://ott-cdn.ucom.am/s45/index.m3u8 #EXTINF:-1 tvg-id="A2.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",A2 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s33/index.m3u8 -#EXTINF:-1 tvg-id="A2.ru" status="timeout",A2 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="A2.ru" status="online",A2 (576p) [Not 24/7] https://sc.id-tv.kz/A2.m3u8 #EXTINF:-1 tvg-id="Afontovo.ru" status="online",ะั„ะพะฝั‚ะพะฒะพ (ะšั€ะฐัะฝะพัั€ัะบ) (1080p) [Geo-blocked] 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="online",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 @@ -109,11 +109,11 @@ http://ott-cdn.ucom.am/s88/index.m3u8 http://50.7.92.90/Dom_kino/playlist.m3u8 #EXTINF:-1 tvg-id="DomKinoPremium.ru" status="timeout",ะ”ะพะผ ะšะธะฝะพ ะŸั€ะตะผะธัƒะผ (1080p) [Not 24/7] https://sc.id-tv.kz/domkino_hd.m3u8 +#EXTINF:-1 tvg-id="Dorama.uk" status="online",ะ”ะพั€ะฐะผะฐ (1080p) [Not 24/7] +https://sc.id-tv.kz/dorama_hd.m3u8 #EXTINF:-1 tvg-id="Dorama.uk" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะ”ะพั€ะฐะผะฐ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s95/index.m3u8 -#EXTINF:-1 tvg-id="Dorama.uk" status="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 #EXTINF:-1 tvg-id="EhoTV.ru" status="online",ะญั…ะพ TV (ะ ัะทะฐะฝัŒ) (576p) [Not 24/7] @@ -173,11 +173,11 @@ http://91.185.3.218:4000/play/604 https://strm.yandex.ru/kal/kavkaz24_supres/kavkaz24_supres0.m3u8 #EXTINF:-1 tvg-id="Kinohit.ru" status="online",ะšะธะฝะพั…ะธั‚ (404p) [Not 24/7] https://sc.id-tv.kz/Kinohit_hd.m3u8 -#EXTINF:-1 tvg-id="Kinokomedija.ru" status="timeout",ะšะธะฝะพะบะพะผะตะดะธั (360p) [Not 24/7] +#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] https://sc.id-tv.kz/Kinomix_hd.m3u8 -#EXTINF:-1 tvg-id="Kinopremyera.ru" status="timeout",ะšะธะฝะพะฟั€ะตะผัŒะตั€ะฐ (1080p) [Not 24/7] +#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="online",ะšะธะฝะพัะตะผัŒั (1080p) [Not 24/7] https://sc.id-tv.kz/Kinosemiya_hd.m3u8 @@ -246,21 +246,21 @@ http://live-minidey.cdnvideo.ru/minidey/minidey.sdp/playlist.m3u8 http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/hd/playlist.m3u8 #EXTINF:-1 tvg-id="Mir24.ru" status="online",ะœะธั€ 24 (1080p) http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mir24_2500/playlist.m3u8 +#EXTINF:-1 tvg-id="Mir24.ru" status="online",ะœะธั€ 24 (576p) [Not 24/7] +https://sc.id-tv.kz/Mir24.m3u8 #EXTINF:-1 tvg-id="Mir24.ru" status="blocked",ะœะธั€ 24 (1080p) [Not 24/7] http://188.40.68.167/russia/mir24/playlist.m3u8 -#EXTINF:-1 tvg-id="Mir24.ru" status="timeout",ะœะธั€ 24 (576p) [Not 24/7] -https://sc.id-tv.kz/Mir24.m3u8 #EXTINF:-1 tvg-id="Mir.ru" status="online",ะœะธั€ (1080p) [Not 24/7] http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv_2500/playlist.m3u8 #EXTINF:-1 tvg-id="MirBelogoryaTV.ru" status="online",ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั (720p) [Geo-blocked] http://live-mirbelogorya.cdnvideo.ru/mirbelogorya/mirbelogorya1.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="MirBelogoryaTV.ru" status="online",ะœะธั€ ะ‘ะตะปะฐะณะพั€ัŒั (720p) [Geo-blocked] -http://mirbelogorya.ru:8080/mirbelogorya/index.m3u8 #EXTINF:-1 tvg-id="MirBelogoryaTV.ru" status="online",ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั (720p) [Geo-blocked] http://stream.tvbelgorod.ru:8080/mirbelogorya/index.m3u8 +#EXTINF:-1 tvg-id="MirBelogoryaTV.ru" status="timeout",ะœะธั€ ะ‘ะตะปะฐะณะพั€ัŒั (720p) [Geo-blocked] +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="timeout",ะœ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 @@ -348,7 +348,7 @@ http://ott-cdn.ucom.am/s17/index.m3u8 http://31.128.159.41:8080/ntv/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="NTV.ru" status="error",ะะขะ’ (1080p) 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) +#EXTINF:-1 tvg-id="NTVStyl.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะะขะ’ ะกั‚ะธะปัŒ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s77/index.m3u8 #EXTINF:-1 tvg-id="NVKSakha.ru" status="online",ะะ’ะš ะกะฐั…ะฐ (1080p) [Not 24/7] @@ -384,7 +384,7 @@ http://ott.inmart.tv:8081/18/index.m3u8 http://5.164.24.83/tula/1tv_low/index.m3u8 #EXTINF:-1 tvg-id="Pobeda.ru" status="online",ะŸะพะฑะตะดะฐ (576p) [Not 24/7] https://sc.id-tv.kz/Pobeda.m3u8 -#EXTINF:-1 tvg-id="Poehali.ru" status="online",ะŸะพะตั…ะฐะปะธ! (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Poehali.ru" status="timeout",ะŸะพะตั…ะฐะปะธ! (576p) [Not 24/7] https://sc.id-tv.kz/poehali.m3u8 #EXTINF:-1 tvg-id="Prima.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะŸั€ะธะผะฐ (1080p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 @@ -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="timeout",ะ ะพะดะฝะพะต ะบะธะฝะพ (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 @@ -544,7 +544,7 @@ https://bsttv.bonus-tv.ru/cdn/salyam/playlist.m3u8 http://45.67.57.9:8080/new/new/playlist.m3u8 #EXTINF:-1 tvg-id="Sarafan.ru" status="online",ะกะฐั€ะฐั„ะฐะฝ (576p) [Not 24/7] http://195.26.83.96:7024/play/82 -#EXTINF:-1 tvg-id="Saratov24.ru" status="online",ะกะฐั€ะฐั‚ะพะฒ 24 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Saratov24.ru" status="error",ะกะฐั€ะฐั‚ะพะฒ 24 (1080p) [Not 24/7] https://saratov24.tv/online/playlist.php #EXTINF:-1 tvg-id="SelengaTV.ru" status="online",ะกะตะปะตะฝะณะฐ ะขะ’ (576p) http://90.188.37.86/live/playlist.m3u8 @@ -596,11 +596,11 @@ http://sochinskayatrk.ru/hdtv/hls/strc_hd/playlist.m3u8 #EXTINF:-1 tvg-id="STS.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะกะขะก (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 https://zabava-htlive.cdn.ngenix.net/hls/CH_STS/variant.m3u8 -#EXTINF:-1 tvg-id="STS.ru" status="online",ะกะขะก (576p) [Not 24/7] -https://sc.id-tv.kz/STS.m3u8 #EXTINF:-1 tvg-id="STS.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะกะขะก (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s52/04.m3u8 +#EXTINF:-1 tvg-id="STS.ru" status="timeout",ะกะขะก (576p) [Not 24/7] +https://sc.id-tv.kz/STS.m3u8 #EXTINF:-1 tvg-id="STSLove.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะกะขะก (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 https://zabava-htlive.cdn.ngenix.net/hls/CH_STSLOVE/variant.m3u8 @@ -611,7 +611,7 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_SUPER/variant.m3u8 https://video1.in-news.ru/c24/index.m3u8 #EXTINF:-1 tvg-id="Tamyr.ru" status="online",ะขะฐะผั‹ั€ (576p) https://bsttv.bonus-tv.ru/cdn/tamyr/playlist.m3u8 -#EXTINF:-1 tvg-id="Tatarstan24.ru" status="timeout",ะขะฐั‚ะฐั€ัั‚ะฐะฝ24 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Tatarstan24.ru" status="online",ะขะฐั‚ะฐั€ัั‚ะฐะฝ24 (1080p) [Not 24/7] http://stream.efir24.tv:1935/live/efir24tv/playlist.m3u8 #EXTINF:-1 tvg-id="TBN.ru" status="timeout",ะขะ‘ะ (720p) http://62.32.67.187:1935/WEB_TBN/TBN.stream/playlist.m3u8 @@ -640,7 +640,7 @@ http://83.222.205.65:8080/tntmusic/index.m3u8 http://strm.yandex.ru/kal/tntmusic/tntmusic0.m3u8 #EXTINF:-1 tvg-id="TNVPlaneta.ru" status="online",ะขะะ’-ะŸะปะฐะฝะตั‚ะฐ (576p) http://tnv.bonus-tv.ru/cdn/tnvplanet/playlist.m3u8 -#EXTINF:-1 tvg-id="Tolyatti24.ru" status="timeout",ะขะพะปัŒัั‚ั‚ะธ 24 (720p) +#EXTINF:-1 tvg-id="Tolyatti24.ru" status="error",ะขะพะปัŒัั‚ั‚ะธ 24 (720p) http://91.234.108.26/hls-live/livepkgr/_definst_/liveevent1/vazlivestream1.m3u8 #EXTINF:-1 tvg-id="Tonus.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 @@ -743,6 +743,8 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_RUSSIAK/variant.m3u8 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] +http://live.tkr.cdnvideo.ru/tkr/tkr.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ะšะคะฃ ะขะ’ (1080p) [Not 24/7] https://cdn.universmotri.ru/live/kfu.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ะะฐัˆะต ะšั€ัƒั‚ะพะต HD (1080p) [Not 24/7] @@ -767,14 +769,12 @@ http://ott-cdn.ucom.am/s14/04.m3u8 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",ะฅะฐะฑะฐั€ 24 (576p) [Not 24/7] https://sc.id-tv.kz/Khabar_24.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะขะพะน ะ”ัƒะผะฐะฝ (576p) [Not 24/7] -https://sc.id-tv.kz/ToiDuman.m3u8 #EXTINF:-1 tvg-id="" status="online",ะขัƒั€ะฐะฝ ะขะ’ (576p) [Not 24/7] https://sc.id-tv.kz/TuranTV.m3u8 #EXTINF:-1 tvg-id="" status="online",ะขะตะปะฟะปัŽั ะขะ’ (ะัั‚ั€ะฐั…ะฐะฝัŒ) (360p) [Not 24/7] @@ -803,15 +803,15 @@ http://vid.extremtv.ru/hls_get/cameraFeed.m3u8 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/Khabar.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] http://cdnmg.secure.live.rtr-vesti.ru/hls/russia_k/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",ะ ะพััะธั ะ ะขะ  (576p) [Not 24/7] http://cdnmg.secure.live.rtr-vesti.ru/live/smil:rtrp.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",ะขะšะ  (ะ ัะทะฐะฝัŒ) (1080p) [Not 24/7] -http://live.tkr.cdnvideo.ru/tkr/tkr.sdp/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/1KanalEvraziya.m3u8 diff --git a/streams/sa.m3u b/streams/sa.m3u index 206162e64..445b70bb5 100644 --- a/streams/sa.m3u +++ b/streams/sa.m3u @@ -67,7 +67,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/ksa- https://edge.taghtia.com/sa/10.m3u8 #EXTINF:-1 tvg-id="LBC.sa" status="online",LBC (1080p) [Geo-blocked] https://rotanastudios-lbc-1-eu.xiaomi.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="LBC.sa" status="timeout",LBC (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="LBC.sa" status="error",LBC (1080p) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-lbc #EXTINF:-1 tvg-id="MakkahTV.sa" status="online",Makkah TV (576p) https://media2.streambrothers.com:1936/8122/8122/playlist.m3u8 @@ -87,7 +87,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-cinema 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="timeout",Rotana Classic (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="RotanaClassic.sa" status="error",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 @@ -101,7 +101,7 @@ https://rotanastudios-rotanadrama-1-eu.xiaomi.wurl.tv/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-drama #EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="online",Rotana Khalijia (1080p) https://shls-rotanakhalijia-prod-dub.shahid.net/out/v1/a639fd49db684f1b8c063d398101a888/index.m3u8 -#EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="timeout",Rotana Khalijia (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="error",Rotana Khalijia (1080p) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live #EXTINF:-1 tvg-id="RotanaKids.sa" status="online",Rotana Kids (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-kids @@ -125,8 +125,6 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/thik https://edge.taghtia.com/sa/3.m3u8 #EXTINF:-1 tvg-id="WesalTV.sa" status="timeout",Wesal TV [Not 24/7] http://live.noorlive.com:1935/wesal/wesal1/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",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="online",SSC Action Waleed Extra (1080p) [Not 24/7] https://d2x08mwxhmpplo.cloudfront.net/out/v1/587631773e55495a8aa3dd4050318f6e/index.m3u8 #EXTINF:-1 tvg-id="" status="online",SSC Action Waleed (1080p) [Not 24/7] @@ -161,3 +159,5 @@ https://edge.taghtia.com/sa/14.m3u8 https://edge.taghtia.com/sa/15.m3u8 #EXTINF:-1 tvg-id="" status="error",Jasco Events TV (576p) http://82.212.74.100:8000/live/hls/8131.m3u8 +#EXTINF:-1 tvg-id="" status="error",ZAD TV (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCOll3M-P7oKs5cSrQ9ytt6g/live diff --git a/streams/sg.m3u b/streams/sg.m3u index 6b0db4d26..f3d69d3fa 100644 --- a/streams/sg.m3u +++ b/streams/sg.m3u @@ -9,18 +9,18 @@ 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] +#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="Hits.sg" status="online",HITS (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="online",Rock Entertainment (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h16/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="RockExtreme.sg" status="online",Rock Extreme (576p) [Geo-blocked] -http://210.210.155.37/dr9445/h/h15/index.m3u8 #EXTINF:-1 tvg-id="RockExtreme.sg" status="error",Rock Extreme (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h15/index.m3u8 +#EXTINF:-1 tvg-id="RockExtreme.sg" status="error",Rock Extreme (576p) [Geo-blocked] +http://210.210.155.37/dr9445/h/h15/index.m3u8 #EXTINF:-1 tvg-id="Suria.sg" status="blocked",Suria [Geo-blocked] https://d11h6a6nhl9kj9.cloudfront.net/hls/clr4ctv_suria/master.m3u8 #EXTINF:-1 tvg-id="Suria.sg" status="timeout",Suria (720p) diff --git a/streams/sn.m3u b/streams/sn.m3u index d771fdf97..db16ad7ef 100644 --- a/streams/sn.m3u +++ b/streams/sn.m3u @@ -5,7 +5,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid https://iptv-all.lanesh4d0w.repl.co/senegal/7tv #EXTINF:-1 tvg-id="A2iMusic.sn" status="online",A2i Music (720p) [Not 24/7] https://stream.sen-gt.com/A2iMusic/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="A2iNaja.sn" status="error",A2i Naja (720p) [Not 24/7] +#EXTINF:-1 tvg-id="A2iNaja.sn" status="online",A2i Naja (720p) [Not 24/7] https://stream.sen-gt.com/A2iNaija/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="A2iReligion.sn" status="online",A2i Religion (720p) [Not 24/7] https://stream.sen-gt.com/A2iReligion/myStream/playlist.m3u8 diff --git a/streams/sv.m3u b/streams/sv.m3u index 4392a399a..2b6ee4ef8 100644 --- a/streams/sv.m3u +++ b/streams/sv.m3u @@ -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="online",WOW TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="WOWTV.sv" status="timeout",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/th.m3u b/streams/th.m3u index b28f5fc08..67f0536d3 100644 --- a/streams/th.m3u +++ b/streams/th.m3u @@ -11,33 +11,33 @@ https://bcovlive-a.akamaihd.net/2d37038b355f4ea6a6b0d46993dc285c/ap-southeast-1/ http://usa.login.in.th:1935/ch8/ch8/playlist.m3u8 #EXTINF:-1 tvg-id="DLTV1.th" status="online",DLTV 1 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv01.m3u8 -#EXTINF:-1 tvg-id="DLTV2.th" status="timeout",DLTV 2 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV2.th" status="online",DLTV 2 (480p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv02.m3u8 -#EXTINF:-1 tvg-id="DLTV3.th" status="timeout",DLTV 3 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV3.th" status="online",DLTV 3 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv03.m3u8 -#EXTINF:-1 tvg-id="DLTV4.th" status="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] 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="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] 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="timeout",DLTV 12 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV12.th" status="online",DLTV 12 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv12.m3u8 #EXTINF:-1 tvg-id="DLTV13.th" status="online",DLTV 13 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv13.m3u8 -#EXTINF:-1 tvg-id="DLTV14.th" status="timeout",DLTV 14 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV14.th" status="online",DLTV 14 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv14.m3u8 -#EXTINF:-1 tvg-id="DLTV15.th" status="timeout",DLTV 15 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV15.th" status="online",DLTV 15 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv15.m3u8 #EXTINF:-1 tvg-id="GolfChannelThailand.th" status="blocked" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36",Golf Channel Thailand (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36 @@ -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/tr.m3u b/streams/tr.m3u index f81e027d4..163a112d6 100644 --- a/streams/tr.m3u +++ b/streams/tr.m3u @@ -95,7 +95,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 @@ -219,9 +219,9 @@ https://b01c02nl.mediatriple.net/videoonlylive/mtfgdbkwkjllolive/broadcast_5b167 #EXTINF:-1 tvg-id="MiskFM.tr" status="online",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 -#EXTINF:-1 tvg-id="NaturalTV.tr" status="online",Natural TV (720p) [Not 24/7] https://broadcasttr.com:446/naturaltv/bant1/playlist.m3u8 +#EXTINF:-1 tvg-id="NaturalTV.tr" status="error",Natural TV (720p) [Not 24/7] +http://broadcasttr.com:1935/naturaltv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="NTV.tr" status="error",NTV (480p) [Not 24/7] http://163.172.39.215:25461/line/C4@!a3a1@!w72A/128 #EXTINF:-1 tvg-id="NTVSpor.tr" status="timeout",NTV Spor @@ -267,10 +267,10 @@ http://163.172.39.215:25461/line/C4@!a3a1@!w72A/69 http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/69.m3u8 #EXTINF:-1 tvg-id="SunRTV.tr" status="online",Sun RTV (720p) [Not 24/7] https://tr.socialsmart.tv/suntv/bant1/chunks.m3u8 -#EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p) -https://tv.ensonhaber.com/tv/tr/tgrtbelgesel/index.m3u8 #EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p) [Not 24/7] https://b01c02nl.mediatriple.net/videoonlylive/mtsxxkzwwuqtglive/broadcast_5fe462afc6a0e.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p) +https://tv.ensonhaber.com/tv/tr/tgrtbelgesel/index.m3u8 #EXTINF:-1 tvg-id="TGRTEU.tr" status="online",TGRT EU (576p) https://tv.ensonhaber.com/tv/tr/tgrteu/index.m3u8 #EXTINF:-1 tvg-id="TGRTHaber.tr" status="online",TGRT Haber (360p) [Not 24/7] @@ -381,8 +381,8 @@ https://waw2.artiyerelmedya.net/vuslattv/bant1/playlist.m3u8 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",Torba TV (720p) [Not 24/7] -https://59cba4d34b678.streamlock.net/canlitv/torbatv/playlist.m3u8 +#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] https://waw2.artiyerelmedya.net/ertv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Haber61 TV (720p) [Not 24/7] @@ -405,8 +405,6 @@ https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/playlist.m3u8 https://tv.ensonhaber.com/tv/tr/haberturk/index.m3u8 #EXTINF:-1 tvg-id="" status="online",AKSU TV (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/aksutv/bant1/playlist.m3u8 -#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",Ogรผn TV (360p) https://s01.vpis.io/ogun/ogun.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ลžaban TV (720p) [Geo-blocked] @@ -439,6 +437,8 @@ http://kuzeykibris.tv/m3u8/tv_kanalt.m3u8 http://tt61.mine.nu/live/PetraTV/Fw99Gpq7Gq/6478.m3u8 #EXTINF:-1 tvg-id="" status="error",MSBC Kanal 2000 (360p) [Not 24/7] https://59cba4d34b678.streamlock.net/canlitv/kanal-2000/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",Torba TV (720p) [Not 24/7] +https://59cba4d34b678.streamlock.net/canlitv/torbatv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Yeni Malatyaspor TV (720p) [Not 24/7] https://592f1881b3d5f.streamlock.net:1443/santraltv_925/santraltv_925/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Medya Haber TV (1080p) diff --git a/streams/tw.m3u b/streams/tw.m3u index 77a68a420..bb0eae113 100644 --- a/streams/tw.m3u +++ b/streams/tw.m3u @@ -61,6 +61,8 @@ https://live.streamingfast.net/osmflivech14.m3u8 https://live.streamingfast.net/osmflivech15.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH16 ่‘‰ๅ…‰ๆ˜Ž (720p) [Not 24/7] https://live.streamingfast.net/osmflivech16.m3u8 +#EXTINF:-1 tvg-id="" status="online",GOOD TV CH17 ๅคง่ก›้ฎ‘ๆฃฎ (720p) [Not 24/7] +https://live.streamingfast.net/osmflivech17.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH24 ๅŠ‰ไธ‰่ฌ›ๅค (720p) [Not 24/7] https://live.streamingfast.net/osmflivech24.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH27 ็ฉบไธญ่–็ถ“ๅญธ้™ข (720p) [Not 24/7] @@ -111,8 +113,6 @@ 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 CH17 ๅคง่ก›้ฎ‘ๆฃฎ (720p) [Not 24/7] -https://live.streamingfast.net/osmflivech17.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) diff --git a/streams/ua.m3u b/streams/ua.m3u index f8c3d0f56..e334472a2 100644 --- a/streams/ua.m3u +++ b/streams/ua.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="1Plus1.ua" status="online",1+1 (1080p) +#EXTINF:-1 tvg-id="1Plus1.ua" status="error",1+1 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCVEaAWKfv7fE1c-ZuBs7TKQ/live #EXTINF:-1 tvg-id="1Plus1Sport.ua" status="online",1+1 ะกะฟะพั€ั‚ (720p) [Not 24/7] https://live-k2301-kbp.1plus1.video/sport/smil:sport.smil/playlist.m3u8 @@ -195,6 +195,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] @@ -239,8 +241,6 @@ http://91.193.128.233:1935/live/otv.stream/playlist.m3u8 http://edge3.iptv.macc.com.ua/life/magnolia_3/index.m3u8 #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",CNL ะ•ะฒั€ะพะฟะฐ (216p) diff --git a/streams/uk.m3u b/streams/uk.m3u index da01a34b2..3b01a7716 100644 --- a/streams/uk.m3u +++ b/streams/uk.m3u @@ -281,7 +281,7 @@ https://lo2-1.gemporia.com/abrjewellerymaker/smil:livestream.smil/playlist.m3u8 http://188.40.68.167/russia/jimjam/playlist.m3u8 #EXTINF:-1 tvg-id="KalemehTV.uk" status="online",Kalemeh TV (576p) [Not 24/7] http://51.210.199.37/hls/stream.m3u8 -#EXTINF:-1 tvg-id="KanshiTV.uk" status="online",Kanshi TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KanshiTV.uk" status="error",Kanshi TV (720p) [Not 24/7] https://live.kanshitv.co.uk/mobile/kanshitvkey.m3u8 #EXTINF:-1 tvg-id="Kerrang.uk" status="online",Kerrang (576p) [Geo-blocked] https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kerrang-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/kerrang/ @@ -349,7 +349,7 @@ https://skynewsau-live.akamaized.net/hls/live/2002690/skynewsau-extra2/master.m3 https://skynewsau-live.akamaized.net/hls/live/2002691/skynewsau-extra3/master.m3u8 #EXTINF:-1 tvg-id="SportsTonight.uk" status="online",Sports Tonight (576p) [Not 24/7] http://sports.ashttp9.visionip.tv/live/visiontvuk-sports-sportstonightlive-hsslive-25f-4x3-SD/chunklist.m3u8 -#EXTINF:-1 tvg-id="SportyStuffTV.uk" status="online",Sporty Stuff TV (720p) +#EXTINF:-1 tvg-id="SportyStuffTV.uk" status="timeout",Sporty Stuff TV (720p) https://ayozat-live.secure2.footprint.net/egress/bhandler/ayozat/sportystufftv/playlist.m3u8 #EXTINF:-1 tvg-id="SpotlightTV.uk" status="online",Spotlight TV (576p) https://securecontributions.sechls01.visionip.tv/live/securecontributions-securecontributions-spotlighttv-hsslive-25f-SD/chunklist.m3u8 @@ -398,14 +398,12 @@ https://a.jsrdn.com/broadcast/22679_24MrQma9TX/-0800/c.m3u8 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",Hadi TV English and Urdu (720p) -https://live.ishiacloud.com/haditv.co.uk/haditv1.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 Indonesian and Thai (720p) https://live.ishiacloud.com/haditv.co.uk/haditv2.m3u8 #EXTINF:-1 tvg-id="" status="online",Hadi TV Azeri and Russian (720p) https://live.ishiacloud.com/haditv.co.uk/haditv3.m3u8 -#EXTINF:-1 tvg-id="" status="online",Hadi TV Farsi (720p) -https://live.ishiacloud.com/haditv.co.uk/haditv4.m3u8 #EXTINF:-1 tvg-id="" status="online",Hadi TV Hausa (720p) https://live.ishiacloud.com/haditv.co.uk/haditv5.m3u8 #EXTINF:-1 tvg-id="" status="online",Hadi TV Pashto and Persian (720p) @@ -415,8 +413,10 @@ 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 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) +https://live.ishiacloud.com/haditv.co.uk/haditv1.m3u8 +#EXTINF:-1 tvg-id="" status="online",Hadi TV Farsi (720p) +https://live.ishiacloud.com/haditv.co.uk/haditv4.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] diff --git a/streams/uk_rakuten.m3u b/streams/uk_rakuten.m3u index c88781730..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 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 Top Free UK (720p) -https://rakuten-topfree-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 2c3da3947..f46ec5e4b 100644 --- a/streams/unsorted.m3u +++ b/streams/unsorted.m3u @@ -49,8 +49,6 @@ https://60015180a7f57.streamlock.net:444/public/stream_source/chunklist_w1017805 https://eu-nl-012.worldcast.tv/dancetelevisiontwo/dancetelevisiontwo.m3u8 #EXTINF:-1 tvg-id="" status="online",CBTV Now (1080p) https://oj7lng29dg82-hls-live.5centscdn.com/lives/f7b44cfafd5c52223d5498196c8a2e7b.sdp/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Sol Televisiรณn -http://190.211.140.89:8081/SVTranscoder/SOLTVabr.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Pardesi TV (720p) http://stream.pardesitv.online/pardesi/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="" status="online",Impact Wrestling (1080p) @@ -115,20 +113,22 @@ https://nesertv.live/ntv/livestream/tracks-v1a1/index.m3u8 https://s.ok54.de/oktvmainz/webstream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rete 7 (576p) https://stream.ets-sistemi.it/live.rete7/rete7/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Radio Javan TV (1080p) -https://stream.rjtv.tv/live/smil:rjtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Lรคndle Tv (1080p) https://streaming13.huberwebmedia.at/LiveApp/streams/985585225397790082777809.m3u8 #EXTINF:-1 tvg-id="" status="online",Al-Sharqiya News (1080p) https://5d94523502c2d.streamlock.net/alsharqiyalive/mystream/chunklist_w449457930.m3u8 #EXTINF:-1 tvg-id="" status="online",Al-Sharqiya (1080p) https://5d94523502c2d.streamlock.net/home/mystream/chunklist_w1408191520.m3u8 +#EXTINF:-1 tvg-id="" status="online",TV Brusque (720p) +https://5ad482a77183d.streamlock.net/rodrigotvbrusque.com.br/_definst_/5d880199c902eb4a1e8df00d/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Teleonuba https://5d8d85cf2c308.streamlock.net:1936/Teleonuba/605oPXx3/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Super TV Media https://mirtv.club/live/mirtv/index.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",IDG (720p) +http://a.jsrdn.com/broadcast/529a360c04/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="" status="online",WATAN-E-MAA https://5caf24a595d94.streamlock.net:1937/8132/8132/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Retro Plus 2 HD @@ -137,6 +137,8 @@ https://59f1cbe63db89.streamlock.net:1443/retroplussenal2/_definst_/retroplussen https://59f1cbe63db89.streamlock.net:1443/retroplustv/_definst_/retroplustv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Honor TV https://a.jsrdn.com/broadcast/d5b48/+0000/high/c.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) @@ -145,14 +147,10 @@ https://www.onairport.live/sophiatv-es-live/livestream_high/master.m3u8 http://a.jsrdn.com/broadcast/4df1bf71c1/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="" status="online",AlbDreams TV (720p) http://live.albavision.net:1123/live/albdreams.m3u8 -#EXTINF:-1 tvg-id="" status="online",RTV Arberia Musik -http://rtvarberia4.flashmediacast.com:1935/RtvArberia4/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TV Max 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) @@ -185,8 +183,6 @@ 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 @@ -213,12 +209,6 @@ https://mn-nl.mncdn.com/tvnet/tvnet/chunklist.m3u8 https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/sat7turkpublish/sat7turk_720p/chunks_dvr.m3u8 #EXTINF:-1 tvg-id="" status="online",Tempo TV https://waw2.artiyerelmedya.net/tempotv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",The Grapevine -https://ov.ottera.tv/live/master.m3u8?channel=mcom_gv_us -#EXTINF:-1 tvg-id="" status="online",IDG (720p) -http://a.jsrdn.com/broadcast/529a360c04/+0000/high/c.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",Messinia TV http://176.9.123.140:1935/messinia/messinia/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STV (720p) @@ -233,6 +223,8 @@ https://5857499ee635b.streamlock.net/radiowesertv-live/_definst_/mp4:livestreamT https://limited11.todostreaming.es/live/benalmadena-livestream.m3u8 #EXTINF:-1 tvg-id="" status="online",RTV Herceg-Bosne https://prd-hometv-live-open.spectar.tv/ERO_1_083/576p/chunklist.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",Folk TV http://584b0aa350b92.streamlock.net:1935/folk-tv/myStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Carolina TV (480p) @@ -241,14 +233,14 @@ https://unlimited1-us.dps.live/carolinatv/carolinatv.smil/carolinatv/livestream2 https://59f1cbe63db89.streamlock.net:1443/teste01/_definst_/teste01/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="online",Start TV https://live.cast-control.eu/StartMedia/StartMedia/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",The Grapevine +https://ov.ottera.tv/live/master.m3u8?channel=mcom_gv_us #EXTINF:-1 tvg-id="" status="online",Glas Drine http://glasdrine.cutuk.net:8081/433ssdsw/GlasDrineSD/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Offener Kanal Fulda https://s.ok54.de/mok-fu/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",News 24 Albania http://tv.balkanweb.com:8081/news24/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Monarch TV (360p) -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",TV Destak (360p) @@ -257,12 +249,16 @@ https://59f2354c05961.streamlock.net:1443/pascoal/_definst_/pascoal/playlist.m3u https://5a0e89631aa14.streamlock.net/LatestTV/LatestTV/playlist.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",Monarch TV (360p) +https://a.jsrdn.com/broadcast/0c9a09c94c/+0000/low/c.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="online",ATN Europe https://d10rltuy0iweup.cloudfront.net/ATNINT/myStream/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) @@ -327,6 +323,8 @@ http://79.106.48.2:4578/live/rtsh_shkodra_mob_p1/playlist.m3u8 http://79.106.48.2:4578/live/rtsh_shqip_mob_p1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",TV Tema http://134.209.238.38/hls/test.m3u8 +#EXTINF:-1 tvg-id="" status="error",Sol Televisiรณn +http://190.211.140.89:8081/SVTranscoder/SOLTVabr.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Cycle World http://a.jsrdn.com/broadcast/3e5befe5dd/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="" status="error",Motorcyclist @@ -337,6 +335,8 @@ http://a.jsrdn.com/broadcast/447912f76b/+0000/high/c.m3u8 http://contactvision.flashmediacast.com:1935/contactvision/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",MTC http://mellitv.tulix.tv:1935/mellitv/myStream.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",RTV Arberia Musik +http://rtvarberia4.flashmediacast.com:1935/RtvArberia4/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Persian Bazar http://stream.persiantv1.com/ptv1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",RTV Ilirida @@ -345,8 +345,6 @@ http://uk4.streamingpulse.com:1935/rtvilirida/rtvilirida/playlist.m3u8 http://uk4.streamingpulse.com:1935/TVSHARRI/TVSHARRI/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",RTV USK http://wslb.dobratv.net:8877/uzivo/usk/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",TV Brusque (720p) -https://5ad482a77183d.streamlock.net/rodrigotvbrusque.com.br/_definst_/5d880199c902eb4a1e8df00d/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Sylt1 https://5aec29c5dd23b.streamlock.net:8443/sylt1/_definst_/sylt1_high1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Hrvatski Radio Karlovac @@ -393,6 +391,8 @@ https://rmc2hdslive-lh.akamaihd.net/i/DVMR_RMC@167269/master.m3u8 https://rtvmir.info/MIR/index.m3u8 #EXTINF:-1 tvg-id="" status="error",TV S1 https://sradio.ipradio.rs/sradio/radiostv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",Radio Javan TV (1080p) +https://stream.rjtv.tv/live/smil:rjtv.smil/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",KVF Faroe Island (360p) diff --git a/streams/us.m3u b/streams/us.m3u index ecd34dcdd..1f6238e2d 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -74,10 +74,10 @@ https://broadcast.blivenyc.com/speed/broadcast/22/desktop-playlist.m3u8 https://broadcast.blivenyc.com/speed/broadcast/71/desktop-playlist.m3u8 #EXTINF:-1 tvg-id="AKCTVPuppies.us" status="online",AKC TV Puppies (1080p) https://broadcast.blivenyc.com/speed/broadcast/29/desktop-playlist.m3u8 -#EXTINF:-1 tvg-id="AlHorreyaTV.us" status="online",Al Horreya TV (1080p) -http://media.smc-host.com:1935/alhorreya.tv/mp4:alhorreya3/playlist.m3u8 #EXTINF:-1 tvg-id="AlHorreyaTV.us" status="online",Al Horreya TV (720p) http://media.smc-host.com:1935/alhorreya.tv/alhorreya.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AlHorreyaTV.us" status="online",Al Horreya TV (1080p) +http://media.smc-host.com:1935/alhorreya.tv/mp4:alhorreya3/playlist.m3u8 #EXTINF:-1 tvg-id="AlHurra.us" status="online",Al Hurra (720p) https://mbnv-video-ingest.akamaized.net/hls/live/2038904/MBNV_ALHURRA_MAIN_HLS/merge.m3u8 #EXTINF:-1 tvg-id="AlientoVision.us" status="online",Aliento Vision (720p) [Not 24/7] @@ -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="CaptitalOTBBetting.us" status="online",Captital OTB Betting (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CaptitalOTBBetting.us" status="error",Captital OTB Betting (720p) [Not 24/7] https://d2up1hmow19bcd.cloudfront.net/livecf/liveracing/playlist.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkAsia.sg" status="timeout",Cartoon Network Asia (720p) http://198.16.106.62:8278/streams/d/Cn/playlist.m3u8 @@ -559,11 +559,11 @@ https://lshsn1usott-lh.akamaihd.net/i/lshsn1usott_01@838842/master.m3u8 https://stream.swagit.com/live-edge/houstontx/smil:hd-16x9-2-a/playlist.m3u8 #EXTINF:-1 tvg-id="HTV2HoustonTelevision.us" status="online",HTV 2 Houston Television (720p) https://stream.swagit.com/live-edge/houstontx/smil:hd-16x9-2-b/playlist.m3u8 -#EXTINF:-1 tvg-id="HumraazTV.us" status="timeout",Humraaz TV [Not 24/7] +#EXTINF:-1 tvg-id="HumraazTV.us" status="online",Humraaz TV [Not 24/7] https://cdn61.liveonlineservices.com/hls/humraaz.m3u8 -#EXTINF:-1 tvg-id="HuntChannel.us" status="online",Hunt Channel (1080p) +#EXTINF:-1 tvg-id="HuntChannel.us" status="error",Hunt Channel (1080p) https://1111296894.rsc.cdn77.org/LS-ATL-56868-1/index.m3u8 -#EXTINF:-1 tvg-id="HuntChannel.us" status="online",Hunt Channel (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="HuntChannel.us" status="error",Hunt Channel (1080p) [Not 24/7] https://1111296894.rsc.cdn77.org/LS-ATL-56868-1/mono.m3u8 #EXTINF:-1 tvg-id="IDG.us" status="online",IDG (720p) https://a.jsrdn.com/broadcast/529a360c04/+0000/c.m3u8 @@ -586,11 +586,11 @@ https://a.jsrdn.com/broadcast/41e3e6703e/+0000/c.m3u8 #EXTINF:-1 tvg-id="ISN.us" status="error",ISN (1080p) [Not 24/7] https://cpdc101-lh.akamaihd.net/i/ISNCPDCMB1_1@314337/master.m3u8 #EXTINF:-1 tvg-id="JBS.us" status="online",JBS (404p) [Not 24/7] -http://uni8rtmp.tulix.tv:1935/shalomtv-pc/smil:shalomtv.smil/master.m3u8 -#EXTINF:-1 tvg-id="JBS.us" status="online",JBS (404p) [Not 24/7] http://uni8rtmp.tulix.tv:1935/shalomtv-pc/smil:shalomtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="JBS.us" status="online",JBS (404p) [Not 24/7] https://uni8rtmp.tulix.tv/shalomtv-pc/smil:shalomtv.smil/master.m3u8 +#EXTINF:-1 tvg-id="JBS.us" status="online",JBS (404p) [Not 24/7] +http://uni8rtmp.tulix.tv:1935/shalomtv-pc/smil:shalomtv.smil/master.m3u8 #EXTINF:-1 tvg-id="JennyLive.us" status="online",Miami TV Jenny Live (720p) [Not 24/7] https://59ec5453559f0.streamlock.net/JennyLive/JennyLive/playlist.m3u8 #EXTINF:-1 tvg-id="JewelryTV.us" status="online",Jewelry Television (720p) @@ -1178,10 +1178,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 (720p) -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37 #EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (1080p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=36 +#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (720p) +https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37 #EXTINF:-1 tvg-id="TopStoriesbyNewsy.us" status="online",Top Stories by Newsy (720p) https://content.uplynk.com/channel/33c48f602cfd4474b957eb4ad999caf8.m3u8 #EXTINF:-1 tvg-id="TopStoriesbyNewsy.us" status="error",Top Stories by Newsy (720p) @@ -1258,7 +1258,7 @@ https://rpn1.bozztv.com/36bay2/gusa-tvsrarecollectibles/index.m3u8 https://rpn1.bozztv.com/36bay2/gusa-tvsselect/index.m3u8 #EXTINF:-1 tvg-id="TVSSiloDiscountNetwork.us" status="online",TVS Silo Discount Network (484p) [Not 24/7] https://rpn1.bozztv.com/36bay2/gusa-tvssilodiscount/index.m3u8 -#EXTINF:-1 tvg-id="TVSSports.us" status="online",TVS Sports (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSSports.us" status="error",TVS Sports (720p) [Not 24/7] https://rpn1.bozztv.com/36bay2/gusa-tvssports/index.m3u8 #EXTINF:-1 tvg-id="TVSSportsBureau.us" status="online",TVS Sports Bureau (720p) https://rpn1.bozztv.com/36bay2/gusa-tvssportsbureau/index.m3u8 @@ -1496,18 +1496,24 @@ https://a.jsrdn.com/broadcast/e0f99ab19c/+0000/c.m3u8 https://thegateway.app/YouToo/CueTones/playlist.m3u8 #EXTINF:-1 tvg-id="YoutooAmerica.us" status="online",Youtoo America (1080p) https://thegateway.app/YouToo/YTamerica/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Radio Ritmo (1080p) [Not 24/7] +https://59514edd5dd8e.streamlock.net/lax/lax/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",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",Vice East https://d2do1g43aq7264.cloudfront.net/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Techno Warehouse (US) (1080p) [Not 24/7] https://eu-nl-012.worldcast.tv/dancetelevisionthree/dancetelevisionthree.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) http://iptu.org/live.m3u8?channel=301 #EXTINF:-1 tvg-id="" status="online",CMC (California Music Channel) https://cmc-ono.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CF97 Soccer Live [Not 24/7] (1080p) https://d1sp4cpu5on4l7.cloudfront.net/out/v1/ec82e0a9c5564fb497366186c09052e5/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",ESR 24x7 eSports Network (1080p) +https://eyeonesports.com/ES2RA-628g.m3u8 #EXTINF:-1 tvg-id="" status="online",CBS 5 Ft Smith AR (KFSM-TV) (1080p) https://livevideo01.5newsonline.com/hls/live/2011653/newscasts/live.m3u8 #EXTINF:-1 tvg-id="" status="online",NBC 9 Denver CO (KUSA) (1080p) @@ -1570,8 +1576,6 @@ https://livevideo01.newswest9.com/hls/live/2017380/newscasts/live.m3u8 https://livevideo01.rocketcitynow.com/hls/live/2011659/newscasts/live.m3u8 #EXTINF:-1 tvg-id="" status="online",CBS THV11 Little Rock AR (KTHV) (1080p) https://livevideo01.thv11.com/hls/live/2017154/newscasts/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",NBC 10 Knoxville TN (WBIR-TV) (1080p) -https://livevideo01.wbir.com/hls/live/2016515/newscasts/live-2000.m3u8 #EXTINF:-1 tvg-id="" status="online",NBC 36 Charlotte NC (WCNC-TV) (1080p) https://livevideo01.wcnc.com/hls/live/2015505/newscasts/live.m3u8 #EXTINF:-1 tvg-id="" status="online",ABC 5 Des Moines IA (WOI) (1080p) @@ -1606,8 +1610,6 @@ https://livevideo01.wzzm13.com/hls/live/2016280/newscasts/live.m3u8 https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8 #EXTINF:-1 tvg-id="" status="online",Fox HD Russia https://sc.id-tv.kz/FOX_HD.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",KTRK TV News (720p) https://content.uplynk.com/channel/ext/1efe3bfc4d1e4b5db5e5085a535b510b/ktrk_24x7_news.m3u8 #EXTINF:-1 tvg-id="" status="online",WPVI-TV News (720p) @@ -1811,8 +1813,6 @@ https://shls-fight-sports-ak.akamaized.net/out/v1/ee7e6475b12e484bbfa5c31461ad43 http://live.ntdimg.com/cwlive220/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",KTLA 5 Los Angeles CA (144p) https://content.uplynk.com/channel/6cbf2d32a5384dc1b787539b1102433c.m3u8 -#EXTINF:-1 tvg-id="" status="online",ESR 24x7 eSports Network (1080p) -https://eyeonesports.com/ES2RA-628g.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Boomerang Latinoamรฉrica [Geo-blocked] http://45.5.8.78:8000/play/a00i #EXTINF:-1 tvg-id="" status="blocked",Brazzers Latinoamรฉrica [Geo-blocked] @@ -1883,10 +1883,10 @@ http://209.91.213.10:8088/play/a01a http://209.91.213.10:8088/play/a01z #EXTINF:-1 tvg-id="" status="timeout",AXN Latinoamรฉrica (576p) http://209.91.213.10:8088/play/a011 -#EXTINF:-1 tvg-id="" status="timeout",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="timeout",Winthrop Community Access TV (WCAT 3) (480p) https://frontdoor.wcat-tv.org:8787/live/live.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",NBC 10 Knoxville TN (WBIR-TV) (1080p) +https://livevideo01.wbir.com/hls/live/2016515/newscasts/live-2000.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Level One https://stitcheraws.unreel.me/wse-node04.powr.com/live/5af61be7d5eeee7af3d1db47/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CBS 7 Dayton OH (WHIO) @@ -1921,8 +1921,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",Radio Ritmo (1080p) [Not 24/7] -https://59514edd5dd8e.streamlock.net/lax/lax/playlist.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] @@ -2051,6 +2049,8 @@ 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",Radio Javan (720p) +https://stream.rjtv.stream/live/smil:rjtv.smil/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 5c7b1f948..801eb3898 100644 --- a/streams/us_localbtv.m3u +++ b/streams/us_localbtv.m3u @@ -89,7 +89,7 @@ http://v-ny.theus6tv.duckdns.org/hls/33.3/playlist.m3u8 #EXTINF:-1 tvg-id="WJLPDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT4 (Ion Mystery) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/33.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WJLPDT5.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT5 (Retro TV) +#EXTINF:-1 tvg-id="WJLPDT5.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT5 (Retro 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/33.5/playlist.m3u8 #EXTINF:-1 tvg-id="WJLPDT6.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT6 (Heartland) @@ -104,7 +104,7 @@ http://v-ny.theus6tv.duckdns.org/hls/42.1/playlist.m3u8 #EXTINF:-1 tvg-id="WKOBLD2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WKOB-LD2 (Daystar) (480p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/42.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WKOBLD5.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WKOB-LD5 (SonLife) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="WKOBLD5.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WKOB-LD5 (SonLife) (480p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/42.5/playlist.m3u8 #EXTINF:-1 tvg-id="WKOBLD6.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WKOB-LD6 (Estrella TV) (480p) @@ -131,7 +131,7 @@ http://v-ny.theus6tv.duckdns.org/hls/21.4/playlist.m3u8 #EXTINF:-1 tvg-id="WLVTDT1.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLVT-DT1 (PBS 39) (720p) #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/39.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WMBQCD1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WMBQ-LD (FNX) (432p) +#EXTINF:-1 tvg-id="WMBQCD1.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WMBQ-LD (FNX) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/46.1/playlist.m3u8 #EXTINF:-1 tvg-id="WMCNDT1.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",WMCN-DT1 (ShopHQ) (720p) @@ -260,7 +260,7 @@ http://v-ny.theus6tv.duckdns.org/hls/41.1/playlist.m3u8 #EXTINF:-1 tvg-id="WXTVDT2.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-DT2 (Bounce 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/41.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WXTVDT3.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WXTV-DT3 (Twist) +#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) diff --git a/streams/us_plex.m3u b/streams/us_plex.m3u index 2c8a9562b..a298a1b74 100644 --- a/streams/us_plex.m3u +++ b/streams/us_plex.m3u @@ -60,9 +60,9 @@ https://vitor-hollywoodclassics-1.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="HumorMill.us" status="online",Humor Mill (1080p) [Not 24/7] https://damkf751d85s1.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/HumorMill-PLEX/152.m3u8 #EXTINF:-1 tvg-id="IGN.us" status="online",IGN (1080p) -https://ign-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="IGN.us" status="timeout",IGN (1080p) https://ign-plex.amagi.tv/hls/amagi_hls_data_ignAAAAAA-ign-plexA/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="IGN.us" status="online",IGN (1080p) +https://ign-plex.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Journy.us" status="error",Journy (720p) https://vcnplex.teleosmedia.com/linear/ovation/journy/playlist.m3u8?did=62274240-07e7-5d94-8dc8-ef68cf19e175&dnt=0&pid=5f5132df62fe160040f26bc2&ptoken=PLbo_Jw_s1xgoB_1Srgg #EXTINF:-1 tvg-id="JournysBourdainAllDay.us" status="error",Journy's Bourdain All Day (1080p) @@ -107,7 +107,7 @@ https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01492-secomsasmediart-museumtv-en-p https://1d75125ffd43490eb970a2f3f575e96c.mediatailor.us-west-2.amazonaws.com/v1/manifest/6b8beeb9ed833d048c8c8155a25a28fe617c5474/neural_focused_plex/35cba159-09d0-4e37-bf3c-99cd99ec425b/5.m3u8 #EXTINF:-1 tvg-id="News12NewYork.us" status="error",News 12 New York (1080p) https://cheddar-news12ny-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="NewsmaxTV.us" status="timeout",Newsmax (1080p) +#EXTINF:-1 tvg-id="NewsmaxTV.us" status="online",Newsmax (1080p) https://newsmax-plex.amagi.tv/hls/amagi_hls_data_plexAAAAA-newsmax-plex/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Nosey.us" status="error",Nosey (1080p) https://nosey-2.plex.wurl.com/manifest/playlist.m3u8 diff --git a/streams/us_pluto.m3u b/streams/us_pluto.m3u index 88e38c09c..504c8a654 100644 --- a/streams/us_pluto.m3u +++ b/streams/us_pluto.m3u @@ -1,10 +1,10 @@ #EXTM3U #EXTINF:-1 tvg-id="70sCinema.us" status="online",Pluto TV 70s Cinema (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d878d3d19b30007d2e782/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="80sRewind.us" status="online",Pluto TV 80s Rewind (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca525b650be2571e3943c63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="80sRewind.us" status="online",Pluto TV Pluto 80s Rewind (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca525b650be2571e3943c63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca525b650be2571e3943c63&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=95&terminate=false&userId= +#EXTINF:-1 tvg-id="80sRewind.us" status="online",Pluto TV 80s Rewind (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca525b650be2571e3943c63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="90sThrowback.us" status="online",Pluto TV 90s Throwback (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d86f519358a00072b978e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="90210.us" status="online",Pluto TV 90120 (720p) @@ -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) @@ -76,9 +76,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca670f65 #EXTINF:-1 tvg-id="BETEast.us" status="online",Pluto TV BET (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150978589c0700095f97ae/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="BETHerEast.us" status="online",Pluto TV BET Her (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e6949ab8e2b35bdcaa9f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="BETHerEast.us" status="online",Pluto TV BET Her (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e6949ab8e2b35bdcaa9f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e6949ab8e2b35bdcaa9f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=175&terminate=false&userId= +#EXTINF:-1 tvg-id="BETHerEast.us" status="online",Pluto TV BET Her (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e6949ab8e2b35bdcaa9f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BeverlyHillbillies.us" status="online",Pluto TV Beverly Hillbillies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db81695a95186000941ee8b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BeverlyHillbillies.us" status="online",Pluto TV Beverly Hillbillies (720p) @@ -107,10 +107,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b60419becf60008 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b60419becf60008c841fd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BloombergTelevision.us" status="online",Pluto TV Bloomberg TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/54ff7ba69222cb1c2624c584/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=54ff7ba69222cb1c2624c584&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=224&terminate=false&userId= +#EXTINF:-1 tvg-id="BluesCluesGermany.de" status="online",Pluto TV Blue's Clues Nick (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b564ff59d130007363823/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b564ff59d130007363823&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=29e99f3f-0713-11eb-a59f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="BluesCluesGermany.de" status="online",Pluto TV Blue's Clues Nick (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b564ff59d130007363823/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="BluesCluesGermany.de" status="error",Pluto TV Blue's Clues Nick (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b564ff59d130007363823/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b564ff59d130007363823&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=29e99f3f-0713-11eb-a59f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="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) @@ -119,10 +119,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffc8c345822750007 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) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bfbe4ced4f7b601b12e6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=540&terminate=false&userId= #EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bfbe4ced4f7b601b12e6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=540&terminate=false&userId= #EXTINF:-1 tvg-id="Cats247.us" status="online",Cats 24/7 (US) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/599375885ceaac3cabccbed7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=599375885ceaac3cabccbed7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=635&terminate=false&userId= #EXTINF:-1 tvg-id="Cats247.us" status="online",Cats 24/7 (US) (720p) [Not 24/7] @@ -137,7 +137,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1afb21 https://cbsn-bos.cbsnstream.cbsnews.com/out/v1/589d66ec6eb8434c96c28de0370d1326/master.m3u8 #EXTINF:-1 tvg-id="CBSNewsChicago.us" status="online",Pluto TV CBSN Chicago IL (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1aeb2fd4b8a00076c2047/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="CBSNewsDFW.us" status="online",Pluto TV CBSN Denver CO (720p) +#EXTINF:-1 tvg-id="CBSNewsDFW.us" status="error",Pluto TV CBSN Denver CO (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b12146cba40007aa7e5d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CBSNewsLosAngeles.us" status="online",Pluto TV CBSN Los Angeles CA (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc481cda1d430000948a1b4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dc481cda1d430000948a1b4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=207&terminate=false&userId= @@ -153,20 +153,20 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b17aa https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b6b285823ecb93393cbf766/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b6b285823ecb93393cbf766&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=687&terminate=false&userId= #EXTINF:-1 tvg-id="Chassy.us" status="error",Pluto TV Chassy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b6b285823ecb93393cbf766/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1e02c08ee5378be82db47/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812afe1d0f0b8d55dde67fa/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812afe1d0f0b8d55dde67fa&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=226&terminate=false&userId= #EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (720p) http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521 +#EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812afe1d0f0b8d55dde67fa/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812afe1d0f0b8d55dde67fa&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=226&terminate=false&userId= +#EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1e02c08ee5378be82db47/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="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="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="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) @@ -177,10 +177,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5b0da https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=562ea53fa9060c5a7d463e74&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=548&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicToonsTV.us" status="online",Pluto TV Classic Toons TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (684p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e32b297f96000768f928&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=501&terminate=false&userId= +#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (684p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e3cccf49290007053c67/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e3cccf49290007053c67&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=520&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) @@ -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) -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 +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) @@ -233,12 +233,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b8923fc30280007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4948418101147596fd6c5a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" status="online",Pluto TV Comedy Central (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4947590ba40f75dc29c26b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d4947590ba40f75dc29c26b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5ca4fefb-0728-11eb-a18c-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" status="online",Pluto TV Comedy Central + (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcea6bc6fb8890009322ff3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dcea6bc6fb8890009322ff3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=90d72ed4-4920-4983-a25f-2926c714e415&terminate=false&userId= #EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" status="online",Pluto TV Comedy Central (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca671f215a62078d2ec0abf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" status="online",Pluto TV Comedy Central (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e13bde24f4ca800093d57b5/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel +#EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" status="online",Pluto TV Comedy Central + (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcea6bc6fb8890009322ff3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dcea6bc6fb8890009322ff3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=90d72ed4-4920-4983-a25f-2926c714e415&terminate=false&userId= #EXTINF:-1 tvg-id="Cops.us" status="online",Pluto TV Cops (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1f7e089f23700009d66303/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e1f7e089f23700009d66303&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=367&terminate=false&userId= #EXTINF:-1 tvg-id="Cops.us" status="online",Pluto TV Cops (480p) @@ -295,18 +295,18 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bee1a7359ee03633e https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bee1a7359ee03633e780238/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DogtheBountyHunter.us" status="online",Pluto TV Dog the Bounty Hunter (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6b535a278bfe000799484a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fb6c84dd37df3b4290c5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=985&terminate=false&userId= #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e43c344b54fe800093552f4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=c28ebf75-0713-11eb-97af-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fb6c84dd37df3b4290c5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=985&terminate=false&userId= -#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="DramaLife.us" status="online",Drama Life (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="EmmaeinfachmagischNickGermany.de" status="online",Pluto TV Nick Emma einfach magisch! (720p) @@ -314,31 +314,31 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4796368174910007 #EXTINF:-1 tvg-id="EmmaeinfachmagischNickGermany.de" status="online",Pluto TV Nick Emma einfach magisch! (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4796368174910007756454/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ETLive.us" status="online",Pluto TV ET Live (1080p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc0c78281eddb0009a02d5e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dc0c78281eddb0009a02d5e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=190&terminate=false&userId= -#EXTINF:-1 tvg-id="ETLive.us" status="online",Pluto TV ET Live (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc0c78281eddb0009a02d5e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ETLive.us" status="online",Pluto TV ET Live (1080p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc0c78281eddb0009a02d5e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dc0c78281eddb0009a02d5e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=190&terminate=false&userId= #EXTINF:-1 tvg-id="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/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 #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 +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/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/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) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5141c1605ddf000748eb1b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/554158e864526b29254ff105/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="FailArmy.us" status="timeout",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="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= +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/v1/stitch/embed/hls/channel/5c58a539fae3812612f33ca3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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="FamilyTies.us" status="online",Pluto TV Family Ties (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f77939a630f530007dde654/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FashionBoxHD.us" status="online",Pluto TV Fashionbox (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) @@ -497,49 +497,49 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c01df1759ee03633e 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="MidsomerMurders.us" status="online",Pluto TV Midsomer Murders (720p) +#EXTINF:-1 tvg-id="MidsomerMurders.us" status="error",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) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&us_privacy=1YNY #EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b821249444e05d09cc4c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=815&terminate=false&userId= +#EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d907e738977e2c31099a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bca67ef2767e1846e5a1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d907e738977e2c31099a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MissionImpossible.us" status="online",Pluto TV Mission: Impossible (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f77977bd924d80007eee60c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MLB.us" status="online",Pluto TV MLB (720p) 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=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/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="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/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/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="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="MST3K.us" status="online",Pluto TV MST3K (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (240p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509fb7809fd000949e39b/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) 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 (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="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="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d3609cd6a6c78d7672f2a81&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=868&terminate=false&userId= #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) +http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS03/master.m3u8 +#EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150a3d73fd3f00094f722f/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel @@ -581,12 +581,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60080e8a4 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7274806621ff00072651ff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5da0c85bd2c9c10009370984&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=836&terminate=false&userId= +#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee92e72fb286e0007285fec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6df5a173d7340007c559f7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee92e72fb286e0007285fec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bd9f249444e05d09cc4e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=692&terminate=false&userId= #EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7] @@ -594,17 +594,17 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bd9f2 #EXTINF:-1 tvg-id="Naturescape.us" status="error",Pluto TV Naturescape (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0c2f3739f6b900075f366c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NBCNewsNow.us" status="online",Pluto TV NBC News NOW (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5df97894467dfa00091c873c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="NBCNewsNow.us" status="online",Pluto TV NBC News NOW (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df97894467dfa00091c873c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5df97894467dfa00091c873c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=213&terminate=false&userId= +#EXTINF:-1 tvg-id="NBCNewsNow.us" status="online",Pluto TV NBC News NOW (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5df97894467dfa00091c873c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NFLChannel.us" status="online",Pluto TV NFL Channel (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ced7d5df64be98e07ed47b6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ced7d5df64be98e07ed47b6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=708&terminate=false&userId= #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/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="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="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) @@ -625,6 +625,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca6748a3 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] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca6748a37b88b269472dad9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=978&terminate=false&userId= +#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] +http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&coppa=1&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="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) @@ -634,8 +636,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede448d3 #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca673e0d0bd6c2689c94ce3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=977&terminate=false&userId= #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] -http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&coppa=1&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY -#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appVersion=2.9.4-5a4e0d260864cab32bb296709789424ab48df204&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=954c037d-1a11-44d3-b488-9d06f8a3e068&deviceLat=33.9560&deviceLon=-118.3887&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=81.0.4044.26&includeExtendedEvents=false&serverSideAds=true&sid=e6f1682e-cc62-437a-bd0d-082bea9a4059&userId= #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) https://siloh.pluto.tv/lilo/production/Nick/01/master.m3u8 @@ -659,16 +659,18 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e6690befbdf780007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e6690befbdf780007f78158/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="OnePiece.us" status="online",Pluto TV One Piece (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7790b3ed0c88000720b241/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ParamountMovieChannel.us" status="online",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",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 (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) [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) @@ -681,8 +683,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1780 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515d080e738d000739e19c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (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="PeopleTV.us" status="error",Pluto TV People TV (720p) [Not 24/7] @@ -715,12 +715,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8588 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="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids (Spain) (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aabee6f4a2c00076a322c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1aabee6f4a2c00076a322c&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=905&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aabee6f4a2c00076a322c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids Plus (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5a0b44cc331900075e7769/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="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="PlutoTVAnimalesSpain.es" status="online",Pluto TV Animales (288p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd834c66fe2ca0009303b8d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVAnimalsUK.uk" status="online",Pluto TV Animals (England) (720p) @@ -761,7 +761,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600adbdf8 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddc266f80e3550009136843/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVAvidamodernadeRocko.us" status="online",Pluto TV A vida moderna de Rocko (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6df6293a12e10007017396/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVBabar.us" status="timeout",Pluto TV Babar (720p) +#EXTINF:-1 tvg-id="PlutoTVBabar.us" status="online",Pluto TV Babar (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67e20c93312100076f3ffe/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVBackcountry.us" status="online",Pluto TV Backcountry (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cabdf1437b88b26947346b2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cabdf1437b88b26947346b2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=755&terminate=false&userId= @@ -793,14 +793,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b68a1882 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b5a4bb7da5c0007e5c9e9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b5a4bb7da5c0007e5c9e9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5c631817-0713-11eb-9df2-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVBubbleGuppies.us" status="online",Pluto TV Bubble Guppies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5a4bb7da5c0007e5c9e9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCars.us" status="online",Pluto TV Cars (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCars.us" status="online",Pluto TV Cars (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b3a4249444e05d09cc46&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=663&terminate=false&userId= -#EXTINF:-1 tvg-id="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="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 (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="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="PlutoTVCats247Germany.de" status="error",Cats 24/7 (DE) (720p) @@ -808,9 +808,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db6a56ce10f0b0009 #EXTINF:-1 tvg-id="PlutoTVCats247Germany.de" status="error",Cats 24/7 (DE) (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db6a56ce10f0b0009e64037/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCelebrity.us" status="online",Pluto TV Celebrity (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8bf1472907815f66a866dd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8bf1472907815f66a866dd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=320&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVCelebrity.us" status="online",Pluto TV Celebrity (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8bf1472907815f66a866dd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCelebrity.us" status="online",Pluto TV Celebrity (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8bf1472907815f66a866dd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8bf1472907815f66a866dd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=320&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVChefkoch.us" status="online",Pluto TV Chefkoch (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8c4c3f141f350007936f7d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8c4c3f141f350007936f7d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=8ae325bb-0580-11eb-9df2-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVChefkoch.us" status="online",Pluto TV Chefkoch (720p) @@ -829,10 +829,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0f17 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d164d92e97a5e107638d2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=904&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acciรณn (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcb62e63d4d8f0009f36881/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acciรณn (240p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acciรณn (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591dd8880007bb7d6d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acciรณn (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="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) @@ -849,7 +849,7 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5eb810e299600076 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="PlutoTVCineSuspenso.us" status="online",Pluto TV Cine Suspenso (720p) +#EXTINF:-1 tvg-id="PlutoTVCineSuspenso.us" status="error",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) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46ae801f347500099d461a/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35f76fb0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=2fac39a7-56bc-492e-ae1e-3f6fb6cef1bc @@ -867,16 +867,16 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1acdaa8ba90f0007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acdaa8ba90f0007d5e760/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="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="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="PlutoTVComedy.us" status="online",Pluto TV Comedy (480p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c363c2411c5ca053f198f97/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a4d3a00ad95e4718ae8d8db&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=57&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (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="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] @@ -900,11 +900,11 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed48146ba9e0007 #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/stitch/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c665db3e6c01b72c4977bc2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=109&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c31f2f21b553c1f673fb0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="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="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 #EXTINF:-1 tvg-id="PlutoTVDarkMatter.us" status="online",Pluto TV Dark Matter (720p) @@ -927,14 +927,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b85a7582 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db048f9447d6c0009b8f29d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04252241007000975faac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVDogelcazarrecompensas.us" status="timeout",Pluto TV Dog el cazarrecompensas (480p) [Not 24/7] +#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) [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="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 (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="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) @@ -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/stitch/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVGamingTV.us" status="online",Pluto TV Gaming TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVGamingTV.us" status="online",Pluto TV Gaming TV (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVGarfield.us" status="online",Pluto TV Garfield (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6054ab20a365c70007e4fd44/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVGetfactual.us" status="online",Pluto TV Get.factual (720p) [Not 24/7] @@ -1054,9 +1054,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb96303f #EXTINF:-1 tvg-id="PlutoTVHomesUnderHammer.us" status="online",Pluto TV Homes Under Hammer (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c2e9d8002db3c3e0b1c72/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) -https://stitcher.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=&appStoreUrl=&appVersion=2.0.0&app_name=&deviceDNT=0&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceLat=38.5783&deviceLon=-90.6666&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=37.0.2049.0&serverSideAds=false&sid=6e360db0-724b-11e8-be77-bf4d1417b012&userId= -#EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=569546031a619b8f07ce6e25&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=75&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) +https://stitcher.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=&appStoreUrl=&appVersion=2.0.0&app_name=&deviceDNT=0&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceLat=38.5783&deviceLon=-90.6666&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=37.0.2049.0&serverSideAds=false&sid=6e360db0-724b-11e8-be77-bf4d1417b012&userId= #EXTINF:-1 tvg-id="PlutoTVHumor.us" status="online",Pluto TV Humor (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8397936791b30007ebb5a7/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVHunter.us" status="online",Pluto TV Hunter (720p) @@ -1089,36 +1089,36 @@ 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) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&buildVersion=5.4.0-917c0e6072&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/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) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db0ad56edc89300090d2ebb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=976&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/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="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVKidsCollection.us" status="online",Pluto TV Kids Collection (720p) -https://service-stitcher.clusters.pluto.tv/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="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="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) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVKidsSeries.us" status="online",Pluto TV Kids Sรฉries (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVKidsSeries.us" status="online",Pluto TV Kids Sรฉries (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="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] @@ -1172,15 +1172,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04b360 #EXTINF:-1 tvg-id="PlutoTVLives.us" status="online",Pluto TV Lives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600acaff5f2d6e000745effb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us" status="online",Pluto TV Los archivos del FBI (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67d41b93312100076f3fca/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us" status="online",Pluto TV Los archivos del FBI (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acbed25948a0007ffbe65/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us" status="timeout",Pluto TV Los archivos del FBI (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67d41b93312100076f3fca/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVLosnuevosdetectives.us" status="online",Pluto TV Los nuevos detectives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acba0d1f6340007db8843/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVLouisLaBrocante.us" status="online",Pluto TV Louis La Brocante (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed6d569d2d4000864a976/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLouisLaBrocante.us" status="online",Pluto TV Louis La Brocante (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed6d569d2d4000864a976/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVLouisLaBrocante.us" status="online",Pluto TV Louis La Brocante (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed6d569d2d4000864a976/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLoveStories.us" status="online",Pluto TV Love Stories (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e181520cfa000771ce79/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e181520cfa000771ce79&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=147&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVLoveStories.us" status="online",Pluto TV Love Stories (684p) [Not 24/7] @@ -1203,20 +1203,20 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb3fea0f711fd7634 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMinutoParaGanar.us" status="online",Pluto TV Minuto Para Ganar (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46e64dc73db400094b5f0b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVMisteriosMedicos.us" status="timeout",Pluto TV Misterios Medicos (720p) +#EXTINF:-1 tvg-id="PlutoTVMisteriosMedicos.us" status="online",Pluto TV Misterios Medicos (720p) 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 (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 (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/5d0a1f73654db655a9274428/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d0a1f73654db655a9274428&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=372611e5-6b4b-4a3f-9491-368034dfa39e&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d3a31b95267e225e4e09/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5c5c3b948002db3c3e0b262e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=eddfafe3-0584-11eb-82fe-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (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) @@ -1228,9 +1228,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6108d8c #EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91b7ea86ee60009d89e75/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVEmbarazadaalos16.us" status="online",Pluto TV MTV Embarazada a los 16 (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f98537a5a4341000733aefe/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="PlutoTVMTVEnVivo.us" status="online",Pluto TV MTV En Vivo (720p) @@ -1287,10 +1287,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d2c571fa 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) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd85eac039bba0009e86d1d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d10ce06a9665fe54bf74a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd85eac039bba0009e86d1d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="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) @@ -1303,10 +1303,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5268abcd0ce20a8472000114/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNovelas.us" status="online",Pluto TV Novelas (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0cc2efd2700090b7ff4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84dbf4a838b60007ffbba1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=942&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84dbf4a838b60007ffbba1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=942&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVNovelasDramas.us" status="online",Pluto TV Novelas Dramas (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p) @@ -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="timeout",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) @@ -1345,12 +1345,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d93b4d71754e6a429 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8bf0b06d2d855ee15115e3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8bf0b06d2d855ee15115e3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=275&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (480p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde197f6591d0009839e04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd8186d53ed2c6334ea0855/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8bf0b06d2d855ee15115e3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (480p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde197f6591d0009839e04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVRetroToons.us" status="online",Pluto TV Retro Toons (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1c669094e0e80009b22ab8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1c669094e0e80009b22ab8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=886c7aee-0585-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVRetroToons.us" status="online",Pluto TV Retro Toons (720p) @@ -1375,7 +1375,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677c0e 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="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) +#EXTINF:-1 tvg-id="PlutoTVRugratsCrecidos.us" status="timeout",Pluto TV Rugrats Crecidos (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea7215005d66d0007e8128a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVSabrina.us" status="online",Pluto TV Sabrina (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbc327d0451770009ed7577/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dbc327d0451770009ed7577&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=4aa698a0-0715-11eb-aeab-0242ac110002&terminate=false&userId= @@ -1394,13 +1394,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/563a970aa #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4fc274694c027be6ed3eea&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=151&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2817d3d7573a00080f9175/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc02a44a9518600094273ac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6a38eaa5b68b0007a00e7a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2817d3d7573a00080f9175/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVSecretDealers.us" status="online",Pluto TV Secret Dealers (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8dc0af6784d10007d8ad42/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSensingMurder.us" status="online",Pluto TV Sensing Murder (720p) @@ -1440,25 +1440,25 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6081310e48d3200007a #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9bb941b95267e225e59c2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b22749b0-ca0e-4663-8bb3-d83febbbb89f&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56340779a738201b4ccfeac9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=725&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/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 +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677fa2ec536ce1d587eeb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVSpotlight.us" status="online",Pluto TV Spotlight (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ba3fb9c4b078e0f37ad34e8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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="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) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ba3fb9c4b078e0f37ad34e8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVStaffPicks.us" status="online",Pluto TV Staff Picks (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d863b98b41000076cd061/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5637d31f319573e26b64040b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5637d31f319573e26b64040b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=468&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d135e29a52c94dfe543c5d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5637d31f319573e26b64040b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d135e29a52c94dfe543c5d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVStorageWars.us" status="error",Pluto TV Storage Wars (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede464e7be0030007c58b73/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ede464e7be0030007c58b73&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5922d945-0586-11eb-a59f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVStorageWars.us" status="error",Pluto TV Storage Wars (720p) @@ -1501,10 +1501,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f9dc 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 (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTerror.us" status="online",Pluto TV Terror (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c6dc88fcd232425a6e0f06e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=76&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVTerror.us" status="online",Pluto TV Terror (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVThePriceisRight.us" status="online",Pluto TV The Price is Right (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7791b8372da90007fd45e6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTheSimpleLife.us" status="online",Pluto TV The Simple Life (720p) @@ -1517,14 +1517,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f982c342 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e82bb378601b80007b4bd78&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=925&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us" status="online",Pluto TV The Walking Dead ESP (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (684p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8a87cd38d000745d7cf/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="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e69e08291147bd04a9fd7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=74&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (684p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbfedccc563080009b60f4a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8a87cd38d000745d7cf/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="PlutoTVThrillers.us" status="error",Pluto TV Thrillers (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1efdbf90ba3e0009d99082/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1efdbf90ba3e0009d99082&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b790e11f-0586-11eb-9b92-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="error",Pluto TV Thrillers (720p) @@ -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] @@ -1567,7 +1567,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f28009b1 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dc7480e3550009133d4a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVVH1Classics.us" status="online",Pluto TV VH1 Classics (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6076cd1df8576d0007c82193/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVViajes.us" status="online",Pluto TV Viajes (720p) +#EXTINF:-1 tvg-id="PlutoTVViajes.us" status="timeout",Pluto TV Viajes (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfbdb7cf0e0009ae09ea/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVVictorious.de" status="online",Pluto TV Victorious (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5e43f294f8000793c3d7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -1582,17 +1582,17 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5877acecb16bb1e042 #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWesterns.us" status="online",Pluto TV Westerns (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8df4bc16e34700077e77d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8df4bc16e34700077e77d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=526&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVWesterns.us" status="online",Pluto TV Westerns (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4bdb635ce813b38639e6a3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWesterns.us" status="online",Pluto TV Westerns (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8df4bc16e34700077e77d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVWesterns.us" status="timeout",Pluto TV Westerns (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8df4bc16e34700077e77d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8df4bc16e34700077e77d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=526&terminate=false&userId= #EXTINF:-1 tvg-id="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,14 +1603,14 @@ 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) -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="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) -http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS01/master.m3u8 #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6176fd25e83a5f0007a464c9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fc31252d35decbc4080b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=873&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fc31252d35decbc4080b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) +http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS01/master.m3u8 +#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150921e2191900097c4c23/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel #EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae0a40e8ee0d000975e99b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=993&terminate=false&userId= #EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) @@ -1639,10 +1639,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6000a6f4c 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 (480p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5317bfebff98025b3200ff99/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="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) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5317bfebff98025b3200ff99/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="SlowTV.us" status="error",Pluto TV Slow TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d765a05f65029ce2385aa30/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="SmithsonianChannelSelects.us" status="online",Pluto TV Smithsonian Channel Selects (720p) @@ -1658,9 +1658,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd39f8 #EXTINF:-1 tvg-id="StingrayQello.ca" status="online",Pluto TV Qello Concerts (720p) https://siloh.pluto.tv/lilo/production/Qello/ES/master.m3u8 #EXTINF:-1 tvg-id="StoriesbyAMC.us" status="online",Pluto TV Stories by AMC (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="StoriesbyAMC.us" status="online",Pluto TV Stories by AMC (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8254118601b80007b4b7ae&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=135&terminate=false&userId= +#EXTINF:-1 tvg-id="StoriesbyAMC.us" status="online",Pluto TV Stories by AMC (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Survivor.us" status="online",Pluto TV Survivor (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e7b24744c60007c1f6fc/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f21e7b24744c60007c1f6fc&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=296&terminate=false&userId= #EXTINF:-1 tvg-id="Survivor.us" status="online",Pluto TV Survivor (720p) @@ -1696,9 +1696,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/591105034 #EXTINF:-1 tvg-id="TheBobRossChannel.us" status="online",Pluto TV The Bob Ross Channel (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f36d726234ce10007784f2a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheCarolBurnettShow.us" status="online",Pluto TV The Carol Burnett Show (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef396d1be50a3000722808b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ef396d1be50a3000722808b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=516&terminate=false&userId= -#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="TheCarolBurnettShow.us" status="online",Pluto TV The Carol Burnett Show (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef396d1be50a3000722808b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ef396d1be50a3000722808b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=516&terminate=false&userId= #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) @@ -1722,7 +1722,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e393d5c6 #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb1ad55268cae539bcedb08&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=637&terminate=false&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +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) @@ -1736,7 +1736,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd336 #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/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= +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e825550e758c700077b0aef/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e825550e758c700077b0aef&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=529&terminate=false&userId= #EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p) @@ -1756,9 +1756,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d695f7db53adf96b7 #EXTINF:-1 tvg-id="TodayAllDay.us" status="online",Pluto TV TODAY (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d695f7db53adf96b78e7ce3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TokuSHOUTsu.us" status="online",Pluto TV TokuSHOUTsu (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TokuSHOUTsu.us" status="online",Pluto TV TokuSHOUTsu (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c3f8f12a93c2d61b9990a4e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=848&terminate=false&userId= +#EXTINF:-1 tvg-id="TokuSHOUTsu.us" status="online",Pluto TV TokuSHOUTsu (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TopGearSpain.es" status="online",Top Gear (720p) 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) @@ -1767,12 +1767,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae084727c8af0009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae084727c8af0009fe40a4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d6792bd6be2998ad0ccce30&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ca4dc680-0715-11eb-aeab-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d0c16d686454ead733d08f8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=983&terminate=false&userId= +#EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d40bebc5e3d2750a2239d7e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=130&terminate=false&userId= #EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) @@ -1814,15 +1814,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d71561df6f2e6d0b6 #EXTINF:-1 tvg-id="VH1HipHopFamily.us" status="online",Pluto TV VH1 Hip Hop Family (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d71561df6f2e6d0b6493bf5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="VH1ILoveReality.us" status="online",Pluto TV VH1 I Love Reality (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7154fa8326b6ce4ec31f2e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="VH1ILoveReality.us" status="online",Pluto TV VH1 I Love Reality (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7154fa8326b6ce4ec31f2e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d7154fa8326b6ce4ec31f2e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=282&terminate=false&userId= +#EXTINF:-1 tvg-id="VH1ILoveReality.us" status="online",Pluto TV VH1 I Love Reality (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7154fa8326b6ce4ec31f2e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=589aa03df9ba56a84197a560&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=681&terminate=false&userId= #EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d1e9e738977e2c310925/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=589aa03df9ba56a84197a560&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=681&terminate=false&userId= #EXTINF:-1 tvg-id="WildNOut.us" status="online",Pluto TV Wild 'N Out (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48678d34ceb37d3c458a55/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="WildNOut.us" status="online",Pluto TV Wild 'N Out (720p) [Not 24/7] @@ -1839,14 +1839,16 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5616f9c0ada51f8004 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d796e738977e2c31094a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7aae738977e2c312132/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="YuGiOh.us" status="online",Pluto TV Yu-Gi-Oh (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4ec10ed9636f00089b8c89/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",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) @@ -1859,8 +1861,6 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0510962948d00096 http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf91f19c2c3300098ce961/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ddf91f19c2c3300098ce961&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=415&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV My5 Documentaries (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf901280e3550009139c86/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ddf901280e3550009139c86&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=475&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (England) (720p) [Not 24/7] -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea18cd42ee5410007e349dc/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ea18cd42ee5410007e349dc&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=200&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Classics+ (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5ec5500d4c70007341c7c/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8a1e60-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=de18fdd4-d30a-4263-8ecc-df902150744d #EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Catfish+ (720p) @@ -1871,38 +1871,34 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffebbeabd18520007b https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d35dfa5c02e717a234f86/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a4d35dfa5c02e717a234f86&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=651&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Insight+ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b73efd87eb3a2717ccde/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=d54bbd90-1c0f-11eb-8801-b9710ba01352&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=f10cd89a-c878-4a4d-8b3d-f5238f421aa0&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV Movies+ (CH) (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c8a6bc64dc7286c6afaf4ab/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5c8a6bc64dc7286c6afaf4ab&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=f747754f-ee3e-4968-9e8e-779da031bce9&terminate=false&userId= +#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5adf96e3e738977e2c31cb04&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=669&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central 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) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b1c126c65d0a307355f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767b1c126c65d0a307355f&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=302&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV HISTORY (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b1c126c65d0a307355f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d767b1c126c65d0a307355f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=52e8f9a9-0583-11eb-97af-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Catfish (Germany) (480p) +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 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 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 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 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) @@ -1933,8 +1929,8 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb336537e80007 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) @@ -1971,6 +1967,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dde47b63 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf91f19c2c3300098ce961/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Documentaries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf901280e3550009139c86/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Food (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf930548ff9b00090d5686/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e7b6c60fd20c50007910bf5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime Investigation (720p) @@ -1989,6 +1987,8 @@ 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) @@ -1997,6 +1997,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed4dbf 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) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32d4d9ec194100070c7449/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Filmes Aรงรฃo (720p) @@ -2013,12 +2015,16 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1213ba0 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12101f0b12f00007844c7c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Junior (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12141b146d760007934ea7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Sรฉries (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121262a189a800076b9386/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 (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 #EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Mistle YO! (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS08/master.m3u8 #EXTINF:-1 tvg-id="" status="online",Pluto TV Nick Ukraine (720p) @@ -2049,30 +2055,24 @@ 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 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 Food (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf930548ff9b00090d5686/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 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 Movies+ (CH) (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c8a6bc64dc7286c6afaf4ab/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5c8a6bc64dc7286c6afaf4ab&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=f747754f-ee3e-4968-9e8e-779da031bce9&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 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 Sรฉries (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121262a189a800076b9386/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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/stitch/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5adf96e3e738977e2c31cb04&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=669&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Catfish (Germany) (480p) -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 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 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 -#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 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 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 +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 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 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 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 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="timeout",Pluto TV Crime (England) (720p) [Not 24/7] +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea18cd42ee5410007e349dc/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ea18cd42ee5410007e349dc&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=200&terminate=false&userId= #EXTINF:-1 tvg-id="" status="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 19a79481f..81f2a110e 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="online",Tastemade France (1080p) +#EXTINF:-1 tvg-id="TastemadeFrance.fr" status="timeout",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 670371f2e..a74e5d0ef 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] diff --git a/streams/us_stirr.m3u b/streams/us_stirr.m3u index 9b72b58ed..da66d30eb 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 @@ -319,28 +319,30 @@ https://dai.google.com/linear/hls/event/gJpQRkqiS8SHzAbPlGNRQw/master.m3u8 https://dai.google.com/linear/hls/event/im0MqOKRTHy9nVa1sirQSg/master.m3u8 #EXTINF:-1 tvg-id="WeatherSpy.us" status="online",WeatherSpy (720p) https://dai.google.com/linear/hls/event/vZB78SsNSXWOR63VJrNC2Q/master.m3u8 +#EXTINF:-1 tvg-id="" status="online",STIRR The Bob Ross Channel (240p) +https://dai.google.com/linear/hls/event/3dbJrQmVT_-psb-KBYuKQA/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR HSN (720p) https://dai.google.com/linear/hls/event/akursTHNTo6qGf1TtlHNsw/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Outside TV (1080p) 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) https://dai.google.com/linear/hls/event/roEbn_l7Tzezwy22F1NSfA/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Whistle Sports (1080p) https://dai.google.com/linear/hls/event/Wu11mwhnTKGNhwZimEK6Jg/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",STIRR The Bob Ross Channel (240p) -https://dai.google.com/linear/hls/event/3dbJrQmVT_-psb-KBYuKQA/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) @@ -353,14 +355,8 @@ https://ott-linear-channels.stingray.com/hls/stirr/104.m3u8 https://ott-linear-channels.stingray.com/hls/stirr/133.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Stingray Today's Latin Pop (1080p) https://ott-linear-channels.stingray.com/hls/stirr/190.m3u8 -#EXTINF:-1 tvg-id="" status="online",Insight TV (1080p) -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 Space:1999 (768p) -https://dai.google.com/linear/hls/event/NeKNJHuzSeCiN_7Fcuo83Q/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] @@ -371,10 +367,10 @@ http://dai.google.com/linear/hls/event/rtcMlf4RTvOEkaudeany5w/master.m3u8 http://stadium.sinclair.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Wipeout Xtra (720p) https://dai.google.com/linear/hls/event/0DG8p66IRES7ZzEe1WJS-w/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",STIRR Stadium (720p) -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] @@ -421,22 +417,26 @@ https://dai.google.com/linear/hls/event/Xu-ITJ2GTNGaxGn893mmWg/master.m3u8 https://dai.google.com/linear/hls/event/YoBM0ae5Q62TPdrfFHS4RQ/master.m3u8 #EXTINF:-1 tvg-id="" status="online",CBSN Minnesota MN (720p) https://dai.google.com/linear/hls/event/zcWPVCfURNSPxeidcckQLA/master.m3u8 +#EXTINF:-1 tvg-id="" status="online",STIRR TV Mix (720p) +https://dai.google.com/linear/hls/event/ZP8ZMv95Q0Gm9EiyYOGHAA/master.m3u8 #EXTINF:-1 tvg-id="" status="online",RetroCrush TV (720p) https://digitalmediarights-retrocrush-1.sinclair.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Gravitas Movies (720p) 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",STIRR The Archive (720p) -https://dai.google.com/linear/hls/event/MdbYPXWRStmMq1DaQhsBUw/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",STIRR TV Mix (720p) -https://dai.google.com/linear/hls/event/ZP8ZMv95Q0Gm9EiyYOGHAA/master.m3u8 +#EXTINF:-1 tvg-id="" status="online",STIRR Space:1999 (768p) +https://dai.google.com/linear/hls/event/NeKNJHuzSeCiN_7Fcuo83Q/master.m3u8 +#EXTINF:-1 tvg-id="" status="online",Insight TV (1080p) +https://dai.google.com/linear/hls/event/KAfBFcVrQgKmHhpzvkEn9A/master.m3u8 +#EXTINF:-1 tvg-id="" status="online",STIRR Stadium (720p) +https://dai.google.com/linear/hls/event/0jRU1DBXSW6a_TFheLfAUQ/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 Classica (1080p) -https://dai.google.com/linear/hls/event/AaFxJXOhQl-BsTVC9OCunQ/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 The Archive (720p) +https://dai.google.com/linear/hls/event/MdbYPXWRStmMq1DaQhsBUw/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="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 cca9f514b..e813d7368 100644 --- a/streams/us_tubi.m3u +++ b/streams/us_tubi.m3u @@ -11,7 +11,7 @@ https://csm-e-eb.csm.tubi.video/csm/live/247083838.m3u8 https://lnc-fox-soul-scte.tubi.video/index.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="FoxWeather.us" status="online",Fox Weather (720p) +#EXTINF:-1 tvg-id="FoxWeather.us" status="timeout",Fox Weather (720p) https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Fox-Weather.m3u8 #EXTINF:-1 tvg-id="Localish.us" status="online",Localish (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Localish.m3u8 @@ -41,8 +41,6 @@ https://csm-e-eb.csm.tubi.video/csm/live/243017997.m3u8 https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-KOCO.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 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",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) @@ -79,22 +77,22 @@ 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) @@ -115,14 +113,16 @@ 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",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",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",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",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",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",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",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="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_wfmz.m3u b/streams/us_wfmz.m3u index ac50d5713..ef8562424 100644 --- a/streams/us_wfmz.m3u +++ b/streams/us_wfmz.m3u @@ -3,14 +3,14 @@ https://cdn.jaybirdtv.com/wfmz/5/live/master.m3u8 #EXTINF:-1 tvg-id="" status="online",WFMZ PennST camera https://cdn.jaybirdtv.com/wfmz/6/live/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",WFMZ Bird Camera -https://cdn.jaybirdtv.com/wfmz/13/live/master.m3u8 #EXTINF:-1 tvg-id="" status="online",WFMZ Traffic https://cdn.jaybirdtv.com/wfmz/channel/7/master.m3u8 #EXTINF:-1 tvg-id="" status="online",WFMZ PPL Tower Camera https://cdn.jaybirdtv.com/wfmz/channel/9/master.m3u8 #EXTINF:-1 tvg-id="" status="error",WFMZ Tower Camera https://cdn.jaybirdtv.com/wfmz/8/live/master.m3u8 +#EXTINF:-1 tvg-id="" status="error",WFMZ Bird Camera +https://cdn.jaybirdtv.com/wfmz/13/live/master.m3u8 #EXTINF:-1 tvg-id="" status="error",WFMZ-DT1 https://cdn.jaybirdtv.com/wfmz/channel/1/master.m3u8 #EXTINF:-1 tvg-id="" status="error",WFMZ-DT2 diff --git a/streams/us_xumo.m3u b/streams/us_xumo.m3u index 2cce65e13..c568138b0 100644 --- a/streams/us_xumo.m3u +++ b/streams/us_xumo.m3u @@ -11,7 +11,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuameba/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericanclassics/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",America's Test Kitchen (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericastestkitchen/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ArchitecturalDigest.us" status="timeout",Architectural Digest (720p) +#EXTINF:-1 tvg-id="ArchitecturalDigest.us" status="online",Architectural Digest (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxarchitecturaldigest/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ArchitecturalDigest.us" status="error",Architectural Digest (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokutraveler/CDN/playlist.m3u8 @@ -37,16 +37,16 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbonappetit/CDN/playlist.m3u 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="timeout",Chive TV (720p) +#EXTINF:-1 tvg-id="ChiveTV.us" status="online",Chive TV (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxchive/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="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-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="Circle.us" status="timeout",Circle (1080p) +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcircletv/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ComedyDynamics.us" status="online",Comedy Dynamics (1080p) https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo-host-comedydynamics/CDN/master.m3u8 #EXTINF:-1 tvg-id="Complex.us" status="online",Complex (720p) @@ -141,7 +141,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokugravitasmovies/CDN/playlist.m https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuhallmark/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="HardKnocks.ca" status="online",Hard Knocks (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxhardknocksfightingchampionship/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Hungry.us" status="online",Hungry (720p) +#EXTINF:-1 tvg-id="Hungry.us" status="timeout",Hungry (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxhungry/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="InsightTV.nl" status="timeout",Insight TV (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-insighttv/CDN/master.m3u8 @@ -179,7 +179,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunbcnewsnow/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/master.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) +#EXTINF:-1 tvg-id="NitroCircus.us" status="timeout",Nitro Circus (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxnitrocircus/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Nosey.us" status="online",Nosey (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redbox-nosey/CDN/playlist.m3u8 @@ -191,7 +191,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunowthis/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-nowthis/CDN/master.m3u8 #EXTINF:-1 tvg-id="OutdoorAmerica.us" status="online",Outdoor America (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxoutdooramerica/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="OutsideTV.us" status="timeout",Outside TV (1080p) +#EXTINF:-1 tvg-id="OutsideTV.us" status="online",Outside TV (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxoutsidetv/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="OutsideTVPlus.us" status="online",Outside TV Plus (1080p) https://outsidetvplus-xumo.amagi.tv/hls/amagi_hls_data_outsidetv-outsidetvplusxumo/CDN/master.m3u8 @@ -205,7 +205,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-peopleareawesome/CDN/playlist.m3u https://peopletvssai.akamaized.net/amagi_hls_data_peopletvA-peopletvxumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="PlayersTV.ca" status="online",Players TV (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-playerstv/CDN/master.m3u8 -#EXTINF:-1 tvg-id="PocketWatch.us" status="online",pocket.watch (1080p) +#EXTINF:-1 tvg-id="PocketWatch.us" status="timeout",pocket.watch (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxpocketwatch/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="PongaloNovelaclub.us" status="error",Pongalo Novelaclub (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunovelaclub/CDN/playlist.m3u8 @@ -215,7 +215,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-roku-rainbow-ruby/CDN/playlist.m3 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 -#EXTINF:-1 tvg-id="RedboxUnsolvedMysteries.us" status="online",FilmRise Forensic Files (XUMO) (432p) +#EXTINF:-1 tvg-id="RedboxUnsolvedMysteries.us" status="timeout",FilmRise Forensic Files (XUMO) (432p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxunsolvedmysteries/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Reelz.us" status="error",Reelz (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokureelzchannel/CDN/playlist.m3u8 @@ -240,9 +240,9 @@ https://shoutfactory-xumo.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="ShowtimeattheApollo.us" status="online",Showtime at the Apollo (432p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxshowtimeattheapollo/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="SoYummy.us" status="online",So Yummy! (1080p) -https://dai2.xumo.com/amagi_hls_data_xumo1212A-soyummy-xumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="SoYummy.us" status="timeout",So Yummy! (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxsoyummy/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="SoYummy.us" status="online",So Yummy! (1080p) +https://dai2.xumo.com/amagi_hls_data_xumo1212A-soyummy-xumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="SportsGrid.uk" status="online",SportsGrid (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumosportsgrid/CDN/master.m3u8 #EXTINF:-1 tvg-id="SportsGrid.uk" status="online",SportsGrid (1080p) @@ -311,11 +311,11 @@ https://hls.xumo.com/channel-hls/v1/bmneuerw7j9k5lfc/9999330/master.m3u8 https://tyt-xumo-us.amagi.tv/hls/amagi_hls_data_tytnetwor-tyt-xumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="TMZ.us" status="online",TMZ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtmz/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TMZ.us" status="online",TMZ (720p) +#EXTINF:-1 tvg-id="TMZ.us" status="timeout",TMZ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziotmz/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="TMZ.us" status="error",TMZ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1234A-tmz/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ToonGoggles.us" status="timeout",Toon Goggles (720p) [Not 24/7] https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtoongoggles/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="USAToday.us" status="online",USA Today (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxusatoday/CDN/playlist.m3u8 @@ -343,11 +343,11 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuvogue/CDN/playlist.m3u8 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 -#EXTINF:-1 tvg-id="WeatherSpy.us" status="online",WeatherSpy (720p) +#EXTINF:-1 tvg-id="WeatherSpy.us" status="timeout",WeatherSpy (720p) 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="online",Wired (720p) +#EXTINF:-1 tvg-id="Wired.us" status="timeout",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/va.m3u b/streams/va.m3u index 05daad1fc..489aef0f9 100644 --- a/streams/va.m3u +++ b/streams/va.m3u @@ -1,5 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="TV2000.va" status="online",TV2000 (360p) [Not 24/7] http://cld01ibi16.wz.tv2000.it/tv2000_alfa.m3u8 -#EXTINF:-1 tvg-id="TV2000.va" status="error",TV2000 (360p) [Not 24/7] +#EXTINF:-1 tvg-id="TV2000.va" status="online",TV2000 (360p) [Not 24/7] http://mi1.wz.tv2000.it/tv2000_alfa.m3u8 diff --git a/streams/ve.m3u b/streams/ve.m3u index dfcd50928..14fe01104 100644 --- a/streams/ve.m3u +++ b/streams/ve.m3u @@ -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="error",Radio Caracas Radio 750 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioCaracasRadio.ve" status="online",Radio Caracas Radio 750 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5AA3XP4_pXIELctSsH_L7w/live #EXTINF:-1 tvg-id="Telesur.ve" status="online",teleSUR (1080p) https://github.com/LaneSh4d0w/IPTV_Exception/raw/master/channels/ve/telesur.m3u8 diff --git a/streams/vn.m3u b/streams/vn.m3u index 453f43f78..616bd9330 100644 --- a/streams/vn.m3u +++ b/streams/vn.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="BRT.vn" status="online",BRT (360p) +#EXTINF:-1 tvg-id="BRT.vn" status="timeout",BRT (360p) http://113.163.216.23:1935/live/tv2.stream_480p/playlist.m3u8 #EXTINF:-1 tvg-id="CaMauTV.vn" status="blocked",Cร  Mau TV (720p) [Geo-blocked] http://tv.ctvcamau.vn/live/tv/tv.m3u8 @@ -21,13 +21,13 @@ http://113.161.229.13/hls-live/livepkgr/_definst_/liveevent/tv.m3u8 https://livefta.malimarcdn.com/ftaedge00/laochampa1.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="LaoChampaTV3.la" status="error",Lao Champa TV 3 (720p) [Not 24/7] https://livefta.malimarcdn.com/ftaedge00/laochampa3.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="LaoHeritageOrganization.la" status="error",Lao Heritage Foundation TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LaoHeritageOrganization.la" status="online",Lao Heritage Foundation TV (720p) [Not 24/7] https://livefta.malimarcdn.com/ftaedge00/laoheritagetv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="LaoNetTV.la" status="online",Lao Net TV (720p) https://livefta.malimarcdn.com/ftaedge00/laonet.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="LaoSVTV.vn" status="online",Lao SV TV (480p) https://livefta.malimarcdn.com/ftaedge00/laosvtv.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="OyLaoTV.vn" status="error",Oy Lao TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="OyLaoTV.vn" status="online",Oy Lao TV (720p) [Not 24/7] https://livefta.malimarcdn.com/ftaedge00/oylaotv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="PhuYenTV.vn" status="error",PTP Phรบ Yรชn (432p) [Not 24/7] http://113.161.4.48:8080/phuyen/tv.m3u8 @@ -59,14 +59,16 @@ https://vips-livecdn.fptplay.net/hda2/vtv8hd_vhls.smil/chunklist_b5000000.m3u8 https://vips-livecdn.fptplay.net/hda2/vtv9_vhls.smil/chunklist_b5000000.m3u8 #EXTINF:-1 tvg-id="" status="online",VTV7 (1080p) [Geo-blocked] [Not 24/7] https://vips-livecdn.fptplay.net/hda3/vtv7hd_vhls.smil/chunklist_b5000000.m3u8 +#EXTINF:-1 tvg-id="" status="online",Ning TV (720p) +https://livefta.malimarcdn.com/ftaedge00/ningtv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Quแป‘c Hแป™i (720p) 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] @@ -85,5 +87,3 @@ http://113.163.94.245/hls-live/livepkgr/_definst_/liveevent/thbt.m3u8 https://livefta.malimarcdn.com/ftaedge00/ddtvlao.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Look Thoong TV (720p) [Not 24/7] https://livefta.malimarcdn.com/ftaedge00/lookthoongtv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Ning TV (720p) -https://livefta.malimarcdn.com/ftaedge00/ningtv.sdp/playlist.m3u8