diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 1a29e3a44..4ed5160ca 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -18,9 +18,26 @@ jobs: with: name: channels path: channels/ - format: + filter: runs-on: ubuntu-latest needs: remove-duplicates + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Download Artifacts + uses: actions/download-artifact@v2 + - name: Install Dependencies + run: npm install + - name: Filter Playlists + run: node scripts/filter.js + - name: Upload Artifact + uses: actions/upload-artifact@v2 + with: + name: channels + path: channels/ + format: + runs-on: ubuntu-latest + needs: filter steps: - name: Checkout uses: actions/checkout@v2 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fff605106..3933d33a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -171,7 +171,8 @@ http://example.com/stream.m3u8 - `categories.json`: list of supported categories. - `clean.js`: used in GitHub Action to check all links and remove broken ones. - `db.js`: contains functions for retrieving and managing the channel list. - - `format.js`: used within GitHub Action to sort channels and remove duplicates from each playlist. + - `filter.js`: used within GitHub Action to remove blacklisted channels from playlists. + - `format.js`: used within GitHub Action to format channel descriptions and sort playlists. - `generate.js`: used within GitHub Action to generate all additional playlists. - `parser.js`: contains functions for parsing playlists. - `regions.json`: list of supported region codes. diff --git a/README.md b/README.md index c003fe622..a4668cae4 100644 --- a/README.md +++ b/README.md @@ -35,35 +35,35 @@ Or select one of the playlists from the list below. Auto21https://iptv-org.github.io/iptv/categories/auto.m3u - Animation14https://iptv-org.github.io/iptv/categories/animation.m3u - Business59https://iptv-org.github.io/iptv/categories/business.m3u - Classic59https://iptv-org.github.io/iptv/categories/classic.m3u - Comedy42https://iptv-org.github.io/iptv/categories/comedy.m3u - Cooking29https://iptv-org.github.io/iptv/categories/cooking.m3u - Culture3https://iptv-org.github.io/iptv/categories/culture.m3u - Documentary50https://iptv-org.github.io/iptv/categories/documentary.m3u - Education21https://iptv-org.github.io/iptv/categories/education.m3u - Entertainment153https://iptv-org.github.io/iptv/categories/entertainment.m3u - Family16https://iptv-org.github.io/iptv/categories/family.m3u - General234https://iptv-org.github.io/iptv/categories/general.m3u - Kids134https://iptv-org.github.io/iptv/categories/kids.m3u - Legislative59https://iptv-org.github.io/iptv/categories/legislative.m3u - Lifestyle47https://iptv-org.github.io/iptv/categories/lifestyle.m3u - Local410https://iptv-org.github.io/iptv/categories/local.m3u - Movies149https://iptv-org.github.io/iptv/categories/movies.m3u - Music337https://iptv-org.github.io/iptv/categories/music.m3u - News381https://iptv-org.github.io/iptv/categories/news.m3u - Outdoor46https://iptv-org.github.io/iptv/categories/outdoor.m3u + Animation17https://iptv-org.github.io/iptv/categories/animation.m3u + Business80https://iptv-org.github.io/iptv/categories/business.m3u + Classic85https://iptv-org.github.io/iptv/categories/classic.m3u + Comedy101https://iptv-org.github.io/iptv/categories/comedy.m3u + Cooking48https://iptv-org.github.io/iptv/categories/cooking.m3u + Culture8https://iptv-org.github.io/iptv/categories/culture.m3u + Documentary66https://iptv-org.github.io/iptv/categories/documentary.m3u + Education22https://iptv-org.github.io/iptv/categories/education.m3u + Entertainment187https://iptv-org.github.io/iptv/categories/entertainment.m3u + Family38https://iptv-org.github.io/iptv/categories/family.m3u + General255https://iptv-org.github.io/iptv/categories/general.m3u + Kids174https://iptv-org.github.io/iptv/categories/kids.m3u + Legislative60https://iptv-org.github.io/iptv/categories/legislative.m3u + Lifestyle74https://iptv-org.github.io/iptv/categories/lifestyle.m3u + Local473https://iptv-org.github.io/iptv/categories/local.m3u + Movies277https://iptv-org.github.io/iptv/categories/movies.m3u + Music378https://iptv-org.github.io/iptv/categories/music.m3u + News530https://iptv-org.github.io/iptv/categories/news.m3u + Outdoor52https://iptv-org.github.io/iptv/categories/outdoor.m3u Relax15https://iptv-org.github.io/iptv/categories/relax.m3u - Religious224https://iptv-org.github.io/iptv/categories/religious.m3u - Series55https://iptv-org.github.io/iptv/categories/series.m3u - Science10https://iptv-org.github.io/iptv/categories/science.m3u - Shop46https://iptv-org.github.io/iptv/categories/shop.m3u - Sports222https://iptv-org.github.io/iptv/categories/sports.m3u - Travel21https://iptv-org.github.io/iptv/categories/travel.m3u - Weather10https://iptv-org.github.io/iptv/categories/weather.m3u - XXX79https://iptv-org.github.io/iptv/categories/xxx.m3u - Other6788https://iptv-org.github.io/iptv/categories/other.m3u + Religious231https://iptv-org.github.io/iptv/categories/religious.m3u + Series139https://iptv-org.github.io/iptv/categories/series.m3u + Science18https://iptv-org.github.io/iptv/categories/science.m3u + Shop52https://iptv-org.github.io/iptv/categories/shop.m3u + Sports268https://iptv-org.github.io/iptv/categories/sports.m3u + Travel31https://iptv-org.github.io/iptv/categories/travel.m3u + Weather12https://iptv-org.github.io/iptv/categories/weather.m3u + XXX80https://iptv-org.github.io/iptv/categories/xxx.m3u + Other5913https://iptv-org.github.io/iptv/categories/other.m3u @@ -84,7 +84,7 @@ Or select one of the playlists from the list below. Akan2https://iptv-org.github.io/iptv/languages/aka.m3u Albanian17https://iptv-org.github.io/iptv/languages/sqi.m3u Amharic1https://iptv-org.github.io/iptv/languages/amh.m3u - Arabic375https://iptv-org.github.io/iptv/languages/ara.m3u + Arabic389https://iptv-org.github.io/iptv/languages/ara.m3u Armenian32https://iptv-org.github.io/iptv/languages/hye.m3u Assyrian Neo-Aramaic1https://iptv-org.github.io/iptv/languages/aii.m3u Azerbaijani9https://iptv-org.github.io/iptv/languages/aze.m3u @@ -99,22 +99,22 @@ Or select one of the playlists from the list below. Czech22https://iptv-org.github.io/iptv/languages/ces.m3u Danish4https://iptv-org.github.io/iptv/languages/dan.m3u Dutch60https://iptv-org.github.io/iptv/languages/nld.m3u - English1928https://iptv-org.github.io/iptv/languages/eng.m3u + English1939https://iptv-org.github.io/iptv/languages/eng.m3u Estonian3https://iptv-org.github.io/iptv/languages/est.m3u Faroese1https://iptv-org.github.io/iptv/languages/fao.m3u Finnish1https://iptv-org.github.io/iptv/languages/fin.m3u - French155https://iptv-org.github.io/iptv/languages/fra.m3u + French157https://iptv-org.github.io/iptv/languages/fra.m3u Galician9https://iptv-org.github.io/iptv/languages/glg.m3u Georgian8https://iptv-org.github.io/iptv/languages/kat.m3u German211https://iptv-org.github.io/iptv/languages/deu.m3u Hebrew12https://iptv-org.github.io/iptv/languages/heb.m3u - Hindi106https://iptv-org.github.io/iptv/languages/hin.m3u + Hindi98https://iptv-org.github.io/iptv/languages/hin.m3u Hungarian14https://iptv-org.github.io/iptv/languages/hun.m3u Icelandic1https://iptv-org.github.io/iptv/languages/isl.m3u - Indonesian83https://iptv-org.github.io/iptv/languages/ind.m3u + Indonesian85https://iptv-org.github.io/iptv/languages/ind.m3u Inuktitut1https://iptv-org.github.io/iptv/languages/iku.m3u Italian145https://iptv-org.github.io/iptv/languages/ita.m3u - Japanese35https://iptv-org.github.io/iptv/languages/jpn.m3u + Japanese37https://iptv-org.github.io/iptv/languages/jpn.m3u Javanese4https://iptv-org.github.io/iptv/languages/jav.m3u Kannada6https://iptv-org.github.io/iptv/languages/kan.m3u Kazakh13https://iptv-org.github.io/iptv/languages/kaz.m3u @@ -138,7 +138,7 @@ Or select one of the playlists from the list below. Montenegrin1https://iptv-org.github.io/iptv/languages/cnr.m3u Nepali (macrolanguage)1https://iptv-org.github.io/iptv/languages/nep.m3u Norwegian Bokmรฅl7https://iptv-org.github.io/iptv/languages/nob.m3u - Panjabi3https://iptv-org.github.io/iptv/languages/pan.m3u + Panjabi4https://iptv-org.github.io/iptv/languages/pan.m3u Pashto8https://iptv-org.github.io/iptv/languages/pus.m3u Persian132https://iptv-org.github.io/iptv/languages/fas.m3u Polish57https://iptv-org.github.io/iptv/languages/pol.m3u @@ -150,13 +150,13 @@ Or select one of the playlists from the list below. Slovak26https://iptv-org.github.io/iptv/languages/slk.m3u Slovenian6https://iptv-org.github.io/iptv/languages/slv.m3u Somali6https://iptv-org.github.io/iptv/languages/som.m3u - Spanish564https://iptv-org.github.io/iptv/languages/spa.m3u + Spanish567https://iptv-org.github.io/iptv/languages/spa.m3u Sundanese1https://iptv-org.github.io/iptv/languages/sun.m3u Swedish12https://iptv-org.github.io/iptv/languages/swe.m3u Tagalog6https://iptv-org.github.io/iptv/languages/tgl.m3u Tamil18https://iptv-org.github.io/iptv/languages/tam.m3u Telugu3https://iptv-org.github.io/iptv/languages/tel.m3u - Thai34https://iptv-org.github.io/iptv/languages/tha.m3u + Thai35https://iptv-org.github.io/iptv/languages/tha.m3u Turkish72https://iptv-org.github.io/iptv/languages/tur.m3u Turkmen9https://iptv-org.github.io/iptv/languages/tuk.m3u Ukrainian75https://iptv-org.github.io/iptv/languages/ukr.m3u @@ -165,7 +165,7 @@ Or select one of the playlists from the list below. Vietnamese51https://iptv-org.github.io/iptv/languages/vie.m3u Western Frisian1https://iptv-org.github.io/iptv/languages/fry.m3u Yue Chinese10https://iptv-org.github.io/iptv/languages/yue.m3u - Undefined3928https://iptv-org.github.io/iptv/languages/undefined.m3u + Undefined3873https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -183,9 +183,9 @@ Or select one of the playlists from the list below. CountryChannelsPlaylist - ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan27https://iptv-org.github.io/iptv/countries/af.m3u + ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan28https://iptv-org.github.io/iptv/countries/af.m3u ๐Ÿ‡ฆ๐Ÿ‡ฑ Albania25https://iptv-org.github.io/iptv/countries/al.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฟ Algeria69https://iptv-org.github.io/iptv/countries/dz.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฟ Algeria70https://iptv-org.github.io/iptv/countries/dz.m3u ๐Ÿ‡ฆ๐Ÿ‡ธ American Samoa4https://iptv-org.github.io/iptv/countries/as.m3u ๐Ÿ‡ฆ๐Ÿ‡ฉ Andorra13https://iptv-org.github.io/iptv/countries/ad.m3u ๐Ÿ‡ฆ๐Ÿ‡ด Angola3https://iptv-org.github.io/iptv/countries/ao.m3u @@ -198,15 +198,15 @@ Or select one of the playlists from the list below. ๐Ÿ‡ฆ๐Ÿ‡น Austria44https://iptv-org.github.io/iptv/countries/at.m3u ๐Ÿ‡ฆ๐Ÿ‡ฟ Azerbaijan21https://iptv-org.github.io/iptv/countries/az.m3u ๐Ÿ‡ง๐Ÿ‡ธ Bahamas4https://iptv-org.github.io/iptv/countries/bs.m3u - ๐Ÿ‡ง๐Ÿ‡ญ Bahrain49https://iptv-org.github.io/iptv/countries/bh.m3u - ๐Ÿ‡ง๐Ÿ‡ฉ Bangladesh13https://iptv-org.github.io/iptv/countries/bd.m3u + ๐Ÿ‡ง๐Ÿ‡ญ Bahrain50https://iptv-org.github.io/iptv/countries/bh.m3u + ๐Ÿ‡ง๐Ÿ‡ฉ Bangladesh14https://iptv-org.github.io/iptv/countries/bd.m3u ๐Ÿ‡ง๐Ÿ‡ง Barbados3https://iptv-org.github.io/iptv/countries/bb.m3u ๐Ÿ‡ง๐Ÿ‡พ Belarus19https://iptv-org.github.io/iptv/countries/by.m3u ๐Ÿ‡ง๐Ÿ‡ช Belgium41https://iptv-org.github.io/iptv/countries/be.m3u ๐Ÿ‡ง๐Ÿ‡ฟ Belize2https://iptv-org.github.io/iptv/countries/bz.m3u ๐Ÿ‡ง๐Ÿ‡ฏ Benin1https://iptv-org.github.io/iptv/countries/bj.m3u ๐Ÿ‡ง๐Ÿ‡ฒ Bermuda2https://iptv-org.github.io/iptv/countries/bm.m3u - ๐Ÿ‡ง๐Ÿ‡น Bhutan7https://iptv-org.github.io/iptv/countries/bt.m3u + ๐Ÿ‡ง๐Ÿ‡น Bhutan8https://iptv-org.github.io/iptv/countries/bt.m3u ๐Ÿ‡ง๐Ÿ‡ด Bolivia20https://iptv-org.github.io/iptv/countries/bo.m3u ๐Ÿ‡ง๐Ÿ‡ฆ Bosnia15https://iptv-org.github.io/iptv/countries/ba.m3u ๐Ÿ‡ง๐Ÿ‡ผ Botswana1https://iptv-org.github.io/iptv/countries/bw.m3u @@ -226,7 +226,7 @@ Or select one of the playlists from the list below. ๐Ÿ‡จ๐Ÿ‡ฑ Chile77https://iptv-org.github.io/iptv/countries/cl.m3u ๐Ÿ‡จ๐Ÿ‡ณ China806https://iptv-org.github.io/iptv/countries/cn.m3u ๐Ÿ‡จ๐Ÿ‡ด Colombia41https://iptv-org.github.io/iptv/countries/co.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฒ Comoros40https://iptv-org.github.io/iptv/countries/km.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฒ Comoros41https://iptv-org.github.io/iptv/countries/km.m3u ๐Ÿ‡จ๐Ÿ‡ฌ Congo - Brazzaville8https://iptv-org.github.io/iptv/countries/cg.m3u ๐Ÿ‡จ๐Ÿ‡ฉ Congo - Kinshasa6https://iptv-org.github.io/iptv/countries/cd.m3u ๐Ÿ‡จ๐Ÿ‡ฐ Cook Islands4https://iptv-org.github.io/iptv/countries/ck.m3u @@ -239,11 +239,11 @@ Or select one of the playlists from the list below. ๐Ÿ‡จ๐Ÿ‡ฟ Czechia48https://iptv-org.github.io/iptv/countries/cz.m3u ๐Ÿ‡จ๐Ÿ‡ฎ Cรดte dโ€™Ivoire2https://iptv-org.github.io/iptv/countries/ci.m3u ๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark18https://iptv-org.github.io/iptv/countries/dk.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฏ Djibouti42https://iptv-org.github.io/iptv/countries/dj.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฏ Djibouti43https://iptv-org.github.io/iptv/countries/dj.m3u ๐Ÿ‡ฉ๐Ÿ‡ฒ Dominica2https://iptv-org.github.io/iptv/countries/dm.m3u ๐Ÿ‡ฉ๐Ÿ‡ด Dominican Republic96https://iptv-org.github.io/iptv/countries/do.m3u ๐Ÿ‡ช๐Ÿ‡จ Ecuador14https://iptv-org.github.io/iptv/countries/ec.m3u - ๐Ÿ‡ช๐Ÿ‡ฌ Egypt83https://iptv-org.github.io/iptv/countries/eg.m3u + ๐Ÿ‡ช๐Ÿ‡ฌ Egypt84https://iptv-org.github.io/iptv/countries/eg.m3u ๐Ÿ‡ธ๐Ÿ‡ป El Salvador24https://iptv-org.github.io/iptv/countries/sv.m3u ๐Ÿ‡ฌ๐Ÿ‡ถ Equatorial Guinea5https://iptv-org.github.io/iptv/countries/gq.m3u ๐Ÿ‡ช๐Ÿ‡ท Eritrea1https://iptv-org.github.io/iptv/countries/er.m3u @@ -253,7 +253,7 @@ Or select one of the playlists from the list below. ๐Ÿ‡ซ๐Ÿ‡ด Faroe Islands2https://iptv-org.github.io/iptv/countries/fo.m3u ๐Ÿ‡ซ๐Ÿ‡ฏ Fiji6https://iptv-org.github.io/iptv/countries/fj.m3u ๐Ÿ‡ซ๐Ÿ‡ฎ Finland12https://iptv-org.github.io/iptv/countries/fi.m3u - ๐Ÿ‡ซ๐Ÿ‡ท France222https://iptv-org.github.io/iptv/countries/fr.m3u + ๐Ÿ‡ซ๐Ÿ‡ท France201https://iptv-org.github.io/iptv/countries/fr.m3u ๐Ÿ‡ฌ๐Ÿ‡ซ French Guiana10https://iptv-org.github.io/iptv/countries/gf.m3u ๐Ÿ‡ต๐Ÿ‡ซ French Polynesia4https://iptv-org.github.io/iptv/countries/pf.m3u ๐Ÿ‡น๐Ÿ‡ซ French Southern Territories1https://iptv-org.github.io/iptv/countries/tf.m3u @@ -275,29 +275,29 @@ Or select one of the playlists from the list below. ๐Ÿ‡ญ๐Ÿ‡ฐ Hong Kong29https://iptv-org.github.io/iptv/countries/hk.m3u ๐Ÿ‡ญ๐Ÿ‡บ Hungary41https://iptv-org.github.io/iptv/countries/hu.m3u ๐Ÿ‡ฎ๐Ÿ‡ธ Iceland11https://iptv-org.github.io/iptv/countries/is.m3u - ๐Ÿ‡ฎ๐Ÿ‡ณ India269https://iptv-org.github.io/iptv/countries/in.m3u + ๐Ÿ‡ฎ๐Ÿ‡ณ India284https://iptv-org.github.io/iptv/countries/in.m3u ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia95https://iptv-org.github.io/iptv/countries/id.m3u - ๐ŸŒ International38https://iptv-org.github.io/iptv/countries/int.m3u - ๐Ÿ‡ฎ๐Ÿ‡ท Iran148https://iptv-org.github.io/iptv/countries/ir.m3u - ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq92https://iptv-org.github.io/iptv/countries/iq.m3u + ๐ŸŒ International37https://iptv-org.github.io/iptv/countries/int.m3u + ๐Ÿ‡ฎ๐Ÿ‡ท Iran147https://iptv-org.github.io/iptv/countries/ir.m3u + ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq93https://iptv-org.github.io/iptv/countries/iq.m3u ๐Ÿ‡ฎ๐Ÿ‡ช Ireland25https://iptv-org.github.io/iptv/countries/ie.m3u ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel24https://iptv-org.github.io/iptv/countries/il.m3u ๐Ÿ‡ฎ๐Ÿ‡น Italy344https://iptv-org.github.io/iptv/countries/it.m3u ๐Ÿ‡ฏ๐Ÿ‡ฒ Jamaica3https://iptv-org.github.io/iptv/countries/jm.m3u ๐Ÿ‡ฏ๐Ÿ‡ต Japan62https://iptv-org.github.io/iptv/countries/jp.m3u - ๐Ÿ‡ฏ๐Ÿ‡ด Jordan54https://iptv-org.github.io/iptv/countries/jo.m3u + ๐Ÿ‡ฏ๐Ÿ‡ด Jordan55https://iptv-org.github.io/iptv/countries/jo.m3u ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakhstan32https://iptv-org.github.io/iptv/countries/kz.m3u ๐Ÿ‡ฐ๐Ÿ‡ช Kenya15https://iptv-org.github.io/iptv/countries/ke.m3u ๐Ÿ‡ฐ๐Ÿ‡ฎ Kiribati4https://iptv-org.github.io/iptv/countries/ki.m3u ๐Ÿ‡ฝ๐Ÿ‡ฐ Kosovo14https://iptv-org.github.io/iptv/countries/xk.m3u - ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait70https://iptv-org.github.io/iptv/countries/kw.m3u + ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait71https://iptv-org.github.io/iptv/countries/kw.m3u ๐Ÿ‡ฐ๐Ÿ‡ฌ Kyrgyzstan3https://iptv-org.github.io/iptv/countries/kg.m3u ๐Ÿ‡ฑ๐Ÿ‡ฆ Laos7https://iptv-org.github.io/iptv/countries/la.m3u ๐Ÿ‡ฑ๐Ÿ‡ป Latvia12https://iptv-org.github.io/iptv/countries/lv.m3u - ๐Ÿ‡ฑ๐Ÿ‡ง Lebanon66https://iptv-org.github.io/iptv/countries/lb.m3u + ๐Ÿ‡ฑ๐Ÿ‡ง Lebanon67https://iptv-org.github.io/iptv/countries/lb.m3u ๐Ÿ‡ฑ๐Ÿ‡ธ Lesotho1https://iptv-org.github.io/iptv/countries/ls.m3u ๐Ÿ‡ฑ๐Ÿ‡ท Liberia1https://iptv-org.github.io/iptv/countries/lr.m3u - ๐Ÿ‡ฑ๐Ÿ‡พ Libya48https://iptv-org.github.io/iptv/countries/ly.m3u + ๐Ÿ‡ฑ๐Ÿ‡พ Libya49https://iptv-org.github.io/iptv/countries/ly.m3u ๐Ÿ‡ฑ๐Ÿ‡ฎ Liechtenstein11https://iptv-org.github.io/iptv/countries/li.m3u ๐Ÿ‡ฑ๐Ÿ‡น Lithuania10https://iptv-org.github.io/iptv/countries/lt.m3u ๐Ÿ‡ฑ๐Ÿ‡บ Luxembourg26https://iptv-org.github.io/iptv/countries/lu.m3u @@ -305,12 +305,12 @@ Or select one of the playlists from the list below. ๐Ÿ‡ฒ๐Ÿ‡ฌ Madagascar1https://iptv-org.github.io/iptv/countries/mg.m3u ๐Ÿ‡ฒ๐Ÿ‡ผ Malawi1https://iptv-org.github.io/iptv/countries/mw.m3u ๐Ÿ‡ฒ๐Ÿ‡พ Malaysia43https://iptv-org.github.io/iptv/countries/my.m3u - ๐Ÿ‡ฒ๐Ÿ‡ป Maldives8https://iptv-org.github.io/iptv/countries/mv.m3u + ๐Ÿ‡ฒ๐Ÿ‡ป Maldives9https://iptv-org.github.io/iptv/countries/mv.m3u ๐Ÿ‡ฒ๐Ÿ‡ฑ Mali1https://iptv-org.github.io/iptv/countries/ml.m3u ๐Ÿ‡ฒ๐Ÿ‡น Malta8https://iptv-org.github.io/iptv/countries/mt.m3u ๐Ÿ‡ฒ๐Ÿ‡ญ Marshall Islands4https://iptv-org.github.io/iptv/countries/mh.m3u ๐Ÿ‡ฒ๐Ÿ‡ถ Martinique12https://iptv-org.github.io/iptv/countries/mq.m3u - ๐Ÿ‡ฒ๐Ÿ‡ท Mauritania40https://iptv-org.github.io/iptv/countries/mr.m3u + ๐Ÿ‡ฒ๐Ÿ‡ท Mauritania41https://iptv-org.github.io/iptv/countries/mr.m3u ๐Ÿ‡ฒ๐Ÿ‡บ Mauritius2https://iptv-org.github.io/iptv/countries/mu.m3u ๐Ÿ‡พ๐Ÿ‡น Mayotte1https://iptv-org.github.io/iptv/countries/yt.m3u ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico72https://iptv-org.github.io/iptv/countries/mx.m3u @@ -320,12 +320,12 @@ Or select one of the playlists from the list below. ๐Ÿ‡ฒ๐Ÿ‡ณ Mongolia6https://iptv-org.github.io/iptv/countries/mn.m3u ๐Ÿ‡ฒ๐Ÿ‡ช Montenegro10https://iptv-org.github.io/iptv/countries/me.m3u ๐Ÿ‡ฒ๐Ÿ‡ธ Montserrat2https://iptv-org.github.io/iptv/countries/ms.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฆ Morocco64https://iptv-org.github.io/iptv/countries/ma.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฆ Morocco65https://iptv-org.github.io/iptv/countries/ma.m3u ๐Ÿ‡ฒ๐Ÿ‡ฟ Mozambique7https://iptv-org.github.io/iptv/countries/mz.m3u ๐Ÿ‡ฒ๐Ÿ‡ฒ Myanmar5https://iptv-org.github.io/iptv/countries/mm.m3u ๐Ÿ‡ณ๐Ÿ‡ฆ Namibia1https://iptv-org.github.io/iptv/countries/na.m3u ๐Ÿ‡ณ๐Ÿ‡ท Nauru4https://iptv-org.github.io/iptv/countries/nr.m3u - ๐Ÿ‡ณ๐Ÿ‡ต Nepal8https://iptv-org.github.io/iptv/countries/np.m3u + ๐Ÿ‡ณ๐Ÿ‡ต Nepal9https://iptv-org.github.io/iptv/countries/np.m3u ๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands134https://iptv-org.github.io/iptv/countries/nl.m3u ๐Ÿ‡ณ๐Ÿ‡จ New Caledonia4https://iptv-org.github.io/iptv/countries/nc.m3u ๐Ÿ‡ณ๐Ÿ‡ฟ New Zealand23https://iptv-org.github.io/iptv/countries/nz.m3u @@ -338,11 +338,11 @@ Or select one of the playlists from the list below. ๐Ÿ‡ฒ๐Ÿ‡ฐ North Macedonia12https://iptv-org.github.io/iptv/countries/mk.m3u ๐Ÿ‡ฒ๐Ÿ‡ต Northern Mariana Islands4https://iptv-org.github.io/iptv/countries/mp.m3u ๐Ÿ‡ณ๐Ÿ‡ด Norway25https://iptv-org.github.io/iptv/countries/no.m3u - ๐Ÿ‡ด๐Ÿ‡ฒ Oman52https://iptv-org.github.io/iptv/countries/om.m3u - ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan29https://iptv-org.github.io/iptv/countries/pk.m3u + ๐Ÿ‡ด๐Ÿ‡ฒ Oman53https://iptv-org.github.io/iptv/countries/om.m3u + ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan30https://iptv-org.github.io/iptv/countries/pk.m3u ๐Ÿ‡ต๐Ÿ‡ผ Palau4https://iptv-org.github.io/iptv/countries/pw.m3u - ๐Ÿ‡ต๐Ÿ‡ธ Palestine62https://iptv-org.github.io/iptv/countries/ps.m3u - ๐Ÿ‡ต๐Ÿ‡ฆ Panama19https://iptv-org.github.io/iptv/countries/pa.m3u + ๐Ÿ‡ต๐Ÿ‡ธ Palestine66https://iptv-org.github.io/iptv/countries/ps.m3u + ๐Ÿ‡ต๐Ÿ‡ฆ Panama21https://iptv-org.github.io/iptv/countries/pa.m3u ๐Ÿ‡ต๐Ÿ‡ฌ Papua New Guinea4https://iptv-org.github.io/iptv/countries/pg.m3u ๐Ÿ‡ต๐Ÿ‡พ Paraguay21https://iptv-org.github.io/iptv/countries/py.m3u ๐Ÿ‡ต๐Ÿ‡ช Peru81https://iptv-org.github.io/iptv/countries/pe.m3u @@ -351,14 +351,14 @@ Or select one of the playlists from the list below. ๐Ÿ‡ต๐Ÿ‡ฑ Poland78https://iptv-org.github.io/iptv/countries/pl.m3u ๐Ÿ‡ต๐Ÿ‡น Portugal49https://iptv-org.github.io/iptv/countries/pt.m3u ๐Ÿ‡ต๐Ÿ‡ท Puerto Rico22https://iptv-org.github.io/iptv/countries/pr.m3u - ๐Ÿ‡ถ๐Ÿ‡ฆ Qatar58https://iptv-org.github.io/iptv/countries/qa.m3u + ๐Ÿ‡ถ๐Ÿ‡ฆ Qatar59https://iptv-org.github.io/iptv/countries/qa.m3u ๐Ÿ‡ท๐Ÿ‡ด Romania89https://iptv-org.github.io/iptv/countries/ro.m3u ๐Ÿ‡ท๐Ÿ‡บ Russia467https://iptv-org.github.io/iptv/countries/ru.m3u ๐Ÿ‡ท๐Ÿ‡ผ Rwanda5https://iptv-org.github.io/iptv/countries/rw.m3u ๐Ÿ‡ท๐Ÿ‡ช Rรฉunion1https://iptv-org.github.io/iptv/countries/re.m3u ๐Ÿ‡ผ๐Ÿ‡ธ Samoa4https://iptv-org.github.io/iptv/countries/ws.m3u ๐Ÿ‡ธ๐Ÿ‡ฒ San Marino7https://iptv-org.github.io/iptv/countries/sm.m3u - ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia99https://iptv-org.github.io/iptv/countries/sa.m3u + ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia100https://iptv-org.github.io/iptv/countries/sa.m3u ๐Ÿ‡ธ๐Ÿ‡ณ Senegal5https://iptv-org.github.io/iptv/countries/sn.m3u ๐Ÿ‡ท๐Ÿ‡ธ Serbia29https://iptv-org.github.io/iptv/countries/rs.m3u ๐Ÿ‡ธ๐Ÿ‡จ Seychelles1https://iptv-org.github.io/iptv/countries/sc.m3u @@ -368,12 +368,12 @@ Or select one of the playlists from the list below. ๐Ÿ‡ธ๐Ÿ‡ฐ Slovakia52https://iptv-org.github.io/iptv/countries/sk.m3u ๐Ÿ‡ธ๐Ÿ‡ฎ Slovenia18https://iptv-org.github.io/iptv/countries/si.m3u ๐Ÿ‡ธ๐Ÿ‡ง Solomon Islands4https://iptv-org.github.io/iptv/countries/sb.m3u - ๐Ÿ‡ธ๐Ÿ‡ด Somalia46https://iptv-org.github.io/iptv/countries/so.m3u + ๐Ÿ‡ธ๐Ÿ‡ด Somalia47https://iptv-org.github.io/iptv/countries/so.m3u ๐Ÿ‡ฟ๐Ÿ‡ฆ South Africa1https://iptv-org.github.io/iptv/countries/za.m3u - ๐Ÿ‡ฐ๐Ÿ‡ท South Korea81https://iptv-org.github.io/iptv/countries/kr.m3u + ๐Ÿ‡ฐ๐Ÿ‡ท South Korea82https://iptv-org.github.io/iptv/countries/kr.m3u ๐Ÿ‡ธ๐Ÿ‡ธ South Sudan1https://iptv-org.github.io/iptv/countries/ss.m3u ๐Ÿ‡ช๐Ÿ‡ธ Spain358https://iptv-org.github.io/iptv/countries/es.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka17https://iptv-org.github.io/iptv/countries/lk.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka18https://iptv-org.github.io/iptv/countries/lk.m3u ๐Ÿ‡ง๐Ÿ‡ฑ St. Barthรฉlemy12https://iptv-org.github.io/iptv/countries/bl.m3u ๐Ÿ‡ธ๐Ÿ‡ญ St. Helena1https://iptv-org.github.io/iptv/countries/sh.m3u ๐Ÿ‡ฐ๐Ÿ‡ณ St. Kitts & Nevis2https://iptv-org.github.io/iptv/countries/kn.m3u @@ -381,10 +381,10 @@ Or select one of the playlists from the list below. ๐Ÿ‡ฒ๐Ÿ‡ซ St. Martin12https://iptv-org.github.io/iptv/countries/mf.m3u ๐Ÿ‡ต๐Ÿ‡ฒ St. Pierre & Miquelon2https://iptv-org.github.io/iptv/countries/pm.m3u ๐Ÿ‡ป๐Ÿ‡จ St. Vincent & Grenadines2https://iptv-org.github.io/iptv/countries/vc.m3u - ๐Ÿ‡ธ๐Ÿ‡ฉ Sudan44https://iptv-org.github.io/iptv/countries/sd.m3u + ๐Ÿ‡ธ๐Ÿ‡ฉ Sudan45https://iptv-org.github.io/iptv/countries/sd.m3u ๐Ÿ‡ธ๐Ÿ‡ช Sweden27https://iptv-org.github.io/iptv/countries/se.m3u ๐Ÿ‡จ๐Ÿ‡ญ Switzerland108https://iptv-org.github.io/iptv/countries/ch.m3u - ๐Ÿ‡ธ๐Ÿ‡พ Syria62https://iptv-org.github.io/iptv/countries/sy.m3u + ๐Ÿ‡ธ๐Ÿ‡พ Syria64https://iptv-org.github.io/iptv/countries/sy.m3u ๐Ÿ‡ธ๐Ÿ‡น Sรฃo Tomรฉ & Prรญncipe1https://iptv-org.github.io/iptv/countries/st.m3u ๐Ÿ‡น๐Ÿ‡ผ Taiwan77https://iptv-org.github.io/iptv/countries/tw.m3u ๐Ÿ‡น๐Ÿ‡ฏ Tajikistan2https://iptv-org.github.io/iptv/countries/tj.m3u @@ -395,7 +395,7 @@ Or select one of the playlists from the list below. ๐Ÿ‡น๐Ÿ‡ฐ Tokelau5https://iptv-org.github.io/iptv/countries/tk.m3u ๐Ÿ‡น๐Ÿ‡ด Tonga4https://iptv-org.github.io/iptv/countries/to.m3u ๐Ÿ‡น๐Ÿ‡น Trinidad & Tobago3https://iptv-org.github.io/iptv/countries/tt.m3u - ๐Ÿ‡น๐Ÿ‡ณ Tunisia44https://iptv-org.github.io/iptv/countries/tn.m3u + ๐Ÿ‡น๐Ÿ‡ณ Tunisia45https://iptv-org.github.io/iptv/countries/tn.m3u ๐Ÿ‡น๐Ÿ‡ท Turkey297https://iptv-org.github.io/iptv/countries/tr.m3u ๐Ÿ‡น๐Ÿ‡ฒ Turkmenistan16https://iptv-org.github.io/iptv/countries/tm.m3u ๐Ÿ‡น๐Ÿ‡จ Turks & Caicos Islands2https://iptv-org.github.io/iptv/countries/tc.m3u @@ -403,9 +403,9 @@ Or select one of the playlists from the list below. ๐Ÿ‡ป๐Ÿ‡ฎ U.S. Virgin Islands3https://iptv-org.github.io/iptv/countries/vi.m3u ๐Ÿ‡บ๐Ÿ‡ฌ Uganda6https://iptv-org.github.io/iptv/countries/ug.m3u ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine175https://iptv-org.github.io/iptv/countries/ua.m3u - ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates86https://iptv-org.github.io/iptv/countries/ae.m3u - ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom223https://iptv-org.github.io/iptv/countries/uk.m3u - ๐Ÿ‡บ๐Ÿ‡ธ United States2913https://iptv-org.github.io/iptv/countries/us.m3u + ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates87https://iptv-org.github.io/iptv/countries/ae.m3u + ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom245https://iptv-org.github.io/iptv/countries/uk.m3u + ๐Ÿ‡บ๐Ÿ‡ธ United States2861https://iptv-org.github.io/iptv/countries/us.m3u ๐Ÿ‡บ๐Ÿ‡พ Uruguay14https://iptv-org.github.io/iptv/countries/uy.m3u ๐Ÿ‡บ๐Ÿ‡ฟ Uzbekistan3https://iptv-org.github.io/iptv/countries/uz.m3u ๐Ÿ‡ป๐Ÿ‡บ Vanuatu4https://iptv-org.github.io/iptv/countries/vu.m3u @@ -414,7 +414,7 @@ Or select one of the playlists from the list below. ๐Ÿ‡ป๐Ÿ‡ณ Vietnam57https://iptv-org.github.io/iptv/countries/vn.m3u ๐Ÿ‡ผ๐Ÿ‡ซ Wallis & Futuna4https://iptv-org.github.io/iptv/countries/wf.m3u ๐Ÿ‡ช๐Ÿ‡ญ Western Sahara3https://iptv-org.github.io/iptv/countries/eh.m3u - ๐Ÿ‡พ๐Ÿ‡ช Yemen56https://iptv-org.github.io/iptv/countries/ye.m3u + ๐Ÿ‡พ๐Ÿ‡ช Yemen57https://iptv-org.github.io/iptv/countries/ye.m3u ๐Ÿ‡ฟ๐Ÿ‡ฒ Zambia3https://iptv-org.github.io/iptv/countries/zm.m3u ๐Ÿ‡ฟ๐Ÿ‡ผ Zimbabwe1https://iptv-org.github.io/iptv/countries/zw.m3u ๐Ÿ‡ฆ๐Ÿ‡ฝ ร…land Islands1https://iptv-org.github.io/iptv/countries/ax.m3u diff --git a/channels/ae.m3u b/channels/ae.m3u index ffcd7de24..1bc1fa01e 100644 --- a/channels/ae.m3u +++ b/channels/ae.m3u @@ -9,17 +9,17 @@ https://admdn5.cdn.mangomolo.com/drama/smil:drama.stream.smil/playlist.m3u8 https://admdn3.cdn.mangomolo.com/emarat/smil:emarat.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AbuDhabiSports1.ae" tvg-name="Abu Dhabi Sports" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/lKl2wZH.png" group-title="Sports",Abu Dhabi Sports 1 (1080p) https://admdn1.cdn.mangomolo.com/adsports1/smil:adsports1.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AbuDhabiSports2.ae" tvg-name="Abu Dhabi Sports 2" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="",Abu Dhabi Sports 2 +#EXTINF:-1 tvg-id="AbuDhabiSports2.ae" tvg-name="Abu Dhabi Sports 2" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="Sports",Abu Dhabi Sports 2 https://admdn5.cdn.mangomolo.com/adsports2/smil:adsports2.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AbuDhabiSports3.ae" tvg-name="Abu Dhabi Sports 3" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="",Abu Dhabi Sports 3 +#EXTINF:-1 tvg-id="AbuDhabiSports3.ae" tvg-name="Abu Dhabi Sports 3" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="Sports",Abu Dhabi Sports 3 https://admdn3.cdn.mangomolo.com/adsports3/smil:adsports3.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AbuDhabiSports4.ae" tvg-name="Abu Dhabi Sports 4" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://statres.cdn.mgmlcdn.com/analytics/uploads/164/5e3ad6cc72.png" group-title="Sports",Abu Dhabi Sports 4 (1080p) [Geo-blocked] https://admdn4ta.cdn.mgmlcdn.com/adsports4/smil:adsports4.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AjmanHD.ae" tvg-name="Ajman HD" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="",Ajman HD http://149.100.19.226:8001/play/AJMAN_HD -#EXTINF:-1 tvg-id="AlAan.ae" tvg-name="Al Aan" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://www.alaan.tv/wp-content/themes/alaan-child-tv/assets/img/logo.png" group-title="",Al Aan (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AlAan.ae" tvg-name="Al Aan" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://www.alaan.tv/wp-content/themes/alaan-child-tv/assets/img/logo.png" group-title="General",Al Aan (720p) [Not 24/7] https://iptv--iptv.repl.co/streamlink?url=https://www.dailymotion.com/video/x74wje5 -#EXTINF:-1 tvg-id="AlAan.ae" tvg-name="Al Aan" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://www.alaan.tv/wp-content/themes/alaan-child-tv/assets/img/logo.png" group-title="",Al Aan (720p) +#EXTINF:-1 tvg-id="AlAan.ae" tvg-name="Al Aan" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://www.alaan.tv/wp-content/themes/alaan-child-tv/assets/img/logo.png" group-title="General",Al Aan (720p) https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.dailymotion.com/video/x74wje5 #EXTINF:-1 tvg-id="AlArabiya.ae" tvg-name="Al Arabiya" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/7OrfyOx.jpg" group-title="News",Al Arabiya (1080p) https://live.alarabiya.net/alarabiapublish/alarabiya.smil/playlist.m3u8 @@ -45,7 +45,7 @@ https://svs.itworkscdn.net/alwoustalive/alwoustatv.smil/playlist.m3u8 https://ikomg1.s.llnwi.net/alyaumtv/playlist.m3u8 #EXTINF:-1 tvg-id="Asharq.ae" tvg-name="Asharq" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="",Asharq https://bcsecurelivehls-i.akamaihd.net/hls/live/1021447/6203311941001/master.m3u8 -#EXTINF:-1 tvg-id="BeeMovies.ae" tvg-name="Bee Movies" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="",Bee Movies [Not 24/7] +#EXTINF:-1 tvg-id="BeeMovies.ae" tvg-name="Bee Movies" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="Movies",Bee Movies [Not 24/7] https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.youtube.com/channel/UCuaMJTqQ_W7qztqZ_zyErJg/live #EXTINF:-1 tvg-id="BeeTheater.ae" tvg-name="Bee Theater" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="",Bee Theater [Not 24/7] https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.youtube.com/channel/UC32M9DWf0zgMhBYGd_MOiIw/live @@ -63,9 +63,9 @@ https://dmithrvll.cdn.mangomolo.com/dubairacing/smil:dubairacing.smil/playlist.m https://dmithrvll.cdn.mangomolo.com/dubaimubasher/smil:dubaimubasher.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DubaiSports1.ae" tvg-name="Dubai Sports 1" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/iYgHR5D.png" group-title="Sports",Dubai Sports 1 (1080p) https://dmitnthvll.cdn.mangomolo.com/dubaisports/smil:dubaisports.smil/index.m3u8 -#EXTINF:-1 tvg-id="DubaiSports2.ae" tvg-name="Dubai Sports 2" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="",Dubai Sports 2 +#EXTINF:-1 tvg-id="DubaiSports2.ae" tvg-name="Dubai Sports 2" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="Sports",Dubai Sports 2 https://dmitwlvvll.cdn.mangomolo.com/dubaisportshd/smil:dubaisportshd.smil/index.m3u8 -#EXTINF:-1 tvg-id="DubaiSports3.ae" tvg-name="Dubai Sports 3" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="",Dubai Sports 3 (1080p) +#EXTINF:-1 tvg-id="DubaiSports3.ae" tvg-name="Dubai Sports 3" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="Sports",Dubai Sports 3 (1080p) https://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/index.m3u8 #EXTINF:-1 tvg-id="DubaiTV.ae" tvg-name="Dubai TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/dWueFIE.png" group-title="General",Dubai TV (1080p) https://dmisxthvll.cdn.mgmlcdn.com/dubaitvht/smil:dubaitv.stream.smil/playlist.m3u8 @@ -77,7 +77,7 @@ https://jmc-live.ercdn.net/hawastvhd/hawastvhd.m3u8 https://jmc-live.ercdn.net/hawastvhd/hawastvhd_720p.m3u8 #EXTINF:-1 tvg-id="KhyberMiddleEastTV.ae" tvg-name="Khyber Middle East TV" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Khyber Middle East TV https://dcunilive83-lh.akamaihd.net/i/dclive_1@16122/master.m3u8 -#EXTINF:-1 tvg-id="KhyberNewsTV.ae" tvg-name="Khyber News TV" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Khyber News TV +#EXTINF:-1 tvg-id="KhyberNewsTV.ae" tvg-name="Khyber News TV" tvg-country="AE" tvg-language="" tvg-logo="" group-title="News",Khyber News TV https://dcunilive38-lh.akamaihd.net/i/dclive_1@692677/master.m3u8 #EXTINF:-1 tvg-id="MajidTV.ae" tvg-name="Majid TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/9Bun2IX.png" group-title="Kids",Majid TV (1080p) https://admdn4.cdn.mangomolo.com/majid/smil:majid.stream.smil/playlist.m3u8 @@ -149,7 +149,7 @@ http://51.210.199.1/hls/stream.m3u8 https://shls-wanasah-prod-dub.shahid.net/out/v1/c84ef3128e564b74a6a796e8b6287de6/index.m3u8 #EXTINF:-1 tvg-id="WeyyakAction.ae" tvg-name="Weyyak Action" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://content.weyyak.com/207c8580-318d-ea11-831d-02d662556796/poster-image" group-title="",Weyyak Action (720p) https://weyyak-live.akamaized.net/weyyak_action/index.m3u8 -#EXTINF:-1 tvg-id="WeyyakDrama.ae" tvg-name="Weyyak Drama" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://content.weyyak.com/d995517f-bc87-ea11-831d-02d662556796/poster-image" group-title="",Weyyak Drama (720p) +#EXTINF:-1 tvg-id="WeyyakDrama.ae" tvg-name="Weyyak Drama" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://content.weyyak.com/d995517f-bc87-ea11-831d-02d662556796/poster-image" group-title="Movies",Weyyak Drama (720p) https://weyyak-live.akamaized.net/weyyak_drama/index.m3u8 #EXTINF:-1 tvg-id="WeyyakMix.ae" tvg-name="Weyyak Mix" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://content.weyyak.com/bc777336-328d-ea11-831d-02d662556796/poster-image" group-title="",Weyyak Mix (720p) https://weyyak-live.akamaized.net/weyyak_mix/index.m3u8 diff --git a/channels/af.m3u b/channels/af.m3u index a9298227e..b620ec0da 100644 --- a/channels/af.m3u +++ b/channels/af.m3u @@ -3,11 +3,11 @@ https://d10rltuy0iweup.cloudfront.net/ATNNAT/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="ArianaAfghan.af" tvg-name="Ariana Afghan" tvg-country="AF" tvg-language="" tvg-logo="" group-title="",Ariana Afghan http://iptv.arianaafgtv.com/ariana/playlist.m3u8 -#EXTINF:-1 tvg-id="ArianaNews.af" tvg-name="Ariana News" tvg-country="AF" tvg-language="" tvg-logo="" group-title="",Ariana News +#EXTINF:-1 tvg-id="ArianaNews.af" tvg-name="Ariana News" tvg-country="AF" tvg-language="" tvg-logo="" group-title="News",Ariana News https://d10rltuy0iweup.cloudfront.net/ATNNEWS/myStream/chunklist.m3u8 -#EXTINF:-1 tvg-id="ArianaNews.af" tvg-name="Ariana News" tvg-country="AF" tvg-language="" tvg-logo="" group-title="",Ariana News +#EXTINF:-1 tvg-id="ArianaNews.af" tvg-name="Ariana News" tvg-country="AF" tvg-language="" tvg-logo="" group-title="News",Ariana News https://d10rltuy0iweup.cloudfront.net/ATNNEWS/myStream/chunklist_w796472816.m3u8 -#EXTINF:-1 tvg-id="ArianaNews.af" tvg-name="Ariana News" tvg-country="AF" tvg-language="Pashto" tvg-logo="https://i.imgur.com/x8mlbJM.jpg" group-title="",Ariana News (360p) +#EXTINF:-1 tvg-id="ArianaNews.af" tvg-name="Ariana News" tvg-country="AF" tvg-language="Pashto" tvg-logo="https://i.imgur.com/x8mlbJM.jpg" group-title="News",Ariana News (360p) https://d10rltuy0iweup.cloudfront.net/ATNNEWS/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="ArianaTV.af" tvg-name="Ariana TV National" tvg-country="AF" tvg-language="Pashto" tvg-logo="https://i.imgur.com/8VbuI9n.png" group-title="",Ariana TV National http://iptv.arianaafgtv.com/ariana/playlist1/index.m3u8 @@ -38,6 +38,6 @@ http://51.210.199.50/hls/stream.m3u8 #EXTINF:-1 tvg-id="SolhTV.af" tvg-name="Solh TV" tvg-country="AF" tvg-language="" tvg-logo="https://i.imgur.com/bAbNyIt.jpg" group-title="",Solh TV http://51.210.199.42/hls/stream.m3u8 #EXTINF:-1 tvg-id="ToloTV.af" tvg-name="Tolo TV" tvg-country="AF" tvg-language="Pashto" tvg-logo="https://pbs.twimg.com/profile_images/579001245697908737/bSnXEBFo_400x400.jpeg" group-title="",Tolo TV -https://github.com/taodicakhia/IPTV_Overworld/raw/master/channels/af/tolotv.m3u8 +https://github.com/taodicakhia/IPTV_Exception/raw/master/channels/af/tolotv.m3u8 #EXTINF:-1 tvg-id="Tuti.af" tvg-name="Tuti" tvg-country="AF" tvg-language="Pashto" tvg-logo="https://i.imgur.com/JerfIBt.jpg" group-title="",Tuti (480p) [Not 24/7] https://rrsatrtmp.tulix.tv/livecdn827/myStream.sdp/playlist.m3u8 diff --git a/channels/al.m3u b/channels/al.m3u index 0f382b908..5b940772c 100644 --- a/channels/al.m3u +++ b/channels/al.m3u @@ -15,17 +15,17 @@ https://shkoder.gjirafa.com/api/media/rgjirafa/t0110y/1080/index.m3u8 http://195.154.252.221:8000/play/a002/index.m3u8 #EXTINF:-1 tvg-id="KLAN.al" tvg-name="KLAN" tvg-country="AL" tvg-language="" tvg-logo="https://i.imgur.com/pWoMc0r.png" group-title="",KLAN http://79.106.73.244:4040/live/klanhdmob/playlist.m3u8 -#EXTINF:-1 tvg-id="KLANNews.al" tvg-name="KLAN News" tvg-country="AL" tvg-language="" tvg-logo="https://i.imgur.com/NMtr8Z4.jpg" group-title="",KLAN News +#EXTINF:-1 tvg-id="KLANNews.al" tvg-name="KLAN News" tvg-country="AL" tvg-language="" tvg-logo="https://i.imgur.com/NMtr8Z4.jpg" group-title="News",KLAN News http://51.195.88.12:4050/live/klannewsmobpp3/playlist.m3u8 -#EXTINF:-1 tvg-id="KLANPlus.al" tvg-name="KLAN Plus" tvg-country="AL" tvg-language="" tvg-logo="https://i.imgur.com/xg23eK4.jpg" group-title="",KLAN Plus +#EXTINF:-1 tvg-id="KLANPlus.al" tvg-name="KLAN Plus" tvg-country="AL" tvg-language="" tvg-logo="https://i.imgur.com/xg23eK4.jpg" group-title="News",KLAN Plus http://51.195.88.12:4050/live/klanplusmobpp3/playlist.m3u8 -#EXTINF:-1 tvg-id="News24.al" tvg-name="News 24" tvg-country="AL" tvg-language="" tvg-logo="" group-title="",News 24 +#EXTINF:-1 tvg-id="News24.al" tvg-name="News 24" tvg-country="AL" tvg-language="" tvg-logo="" group-title="News",News 24 http://tv.balkanweb.com/news24/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="News24.al" tvg-name="News 24" tvg-country="AL" tvg-language="" tvg-logo="" group-title="",News 24 +#EXTINF:-1 tvg-id="News24.al" tvg-name="News 24" tvg-country="AL" tvg-language="" tvg-logo="" group-title="News",News 24 http://tv.balkanweb.com:8081/news24/livestream/chunks.m3u8 #EXTINF:-1 tvg-id="News24.al" tvg-name="News 24" tvg-country="AL" tvg-language="Albanian" tvg-logo="https://i.imgur.com/PWGMnzW.jpg" group-title="News",News 24 (576p) http://tv.balkanweb.com:8081/news24/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="News24.al" tvg-name="News 24" tvg-country="AL" tvg-language="" tvg-logo="" group-title="",News 24 +#EXTINF:-1 tvg-id="News24.al" tvg-name="News 24" tvg-country="AL" tvg-language="" tvg-logo="" group-title="News",News 24 https://tv.balkanweb.com/news24/livestream/chunks.m3u8 #EXTINF:-1 tvg-id="RTVIlirida.al" tvg-name="RTV Ilirida" tvg-country="AL" tvg-language="Albanian" tvg-logo="" group-title="",RTV Ilirida (274p) [Not 24/7] http://uk4.streamingpulse.com:1935/rtvilirida/rtvilirida/playlist.m3u8 diff --git a/channels/am.m3u b/channels/am.m3u index 63897184c..cdbcdb240 100644 --- a/channels/am.m3u +++ b/channels/am.m3u @@ -33,7 +33,7 @@ http://ott-cdn.ucom.am/s83/index.m3u8 #EXTINF:-1 tvg-id="ArmeniaTV.am" tvg-name="Armenia TV" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://i.imgur.com/fnoOw8T.png" group-title="",Armenia TV (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s4/index.m3u8 -#EXTINF:-1 tvg-id="ArmNews.am" tvg-name="ArmNews" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://i.imgur.com/0vrFGY5.png" group-title="",ArmNews (1080p) +#EXTINF:-1 tvg-id="ArmNews.am" tvg-name="ArmNews" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://i.imgur.com/0vrFGY5.png" group-title="News",ArmNews (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s11/index.m3u8 #EXTINF:-1 tvg-id="ATV.am" tvg-name="ATV" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://vignette.wikia.nocookie.net/logopedia/images/9/9c/Atvnew.png" group-title="",ATV (480p) diff --git a/channels/au.m3u b/channels/au.m3u index 63d0d0bfb..7f457c2aa 100644 --- a/channels/au.m3u +++ b/channels/au.m3u @@ -27,9 +27,9 @@ https://i.mjh.nz/au/Sydney/tv.101204200429.m3u8 https://c.mjh.nz/101002210222/ #EXTINF:-1 tvg-id="ABCME.au" tvg-name="ABC ME" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.101002210224.png" group-title="",ABC ME (720p) https://c.mjh.nz/101002210224/ -#EXTINF:-1 tvg-id="ABCNews.au" tvg-name="ABC News" tvg-country="AU" tvg-language="English" tvg-logo="" group-title="",ABC News (720p) +#EXTINF:-1 tvg-id="ABCNews.au" tvg-name="ABC News" tvg-country="AU" tvg-language="English" tvg-logo="" group-title="News",ABC News (720p) https://abc-iview-mediapackagestreams-2.akamaized.net/out/v1/6e1cc6d25ec0480ea099a5399d73bc4b/index.m3u8 -#EXTINF:-1 tvg-id="ABCNews.au" tvg-name="ABC News" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.101002210220.png" group-title="",ABC News (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="ABCNews.au" tvg-name="ABC News" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.101002210220.png" group-title="News",ABC News (720p) [Geo-blocked] https://c.mjh.nz/101002210220/ #EXTINF:-1 tvg-id="ABCTV.au" tvg-name="ABC TV" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.101002210221.png" group-title="",ABC TV (720p) https://c.mjh.nz/101002210221/ @@ -49,7 +49,7 @@ https://c.mjh.nz/abc2/ https://iptv-all.lanesh4d0w.codes/australia/acctv-adelaide #EXTINF:-1 tvg-id="ACCTV.au" tvg-name="ACCTV (Melbourne)" tvg-country="AU" tvg-language="English" tvg-logo="http://www.acc.tv/wp-content/uploads/2016/06/acctv-logo-web.png" group-title="Religious",ACCTV (Melbourne) (720p) https://iptv-all.lanesh4d0w.codes/australia/acctv-melbourne -#EXTINF:-1 tvg-id="ActionHollywoodMovies.au" tvg-name="Action Hollywood Movies" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/wnlzC0w.jpg" group-title="",Action Hollywood Movies (1080p) +#EXTINF:-1 tvg-id="ActionHollywoodMovies.au" tvg-name="Action Hollywood Movies" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/wnlzC0w.jpg" group-title="Movies",Action Hollywood Movies (1080p) https://lightning-actionhollywood-samsungaustralia.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="AusBizTV.au" tvg-name="Aus Biz TV" tvg-country="AU" tvg-language="" tvg-logo="" group-title="",Aus Biz TV https://ausbiztv-ausbiz-1-au.samsung.wurl.com/manifest/playlist.m3u8 @@ -67,7 +67,7 @@ https://bountyfilms-bounty-1-au.samsung.wurl.com/manifest/playlist.m3u8 https://dcunilive47-lh.akamaihd.net/i/dclive_1@739220/master.m3u8 #EXTINF:-1 tvg-id="Channel44.au" tvg-name="Channel 44" tvg-country="AU" tvg-language="English" tvg-logo="" group-title="",Channel 44 https://iptv-all.lanesh4d0w.codes/australia/ch44 -#EXTINF:-1 tvg-id="DryBarComedy.au" tvg-name="Dry Bar Comedy" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/XDqmN1R.png" group-title="",Dry Bar Comedy (720p) +#EXTINF:-1 tvg-id="DryBarComedy.au" tvg-name="DryBar Comedy" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/XDqmN1R.png" group-title="Comedy",DryBar Comedy (720p) https://drybar-drybarcomedy-1-au.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="ExpoChannel.au" tvg-name="Expo Channel" tvg-country="AU" tvg-language="" tvg-logo="" group-title="",Expo Channel http://tvsn-i.akamaihd.net/hls/live/261837/expo/expo_750.m3u8 @@ -83,13 +83,13 @@ https://5a32c05065c79.streamlock.net/live/stream/chunklist_w286280757.m3u8 https://i.mjh.nz/au/Sydney/tv.101204200421.m3u8 #EXTINF:-1 tvg-id="NITV.au" tvg-name="NITV" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.320203000305.png" group-title="",NITV [Geo-blocked] https://i.mjh.nz/au/Sydney/tv.320203000305.m3u8 +#EXTINF:-1 tvg-id="OpenShop.au" tvg-name="Open Shop" tvg-country="AU" tvg-language="English" tvg-logo="http://i.mjh.nz/.images/tv.7openshop.png" group-title="",Open Shop [Geo-blocked] +https://i.mjh.nz/au/Sydney/tv.7openshop.m3u8 #EXTINF:-1 tvg-id="OpenShop.au" tvg-name="Open Shop" tvg-country="AU" tvg-language="" tvg-logo="https://www.openshop.com.au/resources/images/pc/common/f_logo.png" group-title="",Open Shop https://medialive.openshop.com.au/asn-live_1.m3u8 -#EXTINF:-1 tvg-id="openshop.au" tvg-name="openshop" tvg-country="AU" tvg-language="English" tvg-logo="http://i.mjh.nz/.images/tv.7openshop.png" group-title="",openshop [Geo-blocked] -https://i.mjh.nz/au/Sydney/tv.7openshop.m3u8 #EXTINF:-1 tvg-id="Pulse.au" tvg-name="Pulse" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/vQ6cBdd.png" group-title="",Pulse (1080p) https://lightning-pulse-samsungaustralia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="QwestTVClassical.au" tvg-name="Qwest TV Classical" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/B69BHnx.jpg" group-title="",Qwest TV Classical (720p) +#EXTINF:-1 tvg-id="QwestTVClassical.au" tvg-name="Qwest TV Classical" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/B69BHnx.jpg" group-title="Classic",Qwest TV Classical (720p) https://qwestclassic-samsungau.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="QwestTVJazzandBeyond.au" tvg-name="Qwest TV Jazz and Beyond" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/bhSrOea.jpg" group-title="",Qwest TV Jazz and Beyond (720p) https://qwestjazz-samsungau.amagi.tv/playlist.m3u8 @@ -107,13 +107,13 @@ https://racingvic-i.akamaized.net/hls/live/598695/racingvic/628.m3u8 https://lds-realstories-samsungau.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RyanandFriends.au" tvg-name="Ryan and Friends" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/M8VTWFk.jpg" group-title="",Ryan and Friends (1080p) https://ryanandfriends-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="SBSFood.au" tvg-name="SBS Food" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.320203000304.png" group-title="",SBS Food [Geo-blocked] +#EXTINF:-1 tvg-id="SBSFood.au" tvg-name="SBS Food" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.320203000304.png" group-title="Cooking",SBS Food [Geo-blocked] https://i.mjh.nz/au/Sydney/tv.320203000304.m3u8 #EXTINF:-1 tvg-id="SBSTV.au" tvg-name="SBS TV" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.320203000301.png" group-title="",SBS TV [Geo-blocked] https://i.mjh.nz/au/Sydney/tv.320203000301.m3u8 #EXTINF:-1 tvg-id="SBSViceland.au" tvg-name="SBS Viceland" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.320203000303.png" group-title="",SBS Viceland [Geo-blocked] https://i.mjh.nz/au/Sydney/tv.320203000303.m3u8 -#EXTINF:-1 tvg-id="SBSWorldMovies.au" tvg-name="SBS World Movies" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.320203000307.png" group-title="",SBS World Movies [Geo-blocked] +#EXTINF:-1 tvg-id="SBSWorldMovies.au" tvg-name="SBS World Movies" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.320203000307.png" group-title="Movies",SBS World Movies [Geo-blocked] https://i.mjh.nz/au/Sydney/tv.320203000307.m3u8 #EXTINF:-1 tvg-id="Seven.au" tvg-name="Seven" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.101305020520.png" group-title="",Seven [Geo-blocked] https://i.mjh.nz/au/Sydney/tv.101305020520.m3u8 @@ -137,7 +137,7 @@ https://skylivesky-i.akamaihd.net/hls/live/569780/skylive/stcsd_extreme@569780.m https://c.mjh.nz/snowy-mountains/ #EXTINF:-1 tvg-id="SnowyMountainsTelevision.au" tvg-name="Snowy Mountains Television" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/vuFx0Zd.jpg" group-title="Sports",Snowy Mountains Television (1082p) https://dcunilive30-lh.akamaihd.net/i/dclive_1@535229/master.m3u8 -#EXTINF:-1 tvg-id="TravelFoodTV.au" tvg-name="Travel & Food TV" tvg-country="AU" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Travel & Food TV (720p) +#EXTINF:-1 tvg-id="TravelFoodTV.au" tvg-name="Travel & Food TV" tvg-country="AU" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="Lifestyle",Travel & Food TV (720p) https://nrpus.bozztv.com/36bay2/gusa-moviemagictv/index.m3u8 #EXTINF:-1 tvg-id="TVSN.au" tvg-name="TVSN" tvg-country="AU" tvg-language="" tvg-logo="https://i.imgur.com/TuHnkxP.png" group-title="",TVSN [Not 24/7] https://tvsn-i.akamaihd.net/hls/live/261837/tvsn/tvsn.m3u8 diff --git a/channels/az.m3u b/channels/az.m3u index c12928c98..580a80ea8 100644 --- a/channels/az.m3u +++ b/channels/az.m3u @@ -15,7 +15,7 @@ http://85.132.81.184:8080/atvlive/atv-e1/index.m3u8 http://85.132.81.184:8080/atv-2/index.m3u8 #EXTINF:-1 tvg-id="ATV4.az" tvg-name="ATV 4" tvg-country="AZ" tvg-language="Azerbaijani" tvg-logo="https://i.imgur.com/rDYSoRL.png" group-title="",ATV 4 http://85.132.81.184:8080/atv-4/index.m3u8 -#EXTINF:-1 tvg-id="AzNewsTV.az" tvg-name="Az News TV" tvg-country="AZ" tvg-language="" tvg-logo="" group-title="",Az News TV +#EXTINF:-1 tvg-id="AzNewsTV.az" tvg-name="Az News TV" tvg-country="AZ" tvg-language="" tvg-logo="" group-title="News",Az News TV https://swow1.socialsmart.tv/aznews/smil:aznews.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CBC.az" tvg-name="CBC" tvg-country="AZ;TR;GE" tvg-language="Azerbaijani;Russian" tvg-logo="https://i.imgur.com/4VAiAnb.jpg" group-title="",CBC (720p) http://cbctvlive.flashmediacast.com:1935/CBCTVLive/livestream/playlist.m3u8 diff --git a/channels/bg.m3u b/channels/bg.m3u index 14a0a1e08..799028ccd 100644 --- a/channels/bg.m3u +++ b/channels/bg.m3u @@ -3,9 +3,9 @@ http://100automoto.tv:1935/bgtv1/autotv/playlist.m3u8 #EXTINF:-1 tvg-id="BalkanikaTV.bg" tvg-name="Balkanika TV" tvg-country="BG" tvg-language="Bulgarian" tvg-logo="https://i.imgur.com/S0GrDsQ.png" group-title="Music",Balkanika TV rtsp://stream.teracomm.bg/balkanika -#EXTINF:-1 tvg-id="BGMusic.bg" tvg-name="BG Music" tvg-country="BG" tvg-language="" tvg-logo="" group-title="",BG Music +#EXTINF:-1 tvg-id="BGMusic.bg" tvg-name="BG Music" tvg-country="BG" tvg-language="" tvg-logo="" group-title="Music",BG Music https://cdn1.mobiletv.bg/T10/bgmusic/bgmusic_794613_850k.m3u8 -#EXTINF:-1 tvg-id="BnMusic.bg" tvg-name="Bn Music" tvg-country="BG" tvg-language="" tvg-logo="" group-title="",Bn Music +#EXTINF:-1 tvg-id="BnMusic.bg" tvg-name="BN Music" tvg-country="BG" tvg-language="" tvg-logo="" group-title="Music",BN Music https://cdn1.mobiletv.bg/T5/bn_music/bn_music_794613_850k.m3u8 #EXTINF:-1 tvg-id="BOXTV.bg" tvg-name="BOX TV" tvg-country="BG" tvg-language="" tvg-logo="" group-title="",BOX TV https://cdn1.mobiletv.bg/T5/box_tv/box_tv_794613_850k.m3u8 @@ -13,7 +13,7 @@ https://cdn1.mobiletv.bg/T5/box_tv/box_tv_794613_850k.m3u8 http://hls.cdn.bg:2007/fls/vtv/playlist.m3u8 #EXTINF:-1 tvg-id="BTVCinema.bg" tvg-name="BTV Cinema" tvg-country="BG" tvg-language="" tvg-logo="" group-title="",BTV Cinema https://cdn1.mobiletv.bg/T8/btv_cinema/btv_c_794613_850k.m3u8 -#EXTINF:-1 tvg-id="BTVComedy.bg" tvg-name="BTV Comedy" tvg-country="BG" tvg-language="" tvg-logo="" group-title="",BTV Comedy +#EXTINF:-1 tvg-id="BTVComedy.bg" tvg-name="BTV Comedy" tvg-country="BG" tvg-language="" tvg-logo="" group-title="Comedy",BTV Comedy https://cdn1.mobiletv.bg/T5/btvcomedy/btvcomedy_794613_850k.m3u8 #EXTINF:-1 tvg-id="BulgariaOnAir.bg" tvg-name="Bulgaria On Air" tvg-country="BG" tvg-language="Bulgarian" tvg-logo="https://i.imgur.com/fawQSJN.jpg" group-title="News",Bulgaria On Air (576p) http://edge1.cdn.bg:2006/fls/bonair.stream/playlist.m3u8 @@ -37,11 +37,11 @@ http://94.236.145.205:8000/play/a00s https://cdn1.mobiletv.bg/T5/dm_sat/dm_sat_794613_850k.m3u8 #EXTINF:-1 tvg-id="DSTV.bg" tvg-name="DSTV" tvg-country="BG" tvg-language="" tvg-logo="https://i.imgur.com/2vRfj1D.png" group-title="",DSTV http://46.249.95.140:8081/hls/data.m3u8 -#EXTINF:-1 tvg-id="EKIDS.bg" tvg-name="EKIDS" tvg-country="BG" tvg-language="" tvg-logo="" group-title="",EKIDS +#EXTINF:-1 tvg-id="EKIDS.bg" tvg-name="EKIDS" tvg-country="BG" tvg-language="" tvg-logo="" group-title="Kids",EKIDS https://cdn1.mobiletv.bg/T8/ekids/ekids_794613_850k.m3u8 #EXTINF:-1 tvg-id="Evrokom.bg" tvg-name="Evrokom" tvg-country="BG" tvg-language="" tvg-logo="https://i.imgur.com/3s7qchh.png" group-title="",Evrokom https://live.ecomservice.bg/hls/stream.m3u8 -#EXTINF:-1 tvg-id="FishingHuntingChannel.bg" tvg-name="Fishing & Hunting Channel" tvg-country="BG" tvg-language="" tvg-logo="" group-title="",Fishing & Hunting Channel +#EXTINF:-1 tvg-id="FishingHuntingChannel.bg" tvg-name="Fishing & Hunting Channel" tvg-country="BG" tvg-language="" tvg-logo="" group-title="Outdoor",Fishing & Hunting Channel https://cdn1.mobiletv.bg/T5/fh/fh_794613_850k.m3u8 #EXTINF:-1 tvg-id="HomeOneTV.bg" tvg-name="HomeOne TV" tvg-country="BG" tvg-language="" tvg-logo="https://i.imgur.com/v0gJW1l.jpg" group-title="",HomeOne TV https://streamer104.neterra.tv/n1tv/n1tv.smil/playlist.m3u8 diff --git a/channels/bh.m3u b/channels/bh.m3u index 1d4d9561c..e9fe7497e 100644 --- a/channels/bh.m3u +++ b/channels/bh.m3u @@ -9,9 +9,9 @@ https://5c7b683162943.streamlock.net/live/ngrp:Bahrain%20International_all/playl http://185.105.4.106:1935/live/Bahrain%20Quran/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainQuran.bh" tvg-name="Bahrain Quran" tvg-country="BH" tvg-language="Arabic" tvg-logo="https://i.imgur.com/EiiO5nm.png" group-title="Religious",Bahrain Quran (720p) https://5c7b683162943.streamlock.net/live/ngrp:Bahrain%20Quran_all/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainSports1.bh" tvg-name="Bahrain Sports 1" tvg-country="BH" tvg-language="Arabic" tvg-logo="https://i.imgur.com/G9BMhDS.png" group-title="",Bahrain Sports 1 +#EXTINF:-1 tvg-id="BahrainSports1.bh" tvg-name="Bahrain Sports 1" tvg-country="BH" tvg-language="Arabic" tvg-logo="https://i.imgur.com/G9BMhDS.png" group-title="Sports",Bahrain Sports 1 http://185.105.4.106:1935/live/Bahrain%20Sports/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainSports1.bh" tvg-name="Bahrain Sports 1" tvg-country="BH" tvg-language="Arabic" tvg-logo="https://i.imgur.com/G9BMhDS.png" group-title="",Bahrain Sports 1 +#EXTINF:-1 tvg-id="BahrainSports1.bh" tvg-name="Bahrain Sports 1" tvg-country="BH" tvg-language="Arabic" tvg-logo="https://i.imgur.com/G9BMhDS.png" group-title="Sports",Bahrain Sports 1 https://5c7b683162943.streamlock.net/live/ngrp:Bahrain%20Sports_all/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainSports2.bh" tvg-name="Bahrain Sports 2" tvg-country="BH" tvg-language="Arabic" tvg-logo="" group-title="Sports",Bahrain Sports 2 http://185.105.4.107:1935/live/Bahrain%20Sports%202/playlist.m3u8 diff --git a/channels/br.m3u b/channels/br.m3u index c1d661a24..2f5df7c72 100644 --- a/channels/br.m3u +++ b/channels/br.m3u @@ -29,9 +29,9 @@ http://flash.softhost.com.br:1935/fonte/fontetv/live.m3u8 https://canal1.proxy.tokplay.com.br/videos/event9/auto.m3u8 #EXTINF:-1 tvg-id="Futura.br" tvg-name="Futura" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://eonteambrasil.com.br/SharedAssets/logo-canais/futura.jpg" group-title="Education",Futura [Not 24/7] https://tv.unisc.br/hls/test.m3u8 -#EXTINF:-1 tvg-id="GospelCartoon.br" tvg-name="Gospel Cartoon" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/aoq9CGU.png" group-title="",Gospel Cartoon (480p) +#EXTINF:-1 tvg-id="GospelCartoon.br" tvg-name="Gospel Cartoon" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/aoq9CGU.png" group-title="Religious",Gospel Cartoon (480p) https://stmv1.srvstm.com/gospelcartoon2/gospelcartoon2/playlist.m3u8 -#EXTINF:-1 tvg-id="GospelMovieTV.br" tvg-name="Gospel Movie TV" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/XlNKtkD.jpg" group-title="",Gospel Movie TV (720p) +#EXTINF:-1 tvg-id="GospelMovieTV.br" tvg-name="Gospel Movie TV" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/XlNKtkD.jpg" group-title="Religious",Gospel Movie TV (720p) https://stmv1.srvif.com/gospelf/gospelf/playlist.m3u8 #EXTINF:-1 tvg-id="IMPDTV.br" tvg-name="IMPD TV" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/D15qpCm.png" group-title="Religious",IMPD TV (1080p) https://58a4464faef53.streamlock.net/impd/ngrp:impd_all/playlist.m3u8 @@ -57,9 +57,9 @@ https://stream.live.novotempo.com/tv/smil:tvnovotempo.smil/playlist.m3u8 http://213.13.26.11:1935/live/portocanal/playlist.m3u8 #EXTINF:-1 tvg-id="PUCTVGoias.br" tvg-name="PUC TV Goiรกs" tvg-country="BR" tvg-language="Portuguese" tvg-logo="http://www.puctvgoias.com.br/img/logo.png" group-title="Religious",PUC TV Goiรกs (180p) http://flash.softhost.com.br:1935/pucgoias/aovivo/live.m3u8 -#EXTINF:-1 tvg-id="RecordNewsBrazil.br" tvg-name="Record News (Brazil)" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",Record News (Brazil) +#EXTINF:-1 tvg-id="RecordNewsBrazil.br" tvg-name="Record News (Brazil)" tvg-country="BR" tvg-language="" tvg-logo="" group-title="News",Record News (Brazil) https://rede-muhler-recordnews-1-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RecordNewsTVGuaraMA.br" tvg-name="Record News - TV Guarรก (MA)" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/PafEXRA.png" group-title="",Record News - TV Guarรก (MA) [Not 24/7] +#EXTINF:-1 tvg-id="RecordNewsTVGuaraMA.br" tvg-name="Record News - TV Guarรก (MA)" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/PafEXRA.png" group-title="News",Record News - TV Guarรก (MA) [Not 24/7] https://59f2354c05961.streamlock.net:1443/tvguara/tvguara/playlist.m3u8 #EXTINF:-1 tvg-id="RecordTVManaus.br" tvg-name="RecordTV Manaus" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/TD6ZJoa.png" group-title="",RecordTV Manaus (720p) https://playplusmao-lh.akamaihd.net/i/pp_mao@409195/master.m3u8 @@ -71,7 +71,7 @@ https://59f2354c05961.streamlock.net:1443/rbtv/rbtv/playlist.m3u8 http://rbc.directradios.com:1935/rbc/rbc/live.m3u8 #EXTINF:-1 tvg-id="RedeGlobo.br" tvg-name="Rede Globo" tvg-country="BR" tvg-language="Portuguese" tvg-logo="" group-title="Sports",Rede Globo (720p) http://live.video.globo.com/h/1402196682759012345678915746027599876543210hM4EA1neMoQoIiUyVn1TNg/k/app/a/A/u/anyone/d/s/hls-globo-rj/playlist.m3u8 -#EXTINF:-1 tvg-id="RedeGospel.br" tvg-name="Rede Gospel" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/yvxG9m5.png" group-title="",Rede Gospel (1080p) +#EXTINF:-1 tvg-id="RedeGospel.br" tvg-name="Rede Gospel" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/yvxG9m5.png" group-title="Religious",Rede Gospel (1080p) https://cdn.jmvstream.com/w/LVW-8719/LVW8719_AcLVAxWy5J/playlist.m3u8 #EXTINF:-1 tvg-id="RedeMassaSBT.br" tvg-name="Rede Massa SBT" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://logodownload.org/wp-content/uploads/2013/12/sbt-logo-1-1.png" group-title="General",Rede Massa SBT https://cdn-cdn-iguacu.ciclano.io:1443/cdn-iguacu/cdn-iguacu/playlist.m3u8 @@ -93,7 +93,7 @@ https://hls.brasilstream.com.br/live/redetves/redetves/playlist.m3u8 https://cvd1.cds.ebtcvd.net/live-redevida/smil:redevida.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RedeTVTocantins.br" tvg-name="RedeTV! Tocantins" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/8fGmJWA.png" group-title="",RedeTV! Tocantins (720p) https://59f1cbe63db89.streamlock.net:1443/redetvro/redetvro/playlist.m3u8 -#EXTINF:-1 tvg-id="RetroCartoon.br" tvg-name="Retrรด Cartoon" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/cyfu3qP.png" group-title="",Retrรด Cartoon (480p) +#EXTINF:-1 tvg-id="RetroCartoon.br" tvg-name="Retrรด Cartoon" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/cyfu3qP.png" group-title="Classic",Retrรด Cartoon (480p) https://stmv1.srvif.com/retrotv/retrotv/playlist.m3u8 #EXTINF:-1 tvg-id="SantaCeciliaTV.br" tvg-name="Santa Cecilia TV" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/KxYsq1d.png" group-title="Education",Santa Cecilia TV (288p) http://flash1.crossdigital.com.br/2063/2063/playlist.m3u8 @@ -247,7 +247,7 @@ http://flash8.crossdigital.com.br:1935/2306/2306/live.m3u8 http://stream2.ba.gov.br/hls-live/livepkgr/_definst_/irdeb/pgm-1.m3u8 #EXTINF:-1 tvg-id="TVERS.br" tvg-name="TVE RS" tvg-country="BR" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/pt/c/c2/Logotipo_da_TVE_RS.png" group-title="",TVE RS http://selpro1348.procergs.com.br:1935/tve/stve/playlist.m3u8 -#EXTINF:-1 tvg-id="TVMaticComedy.br" tvg-name="TVMatic Comedy" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/l5PBcKN.png" group-title="",TVMatic Comedy +#EXTINF:-1 tvg-id="TVMaticComedy.br" tvg-name="TVMatic Comedy" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/l5PBcKN.png" group-title="Comedy",TVMatic Comedy http://cdn.tvmatic.net/comedy.m3u8 #EXTINF:-1 tvg-id="TVMaticCrafts.br" tvg-name="TVMatic Crafts" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/l5PBcKN.png" group-title="",TVMatic Crafts http://cdn.tvmatic.net/crafts.m3u8 @@ -267,7 +267,7 @@ http://painelvj.com.br:1935/tvnbrasil/tvnbrasil.sdp/playlist.m3u8 http://wz3.dnip.com.br/tvnbrasil/tvnbrasil.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TVOTOCOPILLA.br" tvg-name="TVO TOCOPILLA" tvg-country="BR" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/1087911591490797568/dglTFLzh.jpg" group-title="",TVO TOCOPILLA (360p) http://srv3.zcast.com.br/cristian5592/cristian5592/playlist.m3u8 -#EXTINF:-1 tvg-id="TVideoNews.br" tvg-name="TVรญdeoNews" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TVรญdeoNews +#EXTINF:-1 tvg-id="TVideoNews.br" tvg-name="TVรญdeoNews" tvg-country="BR" tvg-language="" tvg-logo="" group-title="News",TVรญdeoNews https://59f2354c05961.streamlock.net:1443/tvideonews/_definst_/tvideonews/chunklist.m3u8 #EXTINF:-1 tvg-id="UNBTV.br" tvg-name="UNBTV" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Webysther_20160322_-_Logo_UnB_(sem_texto).svg/200px-Webysther_20160322_-_Logo_UnB_(sem_texto).svg.png" group-title="Science",UNBTV https://edge-go-01.eduplay.rnp.br/media/ocp(r(iRGrcw)t(AAAAAAAAAAA)p(d(Dxg)k(Qdk)m(XavC51HboPDZJtji_e3szw)n(a(3LDBWxJLACwHVOavx5cO4BC5lA2ZDpPC)s(HrY)'a(12ztgSdjsnrQqz6xH52ZjVZa)s(Pm8)))s(t(aTo)b(PTsuEXhXAScNjp6w9ssG70foQQQiZk9_8m0vsjgLJ_yzxGPuj8i57PEDMMA4cmTNsKda2B5oX-EEErouZ1HFyuX9AbUB8KvlMJtsMkooySBOlQbVM33PgsYPQdea2BJ0ehzbwQ39JhRwi_LnomRVQOY02rJ-d2IH3hF-JDM)'t(S2o)b(WaBWYarWoWCInKe38WSze3Q_-kcVqJj_MZQ)))/live_1080_index.m3u8 diff --git a/channels/by.m3u b/channels/by.m3u index d20817b36..decc99c47 100644 --- a/channels/by.m3u +++ b/channels/by.m3u @@ -1,11 +1,11 @@ #EXTM3U #EXTINF:-1 tvg-id="8kanalVitebsk.by" tvg-name="8 ะบะฐะฝะฐะป (ะ’ะธั‚ะตะฑัะบ)" tvg-country="BY" tvg-language="" tvg-logo="" group-title="",8 ะบะฐะฝะฐะป (ะ’ะธั‚ะตะฑัะบ) http://95.46.208.8:24433/art -#EXTINF:-1 tvg-id="FirstMusic.by" tvg-name="First Music" tvg-country="BY" tvg-language="" tvg-logo="" group-title="",First Music +#EXTINF:-1 tvg-id="FirstMusic.by" tvg-name="First Music" tvg-country="BY" tvg-language="" tvg-logo="" group-title="Music",First Music http://rtmp.one.by:1300/ -#EXTINF:-1 tvg-id="FirstMusic.by" tvg-name="First Music" tvg-country="BY" tvg-language="" tvg-logo="" group-title="",First Music +#EXTINF:-1 tvg-id="FirstMusic.by" tvg-name="First Music" tvg-country="BY" tvg-language="" tvg-logo="" group-title="Music",First Music http://rtmp.one.by:2300/ -#EXTINF:-1 tvg-id="FirstMusicChannelBielorrusia.by" tvg-name="First Music Channel Bielorrusia" tvg-country="BY" tvg-language="" tvg-logo="" group-title="",First Music Channel Bielorrusia +#EXTINF:-1 tvg-id="FirstMusicChannelBielorrusia.by" tvg-name="First Music Channel Bielorrusia" tvg-country="BY" tvg-language="" tvg-logo="" group-title="Music",First Music Channel Bielorrusia http://hz1.teleport.cc/HLS/SD.m3u8 #EXTINF:-1 tvg-id="Oneby4K.by" tvg-name="One.by 4K" tvg-country="BY" tvg-language="" tvg-logo="" group-title="",One.by 4K http://rtmp.one.by:1499 diff --git a/channels/ca.m3u b/channels/ca.m3u index 3d434b6f6..098be70c7 100644 --- a/channels/ca.m3u +++ b/channels/ca.m3u @@ -1,23 +1,23 @@ #EXTM3U -#EXTINF:-1 tvg-id="404StingrayGreatestHits.ca" tvg-name="404 Stingray Greatest Hits" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="",404 Stingray Greatest Hits (1080p) +#EXTINF:-1 tvg-id="404StingrayGreatestHits.ca" tvg-name="404 Stingray Greatest Hits" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="Music",404 Stingray Greatest Hits (1080p) https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/155/master.m3u8 -#EXTINF:-1 tvg-id="405StingrayHitList.ca" tvg-name="405 Stingray Hit List" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="",405 Stingray Hit List (1080p) +#EXTINF:-1 tvg-id="405StingrayHitList.ca" tvg-name="405 Stingray Hit List" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="Music",405 Stingray Hit List (1080p) https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/107/master.m3u8 -#EXTINF:-1 tvg-id="406StingrayClassicRock.ca" tvg-name="406 Stingray Classic Rock" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="",406 Stingray Classic Rock (1080p) +#EXTINF:-1 tvg-id="406StingrayClassicRock.ca" tvg-name="406 Stingray Classic Rock" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="Music",406 Stingray Classic Rock (1080p) https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/101/master.m3u8 -#EXTINF:-1 tvg-id="407StingrayRockAlternative.ca" tvg-name="407 Stingray Rock Alternative" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="",407 Stingray Rock Alternative (1080p) +#EXTINF:-1 tvg-id="407StingrayRockAlternative.ca" tvg-name="407 Stingray Rock Alternative" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="Music",407 Stingray Rock Alternative (1080p) https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/102/master.m3u8 -#EXTINF:-1 tvg-id="408StingrayPopAdult.ca" tvg-name="408 Stingray Pop Adult" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="",408 Stingray Pop Adult (1080p) +#EXTINF:-1 tvg-id="408StingrayPopAdult.ca" tvg-name="408 Stingray Pop Adult" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="Music",408 Stingray Pop Adult (1080p) https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/104/master.m3u8 -#EXTINF:-1 tvg-id="409StingrayUrbanBeat.ca" tvg-name="409 Stingray Urban Beat" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="",409 Stingray Urban Beat (1080p) +#EXTINF:-1 tvg-id="409StingrayUrbanBeat.ca" tvg-name="409 Stingray Urban Beat" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="Music",409 Stingray Urban Beat (1080p) https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/133/master.m3u8 -#EXTINF:-1 tvg-id="410StingrayHotCountry.ca" tvg-name="410 Stingray Hot Country" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="",410 Stingray Hot Country (1080p) +#EXTINF:-1 tvg-id="410StingrayHotCountry.ca" tvg-name="410 Stingray Hot Country" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="Music",410 Stingray Hot Country (1080p) https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/108/master.m3u8 -#EXTINF:-1 tvg-id="411StingrayFlashback70s.ca" tvg-name="411 Stingray Flashback 70s" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="",411 Stingray Flashback 70s (1080p) +#EXTINF:-1 tvg-id="411StingrayFlashback70s.ca" tvg-name="411 Stingray Flashback 70s" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="Music",411 Stingray Flashback 70s (1080p) https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/115/master.m3u8 -#EXTINF:-1 tvg-id="412StingrayEverything80s.ca" tvg-name="412 Stingray Everything 80s" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="",412 Stingray Everything 80s (1080p) +#EXTINF:-1 tvg-id="412StingrayEverything80s.ca" tvg-name="412 Stingray Everything 80s" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="Music",412 Stingray Everything 80s (1080p) https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/128/master.m3u8 -#EXTINF:-1 tvg-id="413StingrayTodaysLatinPop.ca" tvg-name="413 Stingray Today's Latin Pop" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="",413 Stingray Today's Latin Pop (1080p) +#EXTINF:-1 tvg-id="413StingrayTodaysLatinPop.ca" tvg-name="413 Stingray Today's Latin Pop" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/StingrayMusic_512x512.png?raw=true" group-title="Music",413 Stingray Today's Latin Pop (1080p) https://ott-linear-channels.stingray.com/v1/master/734895816ccb1e836f8c1e81f772244d9be0077c/190/master.m3u8 #EXTINF:-1 tvg-id="5AABTV.ca" tvg-name="5AAB TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/k9M5ydW.png" group-title="",5AAB TV (720p) http://158.69.124.9:1935/5aabtv/5aabtv/playlist.m3u8 @@ -43,13 +43,13 @@ http://192.226.228.32:8080/hls/catv/index.m3u8 https://hls.savoir.media/live/stream.m3u8 #EXTINF:-1 tvg-id="CBCNews.ca" tvg-name="CBC News" tvg-country="CA" tvg-language="English" tvg-logo="" group-title="News",CBC News https://cbcnewshd-f.akamaihd.net/i/cbcnews_1@8981/index_2500_av-p.m3u8 -#EXTINF:-1 tvg-id="CBCNewsHighlights.ca" tvg-name="CBC News Highlights" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQ0OTQ3NTlf/Tubi_LiveNews_840x840.png" group-title="",CBC News Highlights +#EXTINF:-1 tvg-id="CBCNewsHighlights.ca" tvg-name="CBC News Highlights" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQ0OTQ3NTlf/Tubi_LiveNews_840x840.png" group-title="News",CBC News Highlights https://csm-e-eb.csm.tubi.video/csm/live/243017997.m3u8 #EXTINF:-1 tvg-id="CBCNewsNetwork.ca" tvg-name="CBC News Network" tvg-country="CA" tvg-language="English" tvg-logo="" group-title="News",CBC News Network https://cbcnewshd-f.akamaihd.net/i/cbcnews_30@304030/index_2500_av-p.m3u8 -#EXTINF:-1 tvg-id="CBCToronto.ca" tvg-name="CBC Toronto" tvg-country="CA" tvg-language="English" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/hfihtv.png" group-title="",CBC Toronto (720p) +#EXTINF:-1 tvg-id="CBCToronto.ca" tvg-name="CBC Toronto" tvg-country="CA" tvg-language="English" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/hfihtv.png" group-title="Local",CBC Toronto (720p) https://bozztv.com/teleyupp1/teleup-ydcl2V1MVC/playlist.m3u8 -#EXTINF:-1 tvg-id="CityTVToronto.ca" tvg-name="CityTV Toronto" tvg-country="CA" tvg-language="" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/byqsfg.png" group-title="",CityTV Toronto (720p) +#EXTINF:-1 tvg-id="CityTVToronto.ca" tvg-name="CityTV Toronto" tvg-country="CA" tvg-language="" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/byqsfg.png" group-title="Local",CityTV Toronto (720p) https://bozztv.com/teleyupp1/teleup-iSykLSKMFr/playlist.m3u8 #EXTINF:-1 tvg-id="ClassiqueTV.ca" tvg-name="Classique TV" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Classique TV (480p) http://stmv2.srvstm.com/classique/classique/playlist.m3u8 @@ -67,7 +67,7 @@ https://pe-fa-lp02a.9c9media.com/live/News1Digi/p/hls/00000201/38ef78f479b07aa0/ https://bozztv.com/teleyupp1/teleup-zxsJFt6VvY/playlist.m3u8 #EXTINF:-1 tvg-id="DealornoDeal.ca" tvg-name="Deal or no Deal" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/soOgFFc.jpg" group-title="",Deal or no Deal (720p) https://endemol-dealornodeal-1-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="DryBarComedy.ca" tvg-name="DryBar Comedy" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/a3mGVRE.jpg" group-title="",DryBar Comedy (720p) +#EXTINF:-1 tvg-id="DryBarComedy.ca" tvg-name="DryBar Comedy" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/a3mGVRE.jpg" group-title="Comedy",DryBar Comedy (720p) https://drybar-drybarcomedy-1-ca.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="EawazTV.ca" tvg-name="Eawaz TV" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Eawaz TV https://streamer12.vdn.dstreamone.net/saazoawaz/saazoawaz/chunks.m3u8 @@ -87,31 +87,31 @@ https://dfmjr9irb1dl5.cloudfront.net/out/v1/454010ff309e4963a087f5802856e346/ind https://dfmjr9irb1dl5.cloudfront.net/out/v1/454010ff309e4963a087f5802856e346/index_1.m3u8 #EXTINF:-1 tvg-id="GlobalEdmonton.ca" tvg-name="Global Edmonton" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/7R10c5i.png" group-title="Local",Global Edmonton (720p) https://da7sdtkzly6qj.cloudfront.net/out/v1/b317f6c10f2e493993bd2b5314df1c7c/index.m3u8 -#EXTINF:-1 tvg-id="GlobalNews.ca" tvg-name="Global News" tvg-country="CA" tvg-language="" tvg-logo="https://s0.wp.com/wp-content/themes/vip/shaw-globalnews/_img/logos/news_2x.png" group-title="",Global News +#EXTINF:-1 tvg-id="GlobalNews.ca" tvg-name="Global News" tvg-country="CA" tvg-language="" tvg-logo="https://s0.wp.com/wp-content/themes/vip/shaw-globalnews/_img/logos/news_2x.png" group-title="News",Global News https://da7sdtkzly6qj.cloudfront.net/out/v1/b317f6c10f2e493993bd2b5314df1c7c/index_1.m3u8 #EXTINF:-1 tvg-id="GlobalNews.ca" tvg-name="Global News" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/mhhVQE6.png" group-title="News",Global News (720p) https://live.corusdigitaldev.com/groupd/live/49a91e7f-1023-430f-8d66-561055f3d0f7/live.isml/master.m3u8 -#EXTINF:-1 tvg-id="GlobalNewsBC.ca" tvg-name="Global News BC" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="",Global News BC (720p) +#EXTINF:-1 tvg-id="GlobalNewsBC.ca" tvg-name="Global News BC" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="News",Global News BC (720p) https://live.corusdigitaldev.com/groupa/live/48a5882b-a1ec-42d7-bfd7-6c2739e737da/live.isml/.m3u8 -#EXTINF:-1 tvg-id="GlobalNewsHalifax.ca" tvg-name="Global News Halifax" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="",Global News Halifax (720p) +#EXTINF:-1 tvg-id="GlobalNewsHalifax.ca" tvg-name="Global News Halifax" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="Local",Global News Halifax (720p) https://live.corusdigitaldev.com/groupa/live/b60d1d57-2851-4c29-bf5c-36feed988e57/live.isml/.m3u8 -#EXTINF:-1 tvg-id="GlobalNewsKingston.ca" tvg-name="Global News Kingston" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="",Global News Kingston (720p) +#EXTINF:-1 tvg-id="GlobalNewsKingston.ca" tvg-name="Global News Kingston" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="Local",Global News Kingston (720p) https://live.corusdigitaldev.com/groupa/live/023a9e25-f0cf-4d97-af9f-5c665b7d45b9/live.isml/.m3u8 -#EXTINF:-1 tvg-id="GlobalNewsMontreal.ca" tvg-name="Global News Montreal" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="",Global News Montreal (720p) +#EXTINF:-1 tvg-id="GlobalNewsMontreal.ca" tvg-name="Global News Montreal" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="Local",Global News Montreal (720p) https://live.corusdigitaldev.com/groupa/live/6bfb7f13-9d9d-4211-9c50-fb56330e4ccd/live.isml/.m3u8 -#EXTINF:-1 tvg-id="GlobalNewsNational.ca" tvg-name="Global News National" tvg-country="CA" tvg-language="" tvg-logo="https://i.imgur.com/JIA7MUV.png" group-title="",Global News National (720p) +#EXTINF:-1 tvg-id="GlobalNewsNational.ca" tvg-name="Global News National" tvg-country="CA" tvg-language="" tvg-logo="https://i.imgur.com/JIA7MUV.png" group-title="News",Global News National (720p) https://live.corusdigitaldev.com/groupd/live/49a91e7f-1023-430f-8d66-561055f3d0f7/live.isml/.m3u8 -#EXTINF:-1 tvg-id="GlobalNewsPeterborough.ca" tvg-name="Global News Peterborough" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="",Global News Peterborough (720p) +#EXTINF:-1 tvg-id="GlobalNewsPeterborough.ca" tvg-name="Global News Peterborough" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="Local",Global News Peterborough (720p) https://live.corusdigitaldev.com/groupa/live/5eb39b64-58e8-47d2-97ca-25e8cd760b63/live.isml/.m3u8 -#EXTINF:-1 tvg-id="GlobalNewsRegina.ca" tvg-name="Global News Regina" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="",Global News Regina (720p) +#EXTINF:-1 tvg-id="GlobalNewsRegina.ca" tvg-name="Global News Regina" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="Local",Global News Regina (720p) https://live.corusdigitaldev.com/groupb/live/3062d0e3-ed4c-4f47-8482-95648250f4b8/live.isml/.m3u8 -#EXTINF:-1 tvg-id="GlobalNewsSaskatoon.ca" tvg-name="Global News Saskatoon" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="",Global News Saskatoon (720p) +#EXTINF:-1 tvg-id="GlobalNewsSaskatoon.ca" tvg-name="Global News Saskatoon" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="Local",Global News Saskatoon (720p) https://live.corusdigitaldev.com/groupc/live/f191ef59-6c28-42ba-86d0-d47df5280249/live.isml/.m3u8 -#EXTINF:-1 tvg-id="GlobalNewsToronto.ca" tvg-name="Global News Toronto" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="",Global News Toronto (720p) +#EXTINF:-1 tvg-id="GlobalNewsToronto.ca" tvg-name="Global News Toronto" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="Local",Global News Toronto (720p) https://d128o1k7zh3htz.cloudfront.net/out/v1/74a58360a3734f97b74ba439bc678044/index.m3u8 -#EXTINF:-1 tvg-id="GlobalNewsVancouver.ca" tvg-name="Global News Vancouver" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="",Global News Vancouver (720p) +#EXTINF:-1 tvg-id="GlobalNewsVancouver.ca" tvg-name="Global News Vancouver" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="Local",Global News Vancouver (720p) https://d8i9f8op7jmyk.cloudfront.net/out/v1/89a3f0453e134472a2101f6264d055ae/index.m3u8 -#EXTINF:-1 tvg-id="GlobalNewsWinnipeg.ca" tvg-name="Global News Winnipeg" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="",Global News Winnipeg (720p) +#EXTINF:-1 tvg-id="GlobalNewsWinnipeg.ca" tvg-name="Global News Winnipeg" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GlobalNews_650x650.png?raw=true" group-title="Local",Global News Winnipeg (720p) https://live.corusdigitaldev.com/groupb/live/564df695-94f9-4f27-b1b9-0a936ab01721/live.isml/.m3u8 #EXTINF:-1 tvg-id="GlobalToronto.ca" tvg-name="Global Toronto" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/wlqYdqN.png" group-title="Local",Global Toronto (720p) https://live.corusdigitaldev.com/groupd/live/8970c668-40cd-4ca9-8c4d-25fd04f619b5/live.isml/master.m3u8 diff --git a/channels/cg.m3u b/channels/cg.m3u index cb16bc185..0bfa271c1 100644 --- a/channels/cg.m3u +++ b/channels/cg.m3u @@ -1,19 +1,19 @@ #EXTM3U -#EXTINF:-1 tvg-id="AfricaNews.cg" tvg-name="AfricaNews" tvg-country="CG" tvg-language="" tvg-logo="" group-title="",AfricaNews +#EXTINF:-1 tvg-id="AfricaNews.cg" tvg-name="AfricaNews" tvg-country="CG" tvg-language="" tvg-logo="" group-title="News",AfricaNews https://linkastream.co/headless?url=https://youtu.be/NQjabLGdP5g/live -#EXTINF:-1 tvg-id="AfricaNews.cg" tvg-name="AfricaNews" tvg-country="CG" tvg-language="" tvg-logo="" group-title="",AfricaNews +#EXTINF:-1 tvg-id="AfricaNews.cg" tvg-name="AfricaNews" tvg-country="CG" tvg-language="" tvg-logo="" group-title="News",AfricaNews https://rakuten-africanews-2-be.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AfricaNews.cg" tvg-name="AfricaNews" tvg-country="CG" tvg-language="" tvg-logo="" group-title="",AfricaNews +#EXTINF:-1 tvg-id="AfricaNews.cg" tvg-name="AfricaNews" tvg-country="CG" tvg-language="" tvg-logo="" group-title="News",AfricaNews https://rakuten-africanews-2-lu.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AfricanewsDenmark.cg" tvg-name="Africanews (Denmark)" tvg-country="CG" tvg-language="" tvg-logo="" group-title="",Africanews (Denmark) +#EXTINF:-1 tvg-id="AfricanewsDenmark.cg" tvg-name="Africanews (Denmark)" tvg-country="CG" tvg-language="" tvg-logo="" group-title="News",Africanews (Denmark) https://rakuten-africanews-1-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AfricaNewsFinland.cg" tvg-name="AfricaNews (Finland)" tvg-country="CG" tvg-language="" tvg-logo="" group-title="",AfricaNews (Finland) +#EXTINF:-1 tvg-id="AfricaNewsFinland.cg" tvg-name="AfricaNews (Finland)" tvg-country="CG" tvg-language="" tvg-logo="" group-title="News",AfricaNews (Finland) https://rakuten-africanews-1-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AfricaNews.cg" tvg-name="AfricaNews" tvg-country="CG" tvg-language="" tvg-logo="" group-title="",AfricaNews (France) +#EXTINF:-1 tvg-id="AfricaNews.cg" tvg-name="AfricaNews" tvg-country="CG" tvg-language="" tvg-logo="" group-title="News",AfricaNews (France) https://linkastream.co/headless?url=https://youtu.be/b6R9-7KZ8YM/live -#EXTINF:-1 tvg-id="AfricaNewsIreland.cg" tvg-name="AfricaNews (Ireland)" tvg-country="CG" tvg-language="" tvg-logo="" group-title="",AfricaNews (Ireland) +#EXTINF:-1 tvg-id="AfricaNewsIreland.cg" tvg-name="AfricaNews (Ireland)" tvg-country="CG" tvg-language="" tvg-logo="" group-title="News",AfricaNews (Ireland) https://rakuten-africanews-1-ie.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AfricaNewsNorway.cg" tvg-name="AfricaNews (Norway)" tvg-country="CG" tvg-language="" tvg-logo="" group-title="",AfricaNews (Norway) +#EXTINF:-1 tvg-id="AfricaNewsNorway.cg" tvg-name="AfricaNews (Norway)" tvg-country="CG" tvg-language="" tvg-logo="" group-title="News",AfricaNews (Norway) https://rakuten-africanews-1-no.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="ObossoTV.cg" tvg-name="Obosso TV" tvg-country="CG" tvg-language="" tvg-logo="https://i.imgur.com/UTo9vCc.jpg" group-title="",Obosso TV https://edge4.vedge.infomaniak.com/livecast/ik:obossotv_6/manifest.m3u8?spark=f033d292-cb89-4c69-bcad-4cfb4c160d9d&token= diff --git a/channels/ch.m3u b/channels/ch.m3u index ee5b4315d..5ca1045ae 100644 --- a/channels/ch.m3u +++ b/channels/ch.m3u @@ -39,7 +39,7 @@ https://edge4.vedge.infomaniak.com/livecast/ik:lfmmd/manifest.m3u8?spark=cf45faa https://lfmhd.vedge.infomaniak.com/livecast/lfmhd/playlist.m3u8 #EXTINF:-1 tvg-id="LFMTVHD.ch" tvg-name="LFM TV HD" tvg-country="CH" tvg-language="" tvg-logo="" group-title="",LFM TV HD (1080p) http://lfmmd.vedge.infomaniak.com/livecast/smil:lfmmd.smil/manifest.m3u8 -#EXTINF:-1 tvg-id="Meteonews.ch" tvg-name="Meteonews" tvg-country="CH" tvg-language="" tvg-logo="https://i.imgur.com/YtYhbJD.png" group-title="",Meteonews +#EXTINF:-1 tvg-id="Meteonews.ch" tvg-name="Meteonews" tvg-country="CH" tvg-language="" tvg-logo="https://i.imgur.com/YtYhbJD.png" group-title="News",Meteonews https://streaming.meteonews.net/hls/stream.m3u8 #EXTINF:-1 tvg-id="ONEFMTV.ch" tvg-name="ONE FM TV" tvg-country="CH" tvg-language="" tvg-logo="" group-title="",ONE FM TV https://edge4.vedge.infomaniak.com/livecast/smil:onefmmd.smil/manifest.m3u8 diff --git a/channels/cn.m3u b/channels/cn.m3u index 7c2463049..ffc15697d 100644 --- a/channels/cn.m3u +++ b/channels/cn.m3u @@ -147,9 +147,9 @@ http://livear.cgtn.com/1000a/prog_index.m3u8 https://news.cgtn.com/resource/live/arabic/cgtn-a.m3u8 #EXTINF:-1 tvg-id="472" tvg-name="CGTNDocumentary" tvg-country="CN" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/d/d6/CGTN_Documentary_logo.png" group-title="Documentary",CGTN Documentary http://121.31.30.90:8085/ysten-business/live/cctv-9/yst.m3u8 -#EXTINF:-1 tvg-id="CGTNDocumentary.cn" tvg-name="CGTN Documentary" tvg-country="CN" tvg-language="" tvg-logo="" group-title="",CGTN Documentary +#EXTINF:-1 tvg-id="CGTNDocumentary.cn" tvg-name="CGTN Documentary" tvg-country="CN" tvg-language="" tvg-logo="" group-title="Documentary",CGTN Documentary https://livedoc.cgtn.com/500d/prog_index.m3u8 -#EXTINF:-1 tvg-id="CGTNDocumentaryEN.cn" tvg-name="CGTN Documentary EN" tvg-country="CN" tvg-language="" tvg-logo="" group-title="",CGTN Documentary EN (720p) +#EXTINF:-1 tvg-id="CGTNDocumentaryEN.cn" tvg-name="CGTN Documentary EN" tvg-country="CN" tvg-language="" tvg-logo="" group-title="Documentary",CGTN Documentary EN (720p) https://news.cgtn.com/resource/live/document/cgtn-doc.m3u8 #EXTINF:-1 tvg-id="CGTNDocumentaryZhongGuo.cn" tvg-name="CGTN Documentary(ไธญๅ›ฝ)" tvg-country="CN" tvg-language="Chinese" tvg-logo="http://static.epg.best/au/CGTNDocu.au.png" group-title="News",CGTN Documentary(ไธญๅ›ฝ) https://livedoc.cgtn.com/1000d/prog_index.m3u8 @@ -219,7 +219,7 @@ https://nhkw-zh-hlscomp.akamaized.net/ixxemlzk1vqvy44o/playlist.m3u8 http://hnsd.chinashadt.com:2036/live/stream:shaodong.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Tongren2.cn" tvg-name="Tongren 2" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",Tongren 2 http://gztr.chinashadt.com:2036/live/stream:tr2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="tvoKIDS.cn" tvg-name="tvo KIDS" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://parco-zh.github.io/demo/TVO.png" group-title="",tvo KIDS (360p) +#EXTINF:-1 tvg-id="tvoKIDS.cn" tvg-name="tvo KIDS" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://parco-zh.github.io/demo/TVO.png" group-title="Kids",tvo KIDS (360p) https://bcsecurelivehls-i.akamaihd.net/hls/live/623607/15364602001/tvokids/master.m3u8 #EXTINF:-1 tvg-id="XuzhouTV1.cn" tvg-name="Xuzhou TV 1" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://i.imgur.com/LcJZVV5.png" group-title="",Xuzhou TV 1 http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225945/index.m3u8 @@ -237,7 +237,7 @@ http://qxlmlive.cbg.cn:1935/app_2/ls_40.stream/playlist.m3u8 http://stream.smntv.cn/smtv2/sd/live.m3u8 #EXTINF:-1 tvg-id="SanMingXinWenZongHe.cn" tvg-name="ไธ‰ๆ˜Žๆ–ฐ้—ป็ปผๅˆ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ไธ‰ๆ˜Žๆ–ฐ้—ป็ปผๅˆ http://stream.smntv.cn/smtv1/sd/live.m3u8 -#EXTINF:-1 tvg-id="SanLiXinWen.cn" tvg-name="ไธ‰็ซ‹ๆ–ฐ่ž" tvg-country="CN" tvg-language="Chinese" tvg-logo="http://epg.51zmt.top:8000/tb1/gt/SETNews.png" group-title="",ไธ‰็ซ‹ๆ–ฐ่ž +#EXTINF:-1 tvg-id="SanLiXinWen.cn" tvg-name="ไธ‰็ซ‹ๆ–ฐ่ž" tvg-country="CN" tvg-language="Chinese" tvg-logo="http://epg.51zmt.top:8000/tb1/gt/SETNews.png" group-title="News",ไธ‰็ซ‹ๆ–ฐ่ž http://seb.sason.top/sc/sllive_fhd.m3u8 #EXTINF:-1 tvg-id="ShangHaiDongFangWeiShi.cn" tvg-name="ไธŠๆตทไธœๆ–นๅซ่ง†" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ไธŠๆตทไธœๆ–นๅซ่ง† http://ivi.bupt.edu.cn/hls/dfhd.m3u8 @@ -421,7 +421,7 @@ http://121.31.30.91:8081/ysten-business/live/nongyezf/1.m3u8 http://stream2.jlntv.cn/naxw/sd/live.m3u8 #EXTINF:-1 tvg-id="FengHuangZhongWenHD.cn" tvg-name="ๅ‡คๅ‡ฐไธญๆ–‡HD" tvg-country="CN" tvg-language="" tvg-logo="" group-title="",ๅ‡คๅ‡ฐไธญๆ–‡HD http://223.82.250.72/live/fhchinese/1.m3u8 -#EXTINF:-1 tvg-id="FengHuangDianYing.cn" tvg-name="ๅ‡คๅ‡ฐ็”ตๅฝฑ" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://upload.wikimedia.org/wikipedia/zh/thumb/a/a0/Phoenix_Movies.svg/200px-Phoenix_Movies.svg.png" group-title="",ๅ‡คๅ‡ฐ็”ตๅฝฑ +#EXTINF:-1 tvg-id="FengHuangDianYing.cn" tvg-name="ๅ‡คๅ‡ฐ็”ตๅฝฑ" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://upload.wikimedia.org/wikipedia/zh/thumb/a/a0/Phoenix_Movies.svg/200px-Phoenix_Movies.svg.png" group-title="Movies",ๅ‡คๅ‡ฐ็”ตๅฝฑ https://www.fanmingming.cn/hls/fhdy.m3u8 #EXTINF:-1 tvg-id="FengTaiWenHuaShengHuo.cn" tvg-name="ๅ‡คๅฐๆ–‡ๅŒ–็”Ÿๆดป" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๅ‡คๅฐๆ–‡ๅŒ–็”Ÿๆดป (576p) http://60.175.115.119:1935/live/wenhua/playlist.m3u8 @@ -443,7 +443,7 @@ http://otttv.bj.chinamobile.com/TVOD/88888888/224/3221226554/1.m3u8 http://otttv.bj.chinamobile.com/TVOD/88888888/224/3221226553/1.m3u8 #EXTINF:-1 tvg-id="BeiJingIPTVTaoDianYing.cn" tvg-name="ๅŒ—ไบฌIPTV ๆท˜็”ตๅฝฑ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๅŒ—ไบฌIPTV ๆท˜็”ตๅฝฑ http://otttv.bj.chinamobile.com/TVOD/88888888/224/3221226552/1.m3u8 -#EXTINF:-1 tvg-id="BeiJingJiShi.cn" tvg-name="ๅŒ—ไบฌ็บชๅฎž" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://media.bjnews.com.cn/image/2019/05/03/4788479376108891447.jpg" group-title="",ๅŒ—ไบฌๅ†ฌๅฅฅ็บชๅฎž +#EXTINF:-1 tvg-id="BeiJingJiShi.cn" tvg-name="ๅŒ—ไบฌ็บชๅฎž" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://media.bjnews.com.cn/image/2019/05/03/4788479376108891447.jpg" group-title="News",ๅŒ—ไบฌๅ†ฌๅฅฅ็บชๅฎž http://ottrrs.hl.chinamobile.com/PLTV/88888888/224/3221225729/index.m3u8 #EXTINF:-1 tvg-id="BeiJingQiaKuShaoEr.cn" tvg-name="ๅŒ—ไบฌๅก้…ทๅฐ‘ๅ„ฟ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="Kids",ๅŒ—ไบฌๅก้…ทๅฐ‘ๅ„ฟ http://121.31.30.90:8085/ysten-business/live/kakukaton/1.m3u8 @@ -1481,9 +1481,9 @@ http://m-tvlmedia.public.bcs.ysten.com/ysten-business/live/xuandongkaton/1.m3u8 http://cclive.aniu.tv/live/anzb.m3u8 #EXTINF:-1 tvg-id="JianWeiXinWenZongHe.cn" tvg-name="็Šไธบๆ–ฐ้—ป็ปผๅˆ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",็Šไธบๆ–ฐ้—ป็ปผๅˆ http://tv.scwlqw.cn:3100/hls/kqcyufpi/index.m3u8 -#EXTINF:-1 tvg-id="XianXian1Tai.cn" tvg-name="็ŒฎๅŽฟ1ๅฐ" tvg-country="CN" tvg-language="Chinese" tvg-logo="http://inews.gtimg.com/newsapp_ls/0/420589832_200200/0.jpg" group-title="",็ŒฎๅŽฟ1ๅฐ +#EXTINF:-1 tvg-id="XianXian1Tai.cn" tvg-name="็ŒฎๅŽฟ1ๅฐ" tvg-country="CN" tvg-language="Chinese" tvg-logo="http://inews.gtimg.com/newsapp_ls/0/420589832_200200/0.jpg" group-title="News",็ŒฎๅŽฟ1ๅฐ http://hbxx.chinashadt.com:3299/live/stream%3Adi7.stream_360p/chunklist.m3u8 -#EXTINF:-1 tvg-id="XianXian2Tai.cn" tvg-name="็ŒฎๅŽฟ2ๅฐ" tvg-country="CN" tvg-language="Chinese" tvg-logo="http://inews.gtimg.com/newsapp_ls/0/420589832_200200/0.jpg" group-title="",็ŒฎๅŽฟ2ๅฐ +#EXTINF:-1 tvg-id="XianXian2Tai.cn" tvg-name="็ŒฎๅŽฟ2ๅฐ" tvg-country="CN" tvg-language="Chinese" tvg-logo="http://inews.gtimg.com/newsapp_ls/0/420589832_200200/0.jpg" group-title="News",็ŒฎๅŽฟ2ๅฐ http://hbxx.chinashadt.com:3299/live/stream%3Adi8.stream_360p/chunklist.m3u8 #EXTINF:-1 tvg-id="XianDaiJiaoYu.cn" tvg-name="็Žฐไปฃๆ•™่‚ฒ" tvg-country="CN" tvg-language="" tvg-logo="" group-title="",็Žฐไปฃๆ•™่‚ฒ http://149.129.100.78/guangdong.php?id=13 @@ -1607,7 +1607,7 @@ http://l.cztvcloud.com/channels/lantian/SXxiaoshan1/720p.m3u8 http://palive.patv123.com:8091/live/xwpd_800K.m3u8 #EXTINF:-1 tvg-id="WeiShiQiaShi.cn" tvg-name="่ก›่ฆ–ๅกๅผ" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://www.nowtv.now.com/media/logo/140-wbg-e.png" group-title="",่ก›่ฆ–ๅกๅผ https://liveanevia.mncnow.id/live/eds/SCMlegend/sa_dash_vmx/SCMlegend.mpd -#EXTINF:-1 tvg-id="WeiShiDianYing.cn" tvg-name="่ก›่ฆ–้›ปๅฝฑ" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://www.fng.tw/scm/images/StarChinesMovies_logo.png" group-title="",่ก›่ฆ–้›ปๅฝฑ +#EXTINF:-1 tvg-id="WeiShiDianYing.cn" tvg-name="่ก›่ฆ–้›ปๅฝฑ" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://www.fng.tw/scm/images/StarChinesMovies_logo.png" group-title="Movies",่ก›่ฆ–้›ปๅฝฑ https://liveanevia.mncnow.id/live/eds/SCM/sa_dash_vmx/SCM.mpd #EXTINF:-1 tvg-id="HengShuiYingShiYuLe.cn" tvg-name="่กกๆฐดๅฝฑ่ง†ๅจฑไน" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",่กกๆฐดๅฝฑ่ง†ๅจฑไน [Not 24/7] http://hls.hsrtv.cn/hls/hstv2.m3u8 diff --git a/channels/co.m3u b/channels/co.m3u index 9f9450e8b..9cbfd51ba 100644 --- a/channels/co.m3u +++ b/channels/co.m3u @@ -71,7 +71,7 @@ https://stream.logicideas.media/telepacifico-live/smil:live.smil/playlist.m3u8 https://streamyes.alsolnet.com/tvgracia/live/playlist.m3u8 #EXTINF:-1 tvg-id="UNOPLAY.co" tvg-name="UNO PLAY" tvg-country="CO" tvg-language="" tvg-logo="https://i.imgur.com/RReDi1C.png" group-title="",UNO PLAY https://live-edge-bhs-1.cdn.enetres.net/184784E1D210401F8041E3E1266822CC021/playlist.m3u8 -#EXTINF:-1 tvg-id="WinSports.co" tvg-name="Win Sports" tvg-country="CO" tvg-language="" tvg-logo="" group-title="",Win Sports +#EXTINF:-1 tvg-id="WinSports.co" tvg-name="Win Sports" tvg-country="CO" tvg-language="" tvg-logo="" group-title="Sports",Win Sports http://186.101.216.211:8000/play/a0cq -#EXTINF:-1 tvg-id="WinSportsPlus.co" tvg-name="Win Sports +" tvg-country="CO" tvg-language="" tvg-logo="" group-title="",Win Sports + +#EXTINF:-1 tvg-id="WinSportsPlus.co" tvg-name="Win Sports +" tvg-country="CO" tvg-language="" tvg-logo="" group-title="Sports",Win Sports + http://186.101.216.211:8000/play/g07j diff --git a/channels/cy.m3u b/channels/cy.m3u index 509da3b55..c57d74af7 100644 --- a/channels/cy.m3u +++ b/channels/cy.m3u @@ -29,7 +29,7 @@ http://kuzeykibris.tv/m3u8/tv_kktv.m3u8 http://web.onair-radio.eu:1935/video/video/playlist.m3u8 #EXTINF:-1 tvg-id="SAT7ARABIC.cy" tvg-name="SAT-7 ARABIC" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/xvJw3qt.png" group-title="",SAT-7 ARABIC (720p) https://svs.itworkscdn.net/sat7arabiclive/sat7arabic.smil/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="SAT7KIDS.cy" tvg-name="SAT-7 KIDS" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="" group-title="",SAT-7 KIDS (720p) +#EXTINF:-1 tvg-id="SAT7KIDS.cy" tvg-name="SAT-7 KIDS" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="" group-title="Kids",SAT-7 KIDS (720p) https://svs.itworkscdn.net/sat7kidslive/sat7kids.smil/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="SAT7PARS.cy" tvg-name="SAT-7 PARS" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/wrOg8vL.png" group-title="",SAT-7 PARS (720p) https://svs.itworkscdn.net/sat7parslive/sat7pars.smil/playlist_dvr.m3u8 diff --git a/channels/cz.m3u b/channels/cz.m3u index 461b03ab4..bbd60e548 100644 --- a/channels/cz.m3u +++ b/channels/cz.m3u @@ -23,7 +23,7 @@ https://nova-live.ssl.cdn.cra.cz/channels/nova_cinema_avod/playlist/cze/live_xq. https://nova-live.ssl.cdn.cra.cz/channels/nova_gold_avod/playlist/cze/live_hq.m3u8 #EXTINF:-1 tvg-id="NovaGold.cz" tvg-name="Nova Gold" tvg-country="CZ" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/7/7f/Nova_Gold_logo.png" group-title="",Nova Gold https://nova-live.ssl.cdn.cra.cz/channels/nova_gold_avod/playlist/cze/live_xq.m3u8 -#EXTINF:-1 tvg-id="OCKOEXPRESmusic.cz" tvg-name="OCKO EXPRES music" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="",OCKO EXPRES music +#EXTINF:-1 tvg-id="OCKOEXPRESmusic.cz" tvg-name="OCKO EXPRES Music" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="Music",OCKO EXPRES Music http://ocko-live.ssl.cdn.cra.cz/channels/ocko_expres/playlist/cze/live_lq.m3u8?offsetSeconds=0 #EXTINF:-1 tvg-id="OckoTV.cz" tvg-name="Ocko TV" tvg-country="CZ" tvg-language="" tvg-logo="https://i.imgur.com/jKPRYdM.png" group-title="Music",Ocko TV (540p) https://ocko-live-dash.ssl.cdn.cra.cz/cra_live2/ocko.stream.1.smil/playlist.m3u8 @@ -33,19 +33,19 @@ https://stream.polar.cz/polar/polarlive-1/playlist.m3u8 https://stream.polar.cz/prahatv/prahatvlive-1/playlist.m3u8 #EXTINF:-1 tvg-id="PrahaTVHD.cz" tvg-name="Praha TV HD" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="",Praha TV HD (1080p) http://stream.polar.cz:1935/prahatv/prahatvlive-1/playlist.m3u8 -#EXTINF:-1 tvg-id="RetroMusic.cz" tvg-name="Retro Music" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="",Retro Music +#EXTINF:-1 tvg-id="RetroMusic.cz" tvg-name="Retro Music" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="Music",Retro Music http://stream.mediawork.cz/retrotv/retrotvHQ1/chunklist_w1397767252.m3u8 -#EXTINF:-1 tvg-id="RetroMusicTelevision.cz" tvg-name="Retro Music Television" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="",Retro Music Television +#EXTINF:-1 tvg-id="RetroMusicTelevision.cz" tvg-name="Retro Music Television" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="Music",Retro Music Television http://stream.mediawork.cz/retrotv//retrotvHQ1/chunklist_w119998573.m3u8 -#EXTINF:-1 tvg-id="RetroMusicTelevision.cz" tvg-name="Retro Music Television" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="",Retro Music Television +#EXTINF:-1 tvg-id="RetroMusicTelevision.cz" tvg-name="Retro Music Television" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="Music",Retro Music Television http://stream.mediawork.cz/retrotv//retrotvHQ1/chunklist_w1911133387.m3u8 -#EXTINF:-1 tvg-id="RetroMusicTelevision.cz" tvg-name="Retro Music Television" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="",Retro Music Television (360p) +#EXTINF:-1 tvg-id="RetroMusicTelevision.cz" tvg-name="Retro Music Television" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="Music",Retro Music Television (360p) http://stream.mediawork.cz/retrotv//retrotvHQ1/playlist.m3u8 -#EXTINF:-1 tvg-id="RetroMusicTelevision.cz" tvg-name="Retro Music Television" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="",Retro Music Television +#EXTINF:-1 tvg-id="RetroMusicTelevision.cz" tvg-name="Retro Music Television" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="Music",Retro Music Television http://stream.mediawork.cz/retrotv/retrotvHQ1/chunklist_w1652320907.m3u8 #EXTINF:-1 tvg-id="RetroMusicTV.cz" tvg-name="Retro Music TV" tvg-country="CZ;SK" tvg-language="Czech" tvg-logo="https://i.postimg.cc/C53XtK5f/zaltv.png" group-title="Music",Retro Music TV (360p) http://89.185.253.55/retrotv/retrotvHQ1/playlist.m3u8 -#EXTINF:-1 tvg-id="RetroMusicTV.cz" tvg-name="Retro Music TV" tvg-country="CZ" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/RetroMusicTV.png" group-title="",Retro Music TV +#EXTINF:-1 tvg-id="RetroMusicTV.cz" tvg-name="Retro Music TV" tvg-country="CZ" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/RetroMusicTV.png" group-title="Music",Retro Music TV http://stream.mediawork.cz/retrotv/retrotvHQ1/chunklist_w627639048.m3u8?iptvgratis?chile.m3u8 #EXTINF:-1 tvg-id="RetroTv.cz" tvg-name="Retro Tv" tvg-country="CZ" tvg-language="" tvg-logo="" group-title="",Retro Tv http://stream.mediawork.cz/retrotv/retrotvHQ1/chunklist_w627639048.m3u8 diff --git a/channels/de.m3u b/channels/de.m3u index dcddb923a..914a658c3 100644 --- a/channels/de.m3u +++ b/channels/de.m3u @@ -182,9 +182,9 @@ http://dwstream32-lh.akamaihd.net/i/dwstream32_live@500520/master.m3u8 https://dwstream3-lh.akamaihd.net/i/dwstream3_live@124409/master.m3u8 #EXTINF:-1 tvg-id="DWLatinoAmerica.de" tvg-name="DW Latino America" tvg-country="LATAM" tvg-language="Spanish" tvg-logo="https://i.imgur.com/N8ueokL.gif" group-title="",DW Latino America http://dwstream3-lh.akamaihd.net/i/dwstream3_live@124409/index_1_av-p.m3u8 -#EXTINF:-1 tvg-id="DWNEWS.de" tvg-name="DW NEWS" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",DW NEWS +#EXTINF:-1 tvg-id="DWNEWS.de" tvg-name="DW NEWS" tvg-country="DE" tvg-language="" tvg-logo="" group-title="News",DW NEWS http://dwstream4-lh.akamaihd.net:80/i/dwstream4_live@131329/index_1_av-b.m3u8 -#EXTINF:-1 tvg-id="DWNEWS.de" tvg-name="DW NEWS" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",DW NEWS +#EXTINF:-1 tvg-id="DWNEWS.de" tvg-name="DW NEWS" tvg-country="DE" tvg-language="" tvg-logo="" group-title="News",DW NEWS http://dwstream4-lh.akamaihd.net:80/i/dwstream4_live@131329/index_1_av-b.m3u8?AndreOid #EXTINF:-1 tvg-id="EktaTV.de" tvg-name="Ekta TV" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",Ekta TV [Not 24/7] https://dwstream22-lh.akamaihd.net/i/dwstream22_live@500519/index_1_av-b.m3u8 diff --git a/channels/eg.m3u b/channels/eg.m3u index 0246426d6..243c543c0 100644 --- a/channels/eg.m3u +++ b/channels/eg.m3u @@ -19,9 +19,9 @@ https://5d12bc59c4748.streamlock.net/redirect/ctvchannel.tv/ctv.smil?type=m3u8 https://mn-nl.mncdn.com/elsharq_live/live/chunklist.m3u8 #EXTINF:-1 tvg-id="ElsharqTV.eg" tvg-name="Elsharq TV" tvg-country="EG" tvg-language="Arabic" tvg-logo="http://elsharq.tv/img/elsharq.png" group-title="General",Elsharq TV (1080p) https://mn-nl.mncdn.com/elsharq_live/live/playlist.m3u8 -#EXTINF:-1 tvg-id="eXtraNews.eg" tvg-name="eXtra News" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="",eXtra News [Not 24/7] +#EXTINF:-1 tvg-id="eXtraNews.eg" tvg-name="eXtra News" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="News",eXtra News [Not 24/7] https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.youtube.com/channel/UC65F33K2cXk9hGDbOQYhTOw/live -#EXTINF:-1 tvg-id="FreeMusicTV.eg" tvg-name="Free Music TV" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="",Free Music TV +#EXTINF:-1 tvg-id="FreeMusicTV.eg" tvg-name="Free Music TV" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="Music",Free Music TV http://149.100.19.226:8001/play/Free_TV #EXTINF:-1 tvg-id="MekameleenTV.eg" tvg-name="Mekameleen TV" tvg-country="EG" tvg-language="" tvg-logo="" group-title="",Mekameleen TV (720p) http://mn-nl.mncdn.com/mekameleen/smil:mekameleentv.smil/media.m3u8 @@ -39,17 +39,17 @@ https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www. http://mn-nl.mncdn.com/mekameleen/smil:mekameleentv.smil/chunklist_b1864000.m3u8?v=787761179 #EXTINF:-1 tvg-id="NileCinema.eg" tvg-name="Nile Cinema" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="",Nile Cinema http://149.100.19.226:8001/play/Nile_Cinema -#EXTINF:-1 tvg-id="NileComedy.eg" tvg-name="Nile Comedy" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="",Nile Comedy +#EXTINF:-1 tvg-id="NileComedy.eg" tvg-name="Nile Comedy" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="Comedy",Nile Comedy http://149.100.19.226:8001/play/Nile_Comedy #EXTINF:-1 tvg-id="NileCulture.eg" tvg-name="Nile Culture" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="",Nile Culture http://149.100.19.226:8001/play/Nile_Culture -#EXTINF:-1 tvg-id="NileDrama.eg" tvg-name="Nile Drama" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="",Nile Drama +#EXTINF:-1 tvg-id="NileDrama.eg" tvg-name="Nile Drama" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="Movies",Nile Drama http://149.100.19.226:8001/play/Nile_Drama -#EXTINF:-1 tvg-id="NileFamily.eg" tvg-name="Nile Family" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="",Nile Family +#EXTINF:-1 tvg-id="NileFamily.eg" tvg-name="Nile Family" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="Family",Nile Family http://149.100.19.226:8001/play/Nile_Family #EXTINF:-1 tvg-id="NileLife.eg" tvg-name="Nile Life" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="",Nile Life http://149.100.19.226:8001/play/Nile_Life -#EXTINF:-1 tvg-id="NileNews.eg" tvg-name="Nile News" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="",Nile News +#EXTINF:-1 tvg-id="NileNews.eg" tvg-name="Nile News" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="News",Nile News http://149.100.19.226:8001/play/Nile_News #EXTINF:-1 tvg-id="NileSport.eg" tvg-name="Nile Sport" tvg-country="EG" tvg-language="Arabic" tvg-logo="" group-title="",Nile Sport http://149.100.19.226:8001/play/Nile_Sport diff --git a/channels/es.m3u b/channels/es.m3u index 83178f2a0..26d2bd8d6 100644 --- a/channels/es.m3u +++ b/channels/es.m3u @@ -67,7 +67,7 @@ https://dcunilive93-lh.akamaihd.net/i/dclive_1@835792/master.m3u8 https://5940924978228.streamlock.net/8289/smil:8289.smil/master.m3u8 #EXTINF:-1 tvg-id="9laLomaTV.es" tvg-name="9 la Loma TV" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/fpUaXqe.png" group-title="",9 la Loma TV https://9laloma.tv/live.m3u8 -#EXTINF:-1 tvg-id="ActionMovies.es" tvg-name="Action Movies" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/uMcwx2p.jpg" group-title="",Action Movies (720p) +#EXTINF:-1 tvg-id="ActionMovies.es" tvg-name="Action Movies" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/uMcwx2p.jpg" group-title="Movies",Action Movies (720p) https://rakuten-actionmovies-2-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="ActivaTV.es" tvg-name="Activa TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/guHWZwP.jpg" group-title="Music",Activa TV (720p) https://streamtv.mediasector.es/hls/activatv/.m3u8 @@ -167,7 +167,7 @@ https://rtvelivestream.akamaized.net/clan_bkp_dvr.m3u8 https://rtvelivestream.akamaized.net/clan_main_dvr.m3u8 #EXTINF:-1 tvg-id="CMMHD.es" tvg-name="CMM HD" tvg-country="ES" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRdByrmGVNifOPE1W-LsD8oYtNGiRsIrrsMFw&usqp=CAU" group-title="",CMM HD http://cdnapi.kaltura.com/p/2288691/sp/39582391/playManifest/entryId/0_xs45iy5i/format/applehttp/.m3u8 -#EXTINF:-1 tvg-id="ComedyMovies.es" tvg-name="Comedy Movies" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/o1qKoje.jpg" group-title="",Comedy Movies (720p) +#EXTINF:-1 tvg-id="ComedyMovies.es" tvg-name="Comedy Movies" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/o1qKoje.jpg" group-title="Movies",Comedy Movies (720p) https://rakuten-comedymovies-2-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Condavision.es" tvg-name="Condavisiรณn" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/Btnzf1m.png" group-title="",Condavisiรณn (720p) http://145.239.141.154:1935/live/uSCQc5ky/playlist.m3u8 @@ -227,7 +227,7 @@ https://etbvnogeo-lh.akamaihd.net/i/OCA1HD_1@748519/master.m3u8 https://cdnlive.shooowit.net/europapresslive/ep.smil/master.m3u8 #EXTINF:-1 tvg-id="FactoriadeFiccionFDF.es" tvg-name="Factorรญa de Ficciรณn (FDF)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Factorรญa de Ficciรณn (FDF) http://91.126.141.201:1935/live/smil:fdf.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FamilyMovies.es" tvg-name="Family Movies" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="",Family Movies (720p) +#EXTINF:-1 tvg-id="FamilyMovies.es" tvg-name="Family Movies" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="Movies",Family Movies (720p) https://rakuten-family-2-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FibracatTV.es" tvg-name="Fibracat TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Fibracat TV (1080p) https://cdn02.fibracat.cat/fibracattv/index.m3u8 @@ -411,7 +411,7 @@ http://telemadridhls-live.hls.adaptive.level3.net/telemadrid/tvradio/index.m3u8 https://cloud.streamingconnect.tv:455/mezquita/mezquita.m3u8 #EXTINF:-1 tvg-id="Pequeradio.es" tvg-name="Pequeradio" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://static.wixstatic.com/media/76b12f_c9171baf0d3145ea986102ebda0042e5~mv2.png" group-title="",Pequeradio https://canadaremar2.todostreaming.es/live/peque-pequetv.m3u8 -#EXTINF:-1 tvg-id="PlanetaKids.es" tvg-name="Planeta Kids" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/CMRkI5N.jpg" group-title="",Planeta Kids (720p) +#EXTINF:-1 tvg-id="PlanetaKids.es" tvg-name="Planeta Kids" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/CMRkI5N.jpg" group-title="Kids",Planeta Kids (720p) https://deaplaneta-planetakidz-1-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="PopularTVCantabria.es" tvg-name="Popular TV Cantabria" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/hwlTrtF.png" group-title="",Popular TV Cantabria https://limited12.todostreaming.es/live/ptvcantabria-livestream.m3u8 @@ -441,65 +441,65 @@ https://rakuten-action-8-nl.samsung.wurl.com/manifest/playlist.m3u8 https://rakuten-action-11-no.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenActionSweden.es" tvg-name="Rakuten Action (Sweden)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Action (Sweden) https://rakuten-action-9-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenActionMovies1.es" tvg-name="Rakuten Action Movies 1" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Action Movies 1 +#EXTINF:-1 tvg-id="RakutenActionMovies1.es" tvg-name="Rakuten Action Movies 1" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Movies",Rakuten Action Movies 1 https://rakuten-actionmovies-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenActionMovies2.es" tvg-name="Rakuten Action Movies 2" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Action Movies 2 +#EXTINF:-1 tvg-id="RakutenActionMovies2.es" tvg-name="Rakuten Action Movies 2" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Movies",Rakuten Action Movies 2 https://rakuten-actionmovies-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenActionMovies3.es" tvg-name="Rakuten Action Movies 3" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Action Movies 3 +#EXTINF:-1 tvg-id="RakutenActionMovies3.es" tvg-name="Rakuten Action Movies 3" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Movies",Rakuten Action Movies 3 https://rakuten-actionmovies-3-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenComedyDenmark.es" tvg-name="Rakuten Comedy (Denmark)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy (Denmark) +#EXTINF:-1 tvg-id="RakutenComedyDenmark.es" tvg-name="Rakuten Comedy (Denmark)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Comedy",Rakuten Comedy (Denmark) https://rakuten-comedy-10-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenComedyFinland.es" tvg-name="Rakuten Comedy (Finland)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy (Finland) +#EXTINF:-1 tvg-id="RakutenComedyFinland.es" tvg-name="Rakuten Comedy (Finland)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Comedy",Rakuten Comedy (Finland) https://rakuten-comedy-12-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenComedyNetherlands.es" tvg-name="Rakuten Comedy (Netherlands)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy (Netherlands) +#EXTINF:-1 tvg-id="RakutenComedyNetherlands.es" tvg-name="Rakuten Comedy (Netherlands)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Comedy",Rakuten Comedy (Netherlands) https://rakuten-comedy-8-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenComedyNorway.es" tvg-name="Rakuten Comedy (Norway)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy (Norway) +#EXTINF:-1 tvg-id="RakutenComedyNorway.es" tvg-name="Rakuten Comedy (Norway)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Comedy",Rakuten Comedy (Norway) https://rakuten-comedy-11-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenComedySweden.es" tvg-name="Rakuten Comedy (Sweden)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy (Sweden) +#EXTINF:-1 tvg-id="RakutenComedySweden.es" tvg-name="Rakuten Comedy (Sweden)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Comedy",Rakuten Comedy (Sweden) https://rakuten-comedy-9-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenComedyMovies1.es" tvg-name="Rakuten Comedy Movies 1" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy Movies 1 +#EXTINF:-1 tvg-id="RakutenComedyMovies1.es" tvg-name="Rakuten Comedy Movies 1" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Comedy",Rakuten Comedy Movies 1 https://rakuten-comedymovies-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenComedyMovies2.es" tvg-name="Rakuten Comedy Movies 2" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy Movies 2 +#EXTINF:-1 tvg-id="RakutenComedyMovies2.es" tvg-name="Rakuten Comedy Movies 2" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Comedy",Rakuten Comedy Movies 2 https://rakuten-comedymovies-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenComedyMovies3.es" tvg-name="Rakuten Comedy Movies 3" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy Movies 3 +#EXTINF:-1 tvg-id="RakutenComedyMovies3.es" tvg-name="Rakuten Comedy Movies 3" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Comedy",Rakuten Comedy Movies 3 https://rakuten-comedymovies-3-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenComedyMovies6.es" tvg-name="Rakuten Comedy Movies 6" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy Movies 6 +#EXTINF:-1 tvg-id="RakutenComedyMovies6.es" tvg-name="Rakuten Comedy Movies 6" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Comedy",Rakuten Comedy Movies 6 https://rakuten-comedymovies-6-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenComedyMovies7.es" tvg-name="Rakuten Comedy Movies 7" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy Movies 7 +#EXTINF:-1 tvg-id="RakutenComedyMovies7.es" tvg-name="Rakuten Comedy Movies 7" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Comedy",Rakuten Comedy Movies 7 https://rakuten-comedymovies-7-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenDocumentariesDenmark.es" tvg-name="Rakuten Documentaries (Denmark)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (Denmark) +#EXTINF:-1 tvg-id="RakutenDocumentariesDenmark.es" tvg-name="Rakuten Documentaries (Denmark)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Documentary",Rakuten Documentaries (Denmark) https://rakuten-documentaries-10-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenDocumentariesFinland.es" tvg-name="Rakuten Documentaries (Finland)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (Finland) +#EXTINF:-1 tvg-id="RakutenDocumentariesFinland.es" tvg-name="Rakuten Documentaries (Finland)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Documentary",Rakuten Documentaries (Finland) https://rakuten-documentaries-12-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenDocumentariesFrance.es" tvg-name="Rakuten Documentaries (France)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (France) +#EXTINF:-1 tvg-id="RakutenDocumentariesFrance.es" tvg-name="Rakuten Documentaries (France)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Documentary",Rakuten Documentaries (France) https://rakuten-documentaries-7-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenDocumentariesItaly.es" tvg-name="Rakuten Documentaries (Italy)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (Italy) +#EXTINF:-1 tvg-id="RakutenDocumentariesItaly.es" tvg-name="Rakuten Documentaries (Italy)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Documentary",Rakuten Documentaries (Italy) https://rakuten-documentaries-6-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenDocumentariesNetherland.es" tvg-name="Rakuten Documentaries (Netherland)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (Netherland) +#EXTINF:-1 tvg-id="RakutenDocumentariesNetherland.es" tvg-name="Rakuten Documentaries (Netherland)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Documentary",Rakuten Documentaries (Netherland) https://rakuten-documentaries-8-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenDocumentariesNorway.es" tvg-name="Rakuten Documentaries (Norway)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (Norway) +#EXTINF:-1 tvg-id="RakutenDocumentariesNorway.es" tvg-name="Rakuten Documentaries (Norway)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Documentary",Rakuten Documentaries (Norway) https://rakuten-documentaries-11-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenDocumentariesSweden.es" tvg-name="Rakuten Documentaries (Sweden)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (Sweden) +#EXTINF:-1 tvg-id="RakutenDocumentariesSweden.es" tvg-name="Rakuten Documentaries (Sweden)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Documentary",Rakuten Documentaries (Sweden) https://rakuten-documentaries-9-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenDramaDenmark.es" tvg-name="Rakuten Drama (Denmark)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Drama (Denmark) +#EXTINF:-1 tvg-id="RakutenDramaDenmark.es" tvg-name="Rakuten Drama (Denmark)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Movies",Rakuten Drama (Denmark) https://rakuten-drama-10-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenDramaFinland.es" tvg-name="Rakuten Drama (Finland)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Drama (Finland) +#EXTINF:-1 tvg-id="RakutenDramaFinland.es" tvg-name="Rakuten Drama (Finland)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Movies",Rakuten Drama (Finland) https://rakuten-drama-12-fi.samsung.wurl.com/manifest//playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenDramaNetherlands.es" tvg-name="Rakuten Drama (Netherlands)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Drama (Netherlands) +#EXTINF:-1 tvg-id="RakutenDramaNetherlands.es" tvg-name="Rakuten Drama (Netherlands)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Movies",Rakuten Drama (Netherlands) https://rakuten-drama-8-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenDramaNorway.es" tvg-name="Rakuten Drama (Norway)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Drama (Norway) +#EXTINF:-1 tvg-id="RakutenDramaNorway.es" tvg-name="Rakuten Drama (Norway)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Movies",Rakuten Drama (Norway) https://rakuten-drama-11-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenDramaSweden.es" tvg-name="Rakuten Drama (Sweden)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Drama (Sweden) +#EXTINF:-1 tvg-id="RakutenDramaSweden.es" tvg-name="Rakuten Drama (Sweden)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Movies",Rakuten Drama (Sweden) https://rakuten-drama-9-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenFamilyDenmark.es" tvg-name="Rakuten Family (Denmark)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Family (Denmark) +#EXTINF:-1 tvg-id="RakutenFamilyDenmark.es" tvg-name="Rakuten Family (Denmark)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Family",Rakuten Family (Denmark) https://rakuten-family-10-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenFamilyFinland.es" tvg-name="Rakuten Family (Finland)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Family (Finland) +#EXTINF:-1 tvg-id="RakutenFamilyFinland.es" tvg-name="Rakuten Family (Finland)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Family",Rakuten Family (Finland) https://rakuten-family-12-fi.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenFamilyNetherlands.es" tvg-name="Rakuten Family (Netherlands)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Family (Netherlands) +#EXTINF:-1 tvg-id="RakutenFamilyNetherlands.es" tvg-name="Rakuten Family (Netherlands)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Family",Rakuten Family (Netherlands) https://rakuten-family-8-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenFamilyNorway.es" tvg-name="Rakuten Family (Norway)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Family (Norway) +#EXTINF:-1 tvg-id="RakutenFamilyNorway.es" tvg-name="Rakuten Family (Norway)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Family",Rakuten Family (Norway) https://rakuten-family-11-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenFamilySweden.es" tvg-name="Rakuten Family (Sweden)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Family (Sweden) +#EXTINF:-1 tvg-id="RakutenFamilySweden.es" tvg-name="Rakuten Family (Sweden)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="Family",Rakuten Family (Sweden) https://rakuten-family-9-se.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenSpotlightDenmark.es" tvg-name="Rakuten Spotlight (Denmark)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight (Denmark) https://rakuten-spotlight-10-dk.samsung.wurl.com/manifest/playlist.m3u8 @@ -531,53 +531,53 @@ https://rakuten-topfree-3-eu.rakuten.wurl.tv/playlist.m3u8 https://rakuten-topfree-6-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTopFree7.es" tvg-name="Rakuten Top Free 7" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Top Free 7 https://rakuten-topfree-7-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMoviesAustria.es" tvg-name="Rakuten TV Action Movies Austria" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/81NIxYJ.jpg" group-title="",Rakuten TV Action Movies Austria (720p) +#EXTINF:-1 tvg-id="RakutenTVActionMoviesAustria.es" tvg-name="Rakuten TV Action Movies Austria" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/81NIxYJ.jpg" group-title="Movies",Rakuten TV Action Movies Austria (720p) https://rakuten-actionmovies-5-at.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMoviesFrance.es" tvg-name="Rakuten TV Action Movies France" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/uMcwx2p.jpg" group-title="",Rakuten TV Action Movies France (720p) +#EXTINF:-1 tvg-id="RakutenTVActionMoviesFrance.es" tvg-name="Rakuten TV Action Movies France" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/uMcwx2p.jpg" group-title="Movies",Rakuten TV Action Movies France (720p) https://rakuten-actionmovies-7-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMoviesGermany.es" tvg-name="Rakuten TV Action Movies Germany" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/81NIxYJ.jpg" group-title="",Rakuten TV Action Movies Germany (720p) +#EXTINF:-1 tvg-id="RakutenTVActionMoviesGermany.es" tvg-name="Rakuten TV Action Movies Germany" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/81NIxYJ.jpg" group-title="Movies",Rakuten TV Action Movies Germany (720p) https://rakuten-actionmovies-3-de.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMoviesItaly.es" tvg-name="Rakuten TV Action Movies Italy" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/uMcwx2p.jpg" group-title="",Rakuten TV Action Movies Italy (720p) +#EXTINF:-1 tvg-id="RakutenTVActionMoviesItaly.es" tvg-name="Rakuten TV Action Movies Italy" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/uMcwx2p.jpg" group-title="Movies",Rakuten TV Action Movies Italy (720p) https://rakuten-actionmovies-6-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMoviesSwitzerland.es" tvg-name="Rakuten TV Action Movies Switzerland" tvg-country="CH" tvg-language="German" tvg-logo="https://i.imgur.com/uMcwx2p.jpg" group-title="",Rakuten TV Action Movies Switzerland (720p) +#EXTINF:-1 tvg-id="RakutenTVActionMoviesSwitzerland.es" tvg-name="Rakuten TV Action Movies Switzerland" tvg-country="CH" tvg-language="German" tvg-logo="https://i.imgur.com/uMcwx2p.jpg" group-title="Movies",Rakuten TV Action Movies Switzerland (720p) https://rakuten-actionmovies-4-ch.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMoviesUK.es" tvg-name="Rakuten TV Action Movies UK" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/uMcwx2p.jpg" group-title="",Rakuten TV Action Movies UK (720p) +#EXTINF:-1 tvg-id="RakutenTVActionMoviesUK.es" tvg-name="Rakuten TV Action Movies UK" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/uMcwx2p.jpg" group-title="Movies",Rakuten TV Action Movies UK (720p) https://rakuten-actionmovies-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMoviesAustria.es" tvg-name="Rakuten TV Comedy Movies Austria" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/slOK2IH.jpg" group-title="",Rakuten TV Comedy Movies Austria (720p) +#EXTINF:-1 tvg-id="RakutenTVComedyMoviesAustria.es" tvg-name="Rakuten TV Comedy Movies Austria" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/slOK2IH.jpg" group-title="Movies",Rakuten TV Comedy Movies Austria (720p) https://rakuten-comedymovies-5-at.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMoviesFrance.es" tvg-name="Rakuten TV Comedy Movies France" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/o1qKoje.jpg" group-title="",Rakuten TV Comedy Movies France (720p) +#EXTINF:-1 tvg-id="RakutenTVComedyMoviesFrance.es" tvg-name="Rakuten TV Comedy Movies France" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/o1qKoje.jpg" group-title="Movies",Rakuten TV Comedy Movies France (720p) https://rakuten-comedymovies-7-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMoviesGermany.es" tvg-name="Rakuten TV Comedy Movies Germany" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/slOK2IH.jpg" group-title="",Rakuten TV Comedy Movies Germany (720p) +#EXTINF:-1 tvg-id="RakutenTVComedyMoviesGermany.es" tvg-name="Rakuten TV Comedy Movies Germany" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/slOK2IH.jpg" group-title="Movies",Rakuten TV Comedy Movies Germany (720p) https://rakuten-comedymovies-3-de.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMoviesItaly.es" tvg-name="Rakuten TV Comedy Movies Italy" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/o1qKoje.jpg" group-title="",Rakuten TV Comedy Movies Italy (720p) +#EXTINF:-1 tvg-id="RakutenTVComedyMoviesItaly.es" tvg-name="Rakuten TV Comedy Movies Italy" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/o1qKoje.jpg" group-title="Movies",Rakuten TV Comedy Movies Italy (720p) https://rakuten-comedymovies-6-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMoviesSwitzerland.es" tvg-name="Rakuten TV Comedy Movies Switzerland" tvg-country="CH" tvg-language="German" tvg-logo="https://i.imgur.com/o1qKoje.jpg" group-title="",Rakuten TV Comedy Movies Switzerland (720p) +#EXTINF:-1 tvg-id="RakutenTVComedyMoviesSwitzerland.es" tvg-name="Rakuten TV Comedy Movies Switzerland" tvg-country="CH" tvg-language="German" tvg-logo="https://i.imgur.com/o1qKoje.jpg" group-title="Movies",Rakuten TV Comedy Movies Switzerland (720p) https://rakuten-comedymovies-4-ch.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMoviesUK.es" tvg-name="Rakuten TV Comedy Movies UK" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eQKFgpa.png" group-title="",Rakuten TV Comedy Movies UK (720p) +#EXTINF:-1 tvg-id="RakutenTVComedyMoviesUK.es" tvg-name="Rakuten TV Comedy Movies UK" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eQKFgpa.png" group-title="Movies",Rakuten TV Comedy Movies UK (720p) https://rakuten-comedymovies-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaAustria.es" tvg-name="Rakuten TV Drama Austria" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/5bC53Xk.jpg" group-title="",Rakuten TV Drama Austria (720p) +#EXTINF:-1 tvg-id="RakutenTVDramaAustria.es" tvg-name="Rakuten TV Drama Austria" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/5bC53Xk.jpg" group-title="Movies",Rakuten TV Drama Austria (720p) https://rakuten-tvshows-5-at.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaFrance.es" tvg-name="Rakuten TV Drama France" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/dWNxCqp.png" group-title="",Rakuten TV Drama France (720p) +#EXTINF:-1 tvg-id="RakutenTVDramaFrance.es" tvg-name="Rakuten TV Drama France" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/dWNxCqp.png" group-title="Movies",Rakuten TV Drama France (720p) https://rakuten-tvshows-7-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaGermany.es" tvg-name="Rakuten TV Drama Germany" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/5bC53Xk.jpg" group-title="",Rakuten TV Drama Germany (720p) +#EXTINF:-1 tvg-id="RakutenTVDramaGermany.es" tvg-name="Rakuten TV Drama Germany" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/5bC53Xk.jpg" group-title="Movies",Rakuten TV Drama Germany (720p) https://rakuten-tvshows-3-de.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaItaly.es" tvg-name="Rakuten TV Drama Italy" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/oMXfdkV.png" group-title="",Rakuten TV Drama Italy (720p) +#EXTINF:-1 tvg-id="RakutenTVDramaItaly.es" tvg-name="Rakuten TV Drama Italy" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/oMXfdkV.png" group-title="Movies",Rakuten TV Drama Italy (720p) https://rakuten-tvshows-6-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaSwitzerland.es" tvg-name="Rakuten TV Drama Switzerland" tvg-country="CH" tvg-language="German" tvg-logo="https://i.imgur.com/dWNxCqp.png" group-title="",Rakuten TV Drama Switzerland (720p) +#EXTINF:-1 tvg-id="RakutenTVDramaSwitzerland.es" tvg-name="Rakuten TV Drama Switzerland" tvg-country="CH" tvg-language="German" tvg-logo="https://i.imgur.com/dWNxCqp.png" group-title="Movies",Rakuten TV Drama Switzerland (720p) https://rakuten-tvshows-4-ch.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaUK.es" tvg-name="Rakuten TV Drama UK" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/dWNxCqp.png" group-title="",Rakuten TV Drama UK (720p) +#EXTINF:-1 tvg-id="RakutenTVDramaUK.es" tvg-name="Rakuten TV Drama UK" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/dWNxCqp.png" group-title="Movies",Rakuten TV Drama UK (720p) https://rakuten-tvshows-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyAustria.es" tvg-name="Rakuten TV Family Austria" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="",Rakuten TV Family Austria (720p) +#EXTINF:-1 tvg-id="RakutenTVFamilyAustria.es" tvg-name="Rakuten TV Family Austria" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="Family",Rakuten TV Family Austria (720p) https://rakuten-family-5-at.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyGermany.es" tvg-name="Rakuten TV Family Germany" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="",Rakuten TV Family Germany (720p) +#EXTINF:-1 tvg-id="RakutenTVFamilyGermany.es" tvg-name="Rakuten TV Family Germany" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="Family",Rakuten TV Family Germany (720p) https://rakuten-family-3-de.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyMoviesFrance.es" tvg-name="Rakuten TV Family Movies France" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="",Rakuten TV Family Movies France (720p) +#EXTINF:-1 tvg-id="RakutenTVFamilyMoviesFrance.es" tvg-name="Rakuten TV Family Movies France" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="Movies",Rakuten TV Family Movies France (720p) https://rakuten-family-7-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyMoviesItaly.es" tvg-name="Rakuten TV Family Movies Italy" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="",Rakuten TV Family Movies Italy (720p) +#EXTINF:-1 tvg-id="RakutenTVFamilyMoviesItaly.es" tvg-name="Rakuten TV Family Movies Italy" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="Movies",Rakuten TV Family Movies Italy (720p) https://rakuten-family-6-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyMoviesUK.es" tvg-name="Rakuten TV Family Movies UK" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="",Rakuten TV Family Movies UK (720p) +#EXTINF:-1 tvg-id="RakutenTVFamilyMoviesUK.es" tvg-name="Rakuten TV Family Movies UK" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="Movies",Rakuten TV Family Movies UK (720p) https://rakuten-family-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilySwitzerland.es" tvg-name="Rakuten TV Family Switzerland" tvg-country="CH" tvg-language="German" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="",Rakuten TV Family Switzerland (720p) +#EXTINF:-1 tvg-id="RakutenTVFamilySwitzerland.es" tvg-name="Rakuten TV Family Switzerland" tvg-country="CH" tvg-language="German" tvg-logo="https://i.imgur.com/hboiinD.jpg" group-title="Family",Rakuten TV Family Switzerland (720p) https://rakuten-family-4-ch.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVShows1.es" tvg-name="Rakuten TV Shows 1" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten TV Shows 1 https://rakuten-tvshows-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 @@ -629,7 +629,7 @@ https://sony-novelas-1.roku.wurl.com/playlist.m3u8 https://www.onairport.live/sophiatv-es-live/livestream/master.m3u8 #EXTINF:-1 tvg-id="Spotlight.es" tvg-name="Spotlight" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/TUDZvHw.jpg" group-title="",Spotlight (720p) https://rakuten-spotlight-2-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="SupertoonsTV.es" tvg-name="Supertoons TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/35BpWJh.jpg" group-title="",Supertoons TV (720p) +#EXTINF:-1 tvg-id="SupertoonsTV.es" tvg-name="Supertoons TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/35BpWJh.jpg" group-title="Kids",Supertoons TV (720p) https://kedoo-supertoonstv-2-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="TAC12.es" tvg-name="TAC 12" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TAC 12 https://nodo01-cloud01.streaming-pro.com/tac12tv/hls/tac12_2.m3u8 diff --git a/channels/fr.m3u b/channels/fr.m3u index 1b69cb11c..9258431d5 100644 --- a/channels/fr.m3u +++ b/channels/fr.m3u @@ -163,35 +163,35 @@ https://alchimie-elpatio-1-es.samsung.wurl.com/manifest/playlist.m3u8 https://emci-fr-hls.akamaized.net/hls/live/2007265/emcifrhls/04.m3u8 #EXTINF:-1 tvg-id="EMCITVMontreal.fr" tvg-name="EMCI TV Montreal" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",EMCI TV Montreal https://emci-td-hls.akamaized.net/hls/live/2007264/emcitdhls/index.m3u8 -#EXTINF:-1 tvg-id="Euronews.fr" tvg-name="Euronews" tvg-country="FR" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/EuroNews_400x400.png?raw=true" group-title="",Euronews +#EXTINF:-1 tvg-id="Euronews.fr" tvg-name="Euronews" tvg-country="FR" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/EuroNews_400x400.png?raw=true" group-title="News",Euronews https://d1mpprlbe8tn2j.cloudfront.net/v1/master/7b67fbda7ab859400a821e9aa0deda20ab7ca3d2/euronewsLive/87O7AhxRUdeeIVqf/ewnsabren_eng.m3u8 -#EXTINF:-1 tvg-id="886ad6" tvg-name="Euronews" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/8ElFwvm.png" group-title="",Euronews +#EXTINF:-1 tvg-id="886ad6" tvg-name="Euronews" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/8ElFwvm.png" group-title="News",Euronews https://euronews-euronews-world-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Euronews.fr" tvg-name="Euronews" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews +#EXTINF:-1 tvg-id="Euronews.fr" tvg-name="Euronews" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews https://euronews-euronews-world-1.roku.wurl.com/manifest/b34060fcaf527710b244a3e16504edd0.m3u8 -#EXTINF:-1 tvg-id="EuronewsBelguim.fr" tvg-name="Euronews (Belguim)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews (Belguim) +#EXTINF:-1 tvg-id="EuronewsBelguim.fr" tvg-name="Euronews (Belguim)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews (Belguim) https://rakuten-euronews-2-be.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsBrazil.fr" tvg-name="Euronews (Brazil)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews (Brazil) +#EXTINF:-1 tvg-id="EuronewsBrazil.fr" tvg-name="Euronews (Brazil)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews (Brazil) https://euronews-euronews-portugues-1-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsDenmark.fr" tvg-name="Euronews (Denmark)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews (Denmark) +#EXTINF:-1 tvg-id="EuronewsDenmark.fr" tvg-name="Euronews (Denmark)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews (Denmark) https://rakuten-euronews-1-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsFinland.fr" tvg-name="Euronews (Finland)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews (Finland) +#EXTINF:-1 tvg-id="EuronewsFinland.fr" tvg-name="Euronews (Finland)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews (Finland) https://rakuten-euronews-1-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsFrance.fr" tvg-name="Euronews (France)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews (France) +#EXTINF:-1 tvg-id="EuronewsFrance.fr" tvg-name="Euronews (France)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews (France) https://rakuten-euronews-2-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsIreland.fr" tvg-name="Euronews (Ireland)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews (Ireland) +#EXTINF:-1 tvg-id="EuronewsIreland.fr" tvg-name="Euronews (Ireland)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews (Ireland) https://rakuten-euronews-1-ie.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Euronewsluxemburg.fr" tvg-name="Euronews (luxemburg)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews (luxemburg) +#EXTINF:-1 tvg-id="Euronewsluxemburg.fr" tvg-name="Euronews (luxemburg)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews (luxemburg) https://rakuten-euronews-2-lu.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsMexico.fr" tvg-name="Euronews (Mexico)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews (Mexico) +#EXTINF:-1 tvg-id="EuronewsMexico.fr" tvg-name="Euronews (Mexico)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews (Mexico) https://euronews-euronews-spanish-2-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsNetherlands.fr" tvg-name="Euronews (Netherlands)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews (Netherlands) +#EXTINF:-1 tvg-id="EuronewsNetherlands.fr" tvg-name="Euronews (Netherlands)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews (Netherlands) https://rakuten-euronews-1-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsNorway.fr" tvg-name="Euronews (Norway)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews (Norway) +#EXTINF:-1 tvg-id="EuronewsNorway.fr" tvg-name="Euronews (Norway)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews (Norway) https://rakuten-euronews-1-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsPortugal.fr" tvg-name="Euronews (Portugal)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews (Portugal) +#EXTINF:-1 tvg-id="EuronewsPortugal.fr" tvg-name="Euronews (Portugal)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews (Portugal) https://rakuten-euronews-8-pt.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsSweden.fr" tvg-name="Euronews (Sweden)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews (Sweden) +#EXTINF:-1 tvg-id="EuronewsSweden.fr" tvg-name="Euronews (Sweden)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews (Sweden) https://rakuten-euronews-1-se.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="EuronewsAlbania.fr" tvg-name="Euronews Albania" tvg-country="AL" tvg-language="Albanian" tvg-logo="https://i.imgur.com/hTBah1z.jpg" group-title="News",Euronews Albania http://51.195.88.12:4050/live/euronewsmobpp2/playlist.m3u8 @@ -201,9 +201,9 @@ https://rakuten-euronews-5-de.samsung.wurl.com/manifest/playlist.m3u8 https://rakuten-euronews-4-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="EuronewsFrancais.fr" tvg-name="Euronews en Franรงais" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/K6bo1R3.jpg" group-title="News",Euronews en Franรงais (720p) https://alchimie-euronews-1-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="8268c2" tvg-name="Euronews_Espaรฑol" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/8ElFwvm.png" group-title="",Euronews Espaรฑol +#EXTINF:-1 tvg-id="8268c2" tvg-name="Euronews_Espaรฑol" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/8ElFwvm.png" group-title="News",Euronews Espaรฑol https://euronews-euronews-spanish-2.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsHD.fr" tvg-name="Euronews HD" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews HD +#EXTINF:-1 tvg-id="EuronewsHD.fr" tvg-name="Euronews HD" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews HD https://euronews-euronews-world-1.roku.wurl.com/manifest/71bf778598cc9ce36952bb8a3331551a.m3u8 #EXTINF:-1 tvg-id="EuronewsinEnglish.fr" tvg-name="Euronews in English" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/K1kJf1s.png" group-title="News",Euronews in English (720p) https://euronews-euronews-world-1-au.samsung.wurl.com/manifest/playlist.m3u8 @@ -213,90 +213,68 @@ https://euronews-euronews-world-1.roku.wurl.com/manifest/playlist.m3u8 https://rakuten-euronews-1-gb.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="EuronewsItaliano.fr" tvg-name="Euronews Italiano" tvg-country="IT" tvg-language="Italian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Euronews_2016_logo.svg/1000px-Euronews_2016_logo.svg.png" group-title="News",Euronews Italiano (720p) https://rakuten-euronews-3-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsviaAlchimieEngland.fr" tvg-name="Euronews via Alchimie (England)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews via Alchimie (England) +#EXTINF:-1 tvg-id="EuronewsviaAlchimieEngland.fr" tvg-name="Euronews via Alchimie (England)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews via Alchimie (England) https://alchimie-euronews-4-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsviaAlchimieItaly.fr" tvg-name="Euronews via Alchimie (Italy)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews via Alchimie (Italy) +#EXTINF:-1 tvg-id="EuronewsviaAlchimieItaly.fr" tvg-name="Euronews via Alchimie (Italy)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews via Alchimie (Italy) https://alchimie-euronews-2-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsviaAlchimieSpain.fr" tvg-name="Euronews via Alchimie (Spain)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Euronews via Alchimie (Spain) +#EXTINF:-1 tvg-id="EuronewsviaAlchimieSpain.fr" tvg-name="Euronews via Alchimie (Spain)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",Euronews via Alchimie (Spain) https://alchimie-euronews-3-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsES.fr" tvg-name="Euronews | ES" tvg-country="FR" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Euronews | ES +#EXTINF:-1 tvg-id="EuronewsES.fr" tvg-name="Euronews | ES" tvg-country="FR" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="News",Euronews | ES https://euronews-euronews-spanish-2.roku.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Euronewsporusski.fr" tvg-name="Euronews ะฟะพ-ั€ัƒััะบะธ" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/4oOscgt.jpg" group-title="News",Euronews ะฟะพ-ั€ัƒััะบะธ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s89/index.m3u8 -#EXTINF:-1 tvg-id="FashionTV.fr" tvg-name="Fashion TV" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/HBksX8u.png" group-title="",Fashion TV -http://entertainment.ashttp9.visionip.tv/live/visiontvuk-entertainment-edgytv-hsslive-25f-16x9-SD/chunklist.m3u8 -#EXTINF:-1 tvg-id="FashionTV.fr" tvg-name="Fashion TV" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Fashion TV -http://fash1043.cloudycdn.services/slive/_definst_/ftv_ftv_midnite_k1y_27049_midnite_secr_108_hls.smil/chunklist_b1400000_t64NDgwcA==.m3u8 -#EXTINF:-1 tvg-id="FashionTV.fr" tvg-name="Fashion TV" tvg-country="FR" tvg-language="" tvg-logo="https://static.iptv-epg.com/fr/FashionTV.fr.png" group-title="Entertainment",Fashion TV -https://fash1043.cloudycdn.services/slive/_definst_/ftv_ftv_paris_pg_4dg_27027_paris_pg18_188_hls.smil/chunklist_b4700000_t64MTA4MHA=.m3u8 -#EXTINF:-1 tvg-id="FashionTV.fr" tvg-name="Fashion TV" tvg-country="FR" tvg-language="" tvg-logo="https://www.fashiontv.com/wp-content/uploads/2017/01/fashuiontvlogo-horisontal-300x90.png" group-title="",Fashion TV -https://fash1043.cloudycdn.services/slive/_definst_/ftv_ftv_pg13_zw9_27065_ftv_pg13_196_hls.smil/chunklist_b4700000_t64MTA4MHA=.m3u8 -#EXTINF:-1 tvg-id="FashionTV.fr" tvg-name="Fashion TV" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Fashion TV -https://fash1043.cloudycdn.services/slive/_definst_/ftv_ftv_pg13_zw9_27065_ftv_pg13_196_hls.smil/chunklist_b900000_t64MzYwcA==.m3u8 -#EXTINF:-1 tvg-id="FashionTV.fr" tvg-name="Fashion TV" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Fashion TV +#EXTINF:-1 tvg-id="FashionTV.fr" tvg-name="Fashion TV" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/HBksX8u.png" group-title="Lifestyle",Fashion TV +http://entertainment.ashttp9.visionip.tv/live/visiontvuk-entertainment-edgytv-hsslive-25f-16x9-SD/playlist.m3u8 +#EXTINF:-1 tvg-id="FashionTV.fr" tvg-name="Fashion TV" tvg-country="FR" tvg-language="" tvg-logo="" group-title="Lifestyle",Fashion TV https://fashiontv-fashiontv-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FashionTVEurope.fr" tvg-name="Fashion TV" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/E38ZhCz.jpg" group-title="Lifestyle",Fashion TV (1080p) https://fashiontv-fashiontv-4-de.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTVEngland.fr" tvg-name="Fashion TV (England)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Fashion TV (England) +#EXTINF:-1 tvg-id="FashionTVEngland.fr" tvg-name="Fashion TV (England)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="Lifestyle",Fashion TV (England) https://fashiontv-fashiontv-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTVItaly.fr" tvg-name="Fashion TV (Italy)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Fashion TV (Italy) +#EXTINF:-1 tvg-id="FashionTVItaly.fr" tvg-name="Fashion TV (Italy)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="Lifestyle",Fashion TV (Italy) https://fashiontv-fashiontv-3-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTVSpain.fr" tvg-name="Fashion TV (Spain)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Fashion TV (Spain) +#EXTINF:-1 tvg-id="FashionTVSpain.fr" tvg-name="Fashion TV (Spain)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="Lifestyle",Fashion TV (Spain) https://fashiontv-fashiontv-2-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FashionTVEurope.fr" tvg-name="Fashion TV" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/E38ZhCz.jpg" group-title="Lifestyle",Fashion TV L'Original (1080p) https://fashiontv-fashiontv-loriginal-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTVMidnite.fr" tvg-name="Fashion TV Midnite" tvg-country="FR" tvg-language="" tvg-logo="https://static.iptv-epg.com/fr/FashionTV.fr.png" group-title="Entertainment",Fashion TV Midnite -https://fash1043.cloudycdn.services/slive/_definst_/ftv_ftv_midnite_k1y_27049_midnite_secr_108_hls.smil/chunklist_b2800000_t64NzIwcA==.m3u8 -#EXTINF:-1 tvg-id="FashionTVMidniteSecrets.fr" tvg-name="Fashion TV Midnite Secrets" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Fashion TV Midnite Secrets -http://fash1043.cloudycdn.services/slive/_definst_/ftv_ftv_midnite_k1y_27049_midnite_secr_108_hls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="FashionTVMidniteSecrets.fr" tvg-name="Fashion TV Midnite Secrets" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Fashion TV Midnite Secrets -http://fash1043.cloudycdn.services/slive/_definst_/ftv_ftv_midnite_k1y_27049_midnite_secr_108_hls.smil/media.m3u8 -#EXTINF:-1 tvg-id="FashionTVMidniteSecrets.fr" tvg-name="Fashion TV Midnite Secrets" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Fashion TV Midnite Secrets -http://fash1043.cloudycdn.services/slive/_definst_/ftv_midnite_secrets_adaptive.smil/chunklist_b4700000_t64MTA4MHA=.m3u8 -#EXTINF:-1 tvg-id="FashionTVParis.fr" tvg-name="Fashion TV Paris" tvg-country="FR" tvg-language="" tvg-logo="https://static.iptv-epg.com/fr/FashionTV.fr.png" group-title="Entertainment",Fashion TV Paris -http://fash1043.cloudycdn.services/slive/_definst_/ftv_paris_adaptive.smil/chunklist_b4500000_t64MTA4MHA=.m3u8 -#EXTINF:-1 tvg-id="FashionTVParis.fr" tvg-name="Fashion TV Paris" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Fashion TV Paris -http://fash1043.cloudycdn.services/slive/_definst_/ftv_paris_adaptive.smil/chunklist_b680000_t64MzYwcA==.m3u8 +#EXTINF:-1 tvg-id="FashionTVMidniteSecrets.fr" tvg-name="Fashion TV Midnite Secrets" tvg-country="FR" tvg-language="" tvg-logo="https://static.iptv-epg.com/fr/FashionTV.fr.png" group-title="XXX",Fashion TV Midnite Secrets +https://fash1043.cloudycdn.services/slive/ftv_ftv_midnite_k1y_27049_midnite_secr_108_hls.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="FashionTVMidniteSecrets.fr" tvg-name="Fashion TV Midnite Secrets" tvg-country="FR" tvg-language="" tvg-logo="" group-title="XXX",Fashion TV Midnite Secrets +https://fash1043.cloudycdn.services/slive/ftv_midnite_secrets_adaptive.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="FashionTVNewYork.fr" tvg-name="Fashion TV New York (PG13)" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/auHH1Ig.png" group-title="Lifestyle",Fashion TV New York (PG13) +https://fash2043.cloudycdn.services/slive/ftv_ftv_gmt_-5_qko_43090_default_1225_hls.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="FashionTVParis.fr" tvg-name="Fashion TV Paris" tvg-country="FR" tvg-language="" tvg-logo="https://static.iptv-epg.com/fr/FashionTV.fr.png" group-title="Lifestyle",Fashion TV Paris +http://fash1043.cloudycdn.services/slive/ftv_paris_adaptive.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="FashionTVParisMumbai.fr" tvg-name="Fashion TV Paris-Mumbai" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/yvNu4Rm.png" group-title="Lifestyle",Fashion TV Paris-Mumbai +https://fash1043.cloudycdn.services/slive/ftv_ftv_asia_gmt_vmf_43163_default_1298_hls.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="FashionTVPG13.fr" tvg-name="Fashion TV PG13" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/n6owIqv.png" group-title="Lifestyle",Fashion TV PG13 +https://fash1043.cloudycdn.services/slive/ftv_pg13_adaptive.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="FashionTVPG16.fr" tvg-name="Fashion TV PG16" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/E38ZhCz.jpg" group-title="Lifestyle",Fashion TV PG16 +http://fash1043.cloudycdn.services/slive/ftv_pg16_adaptive.smil/media.m3u8 #EXTINF:-1 tvg-id="FashionTVRussia.fr" tvg-name="Fashion TV Russia" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/fcnRf1f.png" group-title="Lifestyle",Fashion TV Russia (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/s30/index.m3u8 -#EXTINF:-1 tvg-id="FashionTVEurope.fr" tvg-name="Fashion TV UHD" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/E38ZhCz.jpg" group-title="Lifestyle",Fashion TV UHD (2160p) -https://fash2043.cloudycdn.services//slive/_definst_/ftv_ftv_4k_hevc_73d_42080_default_466_hls.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="FashionTVSingapore.fr" tvg-name="Fashion TV Singapore" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/auHH1Ig.png" group-title="Lifestyle",Fashion TV Singapore +https://fash2043.cloudycdn.services/slive/ftv_ftv_asia_ada_xiv_42149_default_137_hls.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="FashionTVTokyo.fr" tvg-name="Fashion TV Tokyo (PG13)" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/auHH1Ig.png" group-title="Lifestyle",Fashion TV Tokyo (PG13) +https://fash1043.cloudycdn.services/slive/ftv_ftv_pg13_zw9_27065_ftv_pg13_196_hls.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="FashionTVTokyo.fr" tvg-name="FashionTV Tokyo (PG13)" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/auHH1Ig.png" group-title="Lifestyle",Fashion TV Tokyo (PG13) +https://fash1043.cloudycdn.services/slive/ftv_ftv_pg13_zw9_27065_ftv_pg13_sam_197_hls.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="FashionTVUHD.fr" tvg-name="Fashion TV UHD" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/E38ZhCz.jpg" group-title="Lifestyle",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="FashionTVCzechSlovak.fr" tvg-name="FashionTV Czech&Slovak" tvg-country="CZ" tvg-language="English" tvg-logo="http://www.tvfashion.eu/wp-content/themes/Divi-child/images/logo-tvfashion-piatok.png" group-title="Lifestyle",FashionTV Czech&Slovak (450p) http://lb.streaming.sk/fashiontv/stream/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTVMidniteSecrets.fr" tvg-name="FashionTV Midnite Secrets" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/auHH1Ig.png" group-title="XXX",FashionTV Midnite Secrets (1080p) -https://fash1043.cloudycdn.services/slive/_definst_/ftv_midnite_secrets_adaptive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="FashionTVMumbai.fr" tvg-name="FashionTV Mumbai" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/yvNu4Rm.png" group-title="Lifestyle",FashionTV Mumbai (720p) -https://fash2043.cloudycdn.services/slive/_definst_/ftv_ftv_pg13_gmt_ess_43126_default_1262_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTVNewYork.fr" tvg-name="FashionTV New York (PG13)" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/auHH1Ig.png" group-title="Lifestyle",FashionTV New York (PG13) -https://fash2043.cloudycdn.services/slive/_definst_/ftv_ftv_gmt_-5_qko_43090_default_1225_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTVParis.fr" tvg-name="FashionTV Paris" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/yvNu4Rm.png" group-title="Lifestyle",FashionTV Paris -https://fash1043.cloudycdn.services/slive/_definst_/ftv_paris_adaptive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTVParisMumbai.fr" tvg-name="FashionTV Paris-Mumbai" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/yvNu4Rm.png" group-title="Lifestyle",FashionTV Paris-Mumbai -https://fash1043.cloudycdn.services/slive/_definst_/ftv_ftv_asia_gmt_vmf_43163_default_1298_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTVPG13.fr" tvg-name="FashionTV PG13" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/n6owIqv.png" group-title="Lifestyle",FashionTV PG13 -https://fash1043.cloudycdn.services/slive/ftv_pg13_adaptive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTVPG16.fr" tvg-name="FashionTV PG16" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/E38ZhCz.jpg" group-title="Lifestyle",FashionTV PG16 -http://fash1043.cloudycdn.services/slive/_definst_/ftv_pg16_adaptive.smil/media.m3u8 -#EXTINF:-1 tvg-id="FashionTVSingapore.fr" tvg-name="FashionTV Singapore" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/auHH1Ig.png" group-title="Lifestyle",FashionTV Singapore -https://fash2043.cloudycdn.services/slive/_definst_/ftv_ftv_asia_ada_xiv_42149_default_137_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTVTokyo.fr" tvg-name="FashionTV Tokyo (PG13)" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/auHH1Ig.png" group-title="Lifestyle",FashionTV Tokyo (PG13) -https://fash1043.cloudycdn.services/slive/_definst_/ftv_ftv_pg13_zw9_27065_ftv_pg13_196_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTVTokyo.fr" tvg-name="FashionTV Tokyo (PG13)" tvg-country="FR" tvg-language="English" tvg-logo="https://i.imgur.com/auHH1Ig.png" group-title="Lifestyle",FashionTV Tokyo (PG13) -https://fash1043.cloudycdn.services/slive/_definst_/ftv_ftv_pg13_zw9_27065_ftv_pg13_sam_197_hls.smil/playlist.m3u8 +https://fash2043.cloudycdn.services/slive/ftv_ftv_pg13_gmt_ess_43126_default_1262_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="France24.fr" tvg-name="France 24" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",France 24 http://f24hls-i.akamaihd.net/hls/live/221193/F24_EN_LO_HLS/master_old_900.m3u8 -#EXTINF:-1 tvg-id="France24Arabic.fr" tvg-name="France 24 Arabic" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",France 24 Arabic -http://static.france24.com:80/live/F24_AR_HI_HLS/live_tv.m3u8 #EXTINF:-1 tvg-id="France24Arabic.fr" tvg-name="France 24 Arabic" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/61MSiq9.png" group-title="News",France 24 Arabic (1080p) https://static.france24.com/live/F24_AR_HI_HLS/live_tv.m3u8 #EXTINF:-1 tvg-id="France24Arabic.fr" tvg-name="France 24 Arabic" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/61MSiq9.png" group-title="News",France 24 Arabic (576p) https://static.france24.com/live/F24_AR_LO_HLS/live_web.m3u8 #EXTINF:-1 tvg-id="France24English.fr" tvg-name="France 24 English" tvg-country="INT" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/8/8a/France24.png" group-title="News",France 24 English (1080p) http://f24hls-i.akamaihd.net/hls/live/221147/F24_EN_HI_HLS/master.m3u8 -#EXTINF:-1 tvg-id="France24English.fr" tvg-name="France 24 English" tvg-country="INT" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/8/8a/France24.png" group-title="News",France 24 English -http://f24hls-i.akamaihd.net/hls/live/221147/F24_EN_HI_HLS/master_2000.m3u8 #EXTINF:-1 tvg-id="France24English.fr" tvg-name="France 24 English" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/61MSiq9.png" group-title="News",France 24 English (1080p) https://static.france24.com/live/F24_EN_HI_HLS/live_web.m3u8 #EXTINF:-1 tvg-id="France24English.fr" tvg-name="France 24 English" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/61MSiq9.png" group-title="News",France 24 English (576p) @@ -307,44 +285,30 @@ http://f24hls-i.akamaihd.net/hls/live/520845/F24_ES_HI_HLS/master.m3u8 https://static.france24.com/live/F24_ES_HI_HLS/live_web.m3u8 #EXTINF:-1 tvg-id="France24Espanol.fr" tvg-name="France 24 Espaรฑol" tvg-country="ES;LATAM" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/8/8a/France24.png" group-title="News",France 24 Espaรฑol (576p) https://static.france24.com/live/F24_ES_LO_HLS/live_web.m3u8 -#EXTINF:-1 tvg-id="France24Francais.fr" tvg-name="France 24 Franรงais" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/61MSiq9.png" group-title="News",France 24 Franรงais -http://f24hls-i.akamaihd.net/hls/live/221146/F24_FR_HI_HLS/master_2000.m3u8 #EXTINF:-1 tvg-id="France24Francais.fr" tvg-name="France 24 Franรงais" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/61MSiq9.png" group-title="News",France 24 Franรงais (1080p) https://static.france24.com/live/F24_FR_HI_HLS/live_tv.m3u8 #EXTINF:-1 tvg-id="France24Francais.fr" tvg-name="France 24 Franรงais" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/61MSiq9.png" group-title="News",France 24 Franรงais (1080p) https://static.france24.com/live/F24_FR_HI_HLS/live_web.m3u8 -#EXTINF:-1 tvg-id="France24French.fr" tvg-name="France 24 | French" tvg-country="FR" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/France24.png" group-title="",France 24 | French -http://static.france24.com:80/live/F24_FR_HI_HLS/live_tv.m3u8 #EXTINF:-1 tvg-id="France3.fr" tvg-name="France 3" tvg-country="FR" tvg-language="French" tvg-logo="" group-title="",France 3 http://edge9.iptvnetwork.net/live/france3/playlist.m3u8 #EXTINF:-1 tvg-id="France4.fr" tvg-name="France 4" tvg-country="FR" tvg-language="French" tvg-logo="" group-title="",France 4 http://edge9.iptvnetwork.net/live/france4/playlist.m3u8 #EXTINF:-1 tvg-id="France5.fr" tvg-name="France 5" tvg-country="FR" tvg-language="French" tvg-logo="" group-title="",France 5 http://edge9.iptvnetwork.net/live/france5/playlist.m3u8 +#EXTINF:-1 tvg-id="Franceinfo.fr" tvg-name="Franceinfo" tvg-country="FR" tvg-language="French" tvg-logo="" group-title="",Franceinfo +https://linkastream.co/headless?url=https://www.youtube.com/channel/UCO6K_kkdP-lnSCiO3tPx7WA/live +#EXTINF:-1 tvg-id="Franceinfo.fr" tvg-name="Franceinfo" tvg-country="FR" tvg-language="French" tvg-logo="" group-title="",Franceinfo +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.youtube.com/channel/UCO6K_kkdP-lnSCiO3tPx7WA/live #EXTINF:-1 tvg-id="Francophonie.fr" tvg-name="Francophonie" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/lvrvwtm.png" group-title="",Francophonie (360p) -http://mv2.tvfrancophonie.org/live/Stream1/media_b776739_w671289549.m3u8 -#EXTINF:-1 tvg-id="Francophonie24.fr" tvg-name="Francophonie24" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Francophonie24 -http://5421175365ea3.streamlock.net/live/smil:switch.smil/chunklist_b5000000_t64MTA4MHA=.m3u8 +http://mv2.tvfrancophonie.org/live/Stream1/playlist.m3u8 #EXTINF:-1 tvg-id="Francophonie24.fr" tvg-name="Francophonie24" tvg-country="FR" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Francophonie24_275x275.png?raw=true" group-title="",Francophonie24 https://5421175365ea3.streamlock.net/live/smil:switch.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FTVHD.fr" tvg-name="FTV HD" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",FTV HD -https://fash1043.cloudycdn.services/slive/_definst_/ftv_ftv_midnite_k1y_27049_midnite_secr_108_hls.smil/chunklist_b4700000_t64MTA4MHA=.m3u8 -#EXTINF:-1 tvg-id="FTVMidnightSecret.fr" tvg-name="FTV Midnight Secret" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",FTV Midnight Secret -https://fash1043.cloudycdn.services/slive/_definst_/ftv_ftv_midnite_k1y_27049_midnite_secr_108_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FTVNews.fr" tvg-name="FTV News" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",FTV News +#EXTINF:-1 tvg-id="FTVNews.fr" tvg-name="FTV News" tvg-country="FR" tvg-language="" tvg-logo="" group-title="News",FTV News http://210.61.56.23/hls/ftvtv/index.m3u8 -#EXTINF:-1 tvg-id="FTVTeens.fr" tvg-name="FTV Teens" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",FTV Teens -https://fash1043.cloudycdn.services/slive/_definst_/ftv_ftv_paris_pg_4dg_27027_paris_pg18_188_hls.smil/chunklist_b1400000_t64NDgwcA==.m3u8 #EXTINF:-1 tvg-id="GenerationsTV.fr" tvg-name="Generations TV" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/daUGyPl.jpg" group-title="",Generations TV -https://edge10.vedge.infomaniak.com/livecast/ik:generation-tv/manifest.m3u8?spark=28dc12a7-48b5-4d36-9b5b-c2deb9b70bcb&token= -#EXTINF:-1 tvg-id="GrandLilleTV.fr" tvg-name="Grand Lille TV" tvg-country="FR" tvg-language="" tvg-logo="http://www.grandlille.tv/wp-content/uploads/2018/10/grand-lille-info-tv-logo.png" group-title="",Grand Lille TV -http://str81.creacast.com/grandlilletv/smil:grandlilletv.smil/chunklist_w1118883208.m3u8 -#EXTINF:-1 tvg-id="GrandLilleTV.fr" tvg-name="Grand Lille TV" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Grand Lille TV -https://live.creacast.com/grandlilletv/smil:grandlilletv.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="GrandLilleTVHD.fr" tvg-name="Grand Lille TV HD" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Grand Lille TV HD -http://str81.creacast.com/grandlilletv/high/playlist.m3u8 -#EXTINF:-1 tvg-id="GrandLittoralTV.fr" tvg-name="Grand Littoral TV" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Grand Littoral TV -http://live.creacast.com/grandlittoral/smil:grandlittoral.smil/chunklist_b1464000.m3u8 +https://edge10.vedge.infomaniak.com/livecast/ik:generation-tv/manifest.m3u8 +#EXTINF:-1 tvg-id="GrandLilleTV.fr" tvg-name="Grand Lille TV" tvg-country="FR" tvg-language="French" tvg-logo="http://www.grandlille.tv/wp-content/uploads/2018/10/grand-lille-info-tv-logo.png" group-title="",Grand Lille TV +http://str81.creacast.com/grandlilletv/smil:grandlilletv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Gulli.fr" tvg-name="Gulli" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/mMWq0Kn.png" group-title="Kids",Gulli (540p) https://d13anarbtxy8c5.cloudfront.net/6play/short/clr/gulli/sdindex.m3u8 #EXTINF:-1 tvg-id="GulliBilArabi.fr" tvg-name="Gulli Bil Arabi" tvg-country="FR" tvg-language="Arabic" tvg-logo="https://www.lyngsat.com/logo/tv/gg/gulli-bil-arabie.png" group-title="Kids",Gulli Bil Arabi (1080p) @@ -353,8 +317,6 @@ https://shls-gulli-bil-arabi-prod-dub.shahid.net/out/v1/440c8a376b2049788371a8c2 http://188.40.68.167/russia/gulli_girl/playlist.m3u8 #EXTINF:-1 tvg-id="HolyGodTV.fr" tvg-name="HolyGod TV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/tzurFum.png" group-title="Religious",HolyGod TV (720p) https://dcunilive47-lh.akamaihd.net/i/dclive_1@739146/master.m3u8 -#EXTINF:-1 tvg-id="HolygodTVEuropeMiddleEast.fr" tvg-name="Holygod TV Europe & Middle East" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Holygod TV Europe & Middle East -https://dcunilive47-lh.akamaihd.net/i/dclive_1@739146/index_150.m3u8 #EXTINF:-1 tvg-id="Humanity.fr" tvg-name="Humanity" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/DFjN26b.jpg" group-title="",Humanity (720p) https://alchimie-humanity-1-fr.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Humanity.fr" tvg-name="Humanity" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/XZSCpl2.jpg" group-title="",Humanity (720p) @@ -365,15 +327,9 @@ https://alchimie-humanity-3-it.samsung.wurl.com/manifest/playlist.m3u8 https://str81.creacast.com/iltv/high/playlist.m3u8 #EXTINF:-1 tvg-id="KTO.fr" tvg-name="KTO" tvg-country="FR;UK;PT;ES;DK;NL;BE;CH" tvg-language="French" tvg-logo="https://i.imgur.com/LvbXFUy.jpg" group-title="",KTO (404p) https://livehdkto-lh.akamaihd.net/i/LiveStream_1@178944/master.m3u8 -#EXTINF:-1 tvg-id="LACHAINENORMANDE.fr" tvg-name="LA CHAINE NORMANDE" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",LA CHAINE NORMANDE -http://live.lachainenormande.fr/live/lcn/livestream/chunklist_w600527248.m3u8 -#EXTINF:-1 tvg-id="LaChaineNormandeTV.fr" tvg-name="La Chaine Normande TV" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",La Chaine Normande TV -http://live.lachainenormande.fr:80/live/lcn/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="LaChaineNormande.fr" tvg-name="La Chaine Normande" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/xDLwsbY.png" group-title="Family",La Chaรฎne normande (LCN) (576p) http://live.lachainenormande.fr/live/lcn/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="LCI.fr" tvg-name="LCI" tvg-country="FR;BE;CH;LU" tvg-language="French" tvg-logo="https://i.imgur.com/6VzdKEa.png" group-title="",LCI (720p) -https://lci-hls-live-ssl.tf1.fr/lci/1/hls/live.m3u8 -#EXTINF:-1 tvg-id="LCI.fr" tvg-name="LCI" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/6VzdKEa.png" group-title="",LCI https://lci-hls-live-ssl.tf1.fr/lci/1/hls/live_2328.m3u8 #EXTINF:-1 tvg-id="LuxeTV.fr" tvg-name="Luxe TV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/8tWhfap.png" group-title="",Luxe TV (720p) https://alchimie-luxe-1-fr.samsung.wurl.com/manifest/playlist.m3u8 @@ -407,9 +363,9 @@ https://alchimie-moods-2-it.samsung.wurl.com/manifest/playlist.m3u8 https://alchimie-moods-4-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="MotorSportTV.fr" tvg-name="MotorSport.TV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/cVCb02R.jpg" group-title="",MotorSport.TV (720p) https://alchimie-motor-sport-1-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MoviesCentral.fr" tvg-name="Movies Central" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/dwOoEmE.jpg" group-title="",Movies Central (720p) +#EXTINF:-1 tvg-id="MoviesCentral.fr" tvg-name="Movies Central" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/dwOoEmE.jpg" group-title="Movies",Movies Central (720p) https://alchimie-movies-central-1-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MoviesCentral.fr" tvg-name="Movies Central" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/dwOoEmE.jpg" group-title="",Movies Central (720p) +#EXTINF:-1 tvg-id="MoviesCentral.fr" tvg-name="Movies Central" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/dwOoEmE.jpg" group-title="Movies",Movies Central (720p) https://alchimie-movies-central-2-gb.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="MySurfTV.fr" tvg-name="My Surf TV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/byD2nrE.png" group-title="",My Surf TV (720p) https://alchimie-mysurf-1-fr.samsung.wurl.com/manifest/playlist.m3u8 @@ -418,7 +374,7 @@ https://alchimie-mysurf-2-it.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="MySurfTV.fr" tvg-name="My Surf TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/byD2nrE.png" group-title="",My Surf TV (720p) https://alchimie-mysurf-3-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="NancyWebTV.fr" tvg-name="Nancy Web TV" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/W43rv1R.jpg" group-title="",Nancy Web TV -https://edge4.vedge.infomaniak.com/livecast/ik:nancy-webtv/manifest.m3u8?spark=4bb70108-16ee-48ef-b780-08d91bffccbc&token= +https://edge4.vedge.infomaniak.com/livecast/ik:nancy-webtv/manifest.m3u8 #EXTINF:-1 tvg-id="PERSIANAPlusHD.fr" tvg-name="PERSIANA + HD" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/QaMnpKx.jpg" group-title="",PERSIANA + HD http://51.210.199.21/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaBillboard.fr" tvg-name="Persiana Billboard" tvg-country="FR" tvg-language="Persian" tvg-logo="" group-title="",Persiana Billboard @@ -427,9 +383,9 @@ http://51.210.199.10/hls/stream.m3u8 http://51.210.199.15/hls/stream.m3u8 #EXTINF:-1 tvg-id="PERSIANAENTERTAINMENT.fr" tvg-name="PERSIANA ENTERTAINMENT" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/LeLkpDr.png" group-title="",PERSIANA ENTERTAINMENT http://51.210.199.14/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PersianaFamily.fr" tvg-name="Persiana Family" tvg-country="FR" tvg-language="Persian" tvg-logo="" group-title="",Persiana Family +#EXTINF:-1 tvg-id="PersianaFamily.fr" tvg-name="Persiana Family" tvg-country="FR" tvg-language="Persian" tvg-logo="" group-title="Family",Persiana Family http://51.210.199.19/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PERSIANAFAMILYPlus.fr" tvg-name="PERSIANA FAMILY + " tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/1EFkWsZ.png" group-title="",PERSIANA FAMILY + +#EXTINF:-1 tvg-id="PERSIANAFAMILYPlus.fr" tvg-name="PERSIANA FAMILY + " tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/1EFkWsZ.png" group-title="Family",PERSIANA FAMILY + http://51.210.199.13/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaJunior.fr" tvg-name="Persiana Junior" tvg-country="FR" tvg-language="Persian" tvg-logo="" group-title="",Persiana Junior http://51.210.199.18/hls/stream.m3u8 @@ -441,7 +397,7 @@ http://51.210.199.17/hls/stream.m3u8 https://alchimie-sport-en-france-1-fr.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="StormcastNovelasTV.fr" tvg-name="Stormcast Novelas TV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/WpQ3N82.png" group-title="",Stormcast Novelas TV (720p) https://stormcast-telenovelatv-1-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="SupertoonsTV.fr" tvg-name="Supertoons TV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/kUmPbel.jpg" group-title="",Supertoons TV (720p) +#EXTINF:-1 tvg-id="SupertoonsTV.fr" tvg-name="Supertoons TV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/kUmPbel.jpg" group-title="Kids",Supertoons TV (720p) https://kedoo-supertoonstv-3-fr.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="TF1SeriesFilms.fr" tvg-name="TF1 Sรฉries Films" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/qFLq6lE.png" group-title="",TF1 Sรฉries Films (720p) https://tsf-hls-live-ssl.tf1.fr/tsf/1/hls/live_2328.m3u8 @@ -459,7 +415,7 @@ https://mj1b2xsspj.singularcdn.net.br/trace/brazuca/6/prog_index.m3u8 https://mj1b2xsspj.singularcdn.net.br/trace/latina/6/prog_index.m3u8 #EXTINF:-1 tvg-id="TraceSportStars.fr" tvg-name="Trace Sport Stars" tvg-country="FR" tvg-language="" tvg-logo="" group-title="Sports",Trace Sport Stars https://mj1b2xsspj.singularcdn.net.br/trace/tss/6/prog_index.m3u8 -#EXTINF:-1 tvg-id="TraceSportStarsAustralia.fr" tvg-name="Trace Sport Stars (Australia)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Trace Sport Stars (Australia) +#EXTINF:-1 tvg-id="TraceSportStarsAustralia.fr" tvg-name="Trace Sport Stars (Australia)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="Sports",Trace Sport Stars (Australia) https://lightning-tracesport-samsungau.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TraceToca.fr" tvg-name="Trace Toca" tvg-country="FR" tvg-language="" tvg-logo="" group-title="Music",Trace Toca https://mj1b2xsspj.singularcdn.net.br/trace/toca/6/prog_index.m3u8 @@ -467,16 +423,10 @@ https://mj1b2xsspj.singularcdn.net.br/trace/toca/6/prog_index.m3u8 https://mj1b2xsspj.singularcdn.net.br/trace/urbanint/6/prog_index.m3u8 #EXTINF:-1 tvg-id="TraceUrbanAustralia.fr" tvg-name="Trace Urban (Australia)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Trace Urban (Australia) https://lightning-traceurban-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TV5Monde.fr" tvg-name="TV5 Monde" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",TV5 Monde -http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877-b/v3plusinfo247hls/v3plusinfo247hls_1_2.m3u8 -#EXTINF:-1 tvg-id="TV5Monde.fr" tvg-name="TV5 Monde" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",TV5 Monde -http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877/v3plusinfo247hls/v3plusinfo247hls_1_2.m3u8 #EXTINF:-1 tvg-id="TV5MondeEurope.fr" tvg-name="TV5 Monde Europe" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/mwHtXya.jpg" group-title="",TV5 Monde Europe -http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877/v3plusinfo247hls/v3plusinfo247hls_1_1.m3u8 -#EXTINF:-1 tvg-id="TV5MondeInfo.fr" tvg-name="TV5 Monde Info" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/AJx5Fy2.png" group-title="",TV5 Monde Info -http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877-b/v3plusinfo247hls/v3plusinfo247hls_1_1.m3u8 -#EXTINF:-1 tvg-id="TV5MONDE.fr" tvg-name="TV5MONDE" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",TV5MONDE -http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877-b/v3plusinfo247hls/v3plusinfo247hls_1_4.m3u8 +http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877-b/v3plusinfo247hls/master.m3u8 +#EXTINF:-1 tvg-id="TV5MondeEurope.fr" tvg-name="TV5 Monde Europe" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/mwHtXya.jpg" group-title="",TV5 Monde Europe +http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877/v3plusinfo247hls/master.m3u8 #EXTINF:-1 tvg-id="TV5MondeFranciaFR.fr" tvg-name="TV5Monde Francia FR" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",TV5Monde Francia FR https://tv5infohls-i.akamaihd.net/hls/live/631613/tv5infohls/index.m3u8 #EXTINF:-1 tvg-id="TV5MondeInfo.fr" tvg-name="TV5Monde Info" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/AJx5Fy2.png" group-title="",TV5Monde Info @@ -510,6 +460,10 @@ https://live.creacast.com/mirabelletv/smil:mirabelletv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="viaOccitanie.fr" tvg-name="viร Occitanie" tvg-country="FR" tvg-language="French" tvg-logo="https://viaoccitanie.tv/fileadmin/via_main/img/logos/viaOccitanie-header.png" group-title="Local",viร Occitanie https://streamer03.myvideoplace.tv/streamer02/hls/MDS_VIA_PAD_301117_medium/index.m3u8 #EXTINF:-1 tvg-id="WรฉoNordPasdeCalais.fr" tvg-name="Wรฉo (Nord-Pas-de-Calais)" tvg-country="FR" tvg-language="French" tvg-logo="" group-title="Local",Wรฉo (Nord-Pas-de-Calais) +https://linkastream.co/headless?url=https://www.dailymotion.com/video/x62islg +#EXTINF:-1 tvg-id="WรฉoNordPasdeCalais.fr" tvg-name="Wรฉo (Nord-Pas-de-Calais)" tvg-country="FR" tvg-language="French" tvg-logo="" group-title="Local",Wรฉo (Nord-Pas-de-Calais) https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.dailymotion.com/video/x62islg #EXTINF:-1 tvg-id="WรฉoNordPasdeCalais.fr" tvg-name="Wรฉo (Picardie)" tvg-country="FR" tvg-language="French" tvg-logo="" group-title="Local",Wรฉo (Picardie) +https://linkastream.co/headless?url=https://www.dailymotion.com/video/x63085w +#EXTINF:-1 tvg-id="WรฉoNordPasdeCalais.fr" tvg-name="Wรฉo (Picardie)" tvg-country="FR" tvg-language="French" tvg-logo="" group-title="Local",Wรฉo (Picardie) https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.dailymotion.com/video/x63085w diff --git a/channels/ge.m3u b/channels/ge.m3u index 636d8abe3..6999b84a9 100644 --- a/channels/ge.m3u +++ b/channels/ge.m3u @@ -13,7 +13,7 @@ http://94.43.239.178:8080/CHANNEL678/BITRATE0/playlist.m3u8 https://c4635.cdn.xsg.ge/c4635/TVFormula/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="MtavariArkhi.ge" tvg-name="Mtavari Arkhi" tvg-country="GE" tvg-language="" tvg-logo="https://i.imgur.com/XVpqukA.png" group-title="",Mtavari Arkhi https://bozztv.com/36bay2/mtavariarxi/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="MusicBoxGeorgia.ge" tvg-name="MusicBox Georgia" tvg-country="GE" tvg-language="Georgian" tvg-logo="https://i.imgur.com/ku9kLp8.png" group-title="",MusicBox Georgia +#EXTINF:-1 tvg-id="MusicBoxGeorgia.ge" tvg-name="MusicBox Georgia" tvg-country="GE" tvg-language="Georgian" tvg-logo="https://i.imgur.com/ku9kLp8.png" group-title="Music",MusicBox Georgia http://94.43.239.178:8080/CHANNEL470/BITRATE0/playlist.m3u8 #EXTINF:-1 tvg-id="PalitraNews.ge" tvg-name="Palitra News" tvg-country="GE" tvg-language="Georgian" tvg-logo="https://i.imgur.com/9QVZGow.png" group-title="News",Palitra News https://live.palitranews.ge/hls/palitratv/index.m3u8 diff --git a/channels/gr.m3u b/channels/gr.m3u index 1b3809a67..72f0807ee 100644 --- a/channels/gr.m3u +++ b/channels/gr.m3u @@ -11,7 +11,7 @@ http://akritastv1.flashmediacast.com:1935/akritastv1/livestream/playlist.m3u8 http://31.177.62.174:8002/play/s57 #EXTINF:-1 tvg-id="ALERT.gr" tvg-name="ALERT" tvg-country="GR" tvg-language="" tvg-logo="http://greektv.pbworks.com/w/file/fetch/98921626/SUNNY.png" group-title="",ALERT (576p) https://itv.streams.ovh/ALEERT/ALEERT/playlist.m3u8 -#EXTINF:-1 tvg-id="ALFADRAMAS.gr" tvg-name="ALFA DRAMAS" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/39l3uRU.jpg" group-title="",ALFA DRAMAS (226p) +#EXTINF:-1 tvg-id="ALFADRAMAS.gr" tvg-name="ALFA DRAMAS" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/39l3uRU.jpg" group-title="Movies",ALFA DRAMAS (226p) http://www.hellasnet.tv/rest.live.hn/ws.alf/playlist.m3u8 #EXTINF:-1 tvg-id="ALITEIATV.gr" tvg-name="ALITEIA TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/H3xtBV3.jpg" group-title="",ALITEIA TV https://vdo.alphaserver.gr:3989/stream/play.m3u8 @@ -37,7 +37,7 @@ https://panik.cast-control.eu:1936/Admin_1/Admin_1/playlist.m3u8 https://eco.streams.ovh/BarazaTV/BarazaTV/playlist.m3u8 #EXTINF:-1 tvg-id="BarazaTVGreekMusicHits.gr" tvg-name="Baraza TV Greek Music Hits" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="https://i.imgur.com/mW6c2QR.png" group-title="Music",Baraza TV Greek Music Hits (1080p) https://eco.streams.ovh/BarazaTV/BarazarazaTV/BarazaTV/playlist.m3u8 -#EXTINF:-1 tvg-id="BCI24NEWS.gr" tvg-name="BCI 24 NEWS" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/aZpv6l9.png" group-title="",BCI 24 NEWS (720p) +#EXTINF:-1 tvg-id="BCI24NEWS.gr" tvg-name="BCI 24 NEWS" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/aZpv6l9.png" group-title="Local",BCI 24 NEWS (720p) https://live.streams.ovh/netmedia/netmedia/playlist.m3u8 #EXTINF:-1 tvg-id="CAMERASMILE.gr" tvg-name="CAMERA SMILE" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/W5oLUMk.jpg" group-title="",CAMERA SMILE (480p) https://nrpus.bozztv.com/36bay2/gusa-camerasmile/index.m3u8 @@ -75,13 +75,13 @@ http://ert-live-bcbs15228.siliconweb.com/media/ert_1/ert_1.m3u8 http://ert-live-bcbs15228.siliconweb.com/media/ert_2/ert_2.m3u8 #EXTINF:-1 tvg-id="ERT3.gr" tvg-name="ERT 3" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="" group-title="",ERT 3 (720p) http://ert-live-bcbs15228.siliconweb.com/media/ert_3/ert_3.m3u8 -#EXTINF:-1 tvg-id="ERTNEWS.gr" tvg-name="ERT NEWS" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/ujTPC3J.jpg" group-title="",ERT NEWS (720p) +#EXTINF:-1 tvg-id="ERTNEWS.gr" tvg-name="ERT NEWS" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/ujTPC3J.jpg" group-title="News",ERT NEWS (720p) http://ert-live-bcbs15228.siliconweb.com/media/ert_news/ert_news.m3u8 -#EXTINF:-1 tvg-id="ERTSPORTS.gr" tvg-name="ERT SPORTS" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/SgiGEUK.png" group-title="",ERT SPORTS (1080p) +#EXTINF:-1 tvg-id="ERTSPORTS.gr" tvg-name="ERT SPORTS" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/SgiGEUK.png" group-title="Sports",ERT SPORTS (1080p) http://ert-live-bcbs15228.siliconweb.com/media/ert_sports/ert_sports.m3u8 -#EXTINF:-1 tvg-id="ERTSPORTS2.gr" tvg-name="ERT SPORTS 2" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/zG9dFQp.jpg" group-title="",ERT SPORTS 2 +#EXTINF:-1 tvg-id="ERTSPORTS2.gr" tvg-name="ERT SPORTS 2" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/zG9dFQp.jpg" group-title="Sports",ERT SPORTS 2 http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_2/ert_sports_2.m3u8 -#EXTINF:-1 tvg-id="ERTSPORTS3.gr" tvg-name="ERT SPORTS 3" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/zG9dFQp.jpg" group-title="",ERT SPORTS 3 +#EXTINF:-1 tvg-id="ERTSPORTS3.gr" tvg-name="ERT SPORTS 3" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/zG9dFQp.jpg" group-title="Sports",ERT SPORTS 3 http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_3/ert_sports_3.m3u8 #EXTINF:-1 tvg-id="ERTWORLD.gr" tvg-name="ERT WORLD" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/WeJpLhK.png" group-title="",ERT WORLD http://ert-live-bcbs15228.siliconweb.com/media/ert_world/ert_world.m3u8 @@ -93,7 +93,7 @@ https://vdo.alphaserver.gr:3203/stream/play.m3u8 https://s1.cystream.net/live/faros1/playlist.m3u8 #EXTINF:-1 tvg-id="FAROSTV2.gr" tvg-name="FAROS TV2" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/T8mB6Kg.jpg" group-title="",FAROS TV2 (480p) [Not 24/7] https://s1.cystream.net/live/faros2/playlist.m3u8 -#EXTINF:-1 tvg-id="FOXMUSIC.gr" tvg-name="FOX MUSIC" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/I4kzEBw.jpg" group-title="",FOX MUSIC (240p) +#EXTINF:-1 tvg-id="FOXMUSIC.gr" tvg-name="FOX MUSIC" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/I4kzEBw.jpg" group-title="Music",FOX MUSIC (240p) http://live.streams.ovh:1935/foxtv/foxtv/playlist.m3u8 #EXTINF:-1 tvg-id="GALAXYGR.gr" tvg-name="GALAXY GR" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/dwF0jlz.png" group-title="",GALAXY GR (368p) https://channel.streams.ovh:1936/galaxygr-1/galaxygr-1/playlist.m3u8 @@ -119,7 +119,7 @@ http://stream.ioniantv.gr:8081/ionian/live/playlist.m3u8 https://stream.ioniantv.gr/ionian/live_abr/playlist.m3u8 #EXTINF:-1 tvg-id="IridaTV.gr" tvg-name="Irida TV" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="https://i.imgur.com/gn5sdCt.png" group-title="Local",Irida TV (226p) https://www.hellasnet.tv/rest.live.hn/ws.iri/playlist.m3u8 -#EXTINF:-1 tvg-id="KIDSTV.gr" tvg-name="KIDS TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/7sUmqv2.png" group-title="",KIDS TV +#EXTINF:-1 tvg-id="KIDSTV.gr" tvg-name="KIDS TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/7sUmqv2.png" group-title="Kids",KIDS TV http://wpso.com:1936/hls/kidshd.m3u8 #EXTINF:-1 tvg-id="KONTRA.gr" tvg-name="KONTRA" tvg-country="GR" tvg-language="" tvg-logo="http://greektv.pbworks.com/f/KONTRA.png" group-title="",KONTRA (1080p) http://kontralive.siliconweb.com/live/kontratv/playlist.m3u8 @@ -131,7 +131,7 @@ http://flashcloud.mediacdn.com/live/kontratv/playlist.m3u8 http://live.cretetv.gr:1935/cretetv/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="LIVETV.gr" tvg-name="LIVE TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/Dj7YFhH.png" group-title="",LIVE TV https://vod.streams.ovh:3829/stream/play.m3u8 -#EXTINF:-1 tvg-id="MTV.gr" tvg-name="M.TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/dh22Dj8.png" group-title="",M.TV +#EXTINF:-1 tvg-id="MTV.gr" tvg-name="M.TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/dh22Dj8.png" group-title="Music",M.TV http://78.83.87.222:9999/play/a015/index.m3u8 #EXTINF:-1 tvg-id="MagicTV.gr" tvg-name="Magic TV" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="http://i.imgur.com/QZQhg6C.png" group-title="Music",Magic TV (360p) https://itv.streams.ovh/magictv/magictv/playlist.m3u8 diff --git a/channels/hk.m3u b/channels/hk.m3u index 4aa5e358d..1115eb919 100644 --- a/channels/hk.m3u +++ b/channels/hk.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="A1Tai.hk" tvg-name="A1ๅฐ" tvg-country="HK" tvg-language="Chinese;Yue Chinese" tvg-logo="https://upload.wikimedia.org/wikipedia/zh/thumb/8/80/ATV_A1_logo.jpg/300px-ATV_A1_logo.jpg" group-title="General",A1ๅฐ (720p) https://15813114727637862976168173814320.live.prod.hkatv.com/a1_cbr_lo.m3u8 -#EXTINF:-1 tvg-id="CelestialClassicMovies.hk" tvg-name="Celestial Classic Movies" tvg-country="MY" tvg-language="" tvg-logo="https://1.bp.blogspot.com/-JitJUuWTMxg/VH--1LtXqGI/AAAAAAAAAo0/FL_bgsBFjeU/s1600/CELESTIAL%2BCLASSIC%2BMOVIES%2Blogo.png" group-title="",Celestial Classic ๅคฉๆ˜ ็ปๅ…ธ +#EXTINF:-1 tvg-id="CelestialClassicMovies.hk" tvg-name="Celestial Classic Movies" tvg-country="MY" tvg-language="" tvg-logo="https://1.bp.blogspot.com/-JitJUuWTMxg/VH--1LtXqGI/AAAAAAAAAo0/FL_bgsBFjeU/s1600/CELESTIAL%2BCLASSIC%2BMOVIES%2Blogo.png" group-title="Movies",Celestial Classic ๅคฉๆ˜ ็ปๅ…ธ http://50.7.161.82:8278/streams/d/Celestial2/playlist.m3u8 #EXTINF:-1 tvg-id="CelestialMovies.hk" tvg-name="Celestial Movies" tvg-country="HK;SG;MY;ID;TW;BN;BD" tvg-language="Chinese" tvg-logo="https://astrocontent.s3.amazonaws.com/Images/ChannelLogo/Pos/322_300.png" group-title="Movies",Celestial Movies (480p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s33/index.m3u8 diff --git a/channels/hr.m3u b/channels/hr.m3u index c4c93d070..03564a176 100644 --- a/channels/hr.m3u +++ b/channels/hr.m3u @@ -17,9 +17,9 @@ http://195.29.70.89/PLTV/88888888/224/3221226281/index.m3u8 http://195.29.70.67/PLTV/88888888/224/3221226027/index.m3u8 #EXTINF:-1 tvg-id="MAXtvPromoKanal.hr" tvg-name="MAXtv Promo Kanal" tvg-country="HR" tvg-language="Croatian" tvg-logo="https://i.imgur.com/RApnwWl.jpg" group-title="",MAXtv Promo Kanal (576p) [NO KODI] http://195.29.70.84/PLTV/88888888/224/3221226027/index.m3u8 -#EXTINF:-1 tvg-id="NewsBar.hr" tvg-name="NewsBar" tvg-country="HR" tvg-language="Croatian" tvg-logo="https://i.imgur.com/Q8eH5zN.jpg" group-title="",NewsBar (528p) [NO KODI] +#EXTINF:-1 tvg-id="NewsBar.hr" tvg-name="NewsBar" tvg-country="HR" tvg-language="Croatian" tvg-logo="https://i.imgur.com/Q8eH5zN.jpg" group-title="News",NewsBar (528p) [NO KODI] http://195.29.70.67/PLTV/88888888/224/3221226407/index.m3u8 -#EXTINF:-1 tvg-id="NewsBar.hr" tvg-name="NewsBar" tvg-country="HR" tvg-language="Croatian" tvg-logo="https://i.imgur.com/Q8eH5zN.jpg" group-title="",NewsBar (528p) [NO KODI] +#EXTINF:-1 tvg-id="NewsBar.hr" tvg-name="NewsBar" tvg-country="HR" tvg-language="Croatian" tvg-logo="https://i.imgur.com/Q8eH5zN.jpg" group-title="News",NewsBar (528p) [NO KODI] http://195.29.70.89/PLTV/88888888/224/3221226407/index.m3u8 #EXTINF:-1 tvg-id="RadioTelevizijaBanovina.hr" tvg-name="Radio Televizija Banovina" tvg-country="HR" tvg-language="Croatian" tvg-logo="https://i.imgur.com/7q3g8AS.png" group-title="",Radio Televizija Banovina rtmp://video.radio-banovina.hr/live/myStream diff --git a/channels/ht.m3u b/channels/ht.m3u index 5a8cf0ae1..343cd065b 100644 --- a/channels/ht.m3u +++ b/channels/ht.m3u @@ -1,7 +1,7 @@ #EXTM3U -#EXTINF:-1 tvg-id="TeleHaiti.ht" tvg-name="Tele Haiti" tvg-country="HT" tvg-language="" tvg-logo="" group-title="",Tele Haiti +#EXTINF:-1 tvg-id="TeleHaiti.ht" tvg-name="Tele Haiti" tvg-country="HT" tvg-language="" tvg-logo="" group-title="General",Tele Haiti http://66.175.238.147:1935/live/myStream/chunklist_w1749202216.m3u8 #EXTINF:-1 tvg-id="TeleLouange.ht" tvg-name="Tele Louange" tvg-country="HT" tvg-language="French" tvg-logo="https://i.imgur.com/vZmlq9N.jpg" group-title="",Tele Louange https://5790d294af2dc.streamlock.net/8124/8124/chunklist.m3u8 -#EXTINF:-1 tvg-id="TeleHaiti.ht" tvg-name="TeleHaiti" tvg-country="HT" tvg-language="French" tvg-logo="https://www.newsfromhaiti.com/images/TeleHaiti.jpg" group-title="",TeleHaiti (1088p) +#EXTINF:-1 tvg-id="TeleHaiti.ht" tvg-name="TeleHaiti" tvg-country="HT" tvg-language="French" tvg-logo="https://www.newsfromhaiti.com/images/TeleHaiti.jpg" group-title="General",TeleHaiti (1088p) http://66.175.238.147:1935/live/myStream/playlist.m3u8 diff --git a/channels/hu.m3u b/channels/hu.m3u index cb955e818..123068c1d 100644 --- a/channels/hu.m3u +++ b/channels/hu.m3u @@ -3,7 +3,7 @@ http://hz1.teleport.cc/HLS/HD.m3u8 #EXTINF:-1 tvg-id="1MusicChannelHungary.hu" tvg-name="1Music Channel Hungary" tvg-country="HU" tvg-language="Hungarian" tvg-logo="" group-title="Music",1Music Channel Hungary http://1music.hu/1music.m3u8 -#EXTINF:-1 tvg-id="1MusicChannelHungary.hu" tvg-name="1Music Channel Hungary" tvg-country="HU" tvg-language="" tvg-logo="" group-title="",1Music Channel Hungary +#EXTINF:-1 tvg-id="1MusicChannelHungary.hu" tvg-name="1Music Channel Hungary" tvg-country="HU" tvg-language="" tvg-logo="" group-title="Music",1Music Channel Hungary http://www.1music.hu/1music.m3u8 #EXTINF:-1 tvg-id="ApostolTV.hu" tvg-name="Apostol TV" tvg-country="HU" tvg-language="" tvg-logo="" group-title="",Apostol TV http://live.apostoltv.hu/online/smil:gazdagret.smil/chunklist_b1992000_slhun.m3u8 @@ -35,7 +35,7 @@ https://stream.y5.hu/stream/stream_filmp/hls1/stream.m3u8 http://fixhd.tv:8081/fix/hd.stream/playlist.m3u8 #EXTINF:-1 tvg-id="FIXTVHD.hu" tvg-name="FIX TV HD" tvg-country="HU" tvg-language="" tvg-logo="" group-title="",FIX TV HD (720p) https://fixhd.tv:8082/fix/hd.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="HTMusicChannel.hu" tvg-name="H!T Music Channel" tvg-country="HU" tvg-language="Hungarian" tvg-logo="" group-title="",H!T Music Channel +#EXTINF:-1 tvg-id="HTMusicChannel.hu" tvg-name="H!T Music Channel" tvg-country="HU" tvg-language="Hungarian" tvg-logo="" group-title="Music",H!T Music Channel http://hitmusic.hu/hitmusic.m3u8 #EXTINF:-1 tvg-id="HalomTV.hu" tvg-name="Halom TV" tvg-country="HU" tvg-language="Hungarian" tvg-logo="https://i.imgur.com/Qykeedm.png" group-title="",Halom TV http://stream.battanet.hu:8080/hls/livestream1/1_2/index.m3u8 @@ -57,7 +57,7 @@ https://streaming.mytvback.com/stream/2WVTzaaqRtQ3cZ02Qd7rPA/1617462690/channel0 http://87.229.103.60:1935/liverelay/loverseny2.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="M3.hu" tvg-name="M3" tvg-country="HU" tvg-language="" tvg-logo="" group-title="",M3 https://stream9.nava.hu/m3_live_bdrm/_definst_/smil:m3_1080p_loop_nodrm.smil/chunklist_w72397576_b881072_slhun.m3u8?lb=b4bp7xeKAKovH1uDWU5XusWC%252FSZexs%252BJNLmxYvSb34kGup6SGRTTm5UkNNjfC62mmvYbuEqrt04E%250D%250AExer5ZNS%252FWN6JyMpY6GiuOU2osRulnM%252BgNsTWVD8z%252BLJt4imqAka%250D%250A&platform=web_embed&sessid=Z4gLTQezzXGgWvNkiypb5PkmR64U1aoH3lFII14l3Mp2dZ5OtLoKQQY7XOn943ns&type=m3u8 -#EXTINF:-1 tvg-id="MUSICPlus.hu" tvg-name="MUSIC +" tvg-country="HU" tvg-language="" tvg-logo="https://i.imgur.com/yKJmkNk.png" group-title="",MUSIC + +#EXTINF:-1 tvg-id="MUSICPlus.hu" tvg-name="MUSIC +" tvg-country="HU" tvg-language="" tvg-logo="https://i.imgur.com/yKJmkNk.png" group-title="Music",MUSIC + http://s02.diazol.hu:10192/hls/stream.m3u8 #EXTINF:-1 tvg-id="PannonRTV.hu" tvg-name="Pannon RTV" tvg-country="HU" tvg-language="Hungarian" tvg-logo="https://i.imgur.com/Dl9xtgo.png" group-title="",Pannon RTV https://stream.unrealhosting.hu:443/hls/pannonrtv/live.m3u8 diff --git a/channels/id.m3u b/channels/id.m3u index 6a59bf669..afdb75e65 100644 --- a/channels/id.m3u +++ b/channels/id.m3u @@ -25,7 +25,7 @@ https://vcdn2.rctiplus.id/live/eds/gtv_fta/live_fta/gtv_fta.m3u8 http://202.93.133.3:1935/SVR1/ch_hiduptv.stream_720p/playlist.m3u8 #EXTINF:-1 tvg-id="Hits.id" tvg-name="Hits" tvg-country="ID" tvg-language="" tvg-logo="http://www.rewindnetworks.com/assets/logo_hits.png" group-title="",Hits https://liveanevia.mncnow.id/live/eds/HITS/sa_dash_vmx/HITS.mpd -#EXTINF:-1 tvg-id="HitsMovies.id" tvg-name="Hits Movies" tvg-country="ID" tvg-language="" tvg-logo="https://movies.hitstv.com/img/hits-movies-logo.png" group-title="",Hits Movies +#EXTINF:-1 tvg-id="HitsMovies.id" tvg-name="Hits Movies" tvg-country="ID" tvg-language="" tvg-logo="https://movies.hitstv.com/img/hits-movies-logo.png" group-title="Movies",Hits Movies https://liveanevia.mncnow.id/live/eds/HitsMovies/sa_dash_vmx/HitsMovies.mpd #EXTINF:-1 tvg-id="IAMCHANNEL.id" tvg-name="I AM CHANNEL" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92697/14040337.png" group-title="Religious",I AM CHANNEL (576p) [Not 24/7] http://iamchannel.org:1935/tes/1/playlist.m3u8 diff --git a/channels/ie.m3u b/channels/ie.m3u index 19db3e7ee..4ee4d8b88 100644 --- a/channels/ie.m3u +++ b/channels/ie.m3u @@ -23,24 +23,24 @@ https://oirlive.heanet.ie/cr4/ngrp:cr4.stream_all/chunklist_b1228000.m3u8 https://d1h8rkqumz239n.cloudfront.net/oireachtas/ngrp:oireachtas.stream_all/playlist.m3u8 #EXTINF:-1 tvg-id="OireachtasTV.ie" tvg-name="Oireachtas TV" tvg-country="IE" tvg-language="English" tvg-logo="https://i.imgur.com/lUyNmTY.jpg" group-title="Legislative",Oireachtas TV (720p) https://d33zah5htxvoxb.cloudfront.net/el/live/oirtv/hls_1280x720.m3u8 -#EXTINF:-1 tvg-id="RTENews.ie" tvg-name="RTE News" tvg-country="IE" tvg-language="" tvg-logo="https://i.imgur.com/OisW3m0.png" group-title="",RTE News (1080p) +#EXTINF:-1 tvg-id="RTENews.ie" tvg-name="RTE News" tvg-country="IE" tvg-language="" tvg-logo="https://i.imgur.com/OisW3m0.png" group-title="News",RTE News (1080p) https://live.rte.ie/live/a/channel3/news.isml/.m3u8 -#EXTINF:-1 tvg-id="RTENewsNow.ie" tvg-name="RTE News Now" tvg-country="IE" tvg-language="" tvg-logo="" group-title="",RTE News Now +#EXTINF:-1 tvg-id="RTENewsNow.ie" tvg-name="RTE News Now" tvg-country="IE" tvg-language="" tvg-logo="" group-title="News",RTE News Now https://live.rte.ie/live/a/channel3/news.isml/news-audio_128k=128000-video=4499968.m3u8 -#EXTINF:-1 tvg-id="RTENewsNow.ie" tvg-name="RTE News Now" tvg-country="IE" tvg-language="" tvg-logo="" group-title="",RTE News Now +#EXTINF:-1 tvg-id="RTENewsNow.ie" tvg-name="RTE News Now" tvg-country="IE" tvg-language="" tvg-logo="" group-title="News",RTE News Now https://live.rte.ie/live/a/channel3/news.isml/news-video=144960.m3u8 -#EXTINF:-1 tvg-id="RTENewsNow.ie" tvg-name="RTE News Now" tvg-country="IE" tvg-language="" tvg-logo="" group-title="",RTE News Now +#EXTINF:-1 tvg-id="RTENewsNow.ie" tvg-name="RTE News Now" tvg-country="IE" tvg-language="" tvg-logo="" group-title="News",RTE News Now https://live.rte.ie/live/a/channel3/news.isml/news-video=729984-audio_128k=128000.m3u8 #EXTINF:-1 tvg-id="RTENews.ie" tvg-name="RTร‰ News" tvg-country="IE" tvg-language="English" tvg-logo="http://static.epg.best/ie/RTENewsNow.ie.png" group-title="News",RTร‰ News (1080p) https://live.rte.ie/live/a/channel3/news.isml/news.m3u8 -#EXTINF:-1 tvg-id="RTENews.ie" tvg-name="RTร‰ News" tvg-country="IE" tvg-language="" tvg-logo="" group-title="",RTร‰ News +#EXTINF:-1 tvg-id="RTENews.ie" tvg-name="RTร‰ News" tvg-country="IE" tvg-language="" tvg-logo="" group-title="News",RTร‰ News https://live.rte.ie/live/a/channel3/news.isml/playlist.m3u8 -#EXTINF:-1 tvg-id="SetantaSportsPlus.ie" tvg-name="Setanta Sports +" tvg-country="IE" tvg-language="" tvg-logo="" group-title="",Setanta Sports + +#EXTINF:-1 tvg-id="SetantaSportsPlus.ie" tvg-name="Setanta Sports +" tvg-country="IE" tvg-language="" tvg-logo="" group-title="Sports",Setanta Sports + http://195.158.29.129/live_360/live.stream+_360p.m3u8 -#EXTINF:-1 tvg-id="SetantaSports2Eurasia.ie" tvg-name="Setanta Sports 2 Eurasia" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="",Setanta Sports 2 Eurasia (480p) +#EXTINF:-1 tvg-id="SetantaSports2Eurasia.ie" tvg-name="Setanta Sports 2 Eurasia" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Sports",Setanta Sports 2 Eurasia (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/s82/index.m3u8 -#EXTINF:-1 tvg-id="SetantaSportsEurasia.ie" tvg-name="Setanta Sports Eurasia" tvg-country="RU" tvg-language="Russian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/5/5d/Setanta-logo.jpg" group-title="",Setanta Sports Eurasia (480p) +#EXTINF:-1 tvg-id="SetantaSportsEurasia.ie" tvg-name="Setanta Sports Eurasia" tvg-country="RU" tvg-language="Russian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/5/5d/Setanta-logo.jpg" group-title="Sports",Setanta Sports Eurasia (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/s81/index.m3u8 #EXTINF:-1 tvg-id="TG4.ie" tvg-name="TG4" tvg-country="IE" tvg-language="English" tvg-logo="https://i.imgur.com/TT9kAEp.png" group-title="",TG4 (480p) diff --git a/channels/il.m3u b/channels/il.m3u index 58f90c6aa..c546dec11 100644 --- a/channels/il.m3u +++ b/channels/il.m3u @@ -7,7 +7,7 @@ http://82.80.192.30/shoppingil_ShoppingIL21TVRepeat/_definst_/smil:ShoppingIL21T https://kanlivep2event-i.akamaihd.net/hls/live/747600/747600/source1_1.8k/chunklist.m3u8 #EXTINF:-1 tvg-id="Kan 23-IS" tvg-name="IL: Kan 23" tvg-country="IL" tvg-language="Hebrew" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/KanHinuchit.svg/2880px-KanHinuchit.svg.png" group-title="Kids",ch 23 ื”ื—ื™ื ื•ื›ื™ืช https://kanlivep2event-i.akamaihd.net/hls/live/747600/747600/source1_2.5k/chunklist.m3u8 -#EXTINF:-1 tvg-id="Channel2News.il" tvg-name="Channel 2 News" tvg-country="IL" tvg-language="" tvg-logo="" group-title="",Channel 2 News +#EXTINF:-1 tvg-id="Channel2News.il" tvg-name="Channel 2 News" tvg-country="IL" tvg-language="" tvg-logo="" group-title="News",Channel 2 News http://keshethlslive-lh.akamaihd.net/i/c2n_1@195269/index_2200_av-p.m3u8 #EXTINF:-1 tvg-id="Channel2News.il" tvg-name="Channel 2 News" tvg-country="IL" tvg-language="Hebrew" tvg-logo="https://i.imgur.com/NmnXn2z.jpg" group-title="News",Channel 2 News (720p) https://keshethlslive-lh.akamaihd.net/i/c2n_1@195269/master.m3u8 @@ -45,7 +45,7 @@ https://iptv--iptv.repl.co/Hebrew/keshet_12 https://contact.gostreaming.tv/Knesset/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="MusayofIsrael.il" tvg-name="Musayof (Israel)" tvg-country="IL" tvg-language="" tvg-logo="" group-title="",Musayof (Israel) (240p) [Not 24/7] http://wowza.media-line.co.il/Musayof-Live/livestream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="Music24.il" tvg-name="Music 24" tvg-country="IL" tvg-language="" tvg-logo="https://i.imgur.com/RYsXzeJ.jpg" group-title="",Music 24 +#EXTINF:-1 tvg-id="Music24.il" tvg-name="Music 24" tvg-country="IL" tvg-language="" tvg-logo="https://i.imgur.com/RYsXzeJ.jpg" group-title="Music",Music 24 https://keshethlslive-lh.akamaihd.net/i/24live_1@195271/index_1400_av-b.m3u8 #EXTINF:-1 tvg-id="Reshet 13" tvg-name="Reshet 13" tvg-country="IL" tvg-language="Hebrew" tvg-logo="http://thumbs2.imagebam.com/bc/ad/be/19f5c9784877383.jpg" group-title="",Reshet 13 https://d18b0e6mopany4.cloudfront.net/out/v1/08bc71cf0a0f4712b6b03c732b0e6d25/index_3.m3u8 diff --git a/channels/in.m3u b/channels/in.m3u index eab2987bb..7ee7e0c24 100644 --- a/channels/in.m3u +++ b/channels/in.m3u @@ -1,7 +1,15 @@ #EXTM3U -#EXTINF:-1 tvg-id="AndFlix.in" tvg-name="&Flix" tvg-country="IN" tvg-language="English" tvg-logo="https://static.epg.best/in/AndFlix.in.png" group-title="Movies",&Flix +#EXTINF:-1 tvg-id="AndFlix.in" tvg-name="&Flix" tvg-country="IN" tvg-language="" tvg-logo="https://static.epg.best/in/AndFlix.in.png" group-title="Movies",&Flix +https://f8e7y4c6.ssl.hwcdn.net/andflixhd/index.m3u8 +#EXTINF:-1 tvg-id="AndFlix.in" tvg-name="&Flix" tvg-country="IN" tvg-language="" tvg-logo="https://static.epg.best/in/AndFlix.in.png" group-title="Movies",&Flix https://y5w8j4a9.ssl.hwcdn.net/andflixhd/index.m3u8 -#EXTINF:-1 tvg-id="AndPrive.in" tvg-name="&privรฉ HD" tvg-country="SAS" tvg-language="English" tvg-logo="https://static.epg.best/in/AndPrive.in.png" group-title="Movies",&privรฉ HD +#EXTINF:-1 tvg-id="AndPictures.in" tvg-name="&Pictures" tvg-country="SAS" tvg-language="" tvg-logo="https://static.epg.best/in/AndPictures.in.png" group-title="Movies",&Pictures +https://f8e7y4c6.ssl.hwcdn.net/andpicssd/playlist.m3u8 +#EXTINF:-1 tvg-id="AndPictures.in" tvg-name="&Pictures" tvg-country="SAS" tvg-language="" tvg-logo="https://static.epg.best/in/AndPictures.in.png" group-title="Movies",&Pictures +https://y5w8j4a9.ssl.hwcdn.net/andpicssd/playlist.m3u8 +#EXTINF:-1 tvg-id="AndPrive.in" tvg-name="&privรฉ HD" tvg-country="SAS" tvg-language="" tvg-logo="https://static.epg.best/in/AndPrive.in.png" group-title="Movies",&privรฉ HD +https://f8e7y4c6.ssl.hwcdn.net/andprivehd/index.m3u8 +#EXTINF:-1 tvg-id="AndPrive.in" tvg-name="&privรฉ HD" tvg-country="SAS" tvg-language="" tvg-logo="https://static.epg.best/in/AndPrive.in.png" group-title="Movies",&privรฉ HD https://y5w8j4a9.ssl.hwcdn.net/andprivehd/index.m3u8 #EXTINF:-1 tvg-id="3TamilTV.in" tvg-name="3 Tamil TV" tvg-country="IN" tvg-language="Tamil" tvg-logo="https://i.imgur.com/WfAU7pB.png" group-title="Entertainment",3 Tamil TV (720p) https://6n3yogbnd9ok-hls-live.5centscdn.com/threetamil/d0dbe915091d400bd8ee7f27f0791303.sdp/index.m3u8 @@ -79,7 +87,7 @@ http://103.199.160.85/Content/moviehouse/Live/Channel(MovieHouse)/Stream(01)/ind https://m-c036-j2apps.s.llnwi.net/hls/5045.BFlixMovies.in.m3u8 #EXTINF:-1 tvg-id="Bollywood.in" tvg-name="Bollywood" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="Movies",Bollywood (480p) https://m-c09-j2apps.s.llnwi.net/hls/8001.Bollywood.in.m3u8 -#EXTINF:-1 tvg-id="BollywoodClassic.in" tvg-name="Bollywood Classic" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://iptv.live/images/logo/channel/smalls/4b865f70179ee2a8bebc3260a0315f67.png" group-title="",Bollywood Classic +#EXTINF:-1 tvg-id="BollywoodClassic.in" tvg-name="Bollywood Classic" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://iptv.live/images/logo/channel/smalls/4b865f70179ee2a8bebc3260a0315f67.png" group-title="Classic",Bollywood Classic http://telekomtv-ro.akamaized.net/shls/LIVE$BollywoodClassic/6.m3u8/Level(1677721)?start=LIVE&end=END #EXTINF:-1 tvg-id="BollyWoodHD.in" tvg-name="BollyWood HD" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",BollyWood HD http://telekomtv-ro.akamaized.net/shls/LIVE$BollywoodHD/247.m3u8/Level(3670016)?start=LIVE&end=END @@ -88,9 +96,10 @@ http://live.agmediachandigarh.com/booglebollywood/774e3ea9f3fa9bcdac47f445b83b66 #EXTINF:-1 tvg-id="BritCom.in" tvg-name="BritCom" tvg-country="IN" tvg-language="English" tvg-logo="" group-title="",BritCom (720p) https://dai.google.com/linear/hls/event/IdHTuehZQPClis-gJaZkFQ/master.m3u8 #EXTINF:-1 tvg-id="Channel.in" tvg-name="Channel" tvg-country="IN" tvg-language="" tvg-logo="https://static.epg.best/in/ChannelV.in.png" group-title="",Channel [V] -https://livecdn.fptplay.net/foxlive/channelvhd_hls.smil/chunklist_b2500000.m3u8 +#EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36 +https://livecdn.fptplay.net/foxlive/channelvhd_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ChannelDivya.in" tvg-name="Channel Divya" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Channel Divya -http://edge-ind.inapcdn.in:1935/berry1/latest.stream_aac/chunklist_w1157917870.m3u8 +http://edge-ind.inapcdn.in:1935/berry1/latest.stream_aac/playlist.m3u8 #EXTINF:-1 tvg-id="ChannelWin.in" tvg-name="Channel Win" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Channel Win (360p) https://cdn.smartstream.video/smartstream-us/channelwinlive/channelwinlive/playlist.m3u8 #EXTINF:-1 tvg-id="ChannelY.in" tvg-name="Channel Y" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Channel Y (720p) @@ -103,16 +112,20 @@ https://live.wmncdn.net/cinevoice/508a8ec9dfdb9c61df9823aac272b719.sdp/mono.m3u8 https://ch.iptvmate.net/0062d390de66fa0026f07fda64beeee2.m3u8 #EXTINF:-1 tvg-id="CNBCAwaaz.in" tvg-name="CNBC Awaaz" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://upload.wikimedia.org/wikipedia/en/a/a7/CNBC_Awaaz_2010.png" group-title="Business",CNBC Awaaz https://cnbcawaaz-lh.akamaihd.net/i/cnbcawaaz_1@174872/index_5_av-p.m3u8 -#EXTINF:-1 tvg-id="CNBCAwaazSD.in" tvg-name="CNBC Awaaz SD" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",CNBC Awaaz SD -https://cnbcawaaz-lh.akamaihd.net/i/cnbcawaaz_1@174872/index_5_av-p.m3u8?sd=10&rebase=on #EXTINF:-1 tvg-id="CNBCBajar.in" tvg-name="CNBC Bajar" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2019/08/cnbc_bajar_in.png" group-title="News",CNBC Bajar https://cnbcbazar-lh.akamaihd.net/i/cnbcbajar_1@178933/index_5_av-p.m3u8 #EXTINF:-1 tvg-id="CNBCTV18.in" tvg-name="CNBC TV18" tvg-country="IN" tvg-language="English" tvg-logo="https://i.imgur.com/3yumcV3.jpg" group-title="Business",CNBC TV18 https://ch.iptvmate.net/ea6f7b1281c52c9b7b199e1fe73cbf5c.m3u8 #EXTINF:-1 tvg-id="CNBCTV18.in" tvg-name="CNBC TV18" tvg-country="IN" tvg-language="English" tvg-logo="https://i.imgur.com/3yumcV3.jpg" group-title="Business",CNBC TV18 https://cnbctv18-lh.akamaihd.net/i/cnbctv18_1@174868/index_5_av-p.m3u8 -#EXTINF:-1 tvg-id="CNBCTV18.in" tvg-name="CNBC TV18" tvg-country="IN" tvg-language="English" tvg-logo="https://i.imgur.com/3yumcV3.jpg" group-title="Business",CNBC TV18 -https://cnbctv18-lh.akamaihd.net/i/cnbctv18_1@174868/index_5_av-p.m3u8?sd=10 +#EXTINF:-1 tvg-id="Colors.in" tvg-name="Colors" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Colors +http://master.beeiptv.com:8081/colors/colorsbdtv/playlist.m3u8 +#EXTINF:-1 tvg-id="ColorsBangla.in" tvg-name="Colors Bangla" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Colors Bangla +https://yuppcatchup.akamaized.net/preview/etvbengali/master.m3u8 +#EXTINF:-1 tvg-id="ColorsHD.in" tvg-name="Colors HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Colors HD +http://212.224.98.196:2200/R-EX/HINDI_COLORS_HD-in/index.m3u8?token= +#EXTINF:-1 tvg-id="ColorsTamil.in" tvg-name="Colors Tamil" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Colors Tamil +http://212.224.98.196:2200/R-EX/TAMIL_COLORS_HD-in/index.m3u8?token= #EXTINF:-1 tvg-id="ColourBangla.in" tvg-name="Colour Bangla" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Colour Bangla https://yuppcatchup.akamaized.net/preview/etvbengali/2500.m3u8 #EXTINF:-1 tvg-id="DDMalayalam.in" tvg-name="DD Malayalam" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/9HfMVKs.jpg" group-title="Entertainment",DD Malayalam (576p) @@ -123,9 +136,11 @@ http://103.199.161.254/Content/ddnational/Live/Channel(DDNational)/index.m3u8 https://m-c036-j2apps.s.llnwi.net/hls/0098.DDNational.in.m3u8 #EXTINF:-1 tvg-id="DDNews.in" tvg-name="DD News" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="News",DD News (576p) https://nicls1-lh.akamaihd.net/i/ddnews_1@409133/master.m3u8 +#EXTINF:-1 tvg-id="DDPunjabi.in" tvg-name="DD Punjabi" tvg-country="IN" tvg-language="Punjabi" tvg-logo="" group-title="News",DD Punjabi (576p) +https://hls.media.nic.in/live/ddpunjabi1/index.m3u8 #EXTINF:-1 tvg-id="DDSports.in" tvg-name="DD Sports" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="Sports",DD Sports (576p) http://103.199.161.254/Content/ddsports/Live/Channel(DDSPORTS)/index.m3u8 -#EXTINF:-1 tvg-id="DDSports.in" tvg-name="DD Sports" tvg-country="IN" tvg-language="" tvg-logo="http://static.epg.best/in/DDSports.in.png" group-title="",DD Sports +#EXTINF:-1 tvg-id="DDSports.in" tvg-name="DD Sports" tvg-country="IN" tvg-language="" tvg-logo="http://static.epg.best/in/DDSports.in.png" group-title="Sports",DD Sports http://103.199.161.254/Content/ddsports/Live/Channel(DDSPORTS)/Stream(02)/index.m3u8 #EXTINF:-1 tvg-id="DesiBeatsHD.in" tvg-name="Desi Beats HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Desi Beats HD (720p) http://cdn7.live247stream.com/desibeats/tv/playlist.m3u8 @@ -137,10 +152,6 @@ https://live.wmncdn.net/desichannel/7e2dd0aed46b70a5c77f4affdb702e4b.sdp/mono.m3 http://cdn2.live247stream.com/desiplus/tv/playlist.m3u8 #EXTINF:-1 tvg-id="DishaTV.in" tvg-name="Disha TV" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Disha TV http://xlbor3aadvaj-hls-live.wmncdn.net/disha/stream.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="Divya.in" tvg-name="Divya" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Divya -http://edge-ind.inapcdn.in:1935/berry1/latest.stream_aac/chunklist_w927914309.m3u8 -#EXTINF:-1 tvg-id="Divya.in" tvg-name="Divya" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://channeldivya.com/wp-content/uploads/2018/12/logo.png" group-title="",Divya (360p) -http://edge-ind.inapcdn.in:1935/berry1/latest.stream_aac/playlist.m3u8 #EXTINF:-1 tvg-id="Docubay.in" tvg-name="Docubay" tvg-country="IN" tvg-language="" tvg-logo="https://i.imgur.com/4Bj3h7W.png" group-title="",Docubay https://docubaylivestreams.akamaized.net/526a07ab-6ae7-4b6c-84a1-159791416484_1000004370_HLS/manifest.m3u8 #EXTINF:-1 tvg-id="DocuBayTV.in" tvg-name="DocuBay TV" tvg-country="IN" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzAxMjQ1MzBf/Docubay_750x750.png" group-title="Entertainment",DocuBay TV @@ -148,14 +159,8 @@ https://docubayvh.s.llnwi.net/526a07ab-6ae7-4b6c-84a1-159791416484_1000004372_HL #EXTINF:-1 tvg-id="EETTV.in" tvg-name="EET TV" tvg-country="IN" tvg-language="Tamil" tvg-logo="https://i.imgur.com/f7J37yv.png" group-title="Entertainment",EET TV https://live.streamjo.com/eetlive/eettv.m3u8 #EXTINF:-1 tvg-id="ETNow.in" tvg-name="ET Now" tvg-country="IN" tvg-language="English" tvg-logo="https://i.imgur.com/rhkI95a.png" group-title="Business",ET Now -http://etnowweblive-lh.akamaihd.net/i/ETN_1@348070/index_576_av-b.m3u8 -#EXTINF:-1 tvg-id="ETNow.in" tvg-name="ET Now" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",ET Now -https://etnowweblive-lh.akamaihd.net/i/ETN_1@348070/index_576_av-p.m3u8 -#EXTINF:-1 tvg-id="ETNow.in" tvg-name="ET Now" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",ET Now (576p) https://etnowweblive-lh.akamaihd.net/i/ETN_1@348070/master.m3u8 -#EXTINF:-1 tvg-id="FashionTV.in" tvg-name="Fashion TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/12/fashion_tv_fr.png" group-title="Lifestyle",Fashion TV -https://fash1043.cloudycdn.services/slive/_definst_/ftv_pg16_adaptive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="FASTWAYNEWS.in" tvg-name="FASTWAY NEWS" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",FASTWAY NEWS (720p) +#EXTINF:-1 tvg-id="FASTWAYNEWS.in" tvg-name="FASTWAY NEWS" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="Sports",FASTWAY NEWS (720p) http://163.47.214.155:1935/fwnews/live/playlist.m3u8 #EXTINF:-1 tvg-id="Filmeraa.in" tvg-name="Filmeraa" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Filmeraa https://a.jsrdn.com/broadcast/7ef91d3d7a/+0000/c.m3u8 @@ -182,17 +187,11 @@ https://feeds.intoday.in/aajtak/api/master.m3u8 #EXTINF:-1 tvg-id="IndiaToday.in" tvg-name="India Today" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",India Today (720p) https://feeds.intoday.in/hltapps/api/master.m3u8 #EXTINF:-1 tvg-id="IndiaToday.in" tvg-name="India Today" tvg-country="IN" tvg-language="" tvg-logo="http://akm-img-a-in.tosshub.com/sites/all/themes/itg/logo.png" group-title="News",India Today -https://indiatodaylive.akamaized.net/hls/live/2014320/indiatoday/indiatodaylive/indiatoday_5/chunklist.m3u8 -#EXTINF:-1 tvg-id="IndiaTodayEN.in" tvg-name="India Today EN" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",India Today EN https://indiatodaylive.akamaized.net/hls/live/2014320/indiatoday/indiatodaylive/playlist.m3u8 -#EXTINF:-1 tvg-id="IndiaTV.in" tvg-name="India TV" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",India TV -https://live-indiatvnews.akamaized.net/indiatv-origin/ITV_1_1@199237/chunks.m3u8 #EXTINF:-1 tvg-id="IndiaTV.in" tvg-name="India TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/IYXrLPs.png" group-title="",India TV -https://live-indiatvnews.akamaized.net/indiatv-origin/liveabr/indiatv-origin/live2/chunks.m3u8 -#EXTINF:-1 tvg-id="IndiaTV.in" tvg-name="India TV" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",India TV -https://live-indiatvnews.akamaized.net/indiatv-origin/liveabr/playlist.m3u8 -#EXTINF:-1 tvg-id="IndiaTVNews.in" tvg-name="India TV News" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",India TV News (480p) https://live-indiatvnews.akamaized.net/indiatv-origin/ITV_1_1@199237/playlist.m3u8 +#EXTINF:-1 tvg-id="IndiaTV.in" tvg-name="India TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/IYXrLPs.png" group-title="",India TV +https://live-indiatvnews.akamaized.net/indiatv-origin/liveabr/playlist.m3u8 #EXTINF:-1 tvg-id="JaihindTV.in" tvg-name="Jaihind TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/Jw0M6Kp.jpg" group-title="Entertainment",Jaihind TV (576p) http://103.199.161.254/Content/jaihind/Live/Channel(Jaihind)/index.m3u8 #EXTINF:-1 tvg-id="JanTV.in" tvg-name="Jan TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Jan TV (360p) @@ -221,7 +220,7 @@ http://103.199.161.254/Content/we/Live/Channel(We)/index.m3u8 http://103.199.161.254/Content/kalaignartv/Live/Channel(KalaignarTV)/index.m3u8 #EXTINF:-1 tvg-id="KalingaTV.in" tvg-name="Kalinga TV" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Kalinga TV (864p) https://live.mycast.in/kalingatv/d0dbe915091d400bd8ee7f27f0791303.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="KanakNews.in" tvg-name="Kanak News" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Kanak News (720p) +#EXTINF:-1 tvg-id="KanakNews.in" tvg-name="Kanak News" tvg-country="IN" tvg-language="" tvg-logo="" group-title="News",Kanak News (720p) https://live.kanaknews.com:4443/live/stream/playlist.m3u8 #EXTINF:-1 tvg-id="KappaTV.in" tvg-name="Kappa TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/MkfPo1V.jpg" group-title="Lifestyle",Kappa TV (576p) http://103.199.161.254/Content/kappa/Live/Channel(Kappa)/index.m3u8 @@ -261,16 +260,10 @@ http://103.199.161.254/Content/mathrubhuminews/Live/Channel(Mathrubhuminews)/ind http://103.199.161.254/Content/mazhavil/Live/Channel(Mazhavil)/index.m3u8 #EXTINF:-1 tvg-id="MediaOne.in" tvg-name="Media One" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/tQvdxWo.jpg" group-title="News",Media One (576p) http://103.199.161.254/Content/mediaone/Live/Channel(MediaOne)/index.m3u8 -#EXTINF:-1 tvg-id="MH1Music.in" tvg-name="MH1 Music" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",MH1 Music -http://rtmp.smartstream.video:1935/mhonemusic/mhonemusic/chunklist.m3u8 #EXTINF:-1 tvg-id="MH1Music.in" tvg-name="MH1 Music" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="Music",MH1 Music (360p) http://rtmp.smartstream.video:1935/mhonemusic/mhonemusic/playlist.m3u8 -#EXTINF:-1 tvg-id="MH1News.in" tvg-name="MH1 News" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",MH1 News -http://rtmp.smartstream.video:1935/mhonenews/mhonenews/chunklist.m3u8 #EXTINF:-1 tvg-id="MH1Prime.in" tvg-name="MH1 Prime" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",MH1 Prime (360p) http://rtmp.smartstream.video:1935/mhonenews/mhonenews/playlist.m3u8 -#EXTINF:-1 tvg-id="MirrorNow.in" tvg-name="Mirror Now" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Mirror Now -http://mbnowweb-lh.akamaihd.net/i/MRN_1@346545/index_576_av-p.m3u8 #EXTINF:-1 tvg-id="MirrorNow.in" tvg-name="Mirror Now" tvg-country="IN" tvg-language="English" tvg-logo="https://yt3.ggpht.com/-XmvqPl571Ak/AAAAAAAAAAI/AAAAAAAAAAA/mMm0Tpd90kU/s900-c-k-no-mo-rj-c0xffffff/photo.jpg" group-title="",Mirror Now (576p) https://mbnowweb-lh.akamaihd.net/i/MRN_1@346545/master.m3u8 #EXTINF:-1 tvg-id="MKSix.in" tvg-name="MK Six" tvg-country="IN" tvg-language="Tamil" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/MK_SIX.png" group-title="",MK Six (576p) @@ -285,37 +278,19 @@ http://103.199.160.85/Content/musicindia/Live/Channel(MusicIndia)/Stream(02)/ind https://namdhari.tv/live/sbs1.m3u8 #EXTINF:-1 tvg-id="NandighoshaTv.in" tvg-name="Nandighosha Tv" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Nandighosha Tv (720p) https://live.mycast.in/ngtv/d0dbe915091d400bd8ee7f27f0791303.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="NaxtraNews.in" tvg-name="Naxtra News" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Naxtra News +#EXTINF:-1 tvg-id="NaxtraNews.in" tvg-name="Naxtra News" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="News",Naxtra News http://wearelive.livebox.co.in/naxatratvhls/Naxatratv.m3u8 -#EXTINF:-1 tvg-id="NDTV.in" tvg-name="NDTV" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="News",NDTV (480p) -https://ndtvindiaelemarchana.akamaized.net//hls//live//2003679//ndtvindia//ndtvindiamaster.m3u8 #EXTINF:-1 tvg-id="NDTV24X7.in" tvg-name="NDTV 24X7" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://jiotv.catchup.cdn.jio.com/dare_images/images/NDTV_24x7.png" group-title="News",NDTV 24X7 (480p) https://ndtv24x7elemarchana.akamaized.net/hls/live/2003678/ndtv24x7/master.m3u8 -#EXTINF:-1 tvg-id="NDTV24X7.in" tvg-name="NDTV 24X7" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",NDTV 24X7 -https://ndtv24x7elemarchana.akamaized.net/hls/live/2003678/ndtv24x7/masterp_480p@3.m3u8 -#EXTINF:-1 tvg-id="NDTV24x7.in" tvg-name="NDTV 24x7" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",NDTV 24x7 -https://ndtv24x7elemarchana.akamaized.net/hls/live/2003678/ndtv24x7/masterp_480p@5.m3u8 -#EXTINF:-1 tvg-id="NDTV24X7.in" tvg-name="NDTV 24x7" tvg-country="IN" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/NDTV_247.svg/1280px-NDTV_247.svg.png" group-title="News",NDTV 24x7 (480p) -https://ndtv24x7elemarchana.akamaized.net/hls/live/2003678/ndtv24x7/ndtv24x7master.m3u8 #EXTINF:-1 tvg-id="NDTVIndia.in" tvg-name="NDTV India" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",NDTV India (480p) https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/master.m3u8 -#EXTINF:-1 tvg-id="NDTVIndia.in" tvg-name="NDTV India" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",NDTV India -https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/masterp_480p@3.m3u8 -#EXTINF:-1 tvg-id="NDTVIndia.in" tvg-name="NDTV India" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/80vwZaO.png" group-title="News",NDTV India (480p) -https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/ndtvindiamaster.m3u8 #EXTINF:-1 tvg-id="NDTVProfit.in" tvg-name="NDTV Profit" tvg-country="IN" tvg-language="English" tvg-logo="" group-title="Business",NDTV Profit -https://ndtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/ndtv/live/ndtv_profit.smil/chunklist_w1438770647_b256000.m3u8 -#EXTINF:-1 tvg-id="NDTVProfit.in" tvg-name="NDTV Profit" tvg-country="IN" tvg-language="" tvg-logo="http://bsmedia.business-standard.com/_media/bs/img/article/2017-06/01/full/1496330873-5363.jpg" group-title="",NDTV Profit -https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680-b/ndtvprofit/masterb_480p@2.m3u8 +https://ndtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/ndtv/live/ndtv_profit.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="NDTVProfit.in" tvg-name="NDTV Profit" tvg-country="IN" tvg-language="" tvg-logo="http://bsmedia.business-standard.com/_media/bs/img/article/2017-06/01/full/1496330873-5363.jpg" group-title="Business",NDTV Profit +https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680-b/ndtvprofit/master.m3u8 #EXTINF:-1 tvg-id="NDTVProfit.in" tvg-name="NDTV Profit" tvg-country="IN" tvg-language="English" tvg-logo="http://jiotv.catchup.cdn.jio.com/dare_images/images/NDTV_Profit.png" group-title="Business",NDTV Profit (480p) https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680/ndtvprofit/master.m3u8 -#EXTINF:-1 tvg-id="NDTVProfit.in" tvg-name="NDTV Profit" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",NDTV Profit -https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680/ndtvprofit/masterp_480p@3.m3u8 -#EXTINF:-1 tvg-id="NDTVProfit.in" tvg-name="NDTV Profit" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",NDTV Profit -https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680/ndtvprofit/masterp_480p@5.m3u8 -#EXTINF:-1 tvg-id="NDTVProfit.in" tvg-name="NDTV Profit" tvg-country="IN" tvg-language="English" tvg-logo="https://i.imgur.com/pQ7nl12.png" group-title="Business",NDTV Profit (480p) -https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680/ndtvprofit/ndtvprofitmaster.m3u8 -#EXTINF:-1 tvg-id="NethraTV.in" tvg-name="Nethra TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://srilankanews.wpengine.netdna-cdn.com/wp-content/uploads/2015/09/nethra.png" group-title="",Nethra TV (480p) +#EXTINF:-1 tvg-id="NethraTV.in" tvg-name="Nethra TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://srilankanews.wpengine.netdna-cdn.com/wp-content/uploads/2015/09/nethra.png" group-title="News",Nethra TV (480p) https://dammikartmp.tulix.tv/slrc3/slrc3/playlist.m3u8 #EXTINF:-1 tvg-id="News18Assam.in" tvg-name="News 18 Assam" tvg-country="IN" tvg-language="" tvg-logo="" group-title="News",News 18 Assam https://news18assam-lh.akamaihd.net/i/n18assamne_1@526575/index_4_av-p.m3u8?sd=10&rebase=on @@ -345,39 +320,35 @@ https://news18tamil-lh.akamaihd.net/i/n18tamil_1@526595/index_4_av-p.m3u8?sd=10& https://news18urdu-lh.akamaihd.net/i/n18urdu_1@373059/index_4_av-p.m3u8?sd=10&rebase=on #EXTINF:-1 tvg-id="News18Uttarakhand.in" tvg-name="News 18 Uttarakhand" tvg-country="IN" tvg-language="" tvg-logo="" group-title="News",News 18 Uttarakhand https://news18up-lh.akamaihd.net/i/n18upuk_1@175735/index_4_av-p.m3u8?sd=10&rebase=on -#EXTINF:-1 tvg-id="News24.in" tvg-name="News 24" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",News 24 -https://vidcdn.vidgyor.com/news24-origin/liveabr/news24-origin/live1/chunks.m3u8 #EXTINF:-1 tvg-id="News24.in" tvg-name="News 24" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/12/news24-2.jpg" group-title="News",News 24 (480p) https://vidcdn.vidgyor.com/news24-origin/liveabr/news24-origin/live1/playlist.m3u8 -#EXTINF:-1 tvg-id="NEWS24.in" tvg-name="NEWS 24" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",NEWS 24 -https://vidcdn.vidgyor.com/news24-origin/liveabr/news24-origin/live2/chunks.m3u8 #EXTINF:-1 tvg-id="News24.in" tvg-name="News 24" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="News",News 24 (360p) https://vidcdn.vidgyor.com/news24-origin/liveabr/news24-origin/live2/playlist.m3u8 #EXTINF:-1 tvg-id="News18Assam.in" tvg-name="News18 Assam" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="News",News18 Assam https://news18assam-lh.akamaihd.net/i/n18assamne_1@526575/index_5_av-p.m3u8 -#EXTINF:-1 tvg-id="News18Bangla.in" tvg-name="News18 Bangla" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",News18 Bangla +#EXTINF:-1 tvg-id="News18Bangla.in" tvg-name="News18 Bangla" tvg-country="IN" tvg-language="" tvg-logo="" group-title="News",News18 Bangla https://news18bangla-lh.akamaihd.net/i/n18bangla_1@2289/index_4_av-p.m3u8 -#EXTINF:-1 tvg-id="News18Hindi.in" tvg-name="News18 Hindi" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",News18 Hindi +#EXTINF:-1 tvg-id="News18Hindi.in" tvg-name="News18 Hindi" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="News",News18 Hindi https://news18india-lh.akamaihd.net/i/news18india_1@174951/index_4_av-b.m3u8 #EXTINF:-1 tvg-id="News18India.in" tvg-name="News18 India" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="News",News18 India https://news18india-lh.akamaihd.net/i/news18india_1@174951/index_5_av-p.m3u8 #EXTINF:-1 tvg-id="OdishaTV.in" tvg-name="Odisha TV" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Odisha TV https://cdn.smartstream.video/smartstream-us/otvnewmbr/otvnewmbr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="PopularScience.in" tvg-name="Popular Science" tvg-country="IN" tvg-language="English" tvg-logo="" group-title="",Popular Science -https://a.jsrdn.com/broadcast/447912f76b/+0000/high/c.m3u8 -#EXTINF:-1 tvg-id="PramayaNews7.in" tvg-name="Pramaya News7" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Pramaya News7 (576p) +#EXTINF:-1 tvg-id="PopularScience.in" tvg-name="Popular Science" tvg-country="IN" tvg-language="English" tvg-logo="" group-title="Science",Popular Science +https://a.jsrdn.com/broadcast/447912f76b/+0000/c.m3u8 +#EXTINF:-1 tvg-id="PramayaNews7.in" tvg-name="Pramaya News7" tvg-country="IN" tvg-language="" tvg-logo="" group-title="News",Pramaya News7 (576p) https://live.mycast.in/encode/ee0c5a36ff5a7083ee044991974ad3ba.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="PratidinTime.in" tvg-name="Pratidin Time" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="News",Pratidin Time (360p) https://rtmp.smartstream.video/pratidintime/pratidintime/playlist.m3u8 #EXTINF:-1 tvg-id="PrimeCanadaTV.in" tvg-name="Prime Canada TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2019/07/PRIMECANADA.png" group-title="Entertainment",Prime Canada TV (720p) http://cdn27.live247stream.com/primecanada/247/primecanada/stream1/playlist.m3u8 #EXTINF:-1 tvg-id="PUNJABTV.in" tvg-name="PUNJAB TV" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",PUNJAB TV -http://158.69.124.9:1935/5aabtv/5aabtv/chunklist_w642807911.m3u8 +http://158.69.124.9:1935/5aabtv/5aabtv/playlist.m3u8 #EXTINF:-1 tvg-id="PunjabiZindabad.in" tvg-name="Punjabi Zindabad" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Punjabi Zindabad -http://stream.pztv.online/pztv/tracks-v1a1/mono.m3u8 +http://stream.pztv.online/pztv/playlist.m3u8 #EXTINF:-1 tvg-id="PuthuyugamTV.in" tvg-name="Puthuyugam TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/PUTHUYUGAM.png" group-title="",Puthuyugam TV (576p) http://103.199.160.85/Content/puthuyugam/Live/Channel(Puthuyugam)/index.m3u8 -#EXTINF:-1 tvg-id="QwestClassic.in" tvg-name="Qwest Classic" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Qwest Classic +#EXTINF:-1 tvg-id="QwestClassic.in" tvg-name="Qwest Classic" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Classic",Qwest Classic https://qwestclassic-rakuten.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Qwestjazz.in" tvg-name="Qwest jazz" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Qwest jazz https://qwestjazz-rakuten.amagi.tv/playlist.m3u8 @@ -385,7 +356,7 @@ https://qwestjazz-rakuten.amagi.tv/playlist.m3u8 https://qwest-jazz-samsungmexico.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="QwestMix.in" tvg-name="Qwest Mix" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Qwest Mix https://qwestmix-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="QwestTvClassicalIndia.in" tvg-name="Qwest Tv Classical (India)" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Qwest Tv Classical (India) +#EXTINF:-1 tvg-id="QwestTvClassicalIndia.in" tvg-name="Qwest Tv Classical (India)" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Classic",Qwest Tv Classical (India) https://qwest-classic-samsungindia.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="QwestTVJazzBeyondBrazil.in" tvg-name="Qwest TV Jazz & Beyond (Brazil)" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Qwest TV Jazz & Beyond (Brazil) https://qwest-jazz-samsungbrazil.amagi.tv/playlist.m3u8 @@ -393,24 +364,18 @@ https://qwest-jazz-samsungbrazil.amagi.tv/playlist.m3u8 https://qwest-jazz-samsungindia.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="QwestTVmixIndia.in" tvg-name="Qwest TV mix (India)" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Qwest TV mix (India) https://qwest-mix-samsungindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RPlusNews.in" tvg-name="R Plus News" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",R Plus News +#EXTINF:-1 tvg-id="RPlusNews.in" tvg-name="R Plus News" tvg-country="IN" tvg-language="" tvg-logo="" group-title="News",R Plus News https://cdn.smartstream.video/smartstream-us/rplus/rplus/playlist.m3u8 #EXTINF:-1 tvg-id="RajDigitalPlus.in" tvg-name="Raj Digital Plus" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/raj_digital_plus-1.png" group-title="Movies",Raj Digital Plus (404p) http://acv.asianetmobiletvplus.com/channels/rajdigital_htfuqchouekpefzxodtbzaojtryxpqkx_hls/rajdigital_htfuqchouekpefzxodtbzaojtryxpqkx_master.m3u8 -#EXTINF:-1 tvg-id="Rajyasabha.in" tvg-name="Rajyasabha" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Rajyasabha -https://nicls2-lh.akamaihd.net/i/rstv_1@26970/index_1_av-p.m3u8 #EXTINF:-1 tvg-id="ReporterTV.in" tvg-name="Reporter TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/a80vdrp.jpg" group-title="News",Reporter TV (576p) http://103.199.161.254/Content/reporter/Live/Channel(Reporter)/index.m3u8 #EXTINF:-1 tvg-id="RepublicBharatin.in" tvg-name="RepublicBharat.in" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/BG1aZ6V.jpg" group-title="",Republic Bharat (360p) https://republic.pc.cdn.bitgravity.com/live/bharat_hls/master.m3u8 -#EXTINF:-1 tvg-id="RepublicBharat.in" tvg-name="Republic Bharat" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Republic Bharat -https://republic.pc.cdn.bitgravity.com/live/bharat_hls/master.m3u8?hdnts=st=1567723990~exp=1567726990~acl=/*~hmac=40fec7023d1d84b24d1267d9ee0ab92bceff3d35274ebef7be58aaeea1472868 -#EXTINF:-1 tvg-id="RepublicBharatin.in" tvg-name="RepublicBharat.in" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/BG1aZ6V.jpg" group-title="",Republic Bharat (234p) -https://republic.pc.cdn.bitgravity.com/live/bharat_hls/masterlive_234p.m3u8 #EXTINF:-1 tvg-id="RepublicBharatin.in" tvg-name="RepublicBharat.in" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/BG1aZ6V.jpg" group-title="",Republic Bharat (360p) -https://republic.pc.cdn.bitgravity.com/live/bharat_hls/masterlive_360p.m3u8 +https://vidgyor.com/live/bharat_hls/master.m3u8 #EXTINF:-1 tvg-id="RepublicTV.in" tvg-name="Republic TV" tvg-country="IN" tvg-language="" tvg-logo="https://i.imgur.com/PvI2PCX.png" group-title="",Republic TV -https://weblive.republicworld.com/liveorigin/republictv/master_hdlive_360p.m3u8 +https://weblive.republicworld.com/liveorigin/republictv/playlist.m3u8 #EXTINF:-1 tvg-id="Rosebowl.in" tvg-name="Rosebowl" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/rosebowl.png" group-title="",Rosebowl https://acv.asianetmobiletvplus.com/webstreams/ef22daf97d61acb4bf52376c4105ad02.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RSTVRajyaSabha.in" tvg-name="RSTV RajyaSabha" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/9NsI8zT.jpg" group-title="",RSTV RajyaSabha (1080p) @@ -439,7 +404,7 @@ https://a.jsrdn.com/broadcast/060753d37e/+0000/high/c.m3u8 https://livechannel.shemaroome.com/linearplayout/02-bollywood-classic/chunklist_1920x1080_cf.m3u8 #EXTINF:-1 tvg-id="ShemarooBollywoodPremier.in" tvg-name="Shemaroo Bollywood Premier" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Shemaroo Bollywood Premier https://livechannel.shemaroome.com/linearplayout/bollywood-premier-channel/chunklist_1920x1080_cf.m3u8 -#EXTINF:-1 tvg-id="ShemarooKids.in" tvg-name="Shemaroo Kids" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Shemaroo Kids +#EXTINF:-1 tvg-id="ShemarooKids.in" tvg-name="Shemaroo Kids" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Kids",Shemaroo Kids https://livechannel.shemaroome.com/linearplayout/kids-linear-channel/chunklist_1280x720_cf.m3u8 #EXTINF:-1 tvg-id="ShemarooKids.in" tvg-name="Shemaroo Kids" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="Kids",Shemaroo Kids https://livechannel.shemaroome.com/linearplayout/kids-linear-channel/chunklist_640x360_cf.m3u8 @@ -453,17 +418,53 @@ http://rtmp.smartstream.video:1935/mhoneshradha/mhoneshradha/playlist.m3u8 https://6284rn2xr7xv-hls-live.wmncdn.net/shubhsandeshtv1/live123.stream/index.m3u8 #EXTINF:-1 tvg-id="SikhChannel.in" tvg-name="Sikh Channel" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/3TZPKGL.png" group-title="",Sikh Channel (576p) http://fastway.ddns.net:6421/fastway/live8/index.m3u8?token=fastwaytvstreams -#EXTINF:-1 tvg-id="SonyMovies.in" tvg-name="Sony Movies" tvg-country="IN" tvg-language="English" tvg-logo="" group-title="",Sony Movies +#EXTINF:-1 tvg-id="SonyMAX2.in" tvg-name="Sony MAX 2" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Sony MAX 2 +http://208.115.215.42/Sony_Max_HD_02/playlist.m3u8 +#EXTINF:-1 tvg-id="SonyMAX2.in" tvg-name="Sony MAX 2" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Sony MAX 2 +http://212.224.98.196:2200/R-EX/HINDI_SONY_MAX_2-in/index.m3u8?token= +#EXTINF:-1 tvg-id="SonyMAXHD.in" tvg-name="Sony MAX HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Sony MAX HD +http://208.115.215.42/Sony_Max_HD/playlist.m3u8 +#EXTINF:-1 tvg-id="SonyMAXHD.in" tvg-name="Sony MAX HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Sony MAX HD +http://212.224.98.196:2200/R-EX/HINDI_SONY_MAX_HD-in/index.m3u8?token= +#EXTINF:-1 tvg-id="SonyMovies.in" tvg-name="Sony Movies" tvg-country="IN" tvg-language="English" tvg-logo="" group-title="Movies",Sony Movies http://51.52.156.22:8888/http/009 +#EXTINF:-1 tvg-id="SonySabHD.in" tvg-name="Sony Sab HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Sony Sab HD +http://208.115.215.42/Sony_Sab_HD/playlist.m3u8 +#EXTINF:-1 tvg-id="SonySabHD.in" tvg-name="Sony Sab HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Sony Sab HD +http://212.224.98.196:2200/R-EX/HINDI_SONY_SAB_HD-in/index.m3u8?token= +#EXTINF:-1 tvg-id="SonyWAH.in" tvg-name="Sony WAH" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Sony WAH +https://d2gowxuvx77j6q.cloudfront.net/WAH.m3u8 +#EXTINF:-1 tvg-id="SonyYAY.in" tvg-name="Sony YAY" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Sony YAY +https://d20fdzcwhk7szz.cloudfront.net/SONY_YAY.m3u8 +#EXTINF:-1 tvg-id="StarBharatHD.in" tvg-name="Star Bharat HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Star Bharat HD +http://212.224.98.196:2200/R-EX/HINDI_STAR_BHARAT_HD-in/index.m3u8?token= #EXTINF:-1 tvg-id="StarCinemaHD.in" tvg-name="Star Cinema HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Star Cinema HD http://c0.cdn.trinity-tv.net/stream/nh9u54a7sfnc2hwzxr2zwykwkqm43bgyyzsm68ybbbnjei8kytwcgs3zm5gnw5c6efa5gr3fadzqe686w8gj2eaehrj89wvujvqza3kez78dtknwbbmnqf79yygmqqg7e9pnc3i3bpywjkiqrwke94yf.m3u8 -#EXTINF:-1 tvg-id="StarFamilyHD.in" tvg-name="Star Family HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Star Family HD +#EXTINF:-1 tvg-id="StarFamilyHD.in" tvg-name="Star Family HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Family",Star Family HD http://c0.cdn.trinity-tv.net/stream/zfmjgma9zn46fa797ez9fgkw7msh9mj4tppspg23gey6mmx5fqiy7ky3jqx4uhgsfsrd8r76si8ykb2anw9442g4qkq5fzpdvwdqf5te24ixu9zrx3aesm9fzt59q5y2s8qwgbqhvf6d3z5bjy3qb2t4.m3u8 +#EXTINF:-1 tvg-id="StarGoldHD.in" tvg-name="Star Gold HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Star Gold HD +http://212.224.98.196:2200/R-EX/HINDI_STAR_GOLD_HD-in/index.m3u8?token= #EXTINF:-1 tvg-id="StarJalsha.in" tvg-name="Star Jalsha" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Star Jalsha -https://yuppcatchup.akamaized.net/preview/starjalsha/1800.m3u8 -#EXTINF:-1 tvg-id="SteelbirdMusic.in" tvg-name="Steelbird Music" tvg-country="IN" tvg-language="" tvg-logo="https://i.imgur.com/5r4gCMh.jpg" group-title="",Steelbird Music (720p) [Not 24/7] +http://212.224.98.196:2200/R-EX/BENGALI_STAR_JALSHA_HD-in/index.m3u8?token= +#EXTINF:-1 tvg-id="StarMaaHD.in" tvg-name="Star Maa HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Star Maa HD +http://212.224.98.196:2200/R-EX/TELUGU_STAR_MAA_HD-in/index.m3u8?token= +#EXTINF:-1 tvg-id="StarMaaMoviesHD.in" tvg-name="Star Maa Movies HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Star Maa Movies HD +http://212.224.98.196:2200/R-EX/TELUGU_STAR_MAA_MOVIES_HD-in/index.m3u8?token= +#EXTINF:-1 tvg-id="StarPlusHD.in" tvg-name="Star Plus HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Star Plus HD +http://208.115.215.42/Utsav_Plus_HD/playlist.m3u8 +#EXTINF:-1 tvg-id="StarPlusHD.in" tvg-name="Star Plus HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Star Plus HD +http://212.224.98.196:2200/R-EX/HINDI_STAR_PLUS_HD-in/index.m3u8?token= +#EXTINF:-1 tvg-id="StarUtsav.in" tvg-name="Star Utsav" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Star Utsav +https://dolv5imquuojb.cloudfront.net/ST_UTSAV.m3u8 +#EXTINF:-1 tvg-id="StarVijayHD.in" tvg-name="Star Vijay HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Star Vijay HD +http://185.180.221.194:8278/streams/d/starvijay/playlist.m3u8 +#EXTINF:-1 tvg-id="StarVijayUK.in" tvg-name="Star Vijay UK" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Star Vijay UK +http://fr1.zecast.com:1935/star-live/vijay.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="StarWorldHD.in" tvg-name="Star World HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Star World HD +http://212.224.98.196:2200/R-EX/ENGLISH_STAR_WORLD_HD-in/index.m3u8?token= +#EXTINF:-1 tvg-id="SteelbirdMusic.in" tvg-name="Steelbird Music" tvg-country="IN" tvg-language="" tvg-logo="https://i.imgur.com/5r4gCMh.jpg" group-title="Music",Steelbird Music (720p) [Not 24/7] http://cdn25.live247stream.com/steelbirdmusic/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="SuvarnaNews247.in" tvg-name="Suvarna News 24/7" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Suvarna News 24/7 +#EXTINF:-1 tvg-id="SuvarnaNews247.in" tvg-name="Suvarna News 24/7" tvg-country="IN" tvg-language="" tvg-logo="" group-title="News",Suvarna News 24/7 https://vidcdn.vidgyor.com/suvarna-origin/liveabr/suvarna-origin/live1/chunks.m3u8 #EXTINF:-1 tvg-id="SwarajExpress.in" tvg-name="Swaraj Express" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Swaraj Express (576p) https://live.wmncdn.net/highnews/swaraj.stream/index.m3u8 @@ -471,26 +472,20 @@ https://live.wmncdn.net/highnews/swaraj.stream/index.m3u8 http://live.tamilvision.tv:8081/TVI/SD/playlist.m3u8 #EXTINF:-1 tvg-id="TBOClassic.in" tvg-name="TBO Classic" tvg-country="IN" tvg-language="Telugu" tvg-logo="" group-title="Movies",TBO Classic Telugu (720p) https://catchup.yuppcdn.net/amazonv2/20/preview/tboclassic/master/master.m3u8 -#EXTINF:-1 tvg-id="ThanthiTV.in" tvg-name="Thanthi TV" tvg-country="IN" tvg-language="" tvg-logo="https://i.imgur.com/jek0twl.png" group-title="",Thanthi TV -https://vidcdn.vidgyor.com/thanthi-origin/liveabr/playlist.m3u8 -#EXTINF:-1 tvg-id="ThanthiTV.in" tvg-name="Thanthi TV" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Thanthi TV -https://vidcdn.vidgyor.com/thanthi-origin/liveabr/thanthi-origin/live1/chunks.m3u8 #EXTINF:-1 tvg-id="ThanthiTV.in" tvg-name="Thanthi TV" tvg-country="IN" tvg-language="Tamil" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/4123.png" group-title="News",Thanthi TV (720p) -https://vidcdn.vidgyor.com/thanthi-origin/liveabr/thanthi-origin/live1/playlist.m3u8 -#EXTINF:-1 tvg-id="ThanthiTV.in" tvg-name="Thanthi TV" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Thanthi TV -https://vidcdn.vidgyor.com/thanthi-origin/liveabr/thanthi-origin/live2/chunks.m3u8 +https://vidcdn.vidgyor.com/thanthi-origin/liveabr/playlist.m3u8 #EXTINF:-1 tvg-id="TimesNowHD.in" tvg-name="Times Now HD" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/12/Screenshot_1-8.png" group-title="News",Times Now HD (480p) https://timesnow-lh.akamaihd.net/i/TNHD_1@129288/master.m3u8 -#EXTINF:-1 tvg-id="TravelXP.in" tvg-name="Travel XP" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Travel XP -https://travelxp-travelxp-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="TravelXP.in" tvg-name="Travel XP" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/6V48LwT.jpg" group-title="",Travel XP (720p) -https://travelxp-travelxp-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Travelxp.in" tvg-name="Travelxp" tvg-country="IN;AU" tvg-language="English" tvg-logo="https://i.imgur.com/6V48LwT.jpg" group-title="",Travelxp (720p) +#EXTINF:-1 tvg-id="TravelXP.in" tvg-name="Travel XP" tvg-country="IN;AU" tvg-language="English" tvg-logo="https://i.imgur.com/6V48LwT.jpg" group-title="Travel",Travel XP (720p) https://travelxp-travelxp-1-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="TravelxpHD.in" tvg-name="Travelxp HD" tvg-country="IN" tvg-language="" tvg-logo="https://i.imgur.com/6V48LwT.jpg" group-title="",Travelxp HD (720p) +#EXTINF:-1 tvg-id="TravelXP.in" tvg-name="Travel XP" tvg-country="IN" tvg-language="" tvg-logo="" group-title="Travel",Travel XP +https://travelxp-travelxp-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="TravelXP.in" tvg-name="Travel XP" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/6V48LwT.jpg" group-title="Travel",Travel XP (720p) +https://travelxp-travelxp-1-gb.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="TravelXPHD.in" tvg-name="Travelxp HD" tvg-country="IN" tvg-language="" tvg-logo="https://i.imgur.com/6V48LwT.jpg" group-title="Travel",Travel XP HD (720p) https://travelxp-travelxp-2-de.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="TV9News.in" tvg-name="TV9 NEWS" tvg-country="IN" tvg-language="Telugu" tvg-logo="https://www.lyngsat-logo.com/logo/tv/tt/tv-9-telugu-in.png" group-title="News",TV9 News (HD / เฐคเฑ†เฐฒเฑเฐ—เฑ) -https://vidcdn.vidgyor.com/tv9telugu-origin/live/tv9telugu-origin/live1/chunks.m3u8 +https://vidcdn.vidgyor.com/tv9telugu-origin/live/tv9telugu-origin/live1/playlist.m3u8 #EXTINF:-1 tvg-id="TV9News.in" tvg-name="TV9 NEWS" tvg-country="IN" tvg-language="Telugu" tvg-logo="https://www.lyngsat-logo.com/logo/tv/tt/tv-9-telugu-in.png" group-title="News",TV9 News (SD / เฐคเฑ†เฐฒเฑเฐ—เฑ) http://103.199.161.254/Content/tv9telungu/Live/Channel(TV9Telungu)/index.m3u8 #EXTINF:-1 tvg-id="TwentyFourNews.in" tvg-name="Twenty Four News" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/eS2fVDh.png" group-title="News",Twenty Four News (576p) @@ -503,32 +498,128 @@ http://95.216.167.183:5080/LiveApp/streams/443106610169904881506470.m3u8 https://rtmp.smartstream.video/velichamtv/velichamtv/playlist.m3u8 #EXTINF:-1 tvg-id="XploreChannel.in" tvg-name="Xplore Channel" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Xplore Channel (720p) http://cdn18.live247stream.com/ndachannel/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ZLiving.in" tvg-name="Z Living" tvg-country="IN" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ZLiving_512x512.png?raw=true" group-title="",Z Living -https://y5w8j4a9.ssl.hwcdn.net/zlivingusa_r/index.m3u8?OTATV -#EXTINF:-1 tvg-id="ZLiving.in" tvg-name="Z Living" tvg-country="IN" tvg-language="" tvg-logo="https://www.zliving.com/wp-content/uploads/2018/02/Zliving-Logo.png" group-title="",Z Living -https://y5w8j4a9.ssl.hwcdn.net/zlivingusa_r_prod/mono.m3u8 -#EXTINF:-1 tvg-id="ZLiving.in" tvg-name="Z Living" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Z Living -https://y5w8j4a9.ssl.hwcdn.net/zlivingusa_r_prod/tracks-v4a1/index.m3u8 -#EXTINF:-1 tvg-id="ZEEALWAN.in" tvg-name="ZEE ALWAN" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",ZEE ALWAN -http://cdg3.edge.tmed.pw/arrafidaintv/live_1024p/chunks.m3u8?v=1986288541 -#EXTINF:-1 tvg-id="ZEEALWAN.in" tvg-name="ZEE ALWAN" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",ZEE ALWAN -http://ghaasiflu.online/Dijlah/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="ZEEALWAN.in" tvg-name="ZEE ALWAN" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",ZEE ALWAN -http://ns8.indexforce.com:1935/alsharqiyalive/mystream/chunklist_w199117921.m3u8 -#EXTINF:-1 tvg-id="ZEEALWAN.in" tvg-name="ZEE ALWAN" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",ZEE ALWAN -http://ns8.indexforce.com:1935/home/mystream/chunklist_w761777562.m3u8 +#EXTINF:-1 tvg-id="Zee24.in" tvg-name="Zee 24" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee 24 +https://f8e7y4c6.ssl.hwcdn.net/kalak/playlist.m3u8 +#EXTINF:-1 tvg-id="Zee24.in" tvg-name="Zee 24" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee 24 +https://y5w8j4a9.ssl.hwcdn.net/kalak/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeAction.in" tvg-name="Zee Action" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Action +https://f8e7y4c6.ssl.hwcdn.net/action/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeAction.in" tvg-name="Zee Action" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Action +https://y5w8j4a9.ssl.hwcdn.net/action/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeAnmolCinema.in" tvg-name="Zee Anmol Cinema" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Anmol Cinema +https://f8e7y4c6.ssl.hwcdn.net/zbanglacnm/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeAnmolCinema.in" tvg-name="Zee Anmol Cinema" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Anmol Cinema +https://y5w8j4a9.ssl.hwcdn.net/zanmolcnm/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeBanglaCinema.in" tvg-name="Zee Bangla Cinema" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Bangla Cinema +https://y5w8j4a9.ssl.hwcdn.net/zbanglacnm/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeBiharJharkhand.in" tvg-name="Zee Bihar Jharkhand" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Bihar Jharkhand +https://f8e7y4c6.ssl.hwcdn.net/biharjharkh/index.m3u8 +#EXTINF:-1 tvg-id="ZeeBiharJharkhand.in" tvg-name="Zee Bihar Jharkhand" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Bihar Jharkhand +https://y5w8j4a9.ssl.hwcdn.net/biharjharkh/index.m3u8 #EXTINF:-1 tvg-id="ZeeBioskop.in" tvg-name="Zee Bioskop" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/CdXieB6.png" group-title="",Zee Bioskop (360p) http://210.210.155.35/qwr9ew/s/s32/index.m3u8 +#EXTINF:-1 tvg-id="ZeeCafe.in" tvg-name="Zee Cafe" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Cafe +https://f8e7y4c6.ssl.hwcdn.net/zeecafehd/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeCafe.in" tvg-name="Zee Cafe" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Cafe +https://y5w8j4a9.ssl.hwcdn.net/zeecafehd/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeCinemaMiddleEast.in" tvg-name="Zee Cinema Middle East" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Cinema Middle East +https://f8e7y4c6.ssl.hwcdn.net/zeecinemame/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeCinemaMiddleEast.in" tvg-name="Zee Cinema Middle East" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Cinema Middle East +https://y5w8j4a9.ssl.hwcdn.net/zeecinemame/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeCinemaUK.in" tvg-name="Zee Cinema UK" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Cinema UK +https://f8e7y4c6.ssl.hwcdn.net/cinemauk/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeCinemaUK.in" tvg-name="Zee Cinema UK" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Cinema UK +https://y5w8j4a9.ssl.hwcdn.net/cinemauk/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeCinemaUSA.in" tvg-name="Zee Cinema USA" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Cinema USA +https://y5w8j4a9.ssl.hwcdn.net/cinemausa/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeClassic.in" tvg-name="Zee Classic" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Classic +https://f8e7y4c6.ssl.hwcdn.net/classic/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeClassic.in" tvg-name="Zee Classic" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Classic +https://y5w8j4a9.ssl.hwcdn.net/classic/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeLivingUSA.in" tvg-name="Zee Living USA" tvg-country="IN" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ZLiving_512x512.png?raw=true" group-title="",Zee Living USA +https://f8e7y4c6.ssl.hwcdn.net/zlivingusa_r/index.m3u8 +#EXTINF:-1 tvg-id="ZeeLivingUSA.in" tvg-name="Zee Living USA" tvg-country="IN" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ZLiving_512x512.png?raw=true" group-title="",Zee Living USA +https://f8e7y4c6.ssl.hwcdn.net/zlivingusa_r_prod/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeLivingUSA.in" tvg-name="Zee Living USA" tvg-country="IN" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ZLiving_512x512.png?raw=true" group-title="",Zee Living USA +https://y5w8j4a9.ssl.hwcdn.net/zlivingusa_r/index.m3u8 +#EXTINF:-1 tvg-id="ZeeLivingUSA.in" tvg-name="Zee Living USA" tvg-country="IN" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ZLiving_512x512.png?raw=true" group-title="",Zee Living USA +https://y5w8j4a9.ssl.hwcdn.net/zlivingusa_r_prod/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeMarathiUSA.in" tvg-name="Zee Marathi USA" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Marathi USA +https://f8e7y4c6.ssl.hwcdn.net/marathiusa/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeMarathiUSA.in" tvg-name="Zee Marathi USA" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Marathi USA +https://y5w8j4a9.ssl.hwcdn.net/marathiusa/playlist.m3u8 #EXTINF:-1 tvg-id="ZeeMundo.in" tvg-name="Zee Mundo" tvg-country="IN" tvg-language="Spanish" tvg-logo="https://zeemundo.com/wp-content/uploads/2018/06/logo-120.png" group-title="Movies",Zee Mundo (720p) https://f8e7y4c6.ssl.hwcdn.net/mundohd/playlist.m3u8 -#EXTINF:-1 tvg-id="ZeeMundo.in" tvg-name="Zee Mundo" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Mundo -https://f8e7y4c6.ssl.hwcdn.net/mundohd/tracks-v2a1/index-1582268679-now.m3u8 -#EXTINF:-1 tvg-id="ZeeMundo.in" tvg-name="Zee Mundo" tvg-country="IN" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/en/thumb/4/4c/Zee_mundo_Logo.jpg/220px-Zee_mundo_Logo.jpg" group-title="Movies",Zee Mundo -https://y5w8j4a9.ssl.hwcdn.net/mundohd/tracks-v1a1/index.m3u8 +#EXTINF:-1 tvg-id="ZeeMundo.in" tvg-name="Zee Mundo" tvg-country="IN" tvg-language="Spanish" tvg-logo="https://zeemundo.com/wp-content/uploads/2018/06/logo-120.png" group-title="Movies",Zee Mundo (720p) +https://y5w8j4a9.ssl.hwcdn.net/mundohd/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeMusic.in" tvg-name="Zee Music" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Music +https://f8e7y4c6.ssl.hwcdn.net/magic/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeMusic.in" tvg-name="Zee Music" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Music +https://y5w8j4a9.ssl.hwcdn.net/magic/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeNewsMPCG.in" tvg-name="Zee News MPCG" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee News MPCG +https://f8e7y4c6.ssl.hwcdn.net/newsmpcg/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeNewsMPCG.in" tvg-name="Zee News MPCG" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee News MPCG +https://y5w8j4a9.ssl.hwcdn.net/newsmpcg/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeePunjabi.in" tvg-name="Zee Punjabi" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Punjabi +https://f8e7y4c6.ssl.hwcdn.net/punjabi/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeePunjabi.in" tvg-name="Zee Punjabi" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Punjabi +https://y5w8j4a9.ssl.hwcdn.net/punjabi/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeRajasthan.in" tvg-name="Zee Rajasthan" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Rajasthan +https://f8e7y4c6.ssl.hwcdn.net/zinguk/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeRajasthan.in" tvg-name="Zee Rajasthan" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Rajasthan +https://y5w8j4a9.ssl.hwcdn.net/zinguk/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeSmileUSA.in" tvg-name="Zee Smile USA" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Smile USA +https://f8e7y4c6.ssl.hwcdn.net/smileusa/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeSmileUSA.in" tvg-name="Zee Smile USA" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Smile USA +https://y5w8j4a9.ssl.hwcdn.net/smileusa/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeTalkies.in" tvg-name="Zee Talkies" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Talkies +https://f8e7y4c6.ssl.hwcdn.net/ztalkieshd/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeTalkies.in" tvg-name="Zee Talkies" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Talkies +https://y5w8j4a9.ssl.hwcdn.net/ztalkieshd/playlist.m3u8 #EXTINF:-1 tvg-id="ZeeTV.in" tvg-name="Zee TV" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee TV http://193.46.210.28/stream/ehuh355pjb7ntywwfu35n2bc9u6bqhkbrk8ri6hj9iurwkdszgfixrvauv9z5bs4vsregp6kwghq886i6vwuu6t775adu582v9bespt4g4vbrcgt47agd66i43id58afhfdmxc9pqw2yr46zn2===.m3u8 #EXTINF:-1 tvg-id="ZeeTV.in" tvg-name="Zee TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Zee TV (480p) https://d2q8p4pe5spbak.cloudfront.net/bpk-tv/ZEETV/ZEETV.isml/index.m3u8 +#EXTINF:-1 tvg-id="ZeeTVAPAC.in" tvg-name="Zee TV APAC" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee TV APAC +https://f8e7y4c6.ssl.hwcdn.net/apacsea/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeTVAPAC.in" tvg-name="Zee TV APAC" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee TV APAC +https://y5w8j4a9.ssl.hwcdn.net/apacsea/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeTVCanadaHD.in" tvg-name="Zee TV Canada HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee TV Canada HD +https://f8e7y4c6.ssl.hwcdn.net/canadahd/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeTVCanadaHD.in" tvg-name="Zee TV Canada HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee TV Canada HD +https://y5w8j4a9.ssl.hwcdn.net/canadahd/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeTVMiddleEast.in" tvg-name="Zee TV Middle East" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee TV Middle East +https://f8e7y4c6.ssl.hwcdn.net/ztvme/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeTVMiddleEast.in" tvg-name="Zee TV Middle East" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee TV Middle East +https://y5w8j4a9.ssl.hwcdn.net/ztvme/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeTVRussia.in" tvg-name="Zee TV Russia" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee TV Russia +https://f8e7y4c6.ssl.hwcdn.net/russia/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeTVRussia.in" tvg-name="Zee TV Russia" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee TV Russia +https://y5w8j4a9.ssl.hwcdn.net/russia/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeTVUSAHD.in" tvg-name="Zee TV USA HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee TV USA HD +https://f8e7y4c6.ssl.hwcdn.net/ztvhdusa/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeTVUSAHD.in" tvg-name="Zee TV USA HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee TV USA HD +https://y5w8j4a9.ssl.hwcdn.net/ztvhdusa/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeWorld.in" tvg-name="Zee World" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee World +https://f8e7y4c6.ssl.hwcdn.net/world/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeWorld.in" tvg-name="Zee World" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee World +https://y5w8j4a9.ssl.hwcdn.net/world/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeZestHD.in" tvg-name="Zee Zest HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Zest HD +https://f8e7y4c6.ssl.hwcdn.net/zzesthd/playlist.m3u8 +#EXTINF:-1 tvg-id="ZeeZestHD.in" tvg-name="Zee Zest HD" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee Zest HD +https://y5w8j4a9.ssl.hwcdn.net/zzesthd/playlist.m3u8 +#EXTINF:-1 tvg-id="Zee5Originals.in" tvg-name="Zee5 Originals" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee5 Originals +https://f8e7y4c6.ssl.hwcdn.net/zee5_originals/playlist.m3u8 +#EXTINF:-1 tvg-id="Zee5Originals.in" tvg-name="Zee5 Originals" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee5 Originals +https://y5w8j4a9.ssl.hwcdn.net/zee5_originals/playlist.m3u8 +#EXTINF:-1 tvg-id="Zee5Romance.in" tvg-name="Zee5 Romance" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee5 Romance +https://f8e7y4c6.ssl.hwcdn.net/zee5_romance/playlist.m3u8 +#EXTINF:-1 tvg-id="Zee5Romance.in" tvg-name="Zee5 Romance" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zee5 Romance +https://y5w8j4a9.ssl.hwcdn.net/zee5_romance/playlist.m3u8 +#EXTINF:-1 tvg-id="Zing.in" tvg-name="Zing" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zing +https://f8e7y4c6.ssl.hwcdn.net/zing/playlist.m3u8 +#EXTINF:-1 tvg-id="Zing.in" tvg-name="Zing" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Zing +https://y5w8j4a9.ssl.hwcdn.net/zing/playlist.m3u8 #EXTINF:-1 tvg-id="KasthuriTV.in" tvg-name="Kasthuri TV" tvg-country="IN" tvg-language="Kannada" tvg-logo="https://upload.wikimedia.org/wikipedia/en/7/78/Kasthuri-TV-logo.jpg" group-title="Entertainment",เฒ•เฒธเณเฒคเณ‚เฒฐเฒฟ เฒ•เฒจเณเฒจเฒก Kasthuri (576p) http://103.199.161.254/Content/kasthuritv/Live/Channel(KasthuriTV)/index.m3u8 #EXTINF:-1 tvg-id="TV9Kannada.in" tvg-name="TV9 Kannada" tvg-country="IN" tvg-language="Kannada" tvg-logo="https://d2jo35ozacw6sq.cloudfront.net/wp-content/themes/tv9kannada/images/Tv9-Kannada-57x57.png" group-title="News",เฒŸเฒฟเฒตเฒฟเณฏ เฒ•เฒจเณเฒจเฒก TV9 (720p) diff --git a/channels/iq.m3u b/channels/iq.m3u index f7176c595..e1aaacb10 100644 --- a/channels/iq.m3u +++ b/channels/iq.m3u @@ -27,7 +27,7 @@ http://ns8.indexforce.com:1935/home/mystream/gmswf.m3u8 http://ns8.indexforce.com:1935/home/mystream/gmswf.m3u8?v= #EXTINF:-1 tvg-id="AlSharqiya.iq" tvg-name="Al Sharqiya" tvg-country="IQ" tvg-language="Arabic" tvg-logo="http://alsharqiyatv.info/tv.jpg" group-title="General",Al Sharqiya (450p) http://ns8.indexforce.com:1935/home/mystream/playlist.m3u8 -#EXTINF:-1 tvg-id="AlSharqiyaNews.iq" tvg-name="Alsharqiya News" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="",Al Sharqiya News +#EXTINF:-1 tvg-id="AlSharqiyaNews.iq" tvg-name="Alsharqiya News" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="News",Al Sharqiya News http://ns8.indexforce.com:1935/alsharqiyalive/mystream/chunklist_w1419797891.m3u8?v=86757236 #EXTINF:-1 tvg-id="AlSharqiyaNews.iq" tvg-name="Al Sharqiya News" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://i.imgur.com/qNi4rwG.jpg" group-title="News",Al Sharqiya News (450p) http://ns8.indexforce.com:1935/alsharqiyalive/mystream/playlist.m3u8 diff --git a/channels/ir.m3u b/channels/ir.m3u index ba2b50704..59d0ae5d9 100644 --- a/channels/ir.m3u +++ b/channels/ir.m3u @@ -2,20 +2,18 @@ #EXTINF:-1 tvg-id="4UTV.ir" tvg-name="4U TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/Icob3E3.jpg" group-title="Entertainment",4U TV (480p) http://live.4ulive.ir/ #EXTINF:-1 tvg-id="AlAlam.ir" tvg-name="Al Alam" tvg-country="IR" tvg-language="Arabic" tvg-logo="https://i.imgur.com/jY1u1zz.png" group-title="News",Al Alam (576p) -https://live2.alalamtv.net/alalam.m3u8 -#EXTINF:-1 tvg-id="AlAlam.ir" tvg-name="Al Alam" tvg-country="IR" tvg-language="" tvg-logo="" group-title="",Al Alam -https://live2.alalamtv.net/live/Alalam/index.m3u8 +https://live2.alalam.ir/alalam.m3u8 #EXTINF:-1 tvg-id="AlKawtharTV.ir" tvg-name="Al Kawthar TV" tvg-country="IR" tvg-language="" tvg-logo="" group-title="",Al Kawthar TV http://178.252.143.156:1935/live/myStream/chunklist_w907760503.m3u8 #EXTINF:-1 tvg-id="AlZahraTV.ir" tvg-name="Al Zahra TV" tvg-country="IR" tvg-language="Arabic" tvg-logo="https://i.imgur.com/ffFbUmd.jpg" group-title="",Al Zahra TV https://live.al-zahratv.com/live/playlist2/index.m3u8 -#EXTINF:-1 tvg-id="AllSports.ir" tvg-name="All Sports" tvg-country="IR" tvg-language="" tvg-logo="" group-title="",All Sports (1080p) +#EXTINF:-1 tvg-id="AllSports.ir" tvg-name="All Sports" tvg-country="IR" tvg-language="" tvg-logo="" group-title="Sports",All Sports (1080p) http://cdn1.live.irib.ir:1935/channel-live/smil:varzesh.smil/chunklist_b307200_slFa.m3u8 #EXTINF:-1 tvg-id="AllSports.ir" tvg-name="All Sports" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="Sports",All Sports (1080p) http://cdn1.live.irib.ir:1935/channel-live/smil:varzesh.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AndishehTV.ir" tvg-name="Andisheh TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/UFV7YVy.jpg" group-title="",Andisheh TV (360p) https://livestream.5centscdn.com/cls090117/49ead3a7c6432c5358a086d078110c16.sdp/index.m3u8 -#EXTINF:-1 tvg-id="AVAFamily.ir" tvg-name="AVA Family" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",AVA Family +#EXTINF:-1 tvg-id="AVAFamily.ir" tvg-name="AVA Family" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="Family",AVA Family http://51.210.199.5/hls/stream.m3u8 #EXTINF:-1 tvg-id="AVASeries.ir" tvg-name="AVA Series" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",AVA Series http://51.210.199.4/hls/stream.m3u8 diff --git a/channels/it.m3u b/channels/it.m3u index 1e8360dcc..2e8e87fa7 100644 --- a/channels/it.m3u +++ b/channels/it.m3u @@ -29,7 +29,7 @@ https://59d7d6f47d7fc.streamlock.net/auroraarte/auroraarte/chunklist.m3u8 https://sb.top-ix.org/avtvlive/streaming/playlist.m3u8 #EXTINF:-1 tvg-id="BikeHD.it" tvg-name="Bike HD" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/wZh7aI8.png" group-title="",Bike HD https://backup.superstreaming.inaria.me/BikeSmartMobilityDTT/tracks-v2a1/playlist.m3u8 -#EXTINF:-1 tvg-id="BizzarroMovies.it" tvg-name="Bizzarro Movies" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/W9zQhyr.jpg" group-title="",Bizzarro Movies (720p) +#EXTINF:-1 tvg-id="BizzarroMovies.it" tvg-name="Bizzarro Movies" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/W9zQhyr.jpg" group-title="Movies",Bizzarro Movies (720p) https://minerva-bizzarromovies-1-it.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Boing.it" tvg-name="Boing" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Boing http://194.76.186.69:8000/play/a0r3 @@ -83,7 +83,7 @@ https://cgentertainment-cgtv-1-it.samsung.wurl.com/manifest/playlist.m3u8 https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(b6)/index.m3u8 #EXTINF:-1 tvg-id="CinemaSegreto.it" tvg-name="Cinema Segreto" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/E9PCiwM.png" group-title="",Cinema Segreto (720p) https://minerva-cinemasegreto-1-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ClassCNBC.it" tvg-name="Class CNBC" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Class CNBC (576p) +#EXTINF:-1 tvg-id="ClassCNBC.it" tvg-name="Class CNBC" tvg-country="IT" tvg-language="" tvg-logo="" group-title="Business",Class CNBC (576p) https://859c1818ed614cc5b0047439470927b0.msvdn.net/live/S76890577/tDoFkZD3T1Lw/playlist.m3u8 #EXTINF:-1 tvg-id="CompanyTV.it" tvg-name="Company TV" tvg-country="IT" tvg-language="Italian" tvg-logo="" group-title="Music",Company TV (720p) http://wma10.fluidstream.net/CompanyTV/_definst_/mp4:livestream_720p/playlist.m3u8 @@ -109,7 +109,7 @@ https://5f22d76e220e1.streamlock.net/EntellaTV/EntellaTV/playlist.m3u8 http://wms.shared.streamshow.it/esperiatv/esperiatv/playlist.m3u8 #EXTINF:-1 tvg-id="EsperiaTV.it" tvg-name="Esperia TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/8/81/ESPERIATV18_verde.png" group-title="",Esperia TV (480p) https://59d7d6f47d7fc.streamlock.net/esperiatv/esperiatv/playlist.m3u8 -#EXTINF:-1 tvg-id="EuroIndieMusicChartTV.it" tvg-name="Euro Indie Music Chart TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/UDFBYpN.png" group-title="",Euro Indie Music Chart TV (360p) +#EXTINF:-1 tvg-id="EuroIndieMusicChartTV.it" tvg-name="Euro Indie Music Chart TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/UDFBYpN.png" group-title="Music",Euro Indie Music Chart TV (360p) http://178.33.224.197:1935/euroindiemusic/euroindiemusic/playlist.m3u8 #EXTINF:-1 tvg-id="EuroTV.it" tvg-name="Euro TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/zTYnT18.png" group-title="",Euro TV (720p) https://5f22d76e220e1.streamlock.net/eurotv/eurotv/playlist.m3u8 @@ -189,7 +189,7 @@ http://m2otv-lh.akamaihd.net:80/i/m2oTv_1@186074/index_600_av-b.m3u8 http://194.76.186.69:8000/play/a0pu #EXTINF:-1 tvg-id="MediasetExtra.it" tvg-name="Mediaset Extra" tvg-country="IT" tvg-language="Italian" tvg-logo="" group-title="",Mediaset Extra [Geo-blocked] https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(kq)/index.m3u8 -#EXTINF:-1 tvg-id="MondoKids.it" tvg-name="Mondo Kids" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/AeHlXnK.jpg" group-title="",Mondo Kids (720p) +#EXTINF:-1 tvg-id="MondoKids.it" tvg-name="Mondo Kids" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/AeHlXnK.jpg" group-title="Kids",Mondo Kids (720p) https://mondotv-mondotvkids-1-it.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="MotorTrend.it" tvg-name="Motor Trend" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Motor Trend https://sbshdlu5-lh.akamaihd.net/i/sbshdl_1@810993/master.m3u8 @@ -356,9 +356,9 @@ http://194.76.186.69:8000/play/a0po https://mediapolisevent.rai.it/relinker/relinkerServlet.htm?cont=0000001 #EXTINF:-1 tvg-id="RaiNews24.it" tvg-name="Rai News 24" tvg-country="IT" tvg-language="Italian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Rai_News_24.svg/1920px-Rai_News_24.svg.png" group-title="News",Rai News 24 (576p) https://rainews1-live.akamaized.net/hls/live/598326/rainews1/rainews1/playlist.m3u8 -#EXTINF:-1 tvg-id="RaiNews24HD.it" tvg-name="Rai News 24 HD" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Rai News 24 HD +#EXTINF:-1 tvg-id="RaiNews24HD.it" tvg-name="Rai News 24 HD" tvg-country="IT" tvg-language="" tvg-logo="" group-title="News",Rai News 24 HD http://194.76.186.69:8000/play/a0pp -#EXTINF:-1 tvg-id="RaiNewsHD.it" tvg-name="Rai News HD" tvg-country="IT" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Generic_Live-TV_Blue.png?raw=true" group-title="",Rai News HD (576p) +#EXTINF:-1 tvg-id="RaiNewsHD.it" tvg-name="Rai News HD" tvg-country="IT" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Generic_Live-TV_Blue.png?raw=true" group-title="News",Rai News HD (576p) http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=1 #EXTINF:-1 tvg-id="RaiOMUnica.it" tvg-name="Rai OM Unica" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Rai OM Unica http://194.76.186.69:8000/play/a0qo @@ -446,7 +446,7 @@ https://di-yx2saj20.vo.lswcdn.net/sportitalia/smil:silive24.smil/playlist.m3u8 https://di-yx2saj20.vo.lswcdn.net/sportitalia/smil:simotori.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Sportitaliasolocalcio.it" tvg-name="Sportitalia Solocalcio HD" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/hu56Ya5.png" group-title="",Sportitalia Solocalcio HD (720p) https://di-yx2saj20.vo.lswcdn.net/sportitalia/smil:sisolocalcio.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Sportoutdoortv.it" tvg-name="Sportoutdoor.tv" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Sportoutdoor.tv +#EXTINF:-1 tvg-id="Sportoutdoortv.it" tvg-name="Sportoutdoor.tv" tvg-country="IT" tvg-language="" tvg-logo="" group-title="Outdoor",Sportoutdoor.tv https://gto2000-sportoutdoortv-1-it.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Stereo5TV.it" tvg-name="Stereo 5 TV" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/HnrRo2k.jpg" group-title="",Stereo 5 TV https://stream1.aswifi.it/stereo5/live/index.m3u8 @@ -468,7 +468,7 @@ http://193.70.81.40:1935/supertvoristano/_definst_/supertvoristano/playlist.m3u8 https://viacomitalytest-lh.akamaihd.net/i/sbshdlive_1@357018/master.m3u8 #EXTINF:-1 tvg-id="SuperSixLombardia.it" tvg-name="SuperSix Lombardia" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",SuperSix Lombardia (720p) https://5db313b643fd8.streamlock.net/SUPERSIXLombardia/SUPERSIXLombardia/playlist.m3u8 -#EXTINF:-1 tvg-id="SupertoonsTV.it" tvg-name="Supertoons TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/35BpWJh.jpg" group-title="",Supertoons TV (720p) +#EXTINF:-1 tvg-id="SupertoonsTV.it" tvg-name="Supertoons TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/35BpWJh.jpg" group-title="Kids",Supertoons TV (720p) https://kedoo-supertoonstv-4-it.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="TeleAbruzzo.it" tvg-name="Tele Abruzzo" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/XymK2PR.png" group-title="",Tele Abruzzo http://uk4.streamingpulse.com:1935/TeleabruzzoTV/TeleabruzzoTV/playlist.m3u8 @@ -484,7 +484,7 @@ http://213.187.12.18/telepn/telepn.m3u8 http://wms.shared.streamshow.it/telequattro/telequattro/chunklist.m3u8 #EXTINF:-1 tvg-id="TeleRadioSciacca.it" tvg-name="Tele Radio Sciacca" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Tele Radio Sciacca (240p) http://5cbd3bc28341f.streamlock.net:1935/trs_live/teleradiosciacca-tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleSondrioNews.it" tvg-name="Tele Sondrio News" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Tele Sondrio News (480p) +#EXTINF:-1 tvg-id="TeleSondrioNews.it" tvg-name="Tele Sondrio News" tvg-country="IT" tvg-language="" tvg-logo="" group-title="News",Tele Sondrio News (480p) https://59d8c0cee6f3d.streamlock.net/tsn/tsn_mobile/playlist.m3u8 #EXTINF:-1 tvg-id="TeleArena.it" tvg-name="TeleArena" tvg-country="IT" tvg-language="Italian" tvg-logo="" group-title="",TeleArena (576p) http://5ce9406b73c33.streamlock.net/TeleArena/TeleArena.stream/playlist.m3u8 @@ -572,7 +572,7 @@ http://halowtv.online:8080/HalowTV/FSyzHfEhvb/139 https://5e73cf528f404.streamlock.net/TrentinoTV/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TRMh24Basilicata.it" tvg-name="TRM h24 Basilicata" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/JEw9RCq.png" group-title="",TRM h24 Basilicata (480p) http://w1.streamingmedia.it:1935/trmh24/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TSNTeleSondrioNews.it" tvg-name="TSN Tele Sondrio News" tvg-country="IT" tvg-language="Italian" tvg-logo="" group-title="",TSN Tele Sondrio News (480p) +#EXTINF:-1 tvg-id="TSNTeleSondrioNews.it" tvg-name="TSN Tele Sondrio News" tvg-country="IT" tvg-language="Italian" tvg-logo="" group-title="News",TSN Tele Sondrio News (480p) http://wms.shared.streamshow.it/tsn/tsn_mobile/playlist.m3u8 #EXTINF:-1 tvg-id="TV2000.it" tvg-name="TV 2000" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",TV 2000 (720p) http://cld04wz.tv2000.it/tv2000_main.m3u8 @@ -588,7 +588,7 @@ http://ftp.tiscali.it/francescovernata/TVUNO/monoscopioTvUNOint-1.wmv http://217.61.26.46:8080/hls/azzurra.m3u8 #EXTINF:-1 tvg-id="TV7Benevento.it" tvg-name="TV7 Benevento" tvg-country="IT" tvg-language="Italian" tvg-logo="https://www.neikos.it/wp-content/uploads/2014/04/logo_tvsette.png" group-title="",TV7 Benevento (288p) http://streaming.senecadot.com/live/flv:tv7.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="TV7News.it" tvg-name="TV7 News" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",TV7 News +#EXTINF:-1 tvg-id="TV7News.it" tvg-name="TV7 News" tvg-country="IT" tvg-language="" tvg-logo="" group-title="News",TV7 News http://217.61.26.46:8080/hls/news.m3u8 #EXTINF:-1 tvg-id="TV7Triveneta.it" tvg-name="TV7 Triveneta" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/ndFoo4V.png" group-title="",TV7 Triveneta http://217.61.26.46:8080/hls/triveneta.m3u8 diff --git a/channels/jp.m3u b/channels/jp.m3u index 180c25779..54b885fc5 100644 --- a/channels/jp.m3u +++ b/channels/jp.m3u @@ -3,6 +3,11 @@ http://210.210.155.35/dr9445/h/h02/01.m3u8 #EXTINF:-1 tvg-id="AnimaxJapan.jp" tvg-name="Animax Japan" tvg-country="JP" tvg-language="Japanese;Indonesian" tvg-logo="" group-title="Animation",Animax Japan (Indonesian Subs) [Geo-blocked] http://210.210.155.35/dr9445/h/h144/01.m3u8 +#EXTINF:-1 tvg-id="AnimaxJapan.jp" tvg-name="Animax Japan" tvg-country="JP" tvg-language="Japanese;Indonesian" tvg-logo="" group-title="Animation",Animax Japan (Indonesian Subs) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36 +https://tv.mbed.cc/u/master.m3u8?id=animax&bandwidth=default&sync=0 +#EXTINF:-1 tvg-id="AnimaxJapan.jp" tvg-name="Animax Japan" tvg-country="JP" tvg-language="Japanese;Thai" tvg-logo="" group-title="Animation",Animax Japan (Thai Subs) +http://27.254.130.62/feed/LC38/playlist.m3u8 #EXTINF:-1 tvg-id="AnimaxJapan.jp" tvg-name="Animax Japan" tvg-country="JP" tvg-language="Japanese;Vietnamese" tvg-logo="" group-title="Animation",Animax Japan (Vietnamese Subs) #EXTVLCOPT:http-user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36" https://livecdn.fptplay.net/hda3/animaxport_2000.stream/playlist.m3u8 @@ -30,7 +35,7 @@ https://gemstv.wide-stream.net/gemstv01/smil:gemstv01.smil/chunklist.m3u8 https://gorilla.gaki-no-tsukai.eu/hls/test.m3u8 #EXTINF:-1 tvg-id="GunmaTV.jp" tvg-name="Gunma TV" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Gtv_logo_ja_01.svg/800px-Gtv_logo_ja_01.svg.png" group-title="Local",Gunma TV https://movie.mcas.jp/switcher/smil:mcas8.smil/master.m3u8 -#EXTINF:-1 tvg-id="HiroshimaWeatherInformation.jp" tvg-name="Hiroshima Weather Information" tvg-country="JP" tvg-language="" tvg-logo="https://i.imgur.com/ZoYNgdd.png" group-title="",Hiroshima Weather Information +#EXTINF:-1 tvg-id="HiroshimaWeatherInformation.jp" tvg-name="Hiroshima Weather Information" tvg-country="JP" tvg-language="" tvg-logo="https://i.imgur.com/ZoYNgdd.png" group-title="Weather",Hiroshima Weather Information https://hiroshima-tv-live.hls.wselive.stream.ne.jp/hiroshima-tv-live/live/playlist.m3u8 #EXTINF:-1 tvg-id="JapanetChannelDX.jp" tvg-name="Japanet Channel DX" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://img.japanet.co.jp/shopping/img/senqua/header/logo.gif" group-title="Shop",Japanet Channel DX (1080p) https://bcsecurelivehls-i.akamaihd.net/hls/live/265320/5043843989001/140130JTDX/index.m3u8 @@ -50,23 +55,21 @@ http://203.162.235.41:16903 https://nhk.mov3.co/hls/nhk.m3u8 #EXTINF:-1 tvg-id="NHKWorld.jp" tvg-name="NHKWorld" tvg-country="JP" tvg-language="" tvg-logo="https://www3.nhk.or.jp/nhkworld/common/site_images/nw_webapp_1500x1500.png" group-title="",NHK World (720p) https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/sycc-live/zh/playlist.m3u8 +#EXTINF:-1 tvg-id="NHKWorldJapan.jp" tvg-name="NHK World Japan" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://i.imgur.com/SQISXoD.jpg" group-title="News",NHK World Japan (720p) +https://b-nhkwlive-xjp.webcdn.stream.ne.jp/hls/live/2003458-b/nhkwlive-xjp-en/index.m3u8 #EXTINF:-1 tvg-id="NHKWorldJapan.jp" tvg-name="NHK World Japan" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://i.imgur.com/SQISXoD.jpg" group-title="News",NHK World Japan (1080p) https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index.m3u8 -#EXTINF:-1 tvg-id="NHKWorldJapan.jp" tvg-name="NHK World Japan" tvg-country="JP" tvg-language="" tvg-logo="" group-title="",NHK World Japan -https://nhkwlive-xjp.akamaized.net/hls/live/2003458/nhkwlive-xjp-en/index_600k.m3u8 #EXTINF:-1 tvg-id="NHKWorldJapan.jp" tvg-name="NHK World Japan" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://i.imgur.com/SQISXoD.jpg" group-title="News",NHK World Japan (720p) https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/global/2003458/live.m3u8 -#EXTINF:-1 tvg-id="NHKWorldPremium.jp" tvg-name="NHK World Premium" tvg-country="JP" tvg-language="" tvg-logo="https://nhkworldpremium.com/img/common/logo.png" group-title="",NHK World Premium -https://liveanevia.mncnow.id/live/eds/NHKWorldPremium/sa_dash_vmx/NHKWorldPremium.mpd #EXTINF:-1 tvg-id="NHKWORLDTV.jp" tvg-name="NHK WORLD TV" tvg-country="JP" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/nhkworldtv.png" group-title="",NHK WORLD TV https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index_4M.m3u8 #EXTINF:-1 tvg-id="NHKHuaYuShiJie.jp" tvg-name="NHKๅŽ่ฏญ่ง†็•Œ" tvg-country="JP" tvg-language="" tvg-logo="http://www.tvyan.com/uploads/dianshi/nhkhuayu.jpg" group-title="",NHKๅŽ่ฏญ่ง†็•Œ (720p) https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/zh/725580/livecom_zh.m3u8 #EXTINF:-1 tvg-id="NipponTVJOAXDTV.jp" tvg-name="Nippon TV (JOAX-DTV)" tvg-country="JP" tvg-language="Japanese" tvg-logo="http://www.itver.cc/wp-content/uploads/2015/07/NTV.png" group-title="Local",Nippon TV (JOAX-DTV) http://203.162.235.41:16905 -#EXTINF:-1 tvg-id="NipponTVNews24.jp" tvg-name="Nippon TV News 24" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",Nippon TV News 24 +#EXTINF:-1 tvg-id="NipponTVNews24.jp" tvg-name="Nippon TV News 24" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="News",Nippon TV News 24 https://n24-cdn-live-b.ntv.co.jp/ch01/High.m3u8 -#EXTINF:-1 tvg-id="NipponTVNews24.jp" tvg-name="Nippon TV News 24" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",Nippon TV News 24 +#EXTINF:-1 tvg-id="NipponTVNews24.jp" tvg-name="Nippon TV News 24" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="News",Nippon TV News 24 https://n24-cdn-live.ntv.co.jp/ch01/High.m3u8 #EXTINF:-1 tvg-id="NTVNews24.jp" tvg-name="NTV News24" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://i.imgur.com/Ya4yHpC.jpg" group-title="News",NTV News24 (480p) https://www.news24.jp/livestream/index.m3u8 diff --git a/channels/kh.m3u b/channels/kh.m3u index 05eff3502..ebb61d87d 100644 --- a/channels/kh.m3u +++ b/channels/kh.m3u @@ -3,9 +3,9 @@ http://203.176.130.123:8989/live/bayontv1_480k.stream/playlist.m3u8 #EXTINF:-1 tvg-id="BayonTV.kh" tvg-name="Bayon TV" tvg-country="KH" tvg-language="Khmer" tvg-logo="https://i.imgur.com/2jbulL2.jpg" group-title="News",Bayon TV (360p) [Not 24/7] http://203.176.130.123:8989/live/bayontv_480k.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="FreshNews.kh" tvg-name="Fresh News" tvg-country="KH" tvg-language="" tvg-logo="" group-title="",Fresh News +#EXTINF:-1 tvg-id="FreshNews.kh" tvg-name="Fresh News" tvg-country="KH" tvg-language="" tvg-logo="" group-title="News",Fresh News http://167.99.65.12:1935/live/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="FreshNewsTV.kh" tvg-name="Fresh News TV" tvg-country="KH" tvg-language="Khmer" tvg-logo="https://i.imgur.com/6p0TK7e.png" group-title="",Fresh News TV (720p) +#EXTINF:-1 tvg-id="FreshNewsTV.kh" tvg-name="Fresh News TV" tvg-country="KH" tvg-language="Khmer" tvg-logo="https://i.imgur.com/6p0TK7e.png" group-title="News",Fresh News TV (720p) http://167.99.65.12:1935/live/ngrp:myStream_all/playlist.m3u8 #EXTINF:-1 tvg-id="PNN.kh" tvg-name="PNN" tvg-country="KH" tvg-language="Khmer" tvg-logo="https://i.imgur.com/1xZmAvQ.jpg" group-title="",PNN (360p) [Not 24/7] http://203.176.130.123:8989/live/pnn_480k.stream/playlist.m3u8 diff --git a/channels/kr.m3u b/channels/kr.m3u index 2593e5148..571ce32d5 100644 --- a/channels/kr.m3u +++ b/channels/kr.m3u @@ -35,11 +35,11 @@ https://amdlive-ch01-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/pl http://etomatomobile.hscdn.com/artemobile/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="BBSBuddhistBroadcasting.kr" tvg-name="BBS Buddhist Broadcasting" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/i7uUG2m.png" group-title="",BBS Buddhist Broadcasting (1080p) [Not 24/7] http://bbstv.clouducs.com:1935/bbstv-live/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="CBS.kr" tvg-name="CBS" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/Iy0yBaM.jpg" group-title="",CBS (1080p) +#EXTINF:-1 tvg-id="CBS.kr" tvg-name="CBS" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/Iy0yBaM.jpg" group-title="General",CBS (1080p) http://cbs-live.gscdn.com/cbs-live/cbs-live.stream/hasbahca.m3u8 -#EXTINF:-1 tvg-id="CBS.kr" tvg-name="CBS" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/Iy0yBaM.jpg" group-title="",CBS (1080p) +#EXTINF:-1 tvg-id="CBS.kr" tvg-name="CBS" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/Iy0yBaM.jpg" group-title="General",CBS (1080p) http://cbs-live.gscdn.com/cbs-live/cbs-live.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="CBS.kr" tvg-name="CBS" tvg-country="KR" tvg-language="Korean" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92706/14090022.png" group-title="",CBS (1080p) +#EXTINF:-1 tvg-id="CBS.kr" tvg-name="CBS" tvg-country="KR" tvg-language="Korean" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92706/14090022.png" group-title="General",CBS (1080p) http://cbs-live.gscdn.com:1935/cbs-live/cbs-live.stream/playlist.m3u8 #EXTINF:-1 tvg-id="CGNTV.kr" tvg-name="CGNTV" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/SQI9PAz.png" group-title="Religious",CGNTV http://cgntv-glive.ofsdelivery.net/live/_definst_/cgntv_kr02/chunklist.m3u8 @@ -57,7 +57,7 @@ http://ebsonair.ebs.co.kr:1935/ebs1familypc/familypc1m/playlist.m3u8 http://ebsonair.ebs.co.kr:1935/ebs2familypc/familypc1m/playlist.m3u8 #EXTINF:-1 tvg-id="EBSe.kr" tvg-name="EBS e" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/7K7zmoE.png" group-title="",EBS e (400p) http://ebsonair.ebs.co.kr/plus3familypc/familypc1m/playlist.m3u8 -#EXTINF:-1 tvg-id="EBSKIDS.kr" tvg-name="EBS KIDS" tvg-country="KR" tvg-language="Korean" tvg-logo="https://global.ebs.co.kr/global/img/sub/Channels_IPTV_04.png" group-title="",EBS KIDS (360p) +#EXTINF:-1 tvg-id="EBSKIDS.kr" tvg-name="EBS KIDS" tvg-country="KR" tvg-language="Korean" tvg-logo="https://global.ebs.co.kr/global/img/sub/Channels_IPTV_04.png" group-title="Kids",EBS KIDS (360p) http://ebsonair.ebs.co.kr:1935/ebsutablet500k/tablet500k/playlist.m3u8 #EXTINF:-1 tvg-id="EBSKids.kr" tvg-name="EBS Kids" tvg-country="KR" tvg-language="Korean" tvg-logo="https://static.ebs.co.kr/www/common/img/kids/head_logo_kids.gif" group-title="Kids",EBS Kids (360p) http://ebsonairios.ebs.co.kr/ebsutablet500k/_definst_/tablet500k/playlist.m3u8 @@ -101,7 +101,7 @@ http://51.81.66.195:1935/krtv/kbs2_540/playlist.m3u8 http://119.77.96.184:1935/chn05/chn05/chunklist_w644291506.m3u8 #EXTINF:-1 tvg-id="KTV.kr" tvg-name="KTV" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/pANf9i7.png" group-title="",KTV rtmp://218.38.152.31:1935/klive/klive.stream -#EXTINF:-1 tvg-id="MaeilBusinessNewspaper.kr" tvg-name="Maeil Business Newspaper" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/AmalRpB.png" group-title="",Maeil Business Newspaper +#EXTINF:-1 tvg-id="MaeilBusinessNewspaper.kr" tvg-name="Maeil Business Newspaper" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/AmalRpB.png" group-title="Business",Maeil Business Newspaper rtmp://origin.flive.skcdn.com/mbn-auth1/1000k #EXTINF:-1 tvg-id="MBC.kr" tvg-name="MBC" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",MBC http://51.81.66.195:1935/krtv/mbc_540/playlist.m3u8 @@ -141,19 +141,21 @@ http://tbs.hscdn.com/tbstvweb/tbstv/chunklist_w1331473189.m3u8 https://tbs.hscdn.com/tbstvweb/tbstv/playlist.m3u8 #EXTINF:-1 tvg-id="TJBdaejeonbangsongSBSDaTian.kr" tvg-name="TJB ๋Œ€์ „๋ฐฉ์†ก(SBS ๅคง็”ฐ)" tvg-country="KR" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/ko/8/8b/TJB_Logo.jpg" group-title="",TJB ๋Œ€์ „๋ฐฉ์†ก(SBS ๅคง็”ฐ) http://1.245.74.5:1935/live/tv/.m3u8 +#EXTINF:-1 tvg-id="tvNAsia.kr" tvg-name="tvN Asia" tvg-country="KR" tvg-language="" tvg-logo="https://www.lyngsat.com/logo/tv/tt/tvn-asia-kr.png" group-title="",tvN Asia +http://50.7.161.82:8278/streams/d/TVN/playlist.m3u8 #EXTINF:-1 tvg-id="TVWorkNet.kr" tvg-name="TVWorkNet" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/xLL7Sxm.png" group-title="",TVWorkNet (480p) http://live.worktv.or.kr:1935/live/wowtvlive1.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="YTN.kr" tvg-name="YTN" tvg-country="KR" tvg-language="Korean" tvg-logo="https://static.epg.best/kr/YTN.kr.png" group-title="",YTN (720p) http://slive.ytn.co.kr/ytn/_definst_/ytn_stream_20190306/playlist.m3u8 #EXTINF:-1 tvg-id="YTNDMB.kr" tvg-name="YTN DMB" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/fdFQonN.jpg" group-title="",YTN DMB (270p) http://slive.ytn.co.kr:1935/dmb/ydlive_20140419_1/playlist.m3u8 -#EXTINF:-1 tvg-id="YTNSCIENCE.kr" tvg-name="YTN SCIENCE" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",YTN SCIENCE +#EXTINF:-1 tvg-id="YTNSCIENCE.kr" tvg-name="YTN SCIENCE" tvg-country="KR" tvg-language="" tvg-logo="" group-title="Science",YTN SCIENCE http://slive.sciencetv.kr:1935/science/yslive_20140419_1/chunklist_w2065795695.m3u8 -#EXTINF:-1 tvg-id="YTNSCIENCE.kr" tvg-name="YTN SCIENCE" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/FIzME5L.jpg" group-title="",YTN SCIENCE (270p) +#EXTINF:-1 tvg-id="YTNSCIENCE.kr" tvg-name="YTN SCIENCE" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/FIzME5L.jpg" group-title="Science",YTN SCIENCE (270p) http://slive.sciencetv.kr:1935/science/yslive_20140419_1/playlist.m3u8 #EXTINF:-1 tvg-id="gayoTV.kr" tvg-name="๊ฐ€์š”TV" tvg-country="KR" tvg-language="" tvg-logo="http://gayotv.co.kr/image/logo.jpg" group-title="",๊ฐ€์š”TV http://gayotv.net:1935/live/gayotv/playlist.m3u8 -#EXTINF:-1 tvg-id="gugagbangsong.kr" tvg-name="๊ตญ์•…๋ฐฉ์†ก" tvg-country="KR" tvg-language="" tvg-logo="https://www.futurekorea.co.kr/news/photo/202001/127326_129561_5346.jpg" group-title="",๊ตญ์•…๋ฐฉ์†ก +#EXTINF:-1 tvg-id="gugagbangsong.kr" tvg-name="๊ตญ์•…๋ฐฉ์†ก" tvg-country="KR" tvg-language="" tvg-logo="https://www.futurekorea.co.kr/news/photo/202001/127326_129561_5346.jpg" group-title="News",๊ตญ์•…๋ฐฉ์†ก http://mgugaklive.nowcdn.co.kr/gugakvideo/gugakvideo.stream/playlist.m3u8 #EXTINF:-1 tvg-id="daeguMBCMBCDaegu.kr" tvg-name="๋Œ€๊ตฌ MBC(MBC Daegu)" tvg-country="KR" tvg-language="" tvg-logo="https://dg.cdn.a04f922e9e85c8d25ebfeae3dfd22a67.com/2019/12/0df66e127a9d1c68d0d56dd7567a5b52943a71122c8fc5aecf792ff11fba3d93bb1cd98f1d1c9e2fd83a294d26e2d5f270b705711cc20b5bdaf39ed2188c5075.png" group-title="",๋Œ€๊ตฌ MBC(MBC Daegu) https://5e04aba713813.streamlock.net/live/livetv/playlist.m3u8 diff --git a/channels/kw.m3u b/channels/kw.m3u index 2e26b1b9a..286f329da 100644 --- a/channels/kw.m3u +++ b/channels/kw.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlKassSports.kw" tvg-name="Al Kass Sports" tvg-country="KW" tvg-language="" tvg-logo="" group-title="",Al Kass Sports +#EXTINF:-1 tvg-id="AlKassSports.kw" tvg-name="Al Kass Sports" tvg-country="KW" tvg-language="" tvg-logo="" group-title="Sports",Al Kass Sports http://www.elahmad.com/tv/m3u8/alkass.m3u8 #EXTINF:-1 tvg-id="AlMaaref.kw" tvg-name="Al Maaref" tvg-country="KW" tvg-language="" tvg-logo="" group-title="",Al Maaref http://149.100.19.226:8001/play/AL_MAAREF @@ -13,15 +13,15 @@ https://stream02.fasttelco.net/live/alrai.stream/chunklist_w420445644.m3u8 https://gulfsat.cdn.easybroadcast.fr/live/Al-Bawadi_abr/chunks.m3u8 #EXTINF:-1 tvg-id="AlShahed.kw" tvg-name="Al-Shahed" tvg-country="KW" tvg-language="Arabic" tvg-logo="https://alshahed.tv/wp-content/themes/twentyfifteen/asset/img/logo.png" group-title="",Al-Shahed https://easybroadcast.akamaized.net/abr_live/Al-Shahed/live/Al-Shahed_720p/chunks.m3u8 -#EXTINF:-1 tvg-id="Alkasssport1.kw" tvg-name="Alkass sport 1" tvg-country="KW" tvg-language="" tvg-logo="" group-title="",Alkass sport 1 +#EXTINF:-1 tvg-id="Alkasssport1.kw" tvg-name="Alkass sport 1" tvg-country="KW" tvg-language="" tvg-logo="" group-title="Sports",Alkass sport 1 http://www.elahmad.com/tv/m3u8/alkass.m3u8?id=alkass1 -#EXTINF:-1 tvg-id="Alkasssport2.kw" tvg-name="Alkass sport 2" tvg-country="KW" tvg-language="" tvg-logo="" group-title="",Alkass sport 2 +#EXTINF:-1 tvg-id="Alkasssport2.kw" tvg-name="Alkass sport 2" tvg-country="KW" tvg-language="" tvg-logo="" group-title="Sports",Alkass sport 2 http://www.elahmad.com/tv/m3u8/alkass.m3u8?id=alkass2 -#EXTINF:-1 tvg-id="Alkasssport3.kw" tvg-name="Alkass sport 3" tvg-country="KW" tvg-language="" tvg-logo="" group-title="",Alkass sport 3 +#EXTINF:-1 tvg-id="Alkasssport3.kw" tvg-name="Alkass sport 3" tvg-country="KW" tvg-language="" tvg-logo="" group-title="Sports",Alkass sport 3 http://www.elahmad.com/tv/m3u8/alkass.m3u8?id=alkass3 -#EXTINF:-1 tvg-id="Alkasssport4.kw" tvg-name="Alkass sport 4" tvg-country="KW" tvg-language="" tvg-logo="" group-title="",Alkass sport 4 +#EXTINF:-1 tvg-id="Alkasssport4.kw" tvg-name="Alkass sport 4" tvg-country="KW" tvg-language="" tvg-logo="" group-title="Sports",Alkass sport 4 http://www.elahmad.com/tv/m3u8/alkass.m3u8?id=alkass4 -#EXTINF:-1 tvg-id="Alkasssport5.kw" tvg-name="Alkass sport 5" tvg-country="KW" tvg-language="" tvg-logo="" group-title="",Alkass sport 5 +#EXTINF:-1 tvg-id="Alkasssport5.kw" tvg-name="Alkass sport 5" tvg-country="KW" tvg-language="" tvg-logo="" group-title="Sports",Alkass sport 5 http://www.elahmad.com/tv/m3u8/alkass.m3u8?id=alkass5 #EXTINF:-1 tvg-id="AlraiTV.kw" tvg-name="Alrai TV" tvg-country="KW" tvg-language="" tvg-logo="" group-title="",Alrai TV http://stream02.fasttelco.net/4/pub/asset/28/streams.m3u8?v=1053886998 diff --git a/channels/kz.m3u b/channels/kz.m3u index ef411931b..b09e247fd 100644 --- a/channels/kz.m3u +++ b/channels/kz.m3u @@ -15,7 +15,7 @@ https://sc.id-tv.kz/AsylArna_38_39.m3u8 http://live-atameken.cdnvideo.ru/atameken/atameken_hq.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="AtamekenBusiness.kz" tvg-name="Atameken Business" tvg-country="KZ" tvg-language="Kazakh" tvg-logo="" group-title="Business",Atameken Business https://sc.id-tv.kz/Atameken_38_39.m3u8 -#EXTINF:-1 tvg-id="CaspianNews.kz" tvg-name="Caspian News" tvg-country="KZ" tvg-language="" tvg-logo="" group-title="",Caspian News +#EXTINF:-1 tvg-id="CaspianNews.kz" tvg-name="Caspian News" tvg-country="KZ" tvg-language="" tvg-logo="" group-title="News",Caspian News https://sc.id-tv.kz/CaspianNews_36_37.m3u8 #EXTINF:-1 tvg-id="DombyraTV.kz" tvg-name="Dombyra TV" tvg-country="KZ" tvg-language="" tvg-logo="" group-title="",Dombyra TV https://sc.id-tv.kz/Dombyra_38_39.m3u8 diff --git a/channels/lb.m3u b/channels/lb.m3u index 840bbb4ce..88ca817f7 100644 --- a/channels/lb.m3u +++ b/channels/lb.m3u @@ -1,13 +1,10 @@ #EXTM3U #EXTINF:-1 tvg-id="AlIttihad.lb" tvg-name="Al Ittihad" tvg-country="LB" tvg-language="Arabic" tvg-logo="http://alittihad.tv/assets/images/logo.png" group-title="General",Al Ittihad (552p) https://live.alittihad.tv/ittihad/index.m3u8 -#EXTINF:-1 tvg-id="AljadeedTv.lb" tvg-name="Al Jadeed TV" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/qtQQJQc.png" group-title="General",Al Jadeed (1080p) -#EXTVLCOPT:http-referrer=http://azrotv.com/ -http://arabictv.teledunet.com:8080/live/azrotv/azrotv2021/10008.m3u8 #EXTINF:-1 tvg-id="AlManar.lb" tvg-name="Al Manar" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/dmDzNQO.png" group-title="News",Al Manar https://manar.live/iptv/playlist.m3u8 #EXTINF:-1 tvg-id="AlManar.lb" tvg-name="Al Manar" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/dmDzNQO.png" group-title="News",Al Manar (576p) -https://manar.live/x.smil/tracks-v1a1/mono.m3u8 +https://manar.live/x.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlMayadeen.lb" tvg-name="Al Mayadeen" tvg-country="LB" tvg-language="Arabic" tvg-logo="http://media.almayadeen.tv/uploads/archive/web-logo.png" group-title="News",Al Mayadeen (576p) https://lmdstrm.cdn.octivid.com/mayadeen-live/smil:mayadeen.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlhayatTV.lb" tvg-name="Alhayat TV" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://www.alhayat.tv/images/logo/main.34f5c635.png" group-title="General",Alhayat TV (720p) @@ -16,6 +13,8 @@ https://wowzaprod140-i.akamaihd.net/hls/live/750788/cdb837ca/playlist.m3u8 https://svs.itworkscdn.net/alimanlive/imantv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArabicaMusic.lb" tvg-name="Arabica Music" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://arabicagroup.tv/images/app1.png" group-title="Music",Arabica TV (720p) http://istream.binarywaves.com:8081/hls/arabica/playlist.m3u8 +#EXTINF:-1 tvg-id="Assirat.lb" tvg-name="Assirat" tvg-country="LB" tvg-language="Arabic" tvg-logo="" group-title="Religious",Assirat +https://svs.itworkscdn.net/assiratvlive/assirat/playlist.m3u8 #EXTINF:-1 tvg-id="CharityTV.lb" tvg-name="CharityTV" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://kreim-storage.fra1.digitaloceanspaces.com/APP%20Logo%20PNG.png" group-title="Religious",CharityTV (1080p) http://185.105.4.236:1935/live/ngrp:livestream_all/live.m3u8 #EXTINF:-1 tvg-id="FutureTV.lb" tvg-name="Future TV" tvg-country="LB" tvg-language="Arabic" tvg-logo="http://futuretvnetwork.com/images/logo.png" group-title="General",Future TV (486p) diff --git a/channels/mn.m3u b/channels/mn.m3u index 57bf323be..f3b1aa9b6 100644 --- a/channels/mn.m3u +++ b/channels/mn.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="MongolynMedee.mn" tvg-name="ะœะพะฝะณะพะปั‹ะฝ ะœัะดัั" tvg-country="MN" tvg-language="Mongolian" tvg-logo="http://www.mnb.mn/images/mini/mnews.png" group-title="",ะœะพะฝะณะพะปั‹ะฝ ะœัะดัั +#EXTINF:-1 tvg-id="MongolynMedee.mn" tvg-name="ะœะพะฝะณะพะปั‹ะฝ ะœัะดัั" tvg-country="MN" tvg-language="Mongolian" tvg-logo="http://www.mnb.mn/images/mini/mnews.png" group-title="News",ะœะพะฝะณะพะปั‹ะฝ ะœัะดัั http://103.14.38.107:1935/live/mn2.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="MUONT1.mn" tvg-name="ะœาฎะžะะข-1" tvg-country="MN" tvg-language="Mongolian" tvg-logo="http://www.mnb.mn/images/mini/tv.png" group-title="",ะœาฎะžะะข-1 http://103.14.38.107:1935/live/mnb.stream/chunklist.m3u8 diff --git a/channels/mo.m3u b/channels/mo.m3u index 466c72850..fee7de7b6 100644 --- a/channels/mo.m3u +++ b/channels/mo.m3u @@ -9,7 +9,7 @@ http://live4.tdm.com.mo:80/ch5/_definst_/info_ch5.live/playlist.m3u8 http://live4.tdm.com.mo:80/ch1/_definst_/ch1.live/playlist.m3u8 #EXTINF:-1 tvg-id="TDMMacauSatelite.mo" tvg-name="TDM Macau Satelite" tvg-country="MO" tvg-language="Chinese" tvg-logo="https://i.imgur.com/59lAsao.png" group-title="",TDM Macau Satelite (720p) http://live4.tdm.com.mo:80/ch3/_definst_/ch3.live/playlist.m3u8 -#EXTINF:-1 tvg-id="TDMSportsMacau.mo" tvg-name="TDM Sports Macau" tvg-country="MO" tvg-language="Chinese" tvg-logo="https://i.imgur.com/5FTCFRj.png" group-title="",TDM Sports Macau (720p) +#EXTINF:-1 tvg-id="TDMSportsMacau.mo" tvg-name="TDM Sports Macau" tvg-country="MO" tvg-language="Chinese" tvg-logo="https://i.imgur.com/5FTCFRj.png" group-title="Sports",TDM Sports Macau (720p) http://live4.tdm.com.mo:80/ch4/_definst_/sport_ch4.live/playlist.m3u8 #EXTINF:-1 tvg-id="AoShiAoMen.mo" tvg-name="ๆพณ่ฆ–ๆพณ้–€" tvg-country="MO" tvg-language="Chinese;Yue Chinese" tvg-logo="https://upload.wikimedia.org/wikipedia/zh/9/9b/TDM_Ou_Mun.png" group-title="General",ๆพณ่ฆ–ๆพณ้–€ (720p) http://live4.tdm.com.mo/ch1/_definst_/ch1.live/playlist.m3u8 diff --git a/channels/mx.m3u b/channels/mx.m3u index 4a9cc215d..557c8e213 100644 --- a/channels/mx.m3u +++ b/channels/mx.m3u @@ -5,23 +5,23 @@ https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhtit-tdt2.m3u8 https://aztkhlslive3-i.akamaihd.net/hls/live/777407/adn40mx/master.m3u8 #EXTINF:-1 tvg-id="AlcarriaTV.mx" tvg-name="Alcarria TV" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/9Xn7ZEZ.jpg" group-title="",Alcarria TV http://217.182.77.27/live/alcarriatv-livestream.m3u8 -#EXTINF:-1 tvg-id="XHTITTDT.mx" tvg-name="Azteca 7" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://media.localbtv.com/images/sandiegobtv/logos/20551-91383.png" group-title="",Azteca 7 (XHTIT-TDT) +#EXTINF:-1 tvg-id="XHTITTDT.mx" tvg-name="Azteca 7" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://media.localbtv.com/images/sandiegobtv/logos/20551-91383.png" group-title="Local",Azteca 7 (XHTIT-TDT) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhtit-tdt.m3u8 -#EXTINF:-1 tvg-id="XHASTDT.mx" tvg-name="Azteca America" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/en/2/26/AZTECA_33_current_logo.png" group-title="",Azteca America (XHAS-TDT) +#EXTINF:-1 tvg-id="XHASTDT.mx" tvg-name="Azteca America" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/en/2/26/AZTECA_33_current_logo.png" group-title="Local",Azteca America (XHAS-TDT) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhas-tdt.m3u8 -#EXTINF:-1 tvg-id="XHJKTDT.mx" tvg-name="Azteca Uno" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://media.localbtv.com/images/sandiegobtv/logos/1.1.png" group-title="",Azteca Uno (XHJK-TDT) +#EXTINF:-1 tvg-id="XHJKTDT.mx" tvg-name="Azteca Uno" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://media.localbtv.com/images/sandiegobtv/logos/1.1.png" group-title="Local",Azteca Uno (XHJK-TDT) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhjk-tdt.m3u8 -#EXTINF:-1 tvg-id="Canal10Cancun.mx" tvg-name="Canal 10 Cancรบn" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",Canal 10 Cancรบn +#EXTINF:-1 tvg-id="Canal10Cancun.mx" tvg-name="Canal 10 Cancรบn" tvg-country="MX" tvg-language="" tvg-logo="" group-title="Local",Canal 10 Cancรบn http://stream2.dynalias.com:1935/live/tvlive1/chunklist_w1211325251.m3u8 -#EXTINF:-1 tvg-id="Canal10Cancun.mx" tvg-name="Canal 10 Cancรบn" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://s3-us-west-1.amazonaws.com/canal10/photos/96800/original.jpg" group-title="",Canal 10 Cancรบn (720p) +#EXTINF:-1 tvg-id="Canal10Cancun.mx" tvg-name="Canal 10 Cancรบn" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://s3-us-west-1.amazonaws.com/canal10/photos/96800/original.jpg" group-title="Local",Canal 10 Cancรบn (720p) http://stream2.dynalias.com:1935/live/tvlive1/playlist.m3u8 -#EXTINF:-1 tvg-id="XEWTTDT.mx" tvg-name="Canal 12 - Televisa" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://media.localbtv.com/images/sandiegobtv/logos/12.1.png" group-title="",Canal 12 - Televisa (XETW-TDT) +#EXTINF:-1 tvg-id="XEWTTDT.mx" tvg-name="Canal 12 - Televisa" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://media.localbtv.com/images/sandiegobtv/logos/12.1.png" group-title="Local",Canal 12 - Televisa (XETW-TDT) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xewt-tdt.m3u8 -#EXTINF:-1 tvg-id="XHBJTDT.mx" tvg-name="Canal 45" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/en/0/0e/Canal45Tijuana.png" group-title="",Canal 45 (XHBJ-TDT) +#EXTINF:-1 tvg-id="XHBJTDT.mx" tvg-name="Canal 45" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/en/0/0e/Canal45Tijuana.png" group-title="Local",Canal 45 (XHBJ-TDT) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhbj-tdt.m3u8 -#EXTINF:-1 tvg-id="Canal5.mx" tvg-name="Canal 5 (XETV-TDT)" tvg-country="MX" tvg-language="" tvg-logo="https://i.imgur.com/mw4992J.png" group-title="",Canal 5 (XETV-TDT) +#EXTINF:-1 tvg-id="Canal5.mx" tvg-name="Canal 5 (XETV-TDT)" tvg-country="MX" tvg-language="" tvg-logo="https://i.imgur.com/mw4992J.png" group-title="Local",Canal 5 (XETV-TDT) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xetv-tdt.m3u8 -#EXTINF:-1 tvg-id="CanalCatorce.mx" tvg-name="Canal Catorce" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/canalcatorcemx/picture?width=200&height=200" group-title="",Canal Catorce (720p) +#EXTINF:-1 tvg-id="CanalCatorce.mx" tvg-name="Canal Catorce" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/canalcatorcemx/picture?width=200&height=200" group-title="Local",Canal Catorce (720p) https://d3nljkrx6mjqra.cloudfront.net/out/v1/1b9d9efd27814b3b8dc570113ae54409/index.m3u8 #EXTINF:-1 tvg-id="CanalMundoPlus.mx" tvg-name="Canal Mundo+" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/9BtSyV2.png" group-title="",Canal Mundo+ (560p) http://vcp1.myplaytv.com:1935/mundomas/mundomas/playlist.m3u8 @@ -37,7 +37,7 @@ https://live2.canaloncelive.tv/livepkgr/smil:nacional.smil/playlist.m3u8 https://live2.canaloncelive.tv/livepkgr2/internacional.smil/.m3u8 #EXTINF:-1 tvg-id="CanalOnceNacional.mx" tvg-name="Canal Once Nacional" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/NAgRCyY.png" group-title="",Canal Once Nacional http://live.canaloncelive.tv:1935/livepkgr/smil:nacional.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Capital21.mx" tvg-name="Capital 21" tvg-country="MX" tvg-language="Spanish" tvg-logo="" group-title="",Capital 21 [Not 24/7] +#EXTINF:-1 tvg-id="Capital21.mx" tvg-name="Capital 21" tvg-country="MX" tvg-language="Spanish" tvg-logo="" group-title="Local",Capital 21 [Not 24/7] https://video.cdmx.gob.mx/livestream/stream.m3u8 #EXTINF:-1 tvg-id="ClaroCinema.mx" tvg-name="Claro Cinema" tvg-country="LATAM" tvg-language="Spanish" tvg-logo="" group-title="Movies",Claro Cinema (576p) http://209.91.213.10:8099/play/a00v @@ -47,7 +47,7 @@ http://204.12.211.210:1935/conectatv/conectatv/playlist.m3u8 http://201.144.184.98:1935/genesis/smil:television.smil/playlist.m3u8 #EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" tvg-name="Hipรณdromo de las Amรฉricas" tvg-country="MX" tvg-language="" tvg-logo="https://www.hipodromo.com.mx/desktop/images/LOGO_HIPODROMO_bco.png" group-title="",Hipรณdromo de las Amรฉricas http://wms.tecnoxia.com:1935/8158/8158/chunklist.m3u8 -#EXTINF:-1 tvg-id="XHCTTITDT.mx" tvg-name="Imagen Multicast" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwngCFclkx8_OjeImr3mO1BvDLtxIUkDcDL037PCAgw" group-title="",Imagen Multicast (XHCTTI-TDT) +#EXTINF:-1 tvg-id="XHCTTITDT.mx" tvg-name="Imagen Multicast" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwngCFclkx8_OjeImr3mO1BvDLtxIUkDcDL037PCAgw" group-title="Local",Imagen Multicast (XHCTTI-TDT) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhctti-tdt2.m3u8 #EXTINF:-1 tvg-id="XHCTTITDT.mx" tvg-name="Imagen TV" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1d/Logo_Imagen_Televisi%C3%B3n_2016.png/800px-Logo_Imagen_Televisi%C3%B3n_2016.png" group-title="",Imagen TV (XHCTTI-TDT) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhctti-tdt.m3u8 @@ -77,9 +77,9 @@ https://mdstrm.com/live-stream-playlist/57b4dbf5dbbfc8f16bb63ce1.m3u8 https://mdstrm.com/live-stream-playlist_400/57b4dbf5dbbfc8f16bb63ce1.m3u8 #EXTINF:-1 tvg-id="MVMNoticias.mx" tvg-name="MVM Noticias" tvg-country="MX" tvg-language="Spanish" tvg-logo="" group-title="News",MVM Noticias (Oaxaca) http://dcunilive21-lh.akamaihd.net/i/dclive_1@59479/index_1_av-p.m3u8 -#EXTINF:-1 tvg-id="XHTJBTDT.mx" tvg-name="Once Niรฑas y Niรฑos" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://media.localbtv.com/images/sandiegobtv/logos/20551-80512.png" group-title="",Once Niรฑas y Niรฑos (XHTJB-TDT) +#EXTINF:-1 tvg-id="XHTJBTDT.mx" tvg-name="Once Niรฑas y Niรฑos" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://media.localbtv.com/images/sandiegobtv/logos/20551-80512.png" group-title="Local",Once Niรฑas y Niรฑos (XHTJB-TDT) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhtjb-tdt2.m3u8 -#EXTINF:-1 tvg-id="XHTJBTDT.mx" tvg-name="Once TV" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://media.localbtv.com/images/sandiegobtv/logos/20551-48379.png" group-title="",Once TV (XHTJB-TDT) +#EXTINF:-1 tvg-id="XHTJBTDT.mx" tvg-name="Once TV" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://media.localbtv.com/images/sandiegobtv/logos/20551-48379.png" group-title="Local",Once TV (XHTJB-TDT) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhtjb-tdt.m3u8 #EXTINF:-1 tvg-id="POPTV.mx" tvg-name="POP TV" tvg-country="MX" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcShLhiaq_qKJnVjmogg7QWaHm1cOyXpuo8Y2A&usqp=CAU" group-title="",POP TV https://5ca3e84a76d30.streamlock.net/gpacifico3/smil:obregon.smil/chunklist_w1489788315_b978000_sleng.m3u8 @@ -107,7 +107,7 @@ http://mdstrm.com/live-stream-playlist/57b4dc126338448314449d0c.m3u8 http://mdstrm.com/live-stream-playlist/57b4dc126338448314449d0c.m3u8?tecnotv.info?.m3u #EXTINF:-1 tvg-id="Teleritmo.mx" tvg-name="Teleritmo" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://cdn.tvpassport.com/image/station/240x135/teleritmo-logo.png" group-title="",Teleritmo (Monterrey) (480p) http://mdstrm.com/live-stream-playlist_400/57b4dc126338448314449d0c.m3u8 -#EXTINF:-1 tvg-id="TelevisaNewsMexico.mx" tvg-name="Televisa News Mexico" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",Televisa News Mexico +#EXTINF:-1 tvg-id="TelevisaNewsMexico.mx" tvg-name="Televisa News Mexico" tvg-country="MX" tvg-language="" tvg-logo="" group-title="News",Televisa News Mexico https://stnothds-lh.akamaihd.net/i/sslf0r0tvnus_1@109755/master.m3u8 #EXTINF:-1 tvg-id="TransmediaTelevisionMorelia.mx" tvg-name="Transmedia Televisiรณn Morelia" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",Transmedia Televisiรณn Morelia http://streamingcws20.com:1935/tmtv/videotmtv/chunklist_w1798696550.m3u8 diff --git a/channels/nl.m3u b/channels/nl.m3u index 116924d4a..f6f3ca987 100644 --- a/channels/nl.m3u +++ b/channels/nl.m3u @@ -267,7 +267,7 @@ http://media.rtvutrecht.nl/live/rtvutrecht/rtvutrecht/index.m3u8 https://salto-streams.nl/hls/sotv2_high.m3u8 #EXTINF:-1 tvg-id="SaltoADE.nl" tvg-name="Salto ADE" tvg-country="NL" tvg-language="" tvg-logo="https://i.vimeocdn.com/portrait/31947989_640x640" group-title="",Salto ADE https://live.salto.nl/hls/at5_high.m3u8 -#EXTINF:-1 tvg-id="SaltoBrasaMusic.nl" tvg-name="Salto Brasa Music" tvg-country="NL" tvg-language="" tvg-logo="https://i.vimeocdn.com/portrait/31947989_640x640" group-title="",Salto Brasa Music +#EXTINF:-1 tvg-id="SaltoBrasaMusic.nl" tvg-name="Salto Brasa Music" tvg-country="NL" tvg-language="" tvg-logo="https://i.vimeocdn.com/portrait/31947989_640x640" group-title="Music",Salto Brasa Music https://salto-streams.nl/hls/sotv1_high.m3u8 #EXTINF:-1 tvg-id="SilenceTV.nl" tvg-name="Silence TV" tvg-country="NL" tvg-language="English" tvg-logo="https://i.imgur.com/826gz7r.jpg" group-title="",Silence TV (720p) http://93.190.140.42:8081/SilenceTV/live/playlist.m3u8 diff --git a/channels/om.m3u b/channels/om.m3u index 69c5d68a6..a06d644b2 100644 --- a/channels/om.m3u +++ b/channels/om.m3u @@ -9,7 +9,7 @@ http://partwo.cdn.mangomolo.com/omcultural/smil:omcultural.stream.smil/chunklist http://partwo.cdn.mangomolo.com/omlive/smil:omlive.stream.smil/chunklist_b4500000_t64MTA4MHA=.m3u8 #EXTINF:-1 tvg-id="Oman Sport ARB" tvg-name="Oman Sport ARB" tvg-country="OM" tvg-language="Arabic" tvg-logo="http://part.gov.om/part/images/oman_sport.png" group-title="Sports",Oman Sport (1080p) https://partne.cdn.mangomolo.com/omsport/smil:omsport.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="OmanSports.om" tvg-name="Oman Sports" tvg-country="OM" tvg-language="" tvg-logo="" group-title="",Oman Sports +#EXTINF:-1 tvg-id="OmanSports.om" tvg-name="Oman Sports" tvg-country="OM" tvg-language="" tvg-logo="" group-title="Sports",Oman Sports http://partne.cdn.mangomolo.com/omsport/smil:omsport.stream.smil/chunklist_b4500000_t64MTA4MHA=.m3u8 #EXTINF:-1 tvg-id="OmanTV.om" tvg-name="Oman TV" tvg-country="OM" tvg-language="" tvg-logo="" group-title="",Oman TV http://partne.cdn.mangomolo.com/omantv/smil:omantv.stream.smil/chunklist_b4500000_t64MTA4MHA=.m3u8 diff --git a/channels/pa.m3u b/channels/pa.m3u index 32ef602e2..8e2a61a57 100644 --- a/channels/pa.m3u +++ b/channels/pa.m3u @@ -1,6 +1,10 @@ #EXTM3U #EXTINF:-1 tvg-id="BTVPANAMAHD.pa" tvg-name="BTV PANAMA HD" tvg-country="PA" tvg-language="" tvg-logo="https://static-cdn.jtvnw.net/jtv_user_pictures/dfa1f6bf-3760-4b79-8f4e-2fcf956444c6-profile_image-300x300.png" group-title="",BTV PANAMA HD https://stream.oursnetworktv.com/latin/btvp/chunklist_w758886104.m3u8 +#EXTINF:-1 tvg-id="CabinaRPCRadio.pa" tvg-name="Cabina RPC Radio" tvg-country="PA" tvg-language="Spanish" tvg-logo="https://forounivers.com/uploads/monthly_2017_01/RPC_(2010).png.4630b569f7c275038611229447482050.png" group-title="",Cabina RPC Radio +https://mdstrm.com/live-stream-playlist/5d976689ab55a60f94ec98e8.m3u8 +#EXTINF:-1 tvg-id="CabinaTelemetroRadio.pa" tvg-name="Cabina Telemetro Radio" tvg-country="PA" tvg-language="" tvg-logo="https://platform-static.cdn.mdstrm.com/player/logo/s-live-5d97ca5673de440761ff194e.png" group-title="",Cabina Telemetro Radio +https://mdstrm.com/live-stream-playlist/5d97ca5673de440761ff194e.m3u8 #EXTINF:-1 tvg-id="HosannaVision.pa" tvg-name="Hosanna Vision" tvg-country="PA" tvg-language="Spanish" tvg-logo="https://i.imgur.com/tUHkolc.png" group-title="Religious",Hosanna Vision https://1206618505.rsc.cdn77.org/LS-ATL-59020-1/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="OyeTV.pa" tvg-name="Oye TV" tvg-country="PA" tvg-language="Spanish" tvg-logo="https://i.imgur.com/IqLT2CC.png" group-title="Music",Oye TV (480p) diff --git a/channels/ph.m3u b/channels/ph.m3u index 48032a1c3..039a78541 100644 --- a/channels/ph.m3u +++ b/channels/ph.m3u @@ -3,7 +3,7 @@ https://d3cbe0gidjd4k2.cloudfront.net/channel_5/channel5/playlist.m3u8 #EXTINF:-1 tvg-id="CTV3CentralLuzon.ph" tvg-name="CTV3 Central Luzon" tvg-country="PH" tvg-language="" tvg-logo="" group-title="",CTV3 Central Luzon [Not 24/7] https://iptv--iptv.repl.co/streamlink?url=https://www.twitch.tv/communitytv3/ -#EXTINF:-1 tvg-id="DZRHNewsTV.ph" tvg-name="DZRH News TV" tvg-country="PH" tvg-language="" tvg-logo="" group-title="",DZRH News TV +#EXTINF:-1 tvg-id="DZRHNewsTV.ph" tvg-name="DZRH News TV" tvg-country="PH" tvg-language="" tvg-logo="" group-title="News",DZRH News TV https://iptv--iptv.repl.co/streamlink?url=https://www.youtube.com/c/DZRHNewsTelevision/live #EXTINF:-1 tvg-id="GMAPinoyTV.ph" tvg-name="GMA Pinoy TV" tvg-country="PH" tvg-language="Tagalog" tvg-logo="" group-title="",GMA Pinoy TV (360p) http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Philippines/cd1b220644affbb.m3u8 diff --git a/channels/pk.m3u b/channels/pk.m3u index a32845f67..adf2dd6ed 100644 --- a/channels/pk.m3u +++ b/channels/pk.m3u @@ -1,29 +1,29 @@ #EXTM3U #EXTINF:-1 tvg-id="92News.pk" tvg-name="92 News" tvg-country="PK" tvg-language="Urdu" tvg-logo="https://i.imgur.com/OifwcrE.png" group-title="News",92 News (720p) https://92news.vdn.dstreamone.net/92newshd/92hd/playlist.m3u8 -#EXTINF:-1 tvg-id="92NewsUK.pk" tvg-name="92 News UK" tvg-country="UK" tvg-language="Urdu" tvg-logo="https://i.imgur.com/SzaGz3D.jpg" group-title="",92 News UK +#EXTINF:-1 tvg-id="92NewsUK.pk" tvg-name="92 News UK" tvg-country="UK" tvg-language="Urdu" tvg-logo="https://i.imgur.com/SzaGz3D.jpg" group-title="Local",92 News UK https://securecontributions.sechls01.visionip.tv/live/securecontributions-securecontributions-92_news-hsslive-25f-16x9-SD/chunklist.m3u8 #EXTINF:-1 tvg-id="ARYDigital.pk" tvg-name="ARY Digital" tvg-country="PK" tvg-language="" tvg-logo="https://i.imgur.com/TVP7g03.png" group-title="",ARY Digital https://6zklx4wryw9b-hls-live.5centscdn.com/arydigital/f7b44cfafd5c52223d5498196c8a2e7b.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="ARYNews.pk" tvg-name="ARY News" tvg-country="PK" tvg-language="" tvg-logo="https://i.imgur.com/R4KtTbJ.jpg" group-title="",ARY News +#EXTINF:-1 tvg-id="ARYNews.pk" tvg-name="ARY News" tvg-country="PK" tvg-language="" tvg-logo="https://i.imgur.com/R4KtTbJ.jpg" group-title="News",ARY News https://6zklx4wryw9b-hls-live.5centscdn.com/arynewsweb/f7b44cfafd5c52223d5498196c8a2e7b.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="AVTKHYBER.pk" tvg-name="AVT KHYBER" tvg-country="PK" tvg-language="" tvg-logo="" group-title="",AVT KHYBER https://dcunilive38-lh.akamaihd.net/i/dclive_1@692670/index_150_av-p.m3u8 #EXTINF:-1 tvg-id="AVTKHYBER.pk" tvg-name="AVT KHYBER" tvg-country="PK" tvg-language="Urdu" tvg-logo="https://i.imgur.com/uh8HAPY.jpg" group-title="",AVT KHYBER (414p) https://dcunilive38-lh.akamaihd.net/i/dclive_1@692670/master.m3u8 -#EXTINF:-1 tvg-id="DunyaNews.pk" tvg-name="Dunya News" tvg-country="PK" tvg-language="" tvg-logo="" group-title="",Dunya News +#EXTINF:-1 tvg-id="DunyaNews.pk" tvg-name="Dunya News" tvg-country="PK" tvg-language="" tvg-logo="" group-title="News",Dunya News http://imob.dunyanews.tv/live/_definst_/dunyalive_1/chunklist_w1239250459.m3u8 -#EXTINF:-1 tvg-id="DunyaNews.pk" tvg-name="Dunya News" tvg-country="PK" tvg-language="" tvg-logo="" group-title="",Dunya News (360p) +#EXTINF:-1 tvg-id="DunyaNews.pk" tvg-name="Dunya News" tvg-country="PK" tvg-language="" tvg-logo="" group-title="News",Dunya News (360p) http://imob.dunyanews.tv/live/_definst_/dunyalive_1/FluxusTV.m3u8 #EXTINF:-1 tvg-id="DunyaNews.pk" tvg-name="Dunya News" tvg-country="PK" tvg-language="Urdu" tvg-logo="" group-title="News",Dunya News (360p) https://imob.dunyanews.tv/live/_definst_/dunyalive_1/playlist.m3u8 #EXTINF:-1 tvg-id="DunyaNews.pk" tvg-name="Dunya News" tvg-country="PK" tvg-language="Urdu" tvg-logo="" group-title="News",Dunya News (360p) https://imob.dunyanews.tv/live/_definst_/ngrp:dunyalive_1_all/chunklist.m3u8 -#EXTINF:-1 tvg-id="ExpressNewsPakistan.pk" tvg-name="Express News Pakistan" tvg-country="PK" tvg-language="" tvg-logo="" group-title="",Express News Pakistan (720p) +#EXTINF:-1 tvg-id="ExpressNewsPakistan.pk" tvg-name="Express News Pakistan" tvg-country="PK" tvg-language="" tvg-logo="" group-title="News",Express News Pakistan (720p) https://5ab29cc78f681.streamlock.net/expressdigital1/livestream/master.m3u8 -#EXTINF:-1 tvg-id="GeoNews.pk" tvg-name="Geo News" tvg-country="PK" tvg-language="Urdu" tvg-logo="" group-title="",Geo News (576p) +#EXTINF:-1 tvg-id="GeoNews.pk" tvg-name="Geo News" tvg-country="PK" tvg-language="Urdu" tvg-logo="" group-title="News",Geo News (576p) https://jk3lz82elw79-hls-live.5centscdn.com/Geo/eae835e83c0494a376229f254f7d3392.sdp/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="GeoNewsPakistan.pk" tvg-name="Geo News Pakistan" tvg-country="PK" tvg-language="" tvg-logo="" group-title="",Geo News Pakistan (576p) +#EXTINF:-1 tvg-id="GeoNewsPakistan.pk" tvg-name="Geo News Pakistan" tvg-country="PK" tvg-language="" tvg-logo="" group-title="News",Geo News Pakistan (576p) https://jk3lz82elw79-hls-live.5centscdn.com/Geo/eae835e83c0494a376229f254f7d3392.sdp/Geo/Stream1/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="Kay2.pk" tvg-name="Kay 2" tvg-country="PK" tvg-language="" tvg-logo="" group-title="",Kay 2 https://dcunilive36-lh.akamaihd.net/i/dclive_1@662109/index_150_av-p.m3u8 @@ -33,11 +33,11 @@ https://dcunilive36-lh.akamaihd.net/i/dclive_1@662109/master.m3u8 https://dcunilive83-lh.akamaihd.net/i/dclive_1@16122/master.m3u8 #EXTINF:-1 tvg-id="KhyberNewsTV.pk" tvg-name="Khyber News TV" tvg-country="PK" tvg-language="Urdu" tvg-logo="https://i.imgur.com/NL1cqS2.png" group-title="News",Khyber News TV (414p) https://dcunilive38-lh.akamaihd.net/i/dclive_1@692677/master.m3u8 -#EXTINF:-1 tvg-id="LahoreNews.pk" tvg-name="Lahore News" tvg-country="PK" tvg-language="" tvg-logo="" group-title="",Lahore News +#EXTINF:-1 tvg-id="LahoreNews.pk" tvg-name="Lahore News" tvg-country="PK" tvg-language="" tvg-logo="" group-title="News",Lahore News http://mlive.lahorenews.tv/lahorelive/lnews_1/chunklist_DVR.m3u8 -#EXTINF:-1 tvg-id="OneGolf.pk" tvg-name="One Golf" tvg-country="PK" tvg-language="" tvg-logo="http://onegolftv.com/wp-content/uploads/2018/08/onegolf-HD-with-image-100px.png" group-title="",One Golf +#EXTINF:-1 tvg-id="OneGolf.pk" tvg-name="One Golf" tvg-country="PK" tvg-language="" tvg-logo="http://onegolftv.com/wp-content/uploads/2018/08/onegolf-HD-with-image-100px.png" group-title="Sports",One Golf http://162.250.201.58:6211/pk/ONEGOLF/index.m3u8 -#EXTINF:-1 tvg-id="OneGolf.pk" tvg-name="One Golf" tvg-country="PK" tvg-language="" tvg-logo="https://i.imgur.com/CKnSeT7.png" group-title="",One Golf +#EXTINF:-1 tvg-id="OneGolf.pk" tvg-name="One Golf" tvg-country="PK" tvg-language="" tvg-logo="https://i.imgur.com/CKnSeT7.png" group-title="Sports",One Golf http://162.250.201.58:6211/pk/ONEGOLF/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="PTV.pk" tvg-name="PTV" tvg-country="PK" tvg-language="" tvg-logo="" group-title="",PTV [Not 24/7] https://iptv--iptv.repl.co/streamlink?url=https://dai.ly/x5cr6b9 diff --git a/channels/pr.m3u b/channels/pr.m3u index 71370b92a..0bd1cf4b0 100644 --- a/channels/pr.m3u +++ b/channels/pr.m3u @@ -15,5 +15,5 @@ https://59825a54e4454.streamlock.net:8443/william233/william233/playlist.m3u8 https://5983a4e15f07f.streamlock.net:8443/worocanal13pr/worocanal13pr/chunklist_w1874302818.m3u8 #EXTINF:-1 tvg-id="WORODT.pr" tvg-name="WORO-DT" tvg-country="PR" tvg-language="Spanish" tvg-logo="https://i0.wp.com/unored.tv/wp-content/uploads/2015/08/WORO.jpg" group-title="",WORO-DT (720p) https://5983a4e15f07f.streamlock.net:8443/worocanal13pr/worocanal13pr/playlist.m3u8 -#EXTINF:-1 tvg-id="WUNONotiUnoMetro.pr" tvg-name="WUNO (Noti Uno Metro)" tvg-country="PR" tvg-language="Spanish" tvg-logo="https://bloximages.newyork1.vip.townnews.com/notiuno.com/content/tncms/custom/image/1910fac6-b6a6-11e8-bedc-73fa7469f5d8.png" group-title="",WUNO (Noti Uno Metro) (480p) +#EXTINF:-1 tvg-id="WUNONotiUnoMetro.pr" tvg-name="WUNO (Noti Uno Metro)" tvg-country="PR" tvg-language="Spanish" tvg-logo="https://bloximages.newyork1.vip.townnews.com/notiuno.com/content/tncms/custom/image/1910fac6-b6a6-11e8-bedc-73fa7469f5d8.png" group-title="Local",WUNO (Noti Uno Metro) (480p) https://59514edd5dd8e.streamlock.net/unoradio/unoradio1/playlist.m3u8 diff --git a/channels/ps.m3u b/channels/ps.m3u index a4fda7e1f..7e33a1b07 100644 --- a/channels/ps.m3u +++ b/channels/ps.m3u @@ -1,22 +1,32 @@ #EXTM3U -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",7ala TV [Geo-Blocked] +#EXTINF:-1 tvg-id="7alaTV.ps" tvg-name="7ala TV" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",7ala TV [Geo-Blocked] http://vstream3.hadara.ps:8081/7alafm2020/7alafm2020/playlist.m3u8 #EXTINF:-1 tvg-id="Ajyal TV ARB" tvg-name="Ajyal TV ARB" tvg-country="PS" tvg-language="Arabic" tvg-logo="https://i.imgur.com/j1Xmygq.jpg" group-title="General",Ajyal TV -http://htvmada.mada.ps:8888/ajyal/index.m3u8 -#EXTINF:-1 tvg-id="Ajyal TV ARB" tvg-name="Ajyal TV ARB" tvg-country="PS" tvg-language="Arabic" tvg-logo="https://i.imgur.com/j1Xmygq.jpg" group-title="General",Ajyal TV http://htvajyal.mada.ps:8888/ajyal/index.m3u8 +#EXTINF:-1 tvg-id="Ajyal TV ARB" tvg-name="Ajyal TV ARB" tvg-country="PS" tvg-language="Arabic" tvg-logo="https://i.imgur.com/j1Xmygq.jpg" group-title="General",Ajyal TV +http://htvmada.mada.ps:8888/ajyal/index.m3u8 #EXTINF:-1 tvg-id="AlAqsaChannel.ps" tvg-name="Al Aqsa Channel" tvg-country="PS" tvg-language="Arabic" tvg-logo="http://aqsatv.ps/style/atyaf/assets/images/logo-footer.png" group-title="Religious",Al Aqsa Channel (480p) https://live-1.linuxway.info/aqsatv/live/tv/playlist.m3u8 +#EXTINF:-1 tvg-id="AlfajerTvHD1.ps" tvg-name="Alfajer Tv HD 1" tvg-country="PS" tvg-language="Arabic" tvg-logo="https://i.imgur.com/H8SaZXN.png" group-title="General",Alfajer Tv HD 1 +https://www.elahmad.com/tv/m3u8/online_tv.m3u8?id=alfajertv #EXTINF:-1 tvg-id="AlfajerTvHD2.ps" tvg-name="Alfajer Tv HD 2" tvg-country="PS" tvg-language="Arabic" tvg-logo="https://i.imgur.com/H8SaZXN.png" group-title="General",Alfajer Tv HD 2 (720p) http://two.alfajertv.com:8081/AlfajertvHDTwo_web/web/playlist.m3u8 +#EXTINF:-1 tvg-id="Audeh.ps" tvg-name="Audeh" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",Audeh +http://htvpalsat.mada.ps:8888/audeh/index.m3u8 #EXTINF:-1 tvg-id="Falastini.ps" tvg-name="Falastini" tvg-country="PS" tvg-language="Arabic" tvg-logo="http://www.falastini.tv/wp-content/uploads/2018/10/logo.png" group-title="Music",Falastini (1080p) http://51.255.84.28:8081/palestiniantv_source/live/playlist.m3u8 +#EXTINF:-1 tvg-id="HebronTV.ps" tvg-name="Hebron TV" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",Hebron TV +https://streaming.zaytonatube.com:8081/newhebron/newheb/playlist.m3u8 +#EXTINF:-1 tvg-id="HekayaTV.ps" tvg-name="Hekaya TV" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",Hekaya TV +https://streaming.zaytonatube.com:8081/Hekaya/hekayamix/playlist.m3u8 #EXTINF:-1 tvg-id="MarahFM.ps" tvg-name="Marah FM" tvg-country="PS" tvg-language="Arabic" tvg-logo="https://i.imgur.com/PeIYCXs.jpg" group-title="Music",Marah FM (720p) http://vstream3.hadara.ps:8081/marahFM_web/web/playlist.m3u8 +#EXTINF:-1 tvg-id="Mawal.ps" tvg-name="Mawal" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",Mawal +http://vstream3.hadara.ps:8081/MawwalHD_web/web/playlist.m3u8 #EXTINF:-1 tvg-id="MusawaChannel.ps" tvg-name="MusawaChannel" tvg-country="PS" tvg-language="Arabic" tvg-logo="https://i.imgur.com/PEFW4Vy.png" group-title="General",MusawaChannel (404p) http://htvpalsat.mada.ps:8888/musawa/index.m3u8 -#EXTINF:-1 tvg-id="WatarTV.ps" tvg-name="Watar TV" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",Watar TV -http://htvint.mada.ps:8889/orient/index.m3u8 +#EXTINF:-1 tvg-id="NablusTV.ps" tvg-name="Nablus TV" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",Nablus TV +http://htvmada.mada.ps:8888/nabluslive/index.m3u8 #EXTINF:-1 tvg-id="PalestineMubasher.ps" tvg-name="Palestine Mubasher" tvg-country="PS" tvg-language="Arabic" tvg-logo="https://i.imgur.com/bYz6HUG.png" group-title="General",Palestine Mubasher http://htvpalsat.mada.ps:8888/PBCLive/index.m3u8 #EXTINF:-1 tvg-id="PalestineSatelliteChannel.ps" tvg-name="Palestine Satellite Channel" tvg-country="PS" tvg-language="Arabic" tvg-logo="https://i.imgur.com/KcSgZg0.jpg" group-title="General",Palestine Satellite Channel @@ -27,5 +37,13 @@ https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/palestinian_satellite_ch https://live.paltoday.tv/paltv/live/playlist.m3u8 #EXTINF:-1 tvg-id="palestiniantv.ps" tvg-name="palestiniantv" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",palestiniantv http://palestiniantv.origin.technostreaming.net:8081/palestiniantv_source/live/playlist.m3u8 +#EXTINF:-1 tvg-id="RadioAlbaladTV.ps" tvg-name="Radio Albalad TV" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",Radio Albalad TV +http://streaming.zaytonatube.com:8080/radioalbalad/radioalbalad/playlist.m3u8 +#EXTINF:-1 tvg-id="RajeenTV.ps" tvg-name="Rajeen TV" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",Rajeen TV +https://mn-nl.mncdn.com/palabroad/live/playlist.m3u8 +#EXTINF:-1 tvg-id="ShababFM.ps" tvg-name="Shabab FM" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",Shabab FM +https://streaming.zaytonatube.com:8081/ShababFM/shabab/index.m3u8 +#EXTINF:-1 tvg-id="WatarTV.ps" tvg-name="Watar TV" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",Watar TV +http://htvint.mada.ps:8889/orient/index.m3u8 #EXTINF:-1 tvg-id="WattanTV.ps" tvg-name="Wattan TV" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="",Wattan TV (720p) http://htvmada.mada.ps:8888/wattan/index.m3u8 diff --git a/channels/pt.m3u b/channels/pt.m3u index 37e6c21b4..27b2e8af6 100644 --- a/channels/pt.m3u +++ b/channels/pt.m3u @@ -19,7 +19,7 @@ http://c2.manasat.com:1935/kcine/kcine3/iptvm3uplaylists.com.m3u8 http://c2.manasat.com:1935/kcine/kcine3/master.m3u8 #EXTINF:-1 tvg-id="KuriakosKids.pt" tvg-name="Kuriakos Kids" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/tfc2BYM.png" group-title="Kids",Kuriakos Kids (1080p) http://c2.manasat.com:1935/kkids/kkids3/FluxusTV.m3u8 -#EXTINF:-1 tvg-id="KuriakosKids.pt" tvg-name="Kuriakos Kids" tvg-country="PT" tvg-language="" tvg-logo="" group-title="",Kuriakos Kids (1080p) +#EXTINF:-1 tvg-id="KuriakosKids.pt" tvg-name="Kuriakos Kids" tvg-country="PT" tvg-language="" tvg-logo="" group-title="Kids",Kuriakos Kids (1080p) http://c2.manasat.com:1935/kkids/kkids3/iptvm3uplaylists.com.m3u8 #EXTINF:-1 tvg-id="KuriakosKids.pt" tvg-name="Kuriakos Kids" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/aNVzKYJ.png" group-title="Kids",Kuriakos Kids (1080p) http://c2.manasat.com:1935/kkids/kkids3/master.m3u8 diff --git a/channels/qa.m3u b/channels/qa.m3u index 32ceb050e..76edca8f1 100644 --- a/channels/qa.m3u +++ b/channels/qa.m3u @@ -46,9 +46,9 @@ https://www.livedoomovie.com/02_epl1_720p_UK/chunklist.m3u8 #EXTINF:-1 tvg-id="beINSports2English.qa" tvg-name="beIN Sports 2 English" tvg-country="TH" tvg-language="English" tvg-logo="https://www.lyngsat.com/logo/tv/bb/bein-sports-english-2-qa.png" group-title="Sports",beIN Sports 2 English [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 https://www.livedoomovie.com/02_epl2_720p_UK/chunklist.m3u8 -#EXTINF:-1 tvg-id="BeINSportsXtra.qa" tvg-name="BeIN Sports Xtra" tvg-country="QA" tvg-language="" tvg-logo="" group-title="",BeIN Sports Xtra +#EXTINF:-1 tvg-id="BeINSportsXtra.qa" tvg-name="BeIN Sports Xtra" tvg-country="QA" tvg-language="" tvg-logo="" group-title="Sports",BeIN Sports Xtra https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df975e2b27cf5000921c102/master.m3u8?deviceType=web&deviceMake=Opera&deviceModel=Opera&sid=855d6801-c912-428d-b620-ede4dd0c3b15&deviceId=b702181a-c1d6-4ee2-9481-753f471e2ce7&deviceVersion=66.0.3515.44&appVersion=2.9.3-b879e400d5df7a969d4bff8863fe5cb02c7120e6&deviceDNT=0&userId=&advertisingId=&deviceLat=40.8364&deviceLon=-74.1403&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&serverSideAds=true -#EXTINF:-1 tvg-id="BeINSportsXtra.qa" tvg-name="BeIN Sports Xtra" tvg-country="QA" tvg-language="" tvg-logo="" group-title="",BeIN Sports Xtra +#EXTINF:-1 tvg-id="BeINSportsXtra.qa" tvg-name="BeIN Sports Xtra" tvg-country="QA" tvg-language="" tvg-logo="" group-title="Sports",BeIN Sports Xtra https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df975e2b27cf5000921c102/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=740&deviceId=5df975e2b27cf5000921c102&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="DohatAlQuraan.qa" tvg-name="Dohat Al-Quraan" tvg-country="QA" tvg-language="" tvg-logo="" group-title="",Dohat Al-Quraan http://45.92.69.131:8001/play/a01d diff --git a/channels/ro.m3u b/channels/ro.m3u index 80a54fa6c..4152a4875 100644 --- a/channels/ro.m3u +++ b/channels/ro.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="A7TV.ro" tvg-name="A7TV" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://i.imgur.com/RmFg8BN.png" group-title="General",A7TV (720p) https://play.streamkit.tv/content/channel/aseventv/live/aseventv.player.m3u8 -#EXTINF:-1 tvg-id="AlephNews.ro" tvg-name="Aleph News" tvg-country="RO" tvg-language="" tvg-logo="https://i.imgur.com/MQ5PkKB.png" group-title="",Aleph News (720p) +#EXTINF:-1 tvg-id="AlephNews.ro" tvg-name="Aleph News" tvg-country="RO" tvg-language="" tvg-logo="https://i.imgur.com/MQ5PkKB.png" group-title="News",Aleph News (720p) https://stream-aleph.m.ro/Aleph/ngrp:Alephnewsmain.stream_all/playlist.m3u8 #EXTINF:-1 tvg-id="AlfaOmegaTV.ro" tvg-name="Alfa Omega TV" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://i.imgur.com/StJg6Pu.png" group-title="Religious",Alfa Omega TV (540p) [Not 24/7] http://s5.alfaomega.tv:1935/alfaomega/alfaomega1.sdp/playlist.m3u8 @@ -15,7 +15,7 @@ https://ch.iptvmate.net/b780946a8de8f0ebeeed1f43b4ca9582.m3u8 https://ivm.antenaplay.ro/live/a1/playlist.m3u8 #EXTINF:-1 tvg-id="Antena3.ro" tvg-name="Antena 3" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://static.wikia.nocookie.net/logopedia/images/9/91/Antena_3_%282016-present%29.png" group-title="News",Antena 3 (720p) https://ivm.antenaplay.ro/live/a3/playlist.m3u8 -#EXTINF:-1 tvg-id="AntenaComedy.ro" tvg-name="Antena Comedy" tvg-country="RO" tvg-language="" tvg-logo="" group-title="",Antena Comedy +#EXTINF:-1 tvg-id="AntenaComedy.ro" tvg-name="Antena Comedy" tvg-country="RO" tvg-language="" tvg-logo="" group-title="Comedy",Antena Comedy https://ch.iptvmate.net/8e00b8e53dfd2f3522d4c70bac04e3ee.m3u8 #EXTINF:-1 tvg-id="AntenaCookandPLay.ro" tvg-name="Antena Cook and PLay" tvg-country="RO" tvg-language="" tvg-logo="" group-title="",Antena Cook and PLay https://ch.iptvmate.net/163f3c3c469dde8877d72633c6c9a84f.m3u8 @@ -129,7 +129,7 @@ http://us200.streamkit.tv/edge/sperantatv_1200/playlist.m3u8 http://193.34.109.10:8090 #EXTINF:-1 tvg-id="Telestar1.ro" tvg-name="Telestar1" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://i.imgur.com/qSd8DTI.png" group-title="",Telestar1 http://s1.streamnet.ro:8053/stream.flv -#EXTINF:-1 tvg-id="TravelMix.ro" tvg-name="Travel Mix" tvg-country="RO" tvg-language="Romanian" tvg-logo="" group-title="",Travel Mix (576p) +#EXTINF:-1 tvg-id="TravelMix.ro" tvg-name="Travel Mix" tvg-country="RO" tvg-language="Romanian" tvg-logo="" group-title="Travel",Travel Mix (576p) http://89.38.8.131:39520 #EXTINF:-1 tvg-id="TVSE.ro" tvg-name="TV SE" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://static.wikia.nocookie.net/logopedia/images/9/9c/TV_Sud_Est_%282017%29.png" group-title="",TV SE (576p) http://89.38.8.130:39419 diff --git a/channels/ru.m3u b/channels/ru.m3u index 0df6f528d..9915c137d 100644 --- a/channels/ru.m3u +++ b/channels/ru.m3u @@ -238,7 +238,7 @@ https://strm.yandex.ru/kal/rutv_cv/rutv_cv0.m3u8 http://212.42.193.122:8888/play/a00o/index.m3u8 #EXTINF:-1 tvg-id="SGDF24RU.ru" tvg-name="SGDF24.RU" tvg-country="RU" tvg-language="Russian" tvg-logo="http://lime-tv.ru/uploads/posts/2018-06/thumbs/1529009151_sgdf24.png" group-title="Local",SGDF24.RU (ะกะฒะตั€ะดะปะพะฒ) (720p) http://live.sgdf24.cdnvideo.ru/sgdf24/sgdf24.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="ShoppingLive.ru" tvg-name="Shopping Live" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",Shopping Live (576p) +#EXTINF:-1 tvg-id="ShoppingLive.ru" tvg-name="Shopping Live" tvg-country="RU" tvg-language="" tvg-logo="" group-title="Shop",Shopping Live (576p) http://serv30.vintera.tv:8081/shoppinglive/shoppinglive_stream/playlist.m3u8 #EXTINF:-1 tvg-id="ShotTV.ru" tvg-name="Shot TV" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Movies",Shot TV http://37.17.14.149:8905/play/a00m @@ -574,11 +574,11 @@ https://sc.id-tv.kz/Mir24.m3u8 https://sc.id-tv.kz/Mir24_34_35.m3u8 #EXTINF:-1 tvg-id="Mir24.ru" tvg-name="ะœะธั€ 24" tvg-country="RU" tvg-language="Russian" tvg-logo="http://www.tv-logo.com/pt-data/uploads/images/logo/mir_24_ru.jpg" group-title="News",ะœะธั€ 24 https://sc.id-tv.kz/Mir24_38_39.m3u8 -#EXTINF:-1 tvg-id="MirBelogorya.ru" tvg-name="ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั" tvg-country="RU" tvg-language="Russian" tvg-logo="http://mirbelogorya.ru/images/stories/news/2014/08/ะผะธั€/0ะฑะตะปะพะณะพั€ัŒั_ะปะพะณะพั‚ะธะฟ.jpg" group-title="",ะœะธั€ ะ‘ะตะปะฐะณะพั€ัŒั (720p) +#EXTINF:-1 tvg-id="MirBelogorya.ru" tvg-name="ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั" tvg-country="RU" tvg-language="Russian" tvg-logo="http://mirbelogorya.ru/images/stories/news/2014/08/ะผะธั€/0ะฑะตะปะพะณะพั€ัŒั_ะปะพะณะพั‚ะธะฟ.jpg" group-title="Local",ะœะธั€ ะ‘ะตะปะฐะณะพั€ัŒั (720p) http://mirbelogorya.ru:8080/mirbelogorya/index.m3u8 #EXTINF:-1 tvg-id="MirBelogorya.ru" tvg-name="ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั (720p) http://live-mirbelogorya.cdnvideo.ru/mirbelogorya/mirbelogorya1.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="MirBelogorya.ru" tvg-name="ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั" tvg-country="RU" tvg-language="Russian" tvg-logo="http://mirbelogorya.ru/images/stories/news/2014/08/ะผะธั€%20ะฑะตะปะพะณะพั€ัŒั_ะปะพะณะพั‚ะธะฟ.jpg" group-title="",ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั (720p) +#EXTINF:-1 tvg-id="MirBelogorya.ru" tvg-name="ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั" tvg-country="RU" tvg-language="Russian" tvg-logo="http://mirbelogorya.ru/images/stories/news/2014/08/ะผะธั€%20ะฑะตะปะพะณะพั€ัŒั_ะปะพะณะพั‚ะธะฟ.jpg" group-title="Local",ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั (720p) http://stream.tvbelgorod.ru:8080/mirbelogorya/index.m3u8 #EXTINF:-1 tvg-id="MirSeriala.ru" tvg-name="ะœะธั€ ะกะตั€ะธะฐะปะฐ" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะœะธั€ ะกะตั€ะธะฐะปะฐ http://185.161.224.216/dash/Mir_seriala_SD.ism/playlist.mpd diff --git a/channels/sk.m3u b/channels/sk.m3u index aa43a4cc9..9b2f2187b 100644 --- a/channels/sk.m3u +++ b/channels/sk.m3u @@ -25,7 +25,7 @@ https://nn1.joj.sk/hls/joj-720.m3u8 https://nn.geo.joj.sk/hls/family-360.m3u8 #EXTINF:-1 tvg-id="JOJFamily.sk" tvg-name="JOJ Family" tvg-country="SK" tvg-language="Slovak" tvg-logo="https://i.imgur.com/GyoWsNb.png" group-title="Family",JOJ Family https://nn.geo.joj.sk/hls/family-540.m3u8 -#EXTINF:-1 tvg-id="JOJFamily.sk" tvg-name="JOJ Family" tvg-country="SK" tvg-language="" tvg-logo="" group-title="",JOJ Family +#EXTINF:-1 tvg-id="JOJFamily.sk" tvg-name="JOJ Family" tvg-country="SK" tvg-language="" tvg-logo="" group-title="Family",JOJ Family https://nn.geo.joj.sk/live/hls/family-540.m3u8 #EXTINF:-1 tvg-id="JOJFamily.sk" tvg-name="JOJ Family" tvg-country="SK" tvg-language="Slovak" tvg-logo="https://i.imgur.com/GyoWsNb.png" group-title="Family",JOJ Family https://nn2.joj.sk/hls/family-540.m3u8 diff --git a/channels/sn.m3u b/channels/sn.m3u index 24df20a7b..b9255dcd6 100644 --- a/channels/sn.m3u +++ b/channels/sn.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="A2iMusic.sn" tvg-name="A2i Music" tvg-country="SN" tvg-language="" tvg-logo="https://i.imgur.com/tH7EZL4.jpg" group-title="",A2i Music +#EXTINF:-1 tvg-id="A2iMusic.sn" tvg-name="A2i Music" tvg-country="SN" tvg-language="" tvg-logo="https://i.imgur.com/tH7EZL4.jpg" group-title="Music",A2i Music https://stream.sen-gt.com/A2iMusic/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="A2iNaja.sn" tvg-name="A2i Naja" tvg-country="SN" tvg-language="" tvg-logo="" group-title="",A2i Naja [Not 24/7] https://stream.sen-gt.com/A2iNaija/myStream/playlist.m3u8 diff --git a/channels/th.m3u b/channels/th.m3u index e6019fb71..f948976a6 100644 --- a/channels/th.m3u +++ b/channels/th.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="ALTV.th" tvg-name="ALTV" tvg-country="TH" tvg-language="Thai" tvg-logo="https://www.altv.tv/_nuxt/img/84f4d59.png" group-title="",ALTV https://thaipbs-ujxrch.cdn.byteark.com/live/playlist_1080p/index.m3u8 -#EXTINF:-1 tvg-id="ASTVNews1.th" tvg-name="ASTV News 1" tvg-country="TH" tvg-language="" tvg-logo="" group-title="",ASTV News 1 +#EXTINF:-1 tvg-id="ASTVNews1.th" tvg-name="ASTV News 1" tvg-country="TH" tvg-language="" tvg-logo="" group-title="Local",ASTV News 1 http://news1.live14.com/stream/news1_hi.m3u8 #EXTINF:-1 tvg-id="Channel5.th" tvg-name="Channel 5" tvg-country="TH" tvg-language="Thai" tvg-logo="https://www.tv5.co.th/tv5hd1-web/img/tv5hd1_logo_light.png" group-title="",Channel 5 (240p) https://tc-live1.sanook.com/live/22302_ch5.m3u8 diff --git a/channels/tr.m3u b/channels/tr.m3u index 111e9bf75..f63d3d9fe 100644 --- a/channels/tr.m3u +++ b/channels/tr.m3u @@ -395,9 +395,9 @@ https://mn-nl.mncdn.com/blutv_showturk/showturk_sd.smil/chunklist_b2096000.m3u8 https://s01.vpis.io/sinopyildiz/sinopyildiz.m3u8 #EXTINF:-1 tvg-id="SINEMA1001.tr" tvg-name="SฤฐNEMA 1001" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",SฤฐNEMA 1001 (1080p) http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Turkish/8b8823ce5525d9b.m3u8 -#EXTINF:-1 tvg-id="SPORTSTV.tr" tvg-name="SPORTS TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",SPORTS TV +#EXTINF:-1 tvg-id="SPORTSTV.tr" tvg-name="SPORTS TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="Sports",SPORTS TV http://live.sportstv.com.tr/hls/low/sportstv_fhd/index.m3u8 -#EXTINF:-1 tvg-id="SportsTV.tr" tvg-name="Sports TV" tvg-country="TR" tvg-language="" tvg-logo="https://i.imgur.com/tGTVcVe.jpg" group-title="",Sports TV +#EXTINF:-1 tvg-id="SportsTV.tr" tvg-name="Sports TV" tvg-country="TR" tvg-language="" tvg-logo="https://i.imgur.com/tGTVcVe.jpg" group-title="Sports",Sports TV https://live.sportstv.com.tr/hls/low/sportstv_sd/index.m3u8?hash=ff9087a17e9ff7a7a214048d240d21c0 #EXTINF:-1 tvg-id="StarTV.tr" tvg-name="Star TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Star TV http://163.172.39.215:25461/line/C4@!a3a1@!w72A/69 diff --git a/channels/ua.m3u b/channels/ua.m3u index 2940a56e5..d038aa3a0 100644 --- a/channels/ua.m3u +++ b/channels/ua.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="1Plus1.ua" tvg-name="1+1" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",1+1 http://spacetv.in/stream/DIPK8H19CP8/172.m3u8 -#EXTINF:-1 tvg-id="100news.ua" tvg-name="100 news" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",100 news +#EXTINF:-1 tvg-id="100news.ua" tvg-name="100 news" tvg-country="UA" tvg-language="" tvg-logo="" group-title="News",100 news http://212.79.122.23:8000/play/a007/index.m3u8 #EXTINF:-1 tvg-id="100News.ua" tvg-name="100% News" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/11llLr1.jpg" group-title="News",100% News http://85.238.112.40:8810/hls_sec/239.33.16.32-.m3u8 @@ -55,19 +55,19 @@ http://212.79.122.23:8000/play/a001/index.m3u8 http://cdn1.live-tv.od.ua:8081/a1od/gtvod-abr/a1od/gtvod-480p/playlist.m3u8 #EXTINF:-1 tvg-id="GTV.ua" tvg-name="GTV" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/Rc6UGkb.jpg" group-title="",GTV (720p) http://cdn1.live-tv.od.ua:8081/a1od/gtvod-abr/a1od/gtvod-720p/playlist.m3u8 -#EXTINF:-1 tvg-id="HDFashionLifestyle.ua" tvg-name="HD Fashion & Lifestyle" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",HD Fashion & Lifestyle +#EXTINF:-1 tvg-id="HDFashionLifestyle.ua" tvg-name="HD Fashion & Lifestyle" tvg-country="UA" tvg-language="" tvg-logo="" group-title="Lifestyle",HD Fashion & Lifestyle http://95.67.47.114/hls/hdfashion_ua_hi/index.m3u8 -#EXTINF:-1 tvg-id="HDFashionLifestyleTV.ua" tvg-name="HD Fashion & Lifestyle TV" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",HD Fashion & Lifestyle TV +#EXTINF:-1 tvg-id="HDFashionLifestyleTV.ua" tvg-name="HD Fashion & Lifestyle TV" tvg-country="UA" tvg-language="" tvg-logo="" group-title="Lifestyle",HD Fashion & Lifestyle TV http://95.67.47.114/hls/hdfashion_ua_mid/index.m3u8 -#EXTINF:-1 tvg-id="HDFashion.ua" tvg-name="HDFashion" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",HDFashion +#EXTINF:-1 tvg-id="HDFashion.ua" tvg-name="HDFashion" tvg-country="UA" tvg-language="" tvg-logo="" group-title="Lifestyle",HDFashion http://95.67.47.115/hls/hdfashion_ua_hi/index.m3u8?_=1518069241 -#EXTINF:-1 tvg-id="HDFashionLifeStyle.ua" tvg-name="HDFashion & LifeStyle" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://www.parsatv.com/index_files/channels/hdfashion.png" group-title="",HDFashion & LifeStyle +#EXTINF:-1 tvg-id="HDFashionLifeStyle.ua" tvg-name="HDFashion & LifeStyle" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://www.parsatv.com/index_files/channels/hdfashion.png" group-title="Lifestyle",HDFashion & LifeStyle http://95.67.47.114/hls/hdfashion_ua_low/index.m3u8 #EXTINF:-1 tvg-id="HDFashionLifeStyle.ua" tvg-name="HDFashion & LifeStyle" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/LtQL1q9.jpg" group-title="Lifestyle",HDFashion & LifeStyle http://95.67.47.115/hls/hdfashion_ua_hi/index.m3u8 #EXTINF:-1 tvg-id="HDFashionLifeStyle.ua" tvg-name="HDFashion & LifeStyle" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/LtQL1q9.jpg" group-title="Lifestyle",HDFashion & LifeStyle http://95.67.47.115/hls/hdfashion_ua_mid/index.m3u8 -#EXTINF:-1 tvg-id="IDFashion.ua" tvg-name="ID Fashion" tvg-country="UA" tvg-language="" tvg-logo="https://i.imgur.com/Y50tmIN.png" group-title="",ID Fashion +#EXTINF:-1 tvg-id="IDFashion.ua" tvg-name="ID Fashion" tvg-country="UA" tvg-language="" tvg-logo="https://i.imgur.com/Y50tmIN.png" group-title="Lifestyle",ID Fashion https://idfashion.cdn-02.cosmonova.net.ua/hls/idfashion_ua_hi/index.m3u8 #EXTINF:-1 tvg-id="IHTEP.ua" tvg-name="IHTEP" tvg-country="UA" tvg-language="" tvg-logo="https://i.imgur.com/R06gbuT.png" group-title="",IHTEP https://edge1.iptv.macc.com.ua/img/inter_3/index.m3u8 @@ -93,9 +93,9 @@ http://live.m2.tv/hls3/stream.m3u8 http://93.78.206.172:8080/stream3/stream.m3u8 #EXTINF:-1 tvg-id="MostVideoTV.ua" tvg-name="MostVideo.TV" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",MostVideo.TV http://w4.mostvideo.tv/tv/ch1.m3u8 -#EXTINF:-1 tvg-id="OdessaFashion.ua" tvg-name="Odessa Fashion" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",Odessa Fashion +#EXTINF:-1 tvg-id="OdessaFashion.ua" tvg-name="Odessa Fashion" tvg-country="UA" tvg-language="" tvg-logo="" group-title="Lifestyle",Odessa Fashion http://cdn10.live-tv.od.ua:8081/ofod/ofod240p/playlist.m3u8 -#EXTINF:-1 tvg-id="OdessaFashionTV.ua" tvg-name="Odessa Fashion TV" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",Odessa Fashion TV +#EXTINF:-1 tvg-id="OdessaFashionTV.ua" tvg-name="Odessa Fashion TV" tvg-country="UA" tvg-language="" tvg-logo="" group-title="Lifestyle",Odessa Fashion TV http://cdn10.live-tv.od.ua:8081/ofod/ofod720p/playlist.m3u8 #EXTINF:-1 tvg-id="OdessaLive.ua" tvg-name="Odessa Live" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",Odessa Live http://212.79.122.23:8000/play/a00q/index.m3u8 @@ -117,7 +117,7 @@ http://212.79.122.23:8000/play/a00p/index.m3u8 http://212.79.122.23:8000/play/a00b/index.m3u8 #EXTINF:-1 tvg-id="TravelGuideTV.ua" tvg-name="Travel Guide TV" tvg-country="UA" tvg-language="Ukrainian;Russian" tvg-logo="" group-title="Travel",Travel Guide TV (720p) http://cdn10.live-tv.od.ua:8081/leonovtv/1080i/playlist.m3u8 -#EXTINF:-1 tvg-id="TravelGuideTV.ua" tvg-name="Travel Guide TV" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",Travel Guide TV +#EXTINF:-1 tvg-id="TravelGuideTV.ua" tvg-name="Travel Guide TV" tvg-country="UA" tvg-language="" tvg-logo="" group-title="Travel",Travel Guide TV http://cdn10.live-tv.od.ua:8081/leonovtv/test-abr/playlist.m3u8 #EXTINF:-1 tvg-id="TravelGuideTV.ua" tvg-name="Travel Guide TV" tvg-country="UA" tvg-language="Ukrainian;Russian" tvg-logo="" group-title="Travel",Travel Guide TV (720p) http://cdn10.live-tv.od.ua:8081/leonovtv/test1/playlist.m3u8 @@ -255,7 +255,7 @@ http://cdn10.live-tv.od.ua:8081/odtrkod/odtrkod-abr/odtrkod/odtrkod-sub/playlist http://cdn1.live-tv.od.ua:8081/riood/riood-abr/riood/riood/playlist.m3u8 #EXTINF:-1 tvg-id="Odessa.ua" tvg-name="ะžะดะตััะฐ" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://mediacast.tv/wp-content/uploads/2018/03/pershui-dilovyi.png" group-title="",ะžะดะตััะฐ (576p) [Not 24/7] http://cdn1.live-tv.od.ua:8081/riood/riood/playlist.m3u8 -#EXTINF:-1 tvg-id="Odessafashion.ua" tvg-name="ะžะดะตััะฐ fashion" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะžะดะตััะฐ fashion +#EXTINF:-1 tvg-id="Odessafashion.ua" tvg-name="ะžะดะตััะฐ Fashion" tvg-country="UA" tvg-language="" tvg-logo="" group-title="Lifestyle",ะžะดะตััะฐ Fashion http://212.79.122.23:8000/play/a00l/index.m3u8 #EXTINF:-1 tvg-id="Odessaint.ua" tvg-name="ะžะดะตััะฐ int" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะžะดะตััะฐ int http://212.79.122.23:8000/play/a00f/index.m3u8 diff --git a/channels/uk.m3u b/channels/uk.m3u index 6bb57d39e..53234007e 100644 --- a/channels/uk.m3u +++ b/channels/uk.m3u @@ -17,9 +17,9 @@ http://alaraby.cdn.octivid.com/alaraby/smil:alaraby.stream.smil/chunklist_b25000 https://alaraby.cdn.octivid.com/alaraby/smil:alaraby.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlhiwarTV.uk" tvg-name="Alhiwar TV" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/ooiJwD5.png" group-title="",Alhiwar TV (1080p) https://mn-nl.mncdn.com/alhiwar_live/smil:alhiwar.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AriseNews.uk" tvg-name="Arise News" tvg-country="UK" tvg-language="" tvg-logo="https://i.imgur.com/BlNMp0k.png" group-title="",Arise News +#EXTINF:-1 tvg-id="AriseNews.uk" tvg-name="Arise News" tvg-country="UK" tvg-language="" tvg-logo="https://i.imgur.com/BlNMp0k.png" group-title="News",Arise News http://news.ashttp9.visionip.tv/live/visiontvuk-news-arise-tv-hsslive-25f-16x9-SD/chunklist.m3u8 -#EXTINF:-1 tvg-id="AriseNews.uk" tvg-name="Arise News" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Arise News +#EXTINF:-1 tvg-id="AriseNews.uk" tvg-name="Arise News" tvg-country="UK" tvg-language="" tvg-logo="" group-title="News",Arise News https://contributionstreams.sechls01.visionip.tv/live/visiontv-contributionstreams-arise-tv-25f-16x9-SDh/playlist.m3u8 #EXTINF:-1 tvg-id="BBC1.uk" tvg-name="BBC 1" tvg-country="UK" tvg-language="" tvg-logo="http://static.epg.best/gb/BBC1.uk.png" group-title="",BBC 1 http://51.52.156.22:8888/http/011 @@ -53,9 +53,9 @@ http://91.218.60.3:8001/play/a00r https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_four_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 #EXTINF:-1 tvg-id="BBCFourHD.uk" tvg-name="BBC Four HD" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Four HD (720p) [Geo-Blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_four_hd/t=3840/v=pv14/b=5070016/main.m3u8 -#EXTINF:-1 tvg-id="BBCLifestyle.uk" tvg-name="BBC Lifestyle" tvg-country="UK" tvg-language="" tvg-logo="http://epg.51zmt.top:8000/tb1/gt/BBCLifestyle.png" group-title="",BBC Lifestyle +#EXTINF:-1 tvg-id="BBCLifestyle.uk" tvg-name="BBC Lifestyle" tvg-country="UK" tvg-language="" tvg-logo="http://epg.51zmt.top:8000/tb1/gt/BBCLifestyle.png" group-title="Lifestyle",BBC Lifestyle https://livecdn.fptplay.net/qnetlive/bbclifestyle_2000.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="BBCLifestyle.uk" tvg-name="BBC Lifestyle" tvg-country="PL" tvg-language="Polish;English" tvg-logo="http://epg.51zmt.top:8000/tb1/gt/BBCLifestyle.png" group-title="",BBC Lifestyle (Poland) +#EXTINF:-1 tvg-id="BBCLifestyle.uk" tvg-name="BBC Lifestyle" tvg-country="PL" tvg-language="Polish;English" tvg-logo="http://epg.51zmt.top:8000/tb1/gt/BBCLifestyle.png" group-title="Lifestyle",BBC Lifestyle (Poland) http://91.218.60.3:8001/play/a00s #EXTINF:-1 tvg-id="BBCNews.uk" tvg-name="BBC News" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/eNPIQ9f.png" group-title="News",BBC News (720p) http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8 @@ -131,6 +131,54 @@ https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_persia https://vs-hls-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_persian_tv/pc_hd_abr_v2_cloudfrontms_live.m3u8 #EXTINF:-1 tvg-id="BBCPersian.uk" tvg-name="BBC Persian" tvg-country="IR" tvg-language="Persian" tvg-logo="https://upload.wikimedia.org/wikipedia/en/4/44/BBC_News_Persian_Logo.jpg" group-title="News",BBC Persian (540p) https://vs-hls-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_persian_tv/pc_hd_abr_v2_cloudfrontms_live_http.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton1.uk" tvg-name="BBC Red Button 1" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 1 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_01.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton10.uk" tvg-name="BBC Red Button 10" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 10 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_10.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton11.uk" tvg-name="BBC Red Button 11" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 11 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_11.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton12.uk" tvg-name="BBC Red Button 12" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 12 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_12.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton13.uk" tvg-name="BBC Red Button 13" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 13 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_13.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton14.uk" tvg-name="BBC Red Button 14" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 14 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_14.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton15.uk" tvg-name="BBC Red Button 15" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 15 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_15.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton16.uk" tvg-name="BBC Red Button 16" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 16 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_16.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton17.uk" tvg-name="BBC Red Button 17" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 17 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_17.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton18.uk" tvg-name="BBC Red Button 18" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 18 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_18.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton19.uk" tvg-name="BBC Red Button 19" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 19 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_19.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton2.uk" tvg-name="BBC Red Button 2" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 2 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_02.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton20.uk" tvg-name="BBC Red Button 20" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 20 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_20.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton21.uk" tvg-name="BBC Red Button 21" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 21 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_21.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton22.uk" tvg-name="BBC Red Button 22" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 22 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_22.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton23.uk" tvg-name="BBC Red Button 23" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 23 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_23.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton24.uk" tvg-name="BBC Red Button 24" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 24 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_24.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton3.uk" tvg-name="BBC Red Button 3" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 3 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_03.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton4.uk" tvg-name="BBC Red Button 4" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 4 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_04.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton5.uk" tvg-name="BBC Red Button 5" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 5 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_05.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton6.uk" tvg-name="BBC Red Button 6" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 6 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_06.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton7.uk" tvg-name="BBC Red Button 7" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 7 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_07.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton8.uk" tvg-name="BBC Red Button 8" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 8 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_08.m3u8 +#EXTINF:-1 tvg-id="BBCRedButton9.uk" tvg-name="BBC Red Button 9" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Red Button 9 [Geo-Blocked] [Not 24/7] +https://a.files.bbci.co.uk/media/live/manifesto/audio_video/webcast/hls/uk/abr_hdtv/ak/sport_stream_09.m3u8 #EXTINF:-1 tvg-id="BBCScotland.uk" tvg-name="BBC Scotland" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Scotland (540p) [Geo-Blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_scotland_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 #EXTINF:-1 tvg-id="BBCScotlandHD.uk" tvg-name="BBC Scotland HD" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC Scotland HD (720p) [Geo-Blocked] @@ -147,10 +195,10 @@ https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_no https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_wales_digital/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 #EXTINF:-1 tvg-id="BBCWorldNews.uk" tvg-name="BBC World News" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/Nx0BRdV.png" group-title="News",BBC World News (576p) http://103.199.161.254/Content/bbcworld/Live/Channel(BBCworld)/index.m3u8 -#EXTINF:-1 tvg-id="BBCWorldNews.uk" tvg-name="BBC World News" tvg-country="UK" tvg-language="" tvg-logo="https://i.imgur.com/Nx0BRdV.png" group-title="",BBC World News +#EXTINF:-1 tvg-id="BBCWorldNews.uk" tvg-name="BBC World News" tvg-country="UK" tvg-language="" tvg-logo="https://i.imgur.com/Nx0BRdV.png" group-title="News",BBC World News #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s24/index.m3u8 -#EXTINF:-1 tvg-id="BBCWorldNews.uk" tvg-name="BBC World News" tvg-country="PL" tvg-language="" tvg-logo="https://i.imgur.com/Nx0BRdV.png" group-title="",BBC World News (Poland) +#EXTINF:-1 tvg-id="BBCWorldNews.uk" tvg-name="BBC World News" tvg-country="PL" tvg-language="" tvg-logo="https://i.imgur.com/Nx0BRdV.png" group-title="News",BBC World News (Poland) http://91.218.60.3:8001/play/a00t #EXTINF:-1 tvg-id="BBCWorldNewsYingGuo.uk" tvg-name="BBC World News(่‹ฑๅ›ฝ)" tvg-country="UK" tvg-language="" tvg-logo="http://static.epg.best/gb/BBCWorldNews.uk.png" group-title="News",BBC World News(่‹ฑๅ›ฝ) https://liveanevia.mncnow.id/live/eds/BBCWorldNews/sa_dash_vmx/BBCWorldNews.mpd @@ -192,36 +240,36 @@ https://a.jsrdn.com/broadcast/22679_24MrQma9TX/-0800/c.m3u8 http://c0.cdn.trinity-tv.net/stream/hujuv8xpr4gdugis2szd4rqrvpzip8iuwn2jwpt68wmvpmdz79qime8idwrxga95rnghp64hfimevyvrp6n7p3c52yg3rfsuhxe9u9az35ti8te625sxerfwaxr2cbefyau4tmfa4nwqvca6ckmtwv2=.m3u8 #EXTINF:-1 tvg-id="ClubbingTV.uk" tvg-name="Clubbing TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/aqMhht6.png" group-title="",Clubbing TV (720p) https://clubbingtv-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ComedyChannel.uk" tvg-name="Comedy Channel" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/WyHp7Wa.jpg" group-title="",Comedy Channel (1080p) +#EXTINF:-1 tvg-id="ComedyChannel.uk" tvg-name="Comedy Channel" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/WyHp7Wa.jpg" group-title="Comedy",Comedy Channel (1080p) https://uksono1-samsunguk.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Cruise1stTV.uk" tvg-name="Cruise1st TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/q50kqOG.jpg" group-title="Shop",Cruise1st TV (396p) https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/cruise_tv/hls_video/index.m3u8 #EXTINF:-1 tvg-id="DiscoverFilm.uk" tvg-name="Discover.Film" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/yjIYUim.jpg" group-title="",Discover.Film (720p) https://discoverfilm-discoverfilm-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EdgeSport.uk" tvg-name="Edge Sport" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AjRCYwR.png" group-title="Sports",Edge Sport (1080p) -https://edgesport-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EdgeSport.uk" tvg-name="Edge_Sport" tvg-country="UK" tvg-language="" tvg-logo="https://i.imgur.com/aAUbLhE.png" group-title="",Edge Sport -https://edgesports-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EdgeSportUS.uk" tvg-name="Edge Sport (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AjRCYwR.png" group-title="Sports",Edge Sport (US) (720p) -https://img-edgesport.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EdgeSports.uk" tvg-name="Edge Sports" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Edge Sports -https://edgesports-roku.amagi.tv/hls/amagi_hls_data_imgAAA2AA-edgesports/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="EDGE Sport" tvg-name="Edge Sports" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mg7BTDP.jpg" group-title="Sports",Edge Sports -https://imgedge.akamaized.net/amagi_hls_data_imgAAA2AA-edgesports/CDN/1920x1080_5640800/index.m3u8 -#EXTINF:-1 tvg-id="EdgeSports.uk" tvg-name="Edge Sports" tvg-country="US" tvg-language="English" tvg-logo="https://static1.squarespace.com/static/5a6f534f017db2d628751be1/t/5a6f5557652deada67290f54" group-title="Sports",Edge Sports (1080p) -https://imgedge.akamaized.net/amagi_hls_data_imgAAA2AA-edgesports/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="EdgeSport.uk" tvg-name="Edge Sport" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/6h10JDk.png" group-title="Sports",EDGESport (1080p) +#EXTINF:-1 tvg-id="EDGEsport.uk" tvg-name="EDGEsport" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/6h10JDk.png" group-title="Sports",EDGEsport (1080p) https://csm-e-stv.tls1.yospace.com/csm/live/195300285.m3u8 -#EXTINF:-1 tvg-id="EDGEsport.uk" tvg-name="EDGEsport" tvg-country="UK" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",EDGEsport +#EXTINF:-1 tvg-id="EDGEsport.uk" tvg-name="EDGEsport" tvg-country="UK" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="Sports",EDGEsport https://dai2.xumo.com/amagi_hls_data_xumo1212A-edgesportxumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="EdgeSport.uk" tvg-name="EdgeSport" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",EdgeSport +#EXTINF:-1 tvg-id="EDGEsport.uk" tvg-name="EDGEsport" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Sports",EDGEsport https://edgesport-rakuten-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EdgeSport.uk" tvg-name="Edge Sport" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/6h10JDk.png" group-title="Sports",EDGESport (1080p) +#EXTINF:-1 tvg-id="EDGEsport.uk" tvg-name="EDGEsport" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/6h10JDk.png" group-title="Sports",EDGEsport (1080p) https://edgesport-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EDGESportSTIRR.uk" tvg-name="EDGESport (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/9661e155-c5b8-43f3-9e1c-0e87cb75ae94-small3x1_STIRR_Logo_0320_EdgeSport_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",EDGESport (STIRR) (1080p) -https://dai.google.com/linear/hls/event/d4zeSI-dTuqizFrByjs3OA/master.m3u8 -#EXTINF:-1 tvg-id="Edgesports.uk" tvg-name="Edgesports" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Edgesports +#EXTINF:-1 tvg-id="EDGEsport.uk" tvg-name="EDGEsport" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AjRCYwR.png" group-title="Sports",EDGEsport (1080p) +https://edgesport-samsungus.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="EDGEsport.uk" tvg-name="EDGEsport" tvg-country="UK" tvg-language="" tvg-logo="https://i.imgur.com/aAUbLhE.png" group-title="Sports",EDGEsport +https://edgesports-plex.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="EDGEsport.uk" tvg-name="EDGEsport" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Sports",EDGEsport +https://edgesports-roku.amagi.tv/hls/amagi_hls_data_imgAAA2AA-edgesports/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="EDGEsports.uk" tvg-name="EDGEsport" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Sports",EDGEsport https://edgesports-row-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="EDGEsport" tvg-name="EDGEsport" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mg7BTDP.jpg" group-title="Sports",EDGEsport +https://imgedge.akamaized.net/amagi_hls_data_imgAAA2AA-edgesports/CDN/1920x1080_5640800/index.m3u8 +#EXTINF:-1 tvg-id="EDGEsports.uk" tvg-name="EDGEsport" tvg-country="US" tvg-language="English" tvg-logo="https://static1.squarespace.com/static/5a6f534f017db2d628751be1/t/5a6f5557652deada67290f54" group-title="Sports",EDGEsport (1080p) +https://imgedge.akamaized.net/amagi_hls_data_imgAAA2AA-edgesports/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="EDGEsportSTIRR.uk" tvg-name="EDGEsport (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/9661e155-c5b8-43f3-9e1c-0e87cb75ae94-small3x1_STIRR_Logo_0320_EdgeSport_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Sports",EDGEsport (STIRR) (1080p) +https://dai.google.com/linear/hls/event/d4zeSI-dTuqizFrByjs3OA/master.m3u8 +#EXTINF:-1 tvg-id="EDGEsport.uk" tvg-name="EDGEsport" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AjRCYwR.png" group-title="Sports",EDGEsport (US) (720p) +https://img-edgesport.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="ElevenSports.uk" tvg-name="Eleven Sports" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/5m0i9if.png" group-title="Sports",Eleven Sports (720p) https://elevensports-samsunguk-de.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="ElevenSports1.uk" tvg-name="Eleven Sports 1" tvg-country="UK" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/5m0i9if.png" group-title="Sports",Eleven Sports 1 (Portugal) (1080p) @@ -235,7 +283,7 @@ https://ap02.iqplay.tv:8082/iqb8002/3m9n/playlist.m3u8 #EXTINF:-1 tvg-id="EnglishClubTV.uk" tvg-name="English Club TV" tvg-country="UK" tvg-language="English" tvg-logo="http://ocdn.eu/images/program-tv/NTU7MDA_/e7114237dc0731c7dd660c32d6822432.png" group-title="",English Club TV (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s37/index.m3u8 -#EXTINF:-1 tvg-id="Failarmy.uk" tvg-name="Failarmy" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/RIXSg4L.png" group-title="",Failarmy (720p) +#EXTINF:-1 tvg-id="FailArmy.uk" tvg-name="FailArmy" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/RIXSg4L.png" group-title="Comedy",FailArmy (720p) https://failarmy-international-gb.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Film4.uk" tvg-name="Film 4" tvg-country="UK" tvg-language="" tvg-logo="https://pbs.twimg.com/media/DoF9YY7XsAAGIrv.jpg" group-title="",Film 4 http://photocall.tv/lF4r/ftv.m3u8?ch=film4 @@ -285,7 +333,7 @@ http://51.52.156.22:8888/http/005 http://51.52.156.22:8888/http/006 #EXTINF:-1 tvg-id="ITV4.uk" tvg-name="ITV4" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",ITV4 http://51.52.156.22:8888/http/007 -#EXTINF:-1 tvg-id="JewelleryMaker.uk" tvg-name="Jewellery Maker" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/azSptPw.png" group-title="",Jewellery Maker (720p) +#EXTINF:-1 tvg-id="JewelleryMaker.uk" tvg-name="Jewelery Maker" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/azSptPw.png" group-title="Lifestyle",Jewelery Maker (720p) https://lo2-1.gemporia.com/abrjewellerymaker/smil:livestream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="JimJamRossiya.uk" tvg-name="JimJam ะ ะพััะธั" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Kids",JimJam ะ ะพััะธั (576p) http://188.40.68.167/russia/jimjam/playlist.m3u8 @@ -295,7 +343,7 @@ https://live.kanshitv.co.uk/mobile/kanshitvkey.m3u8 https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kerrang-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/kerrang/ #EXTINF:-1 tvg-id="Kerrang.uk" tvg-name="Kerrang" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/Nn2VfkP.png" group-title="",Kerrang (576p) [Geo-blocked] https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kerrang-alldev.m3u8?yo.up=https://boxtv.secure.footprint.net/kerrang/ -#EXTINF:-1 tvg-id="KidGamerTV.uk" tvg-name="Kid Gamer TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/dSPmDU7.png" group-title="",Kid Gamer TV (1080p) +#EXTINF:-1 tvg-id="KidGamerTV.uk" tvg-name="Kid Gamer TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/dSPmDU7.png" group-title="Kids",Kid Gamer TV (1080p) https://studio71-samsung-uk.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Kiss.uk" tvg-name="Kiss" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/AqVdlpz.png" group-title="",Kiss (576p) http://csm-e.tm.yospace.com/csm/extlive/boxplus01,kiss-inapp.m3u8?yo.up=http%3a//boxtv-origin-elb.cds1.yospace.com/uploads/kiss/ @@ -317,7 +365,7 @@ https://d2rwmwucnr0d10.cloudfront.net/live_750.m3u8 https://d2rwmwucnr0d10.cloudfront.net/live.m3u8 #EXTINF:-1 tvg-id="MoonBug.uk" tvg-name="MoonBug" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",MoonBug https://moonbug-rokuus.amagi.tv/hls/amagi_hls_data_moonbugAA-moonbug-roku-us/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="MoonbugKids.uk" tvg-name="Moonbug Kids" tvg-country="UK" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/07212020/circle_190x190.png?raw=true" group-title="",Moonbug Kids +#EXTINF:-1 tvg-id="MoonbugKids.uk" tvg-name="Moonbug Kids" tvg-country="UK" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/07212020/circle_190x190.png?raw=true" group-title="Kids",Moonbug Kids https://moonbug-rokuus.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="MTA1.uk" tvg-name="MTA 1" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",MTA 1 http://ooyalahd2-f.akamaihd.net:80/i/mtaorigin_delivery@353498/index_1100_av-p.m3u8 @@ -359,7 +407,7 @@ https://pocketwatch-gb.samsung.wurl.com/manifest/playlist.m3u8 https://csm-e-stv.tls1.yospace.com/csm/live/211935407.m3u8 #EXTINF:-1 tvg-id="QelloConcertsbyStingray.uk" tvg-name="Qello Concerts by Stingray" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/IVUgJPY.png" group-title="Music",Qello Concerts by Stingray (1080p) https://stingray-qelloconcerts-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="QUESTTVClassical.uk" tvg-name="QUEST TV Classical" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/B69BHnx.jpg" group-title="",QUEST TV Classical (720p) +#EXTINF:-1 tvg-id="QUESTTVClassical.uk" tvg-name="QUEST TV Classical" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/B69BHnx.jpg" group-title="Classic",QUEST TV Classical (720p) https://qwestclassic-samsung-uk.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="QUESTTVJazzandBeyond.uk" tvg-name="QUEST TV Jazz and Beyond" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/bhSrOea.jpg" group-title="",QUEST TV Jazz and Beyond (720p) https://qwestjazz-samsung-uk.amagi.tv/playlist.m3u8 @@ -393,25 +441,27 @@ http://skydvn-sn-mobile-prod.skydvn.com/skynews/1404/latest.m3u8 http://skynews-sn-cdhls.ak-cdn.skydvn.com/cdhlsskynews/1404/latest.m3u8 #EXTINF:-1 tvg-id="SkyNews.uk" tvg-name="Sky News" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/WvNd8yg.png" group-title="News",Sky News (720p) https://skynews2-plutolive-vo.akamaized.net/cdhlsskynewsamericas/1013/latest.m3u8?serverSideAds=true +#EXTINF:-1 tvg-id="SkyNewsArabia.uk" tvg-name="Sky News Arabia" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/kF7TvcH.png" group-title="News",Sky News Arabia [Portrait] +https://iptv-all.lanesh4d0w.codes/m3u8/sky_arabia.m3u8 #EXTINF:-1 tvg-id="SkyNewsArabia.uk" tvg-name="Sky News Arabia" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/kF7TvcH.png" group-title="News",Sky News Arabia (720p) https://stream.skynewsarabia.com/hls/sna.m3u8 -#EXTINF:-1 tvg-id="SkyNewsArabia.uk" tvg-name="Sky News Arabia" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Sky News Arabia -https://stream.skynewsarabia.com/hls/sna_720.m3u8 +#EXTINF:-1 tvg-id="SkyNewsArabia.uk" tvg-name="Sky News Arabia" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/kF7TvcH.png" group-title="News",Sky News Arabia [Portrait] +https://stream.skynewsarabia.com/vertical/vertical.m3u8 #EXTINF:-1 tvg-id="SkyNewsExtra1.uk" tvg-name="Sky News Extra 1" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/Wl0iGsD.png" group-title="News",Sky News Extra 1 (576p) https://skynewsau-live.akamaized.net/hls/live/2002689/skynewsau-extra1/master.m3u8 #EXTINF:-1 tvg-id="SkyNewsExtra2.uk" tvg-name="Sky News Extra 2" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/Wl0iGsD.png" group-title="News",Sky News Extra 2 (540p) https://skynewsau-live.akamaized.net/hls/live/2002690/skynewsau-extra2/master.m3u8 #EXTINF:-1 tvg-id="SkyNewsExtra3.uk" tvg-name="Sky News Extra 3" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/Wl0iGsD.png" group-title="News",Sky News Extra 3 (540p) https://skynewsau-live.akamaized.net/hls/live/2002691/skynewsau-extra3/master.m3u8 -#EXTINF:-1 tvg-id="SkyMoviesComedy.uk" tvg-name="Sky-MoviesComedy" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Sky-MoviesComedy +#EXTINF:-1 tvg-id="SkyMoviesComedy.uk" tvg-name="Sky-MoviesComedy" tvg-country="UK" tvg-language="" tvg-logo="" group-title="Movies",Sky-MoviesComedy http://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/chunklist_b380000.m3u8 #EXTINF:-1 tvg-id="SparkTv.uk" tvg-name="Spark Tv" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/vTGknv3.png" group-title="",Spark Tv (720p) https://sparktv-samsunguk.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Spike.uk" tvg-name="Spike" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Spike https://viacomitalytest-lh.akamaihd.net/i/sbshdlive_1@829515/index_2500_av-p.m3u8 -#EXTINF:-1 tvg-id="SportsChannelNetwork.uk" tvg-name="Sports Channel Network" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/trfRIem.png" group-title="",Sports Channel Network (720p) +#EXTINF:-1 tvg-id="SportsChannelNetwork.uk" tvg-name="Sports Channel Network" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/trfRIem.png" group-title="Sports",Sports Channel Network (720p) https://vod365-sports-channel-network-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="SportsTonight.uk" tvg-name="Sports Tonight" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/Nh4LyPv.png" group-title="",Sports Tonight +#EXTINF:-1 tvg-id="SportsTonight.uk" tvg-name="Sports Tonight" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/Nh4LyPv.png" group-title="Sports",Sports Tonight http://sports.ashttp9.visionip.tv/live/visiontvuk-sports-sportstonightlive-hsslive-25f-4x3-SD/chunklist.m3u8 #EXTINF:-1 tvg-id="SpotlightTV.uk" tvg-name="Spotlight TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/axXipp8.png" group-title="",Spotlight TV https://securecontributions.sechls01.visionip.tv/live/securecontributions-securecontributions-spotlighttv-hsslive-25f-SD/chunklist.m3u8 @@ -421,7 +471,7 @@ https://stingray-karaoke-1-gb.samsung.wurl.com/manifest/playlist.m3u8 https://csm-e-stv.tls1.yospace.com/csm/live/139900483.m3u8 #EXTINF:-1 tvg-id="STVPlus1.uk" tvg-name="STV+1" tvg-country="UK" tvg-language="English" tvg-logo="https://images.stv.tv/player/master/607358-stv-1.jpg" group-title="",STV+1 (1080p) [Geo-Blocked] https://csm-e-stv.tls1.yospace.com/csm/live/181023311.m3u8 -#EXTINF:-1 tvg-id="SupertoonsTV.uk" tvg-name="Supertoons TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/35BpWJh.jpg" group-title="",Supertoons TV (720p) +#EXTINF:-1 tvg-id="SupertoonsTV.uk" tvg-name="Supertoons TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/35BpWJh.jpg" group-title="Kids",Supertoons TV (720p) https://kedoo-supertoonstv-1-gb.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Tastemade.uk" tvg-name="Tastemade" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/dwMUVhs.png" group-title="",Tastemade (720p) https://tastemade-gb.samsung.wurl.com/manifest/playlist.m3u8 @@ -441,7 +491,7 @@ https://tennischannel-intl-samsung-uk.amagi.tv/playlist.m3u8 https://timeline-samsung-uk.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TJC.uk" tvg-name="TJC" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/cFlNhjV.png" group-title="",TJC (1080p) https://cdn-shop-lc-01.akamaized.net/Content/HLS_HLS/Live/channel(TJCOTT)/index.m3u8 -#EXTINF:-1 tvg-id="Toongoggles.uk" tvg-name="Toongoggles" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/8PEf3Vn.jpg" group-title="",Toongoggles (720p) +#EXTINF:-1 tvg-id="Toongoggles.uk" tvg-name="Toongoggles" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/8PEf3Vn.jpg" group-title="Family",Toongoggles (720p) https://toongoggles-toongoggles-3-gb.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Truly.uk" tvg-name="Truly" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/MWkm3no.png" group-title="",Truly (720p) https://barcroft-truly-1-gb.samsung.wurl.com/manifest/playlist.m3u8 diff --git a/channels/us.m3u b/channels/us.m3u index 06c1386f4..c04a6348a 100644 --- a/channels/us.m3u +++ b/channels/us.m3u @@ -1,8 +1,6 @@ #EXTM3U #EXTINF:-1 tvg-id="KOTR-LD.us" tvg-name="11 MyTV (KOTR-LD)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/b/bd/Kotrlp.jpg" group-title="Local",11 MyTV (KOTR-LD) (480i) https://cdnapisec.kaltura.com/p/2630451/sp/2630451/playManifest/entryId/1_hq4vlk40/deliveryProfileId/672/protocol/https/format/applehttp/a.m3u8 -#EXTINF:-1 tvg-id="13thStreet.us" tvg-name="13th Street (Poland)" tvg-country="PL" tvg-language="Polish;English" tvg-logo="" group-title="Entertainment",13th Street (Poland) -http://91.218.60.3:8001/play/a004 #EXTINF:-1 tvg-id="21 Jump Street" tvg-name="21 Jump Street" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/fff115ea-8e29-48e9-b8bc-42c97e53a29f-small3x1_stirr_1219_epg_21jumpstreet_1920x1080_v2.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Series",21 Jump Street (STIRR) (720p) https://dai.google.com/linear/hls/event/UXgY8vuCSgiAlXtckOHm6A/master.m3u8 #EXTINF:-1 tvg-id="KEROTV.us" tvg-name="23 ABC (KERO)" tvg-country="US" tvg-language="English" tvg-logo="https://scripps.com/wp-content/uploads/2019/01/local_media_23_abc.png" group-title="Local",23 ABC (KERO) (720p) @@ -55,7 +53,7 @@ https://streams.the6tv.duckdns.org:2443/locals/SanDiego/knsd-dt1.m3u8 https://bcsecurelivehls-i.akamaihd.net/hls/live/598046/4744899807001_1/livestream/master.m3u8 #EXTINF:-1 tvg-id="AEBestof.us" tvg-name="A&E (Best of)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zl7Gzwm.png" group-title="Entertainment",A&E (Best of) (1080p) https://bk7l2w4nlx53-hls-live.5centscdn.com/AETV/514c04b31b5f01cf00dd4965e197fdda.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="AECrime360.us" tvg-name="A&E Crime 360" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K1kJf1s.png" group-title="Documentary",A&E Crime 360 (1080p) +#EXTINF:-1 tvg-id="AECrime360.us" tvg-name="A&E Crime 360" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Documentary",A&E Crime 360 (1080p) https://aenetworks-crime360-1.roku.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="APlusELivelyPlace.us" tvg-name="A+E | Lively Place" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/LivelyPlace_476x476.png?raw=true" group-title="Entertainment",A+E | Lively Place http://aenetworks-ae-1.roku.wurl.com/manifest/playlist.m3u8 @@ -63,7 +61,7 @@ http://aenetworks-ae-1.roku.wurl.com/manifest/playlist.m3u8 https://vcnbikininetwork.teleosmedia.com/stream/bikininetwork/a3bikini/playlist.m3u8 #EXTINF:-1 tvg-id="KNXVTV.us" tvg-name="ABC 15" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/9/99/KNXV_Logo.png" group-title="Local",ABC 15 (720p) https://content.uplynk.com/channel/9deaf22aaa33461f9cac22e030ed00ec.m3u8 -#EXTINF:-1 tvg-id="ABC2BatonRougeLAWBRZHD.us" tvg-name="ABC 2 Baton Rouge LA (WBRZ-HD)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",ABC 2 Baton Rouge LA (WBRZ-HD) +#EXTINF:-1 tvg-id="ABC2BatonRougeLAWBRZHD.us" tvg-name="ABC 2 Baton Rouge LA (WBRZ-HD)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/8/86/WBRZ_Logo_2013.png" group-title="Local",ABC 2 Baton Rouge LA (WBRZ-HD) http://cms-wowza.lunabyte.io/wbrz-live-1/_definst_/smil:wbrz-live.smil/chunklist_b1300000.m3u8 #EXTINF:-1 tvg-id="WBRZHD.us" tvg-name="ABC 2 Baton Rouge LA (WBRZ-HD)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/8/86/WBRZ_Logo_2013.png" group-title="Local",ABC 2 Baton Rouge LA (WBRZ-HD) (720p) http://cms-wowza.lunabyte.io/wbrz-live-1/_definst_/smil:wbrz-live.smil/playlist.m3u8 @@ -83,25 +81,25 @@ https://abcnewslive.akamaized.net/amagi_hls_data_roku-host-abc/CDN/playlist.m3u8 https://content.uplynk.com/channel/3324f2467c414329b3b0cc5cd987b6be.m3u8 #EXTINF:-1 tvg-id="ABCNews.us" tvg-name="ABC News" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="News",ABC News https://dai2.xumo.com/amagi_hls_data_xumo1212A-abcnews/CDN/master.m3u8 -#EXTINF:-1 tvg-id="ABCNews1.us" tvg-name="ABC News 1" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News 1 +#EXTINF:-1 tvg-id="ABCNews1.us" tvg-name="ABC News 1" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="Local",ABC News 1 https://abcnews-streams.akamaized.net/hls/live/2023560/abcnews1/master.m3u8 -#EXTINF:-1 tvg-id="ABCNews10.us" tvg-name="ABC News 10" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News 10 +#EXTINF:-1 tvg-id="ABCNews10.us" tvg-name="ABC News 10" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="Local",ABC News 10 https://abcnews-streams.akamaized.net/hls/live/2023569/abcnews10/master.m3u8 -#EXTINF:-1 tvg-id="ABCNews2.us" tvg-name="ABC News 2" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News 2 +#EXTINF:-1 tvg-id="ABCNews2.us" tvg-name="ABC News 2" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="Local",ABC News 2 https://abcnews-streams.akamaized.net/hls/live/2023561/abcnews2/master.m3u8 -#EXTINF:-1 tvg-id="ABCNews3.us" tvg-name="ABC News 3" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News 3 +#EXTINF:-1 tvg-id="ABCNews3.us" tvg-name="ABC News 3" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="Local",ABC News 3 https://abcnews-streams.akamaized.net/hls/live/2023562/abcnews3/master.m3u8 -#EXTINF:-1 tvg-id="ABCNews4.us" tvg-name="ABC News 4" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News 4 +#EXTINF:-1 tvg-id="ABCNews4.us" tvg-name="ABC News 4" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="Local",ABC News 4 https://abcnews-streams.akamaized.net/hls/live/2023563/abcnews4/master.m3u8 -#EXTINF:-1 tvg-id="ABCNews5.us" tvg-name="ABC News 5" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News 5 +#EXTINF:-1 tvg-id="ABCNews5.us" tvg-name="ABC News 5" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="Local",ABC News 5 https://abcnews-streams.akamaized.net/hls/live/2023564/abcnews5/master.m3u8 -#EXTINF:-1 tvg-id="ABCNews6.us" tvg-name="ABC News 6" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News 6 +#EXTINF:-1 tvg-id="ABCNews6.us" tvg-name="ABC News 6" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="Local",ABC News 6 https://abcnews-streams.akamaized.net/hls/live/2023565/abcnews6/master.m3u8 -#EXTINF:-1 tvg-id="ABCNews7.us" tvg-name="ABC News 7" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News 7 +#EXTINF:-1 tvg-id="ABCNews7.us" tvg-name="ABC News 7" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="Local",ABC News 7 https://abcnews-streams.akamaized.net/hls/live/2023566/abcnews7/master.m3u8 -#EXTINF:-1 tvg-id="ABCNews8.us" tvg-name="ABC News 8" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News 8 +#EXTINF:-1 tvg-id="ABCNews8.us" tvg-name="ABC News 8" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="Local",ABC News 8 https://abcnews-streams.akamaized.net/hls/live/2023567/abcnews8/master.m3u8 -#EXTINF:-1 tvg-id="ABCNews9.us" tvg-name="ABC News 9" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News 9 +#EXTINF:-1 tvg-id="ABCNews9.us" tvg-name="ABC News 9" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="Local",ABC News 9 https://abcnews-streams.akamaized.net/hls/live/2023568/abcnews9/master.m3u8 #EXTINF:-1 tvg-id="ABCNewsLive.us" tvg-name="ABC News Live" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="News",ABC News Live http://dai2.xumo.com/amagi_hls_data_xumo1212A-abcnews/CDN/512x288_875600/chunklist.m3u8 @@ -133,9 +131,9 @@ https://tve-live-lln.warnermediacdn.com/hls/live/2023183/aseast/noslate/VIDEO_3_ https://tve-live-lln.warnermediacdn.com/hls/live/2023185/aswest/noslate/VIDEO_1_5128000.m3u8 #EXTINF:-1 tvg-id="AdultSwim.us" tvg-name="Adult Swim" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ixywxhs.jpg" group-title="Entertainment",Adult Swim (West) (432p) [Geo-blocked] [Not 24/7] https://tve-live-lln.warnermediacdn.com/hls/live/2023185/aswest/noslate/VIDEO_3_1928000.m3u8 -#EXTINF:-1 tvg-id="AdventureSportsNetwork.us" tvg-name="Adventure Sports Network" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",Adventure Sports Network +#EXTINF:-1 tvg-id="AdventureSportsNetwork.us" tvg-name="Adventure Sports Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ZbPFZOV.png" group-title="Sports",Adventure Sports Network https://dai2.xumo.com/amagi_hls_data_xumo1212A-adventuresportsnetwork/CDN/master.m3u8 -#EXTINF:-1 tvg-id="AdventureSportsNetwork.us" tvg-name="Adventure Sports Network" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Adventure Sports Network +#EXTINF:-1 tvg-id="AdventureSportsNetwork.us" tvg-name="Adventure Sports Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ZbPFZOV.png" group-title="Sports",Adventure Sports Network https://dai2.xumo.com/amagi_hls_data_xumo1212A-vizioadventuresportsnetwork/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="AdventureSportsNetwork.us" tvg-name="Adventure Sports Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ZbPFZOV.png" group-title="Sports",Adventure Sports Network (XUMO) https://dai2-xumo.fubo.tv/amagi_hls_data_xumo1212A-adventuresportsnetwork/CDN/master.m3u8 @@ -143,33 +141,33 @@ https://dai2-xumo.fubo.tv/amagi_hls_data_xumo1212A-adventuresportsnetwork/CDN/ma https://gizmeon.s.llnwi.net/channellivev3/live/master.m3u8?channel=275 #EXTINF:-1 tvg-id="AFVSTIRR.us" tvg-name="AFV (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/1c6dcab5-c101-4b1d-8af3-d2f4d31ff511-small3x1_STIRR_Logo_0520_AFV_1920x1080_EPG.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Comedy",AFV (STIRR) (720p) https://dai.google.com/linear/hls/event/18_lZXPySFa5_GRVEbOX_A/master.m3u8 -#EXTINF:-1 tvg-id="AFVEspanol.us" tvg-name="AFV Espanol" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f7b66af901c6845181f33d3" group-title="Comedy",AFV Espanol +#EXTINF:-1 tvg-id="AFVEspanol.us" tvg-name="AFV Espaรฑol" tvg-country="US" tvg-language="Spanish" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f7b66af901c6845181f33d3" group-title="Comedy",AFV Espaรฑol https://linear-46.frequency.stream/dist/localnow/46/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="AFVEspanol.us" tvg-name="AFV_Espaรฑol" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/K3n7ECn.png" group-title="",AFV Espaรฑol +#EXTINF:-1 tvg-id="AFVEspanol.us" tvg-name="AFV_Espaรฑol" tvg-country="US" tvg-language="Spanish" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f7b66af901c6845181f33d3" group-title="Comedy",AFV Espaรฑol https://linear-46.frequency.stream/dist/plex/46/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="AFVFamily.us" tvg-name="AFV Family" tvg-country="US" tvg-language="" tvg-logo="" group-title="",AFV Family +#EXTINF:-1 tvg-id="AFVFamily.us" tvg-name="AFV Family" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f6cb0597d9e0745a204dc94" group-title="Comedy",AFV Family https://66fbef2650a94f95ad9eb85816482b11.mediatailor.us-west-2.amazonaws.com/v1/manifest/ba62fe743df0fe93366eba3a257d792884136c7f/LINEAR-12-AFV-PLEX/b2bc9f3a-4e07-4879-8cbd-069986706a88/0.m3u8 -#EXTINF:-1 tvg-id="AFVFamily.us" tvg-name="AFV Family" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f6cb0597d9e0745a204dc94" group-title="Comedy",AFV Family +#EXTINF:-1 tvg-id="AFVFamily.us" tvg-name="AFV Family" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f6cb0597d9e0745a204dc94" group-title="Comedy",AFV Family https://linear-12.frequency.stream/dist/localnow/12/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="AFVFamily.us" tvg-name="AFV_Family" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/K3n7ECn.png" group-title="",AFV Family +#EXTINF:-1 tvg-id="AFVFamily.us" tvg-name="AFV_Family" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f6cb0597d9e0745a204dc94" group-title="Comedy",AFV Family https://linear-12.frequency.stream/dist/plex/12/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="AFVFamilyBelgium.us" tvg-name="AFV Family (Belgium)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",AFV Family (Belgium) +#EXTINF:-1 tvg-id="AFVFamilyBelgium.us" tvg-name="AFV Family (Belgium)" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f6cb0597d9e0745a204dc94" group-title="Comedy",AFV Family (Belgium) https://futuretoday-afv-family-1-be.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AFVFamilyDenmark.us" tvg-name="AFV Family (Denmark)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",AFV Family (Denmark) +#EXTINF:-1 tvg-id="AFVFamilyDenmark.us" tvg-name="AFV Family (Denmark)" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f6cb0597d9e0745a204dc94" group-title="Comedy",AFV Family (Denmark) https://futuretoday-afv-family-1-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AFVFamilyFinland.us" tvg-name="AFV Family (Finland)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",AFV Family (Finland) +#EXTINF:-1 tvg-id="AFVFamilyFinland.us" tvg-name="AFV Family (Finland)" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f6cb0597d9e0745a204dc94" group-title="Comedy",AFV Family (Finland) https://futuretoday-afv-family-1-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AFVFamilyIreland.us" tvg-name="AFV Family (Ireland)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",AFV Family (Ireland) +#EXTINF:-1 tvg-id="AFVFamilyIreland.us" tvg-name="AFV Family (Ireland)" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f6cb0597d9e0745a204dc94" group-title="Comedy",AFV Family (Ireland) https://futuretoday-afv-family-1-ie.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AFVFamilyLuxemburg.us" tvg-name="AFV Family (Luxemburg)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",AFV Family (Luxemburg) +#EXTINF:-1 tvg-id="AFVFamilyLuxemburg.us" tvg-name="AFV Family (Luxemburg)" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f6cb0597d9e0745a204dc94" group-title="Comedy",AFV Family (Luxemburg) https://futuretoday-afv-family-1-lu.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AFVFamilyNorway.us" tvg-name="AFV Family (Norway)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",AFV Family (Norway) +#EXTINF:-1 tvg-id="AFVFamilyNorway.us" tvg-name="AFV Family (Norway)" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f6cb0597d9e0745a204dc94" group-title="Comedy",AFV Family (Norway) https://futuretoday-afv-family-1-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AFVFamilyPortugal.us" tvg-name="AFV Family (Portugal)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",AFV Family (Portugal) +#EXTINF:-1 tvg-id="AFVFamilyPortugal.us" tvg-name="AFV Family (Portugal)" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f6cb0597d9e0745a204dc94" group-title="Comedy",AFV Family (Portugal) https://futuretoday-afv-family-1-pt.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AFVFamilyEnEspanol.us" tvg-name="AFV Family En Espanol" tvg-country="US" tvg-language="" tvg-logo="" group-title="",AFV Family En Espanol +#EXTINF:-1 tvg-id="AFVFamilyEnEspanol.us" tvg-name="AFV Family En Espaรฑol" tvg-country="US" tvg-language="Spanish" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f7b66af901c6845181f33d3" group-title="Comedy",AFV Family En Espaรฑol https://linear-46.frequency.stream/dist/roku/46/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="AFVTV.us" tvg-name="AFV TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",AFV TV +#EXTINF:-1 tvg-id="AFVTV.us" tvg-name="AFV TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K3n7ECn.png" group-title="Comedy",AFV TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82b55ad0213e00079c509f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=494&deviceId=5e82b55ad0213e00079c509f&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="AFV.us" tvg-name="AFV!" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/j6XPh2U.png" group-title="Comedy",AFV! (720p) https://linear-12.frequency.stream/dist/roku/12/hls/master/playlist.m3u8 @@ -203,9 +201,9 @@ https://dai.google.com/linear/hls/event/-V3XSvA2Sa6e8h7cnHXB8w/master.m3u8 https://content.uplynk.com/channel/bba3e7da884a49bba96341ecf5128f0f.m3u8 #EXTINF:-1 tvg-id="Alhurra.us" tvg-name="Alhurra" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Alhurra http://mbnhls-lh.akamaihd.net/i/MBN_1@118619/master.m3u8?v=1558393494 -#EXTINF:-1 tvg-id="Alientovision.us" tvg-name="Aliento vision" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Aliento vision +#EXTINF:-1 tvg-id="AlientoVision.us" tvg-name="Aliento Vision" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/0qwmBEm.png" group-title="Religious",Aliento Vision http://209.133.209.195:1935/AlientoSD/smil:AlientoSD.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlientoVision.us" tvg-name="Aliento Vision" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/0qwmBEm.png" group-title="Religious",Aliento Vision +#EXTINF:-1 tvg-id="AlientoVision.us" tvg-name="Aliento Vision" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/0qwmBEm.png" group-title="Religious",Aliento Vision http://livestreamcdn.net:1935/AlientoSD/smil:AlientoSD.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlkarmaTVAustralia.us" tvg-name="Alkarma TV Australia" tvg-country="US" tvg-language="Arabic" tvg-logo="https://i1.wp.com/en.alkarmatv.com/wp-content/uploads/2020/02/Logo-AU.png" group-title="Religious",Alkarma TV Australia (1080p) https://5a8308add0b31.streamlock.net/alkarmatv.com/alkarmaau.smil/playlist.m3u8 @@ -223,11 +221,11 @@ https://58cc65c534c67.streamlock.net/alkarmatv.com/alkarmame2.smil/playlist.m3u8 https://5aafcc5de91f1.streamlock.net/alkarmatv.com/alkarmaus.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlltimeXUMO.us" tvg-name="All time (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/JPnW5RJ.jpg" group-title="",All time (XUMO) https://dai2.xumo.com/amagi_hls_data_xumo1212A-alltime/CDN/master.m3u8 -#EXTINF:-1 tvg-id="AllWeddings.us" tvg-name="All Weddings" tvg-country="US" tvg-language="" tvg-logo="" group-title="",All Weddings +#EXTINF:-1 tvg-id="AllWeddings.us" tvg-name="All Weddings" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/d61oA0y.png" group-title="",All Weddings https://amc-allweddings-1.vizio.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="AllWeddings.us" tvg-name="All Weddings by WEtv" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/d61oA0y.png" group-title="",All Weddings by WEtv +#EXTINF:-1 tvg-id="AllWeddings.us" tvg-name="All Weddings by WEtv" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/d61oA0y.png" group-title="",All Weddings by WEtv https://amc-allweddings-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="AllWeddingsWETV.us" tvg-name="All Weddings WETV" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/02232021/All_Weddings_by_WE_tv_190x190_Circle.png?raw=true" group-title="",All Weddings WETV +#EXTINF:-1 tvg-id="AllWeddingsWETV.us" tvg-name="All Weddings WETV" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/02232021/All_Weddings_by_WE_tv_190x190_Circle.png?raw=true" group-title="",All Weddings WETV https://amc-allweddings-1.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="AMCAbsoluteReality.us" tvg-name="AMC Absolute Reality" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/yngqRL8.png" group-title="Documentary",AMC Absolute Reality https://amc-absolutereality-1.vizio.wurl.com/manifest/playlist.m3u8 @@ -257,13 +255,13 @@ https://amc-slightly-off-by-amc-1.imdbtv.wurl.com/manifest/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuameba/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="AmericaHD.us" tvg-name="America HD" tvg-country="US" tvg-language="English" tvg-logo="https://s-media-cache-ak0.pinimg.com/originals/40/48/2c/40482cf6af582372c2a22072a2394a80.png" group-title="",America HD http://45.6.4.154/americatuc/vivo.m3u8?PlaylistM3UCL -#EXTINF:-1 tvg-id="AmericasTestKitchen.us" tvg-name="America's Test Kitchen" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",America's Test Kitchen +#EXTINF:-1 tvg-id="AmericasTestKitchen.us" tvg-name="America's Test Kitchen" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",America's Test Kitchen https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericastestkitchen/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="AmericasTestKitchen.us" tvg-name="America's Test Kitchen" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/10272020/Americas_Test_Kitchen_190x190.png?raw=true" group-title="Cooking",America's Test Kitchen https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84f54a82f05300080e6746/master.m3u8?advertisingId=&appName=web&appVersion=5.10.0-63088da67b32904787b837429cfa9c5c605b7626&architecture=&buildVersion=&clientTime=&deviceDNT=false&deviceId=730453b0-df89-477c-a53d-9f59f9f46f37&deviceLat=37.7510&deviceLon=-97.8220&deviceMake=Opera&deviceModel=Opera&deviceType=web&deviceVersion=72.0.3815.186&includeExtendedEvents=false&marketingRegion=US&sid=130d48cd-22f9-11eb-9bad-0242ac110002&userId=&serverSideAds=true -#EXTINF:-1 tvg-id="AmericasVoice.us" tvg-name="America's Voice" tvg-country="US" tvg-language="English" tvg-logo="https://image.roku.com/developer_channels/prod/2bd7e2ab91767e23580b8d5bcbee3e4ddb124351f26a053c78bb4bdd74584b29.png" group-title="News",America's Voice +#EXTINF:-1 tvg-id="AmericasVoice.us" tvg-name="America's Voice" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jtFBBGs.png" group-title="News",America's Voice https://content.uplynk.com/channel/26bd482ffe364a1282bc3df28bd3c21f.m3u8 -#EXTINF:-1 tvg-id="AmericasVoice.us" tvg-name="America's Voice" tvg-country="US" tvg-language="English" tvg-logo="https://image.roku.com/developer_channels/prod/2bd7e2ab91767e23580b8d5bcbee3e4ddb124351f26a053c78bb4bdd74584b29.png" group-title="News",America's Voice +#EXTINF:-1 tvg-id="AmericasVoice.us" tvg-name="America's Voice" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jtFBBGs.png" group-title="News",America's Voice https://p1media-americasvoice-1.roku.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="AmericanClassics.us" tvg-name="American Classics" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/WUAXiq1.png" group-title="Movies",American Classics https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericanclassics/CDN/playlist.m3u8 @@ -271,21 +269,21 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericanclassics/CDN/playli https://dai.google.com/linear/hls/event/0e06oV-NTI2ygS2MRQk9ZA/master.m3u8 #EXTINF:-1 tvg-id="AmericanHorrors.us" tvg-name="American Horrors" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/JLkzt7v.jpg" group-title="Movies",American Horrors (480p) http://170.178.189.66:1935/live/Stream1/playlist.m3u8 -#EXTINF:-1 tvg-id="AmericasVoice.us" tvg-name="Americas Voice" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Americas Voice +#EXTINF:-1 tvg-id="AmericasVoice.us" tvg-name="America's Voice" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/t8lg7sC.png" group-title="News",America's Voice https://p1media-americasvoice-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Ameritrade.us" tvg-name="Ameritrade" tvg-country="US" tvg-language="" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/71CZKwin9mL.png" group-title="Business",Ameritrade +#EXTINF:-1 tvg-id="Ameritrade.us" tvg-name="Ameritrade" tvg-country="US" tvg-language="English" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/71CZKwin9mL.png" group-title="Business",Ameritrade https://tdameritrade-vizio.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="AMGTV.us" tvg-name="AMG TV" tvg-country="US" tvg-language="English" tvg-logo="http://amgtv.tv/wp-content/uploads/2019/11/new_amgtv_top.png" group-title="Family",AMG TV (1080p) https://2-fss-2.streamhoster.com/pl_138/201660-1270634-1/playlist.m3u8 -#EXTINF:-1 tvg-id="AnAmericanChristmasCarol.us" tvg-name="An American Christmas Carol" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Generic_Christmas_715x715.png?raw=true" group-title="",An American Christmas Carol +#EXTINF:-1 tvg-id="AnAmericanChristmasCarol.us" tvg-name="An American Christmas Carol" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Generic_Christmas_715x715.png?raw=true" group-title="Movies",An American Christmas Carol https://cloudfront.tubi.video/5b97b1f5-a605-44a5-a192-12e10beece40/sd846jzc/stream.m3u8 -#EXTINF:-1 tvg-id="AquaTeenHungerForce.us" tvg-name="Aqua Teen Hunger Force (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Aqua Teen Hunger Force (Adult Swim 24/7 Stream) [Geo-blocked] +#EXTINF:-1 tvg-id="AquaTeenHungerForce.us" tvg-name="Aqua Teen Hunger Force (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ixywxhs.jpg" group-title="Entertainment",Aqua Teen Hunger Force (Adult Swim 24/7 Stream) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/aqua-teen/stream.m3u8 -#EXTINF:-1 tvg-id="ArcadeCloudBrazil.us" tvg-name="Arcade Cloud (Brazil)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Arcade Cloud (Brazil) +#EXTINF:-1 tvg-id="ArcadeCloudBrazil.us" tvg-name="Arcade Cloud (Brazil)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/jggtQoy.png" group-title="",Arcade Cloud (Brazil) https://arcade-cloud-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ArcadeCloudMexico.us" tvg-name="Arcade Cloud (Mexico)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Arcade Cloud (Mexico) +#EXTINF:-1 tvg-id="ArcadeCloudMexico.us" tvg-name="Arcade Cloud (Mexico)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/jggtQoy.png" group-title="",Arcade Cloud (Mexico) https://arcade-cloud-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ArchitecturalDigest.us" tvg-name="Architectural Digest" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Architectural Digest +#EXTINF:-1 tvg-id="ArchitecturalDigest.us" tvg-name="Architectural Digest" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Architectural Digest https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxarchitecturaldigest/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ArchitecturalDigest.us" tvg-name="Architectural Digest" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/AD_246x246.png?raw=true" group-title="",Architectural Digest https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokutraveler/CDN/playlist.m3u8 @@ -307,26 +305,26 @@ https://5b0f5374bdf0c.streamlock.net:444/LiveTV/ATLHD/playlist.m3u8 https://stitcheraws.unreel.me/wse-node01.powr.com/live/5bf220fad5eeee0f5a40941a/playlist.m3u8 #EXTINF:-1 tvg-id="AvangTV.us" tvg-name="Avang TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://www.lyngsat.com/logo/tv/aa/avang-tv-us.png" group-title="Music",Avang TV (1080p) http://appavang.flashmediacast.com:1935/Appavang/livestream/chunklist_w913855439.m3u8 -#EXTINF:-1 tvg-id="AWE.us" tvg-name="AWE" tvg-country="US" tvg-language="" tvg-logo="https://d2pggiv3o55wnc.cloudfront.net/awe/wp-content/uploads/2015/09/AWELogoBlk.jpg" group-title="",AWE +#EXTINF:-1 tvg-id="AWE.us" tvg-name="AWE" tvg-country="US" tvg-language="English" tvg-logo="https://d2pggiv3o55wnc.cloudfront.net/awe/wp-content/uploads/2015/09/AWELogoBlk.jpg" group-title="",AWE http://n1.klowdtv.net/live1/awe_720p/chunks.m3u8 -#EXTINF:-1 tvg-id="AWEEncore.us" tvg-name="AWE Encore" tvg-country="US" tvg-language="" tvg-logo="" group-title="",AWE Encore +#EXTINF:-1 tvg-id="AWEEncore.us" tvg-name="AWE Encore" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60482f63cfbf071d6151ca95" group-title="",AWE Encore https://aweencore-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="AWEEncore.us" tvg-name="AWE Encore" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60482f63cfbf071d6151ca95" group-title="News",AWE Encore +#EXTINF:-1 tvg-id="AWEEncore.us" tvg-name="AWE Encore" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60482f63cfbf071d6151ca95" group-title="News",AWE Encore https://cdn.herringnetwork.com/80A4DFF/awee_nva/AWE_Encore.m3u8 #EXTINF:-1 tvg-id="AXN.us" tvg-name="AXN" tvg-country="TH" tvg-language="Thai" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-axn.png" group-title="Movies",AXN (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 https://www.livedoomovie.com/02_AXNHD_720p/chunklist.m3u8 #EXTINF:-1 tvg-id="AXNEastAsiaVietnam.us" tvg-name="AXN East Asia" tvg-country="VN" tvg-language="Vietnamese" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-axn.png" group-title="Movies",AXN East Asia (Vietnam) (1080p) https://htv-drm-live-cdn.fptplay.net/CDN-FPT02/AXN-HD-1080p/playlist.m3u8 -#EXTINF:-1 tvg-id="AXSTVNow.us" tvg-name="AXS TV Now" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d1bba10396351a3042dd4" group-title="Music",AXS TV Now +#EXTINF:-1 tvg-id="AXSTVNow.us" tvg-name="AXS TV Now" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d1bba10396351a3042dd4" group-title="General",AXS TV Now https://dikcfc9915kp8.cloudfront.net/hls/main.m3u8 #EXTINF:-1 tvg-id="AyenehTV.us" tvg-name="Ayeneh TV" tvg-country="US" tvg-language="Persian" tvg-logo="" group-title="",Ayeneh TV https://livestream.5centscdn.com/cls040318/b0d2763968fd0bdd2dc0d44ba2abf9ce.sdp/index.m3u8 -#EXTINF:-1 tvg-id="BabySharkTV.us" tvg-name="Baby Shark TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Baby Shark TV +#EXTINF:-1 tvg-id="BabySharkTV.us" tvg-name="Baby Shark TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Baby Shark TV https://newidco-babysharktv-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BabyFirst.us" tvg-name="BabyFirst" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ebac49ce4dc8b00078b23bc/colorLogoPNG.png" group-title="",Babyfirst +#EXTINF:-1 tvg-id="BabyFirst.us" tvg-name="BabyFirst" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ebac49ce4dc8b00078b23bc/colorLogoPNG.png" group-title="Family",Babyfirst https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebac49ce4dc8b00078b23bc/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="Baeble.us" tvg-name="Baeble" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Baeble +#EXTINF:-1 tvg-id="Baeble.us" tvg-name="Baeble" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Music",Baeble Music https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbaeble/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="BatteryPopXUMO.us" tvg-name="Battery Pop (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5VUZTa1.png" group-title="Kids",Battery Pop (XUMO) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbatterypop/CDN/playlist.m3u8 @@ -360,22 +358,22 @@ https://lsqvc4us-lh.akamaihd.net/i/lsqvc4us_01@802711/master.m3u8 https://wowzaprod188-i.akamaihd.net/hls/live/728897/54d0bcd5/playlist.m3u8 #EXTINF:-1 tvg-id="BekSportsWest.us" tvg-name="Bek Sports West" tvg-country="US" tvg-language="English" tvg-logo="https://pbs.twimg.com/media/DfLqnf4VMAA0m27.png" group-title="Sports",Bek Sports West (720p) https://wowzaprod188-i.akamaihd.net/hls/live/728897/89b077e6/playlist.m3u8 -#EXTINF:-1 tvg-id="BetPluto.us" tvg-name="Bet Pluto" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bet Pluto +#EXTINF:-1 tvg-id="BetPluto.us" tvg-name="Bet Pluto" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Bet Pluto https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150978589c0700095f97ae/master.m3u8?deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&embedPartner=rokuChannel&appName=rokuchannel -#EXTINF:-1 tvg-id="BetterHealth.us" tvg-name="Better Health" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Better Health +#EXTINF:-1 tvg-id="BetterHealthTV.us" tvg-name="Better Health TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/KXjkblf.png" group-title="Lifestyle",Better Health TV http://uni5rtmp.tulix.tv/betterhealth/betterhealth/chunklist_w848830638.m3u8 -#EXTINF:-1 tvg-id="BetterHealthTV.us" tvg-name="Better Health TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Better Health TV +#EXTINF:-1 tvg-id="BetterHealthTV.us" tvg-name="Better Health TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/KXjkblf.png" group-title="Lifestyle",Better Health TV https://uni10rtmp.tulix.tv/betterhealth/betterhealth.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="BetterHealthTV.us" tvg-name="Better Health TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Better Health TV +#EXTINF:-1 tvg-id="BetterHealthTV.us" tvg-name="Better Health TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/KXjkblf.png" group-title="Lifestyle",Better Health TV https://uni5rtmp.tulix.tv:1935/betterhealth/betterhealth/playlist.m3u8 -#EXTINF:-1 tvg-id="BetterLifeTV.us" tvg-name="Better Life TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Better Life TV +#EXTINF:-1 tvg-id="BetterLifeTV.us" tvg-name="Better Life TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/X5n1ntv.png" group-title="Lifestyle",Better Life TV https://uni10rtmp.tulix.tv/betterlife/betterlife.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="BetterLifeTV.us" tvg-name="Better Life TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Better Life TV +#EXTINF:-1 tvg-id="BetterLifeTV.us" tvg-name="Better Life TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/X5n1ntv.png" group-title="Lifestyle",Better Life TV https://uni5rtmp.tulix.tv:1935/betterlife/betterlife/playlist.m3u8 -#EXTINF:-1 tvg-id="BetterLifesNatureChannel.us" tvg-name="Better Lifeโ€™s Nature Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Better Lifeโ€™s Nature Channel +#EXTINF:-1 tvg-id="BetterLifeNatureChannel.us" tvg-name="Better Life Nature Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/X5n1ntv.png" group-title="Relax",Better Life Nature Channel https://uni10rtmp.tulix.tv/betternature/betternature.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="BetterNatureTV.us" tvg-name="Better Nature TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Better Nature TV -https://uni5rtmp.tulix.tv:1935/betternature/betternature/playlist.m3u8 +#EXTINF:-1 tvg-id="BetterLifeNatureChannel.us" tvg-name="Better Life Nature Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/X5n1ntv.png" group-title="Relax",Better Life Nature Channel +https://uni5rtmp.tulix.tv/betternature/betternature/playlist.m3u8 #EXTINF:-1 tvg-id="BeverlyHillbilliesSTIRR.us" tvg-name="Beverly Hillbillies (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/2855ccff-6344-45e2-a8d0-54982f399f5c-small3x1_stirr_0120_epg_TheBeverlyHillbillies_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Classic",Beverly Hillbillies (STIRR) (720p) https://dai.google.com/linear/hls/event/TEeUv9DbStyK8DyFmG3Cfw/master.m3u8 #EXTINF:-1 tvg-id="BibleExplorations.us" tvg-name="Bible Explorations" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/wwUtlBi.png" group-title="Religious",Bible Explorations (480p) @@ -390,185 +388,183 @@ https://thegateway.app/BizAndYou/Biz_480p/playlist.m3u8 https://thegateway.app/BizAndYou/Biz_1080p/playlist.m3u8 #EXTINF:-1 tvg-id="BizTVHD.us" tvg-name="Biz TV HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/4pEmcFH.png" group-title="Lifestyle",Biz TV HD (720p) https://thegateway.app/BizAndYou/Biz_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="BlackJesus.us" tvg-name="Black Jesus (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Black Jesus (Adult Swim 24/7 Stream) [Geo-blocked] +#EXTINF:-1 tvg-id="BlackJesus.us" tvg-name="Black Jesus (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/2/2b/Black_Jesus_title_card.png" group-title="",Black Jesus (Adult Swim 24/7 Stream) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/black-jesus/stream.m3u8 -#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="English" tvg-logo="https://image.xumo.com/v1/channels/channel/9999960/248x140.png?type=channelTile" group-title="News",Black News Channel (1080p) +#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GMAT4VE.png" group-title="News",Black News Channel (1080p) http://redbox-blacknewschannel-xumo.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/3RUw9BW.png" group-title="",Black News Channel +#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GMAT4VE.png" group-title="News",Black News Channel https://blacknewschannel-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Black News Channel +#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GMAT4VE.png" group-title="News",Black News Channel https://blacknewschannel-xumo-us.amagi.tv/hls/amagi_hls_data_blacknews-blacknewschannel-xumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM3MzA0MDFf/BNC247_300x300.png" group-title="",Black News Channel +#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GMAT4VE.png" group-title="News",Black News Channel https://blacknewschannel-xumo-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Black News Channel +#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GMAT4VE.png" group-title="News",Black News Channel https://bnc-roku-us.amagi.tv/hls/amagi_hls_data_blacknews-blacknewsnetwork/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Black News Channel +#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GMAT4VE.png" group-title="News",Black News Channel https://bnc-roku-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Black News Channel +#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GMAT4VE.png" group-title="News",Black News Channel https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxblacknewschannel/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/604270ac363bbc6ec7359778" group-title="News",Black News Channel +#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GMAT4VE.png" group-title="News",Black News Channel https://linear-130.frequency.stream/dist/localnow/130/bpk-tv/BNC-OTT/default/index.m3u8 -#EXTINF:-1 tvg-id="BlackNewsNetwork.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQ0OTQ3NTlf/Tubi_LiveNews_840x840.png" group-title="",Black News Channel +#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GMAT4VE.png" group-title="News",Black News Channel https://lnc-black-news.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Black News Channel +#EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GMAT4VE.png" group-title="News",Black News Channel https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1efad04320070007dbb60b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=230&deviceId=5f1efad04320070007dbb60b&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="BlazeLive.us" tvg-name="Blaze Live" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e46fba0c43b0d00096e5ac1/colorLogoPNG.png" group-title="",Blaze Live (720p) http://plutotv.vo.llnwd.net/m/hlslive/theblaze.m3u8?chname=theblaze&pub=0 -#EXTINF:-1 tvg-id="BlazeTV.us" tvg-name="BlazeTV" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/c/c5/BlazeTVDec2018.png" group-title="Entertainment",BlazeTV (720p) +#EXTINF:-1 tvg-id="BlazeTV.us" tvg-name="Blaze TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HcRKP5P.png" group-title="Entertainment",Blaze TV (720p) https://theblaze4.akamaized.net/hls/live//699982/theblaze/cm-dvr/master.m3u8 -#EXTINF:-1 tvg-id="BloodyDisgusting.us" tvg-name="Bloody Disgusting" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Bloody Disgusting +#EXTINF:-1 tvg-id="BloodyDisgusting.us" tvg-name="Bloody Disgusting" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Bloody Disgusting https://bloodydisgusting-ingest-roku-us.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="BloodyDisgusting.us" tvg-name="Bloody Disgusting" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloody Disgusting +#EXTINF:-1 tvg-id="BloodyDisgusting.us" tvg-name="Bloody Disgusting" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602dd011302f4d7da05d4bf3" group-title="",Bloody Disgusting https://bloodydisgusting-roku-us.cinedigm.com/midroll/amagi_hls_data_xumo-host-roku-bloodydisgusting/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="BloodyDisgusting.us" tvg-name="Bloody Disgusting" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloody Disgusting +#EXTINF:-1 tvg-id="BloodyDisgusting.us" tvg-name="Bloody Disgusting" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602dd011302f4d7da05d4bf3" group-title="",Bloody Disgusting https://bloodydisgusting-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BloodyDisgusting.us" tvg-name="BloodyDisgusting" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602dd011302f4d7da05d4bf3" group-title="",BloodyDisgusting +#EXTINF:-1 tvg-id="BloodyDisgusting.us" tvg-name="BloodyDisgusting" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602dd011302f4d7da05d4bf3" group-title="",BloodyDisgusting https://bloodydisgusting-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="Bloomberg.us" tvg-name="Bloomberg" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg +#EXTINF:-1 tvg-id="BloombergTV.us" tvg-name="Bloomberg TV" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV https://bloomberg-bloomberg-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Bloomberg.us" tvg-name="Bloomberg" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Bloomberg +#EXTINF:-1 tvg-id="BloombergTV.us" tvg-name="Bloomberg TV" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbloomberg/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergEN.us" tvg-name="Bloomberg (EN)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg (EN) +#EXTINF:-1 tvg-id="BloombergTV.us" tvg-name="Bloomberg TV" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV https://liveprodeuwest.akamaized.net/eu1/Channel-EUTVqvs-AWS-ireland-1/Source-EUTVqvs-700-1_live.m3u8 -#EXTINF:-1 tvg-id="BloombergPortugal.us" tvg-name="Bloomberg (Portugal)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg (Portugal) +#EXTINF:-1 tvg-id="BloombergTVPortugal.us" tvg-name="Bloomberg TV (Portugal)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV (Portugal) https://bloomberg-bloomberg-1-pt.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergHT.us" tvg-name="Bloomberg HT" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://upload.wikimedia.org/wikipedia/tr/b/b0/Bloomberg_HT_logosu.png" group-title="Business",Bloomberg HT (720p) +#EXTINF:-1 tvg-id="BloombergHT.us" tvg-name="Bloomberg HT" tvg-country="TR" tvg-language="Turkish" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg HT (720p) https://ciner.daioncdn.net/bloomberght/bloomberght.m3u8 -#EXTINF:-1 tvg-id="BloombergHT.us" tvg-name="Bloomberg HT" tvg-country="US" tvg-language="" tvg-logo="http://www.bloomberght.com/images/logo.png" group-title="",Bloomberg HT +#EXTINF:-1 tvg-id="BloombergHT.us" tvg-name="Bloomberg HT" tvg-country="US" tvg-language="Turkish" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg HT https://ciner.daioncdn.net/bloomberght/bloomberght_720p.m3u8 -#EXTINF:-1 tvg-id="BLOOMBERGHT.us" tvg-name="BLOOMBERG HT" tvg-country="US" tvg-language="" tvg-logo="" group-title="",BLOOMBERG HT +#EXTINF:-1 tvg-id="BloombergHT.us" tvg-name="Bloomberg HT" tvg-country="US" tvg-language="Turkish" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg HT https://tv.ensonhaber.com/tv/tr/bloomberght/index.m3u8 -#EXTINF:-1 tvg-id="BloombergQuickTake.us" tvg-name="Bloomberg QuickTake" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Bloomberg QuickTake +#EXTINF:-1 tvg-id="BloombergQuickTake.us" tvg-name="Bloomberg QuickTake" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg QuickTake https://bloomberg-quicktake-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktake.us" tvg-name="Bloomberg Quicktake" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake -https://bloomberg-quicktake-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktake.us" tvg-name="Bloomberg Quicktake" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake -https://csm-e-eb.csm.tubi.video/csm/live/283326845.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktake.us" tvg-name="Bloomberg Quicktake" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake -https://d1g4mbj10o50ni.cloudfront.net/qt/Channel-QT-TX-AWS-virginia-2/Source-QT-10M-2-sn9jy9-BP-07-02-oNnPi5xc6sq_live.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktake.us" tvg-name="Bloomberg Quicktake" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake -https://d1g4mbj10o50ni.cloudfront.net/qt/Channel-QT-TX-AWS-virginia-2/Source-QT-10M-2-sn9jy9-BP-07-03-qPp9HnlfNtK_live.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktake.us" tvg-name="Bloomberg Quicktake" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fd90265be57a052ad272332" group-title="News",Bloomberg Quicktake -https://localnow.bmd.bloomberg.com/hls/manifests/quicktake_linear_us/master.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktake.us" tvg-name="Bloomberg Quicktake" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AtaKJmv.jpg" group-title="Business",Bloomberg Quicktake (1080p) -https://www.bloomberg.com/media-manifest/streams/qt.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktakeAustralia.us" tvg-name="Bloomberg Quicktake (Australia)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Australia) -https://bloomberg-quicktake-1-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktakeBelgium.us" tvg-name="Bloomberg Quicktake (Belgium)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Belgium) -https://bloomberg-quicktake-1-be.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktakeDenmark.us" tvg-name="Bloomberg Quicktake (Denmark)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Denmark) -https://bloomberg-quicktake-1-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktakeFinland.us" tvg-name="Bloomberg Quicktake (Finland)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Finland) -https://bloomberg-quicktake-1-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktakeIreland.us" tvg-name="Bloomberg Quicktake (Ireland)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Ireland) -https://bloomberg-quicktake-1-ie.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktakeLuxemburg.us" tvg-name="Bloomberg Quicktake (Luxemburg)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Luxemburg) -https://bloomberg-quicktake-1-lu.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktakeNorway.us" tvg-name="Bloomberg Quicktake (Norway)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Norway) -https://bloomberg-quicktake-1-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktakePortugal.us" tvg-name="Bloomberg Quicktake (Portugal)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Portugal) -https://bloomberg-quicktake-1-pt.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTelevisionMexico.us" tvg-name="Bloomberg Television (Mexico)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg Television (Mexico) -https://bloomberg-bloomberg-5-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTV.us" tvg-name="Bloomberg TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg TV -https://liveprodapnortheast.akamaized.net/ap1/Channel-APTVqvs-AWS-tokyo-1/Source-APTVqvs-700-1_live.m3u8 -#EXTINF:-1 tvg-id="BloombergTelevision.us" tvg-name="Bloomberg Television" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc80f36394f9c3829386e02" group-title="News",Bloomberg TV -https://localnow.bmd.bloomberg.com/hls/manifests/bmd_us_tickerless/master.m3u8 -#EXTINF:-1 tvg-id="BloombergTVAustralia.us" tvg-name="Bloomberg TV (Australia)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Australia) -https://bloomberg-bloomberg-2-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVBelgium.us" tvg-name="Bloomberg TV (Belgium)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Belgium) -https://bloomberg-bloomberg-1-be.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVBrazil.us" tvg-name="Bloomberg TV (Brazil)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Brazil) -https://bloomberg-bloomberg-3-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVDenmark.us" tvg-name="Bloomberg TV (Denmark)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Denmark) -https://bloomberg-bloomberg-1-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVFinland.us" tvg-name="Bloomberg TV (Finland)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Finland) -https://bloomberg-bloomberg-1-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVIreland.us" tvg-name="Bloomberg TV (Ireland)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Ireland) -https://bloomberg-bloomberg-1-ie.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVLuxemburg.us" tvg-name="Bloomberg TV (Luxemburg)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Luxemburg) -https://bloomberg-bloomberg-1-lu.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVNorway.us" tvg-name="Bloomberg TV (Norway)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Norway) -https://bloomberg-bloomberg-1-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVPlutoTV.us" tvg-name="Bloomberg TV (Pluto TV)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Pluto TV) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/54ff7ba69222cb1c2624c584/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=224&deviceId=54ff7ba69222cb1c2624c584&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="BloombergTVAsia.us" tvg-name="Bloomberg TV Asia" tvg-country="APAC" tvg-language="English" tvg-logo="" group-title="Business",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="BloombergTVAsia.us" tvg-name="Bloomberg TV Asia" tvg-country="APAC" tvg-language="English" tvg-logo="https://i.imgur.com/3gi2eBn.jpg" group-title="Business",Bloomberg TV Asia (720p) -https://www.bloomberg.com/media-manifest/streams/asia.m3u8 -#EXTINF:-1 tvg-id="BloombergTVAsiaLiveEvent.us" tvg-name="Bloomberg TV Asia Live Event" tvg-country="APAC" tvg-language="English" tvg-logo="https://i.imgur.com/EEAwv8z.jpg" group-title="Business",Bloomberg TV Asia Live Event (720p) -https://www.bloomberg.com/media-manifest/streams/asia-event.m3u8 -#EXTINF:-1 tvg-id="BloombergTVAustralia.us" tvg-name="Bloomberg TV Australia" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.bloomberg.png" group-title="Business",Bloomberg TV Australia (720p) [Geo-blocked] -https://i.mjh.nz/au/Sydney/tv.bloomberg.m3u8 -#EXTINF:-1 tvg-id="BloombergTVAustralia.us" tvg-name="Bloomberg TV Australia" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/KKFqbHw.png" group-title="Business",Bloomberg TV Australia -https://liveprodapnortheast.akamaized.net/oz1/Channel-OZTVqvs-AWS-tokyo-1/Source-OZTVqvs-440-1_live.m3u8 -#EXTINF:-1 tvg-id="BloombergTVAustralia.us" tvg-name="Bloomberg TV Australia" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/VsvBUCa.jpg" group-title="Business",Bloomberg TV Australia (720p) -https://liveprodapnortheast.global.ssl.fastly.net/oz1/Channel-OZTVqvs-AWS-tokyo-1/Source-OZTVqvs-1000-1_live.m3u8 -#EXTINF:-1 tvg-id="BloombergTVAustralia.us" tvg-name="Bloomberg TV Australia" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/VsvBUCa.jpg" group-title="Business",Bloomberg TV Australia (720p) -https://www.bloomberg.com/media-manifest/streams/aus.m3u8 -#EXTINF:-1 tvg-id="BloombergTVEMEALiveEvent.us" tvg-name="Bloomberg TV EMEA Live Event" tvg-country="EMEA" tvg-language="English" tvg-logo="https://i.imgur.com/EEAwv8z.jpg" group-title="Business",Bloomberg TV EMEA Live Event (720p) -https://www.bloomberg.com/media-manifest/streams/eu-event.m3u8 -#EXTINF:-1 tvg-id="BloombergTVEurope.us" tvg-name="Bloomberg TV Europe" tvg-country="EUR" tvg-language="English" tvg-logo="https://i.imgur.com/XCbSfMb.jpg" group-title="Business",Bloomberg TV Europe (2160p) -https://bloomberg-bloombergtv-1-de.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVEurope.us" tvg-name="Bloomberg TV Europe" tvg-country="EUR" tvg-language="English" tvg-logo="https://i.imgur.com/XCbSfMb.jpg" group-title="Business",Bloomberg TV Europe (2160p) -https://bloomberg-bloombergtv-1-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVEurope.us" tvg-name="Bloomberg TV Europe" tvg-country="EUR" tvg-language="English" tvg-logo="https://i.imgur.com/UuO7vxr.jpg" group-title="Business",Bloomberg TV Europe (720p) -https://liveprodeuwest.akamaized.net/eu1/Channel-EUTVqvs-AWS-ireland-1/Source-EUTVqvs-1000-1_live.m3u8 -#EXTINF:-1 tvg-id="BloombergTVEurope.us" tvg-name="Bloomberg TV Europe" tvg-country="EUR" tvg-language="English" tvg-logo="https://1.bp.blogspot.com/-PbJbgwulmgg/XlcvWvE1krI/AAAAAAAArqk/GybN3PTg-tAskuSoJQe3hfT2CvPXdA1WwCLcBGAsYHQ/s320/Bloomberg%2BTelevision.jpg" group-title="Business",Bloomberg TV Europe (720p) -https://liveprodeuwest.global.ssl.fastly.net/eu1/Channel-EUTVqvs-AWS-ireland-1/Source-EUTVqvs-700-1_live.m3u8 -#EXTINF:-1 tvg-id="BloombergTVEurope.us" tvg-name="Bloomberg TV Europe" tvg-country="EUR" tvg-language="English" tvg-logo="https://i.imgur.com/UuO7vxr.jpg" group-title="Business",Bloomberg TV Europe (720p) -https://www.bloomberg.com/media-manifest/streams/eu.m3u8 -#EXTINF:-1 tvg-id="BloombergTVQuicktake.us" tvg-name="Bloomberg TV Quicktake" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/11162020/Bloomberg_Quicktake_190x190.png?raw=true" group-title="",Bloomberg TV Quicktake +#EXTINF:-1 tvg-id="BloombergTVQuicktake.us" tvg-name="Bloomberg Quicktake" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake https://bloomberg-quicktake-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVUS.us" tvg-name="Bloomberg TV US" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Business",Bloomberg TV US (180p) +#EXTINF:-1 tvg-id="BloombergQuicktake.us" tvg-name="Bloomberg Quicktake" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake +https://bloomberg-quicktake-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergQuicktake.us" tvg-name="Bloomberg Quicktake" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake +https://csm-e-eb.csm.tubi.video/csm/live/283326845.m3u8 +#EXTINF:-1 tvg-id="BloombergQuicktake.us" tvg-name="Bloomberg Quicktake" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake +https://d1g4mbj10o50ni.cloudfront.net/qt/Channel-QT-TX-AWS-virginia-2/Source-QT-10M-2-sn9jy9-BP-07-02-oNnPi5xc6sq_live.m3u8 +#EXTINF:-1 tvg-id="BloombergQuicktake.us" tvg-name="Bloomberg Quicktake" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake +https://d1g4mbj10o50ni.cloudfront.net/qt/Channel-QT-TX-AWS-virginia-2/Source-QT-10M-2-sn9jy9-BP-07-03-qPp9HnlfNtK_live.m3u8 +#EXTINF:-1 tvg-id="BloombergQuicktake.us" tvg-name="Bloomberg Quicktake" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake +https://localnow.bmd.bloomberg.com/hls/manifests/quicktake_linear_us/master.m3u8 +#EXTINF:-1 tvg-id="BloombergQuicktake.us" tvg-name="Bloomberg Quicktake" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake (1080p) +https://www.bloomberg.com/media-manifest/streams/qt.m3u8 +#EXTINF:-1 tvg-id="BloombergQuicktakeAustralia.us" tvg-name="Bloomberg Quicktake (Australia)" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake (Australia) +https://bloomberg-quicktake-1-au.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergQuicktakeBelgium.us" tvg-name="Bloomberg Quicktake (Belgium)" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake (Belgium) +https://bloomberg-quicktake-1-be.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergQuicktakeDenmark.us" tvg-name="Bloomberg Quicktake (Denmark)" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake (Denmark) +https://bloomberg-quicktake-1-dk.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergQuicktakeFinland.us" tvg-name="Bloomberg Quicktake (Finland)" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake (Finland) +https://bloomberg-quicktake-1-fi.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergQuicktakeIreland.us" tvg-name="Bloomberg Quicktake (Ireland)" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake (Ireland) +https://bloomberg-quicktake-1-ie.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergQuicktakeLuxemburg.us" tvg-name="Bloomberg Quicktake (Luxemburg)" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake (Luxemburg) +https://bloomberg-quicktake-1-lu.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergQuicktakeNorway.us" tvg-name="Bloomberg Quicktake (Norway)" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake (Norway) +https://bloomberg-quicktake-1-no.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergQuicktakePortugal.us" tvg-name="Bloomberg Quicktake (Portugal)" tvg-country="US" tvg-language="English" tvg-logo="https://www.adweek.com/wp-content/uploads/2019/12/quicktake-bloomberg-tictoc-CONTENT-2019-640x360.jpg" group-title="General",Bloomberg Quicktake (Portugal) +https://bloomberg-quicktake-1-pt.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergTVMexico.us" tvg-name="Bloomberg TV (Mexico)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV (Mexico) +https://bloomberg-bloomberg-5-mx.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergTV.us" tvg-name="Bloomberg TV" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV +https://liveprodapnortheast.akamaized.net/ap1/Channel-APTVqvs-AWS-tokyo-1/Source-APTVqvs-700-1_live.m3u8 +#EXTINF:-1 tvg-id="BloombergTV.us" tvg-name="Bloomberg TV" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV +https://localnow.bmd.bloomberg.com/hls/manifests/bmd_us_tickerless/master.m3u8 +#EXTINF:-1 tvg-id="BloombergTVAustralia.us" tvg-name="Bloomberg TV (Australia)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV (Australia) +https://bloomberg-bloomberg-2-au.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergTVBelgium.us" tvg-name="Bloomberg TV (Belgium)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV (Belgium) +https://bloomberg-bloomberg-1-be.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergTVBrazil.us" tvg-name="Bloomberg TV (Brazil)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV (Brazil) +https://bloomberg-bloomberg-3-br.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergTVDenmark.us" tvg-name="Bloomberg TV (Denmark)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV (Denmark) +https://bloomberg-bloomberg-1-dk.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergTVFinland.us" tvg-name="Bloomberg TV (Finland)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV (Finland) +https://bloomberg-bloomberg-1-fi.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergTVIreland.us" tvg-name="Bloomberg TV (Ireland)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV (Ireland) +https://bloomberg-bloomberg-1-ie.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergTVLuxemburg.us" tvg-name="Bloomberg TV (Luxemburg)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV (Luxemburg) +https://bloomberg-bloomberg-1-lu.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergTVNorway.us" tvg-name="Bloomberg TV (Norway)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV (Norway) +https://bloomberg-bloomberg-1-no.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergTVPlutoTV.us" tvg-name="Bloomberg TV (Pluto TV)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV (Pluto TV) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/54ff7ba69222cb1c2624c584/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=224&deviceId=54ff7ba69222cb1c2624c584&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false +#EXTINF:-1 tvg-id="BloombergTVAsia.us" tvg-name="Bloomberg TV Asia" tvg-country="APAC" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",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="BloombergTVAsia.us" tvg-name="Bloomberg TV Asia" tvg-country="APAC" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV Asia (720p) +https://www.bloomberg.com/media-manifest/streams/asia.m3u8 +#EXTINF:-1 tvg-id="BloombergTVAsiaLiveEvent.us" tvg-name="Bloomberg TV Asia Live Event" tvg-country="APAC" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV Asia Live Event (720p) +https://www.bloomberg.com/media-manifest/streams/asia-event.m3u8 +#EXTINF:-1 tvg-id="BloombergTVAustralia.us" tvg-name="Bloomberg TV Australia" tvg-country="AU" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV Australia (720p) [Geo-blocked] +https://i.mjh.nz/au/Sydney/tv.bloomberg.m3u8 +#EXTINF:-1 tvg-id="BloombergTVAustralia.us" tvg-name="Bloomberg TV Australia" tvg-country="AU" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV Australia +https://liveprodapnortheast.akamaized.net/oz1/Channel-OZTVqvs-AWS-tokyo-1/Source-OZTVqvs-440-1_live.m3u8 +#EXTINF:-1 tvg-id="BloombergTVAustralia.us" tvg-name="Bloomberg TV Australia" tvg-country="AU" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV Australia (720p) +https://liveprodapnortheast.global.ssl.fastly.net/oz1/Channel-OZTVqvs-AWS-tokyo-1/Source-OZTVqvs-1000-1_live.m3u8 +#EXTINF:-1 tvg-id="BloombergTVAustralia.us" tvg-name="Bloomberg TV Australia" tvg-country="AU" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV Australia (720p) +https://www.bloomberg.com/media-manifest/streams/aus.m3u8 +#EXTINF:-1 tvg-id="BloombergTVEMEALiveEvent.us" tvg-name="Bloomberg TV EMEA Live Event" tvg-country="EMEA" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV EMEA Live Event (720p) +https://www.bloomberg.com/media-manifest/streams/eu-event.m3u8 +#EXTINF:-1 tvg-id="BloombergTVEurope.us" tvg-name="Bloomberg TV Europe" tvg-country="EUR" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV Europe (2160p) +https://bloomberg-bloombergtv-1-de.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergTVEurope.us" tvg-name="Bloomberg TV Europe" tvg-country="EUR" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV Europe (2160p) +https://bloomberg-bloombergtv-1-it.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergTVEurope.us" tvg-name="Bloomberg TV Europe" tvg-country="EUR" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV Europe (720p) +https://liveprodeuwest.akamaized.net/eu1/Channel-EUTVqvs-AWS-ireland-1/Source-EUTVqvs-1000-1_live.m3u8 +#EXTINF:-1 tvg-id="BloombergTVEurope.us" tvg-name="Bloomberg TV Europe" tvg-country="EUR" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV Europe (720p) +https://liveprodeuwest.global.ssl.fastly.net/eu1/Channel-EUTVqvs-AWS-ireland-1/Source-EUTVqvs-700-1_live.m3u8 +#EXTINF:-1 tvg-id="BloombergTVEurope.us" tvg-name="Bloomberg TV Europe" tvg-country="EUR" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV Europe (720p) +https://www.bloomberg.com/media-manifest/streams/eu.m3u8 +#EXTINF:-1 tvg-id="BloombergTVUS.us" tvg-name="Bloomberg TV US" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV US (180p) https://ch.iptvmate.net/d45029521a599f98f4f0383aacc33b92.m3u8 -#EXTINF:-1 tvg-id="BloombergTVUS.us" tvg-name="Bloomberg TV US" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XCbSfMb.jpg" group-title="Business",Bloomberg TV US (720p) +#EXTINF:-1 tvg-id="BloombergTVUS.us" tvg-name="Bloomberg TV US" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV US (720p) https://liveproduseast.akamaized.net/us/Channel-USTV-AWS-virginia-1/Source-USTV-1000-1_live.m3u8 -#EXTINF:-1 tvg-id="BloombergTVUS.us" tvg-name="Bloomberg TV US" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XCbSfMb.jpg" group-title="Business",Bloomberg TV US (180p) +#EXTINF:-1 tvg-id="BloombergTVUS.us" tvg-name="Bloomberg TV US" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV US (180p) https://liveproduseast.global.ssl.fastly.net/us/Channel-USTV-AWS-virginia-1/Source-USTV-240-1_live.m3u8 -#EXTINF:-1 tvg-id="BloombergTVUS.us" tvg-name="Bloomberg TV US" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Business",Bloomberg TV US (720p) +#EXTINF:-1 tvg-id="BloombergTVUS.us" tvg-name="Bloomberg TV US" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV US (720p) https://www.bloomberg.com/media-manifest/streams/us.m3u8 -#EXTINF:-1 tvg-id="BloombergTVUSLiveEvent.us" tvg-name="Bloomberg TV US Live Event" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Business",Bloomberg TV US Live Event (720p) +#EXTINF:-1 tvg-id="BloombergTVUSLiveEvent.us" tvg-name="Bloomberg TV US Live Event" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV US Live Event (720p) https://www.bloomberg.com/media-manifest/streams/us-event.m3u8 -#EXTINF:-1 tvg-id="BloombergTVUSPoliticsLiveEvent.us" tvg-name="Bloomberg TV US Politics Live Event" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/4UIqtXt.jpg" group-title="Business",Bloomberg TV US Politics Live Event (720p) +#EXTINF:-1 tvg-id="BloombergTVUSPoliticsLiveEvent.us" tvg-name="Bloomberg TV US Politics Live Event" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV US Politics Live Event (720p) https://www.bloomberg.com/media-manifest/streams/politics.m3u8 -#EXTINF:-1 tvg-id="BloombergTVPlus.us" tvg-name="Bloomberg TV+" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fhcaNlc.png" group-title="Business",Bloomberg TV+ (2160p) +#EXTINF:-1 tvg-id="BloombergTVPlus.us" tvg-name="Bloomberg TV+" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV+ (2160p) https://bloomberg-bloombergtv-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVPlusFrance.us" tvg-name="Bloomberg TV+ (France)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fhcaNlc.png" group-title="Business",Bloomberg TV+ (France) (2160p) +#EXTINF:-1 tvg-id="BloombergTVPlusFrance.us" tvg-name="Bloomberg TV+ (France)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV+ (France) (2160p) https://bloomberg-bloombergtv-1-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVPlusUS.us" tvg-name="Bloomberg TV+ (Phoenix)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Business",Bloomberg TV+ (Phoenix) (1080p) +#EXTINF:-1 tvg-id="BloombergTVPlusUS.us" tvg-name="Bloomberg TV+ (Phoenix)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV+ (Phoenix) (1080p) https://www.bloomberg.com/media-manifest/streams/phoenix-us.m3u8 -#EXTINF:-1 tvg-id="BloombergTVPlusSpain.us" tvg-name="Bloomberg TV+ (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bloomberg TV+ (Spain) +#EXTINF:-1 tvg-id="BloombergTVPlusSpain.us" tvg-name="Bloomberg TV+ (Spain)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV+ (Spain) https://bloomberg-bloombergtv-1-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVPlusUS.us" tvg-name="Bloomberg TV+ US" tvg-country="US" tvg-language="English" tvg-logo="https://1.bp.blogspot.com/-PbJbgwulmgg/XlcvWvE1krI/AAAAAAAArqk/GybN3PTg-tAskuSoJQe3hfT2CvPXdA1WwCLcBGAsYHQ/s320/Bloomberg%2BTelevision.jpg" group-title="Business",Bloomberg TV+ US (1080p) +#EXTINF:-1 tvg-id="BloombergTVPlusUS.us" tvg-name="Bloomberg TV+ US" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg TV+ US (1080p) https://liveprodusphoenixeast.akamaized.net/USPhx-HD/Channel-TX-USPhx-AWS-virginia-1/Source-USPhx-16k-1-s6lk2-BP-07-02-81ykIWnsMsg_live.m3u8 -#EXTINF:-1 tvg-id="BloombergUSDesktop.us" tvg-name="Bloomberg US Desktop" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/Bloomberg_512x512.png" group-title="",Bloomberg US Desktop +#EXTINF:-1 tvg-id="BloombergUSDesktop.us" tvg-name="Bloomberg US Desktop" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg US Desktop https://liveprodusphoenixeast.global.ssl.fastly.net/USPhx-HD/Channel-TX-USPhx-AWS-virginia-1/Source-USPhx-16k-1-s6lk2-BP-07-03-0Yn1cQZHOtP_live.m3u8 -#EXTINF:-1 tvg-id="BloombergMeiGuo.us" tvg-name="Bloomberg(็พŽๅ›ฝ)" tvg-country="US" tvg-language="English" tvg-logo="http://static.epg.best/us/BloombergTV.us.png" group-title="News",Bloomberg(็พŽๅ›ฝ) +#EXTINF:-1 tvg-id="BloombergMeiGuo.us" tvg-name="Bloomberg(็พŽๅ›ฝ)" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg(็พŽๅ›ฝ) https://liveproduseast.global.ssl.fastly.net/us/Channel-USTV-AWS-virginia-1/Source-USTV-1000-1_live.m3u8 -#EXTINF:-1 tvg-id="BloombergPlus4K.us" tvg-name="Bloomberg+ 4K" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/idRFfhY.png" group-title="Business",Bloomberg+ 4K (2160p) +#EXTINF:-1 tvg-id="BloombergPlus4K.us" tvg-name="Bloomberg+ 4K" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-profiles.tunein.com/s47135/images/logog.png" group-title="Business",Bloomberg+ 4K (2160p) https://bloomberg-bloombergtv-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Bluegrass4U.us" tvg-name="Bluegrass 4U" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/nm3N3aw.png" group-title="",Bluegrass 4U +#EXTINF:-1 tvg-id="BluegrassMusic4U.us" tvg-name="Bluegrass Music 4U" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nm3N3aw.png" group-title="Music",Bluegrass Music 4U https://59d39900ebfb8.streamlock.net/blugrassmusic/blugrassmusic/playlist.m3u8 -#EXTINF:-1 tvg-id="BonAppetit.us" tvg-name="Bon Appetit" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bon Appetit +#EXTINF:-1 tvg-id="bonappetit.us" tvg-name="bon appรฉtit" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YhFFxlE.png" group-title="Cooking",bon appรฉtit https://bonappetit-roku-us.amagi.tv/hls/amagi_hls_data_condenast-bonappetitroku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="BonAppetit.us" tvg-name="Bon Appetit" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YhFFxlE.png" group-title="Cooking",Bon Appetit (1080p) +#EXTINF:-1 tvg-id="bonappetit.us" tvg-name="bon appรฉtit" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YhFFxlE.png" group-title="Cooking",bon appรฉtit (1080p) https://bonappetit-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BonAppetit.us" tvg-name="Bon Appetit" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bon Appetit -https://condenast-bonappetit-vizio.amagi.tv/playlist480p.m3u8 -#EXTINF:-1 tvg-id="BonAppetit.us" tvg-name="Bon Appetit" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Bon Appetit +#EXTINF:-1 tvg-id="bonappetit.us" tvg-name="bon appรฉtit" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YhFFxlE.png" group-title="Cooking",bon appรฉtit +https://condenast-bonappetit-vizio.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="bonappetit.us" tvg-name="bon appรฉtit" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YhFFxlE.png" group-title="Cooking",bon appรฉtit https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbonappetit/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="BonanzaSTIRR.us" tvg-name="Bonanza (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/3385dd03-f70f-42e3-b1e6-98b8b5078a8c-small3x1_stirr_0120_epg_Bonanza_1920x1080.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Classic",Bonanza (STIRR) (720p) https://dai.google.com/linear/hls/event/LeVr-Z0_Q4qMDdXx7zr22w/master.m3u8 -#EXTINF:-1 tvg-id="Bonappetit.us" tvg-name="Bonappetit" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Bonappetit -https://condenast-bonappetit-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Boomerang.us" tvg-name="Boomerang" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Kids",Boomerang +#EXTINF:-1 tvg-id="Boomerang.us" tvg-name="Boomerang" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/TC1XXLm.png" group-title="Kids",Boomerang http://27.254.130.56:80/live01/ch18.m3u8 -#EXTINF:-1 tvg-id="Boston25NewsWFXT.us" tvg-name="Boston 25 News (WFXT)" tvg-country="US" tvg-language="English" tvg-logo="https://media.myfoxbostoncom.cmgdigital.com/photo/2018/07/19/logo-main-wfxt_1532037842427_12380292_ver1.0.png" group-title="Local",Boston 25 News (WFXT) +#EXTINF:-1 tvg-id="Boston25NewsWFXT.us" tvg-name="Boston 25 News (WFXT)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/zR5Ut5V.png" group-title="Local",Boston 25 News (WFXT) 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="Bounce.us" tvg-name="Bounce" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YoiQKeG.png" group-title="General",Bounce (720p) https://bozztv.com/teleyupp/teleup-bounce/playlist.m3u8 -#EXTINF:-1 tvg-id="BowieTV.us" tvg-name="Bowie TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",Bowie TV (720p) +#EXTINF:-1 tvg-id="BowieTV.us" tvg-name="Bowie TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/8C4Ak9o.png" group-title="Local",Bowie TV (720p) https://granicusliveus3-a.akamaihd.net/cityofbowie/G0466_001/playlist.m3u8 #EXTINF:-1 tvg-id="BratTV.us" tvg-name="Brat TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/lhjj94a.png" group-title="Kids",Brat TV (1080p) https://brat-rakuten.amagi.tv/playlist.m3u8 @@ -578,39 +574,39 @@ https://brat-roku-us.amagi.tv/playlist.m3u8 https://brat-samsung-us.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="BratTV.us" tvg-name="Brat TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/lhjj94a.png" group-title="Kids",Brat TV (1080p) https://brat-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="bspoketv.us" tvg-name="bspoketv" tvg-country="US" tvg-language="" tvg-logo="" group-title="",bspoketv +#EXTINF:-1 tvg-id="bspoketv.us" tvg-name="bspoketv" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jsiHrMV.png" group-title="lifestyle",bspoketv https://bspoketv.s.llnwi.net/streams/322/master.m3u8 -#EXTINF:-1 tvg-id="bspoketvHD.us" tvg-name="bspoketv HD" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",bspoketv HD +#EXTINF:-1 tvg-id="bspoketvHD.us" tvg-name="bspoketv HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jsiHrMV.png" group-title="Lifestyle",bspoketv HD https://bspoketv.nexustreamer.com/distrotv-usa/master.m3u8 #EXTINF:-1 tvg-id="BuffaloTV.us" tvg-name="Buffalo TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",Buffalo TV (360p) https://na-all15.secdn.net/pegstream3-live/play/c3e1e4c4-7f11-4a54-8b8f-c590a95b4ade/playlist.m3u8 -#EXTINF:-1 tvg-id="BusinessRockstars.us" tvg-name="Business Rockstars" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/BusinessRockstars_1400x1400.png?raw=true" group-title="",Business Rockstars +#EXTINF:-1 tvg-id="BusinessRockstars.us" tvg-name="Business Rockstars" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/BusinessRockstars_1400x1400.png?raw=true" group-title="Business",Business Rockstars https://content.uplynk.com/channel/7ad2b600b40b4a89933ab6981757f8b3.m3u8 #EXTINF:-1 tvg-id="ButacaTV.us" tvg-name="Butaca.TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Butaca.TV https://veranda-butacatv-1-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="BUTV10BostonUniversity.us" tvg-name="BUTV10 (Boston University)" tvg-country="US" tvg-language="English" tvg-logo="http://www.butv10.com/wp-content/themes/butv10/_images/favicon.png" group-title="Local",BUTV10 (Boston University) http://butv10-livestream.bu.edu/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 -#EXTINF:-1 tvg-id="Buzzr.us" tvg-name="Buzzr" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Buzzr +#EXTINF:-1 tvg-id="Buzzr.us" tvg-name="Buzzr" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/BUZZR_190x190.png?raw=true" group-title="",Buzzr https://a.jsrdn.com/broadcast/ds80weh4/c.m3u8 -#EXTINF:-1 tvg-id="Buzzr.us" tvg-name="Buzzr" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Buzzr +#EXTINF:-1 tvg-id="Buzzr.us" tvg-name="Buzzr" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/BUZZR_190x190.png?raw=true" group-title="",Buzzr https://buzzr-roku-us.amagi.tv/hls/amagi_hls_data_buzzrAAAA-buzzr/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Buzzr.us" tvg-name="Buzzr" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Buzzr +#EXTINF:-1 tvg-id="Buzzr.us" tvg-name="Buzzr" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/BUZZR_190x190.png?raw=true" group-title="",Buzzr https://buzzr-roku-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Buzzr.us" tvg-name="Buzzr" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/BUZZR_190x190.png?raw=true" group-title="",Buzzr +#EXTINF:-1 tvg-id="Buzzr.us" tvg-name="Buzzr" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/BUZZR_190x190.png?raw=true" group-title="",Buzzr https://buzzr-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Buzzr.us" tvg-name="Buzzr" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/BUZZR.png" group-title="",Buzzr +#EXTINF:-1 tvg-id="Buzzr.us" tvg-name="Buzzr" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/BUZZR.png" group-title="",Buzzr https://buzzrota-web.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Buzzr.us" tvg-name="Buzzr" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/CP05YX0.jpg" group-title="Entertainment",Buzzr (1080p) https://dai.google.com/linear/hls/event/wFZ1ufQ8ToaSdPgGtbBbpw/master.m3u8 #EXTINF:-1 tvg-id="byuTV.us" tvg-name="byu TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/TDRDF4q.png" group-title="General",byu TV https://a.jsrdn.com/broadcast/d5b46/+0000/high/c.m3u8 -#EXTINF:-1 tvg-id="CSPAN-US" tvg-name="CSPAN-US" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xGBmzm3.png" group-title="Legislative",C-SPAN (720p) +#EXTINF:-1 tvg-id="CSPAN.us" tvg-name="C-SPAN" tvg-country="US" tvg-language="English" tvg-logo="https://www.dailydot.com/wp-content/uploads/2020/08/CSpan.png" group-title="Legislative",C-SPAN (720p) https://bozztv.com/teleyupp/teleup-cspan/playlist.m3u8 -#EXTINF:-1 tvg-id="CSPAN-US" tvg-name="CSPAN-US" tvg-country="US" tvg-language="English" tvg-logo="https://s3.amazonaws.com/schedulesdirect/assets/stationLogos/s10161_h3_aa.png" group-title="Legislative",C-Span (108p) +#EXTINF:-1 tvg-id="CSPAN.us" tvg-name="C-SPAN" tvg-country="US" tvg-language="English" tvg-logo="https://www.dailydot.com/wp-content/uploads/2020/08/CSpan.png" group-title="Legislative",C-SPAN (108p) https://skystreams-lh.akamaihd.net/i/SkyC1_1@500806/master.m3u8 -#EXTINF:-1 tvg-id="CSPAN 2-US" tvg-name="CSPAN 2-US" tvg-country="US" tvg-language="English" tvg-logo="https://cdn.tvpassport.com/image/station/240x135/cspan2.png" group-title="Legislative",C-Span 2 (108p) +#EXTINF:-1 tvg-id="CSPAN2.us" tvg-name="C-SPAN 2" tvg-country="US" tvg-language="English" tvg-logo="https://cdn.tvpassport.com/image/station/240x135/cspan2.png" group-title="Legislative",C-SPAN 2 (108p) https://skystreams-lh.akamaihd.net/i/SkyC2_1@500807/master.m3u8 -#EXTINF:-1 tvg-id="CSPAN 3-US" tvg-name="CSPAN 3-US" tvg-country="US" tvg-language="English" tvg-logo="https://cdn.tvpassport.com/image/station/240x135/cspan3.png" group-title="Legislative",C-Span 3 (108p) +#EXTINF:-1 tvg-id="CSPAN3.us" tvg-name="C-SPAN 3" tvg-country="US" tvg-language="English" tvg-logo="https://cdn.tvpassport.com/image/station/240x135/cspan3.png" group-title="Legislative",C-SPAN 3 (108p) https://skystreams-lh.akamaihd.net/i/SkyC3_1@500808/master.m3u8 #EXTINF:-1 tvg-id="CaliforniaMusicChannel.us" tvg-name="California Music Channel" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/CMC_576x576.png?raw=true" group-title="Music",California Music Channel https://cmctv.ios.internapcdn.net/cmctv_vitalstream_com/live_1/CMC-TV/playlist.m3u8 @@ -624,219 +620,219 @@ https://dai.google.com/linear/hls/event/sHnor7AERX60rGA1kR_wPA/master.m3u8 https://dai.google.com/linear/hls/event/tFAJ7xPcTYaLKwIfUA-JIw/master.m3u8 #EXTINF:-1 tvg-id="CaliforniaLosAngelesSTIRR.us" tvg-name="California: Los Angeles (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",California: Los Angeles (STIRR) (720p) https://dai.google.com/linear/hls/event/n3PVAFmPTJSVYjdSVf7XZw/master.m3u8 -#EXTINF:-1 tvg-id="CameraSmileTV.us" tvg-name="Camera Smile TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Comedy",Camera Smile TV +#EXTINF:-1 tvg-id="CameraSmileTV.us" tvg-name="Camera Smile TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/NG9W4vU.png" group-title="Comedy",Camera Smile TV https://playout4multirtmp.tulix.tv/live7/Stream1/playlist.m3u8 -#EXTINF:-1 tvg-id="CampSpoopy.us" tvg-name="Camp Spoopy" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Kids",Camp Spoopy +#EXTINF:-1 tvg-id="CampSpoopy.us" tvg-name="Camp Spoopy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/t3Jsks7.png" group-title="Kids",Camp Spoopy https://stream.ads.ottera.tv/playlist.m3u8?network_id=269 -#EXTINF:-1 tvg-id="CanelaTV.us" tvg-name="Canela TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/D7HC79b.png" group-title="",Canela TV +#EXTINF:-1 tvg-id="CanelaTV.us" tvg-name="Canela TV" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/D7HC79b.png" group-title="",Canela TV https://canelamedia-canelatv-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="CanelaTV.us" tvg-name="Canela TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/D7HC79b.png" group-title="",Canela TV +#EXTINF:-1 tvg-id="CanelaTV.us" tvg-name="Canela TV" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/D7HC79b.png" group-title="",Canela TV https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=65 #EXTINF:-1 tvg-id="CapitalCityConnectionMontgomery.us" tvg-name="Capital City Connection Montgomery" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8w3N2k3.png" group-title="Local",Capital City Connection Montgomery (360p) https://na-us-se13.secdn.net/pegstream3-live/play/5f0d9ca5-4e85-4c01-a426-9ec8d44c2c9c/playlist.m3u8 #EXTINF:-1 tvg-id="CaptitalOTBBetting.us" tvg-name="Captital OTB Betting" tvg-country="US" tvg-language="English" tvg-logo="https://www.capitalotb.com/wp-content/uploads/2019/09/COTB-Logo.png" group-title="Sports",Captital OTB Betting (720p) https://d2up1hmow19bcd.cloudfront.net/livecf/liveracing/playlist.m3u8 -#EXTINF:-1 tvg-id="CarolBurnett.us" tvg-name="Carol Burnett" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Classic",Carol Burnett +#EXTINF:-1 tvg-id="TheCarolBurnettShow.us" tvg-name="The Carol Burnett Show" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/dEmt8Fv.png" group-title="Classic",The Carol Burnett Show https://carolburnett-vizio.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkArabic.us" tvg-name="Cartoon Network Arabic" tvg-country="MENA" tvg-language="Arabic" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Cartoon_Network_Arabic_logo.png/693px-Cartoon_Network_Arabic_logo.png" group-title="Kids",Cartoon Network Arabic (1080p) https://shls-cartoon-net-prod-dub.shahid.net/out/v1/dc4aa87372374325a66be458f29eab0f/index.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkVietnam.us" tvg-name="Cartoon Network Vietnam" tvg-country="VN" tvg-language="Vietnamese" tvg-logo="https://www.lyngsat.com/logo/tv/cc/cartoon_network_global.png" group-title="Kids",Cartoon Network Vietnam (720p) https://htv-drm-live-cdn.fptplay.net/CDN-FPT02/CARTOON-SD-720p/playlist.m3u8 -#EXTINF:-1 tvg-id="CatholicTV.us" tvg-name="Catholic TV" tvg-country="US" tvg-language="" tvg-logo="English" group-title="Religious",Catholic TV (720p) +#EXTINF:-1 tvg-id="CatholicTV.us" tvg-name="Catholic TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/RI9GbLX.jpg" group-title="Religious",Catholic TV (720p) http://catholictvhd-lh.akamaihd.net:80/i/ctvhd_1@88148/master.m3u8 #EXTINF:-1 tvg-id="CatholicTV.us" tvg-name="Catholic TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/RI9GbLX.jpg" group-title="Religious",Catholic TV (720p) https://catholictvhd-lh.akamaihd.net/i/ctvhd_1@88148/master.m3u8 -#EXTINF:-1 tvg-id="CBCNews.us" tvg-name="CBC News" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",CBC News +#EXTINF:-1 tvg-id="CBCNews.us" tvg-name="CBC News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Vxn2w78.png" group-title="News",CBC News https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcbcnews/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="CBCNewsXUMO.us" tvg-name="CBC News (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/gxGGalE.jpg" group-title="News",CBC News (XUMO) +#EXTINF:-1 tvg-id="CBCNewsXUMO.us" tvg-name="CBC News (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Vxn2w78.png" group-title="News",CBC News (XUMO) https://dai2.xumo.com/amagi_hls_data_xumo1212A-cbcnews/CDN/master.m3u8 #EXTINF:-1 tvg-id="CBN.us" tvg-name="CBN" tvg-country="US" tvg-language="English" tvg-logo="http://123tvgo.com/wp-content/uploads/2018/08/cbn-news-269x151.png" group-title="Religious",CBN (1080p) https://bcliveuniv-lh.akamaihd.net/i/news_1@194050/master.m3u8 #EXTINF:-1 tvg-id="CBN.us" tvg-name="CBN" tvg-country="US" tvg-language="English" tvg-logo="http://123tvgo.com/wp-content/uploads/2018/08/cbn-news-269x151.png" group-title="Religious",CBN (1080p) https://bcliveunivsecure-lh.akamaihd.net/i/news_1@500579/master.m3u8 -#EXTINF:-1 tvg-id="CBNEspanol.us" tvg-name="CBN Espaรฑol" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Religious",CBN Espaรฑol (1080p) +#EXTINF:-1 tvg-id="CBNEspanol.us" tvg-name="CBN Espaรฑol" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/Gm4fs9W.png" group-title="Religious",CBN Espaรฑol (1080p) https://bcliveuniv-lh.akamaihd.net/i/iptv2_1@194050/master.m3u8 #EXTINF:-1 tvg-id="CBNFamily.us" tvg-name="CBN Family" tvg-country="US" tvg-language="English" tvg-logo="http://123tvgo.com/wp-content/uploads/2018/08/cbn-news-269x151.png" group-title="Religious",CBN Family (1080p) https://bcliveuniv-lh.akamaihd.net/i/iptv1_1@194050/master.m3u8 #EXTINF:-1 tvg-id="CBNFamily.us" tvg-name="CBN Family" tvg-country="US" tvg-language="English" tvg-logo="http://123tvgo.com/wp-content/uploads/2018/08/cbn-news-269x151.png" group-title="Religious",CBN Family (1080p) https://bcliveunivsecure-lh.akamaihd.net/i/iptv1_1@500579/master.m3u8 -#EXTINF:-1 tvg-id="CBNNews.us" tvg-name="CBN News" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CBN News +#EXTINF:-1 tvg-id="CBNNews.us" tvg-name="CBN News" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/cbnnews.png" group-title="Religious",CBN News http://bcliveuniv-lh.akamaihd.net:80/i/news_1@194050/master.m3u8 #EXTINF:-1 tvg-id="CBNNews.us" tvg-name="CBN News" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/cbnnews.png" group-title="Religious",CBN News https://bcliveuniv-lh.akamaihd.net/i/news_1@194050/index_3000_av-p.m3u8 -#EXTINF:-1 tvg-id="CBNUSA.us" tvg-name="CBN USA" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CBN USA +#EXTINF:-1 tvg-id="CBNUSA.us" tvg-name="CBN USA" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/cbnnews.png" group-title="Religious",CBN USA https://bcliveunivsecure-lh.akamaihd.net/i/iptv2_1@500579/master.m3u8 -#EXTINF:-1 tvg-id="CBSDallasKTVT.us" tvg-name="CBS Dallas (KTVT)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",CBS Dallas (KTVT) (720p) +#EXTINF:-1 tvg-id="CBSDallasKTVT.us" tvg-name="CBS Dallas (KTVT)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Oy5hH08.png" group-title="Local",CBS Dallas (KTVT) (720p) https://cbsn-dal-cedexis.cbsnstream.cbsnews.com/out/v1/ffa98bbf7d2b4c038c229bd4d9122708/master.m3u8 -#EXTINF:-1 tvg-id="CBSDallasKTVT.us" tvg-name="CBS Dallas (KTVT)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",CBS Dallas (KTVT) (180p) +#EXTINF:-1 tvg-id="CBSDallasKTVT.us" tvg-name="CBS Dallas (KTVT)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Oy5hH08.png" group-title="Local",CBS Dallas (KTVT) (180p) https://cbsn-dal-cedexis.cbsnstream.cbsnews.com/out/v1/ffa98bbf7d2b4c038c229bd4d9122708/master_6.m3u8 -#EXTINF:-1 tvg-id="CBSNews.us" tvg-name="CBS News" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/cbsn.png" group-title="News",CBS News +#EXTINF:-1 tvg-id="CBSNews.us" tvg-name="CBS News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="News",CBS News http://cbsnhls-i.akamaihd.net/hls/live/264710/cbsn_hlsprod_2/master.m3u8 -#EXTINF:-1 tvg-id="CBSNews.us" tvg-name="CBS News" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",CBS News (720p) +#EXTINF:-1 tvg-id="CBSNews.us" tvg-name="CBS News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="News",CBS News (720p) https://cbsn-us-cedexis.cbsnstream.cbsnews.com/out/v1/55a8648e8f134e82a470f83d562deeca/master.m3u8 -#EXTINF:-1 tvg-id="CBSNews.us" tvg-name="CBS News" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/cbsn.png" group-title="News",CBS News +#EXTINF:-1 tvg-id="CBSNews.us" tvg-name="CBS News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="News",CBS News https://cbsnewshd-lh.akamaihd.net/i/CBSNHD_7@199302/master.m3u8 -#EXTINF:-1 tvg-id="CBSNews.us" tvg-name="CBS News" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/cbsn.png" group-title="News",CBS News +#EXTINF:-1 tvg-id="CBSNews.us" tvg-name="CBS News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="News",CBS News https://cbsnhls-i.akamaihd.net/hls/live/264710/CBSN_mdialog/prodstream/master.m3u8 #EXTINF:-1 tvg-id="CBSNews.us" tvg-name="CBS News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="News",CBS News (720p) https://dai.google.com/linear/hls/event/Sid4xiTQTkCT1SLu6rjUSQ/master.m3u8 -#EXTINF:-1 tvg-id="CBSNewsBayArea.us" tvg-name="CBS News (Bay Area)" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5eb1afb21486df0007abc57c/colorLogoPNG.png" group-title="Local",CBS News (Bay Area) (720p) +#EXTINF:-1 tvg-id="CBSNewsBayArea.us" tvg-name="CBS News (Bay Area)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="Local",CBS News (Bay Area) (720p) https://dai.google.com/linear/hls/event/VE8b4n-YStusEGv5Z2NmsQ/master.m3u8 -#EXTINF:-1 tvg-id="CBSNewsBayArea.us" tvg-name="CBS News (Bay Area)" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5eb1afb21486df0007abc57c/colorLogoPNG.png" group-title="Local",CBS News (Bay Area) (Pluto TV) (720p) +#EXTINF:-1 tvg-id="CBSNewsBayArea.us" tvg-name="CBS News (Bay Area)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="Local",CBS News (Bay Area) (Pluto TV) (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1afb21486df0007abc57c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="CBSNewsBoston.us" tvg-name="CBS News (Boston)" tvg-country="US" tvg-language="English" tvg-logo="https://cbsnews3.cbsistatic.com/hub/i/r/2019/09/24/0d50a028-008e-4bc3-b644-d37bad126c61/logo-cbsn-boston-1920x1080.jpg" group-title="Local",CBS News (Boston) (720p) +#EXTINF:-1 tvg-id="CBSNewsBoston.us" tvg-name="CBS News (Boston)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="Local",CBS News (Boston) (720p) https://dai.google.com/linear/hls/event/26FJK7wRSo6RhPsK70XS_w/master.m3u8 -#EXTINF:-1 tvg-id="CBSNewsBoston.us" tvg-name="CBS News (Boston)" tvg-country="US" tvg-language="English" tvg-logo="https://cbsnews3.cbsistatic.com/hub/i/r/2019/09/24/0d50a028-008e-4bc3-b644-d37bad126c61/logo-cbsn-boston-1920x1080.jpg" group-title="Local",CBS News (Boston) (Pluto TV) (720p) +#EXTINF:-1 tvg-id="CBSNewsBoston.us" tvg-name="CBS News (Boston)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="Local",CBS News (Boston) (Pluto TV) (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1af2ad345340008fccd1e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="CBSNewsChicago.us" tvg-name="CBS News (Chicago)" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CBSNews.png" group-title="Local",CBS News (Chicago) (720p) +#EXTINF:-1 tvg-id="CBSNewsChicago.us" tvg-name="CBS News (Chicago)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="Local",CBS News (Chicago) (720p) https://dai.google.com/linear/hls/event/DWt8iR1YQ-OJQsxczu8KfQ/master.m3u8 -#EXTINF:-1 tvg-id="CBSNewsChicago.us" tvg-name="CBS News (Chicago)" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CBSNews.png" group-title="Local",CBS News (Chicago) (Pluto TV) (720p) +#EXTINF:-1 tvg-id="CBSNewsChicago.us" tvg-name="CBS News (Chicago)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="Local",CBS News (Chicago) (Pluto TV) (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1aeb2fd4b8a00076c2047/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="CBSNewsDallasFtW.us" tvg-name="CBS News (Dallas-Ft.W.)" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CBSNews.png" group-title="Local",CBS News (Dallas-Ft.W.) +#EXTINF:-1 tvg-id="CBSNewsDallasFtW.us" tvg-name="CBS News (Dallas-Ft.W.)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="Local",CBS News (Dallas-Ft.W.) https://dai.google.com/linear/hls/event/o5J3g4U9T16CvYnS7Qd86Q/master.m3u8 -#EXTINF:-1 tvg-id="CBSNewsDenver.us" tvg-name="CBS News (Denver)" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CBSNews.png" group-title="Local",CBS News (Denver) +#EXTINF:-1 tvg-id="CBSNewsDenver.us" tvg-name="CBS News (Denver)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="Local",CBS News (Denver) https://dai.google.com/linear/hls/event/EUo67MWSRh6toPi0heJKnQ/master.m3u8 -#EXTINF:-1 tvg-id="CBSNewsDenver.us" tvg-name="CBS News (Denver)" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CBSNews.png" group-title="Local",CBS News (Denver) (Pluto TV) +#EXTINF:-1 tvg-id="CBSNewsDenver.us" tvg-name="CBS News (Denver)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="Local",CBS News (Denver) (Pluto TV) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b12146cba40007aa7e5d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="CBSNewsLosAngeles.us" tvg-name="CBS News (Los Angeles)" tvg-country="US" tvg-language="English" tvg-logo="https://cbsnews1.cbsistatic.com/hub/i/r/2019/06/10/f864d4e3-8707-4b99-9cc0-ba1778552e15/thumbnail/logo-cbsnla-1920x1080-new.jpg" group-title="Local",CBS News (Los Angeles) (720p) +#EXTINF:-1 tvg-id="CBSNewsLosAngeles.us" tvg-name="CBS News (Los Angeles)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="Local",CBS News (Los Angeles) (720p) https://dai.google.com/linear/hls/event/TxSbNMu4R5anKrjV02VOBg/master.m3u8 -#EXTINF:-1 tvg-id="CBSNewsLosAngeles.us" tvg-name="CBS News (Los Angeles)" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dc481cda1d430000948a1b4/colorLogoPNG.png" group-title="Local",CBS News (Los Angeles) (Pluto TV) (720p) +#EXTINF:-1 tvg-id="CBSNewsLosAngeles.us" tvg-name="CBS News (Los Angeles)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="Local",CBS News (Los Angeles) (Pluto TV) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc481cda1d430000948a1b4/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=207&deviceId=5dc481cda1d430000948a1b4&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="CBSNewsPittsburgh.us" tvg-name="CBS News (Pittsburgh)" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CBSNews.png" group-title="Local",CBS News (Pittsburgh) +#EXTINF:-1 tvg-id="CBSNewsPittsburgh.us" tvg-name="CBS News (Pittsburgh)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="Local",CBS News (Pittsburgh) https://dai.google.com/linear/hls/event/i5SXVKI4QIuV-eF2XAH4FQ/master.m3u8 -#EXTINF:-1 tvg-id="CBSNewsLiveEvent.us" tvg-name="CBS News Live Event" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CBSNews.png" group-title="Local",CBS News Live Event +#EXTINF:-1 tvg-id="CBSNewsLiveEvent.us" tvg-name="CBS News Live Event" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Qu9NAwe.png" group-title="Local",CBS News Live Event https://cbsnewshd-lh.akamaihd.net/i/cbsnewsLivePlayer_1@196305/master.m3u8 -#EXTINF:-1 tvg-id="CBS46WGCLTV.us" tvg-name="CBS46 (WGCL-TV)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",CBS46 (WGCL-TV) (720p) +#EXTINF:-1 tvg-id="CBS46WGCLTV.us" tvg-name="CBS46 (WGCL-TV)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XuzRQjy.png" group-title="Local",CBS46 (WGCL-TV) (720p) https://live.field59.com/wgcl/ngrp:wgcl1_all/playlist.m3u8 #EXTINF:-1 tvg-id="CBS9WashingtonDCWUSAHD.us" tvg-name="CBS9 Washington DC (WUSA-HD)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ekt1an0.png" group-title="Local",CBS9 Washington DC (WUSA-HD) (720p) https://livevideo01.wusa9.com/hls/live/2015498/newscasts/live.m3u8 -#EXTINF:-1 tvg-id="CBSNMinnesota.us" tvg-name="CBSN Minnesota" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CBSN Minnesota +#EXTINF:-1 tvg-id="CBSNMinnesota.us" tvg-name="CBSN Minnesota" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HiEBhR4.png" group-title="Local",CBSN Minnesota https://dai.google.com/linear/hls/event/zcWPVCfURNSPxeidcckQLA/master.m3u8 -#EXTINF:-1 tvg-id="CBSNNewYork.us" tvg-name="CBSN New York" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dc48170e280c80009a861ab/colorLogoPNG.png" group-title="Local",CBSN New York (720p) +#EXTINF:-1 tvg-id="CBSNNewYork.us" tvg-name="CBSN New York" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ubsNr5F.jpg" group-title="Local",CBSN New York (720p) http://dai.google.com/linear/hls/event/rtcMlf4RTvOEkaudeany5w/master.m3u8 #EXTINF:-1 tvg-id="CBSNNewYork.us" tvg-name="CBSN New York" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ubsNr5F.jpg" group-title="News",CBSN New York (720p) https://cbsn-ny-cedexis.cbsnstream.cbsnews.com/out/v1/ec3897d58a9b45129a77d67aa247d136/master.m3u8 -#EXTINF:-1 tvg-id="CBSNNewYorkPlutoTV.us" tvg-name="CBSN New York (Pluto TV)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CBSN New York (Pluto TV) +#EXTINF:-1 tvg-id="CBSNNewYorkPlutoTV.us" tvg-name="CBSN New York (Pluto TV)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ubsNr5F.jpg" group-title="Local",CBSN New York (Pluto TV) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc48170e280c80009a861ab/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=206&deviceId=5dc48170e280c80009a861ab&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="CBSNPhilly.us" tvg-name="CBSN Philly" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CBSN Philly +#EXTINF:-1 tvg-id="CBSN3Philly.us" tvg-name="CBSN 3 Philly" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zq1zXeo.png" group-title="Local",CBSN 3 Philly https://dai.google.com/linear/hls/event/Xu-ITJ2GTNGaxGn893mmWg/master.m3u8 -#EXTINF:-1 tvg-id="CBSNewsBoston.us" tvg-name="CBSNews Boston" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CBSNews Boston +#EXTINF:-1 tvg-id="CBSNewsBoston.us" tvg-name="CBSNews Boston" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a2Qjf7T.png" group-title="Local",CBSNews Boston https://cbsn-bos-cedexis.cbsnstream.cbsnews.com/out/v1/589d66ec6eb8434c96c28de0370d1326/master.m3u8 #EXTINF:-1 tvg-id="CCTV.us" tvg-name="CC-TV" tvg-country="US" tvg-language="English" tvg-logo="https://www.charlottecountyfl.gov/cctv/PublishingImages/CC-TV-color-logo.jpg" group-title="Local",CC-TV https://granicusliveus3-a.akamaihd.net/charlotte/G0055_002/playlist.m3u8 #EXTINF:-1 tvg-id="CCX1.us" tvg-name="CCX1" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SC5nyyL.png" group-title="Local",CCX1 http://156.142.85.152/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 -#EXTINF:-1 tvg-id="CelebritySceneTV.us" tvg-name="Celebrity Scene TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/2D1e2bH.png" group-title="",Celebrity Scene TV +#EXTINF:-1 tvg-id="CelebritySceneTV.us" tvg-name="Celebrity Scene TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/2D1e2bH.png" group-title="",Celebrity Scene TV https://playout4multirtmp.tulix.tv/live8/Stream1/playlist.m3u8 #EXTINF:-1 tvg-id="CerritosTV3.us" tvg-name="Cerritos TV3" tvg-country="US" tvg-language="English" tvg-logo="https://live-tv-channels.org/pt-data/uploads/logo/us-cerritos-tv3.jpg" group-title="Local",Cerritos TV3 https://granicusliveus4-a.akamaihd.net/cerritos/G0010_002/playlist.m3u8 -#EXTINF:-1 tvg-id="CGTV.us" tvg-name="CGTV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Legislative",CGTV +#EXTINF:-1 tvg-id="CGTV.us" tvg-name="CGTV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/f6dfLXA.png" group-title="Legislative",CGTV https://reflect-live-champaign.cablecast.tv/live/CELL-296k-234p/CELL-296k-234p.m3u8 #EXTINF:-1 tvg-id="Channel5.us" tvg-name="Channel 5 (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Channel 5 (Adult Swim 24/7 Stream) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/channel-5/stream.m3u8 -#EXTINF:-1 tvg-id="ChannelFight.us" tvg-name="Channel Fight" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/cruTxMF.png" group-title="",Channel Fight +#EXTINF:-1 tvg-id="ChannelFight.us" tvg-name="Channel Fight" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/cruTxMF.png" group-title="",Channel Fight https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=68 -#EXTINF:-1 tvg-id="Charge.us" tvg-name="Charge!" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/ChargeTV.png" group-title="Movies",Charge! +#EXTINF:-1 tvg-id="Charge.us" tvg-name="Charge!" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/ChargeTV.png" group-title="Movies",Charge! http://content.uplynk.com/channel/37eb732888614810b512fdd82604244e.m3u8 #EXTINF:-1 tvg-id="Charge.us" tvg-name="Charge!" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fuw0hHE.png" group-title="Movies",Charge! (720p) [Geo-blocked] https://usgeowall.sinclairstoryline.com/channel/37eb732888614810b512fdd82604244e.m3u8 #EXTINF:-1 tvg-id="Charge.us" tvg-name="Charge! (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/8aa83636-ea2b-4bc0-946a-cb0942548724-small3x1_STIRR_Logo_0320_Charge_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Entertainment",Charge! (STIRR) (720p) https://dai.google.com/linear/hls/event/e1QjWFRNSR2YFYGsPbkfgg/master.m3u8 -#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Cheddar +#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S7ZbPTz.png" group-title="News",Cheddar https://cheddar-cheddar-3.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Cheddar +#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S7ZbPTz.png" group-title="News",Cheddar https://cheddar-cheddar-3.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Cheddar +#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S7ZbPTz.png" group-title="News",Cheddar https://cheddar.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Cheddar +#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S7ZbPTz.png" group-title="News",Cheddar https://cheddar.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nWjAjzy.png" group-title="News",Cheddar (720p) +#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S7ZbPTz.png" group-title="News",Cheddar (720p) https://content.uplynk.com/channel/4ee18bd581dc4d3b90303e0cb9beeb0f.m3u8 -#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Cheddar +#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S7ZbPTz.png" group-title="News",Cheddar https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcheddar/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S7ZbPTz.png" group-title="Business",Cheddar (1080p) +#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S7ZbPTz.png" group-title="News",Cheddar (1080p) https://live.chdrstatic.com/cheddar/primary/index.m3u8 -#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="http://miro.medium.com/max/2656/1*DhgWWj7DTZ-kD2zWhBBwAg.png" group-title="Business",Cheddar +#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S7ZbPTz.png" group-title="News",Cheddar https://livestream.chdrstatic.com/b93e5b0d43ea306310a379971e384964acbe4990ce193c0bd50078275a9a657d/cheddar-42620/cheddarweblive/cheddar/primary/index.m3u8 -#EXTINF:-1 tvg-id="CheddarPlutoTV.us" tvg-name="Cheddar (Pluto TV)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Cheddar (Pluto TV) +#EXTINF:-1 tvg-id="CheddarPlutoTV.us" tvg-name="Cheddar (Pluto TV)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S7ZbPTz.png" group-title="News",Cheddar (Pluto TV) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812afe1d0f0b8d55dde67fa/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=226&deviceId=5812afe1d0f0b8d55dde67fa&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ca1e02c08ee5378be82db47/colorLogoPNG.png" group-title="News",Cheddar (Pluto TV) (720p) +#EXTINF:-1 tvg-id="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S7ZbPTz.png" group-title="News",Cheddar (Pluto TV) (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1e02c08ee5378be82db47/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="CheddarSTIRR.us" tvg-name="Cheddar (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/af608fc2-6c7a-43b8-8578-e961fe9c8554-small3x1_STIRR_Logo_0520_Cheddar_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Business",Cheddar (STIRR) (1080p) +#EXTINF:-1 tvg-id="CheddarSTIRR.us" tvg-name="Cheddar (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S7ZbPTz.png" group-title="News",Cheddar (STIRR) (1080p) https://dai.google.com/linear/hls/event/frfwucAPTVunrpitYiymwg/master.m3u8 -#EXTINF:-1 tvg-id="CheddarBigNews.us" tvg-name="Cheddar Big News" tvg-country="US" tvg-language="" tvg-logo="" group-title="News",Cheddar Big News +#EXTINF:-1 tvg-id="CheddarBigNews.us" tvg-name="Cheddar Big News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ekaF2M3.png" group-title="News",Cheddar Big News https://live.chdrstatic.com/cbn/index.m3u8 #EXTINF:-1 tvg-id="CheddarBigNews.us" tvg-name="Cheddar Big News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ekaF2M3.png" group-title="News",Cheddar Big News (1080p) https://live.chdrstatic.com/cbn/primary/index.m3u8 -#EXTINF:-1 tvg-id="CheddarLive.us" tvg-name="Cheddar Live" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Cheddar Live +#EXTINF:-1 tvg-id="CheddarLive.us" tvg-name="Cheddar Live" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S7ZbPTz.png" group-title="",Cheddar Live https://dai2.xumo.com/amagi_hls_data_xumo-host-cheddar/CDN/master.m3u8 -#EXTINF:-1 tvg-id="CheddarNews.us" tvg-name="Cheddar News" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Cheddar News +#EXTINF:-1 tvg-id="CheddarNews.us" tvg-name="Cheddar News" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/607766d942e7e542aa73ddf2" group-title="News",Cheddar News http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?sid=web24157571521&deviceType=web&deviceMake=web&deviceVersion=1&deviceId=web24163643069&appVersion=5.2.7&deviceDNT=web&deviceModel=web&serverSideAds=false -#EXTINF:-1 tvg-id="CheddarNews.us" tvg-name="Cheddar_News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/aGcoJYU.png" group-title="News",Cheddar News +#EXTINF:-1 tvg-id="CheddarNews.us" tvg-name="Cheddar_News" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/607766d942e7e542aa73ddf2" group-title="News",Cheddar News https://cheddar.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="CheddarNews.us" tvg-name="Cheddar News" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/607766d942e7e542aa73ddf2" group-title="News",Cheddar News +#EXTINF:-1 tvg-id="CheddarNews.us" tvg-name="Cheddar News" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/607766d942e7e542aa73ddf2" group-title="News",Cheddar News https://livestream.chdrstatic.com/e1bced8988f6a21da2206247c69538b6d4b12898ae8245c3a72f57e21384ccba/localnow/localnowlive/cheddardigital/index.m3u8 #EXTINF:-1 tvg-id="ChefChampion.us" tvg-name="Chef Champion" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/15a9pG9.png" group-title="Cooking",Chef Champion (720p) https://rpn1.bozztv.com/36bay2/gusa-chefchampion/mono.m3u8 #EXTINF:-1 tvg-id="ChefRocShow.us" tvg-name="Chef Roc Show" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tn9bRD1.jpg" group-title="Cooking",Chef Roc Show (720p) https://rpn1.bozztv.com/36bay2/gusa-chefrock/mono.m3u8 -#EXTINF:-1 tvg-id="ChiveTV.us" tvg-name="Chive TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Chive TV +#EXTINF:-1 tvg-id="ChiveTV.us" tvg-name="Chive TV" tvg-country="US" tvg-language="English" tvg-logo="https://yt3.ggpht.com/a-/AN66SAz6Ssqjkt5Zn__8q2-hhZEPzoma1h3_IshrpQ=s900-mo-c-c0xffffffff-rj-k-no" group-title="Outdoor",Chive TV https://a.jsrdn.com/broadcast/4df1bf71c1/+0000/c.m3u8 -#EXTINF:-1 tvg-id="ChiveTV.us" tvg-name="Chive TV" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Chive TV +#EXTINF:-1 tvg-id="ChiveTV.us" tvg-name="Chive TV" tvg-country="US" tvg-language="English" tvg-logo="https://yt3.ggpht.com/a-/AN66SAz6Ssqjkt5Zn__8q2-hhZEPzoma1h3_IshrpQ=s900-mo-c-c0xffffffff-rj-k-no" group-title="Outdoor",Chive TV https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxchive/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ChopperTown.us" tvg-name="Chopper Town" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Chopper Town +#EXTINF:-1 tvg-id="CHOPPERTOWN.us" tvg-name="CHOPPERTOWN" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c5eb78083e72bec0d0522" group-title="",CHOPPERTOWN https://6c4d10b7b847421db903914a39b00eb7.mediatailor.us-west-2.amazonaws.com/v1/manifest/ba62fe743df0fe93366eba3a257d792884136c7f/LINEAR-11-CHOPPERTOWN-PLEX/67d41d7e-f2c4-4005-abab-22174f1f8b43/0.m3u8 -#EXTINF:-1 tvg-id="ChopperTown.us" tvg-name="Chopper Town" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Chopper Town -https://oneworlddigital-choppertown-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ChopperTown.us" tvg-name="ChopperTown" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c5eb78083e72bec0d0522" group-title="",ChopperTown +#EXTINF:-1 tvg-id="CHOPPERTOWN.us" tvg-name="CHOPPERTOWN" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c5eb78083e72bec0d0522" group-title="",CHOPPERTOWN https://d275e95ir6yrv9.cloudfront.net/dist/localnow/11/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="ChopperTown.us" tvg-name="Choppertown" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/E9MqXzl.png" group-title="Auto",Choppertown +#EXTINF:-1 tvg-id="CHOPPERTOWN.us" tvg-name="CHOPPERTOWN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/E9MqXzl.png" group-title="Auto",CHOPPERTOWN https://linear-11.frequency.stream/dist/plex/11/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="ChoppertownSTIRR.us" tvg-name="Choppertown (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/7b1c655c-1037-4372-884f-97b8921ac8d2-small3x1_STIRR_Logo_0320_Choppertown_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Sports",Choppertown (STIRR) (720p) +#EXTINF:-1 tvg-id="CHOPPERTOWN.us" tvg-name="CHOPPERTOWN" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c5eb78083e72bec0d0522" group-title="",CHOPPERTOWN +https://oneworlddigital-choppertown-1.vizio.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="CHOPPERTOWNSTIRR.us" tvg-name="CHOPPERTOWN (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/7b1c655c-1037-4372-884f-97b8921ac8d2-small3x1_STIRR_Logo_0320_Choppertown_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Sports",CHOPPERTOWN (STIRR) (720p) https://dai.google.com/linear/hls/event/N3c94WZQQq2fruixzfcCUQ/master.m3u8 #EXTINF:-1 tvg-id="ChristianYouthChannel.us" tvg-name="Christian Youth Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/J1w8bAW.png" group-title="Religious",Christian Youth Channel (720p) http://media.smc-host.com:1935/cycnow.com/cyc2/playlist.m3u8 -#EXTINF:-1 tvg-id="CINELIFE.us" tvg-name="CINE LIFE" tvg-country="US" tvg-language="" tvg-logo="https://www.arthouseconvergence.org/wp-content/uploads/2015/12/cinelife.png" group-title="",CINE LIFE +#EXTINF:-1 tvg-id="CineLife.us" tvg-name="CineLife" tvg-country="US" tvg-language="English" tvg-logo="https://www.arthouseconvergence.org/wp-content/uploads/2015/12/cinelife.png" group-title="Lifestyle",CineLife https://magselect-stirr.amagi.tv/playlist720p.m3u8 -#EXTINF:-1 tvg-id="CINELIFEHD.us" tvg-name="CINE LIFE HD" tvg-country="US" tvg-language="" tvg-logo="https://i.vimeocdn.com/portrait/34728299_120x120.jpg" group-title="",CINE LIFE HD +#EXTINF:-1 tvg-id="CineLifeHD.us" tvg-name="CineLife HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.vimeocdn.com/portrait/34728299_120x120.jpg" group-title="",CineLife HD https://magselect-stirr.amagi.tv/playlist1080p.m3u8 #EXTINF:-1 tvg-id="CineRomantico.us" tvg-name="Cine Romantico (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://odishaexpo.com/wp-content/uploads/2020/10/UP_Entertainment_Cine_Romantico_Logo.jpg" group-title="",Cine Romantico (XUMO) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokucineromantico/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="CineSureno.us" tvg-name="Cine Sureno" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Cine Sureno +#EXTINF:-1 tvg-id="CineSureno.us" tvg-name="Cine Sureรฑo" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/0tHU0hC.png" group-title="",Cine Sureรฑo https://olympusamagi.pc.cdn.bitgravity.com/CineSureno-roku/master.m3u8 -#EXTINF:-1 tvg-id="CineSureso.us" tvg-name="Cine Sureัo" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Cine Sureัo +#EXTINF:-1 tvg-id="CineSureno.us" tvg-name="Cine Sureรฑo" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/0tHU0hC.png" group-title="",Cine Sureรฑo https://olympusamagi.amagi.tv/hls/amagi_hls_data_olympusat-cinesureno-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="CineCanal.us" tvg-name="CineCanal" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",CineCanal (Bogotร ) +#EXTINF:-1 tvg-id="CineCanal.us" tvg-name="CineCanal (Bogotร )" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/63aLvAU.png" group-title="",CineCanal (Bogotร ) http://186.101.216.211:8000/play/a06e #EXTINF:-1 tvg-id="CinehouseSTIRR.us" tvg-name="Cinehouse (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/9b0cc12d-a2e0-4a7b-bec4-31c00a4c499f-small3x1_STIRR_Logo_0520_Cinehouse_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Entertainment",Cinehouse (STIRR) (720p) https://dai.google.com/linear/hls/event/28oUp4GcQ-u49U4_jjC4Iw/master.m3u8 #EXTINF:-1 tvg-id="CineLifeSTIRR.us" tvg-name="CineLife (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/b69e56d9-8aac-4cff-94e2-4d848cd44ead-small3x1_stirr_0120_epg_CineLife_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Entertainment",CineLife (STIRR) (1080p) https://dai.google.com/linear/hls/event/PFJ1Jhd6SsSMcu3qq86wzQ/master.m3u8 -#EXTINF:-1 tvg-id="Cinemax.us" tvg-name="Cinemax" tvg-country="US" tvg-language="" tvg-logo="https://static.epg.best/ph/Cinemax.ph.png" group-title="",Cinemax +#EXTINF:-1 tvg-id="Cinemax.us" tvg-name="Cinemax" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/ph/Cinemax.ph.png" group-title="",Cinemax https://liveorigin01.hbogoasia.com:8443/origin/live/main/MAX/index.m3u8 -#EXTINF:-1 tvg-id="CinePride.us" tvg-name="CinePride" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CinePride +#EXTINF:-1 tvg-id="CinePride.us" tvg-name="CinePride" tvg-country="US" tvg-language="Spanish" tvg-logo="https://image.roku.com/developer_channels/prod/b44cdb31be546ae7551f35354772e943da2cb179c83ba910122623ffd00bd4a5.png" group-title="Lifestyle",CinePride https://content.uplynk.com/channel/e54d7e92a0154d67ae0770c9d4210e77.m3u8 -#EXTINF:-1 tvg-id="Cinevault80s.us" tvg-name="Cinevault 80s" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzI4NjIyODdf/Cinevault-80s_700x700.png" group-title="",Cinevault 80s +#EXTINF:-1 tvg-id="Cinevault80s.us" tvg-name="Cinevault 80s" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzI4NjIyODdf/Cinevault-80s_700x700.png" group-title="",Cinevault 80s https://gsn-cinevault-80s-1-us.vizio.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="CinevaultWestern.us" tvg-name="Cinevault Western" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/0AMyX9R.png" group-title="Classic",Cinevault Western (540p) +#EXTINF:-1 tvg-id="CinevaultWestern.us" tvg-name="Cinevault Western" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMzI4NjE5OTZf?inline=1" group-title="Classic",Cinevault Western (540p) https://gsn-cinevault-westerns-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="CineVaultWesterns.us" tvg-name="CineVault Westerns" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/ujmPyit.jpg" group-title="",CineVault Westerns +#EXTINF:-1 tvg-id="CineVaultWesterns.us" tvg-name="CineVault Westerns" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMzI4NjE5OTZf?inline=1" group-title="Classic",CineVault Westerns https://20995731713c495289784ab260b3c830.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_CinevaultWesterns/playlist.m3u8 -#EXTINF:-1 tvg-id="CinevaultWesterns.us" tvg-name="Cinevault Westerns" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzI4NjE5OTZf/Cinevault-Westerns_v2_700x700.png" group-title="",Cinevault Westerns +#EXTINF:-1 tvg-id="CinevaultWesterns.us" tvg-name="Cinevault Westerns" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMzI4NjE5OTZf?inline=1" group-title="Classic",Cinevault Westerns https://gsn-cinevault-westerns-1-us.vizio.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="CinevaultWesterns.us" tvg-name="Cinevault Westerns" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Cinevault Westerns +#EXTINF:-1 tvg-id="CinevaultWesterns.us" tvg-name="Cinevault Westerns" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMzI4NjE5OTZf?inline=1" group-title="Classic",Cinevault Westerns https://gsn-cinevault-westerns-2.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Circle.us" tvg-name="Circle" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/UFvH70D.jpg" group-title="Music",Circle (1080p) +#EXTINF:-1 tvg-id="Circle.us" tvg-name="Circle" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjY2MjYwMTlf?inline=1" group-title="Entertainment",Circle (1080p) https://circle-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Circle.us" tvg-name="Circle" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ZqcNRbd.png" group-title="Music",Circle (1080p) +#EXTINF:-1 tvg-id="Circle.us" tvg-name="Circle" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjY2MjYwMTlf?inline=1" group-title="Entertainment",Circle (1080p) https://circle-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Circle.us" tvg-name="Circle" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjY2MjYwMTlf/Circle_332x332.png" group-title="Music",Circle +#EXTINF:-1 tvg-id="Circle.us" tvg-name="Circle" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjY2MjYwMTlf?inline=1" group-title="Entertainment",Circle https://circle-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Circle.us" tvg-name="Circle" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjY2MjYwMTlf/Circle_332x332.png" group-title="Entertainment",Circle +#EXTINF:-1 tvg-id="Circle.us" tvg-name="Circle" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjY2MjYwMTlf?inline=1" group-title="Entertainment",Circle https://circle-xumo.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Circle.us" tvg-name="Circle" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Circle +#EXTINF:-1 tvg-id="Circle.us" tvg-name="Circle" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjY2MjYwMTlf?inline=1" group-title="Entertainment",Circle https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcircletv/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Circle.us" tvg-name="Circle" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Circle +#EXTINF:-1 tvg-id="Circle.us" tvg-name="Circle" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjY2MjYwMTlf?inline=1" group-title="Entertainment",Circle https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-circle/CDN/master.m3u8 #EXTINF:-1 tvg-id="CivilizedBumblebee.us" tvg-name="Civilized (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://media.unreel.me/prod/bumblebeetv/general/f260a87a-ab75-43f7-bafd-49f4143262b0" group-title="Lifestyle",Civilized (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e2531932c8368bdbfd87c/playlist.m3u8 @@ -846,22 +842,22 @@ https://d3s1xaoyhrialn.cloudfront.net/CAS/index.m3u8 https://rpn1.bozztv.com/36bay2/gusa-classiccinema/mono.m3u8 #EXTINF:-1 tvg-id="ClassicMoviesChannel.us" tvg-name="Classic Movies Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pltVS6t.png" group-title="Classic",Classic Movies Channel (480p) https://b83608fe932143099bb8b25a66857730.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5f86075a0d552957bf5aa4dd/playlist.m3u8 -#EXTINF:-1 tvg-id="ClassicNickPlutoTVBrazil.us" tvg-name="Classic Nick Pluto TV (Brazil)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Classic Nick Pluto TV (Brazil) +#EXTINF:-1 tvg-id="ClassicNickPlutoTVBrazil.us" tvg-name="Classic Nick Pluto TV (Brazil)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/w3EKevF.png" group-title="Classic",Classic Nick Pluto TV (Brazil) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f12151794c1800007a8ae63/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=730&deviceId=5f12151794c1800007a8ae63&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=-23.5475&deviceLon=-46.6361&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=BR&serverSideAds=false -#EXTINF:-1 tvg-id="ClassicTV.us" tvg-name="Classic TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise_Classic-TV_300x300.png?raw=true" group-title="",Classic TV +#EXTINF:-1 tvg-id="ClassicTV.us" tvg-name="Classic TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise_Classic-TV_300x300.png?raw=true" group-title="Classic",Classic TV https://hls.xumo.com/channel-hls/v1/9fe012a9926c4e91/9999400/master.m3u8 #EXTINF:-1 tvg-id="ClassicaSTIRR.us" tvg-name="Classica (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/d5dd6f15-1fc2-46d0-b45e-57f4c5c897c6-small3x1_EPGLogoSTIRR_Logo_0420_Classica_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Lifestyle",Classica (STIRR) (1080p) https://dai.google.com/linear/hls/event/AaFxJXOhQl-BsTVC9OCunQ/master.m3u8 #EXTINF:-1 tvg-id="CloudflareTV.us" tvg-name="Cloudflare TV" tvg-country="US" tvg-language="English" tvg-logo="https://blog-cloudflare-com-assets.storage.googleapis.com/2020/06/twitter-1-1.png" group-title="Education",Cloudflare TV https://cloudflare.tv/hls/live.m3u8 -#EXTINF:-1 tvg-id="CMTPluto.us" tvg-name="CMT Pluto" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CMT Pluto +#EXTINF:-1 tvg-id="CMTPluto.us" tvg-name="CMT Pluto" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/0eDZAG0.png" group-title="",CMT Pluto https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509b87809fd000949e399/master.m3u8?deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&embedPartner=rokuChannel&appName=rokuchannel #EXTINF:-1 tvg-id="CNBCArabiya.us" tvg-name="CNBC Arabiya" tvg-country="US" tvg-language="Arabic" tvg-logo="https://i.imgur.com/a6QmjRT.png" group-title="Business",CNBC Arabiya (720p) https://hiplayer.hibridcdn.net/t/cnbcarabia-live.m3u8 #EXTINF:-1 tvg-id="CNBCEurope.us" tvg-name="CNBC Europe" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/53EgUZN.png" group-title="Business",CNBC Europe (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/s65/index.m3u8 -#EXTINF:-1 tvg-id="CNBCIndonesia.us" tvg-name="CNBC Indonesia" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CNBC Indonesia +#EXTINF:-1 tvg-id="CNBCIndonesia.us" tvg-name="CNBC Indonesia" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/53EgUZN.png" group-title="Business",CNBC Indonesia https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CNBCTV18.us" tvg-name="CNBC TV18" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/3yumcV3.jpg" group-title="Business",CNBC TV18 https://cnbctv18-lh.akamaihd.net/i/cnbctv18_1@174868/index_5_av-p.m3u8 @@ -890,45 +886,45 @@ http://163.172.39.215:25461/line/C4@!a3a1@!w72A/129 #EXTINF:-1 tvg-id="CNNTurk.us" tvg-name="CNN Tรผrk" tvg-country="US;TR" tvg-language="Turkish" tvg-logo="http://haber.sol.org.tr/sites/default/files/styles/newsimagestyle_615x410/public/20110201141238cnn_turk_logosu.png" group-title="News",CNN Tรผrk #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0 https://mn-nl.mncdn.com/blutv_cnnturk/smil:cnnturk_sd.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="CocoRo.us" tvg-name="CocoRo" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Z4hIjPn.jpg" group-title="",CocoRo +#EXTINF:-1 tvg-id="Cocoro.us" tvg-name="Cocoro" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Z4hIjPn.jpg" group-title="Kids",Cocoro https://4ea7abcc97144832b81dc50c6e8d6330.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_Cocoro/playlist.m3u8 -#EXTINF:-1 tvg-id="Cocoro.us" tvg-name="Cocoro" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Cocoro +#EXTINF:-1 tvg-id="Cocoro.us" tvg-name="Cocoro" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Z4hIjPn.jpg" group-title="Kids",Cocoro https://coco-samsung.roku.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="CombatGo.us" tvg-name="Combat Go" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/849f3b26-39dd-4f9d-b902-96006dfd5517-small3x1_stirr_1219_epg_combatgo_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Sports",Combat Go (1080p) https://stream-us-east-1.getpublica.com/cl/59f740a5-3c7b-47bf-a845-27df203f8b2e/1280x720_2300000_4_false.m3u8 -#EXTINF:-1 tvg-id="ComediaMadeinSpain.us" tvg-name="Comedia Made in Spain" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Comedia Made in Spain +#EXTINF:-1 tvg-id="ComediaMadeinSpain.us" tvg-name="Comedia Made in Spain" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/JcJbAQv.png" group-title="",Comedia Made in Spain https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1abce155a03d0007718834/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=505&deviceId=5f1abce155a03d0007718834&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=41.1167&deviceLon=1.2500&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false -#EXTINF:-1 tvg-id="ComedyCentralPluto.us" tvg-name="Comedy Central (Pluto TV)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Comedy Central (Pluto TV) +#EXTINF:-1 tvg-id="ComedyCentralPluto.us" tvg-name="Comedy Central (Pluto TV)" tvg-country="US" tvg-language="English" tvg-logo="https://commons.wikimedia.org/wiki/File:Comedy_central.png" group-title="Comedy",Comedy Central (Pluto TV) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e13bde24f4ca800093d57b5/master.m3u8?deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&embedPartner=rokuChannel&appName=rokuchannel -#EXTINF:-1 tvg-id="ComedyCentralMadeInGermanyGermany.us" tvg-name="Comedy Central Made In Germany (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Comedy Central Made In Germany (Germany) +#EXTINF:-1 tvg-id="ComedyCentralGermany.us" tvg-name="Comedy Central (Germany)" tvg-country="US" tvg-language="German" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/6/60/Comedy_central.png" group-title="Comedy",Comedy Central (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4948418101147596fd6c5a/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=401&deviceId=5d4948418101147596fd6c5a&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="ComedyCentralPlutoTVGermany.us" tvg-name="Comedy Central Pluto TV (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Comedy Central Pluto TV (Germany) +#EXTINF:-1 tvg-id="ComedyCentralGermany.us" tvg-name="Comedy Central (Germany)" tvg-country="US" tvg-language="German" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/6/60/Comedy_central.png" group-title="Comedy",Comedy Central (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4947590ba40f75dc29c26b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=400&deviceId=5d4947590ba40f75dc29c26b&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Comedy Dynamics +#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/ComedyDynamics_640x640.png" group-title="Comedy",Comedy Dynamics https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo-host-comedydynamics/CDN/master.m3u8 -#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa557dfd94e6214d2047d13" group-title="Comedy",Comedy Dynamics +#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/ComedyDynamics_640x640.png" group-title="Comedy",Comedy Dynamics https://comedydynamics-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ComedyDynamics_640x640.png?raw=true" group-title="",Comedy Dynamics +#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/ComedyDynamics_640x640.png" group-title="Comedy",Comedy Dynamics https://comedydynamics-plex-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Comedy Dynamics +#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/ComedyDynamics_640x640.png" group-title="Comedy",Comedy Dynamics https://comedydynamics-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Comedy Dynamics +#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/ComedyDynamics_640x640.png" group-title="Comedy",Comedy Dynamics https://comedydynamics-roku-ll.cinedigm.com/hls/amagi_hls_data_xumo-host-comedydynamicsroku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Comedy Dynamics +#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/ComedyDynamics_640x640.png" group-title="Comedy",Comedy Dynamics https://comedydynamics-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/TQa7yvL.png" group-title="",Comedy Dynamics +#EXTINF:-1 tvg-id="ComedyDynamics.us" tvg-name="Comedy Dynamics" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/ComedyDynamics_640x640.png" group-title="Comedy",Comedy Dynamics https://comedydynamics-wurl.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="ComedyDynamicsSTIRR.us" tvg-name="Comedy Dynamics (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/90195c82-4090-472d-9039-09be4e9c472f-small3x1_STIRR_Logo_0320_ComedyDynamics_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Comedy",Comedy Dynamics (STIRR) (1080p) +#EXTINF:-1 tvg-id="ComedyDynamicsSTIRR.us" tvg-name="Comedy Dynamics (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/ComedyDynamics_640x640.png" group-title="Comedy",Comedy Dynamics (STIRR) (1080p) https://dai.google.com/linear/hls/event/NJK_yxrcTBqULaHt-wi0Wg/master.m3u8 #EXTINF:-1 tvg-id="Comet.us" tvg-name="Comet" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/5/53/Comet_TV_Logo.png" group-title="Entertainment",Comet [Geo-blocked] https://usgeowall.sinclairstoryline.com/channel/3e45c6b5354a40f787e0b2aadb0f5d6a.m3u8 #EXTINF:-1 tvg-id="COMETSTIRR.us" tvg-name="COMET (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/1e3c13e3-cba9-4754-8e30-e158f14d17fe-small3x1_stirr_1219_epg_comet_1920x1080.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Classic",COMET (STIRR) (720p) https://dai.google.com/linear/hls/event/83L2OqtGSZ6lbWt8ODomWg/master.m3u8 -#EXTINF:-1 tvg-id="CometTV.us" tvg-name="Comet TV" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CometTV.png" group-title="",Comet TV +#EXTINF:-1 tvg-id="CometTV.us" tvg-name="Comet TV" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CometTV.png" group-title="",Comet TV http://content.uplynk.com/channel/3e45c6b5354a40f787e0b2aadb0f5d6a.m3u8 -#EXTINF:-1 tvg-id="Complex.us" tvg-name="Complex" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Complex +#EXTINF:-1 tvg-id="Complex.us" tvg-name="Complex" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/aBseWYR.png" group-title="",Complex https://dai2.xumo.com/amagi_hls_data_xumo1212A-complextv/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Complex.us" tvg-name="Complex" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Complex +#EXTINF:-1 tvg-id="Complex.us" tvg-name="Complex" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Complex https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcomplex/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ConnecticutNetwork.us" tvg-name="Connecticut Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/UxEzPeX.png" group-title="Local",Connecticut Network (720p) http://video.ct-n.com/live/ctnstream/playlist.m3u8 @@ -956,21 +952,21 @@ https://d2rir1vttzppfq.cloudfront.net/playlist.m3u8 https://dai.google.com/linear/hls/event/o8Smo_gsSAm26uW9Xkww_g/master.m3u8 #EXTINF:-1 tvg-id="CONtv.us" tvg-name="CONtv" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa07ec3fc8cbc647f034483" group-title="Entertainment",CONtv [Geo-blocked] https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcontv/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="CONtvAnime.us" tvg-name="CONtv Anime" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa1b7168f9c26008859a893" group-title="",CONtv Anime +#EXTINF:-1 tvg-id="CONtvAnime.us" tvg-name="CONtv Anime" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa1b7168f9c26008859a893" group-title="",CONtv Anime https://contvanime-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="CONtvAnime.us" tvg-name="CONtv_Anime" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/WLxoFwM.png" group-title="Animation",CONtv Anime +#EXTINF:-1 tvg-id="CONtvAnime.us" tvg-name="CONtv_Anime" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa1b7168f9c26008859a893" group-title="Animation",CONtv Anime https://contvanime-plex-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="CONtvAnime.us" tvg-name="CONtv Anime" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",CONtv Anime +#EXTINF:-1 tvg-id="CONtvAnime.us" tvg-name="CONtv Anime" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa1b7168f9c26008859a893" group-title="Animation",CONtv Anime https://contvanime-roku-ingest.cinedigm.com/master.m3u8 -#EXTINF:-1 tvg-id="CONtvAnime.us" tvg-name="CONtv Anime" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CONtv Anime +#EXTINF:-1 tvg-id="CONtvAnime.us" tvg-name="CONtv Anime" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa1b7168f9c26008859a893" group-title="Animation",CONtv Anime https://contvanime-roku.cinedigm.com/midroll/amagi_hls_data_xumo-host-contv-anime-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="CONtvAnime.us" tvg-name="CONtv Anime" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CONtv Anime +#EXTINF:-1 tvg-id="CONtvAnime.us" tvg-name="CONtv Anime" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa1b7168f9c26008859a893" group-title="Animation",CONtv Anime https://contvanime-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ContvAnime.us" tvg-name="Contv Anime" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Contv Anime +#EXTINF:-1 tvg-id="ContvAnime.us" tvg-name="Contv Anime" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa1b7168f9c26008859a893" group-title="Animation",Contv Anime https://contvanime-vizio-ingest.cinedigm.com/master.m3u8 -#EXTINF:-1 tvg-id="CONtvAnime.us" tvg-name="CONtv Anime" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ConTVAnime_302x302.png?raw=true" group-title="",CONtv Anime +#EXTINF:-1 tvg-id="CONtvAnime.us" tvg-name="CONtv Anime" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa1b7168f9c26008859a893" group-title="Animation",CONtv Anime https://contvanime.cinedigm.com/conapp-ssai/amagi_hls_data_xumo-host-contvanime-junction/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="CONtvAnimeXUMO.us" tvg-name="CONtv Anime (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/WhyZM5n.png" group-title="",CONtv Anime (XUMO) (1080p) +#EXTINF:-1 tvg-id="CONtvAnimeXUMO.us" tvg-name="CONtv Anime (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa1b7168f9c26008859a893" group-title="Animation",CONtv Anime (XUMO) (1080p) https://dai2.xumo.com/amagi_hls_data_xumo-host-contvanime-junction/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="CookingPanda.us" tvg-name="Cooking Panda" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Z6pDpzl.png" group-title="Cooking",Cooking Panda https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=46 @@ -1024,39 +1020,39 @@ https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22518d5eeee0f5a409486/ https://wowzaprod3-i.akamaihd.net/hls/live/252233/15b8d438/playlist.m3u8 #EXTINF:-1 tvg-id="CYCChristanYouthChannel.us" tvg-name="CYC (Christan Youth Channel)" tvg-country="EG" tvg-language="Arabic" tvg-logo="http://www.cycnow.com/wp-content/uploads/2018/08/logo.png" group-title="Religious",CYC (Christan Youth Channel) (1080p) http://media3.smc-host.com:1935/cycnow.com/smil:cyc.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CYCTV.us" tvg-name="CYC TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CYC TV +#EXTINF:-1 tvg-id="CYCTV.us" tvg-name="CYC TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/PfFJy5E.png" group-title="",CYC TV http://media.smc-host.com:1935/cycnow.com/cyc2/chunklist.m3u8 -#EXTINF:-1 tvg-id="CycleWorld.us" tvg-name="Cycle World" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Cycle World +#EXTINF:-1 tvg-id="CycleWorld.us" tvg-name="Cycle World" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/RZE3Pwf.png" group-title="",Cycle World https://a.jsrdn.com/broadcast/3e5befe5dd/+0000/c.m3u8 #EXTINF:-1 tvg-id="CycleWorld.us" tvg-name="Cycle World" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/RZE3Pwf.png" group-title="Sports",Cycle World https://a.jsrdn.com/broadcast/3e5befe5dd/+0000/high/c.m3u8 -#EXTINF:-1 tvg-id="DallasCowboyCheerleaders.us" tvg-name="Dallas Cowboy Cheerleaders" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/08182020/Dallas%20Cowboys%20Cheer_190x190.png?raw=true" group-title="",Dallas Cowboy Cheerleaders +#EXTINF:-1 tvg-id="DallasCowboyCheerleaders.us" tvg-name="Dallas Cowboy Cheerleaders" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/08182020/Dallas%20Cowboys%20Cheer_190x190.png?raw=true" group-title="",Dallas Cowboy Cheerleaders http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus -#EXTINF:-1 tvg-id="DanceStarTVUK.us" tvg-name="DanceStar TV (UK)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/xLqyZQQ.png" group-title="Music",DanceStar TV +#EXTINF:-1 tvg-id="DanceStarTVUK.us" tvg-name="DanceStar TV (UK)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xLqyZQQ.png" group-title="Music",DanceStar TV https://vcndstv.teleosmedia.com/stream/dstv/dstv/playlist.m3u8 #EXTINF:-1 tvg-id="DangerTV.us" tvg-name="Danger TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/4aTk45R.png" group-title="Documentary",Danger TV (720p) https://dangertv.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="DarkMatterBrazil.us" tvg-name="Dark Matter (Brazil)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Dark Matter (Brazil) +#EXTINF:-1 tvg-id="DarkMatterBrazil.us" tvg-name="Dark Matter (Brazil)" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DarkMatterTV_218x218.png?raw=true" group-title="",Dark Matter (Brazil) https://darkmatter-por-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="DarkMatterTV.us" tvg-name="Dark Matter TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DarkMatterTV_218x218.png?raw=true" group-title="",Dark Matter TV +#EXTINF:-1 tvg-id="DarkMatterTV.us" tvg-name="Dark Matter TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DarkMatterTV_218x218.png?raw=true" group-title="",Dark Matter TV https://dmtv-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="DarkMatterTV.us" tvg-name="Dark Matter TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Dark Matter TV +#EXTINF:-1 tvg-id="DarkMatterTV.us" tvg-name="Dark Matter TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DarkMatterTV_218x218.png?raw=true" group-title="",Dark Matter TV https://dmtv-viziosc.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="DCCouncilChannel.us" tvg-name="DC Council Channel" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Legislative",DC Council Channel +#EXTINF:-1 tvg-id="DCCouncilChannel.us" tvg-name="DC Council Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ZHST0G2.png" group-title="Legislative",DC Council Channel https://video.oct.dc.gov/out/u/15_12.m3u8 -#EXTINF:-1 tvg-id="DCEagleCam.us" tvg-name="DC Eagle Cam" tvg-country="US" tvg-language="" tvg-logo="" group-title="",DC Eagle Cam +#EXTINF:-1 tvg-id="DCEagleCam.us" tvg-name="DC Eagle Cam" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/VPTRThD.png" group-title="Outdoors",DC Eagle Cam http://americaneagle-lh.akamaihd.net:80/i/AEF_DC1@31049/master.m3u8 -#EXTINF:-1 tvg-id="DCNTV.us" tvg-name="DCN TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",DCN TV +#EXTINF:-1 tvg-id="DistrictofColumbiaNetwork.us" tvg-name="District of Columbia Network" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/GcSXd5s.png" group-title="Legislative",District of Columbia Network (DCN) http://video.oct.dc.gov/out/u/21_4.m3u8 #EXTINF:-1 tvg-id="DealorNoDeal.us" tvg-name="Deal or No Deal" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/BaHAChs.png" group-title="Series",Deal or No Deal https://endemol-dealornodeal-1.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="DealorNoDeal.us" tvg-name="Deal or No Deal" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SXWX2Wf.png" group-title="General",Deal or No Deal (1080p) https://endemol-dealornodeal-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="DealorNoDeal.us" tvg-name="Deal or No Deal" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/DealorNoDeal_190x190.png" group-title="",Deal or No Deal +#EXTINF:-1 tvg-id="DealorNoDeal.us" tvg-name="Deal or No Deal" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/DealorNoDeal_190x190.png" group-title="",Deal or No Deal https://endemol-dealornodeal-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="DealorNoDeal.us" tvg-name="Deal or No Deal" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DealOrNoDeal_400x400.png?raw=true" group-title="",Deal or No Deal +#EXTINF:-1 tvg-id="DealorNoDeal.us" tvg-name="Deal or No Deal" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DealOrNoDeal_400x400.png?raw=true" group-title="",Deal or No Deal https://endemol-dealornodeal-1.sinclair.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="DealornoDeal.us" tvg-name="Deal or no Deal" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Deal or no Deal +#EXTINF:-1 tvg-id="DealornoDeal.us" tvg-name="Deal or no Deal" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/DealorNoDeal_190x190.png" group-title="",Deal or no Deal https://endemol-dealornodeal-1.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="DealorNoDealSTIRR.us" tvg-name="Deal or No Deal (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/31bde873-2b72-4b5f-8087-05172adfd46e-small3x1_STIRR_Logo_0620_DealOrNoDeal_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Series",Deal or No Deal (STIRR) (720p) https://dai.google.com/linear/hls/event/9cq79TtPR6WbyaQGeDlHjA/master.m3u8 @@ -1064,25 +1060,25 @@ https://dai.google.com/linear/hls/event/9cq79TtPR6WbyaQGeDlHjA/master.m3u8 https://linear-68.frequency.stream/dist/localnow/68/hls/master/playlist.m3u8 #EXTINF:-1 tvg-id="DegrassiTheNextGeneration.us" tvg-name="Degrassi The Next Generation" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/03232021/Degrassi_190x190.png?raw=true" group-title="",Degrassi The Next Generation https://dhx-degrassi-1-us.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="DegrassithenextgenerationCanada.us" tvg-name="Degrassi the next generation (Canada)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Degrassi the next generation (Canada) +#EXTINF:-1 tvg-id="DegrassithenextgenerationCanada.us" tvg-name="Degrassi the next generation (Canada)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/mRBQKp3.png" group-title="",Degrassi the next generation (Canada) http://dhx-degrassi-2-ca.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="DemandAfrica.us" tvg-name="Demand Africa" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Demand Africa +#EXTINF:-1 tvg-id="DemandAfrica.us" tvg-name="Demand Africa" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f061242a7951e00075d7413/colorLogoPNG.png" group-title="Lifestyle",Demand Africa https://demandafrica-klowdtv.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="DemandAfrica.us" tvg-name="Demand Africa" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Demand Africa +#EXTINF:-1 tvg-id="DemandAfrica.us" tvg-name="Demand Africa" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f061242a7951e00075d7413/colorLogoPNG.png" group-title="Lifestyle",Demand Africa https://demandafrica-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="DemandAfrica.us" tvg-name="Demand Africa" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f061242a7951e00075d7413/colorLogoPNG.png" group-title="",Demand Africa (720p) +#EXTINF:-1 tvg-id="DemandAfrica.us" tvg-name="Demand Africa" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f061242a7951e00075d7413/colorLogoPNG.png" group-title="Lifestyle",Demand Africa (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f061242a7951e00075d7413/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="DemandAfricaMexico.us" tvg-name="Demand Africa (Mexico)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Demand Africa (Mexico) +#EXTINF:-1 tvg-id="DemandAfricaMexico.us" tvg-name="Demand Africa (Mexico)" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f061242a7951e00075d7413/colorLogoPNG.png" group-title="Lifestyle",Demand Africa (Mexico) https://demandafrica-samsungmexico.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Design.us" tvg-name="Design" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Design +#EXTINF:-1 tvg-id="Design.us" tvg-name="Design" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Design https://d06b09a740824c49b9937130662ef38a.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_TheDesignNetwork/7c1469be-63d2-44de-8083-ee421aeb53df/4.m3u8 -#EXTINF:-1 tvg-id="DestinationTV.us" tvg-name="Destination TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Destination TV +#EXTINF:-1 tvg-id="DestinationTV.us" tvg-name="Destination TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1lBeOHC.png" group-title="",Destination TV https://makingitmedia-destinationtv-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="DisneyChannelEspana.es" tvg-name="Disney Channel Espaรฑa" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Disney_Channel_logo_%282014%29.svg/792px-Disney_Channel_logo_%282014%29.svg.png" group-title="Kids",Disney Channel Espaรฑa http://5.255.90.184:2004/play/a006/index.m3u8 -#EXTINF:-1 tvg-id="DisneyChannelJapan.us" tvg-name="Disney Channel Japan" tvg-country="JP" tvg-language="Japan" tvg-logo="" group-title="",Disney Channel Japan (360p) +#EXTINF:-1 tvg-id="DisneyChannelJapan.us" tvg-name="Disney Channel Japan" tvg-country="JP" tvg-language="Japan" tvg-logo="https://i.imgur.com/H2O9F2E.png" group-title="",Disney Channel Japan (360p) http://redlabmcdn.s.llnwi.net/jp01/bs13/index.m3u8 -#EXTINF:-1 tvg-id="DistrictofColumbiaNetwork.us" tvg-name="District of Columbia Network" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Legislative",District of Columbia Network (1080p) +#EXTINF:-1 tvg-id="DistrictofColumbiaNetwork.us" tvg-name="District of Columbia Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GcSXd5s.png" group-title="Legislative",District of Columbia Network (DCN) (1080p) https://video.oct.dc.gov/out/u/DCN.m3u8 #EXTINF:-1 tvg-id="DistrictofColumbiaWashingtonDCSTIRR.us" tvg-name="District of Columbia: Washington D.C. (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",District of Columbia: Washington D.C. (STIRR) (720p) https://dai.google.com/linear/hls/event/_VmeKujXTf-nc9Lr2NO6tA/master.m3u8 @@ -1090,29 +1086,29 @@ https://dai.google.com/linear/hls/event/_VmeKujXTf-nc9Lr2NO6tA/master.m3u8 https://azroe0x-lh.akamaihd.net/i/test_1@775856/master.m3u8 #EXTINF:-1 tvg-id="DivineVision.us" tvg-name="Divine Vision" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/wjCFvLR.png" group-title="Religious",Divine Vision (480p) https://divineplayout-us2.tulix.tv/live/Stream1/.m3u8 -#EXTINF:-1 tvg-id="DocTV.us" tvg-name="Doc TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Doc TV +#EXTINF:-1 tvg-id="DocTV.us" tvg-name="Doc TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Doc TV https://wownow-doctv-1.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="DocsChannelBumblebee.us" tvg-name="Docs Channel (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Findieflix%2Flogo%2F1818fba1-b1ff-4431-9c39-c708565102b1%3Fv%3D1?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=ef97dbfc6e7dbbd2307e0e5d016de4d7" group-title="",Docs Channel (Bumblebee) https://0813a4e76b5d404a97a4070b8e087bc4.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5f8609d9d6344257cbfb6ee4/playlist.m3u8 -#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="NORAM" tvg-language="English" tvg-logo="https://i.imgur.com/W87cTZc.png" group-title="Documentary",Docurama (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5X5Z5eg.png" group-title="Documentary",Docurama (1080p) [Geo-blocked] https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1234A-docuramaA/CDN/master.m3u8 -#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="NORAM" tvg-language="English" tvg-logo="https://i.imgur.com/W87cTZc.png" group-title="Documentary",Docurama (1080p) +#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5X5Z5eg.png" group-title="Documentary",Docurama (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxdocurama/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="NORAM" tvg-language="English" tvg-logo="https://i.imgur.com/W87cTZc.png" group-title="Documentary",Docurama (1080p) +#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5X5Z5eg.png" group-title="Documentary",Docurama (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1234A-docuramaA/CDN/master.m3u8 -#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa0a16a8019d03b025d37a2" group-title="",Docurama +#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5X5Z5eg.png" group-title="Documentary",Docurama https://docurama-localnow.cinedigm.com/playlist.m3u8 #EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5X5Z5eg.png" group-title="Documentary",Docurama https://docurama-plex-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Docurama +#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5X5Z5eg.png" group-title="Documentary",Docurama https://docurama-redbox-us-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Docurama +#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5X5Z5eg.png" group-title="Documentary",Docurama https://docurama-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/Docurama_190x190.png?raw=true" group-title="",Docurama +#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5X5Z5eg.png" group-title="Documentary",Docurama https://docurama.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Docurama +#EXTINF:-1 tvg-id="Docurama.us" tvg-name="Docurama" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5X5Z5eg.png" group-title="Documentary",Docurama https://docurama.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="DocuramaSTIRR.us" tvg-name="Docurama (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/64e1e4f2-5aa5-49d8-bd74-a692313d0473-small3x1_stirr_0120_epg_Docurama_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Documentary",Docurama (STIRR) (1080p) +#EXTINF:-1 tvg-id="DocuramaSTIRR.us" tvg-name="Docurama (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5X5Z5eg.png" group-title="Documentary",Docurama (STIRR) (1080p) https://dai.google.com/linear/hls/event/Hx_PEMEsSzOCcZgy0Tq2YQ/master.m3u8 #EXTINF:-1 tvg-id="DoveChannel.us" tvg-name="Dove Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FVWqYQG.png" group-title="Family",Dove Channel (1080p) https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1234A-dovenow/CDN/master.m3u8 @@ -1120,51 +1116,51 @@ https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1234A-dovenow/CDN/maste https://dai.google.com/linear/hls/event/dfbBGQhPQQqypdEAjpUGlA/master.m3u8 #EXTINF:-1 tvg-id="DoveChannel.us" tvg-name="Dove Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XrzKcDB.png" group-title="Family",Dove Channel https://dove-channel.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="DoveChannel.us" tvg-name="Dove Channel" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/DoveChannel.png" group-title="",Dove Channel +#EXTINF:-1 tvg-id="DoveChannel.us" tvg-name="Dove Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FVWqYQG.png" group-title="Family",Dove Channel https://dove-channel.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="DoveChannel.us" tvg-name="Dove Channel" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa0a13494163b4d276cb842" group-title="",Dove Channel +#EXTINF:-1 tvg-id="DoveChannel.us" tvg-name="Dove Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FVWqYQG.png" group-title="Family",Dove Channel https://dovenow-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="DoveChannel.us" tvg-name="Dove Channel" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Dove Channel +#EXTINF:-1 tvg-id="DoveChannel.us" tvg-name="Dove Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FVWqYQG.png" group-title="Family",Dove Channel https://dovenow-roku-ingest.cinedigm.com/master.m3u8 -#EXTINF:-1 tvg-id="DoveChannel.us" tvg-name="Dove Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Dove Channel +#EXTINF:-1 tvg-id="DoveChannel.us" tvg-name="Dove Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FVWqYQG.png" group-title="Family",Dove Channel https://dovenow-roku.cinedigm.com/midroll/amagi_hls_data_xumo-host-dovenow-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="DoveChannel.us" tvg-name="Dove Channel" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/FVWqYQG.png" group-title="",Dove Channel +#EXTINF:-1 tvg-id="DoveChannel.us" tvg-name="Dove Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FVWqYQG.png" group-title="Family",Dove Channel https://dovenow.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="DoveNow.us" tvg-name="Dove Now" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Dove Now +#EXTINF:-1 tvg-id="DoveNow.us" tvg-name="Dove Now" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/pcR0OUL.png" group-title="",Dove Now https://dovenow-tcl.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="DrGeneScott.us" tvg-name="Dr. Gene Scott" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FppLahc.jpg" group-title="Religious",Dr. Gene Scott (480p) https://wescottcchls-lh.akamaihd.net/i/wcc_wowlivehls@24607/master.m3u8 -#EXTINF:-1 tvg-id="DramaLife.us" tvg-name="Drama Life" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/Drama_Life_190x190.png?raw=true" group-title="",Drama Life +#EXTINF:-1 tvg-id="DramaLife.us" tvg-name="Drama Life" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/Drama_Life_190x190.png?raw=true" group-title="Movies",Drama Life http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f24662bebe0f0000767de32/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus -#EXTINF:-1 tvg-id="DREAMCORPLLC.us" tvg-name="DREAM CORP LLC (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",DREAM CORP LLC (Adult Swim 24/7 Stream) [Geo-blocked] +#EXTINF:-1 tvg-id="DREAMCORPLLC.us" tvg-name="DREAM CORP LLC (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/n5R7EhY" group-title="Comedy",DREAM CORP LLC (Adult Swim 24/7 Stream) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/DREAM-CORP-LLC/stream.m3u8 #EXTINF:-1 tvg-id="DrinkTV.us" tvg-name="Drink TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ZAqKTkp.png" group-title="Entertainment",Drink TV https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=62 -#EXTINF:-1 tvg-id="DryBarComedy.us" tvg-name="Dry Bar Comedy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/l61qxIE.jpg" group-title="Comedy",Dry Bar Comedy (720p) +#EXTINF:-1 tvg-id="DryBarComedy.us" tvg-name="DryBar Comedy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/l61qxIE.jpg" group-title="Comedy",DryBar Comedy (720p) https://a.jsrdn.com/broadcast/e29bdbbbf3/+0000/c.m3u8 -#EXTINF:-1 tvg-id="DryBarComedy.us" tvg-name="Dry Bar Comedy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Dry Bar Comedy -https://drybar-drybarcomedy-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="DryBarComedyTV.us" tvg-name="Dry Bar Comedy TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/l61qxIE.jpg" group-title="Comedy",Dry Bar Comedy TV (720p) -https://59d39900ebfb8.streamlock.net/molaughtertv/molaughtertv/playlist.m3u8 #EXTINF:-1 tvg-id="DrybarComedy.us" tvg-name="Drybar Comedy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/l61qxIE.jpg" group-title="Comedy",Drybar Comedy https://drybar-drybarcomedy-1-au.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="DryBarComedy.us" tvg-name="DryBar Comedy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/l61qxIE.jpg" group-title="Comedy",DryBar Comedy +https://drybar-drybarcomedy-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="DryBarComedy.us" tvg-name="DryBar Comedy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nUXwP5M.png" group-title="Comedy",DryBar Comedy (720p) https://drybar-drybarcomedy-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Dungeon.us" tvg-name="Dungeon" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Dungeon +#EXTINF:-1 tvg-id="DryBarComedyTV.us" tvg-name="DryBar Comedy TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/l61qxIE.jpg" group-title="Comedy",DryBar Comedy TV (720p) +https://59d39900ebfb8.streamlock.net/molaughtertv/molaughtertv/playlist.m3u8 +#EXTINF:-1 tvg-id="Dungeon.us" tvg-name="Dungeon" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Dungeon https://content.uplynk.com/channel/5688add7ce704ce1a27ab62bb44044b9.m3u8 #EXTINF:-1 tvg-id="Dust.us" tvg-name="Dust" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FxYhME9.png" group-title="Movies",Dust (720p) https://dai.google.com/linear/hls/event/xuMJ1vhQQDGjEWlxK9Qh4w/master.m3u8 -#EXTINF:-1 tvg-id="Dust.us" tvg-name="Dust" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/pXXUmuW.jpg" group-title="",Dust (720p) +#EXTINF:-1 tvg-id="Dust.us" tvg-name="Dust" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/FxYhME9.png" group-title="",Dust (720p) https://dust-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="DUST.us" tvg-name="Dust" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/pXXUmuW.jpg" group-title="",Dust (720p) +#EXTINF:-1 tvg-id="DUST.us" tvg-name="Dust" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/FxYhME9.png" group-title="",Dust (720p) https://dust-samsung-uk-au.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Dust.us" tvg-name="Dust" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/6LBIDFo.png" group-title="",Dust (720p) https://dust-samsung-uk-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="DUST.us" tvg-name="Dust" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/pXXUmuW.jpg" group-title="",Dust (720p) +#EXTINF:-1 tvg-id="DUST.us" tvg-name="Dust" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/FxYhME9.png" group-title="",Dust (720p) https://dust-samsung-uk-de.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Dust.us" tvg-name="Dust" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQwMDkwMjRf/Dust_670x670.png" group-title="",Dust +#EXTINF:-1 tvg-id="Dust.us" tvg-name="Dust" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FxYhME9.png" group-title="",Dust https://dust-samsung.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Dust.us" tvg-name="Dust" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/11162020/DUST_190X190.png?raw=true" group-title="",Dust +#EXTINF:-1 tvg-id="Dust.us" tvg-name="Dust" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FxYhME9.png" group-title="",Dust https://dust.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="DUSTx.us" tvg-name="DUSTx" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/9Xc7Q7S.jpg" group-title="Movies",DUSTx (720p) https://dust.sinclair.wurl.com/manifest/playlist.m3u8 @@ -1200,73 +1196,73 @@ https://stream.swagit.com/live-edge/escambiacountyfl/live-1-a/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-escapes/CDN/master.m3u8 #EXTINF:-1 tvg-id="EsperanzaTV.us" tvg-name="Esperanza TV" tvg-country="US" tvg-language="Spanish" tvg-logo="http://iptvchile.xyz/Logos/TeVe/esperanza%20tv.png" group-title="",Esperanza TV (480p) http://k3.usastreams.com:1935/etvSD/etvSD/playlist.m3u8 -#EXTINF:-1 tvg-id="ESPN.us" tvg-name="ESPN" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",ESPN (360p) +#EXTINF:-1 tvg-id="ESPN.us" tvg-name="ESPN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GhhN8mW.png" group-title="Sports",ESPN (360p) http://stream.tvtap.live:8081/live/espnusahd.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="ESPN.us" tvg-name="ESPN" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",ESPN (720p) +#EXTINF:-1 tvg-id="ESPN.us" tvg-name="ESPN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GhhN8mW.png" group-title="Sports",ESPN (720p) http://stream2.grandma.fit/fs2.m3u8 -#EXTINF:-1 tvg-id="ESPN.us" tvg-name="ESPN" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",ESPN (720p) +#EXTINF:-1 tvg-id="ESPN.us" tvg-name="ESPN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GhhN8mW.png" group-title="Sports",ESPN (720p) https://content.uplynk.com/channel/d0695f6fa2f143eb95c7a41d96d581c4.m3u8 -#EXTINF:-1 tvg-id="ESPN2.us" tvg-name="ESPN 2" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",ESPN 2 (720p) +#EXTINF:-1 tvg-id="ESPN2.us" tvg-name="ESPN 2" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/CTgGetu.png" group-title="Sports",ESPN 2 (720p) http://164.68.124.111/espn2.m3u8 -#EXTINF:-1 tvg-id="ESPN2.us" tvg-name="ESPN 2" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",ESPN 2 (360p) +#EXTINF:-1 tvg-id="ESPN2.us" tvg-name="ESPN 2" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/CTgGetu.png" group-title="Sports",ESPN 2 (360p) http://stream.tvtap.live:8081/live/espn2hd.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="ESPN2.us" tvg-name="ESPN 2" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",ESPN 2 (720p) +#EXTINF:-1 tvg-id="ESPN2.us" tvg-name="ESPN 2" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/CTgGetu.png" group-title="Sports",ESPN 2 (720p) http://stream2.grandma.fit/espn2.m3u8 #EXTINF:-1 tvg-id="ESRUS.us" tvg-name="ESR (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/N9DdtrE.png" group-title="",ESR (US) (1080p) https://esr-samsung.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ESR24x7eSportsRevolution.us" tvg-name="ESR 24x7 | eSports Revolution" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ESR24x7_180x180.png?raw=true" group-title="",ESR 24x7 | eSports Revolution +#EXTINF:-1 tvg-id="ESR24x7eSportsRevolution.us" tvg-name="ESR 24x7 | eSports Revolution" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ESR24x7_180x180.png?raw=true" group-title="Entertainment",ESR 24x7 | eSports Revolution https://esrevolution-sinclair.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ESReSportsNetwork.us" tvg-name="ESR eSports Network" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d2f4c46818164091e1fd4" group-title="Entertainment",ESR eSports Network +#EXTINF:-1 tvg-id="ESReSportsNetwork.us" tvg-name="ESR eSports Network" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d2f4c46818164091e1fd4" group-title="Entertainment",ESR eSports Network https://eyeonesports.com/ES2RA-628g.m3u8 -#EXTINF:-1 tvg-id="ESRevolutionSTIRR.us" tvg-name="ESRevolution (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/3e896322-56cd-4017-81aa-84d8962455fb-small3x1_STIRR_Logo_0320_ESR24x7eSportsChannel_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",ESRevolution (STIRR) (720p) +#EXTINF:-1 tvg-id="ESRevolutionSTIRR.us" tvg-name="ESRevolution (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/3e896322-56cd-4017-81aa-84d8962455fb-small3x1_STIRR_Logo_0320_ESR24x7eSportsChannel_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Entertainment",ESRevolution (STIRR) (720p) https://dai.google.com/linear/hls/event/7-91LhuBQNONHzAbrFQr-Q/master.m3u8 -#EXTINF:-1 tvg-id="e70cbc" tvg-name="Estrella_News" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/f4Bec0i.png" group-title="",Estrella News +#EXTINF:-1 tvg-id="EstrellaNews.us" tvg-name="Estrella News" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/f4Bec0i.png" group-title="News",Estrella News https://estrellanews-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EstrellaNews.us" tvg-name="Estrella News" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Estrella News +#EXTINF:-1 tvg-id="EstrellaNews.us" tvg-name="Estrella News" tvg-country="US" tvg-language="Spanish" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/11162020/Estrella_News_190X190.png?raw=true" group-title="News",Estrella News https://estrellanews-roku.amagi.tv/hls/amagi_hls_data_estrellaA-estrellanews-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="EstrellaNews.us" tvg-name="Estrella News" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Estrella News +#EXTINF:-1 tvg-id="EstrellaNews.us" tvg-name="Estrella News" tvg-country="US" tvg-language="Spanish" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="News",Estrella News https://estrellanews-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EstrellaNews.us" tvg-name="Estrella News" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/11162020/Estrella_News_190X190.png?raw=true" group-title="",Estrella News +#EXTINF:-1 tvg-id="EstrellaNews.us" tvg-name="Estrella News" tvg-country="US" tvg-language="Spanish" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/11162020/Estrella_News_190X190.png?raw=true" group-title="News",Estrella News https://estrellanews-samsung-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EstrellaNewsSP.us" tvg-name="Estrella News | SP" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQ0OTQ3NTlf/Tubi_LiveNews_840x840.png" group-title="",Estrella News | SP +#EXTINF:-1 tvg-id="EstrellaNewsSP.us" tvg-name="Estrella News | SP" tvg-country="US" tvg-language="Spanish" tvg-logo="https://od.lk/s/MF8yMjQ0OTQ3NTlf/Tubi_LiveNews_840x840.png" group-title="News",Estrella News | SP https://csm-e-eb.csm.tubi.video/csm/live/247083838.m3u8 -#EXTINF:-1 tvg-id="475630" tvg-name="Estrella_TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/4PiLKrm.png" group-title="",Estrella TV +#EXTINF:-1 tvg-id="475630" tvg-name="Estrella_TV" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/4PiLKrm.png" group-title="Entertainment",Estrella TV https://estrellatv-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EstrellaTV.us" tvg-name="Estrella TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Estrella TV +#EXTINF:-1 tvg-id="EstrellaTV.us" tvg-name="Estrella TV" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/4PiLKrm.png" group-title="Entertainment",Estrella TV https://estrellatv-roku.amagi.tv/hls/amagi_hls_data_estrellaA-estrellatv-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="EstrellaTV.us" tvg-name="Estrella TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Estrella TV +#EXTINF:-1 tvg-id="EstrellaTV.us" tvg-name="Estrella TV" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/4PiLKrm.png" group-title="Entertainment",Estrella TV https://estrellatv-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ESTV.us" tvg-name="ESTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",ESTV +#EXTINF:-1 tvg-id="ESTV.us" tvg-name="ESTV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/c5Hd6c2.png" group-title="Sports",ESTV https://estv-klowdtv.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Estv.us" tvg-name="Estv" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Estv +#EXTINF:-1 tvg-id="ESTV.us" tvg-name="ESTV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/c5Hd6c2.png" group-title="Sports",ESTV https://estv-rakuten-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ESTV.us" tvg-name="ESTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",ESTV +#EXTINF:-1 tvg-id="ESTV.us" tvg-name="ESTV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/a/c5Hd6c2.png" group-title="Sports",ESTV https://estv-rakuten.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="ETLive.us" tvg-name="ET Live" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/ETLive_190x190.png?raw=true" group-title="Lifestyle",ET Live https://dai.google.com/linear/hls/event/xrVrJYTmTfitfXBQfeZByQ/master.m3u8 -#EXTINF:-1 tvg-id="ETLivePlutoTV.us" tvg-name="ET Live (Pluto TV)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",ET Live (Pluto TV) +#EXTINF:-1 tvg-id="ETLivePlutoTV.us" tvg-name="ET Live (Pluto TV)" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/ETLive_190x190.png?raw=true" group-title="Entertainment",ET Live (Pluto TV) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc0c78281eddb0009a02d5e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=190&deviceId=5dc0c78281eddb0009a02d5e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="ETLive.us" tvg-name="ET Live" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dc0c78281eddb0009a02d5e/colorLogoPNG.png" group-title="Entertainment",ET Live (Pluto TV) (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc0c78281eddb0009a02d5e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="EverydayHeroes.us" tvg-name="Everyday Heroes" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Iam3ol3.png" group-title="",Everyday Heroes +#EXTINF:-1 tvg-id="EverydayHeroes.us" tvg-name="Everyday Heroes" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Iam3ol3.png" group-title="",Everyday Heroes https://a.jsrdn.com/broadcast/7b1451fa52/+0000/c.m3u8 #EXTINF:-1 tvg-id="EVRGRNSTIRR.us" tvg-name="EVRGRN (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/84a96620-2c59-4a44-bfed-bdec3fdf7451-small3x1_STIRR_Logo_0520_EVRGRN_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Entertainment",EVRGRN (STIRR) (720p) https://dai.google.com/linear/hls/event/TDUiZE57Q3-CS7Its4kLDQ/master.m3u8 -#EXTINF:-1 tvg-id="EWTN.us" tvg-name="EWTN" tvg-country="US" tvg-language="" tvg-logo="" group-title="",EWTN +#EXTINF:-1 tvg-id="EWTN.us" tvg-name="EWTN" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjQyNTQ1MzNf/EWTN_450x450.png" group-title="Religious",EWTN http://bogtvhdlive-f.akamaihd.net/i/main_1@79148/master.m3u8 -#EXTINF:-1 tvg-id="EWTN.us" tvg-name="EWTN" tvg-country="US" tvg-language="" tvg-logo="" group-title="",EWTN +#EXTINF:-1 tvg-id="EWTN.us" tvg-name="EWTN" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjQyNTQ1MzNf/EWTN_450x450.png" group-title="Religious",EWTN https://d3kr0d4mfjxpbv.cloudfront.net/p/SPAS.m3u8 -#EXTINF:-1 tvg-id="EWTNAsiaPacific.us" tvg-name="EWTN Asia-Pacific" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQyNTQ1MzNf/EWTN_450x450.png" group-title="",EWTN Asia-Pacific +#EXTINF:-1 tvg-id="EWTNAsiaPacific.us" tvg-name="EWTN Asia-Pacific" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQyNTQ1MzNf/EWTN_450x450.png" group-title="Religious",EWTN Asia-Pacific https://cdn3.wowza.com/1/QmVNUVhTNTZSS3Uz/YWQ0aHpi/hls/live/playlist.m3u8 -#EXTINF:-1 tvg-id="EWTNCanada.us" tvg-name="EWTN Canada" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQyNTQ1MzNf/EWTN_450x450.png" group-title="",EWTN Canada +#EXTINF:-1 tvg-id="EWTNCanada.us" tvg-name="EWTN Canada" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQyNTQ1MzNf/EWTN_450x450.png" group-title="Religious",EWTN Canada https://cdn3.wowza.com/1/YW5wSWZiRGd2eFlU/bGV0aVBq/hls/live/playlist.m3u8 -#EXTINF:-1 tvg-id="EWTNCanada.us" tvg-name="EWTN Canada" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",EWTN Canada (720p) +#EXTINF:-1 tvg-id="EWTNCanada.us" tvg-name="EWTN Canada" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjQyNTQ1MzNf/EWTN_450x450.png" group-title="Religious",EWTN Canada (720p) https://dyo5cp96eopax.cloudfront.net/p/CANE.m3u8 -#EXTINF:-1 tvg-id="EWTNCANALCATOLICO.us" tvg-name="EWTN CANAL CATร“LICO" tvg-country="US" tvg-language="" tvg-logo="https://cdn.mitvstatic.com/channels/cl_ewtn_m.png" group-title="",EWTN CANAL CATร“LICO +#EXTINF:-1 tvg-id="EWTNCANALCATOLICO.us" tvg-name="EWTN CANAL CATร“LICO" tvg-country="US" tvg-language="" tvg-logo="https://cdn.mitvstatic.com/channels/cl_ewtn_m.png" group-title="Religious",EWTN CANAL CATร“LICO https://cdn3.wowza.com/1/SmVrQmZCUXZhVDgz/b3J3MFJv/hls/live/playlist.m3u8 -#EXTINF:-1 tvg-id="EWTNEurope.us" tvg-name="EWTN Europe" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQyNTQ1MzNf/EWTN_450x450.png" group-title="",EWTN Europe +#EXTINF:-1 tvg-id="EWTNEurope.us" tvg-name="EWTN Europe" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQyNTQ1MzNf/EWTN_450x450.png" group-title="Religious",EWTN Europe https://cdn3.wowza.com/1/T2NXeHF6UGlGbHY3/WFluRldQ/hls/live/playlist.m3u8 -#EXTINF:-1 tvg-id="EWTN.de" tvg-name="EWTN katholisches TV" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/ewtnkatholischestv.png" group-title="",EWTN katholisches TV [Not 24/7] +#EXTINF:-1 tvg-id="EWTN.de" tvg-name="EWTN katholisches TV" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/ewtnkatholischestv.png" group-title="Religious",EWTN katholisches TV [Not 24/7] https://cdn3.wowza.com/1/NWFLbEVOVjNsQWhP/YnpVbld5/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="ExternalOtteraBumblebee.us" tvg-name="External Ottera (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://media.unreel.me/prod/bumblebeetv/general/f260a87a-ab75-43f7-bafd-49f4143262b0" group-title="",External Ottera (Bumblebee) https://otteravision-tg.ottera.tv/live/master.m3u8?channel=tg_tg_us @@ -1274,53 +1270,53 @@ https://otteravision-tg.ottera.tv/live/master.m3u8?channel=tg_tg_us http://livestreamcdn.net:1935/ExtremaTV/ExtremaTV/playlist.m3u8 #EXTINF:-1 tvg-id="Eye95America.us" tvg-name="Eye 95 America" tvg-country="US" tvg-language="Urdu" tvg-logo="" group-title="News",Eye 95 America [Not 24/7] https://cdn20.liveonlineservices.com/hls/eye95tv.m3u8 -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="Fail Army" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fail Army +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy https://9c17e762ec814557b3516dd3e0a7ca56.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex-intl_FailArmy/ade59f27-be9b-4b71-b8dc-05928c1dfdf4/2.m3u8 -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="Fail Army" tvg-country="US" tvg-language="English" tvg-logo="https://assets.tvplayer.com/tvos/images/channels/585.png" group-title="General",Fail Army (720p) +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://assets.tvplayer.com/tvos/images/channels/585.png" group-title="General",FailArmy (720p) https://dai.google.com/linear/hls/event/7tuuoX1wSsCTaki1HqJFYw/master.m3u8 -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="Fail Army" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",Fail Army -https://failarmy-linear.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="Fail Army" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fail Army -https://failarmy-linear.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FailArmyBrazil.us" tvg-name="Fail Army (Brazil)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fail Army (Brazil) -https://failarmy-international-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FailArmyInternatioanlMexico.us" tvg-name="Fail Army Internatioanl (Mexico)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fail Army Internatioanl (Mexico) -https://failarmy-international-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",FailArmy +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Comedy",FailArmy https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfailarmy/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/01112021/FailArmy_190x190_circle.png?raw=true" group-title="",FailArmy +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy +https://failarmy-linear.plex.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/01112021/FailArmy_190x190_circle.png?raw=true" group-title="Comedy",FailArmy https://failarmy-linear.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",FailArmy +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy +https://failarmy-linear.vizio.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/554158e864526b29254ff105/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=498&deviceId=554158e864526b29254ff105&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",FailArmy +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=f40a74d7-bb46-4b6e-b1d8-94fdb742685a&deviceId=5ad9b7ffe738977e2c312133&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="FailarmyAustralia.us" tvg-name="Failarmy (Australia)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Failarmy (Australia) +#EXTINF:-1 tvg-id="FailArmyAustralia.us" tvg-name="FailArmy (Australia)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy (Australia) https://failarmy-international-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FailArmyCanada.us" tvg-name="FailArmy (Canada)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",FailArmy (Canada) +#EXTINF:-1 tvg-id="FailArmyBrazil.us" tvg-name="FailArmy (Brazil)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy (Brazil) +https://failarmy-international-br.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="FailArmyCanada.us" tvg-name="FailArmy (Canada)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy (Canada) https://failarmy-international-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FailarmyGermany.us" tvg-name="Failarmy (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Failarmy (Germany) +#EXTINF:-1 tvg-id="FailArmyGermany.us" tvg-name="FailArmy (Germany)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy (Germany) https://failarmy-international-de.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FailArmyInternational.us" tvg-name="FailArmy International" tvg-country="US" tvg-language="" tvg-logo="" group-title="",FailArmy International +#EXTINF:-1 tvg-id="FailArmyInternatioanlMexico.us" tvg-name="FailArmy Internatioanl (Mexico)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy Internatioanl (Mexico) +https://failarmy-international-mx.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="FailArmyInternational.us" tvg-name="FailArmy International" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy International https://failarmy-international-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FailarmyInternationalIndia.us" tvg-name="Failarmy International (India)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Failarmy International (India) +#EXTINF:-1 tvg-id="FailArmyInternationalIndia.us" tvg-name="FailArmy International (India)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy International (India) http://failarmy-international-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FailarmyInternationalNetherlands.us" tvg-name="Failarmy International (Netherlands)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Failarmy International (Netherlands) +#EXTINF:-1 tvg-id="FailArmyInternationalNetherlands.us" tvg-name="FailArmy International (Netherlands)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy International (Netherlands) https://failarmy-international-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FailarmyInternationalSweden.us" tvg-name="Failarmy International (Sweden)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Failarmy International (Sweden) +#EXTINF:-1 tvg-id="FailArmyInternationalSweden.us" tvg-name="FailArmy International (Sweden)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="Comedy",FailArmy International (Sweden) https://failarmy-international-se.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FairfaxPublicAccess.us" tvg-name="Fairfax Public Access" tvg-country="US" tvg-language="English" tvg-logo="https://www.fcac.org/sites/all/themes/fcac_base/images/logo-icon.png" group-title="Legislative",Fairfax Public Access https://cs.ebmcdn.net/eastbay-live-hs-1/fairfax-pull/mp4:fairfax.stream/playlist.m3u8 #EXTINF:-1 tvg-id="FaithLifeTV.us" tvg-name="Faith & Life TV" tvg-country="US" tvg-language="English" tvg-logo="https://pbs.twimg.com/profile_images/1131290789/fnlLogo_400x400.png" group-title="Religious",Faith & Life TV (720p) https://na-all9.secdn.net/logos-channel/live/faithlifetv/playlist.m3u8 -#EXTINF:-1 tvg-id="FamilyFeud.us" tvg-name="Family Feud" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Family Feud -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufamilyfeud/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FamilyFlix.us" tvg-name="Family Flix" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/601b338c59852720716748a2" group-title="Family",Family Flix -https://linear-137.frequency.stream/dist/localnow/137/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="FamilyFeud.us" tvg-name="FamilyFeud" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",FamilyFeud +#EXTINF:-1 tvg-id="FamilyFeud.us" tvg-name="Family Feud" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Series",Family Feud https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfamilyfeud/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FamilyFeudXUMO.us" tvg-name="FamilyFeud (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/uwBpm1Y.png" group-title="Entertainment",FamilyFeud (XUMO) +#EXTINF:-1 tvg-id="FamilyFeud.us" tvg-name="Family Feud" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="Series",Family Feud +https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufamilyfeud/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="FamilyFeudXUMO.us" tvg-name="FamilyFeud (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/uwBpm1Y.png" group-title="Entertainment",Family Feud (XUMO) https://live-content.xumo.com/170/content/XM00UVIHRILCPE/21427120/4.m3u8 -#EXTINF:-1 tvg-id="FashionBox.us" tvg-name="FashionBox" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602dd03df5beda3db47bf0f2" group-title="Lifestyle",FashionBox +#EXTINF:-1 tvg-id="FamilyFlix.us" tvg-name="Family Flix" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/601b338c59852720716748a2" group-title="Family",Family Flix +https://linear-137.frequency.stream/dist/localnow/137/hls/master/playlist.m3u8 +#EXTINF:-1 tvg-id="FashionBox.us" tvg-name="FashionBox" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602dd03df5beda3db47bf0f2" group-title="Lifestyle",FashionBox https://fashionbox-localnow.cinedigm.com/playlist.m3u8 #EXTINF:-1 tvg-id="FastFunBox.us" tvg-name="Fast&Fun Box" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/9bH6PBu.png" group-title="",Fast&Fun Box Russian (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 @@ -1331,7 +1327,7 @@ http://fastway.ddns.net:6421/fastway/live10/index.m3u8 https://linear-119.frequency.stream/dist/localnow/119/hls/master/playlist.m3u8 #EXTINF:-1 tvg-id="Fawesome.us" tvg-name="Fawesome" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/PbvhJKs.png" group-title="Entertainment",Fawesome https://fawesome-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="LocalNowFearThis.us" tvg-name="Local Now Fear This!" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60417731dc00887af0275acb" group-title="Entertainment",Fear This! +#EXTINF:-1 tvg-id="LocalNowFearThis.us" tvg-name="Local Now Fear This!" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60417731dc00887af0275acb" group-title="Entertainment",Fear This! https://linear-143.frequency.stream/dist/localnow/143/hls/master/playlist.m3u8 #EXTINF:-1 tvg-id="LocalNowFearThisClassics.us" tvg-name="Local Now Fear This! Classics" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d20ef2189b2698a380ff2" group-title="Classic",Fear This! Classics https://linear-153.frequency.stream/dist/localnow/153/hls/master/playlist.m3u8 @@ -1343,7 +1339,7 @@ https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2624990145130f25474620/ http://n1.klowdtv.net/live3/fido_720p/chunks.m3u8 #EXTINF:-1 tvg-id="FidoTV.us" tvg-name="Fido TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/kvdqP3H.jpg" group-title="Entertainment",Fido TV https://fidotv-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="FieldStream.us" tvg-name="Field & Stream" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Field & Stream +#EXTINF:-1 tvg-id="FieldStream.us" tvg-name="Field & Stream" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/9NsnVCJ.png" group-title="",Field & Stream https://a.jsrdn.com/broadcast/7536b84786/+0000/c.m3u8 #EXTINF:-1 tvg-id="FieldStream.us" tvg-name="Field & Stream" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/9NsnVCJ.png" group-title="Outdoor",Field & Stream https://a.jsrdn.com/broadcast/7536b84786/+0000/high/c.m3u8 @@ -1352,39 +1348,39 @@ https://a.jsrdn.com/broadcast/7536b84786/+0000/low/c.m3u8 #EXTINF:-1 tvg-id="FightBox.us" tvg-name="Fight Box" tvg-country="US" tvg-language="English" tvg-logo="https://i0.pngocean.com/files/812/462/345/filmbox-hd-high-definition-television-set-top-box-broadcasting-fightbox.jpg" group-title="Sports",Fight Box (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/s86/index.m3u8 -#EXTINF:-1 tvg-id="FightingSpirit.us" tvg-name="Fighting Spirit" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fighting Spirit +#EXTINF:-1 tvg-id="FightingSpirit.us" tvg-name="Fighting Spirit" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/OeVsflz.png" group-title="",Fighting Spirit https://a.jsrdn.com/broadcast/47cff5378f/+0000/c.m3u8 #EXTINF:-1 tvg-id="FilmHub.us" tvg-name="Film Hub" tvg-country="US" tvg-language="English" tvg-logo="http://cdn-images-1.medium.com/max/280/1*7zB_9kQDvR3fa_IIk8fhQg@2x.png" group-title="Movies",Film Hub https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmhub/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmRiseAction.us" tvg-name="FilmRise Action" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise-Action_442x442.png?raw=true" group-title="",FilmRise Action +#EXTINF:-1 tvg-id="FilmRiseAction.us" tvg-name="FilmRise Action" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise-Action_442x442.png?raw=true" group-title="",FilmRise Action https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmriseaction/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmRiseClassicTV.us" tvg-name="FilmRise Classic TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GvqmzPn.jpg" group-title="",FilmRise Classic TV (720p) +#EXTINF:-1 tvg-id="FilmRiseClassicTV.us" tvg-name="FilmRise Classic TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GvqmzPn.jpg" group-title="Classic",FilmRise Classic TV (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmriseclassictv/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="FilmRiseClassicTV.us" tvg-name="Filmrise Classic TV (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/0cc80229-e631-4ab5-b9e6-cab62f841ab5-small3x1_STIRR_Logo_0320_FilmriseClassicTV_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Classic",Filmrise Classic TV (STIRR) (720p) https://dai.google.com/linear/hls/event/hW5jMh7dTRK1UXW5fTH07A/master.m3u8 -#EXTINF:-1 tvg-id="FilmRiseClassicTV.us" tvg-name="FilmRise Classic TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Redbox_512x512.png?raw=true" group-title="",FilmRise Classic TV on Redbox +#EXTINF:-1 tvg-id="FilmRiseClassicTV.us" tvg-name="FilmRise Classic TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Redbox_512x512.png?raw=true" group-title="Classic",FilmRise Classic TV on Redbox https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmriseclassictv/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmriseCooking.us" tvg-name="Filmrise Cooking" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Filmrise Cooking +#EXTINF:-1 tvg-id="FilmriseCooking.us" tvg-name="Filmrise Cooking" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Cooking",Filmrise Cooking https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisecooking/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="FilmriseCrime.us" tvg-name="Filmrise Crime" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/BDtkjpS.png" group-title="Movies",Filmrise Crime https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisecrime/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmriseFamily.us" tvg-name="Filmrise Family" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/06052020/FilmRise_Family_190x190.png?raw=true" group-title="",Filmrise Family +#EXTINF:-1 tvg-id="FilmriseFamily.us" tvg-name="Filmrise Family" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/06052020/FilmRise_Family_190x190.png?raw=true" group-title="Family",Filmrise Family https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisefamily/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmriseFamilyXUMO.us" tvg-name="Filmrise Family (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/81VZaxj6a1L._SY355_.png" group-title="",Filmrise Family (XUMO) +#EXTINF:-1 tvg-id="FilmriseFamilyXUMO.us" tvg-name="Filmrise Family (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/81VZaxj6a1L._SY355_.png" group-title="Family",Filmrise Family (XUMO) http://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-filmrisefamily/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmRiseFamilyonRedbox.us" tvg-name="FilmRise Family on Redbox" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Redbox_512x512.png?raw=true" group-title="",FilmRise Family on Redbox +#EXTINF:-1 tvg-id="FilmRiseFamilyonRedbox.us" tvg-name="FilmRise Family on Redbox" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Redbox_512x512.png?raw=true" group-title="Family",FilmRise Family on Redbox https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefamily/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmRiseForensicFiles.us" tvg-name="FilmRise Forensic Files" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise_ForensicFiles_398x398.png?raw=true" group-title="",FilmRise Forensic Files +#EXTINF:-1 tvg-id="FilmRiseForensicFiles.us" tvg-name="FilmRise Forensic Files" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise_ForensicFiles_398x398.png?raw=true" group-title="",FilmRise Forensic Files https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuforensicfiles/CDN/master.m3u8 #EXTINF:-1 tvg-id="FilmRiseForensicFilesXUMO.us" tvg-name="FilmRise Forensic Files (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fX1PNxl.png" group-title="",FilmRise Forensic Files (XUMO) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxunsolvedmysteries/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmRiseFreeMovies.us" tvg-name="FilmRise Free Movies" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise_Free-Movies_300x300.png?raw=true" group-title="",FilmRise Free Movies +#EXTINF:-1 tvg-id="FilmRiseFreeMovies.us" tvg-name="FilmRise Free Movies" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X7U7ikq.png" group-title="Movies",FilmRise Free Movies https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisefreemovies/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmRiseFreeMovies.us" tvg-name="FilmRise Free Movies" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/1fSHgSs.jpg" group-title="",FilmRise Free Movies +#EXTINF:-1 tvg-id="FilmRiseFreeMovies.us" tvg-name="FilmRise Free Movies" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X7U7ikq.png" group-title="Movies",FilmRise Free Movies https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziofilmrisefreemovies/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmriseFreeMoviesSTIRR.us" tvg-name="Filmrise Free Movies (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/dca5effb-f654-41c7-8f52-ae71b86b6511-small3x1_stirr_1219_epg_filmrisefreemovies_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="",Filmrise Free Movies (STIRR) (720p) +#EXTINF:-1 tvg-id="FilmriseFreeMoviesSTIRR.us" tvg-name="Filmrise Free Movies (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X7U7ikq.png" group-title="Movies",Filmrise Free Movies (STIRR) (720p) https://dai.google.com/linear/hls/event/Va1QEor0SWO_x_SQNyaF0w/master.m3u8 -#EXTINF:-1 tvg-id="FilmRiseMoviesonRedbox.us" tvg-name="FilmRise Movies on Redbox" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Redbox_512x512.png?raw=true" group-title="",FilmRise Movies on Redbox +#EXTINF:-1 tvg-id="FilmRiseFreeMoviesonRedbox.us" tvg-name="FilmRise Free Movies on Redbox" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X7U7ikq.png" group-title="Movies",FilmRise Free Movies on Redbox https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefreemovies/CDN/playlist.m3u8? #EXTINF:-1 tvg-id="FilmRiseMysteriesXUMO.us" tvg-name="FilmRise Mysteries (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/81Tf2AEadwL.png" group-title="",FilmRise Mysteries (XUMO) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisemystery/CDN/playlist.m3u8 @@ -1392,21 +1388,21 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisemystery/CDN/playlist. http://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-filmrisecrime/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="FilmRiseSciFiXUMO.us" tvg-name="FilmRise Sci-Fi (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/815Fp3E0LcL.png" group-title="",FilmRise Sci-Fi (XUMO) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisesci-fi/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmriseWestern.us" tvg-name="Filmrise Western" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Filmrise Western +#EXTINF:-1 tvg-id="FilmriseWestern.us" tvg-name="Filmrise Western" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7cTXYNk.png" group-title="",Filmrise Western https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisewestern/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Filmstream.us" tvg-name="Filmstream" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/cFbzgED.jpg" group-title="",Filmstream (720p) +#EXTINF:-1 tvg-id="Filmstreams.us" tvg-name="Filmstreams" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/cFbzgED.jpg" group-title="",Filmstreams (720p) https://spi-filmstream-1-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmStream.us" tvg-name="FilmStream" tvg-country="US" tvg-language="" tvg-logo="" group-title="",FilmStream +#EXTINF:-1 tvg-id="FilmStreams.us" tvg-name="FilmStreams" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/cFbzgED.jpg" group-title="",FilmStreams https://spi-filmstream-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Filmstream.us" tvg-name="Filmstream" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/aoaV9ek.jpg" group-title="",Filmstream (720p) +#EXTINF:-1 tvg-id="Filmstreams.us" tvg-name="Filmstreams" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/cFbzgED.jpg" group-title="",Filmstreams (720p) https://spi-filmstream-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmStream.us" tvg-name="FilmStream" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg4OTc5MDZf/FilmStream_224x224.png" group-title="",FilmStream +#EXTINF:-1 tvg-id="FilmStreams.us" tvg-name="FilmStreams" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/cFbzgED.jpg" group-title="",FilmStreams https://spi-filmstream-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmstreamIndia.us" tvg-name="Filmstream (India)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Filmstream (India) +#EXTINF:-1 tvg-id="FilmstreamsIndia.us" tvg-name="Filmstreams (India)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/cFbzgED.jpg" group-title="",Filmstreams (India) https://spi-filmstream-1-in.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FiremanSam.us" tvg-name="Fireman Sam" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Fireman Sam https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufiremansam/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FireplaceLounge.us" tvg-name="Fireplace Lounge" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fireplace Lounge +#EXTINF:-1 tvg-id="FireplaceLounge.us" tvg-name="Fireplace Lounge" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Relax",Fireplace Lounge https://a.jsrdn.com/broadcast/aee08372e5/+0000/c.m3u8 #EXTINF:-1 tvg-id="Fireside.us" tvg-name="Fireside" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="Relax",Fireside https://fireside.localnowlive.com/v1/master/385c85a93929f94966d0fb186fc33b431e6f1eb9/DSP_5fdd393a31300f16077a1692_fireside/playlist.m3u8 @@ -1414,7 +1410,7 @@ https://fireside.localnowlive.com/v1/master/385c85a93929f94966d0fb186fc33b431e6f https://a.jsrdn.com/broadcast/8b43a16c1e/+0000/c.m3u8 #EXTINF:-1 tvg-id="Fite.us" tvg-name="Fite" tvg-country="US" tvg-language="English" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/21QWq2v0DGL.png" group-title="Sports",Fite https://cdn-cf.fite.tv/linear/fite247/playlist.m3u8 -#EXTINF:-1 tvg-id="FlixFlingNow.us" tvg-name="Flix Fling Now" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Flix Fling Now +#EXTINF:-1 tvg-id="FlixFlingNow.us" tvg-name="Flix Fling Now" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Flix Fling Now https://flixfling-flixflingnow-1.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FloridaGainesvilleSTIRR.us" tvg-name="Florida: Gainesville (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Florida: Gainesville (STIRR) (720p) https://dai.google.com/linear/hls/event/Ybz6nJKqSS2fcQYflsmpRw/master.m3u8 @@ -1424,27 +1420,27 @@ https://dai.google.com/linear/hls/event/CAU96LSyR_e7MSeK6UTmGQ/master.m3u8 https://dai.google.com/linear/hls/event/ji4LMCwtRCOw3TrRUKlQMQ/master.m3u8 #EXTINF:-1 tvg-id="FolkTV.us" tvg-name="Folk TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/hV46zMX.png" group-title="Classic",Folk TV (480p) https://584b0aa350b92.streamlock.net/folk-tv/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="Food.us" tvg-name="Food" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Food +#EXTINF:-1 tvg-id="FoodNetwork.us" tvg-name="Food Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/45kIGWu.png" group-title="Cooking",Food Network https://food.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Food52.us" tvg-name="Food 52" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Food 52 +#EXTINF:-1 tvg-id="Food52.us" tvg-name="Food 52" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Cooking",Food 52 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfood52A/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="Food52.us" tvg-name="Food52" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/BVrMQch.png" group-title="Cooking",Food 52 +https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziofood52/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Food52XUMO.us" tvg-name="Food 52 (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/BVrMQch.png" group-title="Cooking",Food 52 (XUMO) https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1212A-redboxfood52A/CDN/master.m3u8 -#EXTINF:-1 tvg-id="Food52.us" tvg-name="Food52" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Food52 -https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziofood52/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FootballdailyXUMO.us" tvg-name="Football daily (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/VJyUVQ2.png" group-title="",Football daily (XUMO) +#EXTINF:-1 tvg-id="FootballdailyXUMO.us" tvg-name="Football daily (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/VJyUVQ2.png" group-title="Sports",Football daily (XUMO) https://dai2-xumo.fubo.tv/amagi_hls_data_xumo1212A-footballdaily/CDN/master.m3u8 #EXTINF:-1 tvg-id="ForensicsFilesSTIRR.us" tvg-name="Forensics Files (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/3e64aff5-e709-4ced-8452-d67728e54718-small3x1_stirr_1219_epg_forensicfiles_1920x1080.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Documentary",Forensics Files (STIRR) (720p) https://dai.google.com/linear/hls/event/fJj7BuL_Tv2KjCnNAmLK8g/master.m3u8 -#EXTINF:-1 tvg-id="FOX.us" tvg-name="FOX" tvg-country="US" tvg-language="" tvg-logo="" group-title="",FOX [Vietnam] +#EXTINF:-1 tvg-id="FOX.us" tvg-name="FOX" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/992gw0d.png" group-title="General",FOX [Vietnam] http://htv-drm-live-cdn.fptplay.net/CDN-FPT02/FOX-HD-1080p/playlist.m3u8 -#EXTINF:-1 tvg-id="FOX.us" tvg-name="FOX" tvg-country="US" tvg-language="" tvg-logo="" group-title="",FOX +#EXTINF:-1 tvg-id="FOX.us" tvg-name="FOX" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/992gw0d.png" group-title="General",FOX https://cdn1.mobiletv.bg/T13/fox/fox_794613_850k.m3u8 -#EXTINF:-1 tvg-id="FOXCrime.us" tvg-name="FOX Crime" tvg-country="US" tvg-language="" tvg-logo="" group-title="",FOX Crime +#EXTINF:-1 tvg-id="FOXCrime.us" tvg-name="FOX Crime" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LCDcM0F.png" group-title="",FOX Crime https://cdn1.mobiletv.bg/T10/fox_crime/fox_crime_794613_850k.m3u8 -#EXTINF:-1 tvg-id="FoxGreece.us" tvg-name="Fox Greece" tvg-country="GR" tvg-language="" tvg-logo="" group-title="",Fox Greece (480p) +#EXTINF:-1 tvg-id="FoxGreece.us" tvg-name="Fox Greece" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/992gw0d.png" group-title="General",Fox Greece (480p) http://live.streams.ovh:1935/foxtv/foxtv/playlist.m3u8 -#EXTINF:-1 tvg-id="FoxMoviesVietnam.us" tvg-name="Fox Movies [Vietnam]" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fox Movies [Vietnam] +#EXTINF:-1 tvg-id="FoxMoviesVietnam.us" tvg-name="Fox Movies [Vietnam]" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/vs51MBW.png" group-title="Movies",Fox Movies [Vietnam] http://htv-drm-live-cdn.fptplay.net/CDN-FPT02/FOXMOVIES-HD-1080p/playlist.m3u8 #EXTINF:-1 tvg-id="FoxMoviesAsiaThai.us" tvg-name="Fox Movies Asia Thai" tvg-country="TH" tvg-language="Thai" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-foxpremium.png" group-title="Movies",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 @@ -1452,31 +1448,31 @@ https://www.livedoomovie.com/02_FoxMoviesHD_720p/chunklist.m3u8 #EXTINF:-1 tvg-id="FoxMoviesAsiaThai.us" tvg-name="Fox Movies Asia Thai" tvg-country="TH" tvg-language="Thai" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-foxpremium.png" group-title="Movies",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 https://www.livedoomovie.com/02_FoxMoviesTH_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="FoxNews.us" tvg-name="Fox News" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",Fox News (720p) +#EXTINF:-1 tvg-id="FoxNews.us" tvg-name="Fox News" tvg-country="US" tvg-language="English" tvg-logo="http://static.epg.best/us/FoxNews.us.png" group-title="News",Fox News (720p) https://bozztv.com/teleyupp/AsEAeOtIxz/playlist.m3u8 #EXTINF:-1 tvg-id="FOXNewsNow.us" tvg-name="FOX News Now" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/hc5a1YP.png" group-title="News",FOX News Now (720p) https://fox-foxnewsnow-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="FoxNewsNow.us" tvg-name="Fox News Now" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fox News Now +#EXTINF:-1 tvg-id="FoxNewsNow.us" tvg-name="Fox News Now" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/hc5a1YP.png" group-title="News",Fox News Now https://fox-foxnewsnow-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="FoxNewsNow.us" tvg-name="Fox News Now" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/qdYfhpZ.jpg" group-title="News",Fox News Now (720p) +#EXTINF:-1 tvg-id="FoxNewsNow.us" tvg-name="Fox News Now" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/hc5a1YP.png" group-title="News",Fox News Now (720p) https://lnc-fox-news-now.tubi.video/index.m3u8 #EXTINF:-1 tvg-id="FoxNewsRadio.us" tvg-name="Fox News Radio" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Z5SATrd.png" group-title="News",Fox News Radio (192p) https://fnurtmp-f.akamaihd.net/i/FNRADIO_1@92141/master.m3u8 #EXTINF:-1 tvg-id="FoxNewsMeiGuo.us" tvg-name="Fox News(็พŽๅ›ฝ)" tvg-country="US" tvg-language="" tvg-logo="http://static.epg.best/us/FoxNews.us.png" group-title="News",Fox News(็พŽๅ›ฝ) http://1111296894.rsc.cdn77.org/ls-54548-2/mono.m3u8 -#EXTINF:-1 tvg-id="FoxRussia.us" tvg-name="Fox Russia" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Movies",Fox Russia (576p) +#EXTINF:-1 tvg-id="FoxRussia.us" tvg-name="Fox Russia" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/992gw0d.png" group-title="Movies",Fox Russia (576p) http://188.40.68.167/russia/fox_russia_sd/playlist.m3u8 -#EXTINF:-1 tvg-id="FOXSoul.us" tvg-name="FOX Soul" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/6Hb2XXs.jpg" group-title="",FOX Soul (1080p) +#EXTINF:-1 tvg-id="FOXSoul.us" tvg-name="FOX Soul" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/6Hb2XXs.jpg" group-title="Culture",FOX Soul (1080p) http://fox-foxsoul-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="FoxSoul.us" tvg-name="Fox Soul" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fox Soul +#EXTINF:-1 tvg-id="FoxSoul.us" tvg-name="Fox Soul" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/6Hb2XXs.jpg" group-title="Culture",Fox Soul https://fox-foxsoul-roku.amagi.tv/hls/amagi_hls_data_foxAAAAAA-foxsoul-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FoxSoul.us" tvg-name="Fox Soul" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tBvEL2d.png" group-title="",Fox Soul (1080p) +#EXTINF:-1 tvg-id="FoxSoul.us" tvg-name="Fox Soul" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tBvEL2d.png" group-title="Culture",Fox Soul (1080p) https://fox-foxsoul-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="FoxSoul.us" tvg-name="Fox Soul" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fox Soul +#EXTINF:-1 tvg-id="FoxSoul.us" tvg-name="Fox Soul" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/6Hb2XXs.jpg" group-title="Culture",Fox Soul https://foxsoul-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="FoxSoul.us" tvg-name="Fox Soul" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YIamDGn.png" group-title="",Fox Soul (720p) +#EXTINF:-1 tvg-id="FoxSoul.us" tvg-name="Fox Soul" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YIamDGn.png" group-title="Culture",Fox Soul (720p) https://lnc-fox-soul-scte.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="FOXSportsPlutoTV.us" tvg-name="FOX Sports (Pluto TV)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",FOX Sports (Pluto TV) +#EXTINF:-1 tvg-id="FOXSportsPlutoTV.us" tvg-name="FOX Sports (Pluto TV)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X491SzR.gif" group-title="Sports",FOX Sports (Pluto TV) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a74b8e1e22a61737979c6bf/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=705&deviceId=5a74b8e1e22a61737979c6bf&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="FoxSports2AsiaThai.us" tvg-name="Fox Sports 2 Asia Thai" tvg-country="TH" tvg-language="Thai" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-foxsports2.png" group-title="Sports",Fox Sports 2 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 @@ -1487,12 +1483,12 @@ https://www.livedoomovie.com/02_FoxSport3_TH_720p/chunklist.m3u8 #EXTINF:-1 tvg-id="FoxSportsAsiaThai.us" tvg-name="Fox Sports Asia Thai" tvg-country="TH" tvg-language="Thai" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-foxsports1.png" group-title="Sports",Fox Sports 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 https://www.livedoomovie.com/02_foxsport_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="FoxSportsAustralia.us" tvg-name="Fox Sports Australia" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fox Sports Australia +#EXTINF:-1 tvg-id="FoxSportsAustralia.us" tvg-name="Fox Sports Australia" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X491SzR.gif" group-title="Sports",Fox Sports Australia https://austchannel-live.akamaized.net/hls/live/2002736/austchannel-sport/master.m3u8 #EXTINF:-1 tvg-id="FoxThai.us" tvg-name="Fox Thai" tvg-country="TH" tvg-language="Thai" tvg-logo="https://www.we-play.tv//uploads/posters/-poster1602704474.jpeg" group-title="Movies",Fox 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 https://www.livedoomovie.com/02_FoxThai_TH_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="FreeSpeechTV.us" tvg-name="Free Speech TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",Free Speech TV (480p) +#EXTINF:-1 tvg-id="FreeSpeechTV.us" tvg-name="Free Speech TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ixp9SLn.png" group-title="News",Free Speech TV (480p) https://edge.free-speech-tv-live.top.comcast.net/out/u/fstv.m3u8 #EXTINF:-1 tvg-id="Freeform.us" tvg-name="Freeform" tvg-country="US" tvg-language="English" tvg-logo="https://is2-ssl.mzstatic.com/image/thumb/Purple115/v4/a4/ac/c5/a4acc5f9-93fa-03b2-7dd9-c5708382d7ae/source/256x256bb.jpg" group-title="Entertainment",Freeform https://bozztv.com/teleyupp/IxagghMvR8/playlist.m3u8 @@ -1502,79 +1498,79 @@ https://content.uplynk.com/channel/4b3fda1ff2c24556bc2c6034307d117d.m3u8 https://outtv-froottv-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FTF.us" tvg-name="FTF" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/IRWahfD.png" group-title="",FTF (720p) https://elevensports-samsunguk-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FTFFortheFans.us" tvg-name="FTF (For the Fans)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K1kJf1s.png" group-title="Sports",FTF (For the Fans) (720p) +#EXTINF:-1 tvg-id="FTFForthefans.us" tvg-name="FTF (For the fans)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/IRWahfD.png" group-title="Sports",FTF (For the fans) (720p) https://eleven-rebroadcast-samsung.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FTFForthefans.us" tvg-name="FTF (For the fans)" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/09092020/FTF_190x190.png?raw=true" group-title="",FTF (For the fans) +#EXTINF:-1 tvg-id="FTFForthefans.us" tvg-name="FTF (For the fans)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/IRWahfD.png" group-title="",FTF (For the fans) https://elevensports.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FuelTV.us" tvg-name="Fuel TV" tvg-country="US;AU" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV (720p) https://fueltv-fueltv-1-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FuelTV.us" tvg-name="Fuel TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ViWbGmj.png" group-title="",Fuel TV (720p) +#EXTINF:-1 tvg-id="FuelTV.us" tvg-name="Fuel TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV (720p) https://fueltv-fueltv-1-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FuelTV.us" tvg-name="Fuel TV" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/09092020/FUEL%20TV_190x190.png?raw=true" group-title="",Fuel TV +#EXTINF:-1 tvg-id="FuelTV.us" tvg-name="Fuel TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV https://fueltv-fueltv-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FuelTV.us" tvg-name="Fuel TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fuel TV +#EXTINF:-1 tvg-id="FuelTV.us" tvg-name="Fuel TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV https://fueltv-fueltv-10-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FuelTV.us" tvg-name="Fuel TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fuel TV +#EXTINF:-1 tvg-id="FuelTV.us" tvg-name="Fuel TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV https://fueltv-fueltv-2-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FuelTV.fr" tvg-name="Fuel TV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="",Fuel TV (1080p) +#EXTINF:-1 tvg-id="FuelTV.fr" tvg-name="Fuel TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV (1080p) https://fueltv-fueltv-5-de.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FuelTV.us" tvg-name="Fuel TV" tvg-country="US;AU" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV (1080p) https://fueltv-fueltv-8-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FuelTV.us" tvg-name="Fuel TV" tvg-country="AU" tvg-language="English" tvg-logo="http://i.mjh.nz/.images/tv.7fueltv.png" group-title="Sports",Fuel TV [Geo-blocked] +#EXTINF:-1 tvg-id="FuelTV.us" tvg-name="Fuel TV" tvg-country="US;AU" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV [Geo-blocked] https://i.mjh.nz/au/Sydney/tv.7fueltv.m3u8 -#EXTINF:-1 tvg-id="FuelTVBrazil.us" tvg-name="Fuel TV (Brazil)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fuel TV (Brazil) +#EXTINF:-1 tvg-id="FuelTVBrazil.us" tvg-name="Fuel TV (Brazil)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV (Brazil) https://fueltv-fueltv-9-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FuelTVIndia.us" tvg-name="Fuel TV (India)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fuel TV (India) +#EXTINF:-1 tvg-id="FuelTVIndia.us" tvg-name="Fuel TV (India)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV (India) https://fueltv-fueltv-12-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FuelTVItaly.us" tvg-name="Fuel TV (Italy)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fuel TV (Italy) +#EXTINF:-1 tvg-id="FuelTVItaly.us" tvg-name="Fuel TV (Italy)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV (Italy) https://fueltv-fueltv-6-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FuelTVMexico.us" tvg-name="Fuel TV (Mexico)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fuel TV (Mexico) +#EXTINF:-1 tvg-id="FuelTVMexico.us" tvg-name="Fuel TV (Mexico)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV (Mexico) https://fueltv-fueltv-11-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FuelTVNetherland.us" tvg-name="Fuel TV (Netherland)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fuel TV (Netherland) +#EXTINF:-1 tvg-id="FuelTVNetherland.us" tvg-name="Fuel TV (Netherland)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV (Netherland) http://fueltv-fueltv-14-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FuelTVSpain.us" tvg-name="Fuel TV (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fuel TV (Spain) +#EXTINF:-1 tvg-id="FuelTVSpain.us" tvg-name="Fuel TV (Spain)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV (Spain) https://fueltv-fueltv-7-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="FuelTVSweden.us" tvg-name="Fuel TV (Sweden)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Fuel TV (Sweden) +#EXTINF:-1 tvg-id="FuelTVSweden.us" tvg-name="Fuel TV (Sweden)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XboGSjX.png" group-title="Sports",Fuel TV (Sweden) https://fueltv-fueltv-13-se.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FunRoads.us" tvg-name="Fun Roads" tvg-country="US" tvg-language="English" tvg-logo="https://funroads.tv/wp-content/uploads/fun-roads-header-horizontal-1.png" group-title="Travel",Fun Roads (720p) http://104.143.4.5:2080/funroads.m3u8 #EXTINF:-1 tvg-id="FunZoneBumblebee.us" tvg-name="Fun Zone (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F319472bf-d953-4dbd-a197-b7aed15b7fa9?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=6f4f09e01cf6423d194abdb11e81a61f" group-title="",Fun Zone (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625030145130f25474622/playlist.m3u8 -#EXTINF:-1 tvg-id="FunnyOrDie.us" tvg-name="Funny Or Die" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Funny Or Die +#EXTINF:-1 tvg-id="FunnyOrDie.us" tvg-name="Funny Or Die" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Funny Or Die https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfunnyordie/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="FunnyorDie.us" tvg-name="Funny or Die" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Funny or Die +#EXTINF:-1 tvg-id="FunnyorDie.us" tvg-name="Funny or Die" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/PMMsywm.png" group-title="",Funny or Die https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufunnyordie/CDN/master.m3u8 -#EXTINF:-1 tvg-id="FunnyorDie.us" tvg-name="Funny or Die" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Funny or Die +#EXTINF:-1 tvg-id="FunnyorDie.us" tvg-name="Funny or Die" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/PMMsywm.png" group-title="",Funny or Die https://funnyordie-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="FuseXL.us" tvg-name="Fuse XL" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Fuse XL +#EXTINF:-1 tvg-id="FuseXL.us" tvg-name="Fuse XL" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/mijRpPQ.png" group-title="",Fuse XL https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfuse/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="Futurism.us" tvg-name="Futurism" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",Futurism (720p) +#EXTINF:-1 tvg-id="Futurism.us" tvg-name="Futurism" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/DX7wYuN.png" group-title="News",Futurism (720p) https://dai.google.com/linear/hls/event/YakHdnr_RpyszducVuHOpQ/master.m3u8 -#EXTINF:-1 tvg-id="FX.us" tvg-name="FX" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Entertainment",FX +#EXTINF:-1 tvg-id="FX.us" tvg-name="FX" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Tfb67yW.png" group-title="Entertainment",FX https://bozztv.com/teleyupp/teleup-fxhd/playlist.m3u8 #EXTINF:-1 tvg-id="GalvestonCountyTV.us" tvg-name="Galveston County TV" tvg-country="US" tvg-language="English" tvg-logo="https://img.new.livestream.com/accounts/000000000141794a/1769dc58-4a38-4815-9cb7-feb1140db5ec_170x170.png" group-title="Local",Galveston County TV (720p) https://stream.swagit.com/live-edge/galvestontx/smil:hd-16x9-1-b/playlist.m3u8 -#EXTINF:-1 tvg-id="GalxyTV.us" tvg-name="Galxy TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/oPnzAPC.png" group-title="",Galxy TV +#EXTINF:-1 tvg-id="GalxyTV.us" tvg-name="Galxy TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oPnzAPC.png" group-title="",Galxy TV https://content.uplynk.com/channel/f467430e4a8e49a59ff3183cf51092b2.m3u8 -#EXTINF:-1 tvg-id="GameShow.us" tvg-name="Game Show" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Game Show +#EXTINF:-1 tvg-id="GameShowCentral.us" tvg-name="Game Show Central" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/GameShowCentral_203x203.png" group-title="Entertainment",Game Show Central https://ffcf6c437bec4f3988224ccfe150499d.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_GameShowCentral/c3d6136c-3a3e-4690-949d-8dcebfe43fc2/3.m3u8 -#EXTINF:-1 tvg-id="GameShowCentral.us" tvg-name="Game Show Central" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GameShowCentral_203x203.png?raw=true" group-title="",Game Show Central +#EXTINF:-1 tvg-id="GameShowCentral.us" tvg-name="Game Show Central" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/GameShowCentral_203x203.png" group-title="Entertainment",Game Show Central https://gsn-gameshowchannnel-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GameShowCentral.us" tvg-name="Game Show Central" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/GameShowCentral_190x190circle.png?raw=true" group-title="",Game Show Central +#EXTINF:-1 tvg-id="GameShowCentral.us" tvg-name="Game Show Central" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/GameShowCentral_203x203.png" group-title="Entertainment",Game Show Central https://gsn-gameshowchannnel-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GameShowCentral.us" tvg-name="Game Show Central" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Game Show Central +#EXTINF:-1 tvg-id="GameShowCentral.us" tvg-name="Game Show Central" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/GameShowCentral_203x203.png" group-title="Entertainment",Game Show Central https://gsn-gameshowchannnel-1.vizio.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="GameShowCentral.us" tvg-name="Game Show Central" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K1kJf1s.png" group-title="",Game Show Central (1080p) +#EXTINF:-1 tvg-id="GameShowCentral.us" tvg-name="Game Show Central" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/GameShowCentral_203x203.png" group-title="Entertainment",Game Show Central (1080p) https://gsn-gameshowchannnel-2.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GameplayRoblox.us" tvg-name="Gameplay: Roblox" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d51dd5d369acdb278dfb05d/colorLogoPNG.png" group-title="",Gameplay: Roblox (720p) +#EXTINF:-1 tvg-id="GameplayRoblox.us" tvg-name="Gameplay: Roblox" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d51dd5d369acdb278dfb05d/colorLogoPNG.png" group-title="Entertainment",Gameplay: Roblox (720p) http://plutotv.vo.llnwd.net/m/hlslive/redseat-ak.m3u8?chname=studio71&pub=0 -#EXTINF:-1 tvg-id="GameshowNetwork.us" tvg-name="Gameshow Network" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Gameshow Network +#EXTINF:-1 tvg-id="GameshowNetwork.us" tvg-name="Gameshow Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/gxHuyj1.png" group-title="Entertainment",Gameshow Network https://gsn-gameshowchannnel-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Gametoon.us" tvg-name="Gametoon" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602dcef57b79a227b5568d84" group-title="",Gametoon +#EXTINF:-1 tvg-id="Gametoon.us" tvg-name="Gametoon" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602dcef57b79a227b5568d84" group-title="Entertainment",Gametoon https://gametoon-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="GanjeHozourTV.us" tvg-name="Ganj e Hozour TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Ganj e Hozour TV +#EXTINF:-1 tvg-id="GanjeHozourTV.us" tvg-name="Ganj e Hozour TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/pHZGx5L.png" group-title="",Ganj e Hozour TV http://topfi.ios.internapcdn.net/topfi/live_1/Test/chunklist.m3u8 -#EXTINF:-1 tvg-id="GanjeHozourTV.us" tvg-name="Ganj e Hozour TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Ganj e Hozour TV +#EXTINF:-1 tvg-id="GanjeHozourTV.us" tvg-name="Ganj e Hozour TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/pHZGx5L.png" group-title="",Ganj e Hozour TV http://topfi.ios.internapcdn.net/topfi/live_1/Test/Test.m3u8 #EXTINF:-1 tvg-id="GenesisTV.us" tvg-name="Genesis TV" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i2.wp.com/alfamedianetwork.com/wp-content/uploads/2018/08/genesistelevisionlogo.png" group-title="Religious",Genesis TV (720p) http://201.144.184.98:1935/genesis/smil:television.smil/chunklist.m3u8 @@ -1582,148 +1578,148 @@ http://201.144.184.98:1935/genesis/smil:television.smil/chunklist.m3u8 https://dai.google.com/linear/hls/event/fD3VBzTxRXGz-v7HV0vryQ/master.m3u8 #EXTINF:-1 tvg-id="GeorgiaMaconSTIRR.us" tvg-name="Georgia: Macon (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Georgia: Macon (STIRR) (720p) https://dai.google.com/linear/hls/event/PPMxI7GZSRG6Kgkp2gSF1g/master.m3u8 -#EXTINF:-1 tvg-id="GetTV.us" tvg-name="Get TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Get TV -https://bozztv.com/teleyupp/teleup-gettv/tracks-v2a1/mono.m3u8 -#EXTINF:-1 tvg-id="GetTV.us" tvg-name="GetTV" tvg-country="US" tvg-language="" tvg-logo="https://static.wikia.nocookie.net/logopedia/images/d/d6/GetTV_2016_logo.png" group-title="",GetTV +#EXTINF:-1 tvg-id="GetTV.us" tvg-name="GetTV" tvg-country="US" tvg-language="English" tvg-logo="https://static.wikia.nocookie.net/logopedia/images/d/d6/GetTV_2016_logo.png" group-title="Entertainment",GetTV https://bozztv.com/teleyupp/teleup-gettv/playlist.m3u8 +#EXTINF:-1 tvg-id="GetTV.us" tvg-name="Get TV" tvg-country="US" tvg-language="English" tvg-logo="https://static.wikia.nocookie.net/logopedia/images/d/d6/GetTV_2016_logo.png" group-title="Entertainment",GetTV +https://bozztv.com/teleyupp/teleup-gettv/tracks-v2a1/mono.m3u8 #EXTINF:-1 tvg-id="85795d" tvg-name="GFN_TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/V5CTsI0.png" group-title="",GFNTV https://d3jxchypmk8fja.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/GFNTV-Plex/169.m3u8 #EXTINF:-1 tvg-id="GiggleZoneBumblebee.us" tvg-name="Giggle Zone (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Flive%2Fwhite%2FGiggle-Zone.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=c967cc4ea84650e7ffc17fba674c9971" group-title="",Giggle Zone (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22526d5eeee0f5a4094b8/playlist.m3u8 #EXTINF:-1 tvg-id="Gigglemug.us" tvg-name="Gigglemug" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Gigglemug https://janson-gigglemug-1-us.vizio.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Glamour.us" tvg-name="Glamour" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Glamour +#EXTINF:-1 tvg-id="Glamour.us" tvg-name="Glamour" tvg-country="US" tvg-language="English" tvg-logo="http://www.ranklogos.com/wp-content/uploads/2014/11/Glamour-Logo.jpg" group-title="Lifestyle",Glamour https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxglamour/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="Glamour.us" tvg-name="Glamour" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Glamour +#EXTINF:-1 tvg-id="Glamour.us" tvg-name="Glamour" tvg-country="US" tvg-language="English" tvg-logo="http://www.ranklogos.com/wp-content/uploads/2014/11/Glamour-Logo.jpg" group-title="Lifestyle",Glamour https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuglamour/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Glendale11.us" tvg-name="Glendale 11" tvg-country="US" tvg-language="English" tvg-logo="https://www.glendaleaz.com/images/City-Logo-Text.png" group-title="Local",Glendale 11 (360p) https://stream.swagit.com/live-edge/glendaleaz/smil:std-4x3-1-a/chunklist.m3u8 #EXTINF:-1 tvg-id="GlewedTV.us" tvg-name="Glewed TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/W4Bx9pG.jpg" group-title="General",Glewed TV (720p) https://dai.google.com/linear/hls/event/ChWV1GupQOWE92uG4DvbkQ/master.m3u8 -#EXTINF:-1 tvg-id="GlewedTV.us" tvg-name="Glewed TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Glewed TV +#EXTINF:-1 tvg-id="GlewedTV.us" tvg-name="Glewed TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/W4Bx9pG.jpg" group-title="General",Glewed TV https://e54c4fcc08f14de7bc1094ca25cb9d29.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_GlewedTV/d1a011d0-5758-439c-9939-ef96c8e13323/3.m3u8 -#EXTINF:-1 tvg-id="GlewedTV.us" tvg-name="Glewed TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Glewed TV +#EXTINF:-1 tvg-id="GlewedTV.us" tvg-name="Glewed TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/W4Bx9pG.jpg" group-title="General",Glewed TV https://glewedtv-1.sinclair.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="GlewedTV.us" tvg-name="Glewed TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/aK3PMtW.png" group-title="",Glewed TV +#EXTINF:-1 tvg-id="GlewedTV.us" tvg-name="Glewed TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/W4Bx9pG.jpg" group-title="General",Glewed TV https://glewedtv-3.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GlewedTV.us" tvg-name="Glewed TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Glewed TV +#EXTINF:-1 tvg-id="GlewedTV.us" tvg-name="Glewed TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/W4Bx9pG.jpg" group-title="General",Glewed TV https://glewedtv-3.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="GlobalFashionChannel.us" tvg-name="Global Fashion Channel" tvg-country="US" tvg-language="English" tvg-logo="https://globalfashionchannel.com/wp-content/uploads/2016/03/GFC400r.png" group-title="Lifestyle",Global Fashion Channel https://vcngfcssai.teleosmedia.com/linear/globalfashionchannel/globalfashionchannel/playlist.m3u8 -#EXTINF:-1 tvg-id="GlobalGotTalent.us" tvg-name="Global Got Talent" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Global Got Talent +#EXTINF:-1 tvg-id="GlobalGotTalent.us" tvg-name="Global Got Talent" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QHiOf7Z.png" group-title="",Global Got Talent https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokugottalentglobal/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="GlobalGotTalent.us" tvg-name="Global Got Talent" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Global Got Talent +#EXTINF:-1 tvg-id="GlobalGotTalent.us" tvg-name="Global Got Talent" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Global Got Talent https://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-rokugottalentglobal/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="GlobalGotTalentXUMO.us" tvg-name="Global Got Talent (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QHiOf7Z.png" group-title="Entertainment",Global Got Talent (XUMO) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokugottalentglobal/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="GloryKickboxing.us" tvg-name="Glory Kickboxing" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Glory Kickboxing +#EXTINF:-1 tvg-id="GloryKickboxing.us" tvg-name="Glory Kickboxing" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Glory Kickboxing https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxglorykickboxing/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="GoTraveler.us" tvg-name="Go Traveler" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Go Traveler +#EXTINF:-1 tvg-id="GoTraveler.us" tvg-name="Go Traveler" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Travel",Go Traveler https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows/amagi_hls_data_xumo1212A-redboxgotraveler/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="GODEnglish.us" tvg-name="GOD (English)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",GOD (English) +#EXTINF:-1 tvg-id="GODEnglish.us" tvg-name="GOD (English)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/undefined.png" group-title="Religious",GOD (English) https://zypelive-lh.akamaihd.net/i/default_1@710958/index_720_av-p.m3u8 #EXTINF:-1 tvg-id="GODTV.us" tvg-name="GOD TV" tvg-country="US" tvg-language="English" tvg-logo="https://www.god.tv/wp-content/themes/godtv/images/god-bug-trans-white_1.png" group-title="Religious",GOD TV (720p) https://zypelive-lh.akamaihd.net/i/default_1@710958/master.m3u8 -#EXTINF:-1 tvg-id="GODChannel.uk" tvg-name="GOD TV" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/godtv.png" group-title="",GOD TV +#EXTINF:-1 tvg-id="GODChannel.uk" tvg-name="GOD TV" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/godtv.png" group-title="Religious",GOD TV https://zypelive-lh.akamaihd.net/i/default_1@745545/index_720_av-p.m3u8 #EXTINF:-1 tvg-id="GoldenTV.us" tvg-name="Golden TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/kAYiaJS.png" group-title="Classic",Golden TV (240p) https://rpn1.bozztv.com/36bay2/gusa-goldentv/mono.m3u8 -#EXTINF:-1 tvg-id="GOODLIFE45.us" tvg-name="GOOD LIFE 45" tvg-country="US" tvg-language="" tvg-logo="" group-title="",GOOD LIFE 45 (720p) +#EXTINF:-1 tvg-id="GOODLIFE45.us" tvg-name="GOOD LIFE 45" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",GOOD LIFE 45 (720p) http://1-fss29-s0.streamhoster.com/lv_goodlife45f1/_definst_/broadcast1/playlist.m3u8 #EXTINF:-1 tvg-id="GospelTruthTV.us" tvg-name="Gospel Truth TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7vQrPvk.png" group-title="Religious",Gospel Truth TV https://bstna.tulix.tv/live/bs_2m/index.m3u8 -#EXTINF:-1 tvg-id="GQ.us" tvg-name="GQ" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",GQ +#EXTINF:-1 tvg-id="GQ.us" tvg-name="GQ" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tprQSxT.png" group-title="Lifestyle",GQ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgq/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="GQ.us" tvg-name="GQ" tvg-country="US" tvg-language="" tvg-logo="" group-title="",GQ +#EXTINF:-1 tvg-id="GQ.us" tvg-name="GQ" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tprQSxT.png" group-title="Lifestyle",GQ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokugq/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="GravitasSTIRR.us" tvg-name="Gravitas (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/b042bace-ff67-4f2b-8676-6d8877f746b4-small3x1_stirr_1219_epg_gravitasmovies_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="",Gravitas (STIRR) (720p) +#EXTINF:-1 tvg-id="GravitasSTIRR.us" tvg-name="Gravitas (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/b042bace-ff67-4f2b-8676-6d8877f746b4-small3x1_stirr_1219_epg_gravitasmovies_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Movies",Gravitas (STIRR) (720p) https://dai.google.com/linear/hls/event/EpqgwRlpQKq73ySVSohJWA/master.m3u8 -#EXTINF:-1 tvg-id="GravitasMovies.us" tvg-name="Gravitas Movies" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Gravitas Movies +#EXTINF:-1 tvg-id="GravitasMovies.us" tvg-name="Gravitas Movies" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/4ZtG1Ru.png" group-title="Movies",Gravitas Movies https://cba5182b39c145c2b96ecc5c3f72e41a.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_GravitasMovies/b465c16f-0c23-4bf0-9a52-e1d87cb0f5ee/3.m3u8 #EXTINF:-1 tvg-id="GravitasMovies.us" tvg-name="Gravitas Movies" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/H2hD4vT.png" group-title="Movies",Gravitas Movies https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgravitas/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="GravitasMovies.us" tvg-name="Gravitas Movies" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Gravitas Movies +#EXTINF:-1 tvg-id="GravitasMovies.us" tvg-name="Gravitas Movies" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Movies",Gravitas Movies https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgravitas/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="GravitasMovies.us" tvg-name="Gravitas Movies" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Gravitas Movies +#EXTINF:-1 tvg-id="GravitasMovies.us" tvg-name="Gravitas Movies" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/4ZtG1Ru.png" group-title="Movies",Gravitas Movies https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokugravitasmovies/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="21f403" tvg-name="Gravitas_Movies" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/4ZtG1Ru.png" group-title="",Gravitas Movies +#EXTINF:-1 tvg-id="21f403" tvg-name="Gravitas_Movies" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/4ZtG1Ru.png" group-title="Movies",Gravitas Movies https://gravitas-movies.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GravitasMovies.us" tvg-name="Gravitas Movies" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/gravitasmovies_190x190.png?raw=true" group-title="",Gravitas Movies +#EXTINF:-1 tvg-id="GravitasMovies.us" tvg-name="Gravitas Movies" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/gravitasmovies_190x190.png?raw=true" group-title="Movies",Gravitas Movies https://gravitas-movies.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GravitasMovies.us" tvg-name="Gravitas Movies" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Gravitas Movies +#EXTINF:-1 tvg-id="GravitasMovies.us" tvg-name="Gravitas Movies" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/4ZtG1Ru.png" group-title="Movies",Gravitas Movies https://gravitas-movies.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="GRAVITASMOVIESSTIRR.us" tvg-name="GRAVITAS MOVIES (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/81IDRdRJYyL.png" group-title="Movies",GRAVITAS MOVIES (STIRR) https://gravitas-movies.sinclair.wurl.com/manifest/512.m3u8 -#EXTINF:-1 tvg-id="GravitasMoviesXUMO.us" tvg-name="Gravitas Movies (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/uvgzOP5.png" group-title="",Gravitas Movies (XUMO) +#EXTINF:-1 tvg-id="GravitasMoviesXUMO.us" tvg-name="Gravitas Movies (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/uvgzOP5.png" group-title="Movies",Gravitas Movies (XUMO) https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxgravitas/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="GreatestAmericanHeroSTIRR.us" tvg-name="Greatest American Hero (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/885a4fe2-5dce-4193-8c9b-e72c9b16ae4d-small3x1_stirr_1219_epg_thegreatestamericanhero_1920x1080.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",Greatest American Hero (STIRR) (720p) https://dai.google.com/linear/hls/event/zaW9PVeXQeamNt6SZ9FsOg/master.m3u8 -#EXTINF:-1 tvg-id="GreenbeltTV.us" tvg-name="Greenbelt TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/uxUqIVT.png" group-title="",Greenbelt TV +#EXTINF:-1 tvg-id="GreenbeltTV.us" tvg-name="Greenbelt TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/uxUqIVT.png" group-title="",Greenbelt TV https://t07113a-lh.akamaihd.net/i/t07113a_1@756729/master.m3u8?set-akamai-hls-revision=5&set-cc-attribute=none #EXTINF:-1 tvg-id="GreensboroTV.us" tvg-name="Greensboro TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/wHb9BLd.png" group-title="Local",Greensboro TV https://granicusliveus4-a.akamaihd.net/greensboro/G0197_003/chunklist.m3u8 -#EXTINF:-1 tvg-id="Grit.us" tvg-name="Grit" tvg-country="US" tvg-language="" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/grit.png" group-title="",Grit +#EXTINF:-1 tvg-id="Grit.us" tvg-name="Grit" tvg-country="US" tvg-language="English" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/grit.png" group-title="",Grit https://bozztv.com/teleyupp/teleup-grit/playlist.m3u8 -#EXTINF:-1 tvg-id="Grit.us" tvg-name="Grit" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Grit +#EXTINF:-1 tvg-id="Grit.us" tvg-name="Grit" tvg-country="US" tvg-language="English" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/grit.png" group-title="",Grit https://bozztv.com/teleyupp/teleup-grit/tracks-v3a1/mono.m3u8 -#EXTINF:-1 tvg-id="grvty.us" tvg-name="grvty" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",grvty +#EXTINF:-1 tvg-id="grvty.us" tvg-name="grvty" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6065639a7ec4e2633f0c7d83" group-title="",grvty https://d37j5jg7ob6kji.cloudfront.net/index.m3u8 -#EXTINF:-1 tvg-id="GRVTY.us" tvg-name="GRVTY" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6065639a7ec4e2633f0c7d83" group-title="Sports",GRVTY +#EXTINF:-1 tvg-id="GRVTY.us" tvg-name="GRVTY" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6065639a7ec4e2633f0c7d83" group-title="Sports",grvty https://outsidetv-grvty-localnow.amagi.tv/localnow.m3u8 #EXTINF:-1 tvg-id="GSNGameShowNetwork.us" tvg-name="GSN (Game Show Network)" tvg-country="US" tvg-language="" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/xblvty.png" group-title="",GSN (Game Show Network) http://n1.klowdtv.net/live2/gsn_720p/chunks.m3u8 #EXTINF:-1 tvg-id="GunazTV.us" tvg-name="Gunaz TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Gunaz TV http://gtv.live.cdn.bitgravity.com/gtv/live/feed03 -#EXTINF:-1 tvg-id="GustoSTIRR.us" tvg-name="Gusto (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/2be3bd47-2b8b-4bb4-83d2-924f59a261e3-small3x1_STIRR_Logo_0320_GustoTV_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Cooking",Gusto (STIRR) (1080p) +#EXTINF:-1 tvg-id="GustoTVSTIRR.us" tvg-name="Gusto TV (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c47f3662f6b3c476fc03e/colorLogoPNG.png" group-title="Cooking",Gusto TV (STIRR) (1080p) https://dai.google.com/linear/hls/event/tdSCy5u2R5WtCLXX4NwDtg/master.m3u8 -#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/L0aXwHX.png" group-title="Cooking",Gusto TV +#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c47f3662f6b3c476fc03e/colorLogoPNG.png" group-title="Cooking",Gusto TV https://a.jsrdn.com/broadcast/ebf95254ca/+0000/low/c.m3u8 -#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",Gusto TV +#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c47f3662f6b3c476fc03e/colorLogoPNG.png" group-title="Cooking",Gusto TV https://d3cajslujfq92p.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6070af22969d3c01592d6563" group-title="Cooking",Gusto TV +#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c47f3662f6b3c476fc03e/colorLogoPNG.png" group-title="Cooking",Gusto TV https://gusto-localnow.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Gusto TV +#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c47f3662f6b3c476fc03e/colorLogoPNG.png" group-title="Cooking",Gusto TV https://gustotv-gustotv-1.roku.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/DZD4jTq.png" group-title="",Gusto TV (720p) +#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="AU" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c47f3662f6b3c476fc03e/colorLogoPNG.png" group-title="Cooking",Gusto TV (720p) https://gustotv-samsung-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GUSTOTV.us" tvg-name="Gusto TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/vanl2NZ.jpg" group-title="",Gusto TV (720p) +#EXTINF:-1 tvg-id="GUSTOTV.us" tvg-name="Gusto TV" tvg-country="UK" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c47f3662f6b3c476fc03e/colorLogoPNG.png" group-title="Cooking",Gusto TV (720p) https://gustotv-samsung-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Gusto TV +#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="IN" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c47f3662f6b3c476fc03e/colorLogoPNG.png" group-title="Cooking",Gusto TV https://gustotv-samsung-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Gusto TV +#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c47f3662f6b3c476fc03e/colorLogoPNG.png" group-title="Cooking",Gusto TV https://gustotv-samsung.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/vGCXd3J.png" group-title="Cooking",Gusto TV (720p) +#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c47f3662f6b3c476fc03e/colorLogoPNG.png" group-title="Cooking",Gusto TV (720p) https://gustotv.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Gusto TV +#EXTINF:-1 tvg-id="GustoTV.us" tvg-name="Gusto TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c47f3662f6b3c476fc03e/colorLogoPNG.png" group-title="Cooking",Gusto TV https://gustous-plex.amagi.tv/hls/amagi_hls_data_gustoAAAA-gustous-plex/CDN/playlist.m3u8?us_privacy=1---&did=df8e1a36-847d-5096-86a7-3803ed330ede&dnt=0&X-Plex-Token=MorUy57ijWhGe4ixZb_T&channelId=5f8746eabd529300418246d9 #EXTINF:-1 tvg-id="GunAzTV.us" tvg-name="GรผnAz TV" tvg-country="US;AZ" tvg-language="Azerbaijani" tvg-logo="" group-title="General",GรผnAz TV rtsp://gtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/gtv/live/feed02?nc=1 #EXTINF:-1 tvg-id="H2.us" tvg-name="H2" tvg-country="TH" tvg-language="Thai" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-history2.png" group-title="Documentary",H2 (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 https://www.livedoomovie.com/02_H2HD_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="HAThatsFunny.us" tvg-name="HA! That's Funny" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6014757daa89d94e1960b8e0" group-title="Comedy",HA! That's Funny +#EXTINF:-1 tvg-id="HAThatsFunny.us" tvg-name="HA! That's Funny" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6014757daa89d94e1960b8e0" group-title="Comedy",HA! That's Funny https://linear-135.frequency.stream/dist/localnow/135/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="Hallmark.us" tvg-name="Hallmark" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Hallmark +#EXTINF:-1 tvg-id="Hallmark.us" tvg-name="Hallmark" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LLJiIEB.png" group-title="",Hallmark https://moviesphere-roku.amagi.tv/hls/amagi_hls_data_yupptvfrn-hallmark-frndlytv/CDN/768x432_2340800/index.m3u8 -#EXTINF:-1 tvg-id="HallmarkMoviesMore.us" tvg-name="Hallmark Movies & More" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Hallmark Movies & More +#EXTINF:-1 tvg-id="HallmarkMoviesMore.us" tvg-name="Hallmark Movies & More" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjg4NDg5NDNf/Hallmark-More_760x760.png" group-title="Movies",Hallmark Movies & More https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuhallmark/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="HallmarkMoviesMore.us" tvg-name="Hallmark Movies & More" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg4NDg5NDNf/Hallmark-More_760x760.png" group-title="",Hallmark Movies & More +#EXTINF:-1 tvg-id="HallmarkMoviesMore.us" tvg-name="Hallmark Movies & More" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjg4NDg5NDNf/Hallmark-More_760x760.png" group-title="Movies",Hallmark Movies & More https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuhallmark/CDN/playlist.m3u8?p=roku #EXTINF:-1 tvg-id="HallmarkMoviesMore.us" tvg-name="Hallmark Movies & More" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/hcLUKfv.jpg" group-title="Movies",Hallmark Movies & More https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-rokuhallmark/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="HappyKids.us" tvg-name="Happy Kids" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Happy Kids +#EXTINF:-1 tvg-id="HappyKids.us" tvg-name="HappyKids" tvg-country="US" tvg-language="English" tvg-logo="http://vignette3.wikia.nocookie.net/logosfake/images/9/90/Happy_Kids_logo_2004.png/revision/latest?cb=20140525234116" group-title="Kids",HappyKids https://futuretoday-happykids-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="HappyKids.us" tvg-name="HappyKids" tvg-country="US" tvg-language="" tvg-logo="" group-title="",HappyKids -https://happykids-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="HappyKids.us" tvg-name="HappyKids" tvg-country="US" tvg-language="" tvg-logo="" group-title="",HappyKids -https://happykids-vizio.amagi.tv/playlist480p.m3u8 -#EXTINF:-1 tvg-id="HappyKidsJunior.us" tvg-name="HappyKids Junior" tvg-country="US" tvg-language="" tvg-logo="" group-title="",HappyKids Junior -https://happykidsjunior-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="HappyKidstv.us" tvg-name="HappyKids.tv" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",HappyKids.tv +#EXTINF:-1 tvg-id="HappyKidstv.us" tvg-name="HappyKids" tvg-country="US" tvg-language="English" tvg-logo="http://vignette3.wikia.nocookie.net/logosfake/images/9/90/Happy_Kids_logo_2004.png/revision/latest?cb=20140525234116" group-title="Kids",HappyKids https://happykids-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="HardKnocks.us" tvg-name="Hard Knocks" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Hard Knocks +#EXTINF:-1 tvg-id="HappyKids.us" tvg-name="HappyKids" tvg-country="US" tvg-language="English" tvg-logo="http://vignette3.wikia.nocookie.net/logosfake/images/9/90/Happy_Kids_logo_2004.png/revision/latest?cb=20140525234116" group-title="Kids",HappyKids +https://happykids-vizio.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="HappyKids.us" tvg-name="HappyKids" tvg-country="US" tvg-language="English" tvg-logo="http://vignette3.wikia.nocookie.net/logosfake/images/9/90/Happy_Kids_logo_2004.png/revision/latest?cb=20140525234116" group-title="Kids",HappyKids +https://happykids-vizio.amagi.tv/playlist480p.m3u8 +#EXTINF:-1 tvg-id="HappyKidsJunior.us" tvg-name="HappyKids Junior" tvg-country="US" tvg-language="English" tvg-logo="http://vignette3.wikia.nocookie.net/logosfake/images/9/90/Happy_Kids_logo_2004.png/revision/latest?cb=20140525234116" group-title="Kids",HappyKids Junior +https://happykidsjunior-vizio.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="HardKnocks.us" tvg-name="Hard Knocks" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMzA3OTUzMjRf?inline=1" group-title="Sports",Hard Knocks https://d397e8970cd346fdac04c0af81290c3a.mediatailor.us-west-2.amazonaws.com/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/Hard-Knocks-DistroTV/109.m3u8 -#EXTINF:-1 tvg-id="HardKnocks.us" tvg-name="Hard Knocks" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Hard Knocks +#EXTINF:-1 tvg-id="HardKnocks.us" tvg-name="Hard Knocks" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMzA3OTUzMjRf?inline=1" group-title="Sports",Hard Knocks https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows/amagi_hls_data_xumo1212A-redboxhardknocksfightingchampionship/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="HarleyDavidsonFactoryTVEN.us" tvg-name="Harley Davidson Factory TV EN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/DQOp8Ft.png" group-title="Auto",Harley Davidson Factory TV EN https://hdtv.prod2.ioio.tv/broker/play/e529407a-cb61-45ce-a9ad-94f0ad5e0ad9.m3u8 @@ -1737,128 +1733,128 @@ https://hdtv.prod2.ioio.tv/broker/play/cb4086ca-daba-42f5-8acf-27ee93fee0e8.m3u8 http://wvitlive-f.akamaihd.net/i/wvitb2_1@71164/master.m3u8 #EXTINF:-1 tvg-id="HauntTV.us" tvg-name="Haunt TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Haunt TV https://haunttv-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="HBOFamilyAsiaFeed.us" tvg-name="HBO Family [Asia Feed]" tvg-country="US" tvg-language="" tvg-logo="" group-title="",HBO Family [Asia Feed] +#EXTINF:-1 tvg-id="HBOFamilyAsiaFeed.us" tvg-name="HBO Family [Asia Feed]" tvg-country="US" tvg-language="" tvg-logo="https://static.epg.best/us/HBOFamily.us.png" group-title="Family",HBO Family [Asia Feed] https://liveorigin01.hbogoasia.com:8443/origin/live/FAMILY/index.m3u8 -#EXTINF:-1 tvg-id="HBOFamily.us" tvg-name="HBO Family" tvg-country="US" tvg-language="" tvg-logo="https://static.epg.best/us/HBOFamily.us.png" group-title="",HBO Family +#EXTINF:-1 tvg-id="HBOFamily.us" tvg-name="HBO Family" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/us/HBOFamily.us.png" group-title="Family",HBO Family https://liveorigin01.hbogoasia.com:8443/origin/live/main/FAMILY/index.m3u8 -#EXTINF:-1 tvg-id="HBOHitsAsiaFeed.us" tvg-name="HBO Hits [Asia Feed]" tvg-country="US" tvg-language="" tvg-logo="" group-title="",HBO Hits [Asia Feed] +#EXTINF:-1 tvg-id="HBOHitsAsiaFeed.us" tvg-name="HBO Hits [Asia Feed]" tvg-country="US" tvg-language="" tvg-logo="https://static.epg.best/id/HBOHits.id.png" group-title="",HBO Hits [Asia Feed] https://liveorigin01.hbogoasia.com:8443/origin/live/HITS/index.m3u8 -#EXTINF:-1 tvg-id="HBOHits.us" tvg-name="HBO Hits" tvg-country="US" tvg-language="" tvg-logo="https://static.epg.best/id/HBOHits.id.png" group-title="",HBO Hits +#EXTINF:-1 tvg-id="HBOHits.us" tvg-name="HBO Hits" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/id/HBOHits.id.png" group-title="",HBO Hits https://liveorigin01.hbogoasia.com:8443/origin/live/main/HITS/index.m3u8 #EXTINF:-1 tvg-id="HBOMalaysia.us" tvg-name="HBO Malaysia" tvg-country="MY" tvg-language="English" tvg-logo="https://static.epg.best/us/HBO.us.png" group-title="Movies",HBO Malaysia http://50.7.161.82:8278/streams/d/Hbo/playlist.m3u8 -#EXTINF:-1 tvg-id="HBOPREMIUM.us" tvg-name="HBO PREMIUM" tvg-country="US" tvg-language="" tvg-logo="https://www.intersatelital.com.bo/wp-content/uploads/2017/04/hbo-premium.png" group-title="",HBO PREMIUM +#EXTINF:-1 tvg-id="HBOPREMIUM.us" tvg-name="HBO PREMIUM" tvg-country="US" tvg-language="English" tvg-logo="https://www.intersatelital.com.bo/wp-content/uploads/2017/04/hbo-premium.png" group-title="",HBO PREMIUM https://s.vdo.ai/vhs/1.m3u8 -#EXTINF:-1 tvg-id="HBOSignature.us" tvg-name="HBO Signature" tvg-country="US" tvg-language="" tvg-logo="https://static.epg.best/us/HBOSignature.us.png" group-title="",HBO Signature +#EXTINF:-1 tvg-id="HBOSignature.us" tvg-name="HBO Signature" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/us/HBOSignature.us.png" group-title="",HBO Signature https://liveorigin01.hbogoasia.com:8443/origin/live/main/SIG/index.m3u8 -#EXTINF:-1 tvg-id="HBOSignature.us" tvg-name="HBO Signature" tvg-country="US" tvg-language="" tvg-logo="" group-title="",HBO Signature +#EXTINF:-1 tvg-id="HBOSignature.us" tvg-name="HBO Signature" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/us/HBOSignature.us.png" group-title="",HBO Signature https://liveorigin01.hbogoasia.com:8443/origin/live/SIG/index.m3u8 #EXTINF:-1 tvg-id="HellsKitchenSTIRR.us" tvg-name="Hell's Kitchen (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/e9486527-1ffc-4031-8b91-c954076365f8-small3x1_stirr_1219_epg_hellskitchen_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Cooking",Hell's Kitchen (STIRR) (720p) https://dai.google.com/linear/hls/event/SynaOtTyTq2y_N7BrGTz9Q/master.m3u8 -#EXTINF:-1 tvg-id="HiYah.us" tvg-name="Hi-Yah" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Hi-Yah +#EXTINF:-1 tvg-id="HiYAH" tvg-name="Hi-YAH!" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/uMPu5HU.png" group-title="",Hi-YAH! https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxhi-ya/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="HiYah.us" tvg-name="Hi-Yah!" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/uMPu5HU.png" group-title="Outdoor",Hi-Yah! +#EXTINF:-1 tvg-id="HiYAH" tvg-name="Hi-YAH!" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/uMPu5HU.png" group-title="Outdoor",Hi-YAH! https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxhi-ya/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="HiYAH.us" tvg-name="Hi-YAH!" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/M2aTq6d.png" group-title="",Hi-YAH! +#EXTINF:-1 tvg-id="HiYAH" tvg-name="Hi-YAH!" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/uMPu5HU.png" group-title="",Hi-YAH! https://linear-59.frequency.stream/dist/plex/59/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="HiYAH.us" tvg-name="Hi-YAH!" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Hi-YAH! +#EXTINF:-1 tvg-id="HiYAH" tvg-name="Hi-YAH!" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/uMPu5HU.png" group-title="",Hi-YAH! https://linear-59.frequency.stream/dist/roku/59/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="HiYahXUMO.us" tvg-name="Hi-Yah! (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/6g3c2Yb.png" group-title="",Hi-Yah! (XUMO) +#EXTINF:-1 tvg-id="HiYAHXUMO.us" tvg-name="Hi-YAH! (XUMO)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/uMPu5HU.png" group-title="",Hi-YAH! (XUMO) http://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxhi-ya/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="HighTimesTVBumblebee.us" tvg-name="High Times TV (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://media.unreel.me/prod/bumblebeetv/general/f260a87a-ab75-43f7-bafd-49f4143262b0" group-title="Entertainment",High Times TV (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e2503932c8368bdbfd875/playlist.m3u8 -#EXTINF:-1 tvg-id="HighwayThruHell.us" tvg-name="Highway Thru Hell" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fdd3d3be460a307a77f7e13" group-title="",Highway Thru Hell +#EXTINF:-1 tvg-id="HighwayThruHell.us" tvg-name="Highway Thru Hell" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fdd3d3be460a307a77f7e13" group-title="",Highway Thru Hell https://linear-120.frequency.stream/dist/localnow/120/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="Hillsong.us" tvg-name="Hillsong" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TBN_Hillsong_360x360.png?raw=true" group-title="",Hillsong -https://api.new.livestream.com/accounts/27460990/events/8266909/live.m3u8?Faith -#EXTINF:-1 tvg-id="HillsongChannel.us" tvg-name="Hillsong Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Hillsong Channel +#EXTINF:-1 tvg-id="HillsongChannel.us" tvg-name="Hillsong Channel" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TBN_Hillsong_360x360.png?raw=true" group-title="Religious",Hillsong Channel http://api.new.livestream.com/accounts/27460990/events/8266909/live.m3u8 -#EXTINF:-1 tvg-id="History.us" tvg-name="History" tvg-country="US" tvg-language="Russian;English" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-history.png" group-title="",History +#EXTINF:-1 tvg-id="Hillsong.us" tvg-name="Hillsong" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TBN_Hillsong_360x360.png?raw=true" group-title="Religious",Hillsong Channel +https://api.new.livestream.com/accounts/27460990/events/8266909/live.m3u8?Faith +#EXTINF:-1 tvg-id="HISTORY.us" tvg-name="HISTORY" tvg-country="US" tvg-language="Russian;English" tvg-logo="http://i1.kym-cdn.com/entries/icons/original/000/019/322/photo.jpg" group-title="",HISTORY https://cdn1.mobiletv.bg/T10/history/history_794613_850k.m3u8 -#EXTINF:-1 tvg-id="HISTORY.us" tvg-name="HISTORY" tvg-country="US" tvg-language="" tvg-logo="https://divign0fdw3sv.cloudfront.net/Images/ChannelLogo/contenthub/112_144.png" group-title="",HISTORY +#EXTINF:-1 tvg-id="HISTORY.us" tvg-name="HISTORY" tvg-country="US" tvg-language="English" tvg-logo="http://i1.kym-cdn.com/entries/icons/original/000/019/322/photo.jpg" group-title="",HISTORY https://liveanevia.mncnow.id/live/eds/History/sa_dash_vmx/History.mpd -#EXTINF:-1 tvg-id="HISTORY.us" tvg-name="HISTORY" tvg-country="TH" tvg-language="Thai" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-history.png" group-title="Documentary",HISTORY (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HISTORY.us" tvg-name="HISTORY" tvg-country="TH" tvg-language="Thai" tvg-logo="http://i1.kym-cdn.com/entries/icons/original/000/019/322/photo.jpg" group-title="Documentary",HISTORY (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 https://www.livedoomovie.com/02_HISTORYHD_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="HistoryChannelBestof.us" tvg-name="History Channel (Best of)" tvg-country="US" tvg-language="English" tvg-logo="https://3dwarehouse.sketchup.com/warehouse/v1.0/publiccontent/458f4dc2-aa34-4605-b58a-edfcf49cf778" group-title="Documentary",History Channel (Best of) +#EXTINF:-1 tvg-id="HISTORYChannelBestof.us" tvg-name="HISTORY Channel (Best of)" tvg-country="US" tvg-language="English" tvg-logo="http://i1.kym-cdn.com/entries/icons/original/000/019/322/photo.jpg" group-title="Documentary",HISTORY Channel (Best of) https://bk7l2w4nlx53-hls-live.5centscdn.com/HISTORY/961ac1c875f5884f31bdd177365ef1e3.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="HLN.us" tvg-name="HLN" tvg-country="US" tvg-language="English" tvg-logo="https://styles.redditmedia.com/t5_2fmlms/styles/profileIcon_esio86lzqhh41.png" group-title="News",HLN [Geo-blocked] https://turnerlive.warnermediacdn.com/hls/live/586496/cnngo/hln/VIDEO_0_3564000.m3u8 #EXTINF:-1 tvg-id="HmongTVNetwork.us" tvg-name="Hmong TV Network" tvg-country="VN" tvg-language="Vietnamese" tvg-logo="" group-title="",Hmong TV Network https://livefta.malimarcdn.com/ftaedge00/cvabroadcasting.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="HNCFree.us" tvg-name="HNC Free" tvg-country="US" tvg-language="" tvg-logo="" group-title="",HNC Free +#EXTINF:-1 tvg-id="HNCFree.us" tvg-name="HNC Free" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xXr4Cnq.png" group-title="",HNC Free https://hncfree-klowdtv.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="HNCFree.us" tvg-name="HNC Free" tvg-country="US" tvg-language="" tvg-logo="" group-title="",HNC Free +#EXTINF:-1 tvg-id="HNCFree.us" tvg-name="HNC Free" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xXr4Cnq.png" group-title="",HNC Free https://hncfree-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="e95ecd" tvg-name="Holly_Wire" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/vcrDETL.png" group-title="",Holly Wire -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=141 -#EXTINF:-1 tvg-id="Hollywire.us" tvg-name="Hollywire" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Hollywire +#EXTINF:-1 tvg-id="Hollywire.us" tvg-name="Hollywire" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/vcrDETL.png" group-title="Religious",Holly Wire https://hollywire-samsung-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Hollywire.us" tvg-name="Hollywire" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/bT8Wnmq.png" group-title="",Hollywire (720p) +#EXTINF:-1 tvg-id="Hollywire.us" tvg-name="Hollywire" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/bT8Wnmq.png" group-title="Religious",Holly Wire (720p) https://hollywire.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="HollywoodClassics.us" tvg-name="Hollywood Classics" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Hollywood Classics +#EXTINF:-1 tvg-id="e95ecd" tvg-name="Holly_Wire" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/vcrDETL.png" group-title="Religious",Holly Wire +https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=141 +#EXTINF:-1 tvg-id="HollywoodClassics.us" tvg-name="Hollywood Classics" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/HollywoodClassics_v2_290x290.png?raw=true" group-title="Classic",Hollywood Classics https://fef5003bb7e7447ab21a2c3fd81e3b74.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_HollywoodClassics/5e48be49-66f7-4712-9fff-347b1ae7afbd/5.m3u8 -#EXTINF:-1 tvg-id="HollywoodClassics.us" tvg-name="Hollywood Classics" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Hollywood Classics +#EXTINF:-1 tvg-id="HollywoodClassics.us" tvg-name="Hollywood Classics" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/HollywoodClassics_v2_290x290.png?raw=true" group-title="Classic",Hollywood Classics https://fef5003bb7e7447ab21a2c3fd81e3b74.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_HollywoodClassics/playlist.m3u8?ads.wurl_channel=532&ads.wurl_name=HollywoodClassics&ads.us_privacy=1---&ads.psid=&ads.targetopt=1&ads.plex_token=z1MCPUpbxYcHru-5hdyq&ads.plex_id=5f0ff265d71dcb00449ec02d&ads.ua=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F84.0.4147.105+Safari%2F537.36+OPR%2F70.0.3728.95&ads.app_bundle=&ads.app_store_url=&ads.gdpr=0&ads.consent=0 -#EXTINF:-1 tvg-id="HollywoodClassics.us" tvg-name="Hollywood Classics" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/HollywoodClassics_v2_290x290.png?raw=true" group-title="",Hollywood Classics +#EXTINF:-1 tvg-id="HollywoodClassics.us" tvg-name="Hollywood Classics" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/HollywoodClassics_v2_290x290.png?raw=true" group-title="Classic",Hollywood Classics https://vitor-hollywoodclassics-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Hometalk.us" tvg-name="Hometalk" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Hometalk +#EXTINF:-1 tvg-id="Hometalk.us" tvg-name="Hometalk" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/J09XrLH.png" group-title="Lifestyle",Hometalk https://playworksdigital-hometalk-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="HonorTV.us" tvg-name="Honor TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Honor TV +#EXTINF:-1 tvg-id="HonorTV.us" tvg-name="Honor TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/caGRikb.png" group-title="Classic",Honor TV https://a.jsrdn.com/broadcast/d5b48/+0000/c.m3u8 -#EXTINF:-1 tvg-id="HonorTV.us" tvg-name="Honor TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/PGN1TLJ.jpg" group-title="Classic",Honor TV +#EXTINF:-1 tvg-id="HonorTV.us" tvg-name="Honor TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/caGRikb.png" group-title="Classic",Honor TV https://a.jsrdn.com/broadcast/d5b48/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="HonorTV.us" tvg-name="Honor TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/caGRikb.png" group-title="Classic",Honor TV https://a.jsrdn.com/broadcast/d5b48/+0000/low/c.m3u8 -#EXTINF:-1 tvg-id="HopeChannelInternational.us" tvg-name="Hope Channel International" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Hope Channel International +#EXTINF:-1 tvg-id="HopeChannelInternational.us" tvg-name="Hope Channel International" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pLeCUEV.png" group-title="Religious",Hope Channel International https://hcintlinc.mmdlive.lldns.net/hcintlinc/60f14a7fec64454e90712421a46ac6f1/manifest.m3u8 -#EXTINF:-1 tvg-id="HopeChannelNorge.us" tvg-name="Hope Channel Norge" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Hope Channel Norge +#EXTINF:-1 tvg-id="HopeChannelNorge.us" tvg-name="Hope Channel Norge" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pLeCUEV.png" group-title="Religious",Hope Channel Norge http://media1.adventist.no:1935/live/hope1/playlist.m3u8 -#EXTINF:-1 tvg-id="hopechannel.us" tvg-name="Hope Channel Norge" tvg-country="NO" tvg-language="English" tvg-logo="https://i.imgur.com/tEgDEp6.png" group-title="",Hope Channel Norge (360p) +#EXTINF:-1 tvg-id="hopechannel.us" tvg-name="Hope Channel Norge" tvg-country="NO" tvg-language="English" tvg-logo="https://i.imgur.com/pLeCUEV.png" group-title="Religious",Hope Channel Norge (360p) http://media1.adventist.no:1935/live/hope3/chunklist_w1848872903.m3u8 -#EXTINF:-1 tvg-id="hopechannel.us" tvg-name="Hope Channel Norge" tvg-country="NO" tvg-language="English" tvg-logo="https://i.imgur.com/tEgDEp6.png" group-title="",Hope Channel Norge (360p) +#EXTINF:-1 tvg-id="hopechannel.us" tvg-name="Hope Channel Norge" tvg-country="NO" tvg-language="English" tvg-logo="https://i.imgur.com/pLeCUEV.png" group-title="Religious",Hope Channel Norge (360p) http://media1.adventist.no:1935/live/hope3/playlist.m3u8 -#EXTINF:-1 tvg-id="HopeChannelPhilippines.us" tvg-name="Hope Channel Philippines" tvg-country="PH" tvg-language="English" tvg-logo="" group-title="Religious",Hope Channel Philippines +#EXTINF:-1 tvg-id="HopeChannelPhilippines.us" tvg-name="Hope Channel Philippines" tvg-country="PH" tvg-language="English" tvg-logo="https://i.imgur.com/pLeCUEV.png" group-title="Religious",Hope Channel Philippines https://hcfilipino.mmdlive.lldns.net/hcfilipino/f6e775755f2647159e0adefe01a44a0e/manifest.m3u8 -#EXTINF:-1 tvg-id="HorizonArmenian.us" tvg-name="Horizon Armenian" tvg-country="AM" tvg-language="" tvg-logo="" group-title="",Horizon Armenian +#EXTINF:-1 tvg-id="HorizonArmenian.us" tvg-name="Horizon Armenian" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://i.imgur.com/GVUIJiD.png" group-title="",Horizon Armenian http://5.254.76.34:17070/C441/index.m3u8?token=kdsdkwy453wrRq29IIIo -#EXTINF:-1 tvg-id="HorizonArmenian.us" tvg-name="Horizon Armenian" tvg-country="AM" tvg-language="" tvg-logo="" group-title="",Horizon Armenian +#EXTINF:-1 tvg-id="HorizonArmenian.us" tvg-name="Horizon Armenian" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://i.imgur.com/GVUIJiD.png" group-title="",Horizon Armenian http://5.254.76.34:17070/C441/mono.m3u8?token=kdsdkwy453wrRq29IIIo -#EXTINF:-1 tvg-id="HorizonSports.us" tvg-name="Horizon Sports" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/sjOIOkK.png" group-title="",Horizon Sports +#EXTINF:-1 tvg-id="HorizonSports.us" tvg-name="Horizon Sports" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/sjOIOkK.png" group-title="Sports",Horizon Sports https://a.jsrdn.com/broadcast/20dc4269f3/+0000/c.m3u8 #EXTINF:-1 tvg-id="HorizonSports.us" tvg-name="Horizon Sports" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/2msWdzQ.jpg" group-title="Sports",Horizon Sports https://a.jsrdn.com/broadcast/20dc4269f3/+0000/high/c.m3u8 -#EXTINF:-1 tvg-id="Horrify.us" tvg-name="Horrify" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Horrify +#EXTINF:-1 tvg-id="Horrify.us" tvg-name="Horrify" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/NCbpYa4.png" group-title="",Horrify https://olympusamagi.amagi.tv/hls/amagi_hls_data_olympusat-horrify-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Horrify.us" tvg-name="Horrify" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Horrify +#EXTINF:-1 tvg-id="Horrify.us" tvg-name="Horrify" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Horrify https://olympusamagi.pc.cdn.bitgravity.com/Horrify-roku/master.m3u8 -#EXTINF:-1 tvg-id="HorrorMachine.us" tvg-name="Horror Machine" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d16ea10396351a3042dd3" group-title="",Horror Machine +#EXTINF:-1 tvg-id="HorrorMachine.us" tvg-name="Horror Machine" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d16ea10396351a3042dd3" group-title="",Horror Machine https://linear-82.frequency.stream/dist/localnow/82/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="HorseShoppingChannel.us" tvg-name="Horse Shopping Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Horse Shopping Channel +#EXTINF:-1 tvg-id="HorseShoppingChannel.us" tvg-name="Horse Shopping Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/0cuoaxl.png" group-title="Shop",Horse Shopping Channel https://uplynkcontent.sinclairstoryline.com/channel/26c7a77fd6ed453da6846a16ad0625d9.m3u8 -#EXTINF:-1 tvg-id="HSN.us" tvg-name="HSN" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/HSN_190x190.png?raw=true" group-title="",HSN +#EXTINF:-1 tvg-id="HSN.us" tvg-name="HSN" tvg-country="US" tvg-language="English" tvg-logo="https://cdn.tvpassport.com/image/station/240x135/homeshop.png" group-title="Shop",HSN https://hsn.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="HSN - Home Shopping Network-US" tvg-name="HSN - Home Shopping Network-US" tvg-country="US" tvg-language="English" tvg-logo="https://cdn.tvpassport.com/image/station/240x135/homeshop.png" group-title="Shop",HSN (720p) +#EXTINF:-1 tvg-id="HSN.us" tvg-name="HSN" tvg-country="US" tvg-language="English" tvg-logo="https://cdn.tvpassport.com/image/station/240x135/homeshop.png" group-title="Shop",HSN https://html5-lh.akamaihd.net/i/html5_01@182967/master.m3u8 -#EXTINF:-1 tvg-id="HSN.us" tvg-name="HSN" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",HSN +#EXTINF:-1 tvg-id="HSN.us" tvg-name="HSN" tvg-country="US" tvg-language="English" tvg-logo="https://cdn.tvpassport.com/image/station/240x135/homeshop.png" group-title="Shop",HSN https://lshsn1usott-lh.akamaihd.net/i/lshsn1usott_01@838842/index_1600_av-b.m3u8?sd=10&dw=60&set-akamai-hls-revision=4&set-segment-duration=smoothest&rebase=on -#EXTINF:-1 tvg-id="HSNSTIRR.us" tvg-name="HSN (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/ee4f54a9-254b-422b-8565-04fedcfdb36e-small3x1_STIRR_Logo_0520_HSN_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Shop",HSN (STIRR) (720p) +#EXTINF:-1 tvg-id="HSNSTIRR.us" tvg-name="HSN (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://cdn.tvpassport.com/image/station/240x135/homeshop.png" group-title="Shop",HSN (STIRR) (720p) https://dai.google.com/linear/hls/event/akursTHNTo6qGf1TtlHNsw/master.m3u8 -#EXTINF:-1 tvg-id="HSN2.us" tvg-name="HSN 2" tvg-country="US" tvg-language="English" tvg-logo="https://sc.dish.com/shared/images/station-logos/hsn2.png" group-title="Shop",HSN 2 (414p) +#EXTINF:-1 tvg-id="HSN2.us" tvg-name="HSN 2" tvg-country="US" tvg-language="English" tvg-logo="https://live-tv-channels.org/pt-data/uploads/logo/us-hsn-2.jpg" group-title="Shop",HSN 2 (414p) https://hsn2html5-lh.akamaihd.net/i/hsn2html5_01@13178/master.m3u8?b=728,1128 -#EXTINF:-1 tvg-id="HSN2.us" tvg-name="HSN2" tvg-country="US" tvg-language="English" tvg-logo="https://sc.dish.com/shared/images/station-logos/hsn2.png" group-title="Shop",HSN2 (414p) +#EXTINF:-1 tvg-id="HSN2.us" tvg-name="HSN 2" tvg-country="US" tvg-language="English" tvg-logo="https://live-tv-channels.org/pt-data/uploads/logo/us-hsn-2.jpg" group-title="Shop",HSN 2 (414p) https://hsn2html5-lh.akamaihd.net/i/hsn2html5_01@13178/master.m3u8 #EXTINF:-1 tvg-id="HTV1HoustonTelevision.us" tvg-name="HTV 1 - Houston Television" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zvj1boM.jpg" group-title="Local",HTV 1 - Houston Television https://stream.swagit.com/live-edge/houstontx/smil:hd-16x9-2-a/chunklist_w444601733_b1628000.m3u8 #EXTINF:-1 tvg-id="HTV2HoustonTelevision.us" tvg-name="HTV 2 - Houston Television" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zvj1boM.jpg" group-title="Local",HTV 2 - Houston Television (720p) https://stream.swagit.com/live-edge/houstontx/smil:hd-16x9-2-b/playlist.m3u8 -#EXTINF:-1 tvg-id="HumorMill.us" tvg-name="Humor_Mill" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/lYqcF1P.png" group-title="",Humor Mill +#EXTINF:-1 tvg-id="HumorMill.us" tvg-name="Humor_Mill" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/lYqcF1P.png" group-title="Comedy",Humor Mill https://damkf751d85s1.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/HumorMill-PLEX/152.m3u8 #EXTINF:-1 tvg-id="HUMRAAZTV.us" tvg-name="HUMRAAZ TV" tvg-country="US;PK" tvg-language="Urdu" tvg-logo="" group-title="News",HUMRAAZ TV [Not 24/7] https://cdn61.liveonlineservices.com/hls/humraaz.m3u8 -#EXTINF:-1 tvg-id="Hungry.us" tvg-name="Hungry" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Hungry +#EXTINF:-1 tvg-id="Hungry.us" tvg-name="Hungry" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Cooking",Hungry https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows/amagi_hls_data_xumo1212A-redboxhungry/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Hungry.us" tvg-name="Hungry" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/MIUDYh0.png" group-title="",Hungry (720p) +#EXTINF:-1 tvg-id="Hungry.us" tvg-name="Hungry" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/MIUDYh0.png" group-title="Comedy",Hungry (720p) https://food.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="HuntChannel.us" tvg-name="Hunt Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/DkvWWbE.png" group-title="Outdoor",Hunt Channel (1080p) https://1111296894.rsc.cdn77.org/LS-ATL-56868-1/index.m3u8 @@ -1878,7 +1874,7 @@ https://a.jsrdn.com/broadcast/529a360c04/+0000/c.m3u8 https://a.jsrdn.com/broadcast/529a360c04/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="IFCFilmPicks.us" tvg-name="IFC Film Picks" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XJaSjhm.png" group-title="Movies",IFC Film Picks https://amc-ifc-films-picks-1.vizio.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="dbd25a" tvg-name="IFC_Films_Picks" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/XJaSjhm.png" group-title="",IFC Films Picks +#EXTINF:-1 tvg-id="dbd25a" tvg-name="IFC_Films_Picks" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XJaSjhm.png" group-title="",IFC Films Picks https://amc-ifc-films-picks-1.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Ifood.us" tvg-name="Ifood" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GnmHLNB.png" group-title="Cooking",Ifood https://ft-ifood-roku.amagi.tv/hls/amagi_hls_data_futuretod-ifood-roku/CDN/playlist.m3u8 @@ -1888,7 +1884,7 @@ https://ifood-vizio.amagi.tv/playlist.m3u8 https://ft-ifood-roku.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="IGN.us" tvg-name="IGN" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/IGN_Entertainment_Logo.svg/500px-IGN_Entertainment_Logo.svg.png" group-title="News",IGN (1080p) https://ign-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="IGN.us" tvg-name="IGN" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/06052020/IGN_190x190.png?raw=true" group-title="",IGN +#EXTINF:-1 tvg-id="IGN.us" tvg-name="IGN" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/06052020/IGN_190x190.png?raw=true" group-title="",IGN https://ign-samsungus.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="IGN.us" tvg-name="IGN TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/PkW3s3Y.png" group-title="General",IGN TV https://ign-plex.amagi.tv/hls/amagi_hls_data_ignAAAAAA-ign-plexA/CDN/playlist.m3u8 @@ -1898,7 +1894,7 @@ https://dai.google.com/linear/hls/event/YLDvM8DGQyqsYnDsgxOBPQ/master.m3u8 https://dai.google.com/linear/hls/event/bjWdbDzwTMOMd8Wmxl4rwg/master.m3u8 #EXTINF:-1 tvg-id="IllinoisSpringfield2STIRR.us" tvg-name="Illinois: Springfield #2 (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Illinois: Springfield #2 (STIRR) (720p) https://dai.google.com/linear/hls/event/IaAlq3prS8Ghiq0FhLtzGQ/master.m3u8 -#EXTINF:-1 tvg-id="IMPACTWrestling.us" tvg-name="IMPACT! Wrestling" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605e13c8d9eb3e1df47db303" group-title="Sports",IMPACT! Wrestling +#EXTINF:-1 tvg-id="IMPACTWrestling.us" tvg-name="IMPACT! Wrestling" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605e13c8d9eb3e1df47db303" group-title="Sports",IMPACT! Wrestling https://d2p372oxiwmcn1.cloudfront.net/hls/main.m3u8 #EXTINF:-1 tvg-id="IndTVUSA.us" tvg-name="Ind TV USA" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/gWPiYH9.png" group-title="Entertainment",Ind TV USA https://t06858-lh.akamaihd.net/i/t06858a_1@719164/index_1500000_av-p.m3u8 @@ -1912,7 +1908,7 @@ http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8 https://freespeech.akamaized.net/hls/live/2016712/live1/playlist.m3u8 #EXTINF:-1 tvg-id="InspirationTV.us" tvg-name="Inspiration TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/CQnD7yU.png" group-title="Religious",Inspiration TV (360p) https://inspnetworks-lh.akamaihd.net/i/insp_2@393793/master.m3u8 -#EXTINF:-1 tvg-id="InspirationTVEnglish.us" tvg-name="InspirationTV (English)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Religious",InspirationTV (English) +#EXTINF:-1 tvg-id="InspirationTVEnglish.us" tvg-name="InspirationTV (English)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/CQnD7yU.png" group-title="Religious",InspirationTV (English) https://inspnetworks-lh.akamaihd.net/i/insp_2@393793/index_2_av-p.m3u8 #EXTINF:-1 tvg-id="Ion8ChristianstedVIWSVITV.us" tvg-name="Ion 8 Christiansted VI (WSVI-TV)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/gTmNrk6.png" group-title="Local",Ion 8 Christiansted VI (WSVI-TV) (300p) https://dcunilive30-lh.akamaihd.net/i/dclive_1@534251/master.m3u8 @@ -1922,7 +1918,7 @@ https://ion-ion-plus-1.vizio.wurl.com/manifest/playlist.m3u8 https://ion-ion-plus-1.vizio.wurl.com/manifest/playlist_640x360_1000k.m3u8 #EXTINF:-1 tvg-id="IonPlus.us" tvg-name="Ion Plus" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/d449jnv.png" group-title="Family",Ion Plus (1080p) https://ion-plus.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="IonQubo.us" tvg-name="Ion Qubo" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Ion Qubo +#EXTINF:-1 tvg-id="IonQubo.us" tvg-name="Ion Qubo" tvg-country="US" tvg-language="English" tvg-logo="http://vignette2.wikia.nocookie.net/logopedia/images/5/50/Qubo_logo_2012.png/revision/latest?cb=20150915211649" group-title="Kids",Ion Qubo https://ion-qubo-1.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="KKPX.us" tvg-name="ion TV (KKPX)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/2/28/Ion_logo.svg/1920px-Ion_logo.svg.png" group-title="Local",ion TV (KKPX) https://streams.the6tv.duckdns.org:2443/locals/BayArea/kkpx-dt1.m3u8 @@ -1936,7 +1932,7 @@ https://dai.google.com/linear/hls/event/0Uj4AmiOSw6oTX9ilyV2rQ/master.m3u8 http://51.210.199.53/hls/stream.m3u8 #EXTINF:-1 tvg-id="IslandEscape.us" tvg-name="Island Escape" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ZvF6Yin.png" group-title="Relax",Island Escape https://a.jsrdn.com/broadcast/41e3e6703e/+0000/c.m3u8 -#EXTINF:-1 tvg-id="ISN.us" tvg-name="ISN" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Religious",ISN +#EXTINF:-1 tvg-id="ISN.us" tvg-name="ISN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pmqYFk9.jpg" group-title="Religious",ISN http://cpdc101-lh.akamaihd.net/i/ISNCPDCMB1_1@314337/index_1728_av-p.m3u8 #EXTINF:-1 tvg-id="ISN.us" tvg-name="ISN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pmqYFk9.jpg" group-title="Religious",ISN (1080p) https://cpdc101-lh.akamaihd.net/i/ISNCPDCMB1_1@314337/master.m3u8 @@ -1952,25 +1948,25 @@ https://cdn3.wowza.com/1/eUdsNEcyMmRvckor/K3pydHZw/hls/live/playlist.m3u8 https://wowzaprod134-i.akamaihd.net/hls/live/577814/ccddaf02/playlist.m3u8 #EXTINF:-1 tvg-id="JewishLifeTV.us" tvg-name="Jewish Life TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/VEoLKzb.png" group-title="Religious",Jewish Life TV (480p) https://d3svwuchx5fp62.cloudfront.net/rtplive/smil:jltv.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="JewishLifeTVUSA.us" tvg-name="Jewish Life TV (USA)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Jewish Life TV (USA) +#EXTINF:-1 tvg-id="JewishLifeTVUSA.us" tvg-name="Jewish Life TV (USA)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/VEoLKzb.png" group-title="Religious",Jewish Life TV (USA) http://d3svwuchx5fp62.cloudfront.net/rtplive/smil:jltv.smil/chunklist_b1000000.m3u8 -#EXTINF:-1 tvg-id="JohnnyCarsonTV.us" tvg-name="Johnny Carson TV" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9ad014a38d8c466108e97a" group-title="Comedy",Johnny Carson TV +#EXTINF:-1 tvg-id="JohnnyCarsonTV.us" tvg-name="Johnny Carson TV" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9ad014a38d8c466108e97a" group-title="Comedy",Johnny Carson TV https://johnnycarson-localnow.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="JohnnyCarsonTV.us" tvg-name="Johnny Carson TV" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Johnny Carson TV +#EXTINF:-1 tvg-id="JohnnyCarsonTV.us" tvg-name="Johnny Carson TV" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9ad014a38d8c466108e97a" group-title="",Johnny Carson TV https://johnnycarson-redbox.amagi.tv/hls/amagi_hls_data_redboxAAA-johnnycarson-redbox/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="JohnnyCarsonTV.us" tvg-name="Johnny Carson TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Johnny Carson TV +#EXTINF:-1 tvg-id="JohnnyCarsonTV.us" tvg-name="Johnny Carson TV" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9ad014a38d8c466108e97a" group-title="",Johnny Carson TV https://johnnycarson-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="JohnnyCarsonTV.us" tvg-name="Johnny Carson TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Johnny Carson TV +#EXTINF:-1 tvg-id="JohnnyCarsonTV.us" tvg-name="Johnny Carson TV" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9ad014a38d8c466108e97a" group-title="",Johnny Carson TV https://johnnycarson-zype.amagi.tv/playlistR432p.m3u8 -#EXTINF:-1 tvg-id="Journy.us" tvg-name="Journy" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/07292020/Journy_190x190.png?raw=true" group-title="",Journy +#EXTINF:-1 tvg-id="Journy.us" tvg-name="Journy" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjg5MzMxNjNf?inline=1" group-title="",Journy http://d3lzjtrf5mvf3p.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="Journy.us" tvg-name="Journy" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Journy +#EXTINF:-1 tvg-id="Journy.us" tvg-name="Journy" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjg5MzMxNjNf?inline=1" group-title="",Journy https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxjourny/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="Journy.us" tvg-name="Journy" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg5MzMxNjNf/Journy_225x225.png" group-title="Entertainment",Journy +#EXTINF:-1 tvg-id="Journy.us" tvg-name="Journy" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjg5MzMxNjNf?inline=1" group-title="Entertainment",Journy https://vcnovation.teleosmedia.com/linear/ovation/journy/playlist.m3u8 -#EXTINF:-1 tvg-id="Journy.us" tvg-name="Journy" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/AHPHxV9.png" group-title="Travel",Journy +#EXTINF:-1 tvg-id="Journy.us" tvg-name="Journy" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjg5MzMxNjNf?inline=1" group-title="Travel",Journy https://vcnplex.teleosmedia.com/linear/ovation/journy/playlist.m3u8 -#EXTINF:-1 tvg-id="JournyXUMO.us" tvg-name="Journy (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FtZ7Q1x.png" group-title="",Journy (XUMO) +#EXTINF:-1 tvg-id="JournyXUMO.us" tvg-name="Journy (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjg5MzMxNjNf?inline=1" group-title="",Journy (XUMO) https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxjourny/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="JRESTV.us" tvg-name="JRES TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",JRES TV http://teleredmcp.com:1935/jrestv/jrestv/chunklist_w1193494329.m3u8 @@ -1978,9 +1974,9 @@ http://teleredmcp.com:1935/jrestv/jrestv/chunklist_w1193494329.m3u8 https://wowzaprod134-i.akamaihd.net/hls/live/577814/ccddaf02/ccddaf02_1_1728/chunklist.m3u8 #EXTINF:-1 tvg-id="JudgeFaith.us" tvg-name="Judge_Faith" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/VMJvKbC.png" group-title="Series",Judge Faith (1080p) https://judge-faith-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="JudgeFaith.us" tvg-name="Judge Faith" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Judge Faith +#EXTINF:-1 tvg-id="JudgeFaith.us" tvg-name="Judge Faith" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/VMJvKbC.png" group-title="",Judge Faith https://judge-faith-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="JudgeKarensCourt.us" tvg-name="Judge Karen's Court" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/rku6tmo.png" group-title="",Judge Karen's Court (720p) +#EXTINF:-1 tvg-id="JudgeKarensCourt.us" tvg-name="Judge Karen's Court" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/rku6tmo.png" group-title="",Judge Karen's Court (720p) https://cb5273f195a147f2bcf23544e4495f66.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5eb1e7261474f9020c06f9ec/playlist.m3u8 #EXTINF:-1 tvg-id="Juntos.us" tvg-name="Juntos" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Juntos https://olympusamagi.amagi.tv/hls/amagi_hls_data_olympusat-juntos-roku/CDN/playlist.m3u8 @@ -1988,9 +1984,9 @@ https://olympusamagi.amagi.tv/hls/amagi_hls_data_olympusat-juntos-roku/CDN/playl https://olympusamagi.pc.cdn.bitgravity.com/Juntos-roku/master.m3u8 #EXTINF:-1 tvg-id="JustforLaughsGags.us" tvg-name="Just for Laughs Gags" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/OiMMkP3.jpg" group-title="Comedy",Just for Laughs Gags https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokujustforlaughsgags/CDN/master.m3u8 -#EXTINF:-1 tvg-id="JustForLaughsGags.us" tvg-name="Just For Laughs Gags" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Just For Laughs Gags +#EXTINF:-1 tvg-id="JustForLaughsGags.us" tvg-name="Just For Laughs Gags" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/OiMMkP3.jpg" group-title="Comedy",Just For Laughs Gags https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokujustforlaughsgags/CDN/master.m3u8?p=roku&rdid=d3e60034-bdd6-5f69-a7a8-a82b92d5b116&coppa=false&is_lat=1&is_roku_lat=1&content_type=livefeed&content=3846e8e55bbe5d5c9032018b9384308a&genre=comedy&platform=web&content_rating=ROKU_ADS_CONTENT_RATING&channel_id=ROKU_CHANNEL_ID&bmodel=bm1&studio_id=just_for_laughs&channelStore=us&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="JustforLaughsGags.us" tvg-name="Just for Laughs Gags" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Just for Laughs Gags +#EXTINF:-1 tvg-id="JustforLaughsGags.us" tvg-name="Just for Laughs Gags" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/OiMMkP3.jpg" group-title="Comedy",Just for Laughs Gags https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziojustforlaughsgags/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="K38IZ-D.us" tvg-name="K38IZ-D" tvg-country="US" tvg-language="" tvg-logo="https://media-uspx.mybtv.net/logos/38.1.png" group-title="",K38IZ-D (480i) https://v-px.mybtv.net/event/32/640x480.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 @@ -2000,65 +1996,65 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxkabillion/CDN/playlist.m3u8 https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxkabillion/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="KalemehTV.us" tvg-name="Kalemeh TV" tvg-country="US" tvg-language="" tvg-logo="https://media-uspx.mybtv.net/logos/7.1.png" group-title="",Kalemeh TV (1080p) http://184.75.208.98:1935/live/kalemeh/playlist.m3u8 -#EXTINF:-1 tvg-id="KartoonFunTime.us" tvg-name="Kartoon Fun Time" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/KartoonFunTime_209x209.png?raw=true" group-title="",Kartoon Fun Time +#EXTINF:-1 tvg-id="KartoonCircus.us" tvg-name="Kartoon Circus" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/KartoonFunTime_209x209.png?raw=true" group-title="Kids",Kartoon Circus https://simultv.s.llnwi.net/n4s4/KartoonCircus/interlink.m3u8 -#EXTINF:-1 tvg-id="KartoonNetwork.us" tvg-name="Kartoon Network" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Kartoon Network -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokukidgenius/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="KBPSPORTS.us" tvg-name="KBP SPORTS" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",KBP SPORTS (720p) https://live-k2302-kbp.1plus1.video/sport/smil:sport.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KBSVAssyriaSat.us" tvg-name="KBSV/AssyriaSat" tvg-country="US" tvg-language="Assyrian Neo-Aramaic;English" tvg-logo="" group-title="",KBSV/AssyriaSat http://66.242.170.53/hls/live/temp/index.m3u8 -#EXTINF:-1 tvg-id="KCAL9KCALTV.us" tvg-name="KCAL 9 (KCAL-TV)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",KCAL 9 (KCAL-TV) (720p) +#EXTINF:-1 tvg-id="KCAL9KCALTV.us" tvg-name="KCAL 9 (KCAL-TV)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Q8IwOiL.png" group-title="Local",KCAL 9 (KCAL-TV) (720p) https://cbsn-la-cedexis.cbsnstream.cbsnews.com/out/v1/57b6c4534a164accb6b1872b501e0028/master.m3u8 -#EXTINF:-1 tvg-id="KCAL9KCALTV.us" tvg-name="KCAL 9 (KCAL-TV)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",KCAL 9 (KCAL-TV) (180p) +#EXTINF:-1 tvg-id="KCAL9KCALTV.us" tvg-name="KCAL 9 (KCAL-TV)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Q8IwOiL.png" group-title="Local",KCAL 9 (KCAL-TV) (180p) https://cbsn-la-cedexis.cbsnstream.cbsnews.com/out/v1/57b6c4534a164accb6b1872b501e0028/master_6.m3u8 #EXTINF:-1 tvg-id="KCPQFoxQ13Seattle.us" tvg-name="KCPQ Fox Q13 Seattle" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/4xs5ERr.jpg" group-title="News",KCPQ Fox Q13 Seattle (720p) https://lnc-kcpq-fox-aws.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="KCRTTV.us" tvg-name="KCRT-TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",KCRT-TV +#EXTINF:-1 tvg-id="KCRTTV.us" tvg-name="KCRT-TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/mNK5D5k.png" group-title="",KCRT-TV http://granicusliveus3-a.akamaihd.net/richmond/G0034_002/chunklist.m3u8 -#EXTINF:-1 tvg-id="KCWX.us" tvg-name="KCWX" tvg-country="US" tvg-language="" tvg-logo="" group-title="",KCWX +#EXTINF:-1 tvg-id="KCWX.us" tvg-name="KCWX" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/A43Njed.png" group-title="",KCWX http://65.36.6.216:1935/live/kcwx.smil/chunklist_w1137540697_b350000_sleng.m3u8 #EXTINF:-1 tvg-id="KDFWFox4DallasFTWorth.us" tvg-name="KDFW Fox 4 Dallas-FT-Worth" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/gjIKpMJ.png" group-title="News",KDFW Fox 4 Dallas-FT-Worth (720p) https://lnc-kdfw-fox-aws.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="KEJRLD1.us" tvg-name="KEJR-LD" tvg-country="US" tvg-language="" tvg-logo="https://media-uspx.mybtv.net/logos/40.1-Azteca.png" group-title="",KEJR-LD (720p) +#EXTINF:-1 tvg-id="KEJRLD1.us" tvg-name="KEJR-LD" tvg-country="US" tvg-language="English" tvg-logo="https://media-uspx.mybtv.net/logos/40.1-Azteca.png" group-title="",KEJR-LD (720p) https://v-px.mybtv.net/event/41/1280x720.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 -#EXTINF:-1 tvg-id="KEJRLD1.us" tvg-name="KEJR-LD" tvg-country="US" tvg-language="" tvg-logo="https://media-uspx.mybtv.net/logos/40.1-Azteca.png" group-title="",KEJR-LD (480i) +#EXTINF:-1 tvg-id="KEJRLD1.us" tvg-name="KEJR-LD" tvg-country="US" tvg-language="English" tvg-logo="https://media-uspx.mybtv.net/logos/40.1-Azteca.png" group-title="",KEJR-LD (480i) https://v-px.mybtv.net/event/41/768x432.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 -#EXTINF:-1 tvg-id="KET.us" tvg-name="KET" tvg-country="US" tvg-language="" tvg-logo="" group-title="",KET +#EXTINF:-1 tvg-id="KET.us" tvg-name="KET" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ocMGZM6.png" group-title="",KET https://2-fss-1.streamhoster.com/pl_134/amlst:200914-1282960/playlist.m3u8 -#EXTINF:-1 tvg-id="KET.us" tvg-name="KET" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/ocMGZM6.png" group-title="",KET +#EXTINF:-1 tvg-id="KET.us" tvg-name="KET" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ocMGZM6.png" group-title="",KET https://2-fss-1.streamhoster.com/pl_134/amlst:200914-1282960/playlist.m3u8?DVR -#EXTINF:-1 tvg-id="KETPBSKids.us" tvg-name="KET PBS Kids" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/ambc9le.png" group-title="",KET PBS Kids +#EXTINF:-1 tvg-id="KETPBSKids.us" tvg-name="KET PBS Kids" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ambc9le.png" group-title="Kids",KET PBS Kids https://2-fss-2.streamhoster.com/pl_140/amlst:200914-1298290/playlist.m3u8?DVR -#EXTINF:-1 tvg-id="KetchupTV.us" tvg-name="Ketchup TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Ketchup TV +#EXTINF:-1 tvg-id="KetchupTV.us" tvg-name="Ketchup TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Ketchup TV https://vod365-ketchuptv-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="KeyTV.us" tvg-name="Key TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Key TV +#EXTINF:-1 tvg-id="KeyTV.us" tvg-name="Key TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Key TV http://media4.tripsmarter.com:1935/LiveTV/KTVHD/chunklist.m3u8 #EXTINF:-1 tvg-id="KFMB.us" tvg-name="KFMB-DT3" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/b/be/Grit_TV_Network_Logo.gif" group-title="Classic",KFMB-DT3 https://streams.the6tv.duckdns.org:2443/locals/SanDiego/kfmb-dt3.m3u8 -#EXTINF:-1 tvg-id="KidGamerTV.us" tvg-name="Kid Gamer TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Kid Gamer TV +#EXTINF:-1 tvg-id="KidGamerTV.us" tvg-name="Kid Gamer TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Kids",Kid Gamer TV https://studio71-roku-us.amagi.tv/hls/amagi_hls_data_studio71A-studio71roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="KidgamerTV.us" tvg-name="Kidgamer TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Kidgamer TV +#EXTINF:-1 tvg-id="KidGenius.us" tvg-name="Kid Genius" tvg-country="US" tvg-language="English" tvg-logo="https://pbs.twimg.com/profile_images/633357710969303040/ZKJg46ZY.jpg" group-title="Kids",Kid Genius +https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokukidgenius/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="KidGamerTV.us" tvg-name="Kid Gamer TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Kids",Kid Gamer TV https://studio71-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Kidoodle.us" tvg-name="Kidoodle" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/mMAO3P6.jpg" group-title="",Kidoodle (1080p) +#EXTINF:-1 tvg-id="Kidoodle.us" tvg-name="Kidoodle.TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/MaFtbM5.png" group-title="Kids",Kidoodle.TV (1080p) http://kidoodletv-kdtv-3.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Kidoodle.us" tvg-name="Kidoodle" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/MaFtbM5.png" group-title="",Kidoodle (720p) +#EXTINF:-1 tvg-id="KidoodleTV.us" tvg-name="Kidoodle.TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/MaFtbM5.png" group-title="Kids",Kidoodle.TV (720p) https://kidoodletv-kdtv-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="KidoodleTV.us" tvg-name="Kidoodle TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Kidoodle TV +#EXTINF:-1 tvg-id="KidoodleTV.us" tvg-name="Kidoodle.TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/MaFtbM5.png" group-title="Kids",Kidoodle.TV http://kidoodletv-kdtv-3.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="KiDoodleTV.us" tvg-name="KiDoodle TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",KiDoodle TV +#EXTINF:-1 tvg-id="KidoodleTV.us" tvg-name="Kidoodle.TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/MaFtbM5.png" group-title="Kids",Kidoodle.TV https://7c16fcbdbd1b4a74b712c2052303b6bb.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_KidoodleTV/1d045896-8061-414f-b467-2b5afadb837e/3.m3u8 -#EXTINF:-1 tvg-id="KidoodleTV.us" tvg-name="Kidoodle TV" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/KHkerRD.png" group-title="",Kidoodle TV (720p) +#EXTINF:-1 tvg-id="KidoodleTV.us" tvg-name="Kidoodle.TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/MaFtbM5.png" group-title="Kids",Kidoodle.TV (720p) https://kidoodletv-kdtv-1-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="KidoodleTV.us" tvg-name="Kidoodle_TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/aP8Wz2G.png" group-title="",Kidoodle TV +#EXTINF:-1 tvg-id="KidoodleTV.us" tvg-name="Kidoodle.TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/aP8Wz2G.png" group-title="Kids",Kidoodle.TV https://kidoodletv-kdtv-2.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="KidsClick.us" tvg-name="KidsClick" tvg-country="US" tvg-language="" tvg-logo="" group-title="",KidsClick [Geo-blocked] +#EXTINF:-1 tvg-id="KidsClick.us" tvg-name="KidsClick" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/KidsClick.png" group-title="Kids",KidsClick [Geo-blocked] https://usgeowall.sinclairstoryline.com/channel/1698bf57810a48c486b83d542bca298d.m3u8 -#EXTINF:-1 tvg-id="KidsClick.us" tvg-name="KidsClick" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/KidsClick.png" group-title="Entertainment",KidsClick [Geo-blocked] +#EXTINF:-1 tvg-id="KidsClick.us" tvg-name="KidsClick" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/KidsClick.png" group-title="Kids",KidsClick [Geo-blocked] https://usgeowall.sinclairstoryline.com/channel/1698bf57810a48c486b83d542bca298d.m3u8?tc=1&exp=1614631202&rn=1698140798&ct=c&cid=1698bf57810a48c486b83d542bca298d&repl=aboi&sig=3c0463729cd2ddcb9509c3130849b8737dd917ccbaafaccb832d0ec43cae6db5 -#EXTINF:-1 tvg-id="KidsFlix.us" tvg-name="KidsFlix" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/ZbAVzad.png" group-title="",KidsFlix +#EXTINF:-1 tvg-id="KidsFlix.us" tvg-name="KidsFlix" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ZbAVzad.png" group-title="Kids",KidsFlix https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=50&live=1&app_bundle=com.plexapp.desktop -#EXTINF:-1 tvg-id="KidzBop.us" tvg-name="Kidz Bop" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Kidz Bop +#EXTINF:-1 tvg-id="KidzBop.us" tvg-name="Kidz Bop" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/19namZP.png" group-title="Kids",Kidz Bop https://kidzbop-rokuus.amagi.tv/hls/amagi_hls_data_kidzbopAA-kidzbop-roku-us/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="KIRO7NewsKIROTV.us" tvg-name="KIRO 7 News (KIRO-TV)" tvg-country="US" tvg-language="English" tvg-logo="https://mediaweb.kirotv.com/photo/2018/09/24/kiro7_header_logo_152x60_13118164_ver1.0.png" group-title="Local",KIRO 7 News (KIRO-TV) https://svc-lvanvato-cxtv-kiro.cmgvideo.com/kiro/1864k/index.m3u8 @@ -2066,29 +2062,29 @@ https://svc-lvanvato-cxtv-kiro.cmgvideo.com/kiro/1864k/index.m3u8 https://dai.google.com/linear/hls/event/23QIslh0TOqygKz-M9W29Q/master.m3u8 #EXTINF:-1 tvg-id="KMSPFox9MinneapolisSTPaul.us" tvg-name="KMSP Fox 9 Minneapolis ST Paul" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/WBgiaiB.jpg" group-title="News",KMSP Fox 9 Minneapolis ST Paul (720p) https://lnc-kmsp-fox-aws.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="KMTV.us" tvg-name="KMTV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/80WxTxG.png" group-title="",KMTV +#EXTINF:-1 tvg-id="KMTVOmaha.us" tvg-name="KMTV Omaha" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/80WxTxG.png" group-title="Local",KMTV Omaha https://kmtvnow-samsung.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="KMTVOmaha.us" tvg-name="KMTV Omaha" tvg-country="US" tvg-language="" tvg-logo="" group-title="",KMTV Omaha +#EXTINF:-1 tvg-id="KMTVOmaha.us" tvg-name="KMTV Omaha" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/80WxTxG.png" group-title="Local",KMTV Omaha https://content.uplynk.com/4a09fbea28ef4f32bce095e9eae04bd8.m3u8 #EXTINF:-1 tvg-id="KNETCD252.us" tvg-name="KNET-CD 25.2" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjU3OTE2ODhf/CitiCable_225x225.png" group-title="",KNET-CD 25.2 http://granicusliveus6-a.akamaihd.net/torrance/G0057_005/playlist.m3u8 -#EXTINF:-1 tvg-id="KocowaClassic.us" tvg-name="Kocowa Classic" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Kocowa Classic +#EXTINF:-1 tvg-id="KocowaClassic.us" tvg-name="Kocowa Classic" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Px8a1JY.png" group-title="Classic",Kocowa Classic https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokukocowa/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="KocowaClassicXUMO.us" tvg-name="Kocowa Classic (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1LPIb2E.png" group-title="",Kocowa Classic (XUMO) +#EXTINF:-1 tvg-id="KocowaClassicXUMO.us" tvg-name="Kocowa Classic (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1LPIb2E.png" group-title="Classic",Kocowa Classic (XUMO) https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-rokukocowa/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="KOFYDT1.us" tvg-name="KOFY-DT1" tvg-country="US" tvg-language="" tvg-logo="https://media-usba.mybtv.net/logos/20.1-KOFY.png" group-title="",KOFY-DT1 (720p) +#EXTINF:-1 tvg-id="KOFYDT1.us" tvg-name="KOFY-DT1" tvg-country="US" tvg-language="English" tvg-logo="https://media-usba.mybtv.net/logos/20.1-KOFY.png" group-title="",KOFY-DT1 (720p) https://v-ca.mybtv.net/event/125/1280x720.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 -#EXTINF:-1 tvg-id="KOFYDT1.us" tvg-name="KOFY-DT1" tvg-country="US" tvg-language="" tvg-logo="https://media-usba.mybtv.net/logos/20.1-KOFY.png" group-title="",KOFY-DT1 (480i) +#EXTINF:-1 tvg-id="KOFYDT1.us" tvg-name="KOFY-DT1" tvg-country="US" tvg-language="English" tvg-logo="https://media-usba.mybtv.net/logos/20.1-KOFY.png" group-title="",KOFY-DT1 (480i) https://v-ca.mybtv.net/event/125/768x432.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 #EXTINF:-1 tvg-id="KOFY.us" tvg-name="KOFY" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/8/84/KOFY_TV20_logo_2019.png" group-title="Local",KOFY-TV https://streams.the6tv.duckdns.org:2443/locals/BayArea/kofy-dt1.m3u8 #EXTINF:-1 tvg-id="FOX23TulsaOKKOKITV.us" tvg-name="FOX 23 Tulsa OK (KOKI-TV)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pRKEMb1.jpg" group-title="Local",KOKI-TV FOX 23 Tulsa OK (720p) https://d3nzocdfkx2ybv.cloudfront.net/in/cmg-kokitv-hls-v3/live.m3u8 -#EXTINF:-1 tvg-id="KOMONewsKOMOTV.us" tvg-name="KOMO News (KOMO-TV)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",KOMO News (KOMO-TV) (720p) +#EXTINF:-1 tvg-id="KOMONewsKOMOTV.us" tvg-name="KOMO News (KOMO-TV)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8vXRrRe.png" group-title="Local",KOMO News (KOMO-TV) (720p) https://content.uplynk.com/2c88dfe19e1447e6a6aa27e8e143a140.m3u8 -#EXTINF:-1 tvg-id="KoolTVHD.us" tvg-name="Kool TV HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Kool TV HD +#EXTINF:-1 tvg-id="KoolTVHD.us" tvg-name="Kool TV HD" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Kool TV HD http://209.182.219.50:1935/roku/roku/playlist.m3u8 -#EXTINF:-1 tvg-id="KPAZDT1.us" tvg-name="KPAZ-DT1" tvg-country="US" tvg-language="" tvg-logo="" group-title="",KPAZ-DT1 (720p) +#EXTINF:-1 tvg-id="KPAZDT1.us" tvg-name="KPAZ-DT1" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",KPAZ-DT1 (720p) https://v-px.mybtv.net/event/50/1280x720.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 #EXTINF:-1 tvg-id="KPBS.us" tvg-name="KPBS-DT1" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/5/5b/New_KPBS_logo_2019_%282%29.png" group-title="Local",KPBS-DT1 https://streams.the6tv.duckdns.org:2443/locals/SanDiego/kpbs-dt1.m3u8 @@ -2096,41 +2092,41 @@ https://streams.the6tv.duckdns.org:2443/locals/SanDiego/kpbs-dt1.m3u8 https://streams.the6tv.duckdns.org:2443/locals/SanDiego/kpbs-dt2.m3u8 #EXTINF:-1 tvg-id="KPBS.us" tvg-name="KPBS-DT4" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/5/5b/New_KPBS_logo_2019_%282%29.png" group-title="Kids",KPBS-DT4 https://streams.the6tv.duckdns.org:2443/locals/SanDiego/kpbs-dt4.m3u8 -#EXTINF:-1 tvg-id="KQSL.us" tvg-name="KQSL-DT1" tvg-country="US" tvg-language="" tvg-logo="https://media-usba.mybtv.net/logos/8.1.png" group-title="",KQSL-DT1 (480i) +#EXTINF:-1 tvg-id="KQSL.us" tvg-name="KQSL-DT1" tvg-country="US" tvg-language="English" tvg-logo="https://media-usba.mybtv.net/logos/8.1.png" group-title="",KQSL-DT1 (480i) https://v-ca.mybtv.net/event/740/768x432.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 -#EXTINF:-1 tvg-id="KRCB.us" tvg-name="KRCB-DT1" tvg-country="US" tvg-language="" tvg-logo="https://media-usba.mybtv.net/logos/22.1.png" group-title="",KRCB-DT1 (720p) +#EXTINF:-1 tvg-id="KRCB.us" tvg-name="KRCB-DT1" tvg-country="US" tvg-language="English" tvg-logo="https://media-usba.mybtv.net/logos/22.1.png" group-title="",KRCB-DT1 (720p) https://v-ca.mybtv.net/event/718/1280x720.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 -#EXTINF:-1 tvg-id="KRCB.us" tvg-name="KRCB-DT1" tvg-country="US" tvg-language="" tvg-logo="https://media-usba.mybtv.net/logos/22.1.png" group-title="",KRCB-DT1 (1080i) +#EXTINF:-1 tvg-id="KRCB.us" tvg-name="KRCB-DT1" tvg-country="US" tvg-language="English" tvg-logo="https://media-usba.mybtv.net/logos/22.1.png" group-title="",KRCB-DT1 (1080i) https://v-ca.mybtv.net/event/718/1920x1080.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 -#EXTINF:-1 tvg-id="KRCB.us" tvg-name="KRCB-DT1" tvg-country="US" tvg-language="" tvg-logo="https://media-usba.mybtv.net/logos/22.1.png" group-title="",KRCB-DT1 (480i) +#EXTINF:-1 tvg-id="KRCB.us" tvg-name="KRCB-DT1" tvg-country="US" tvg-language="English" tvg-logo="https://media-usba.mybtv.net/logos/22.1.png" group-title="",KRCB-DT1 (480i) https://v-ca.mybtv.net/event/718/768x432.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 -#EXTINF:-1 tvg-id="KRCBDT2.us" tvg-name="KRCB-DT2" tvg-country="US" tvg-language="" tvg-logo="https://media-usba.mybtv.net/logos/22.2-Create.png" group-title="",KRCB-DT2 (480i) +#EXTINF:-1 tvg-id="KRCBDT2.us" tvg-name="KRCB-DT2" tvg-country="US" tvg-language="English" tvg-logo="https://media-usba.mybtv.net/logos/22.2-Create.png" group-title="",KRCB-DT2 (480i) https://v-ca.mybtv.net/event/719/768x432.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 -#EXTINF:-1 tvg-id="KRCBDT3.us" tvg-name="KRCB-DT3" tvg-country="US" tvg-language="" tvg-logo="https://media-usba.mybtv.net/logos/22.3-NHK.png" group-title="",KRCB-DT3 (720p) +#EXTINF:-1 tvg-id="KRCBDT3.us" tvg-name="KRCB-DT3" tvg-country="US" tvg-language="English" tvg-logo="https://media-usba.mybtv.net/logos/22.3-NHK.png" group-title="",KRCB-DT3 (720p) https://v-ca.mybtv.net/event/720/1920x1080.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 #EXTINF:-1 tvg-id="KRIVFox26Houston.us" tvg-name="KRIV Fox 26 Houston" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AZ8MWRp.jpg" group-title="News",KRIV Fox 26 Houston (720p) https://lnc-kriv-fox-aws.tubi.video/index.m3u8 #EXTINF:-1 tvg-id="KTBCFox7Austin.us" tvg-name="KTBC Fox 7 Austin" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ugLwGEY.png" group-title="News",KTBC Fox 7 Austin (720p) https://lnc-ktbc-fox-aws.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="KTLA5.us" tvg-name="KTLA 5" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",KTLA 5 (720p) +#EXTINF:-1 tvg-id="KTLA5.us" tvg-name="KTLA 5" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/JH99Psi.jpg" group-title="Local",KTLA 5 (720p) https://content.uplynk.com/channel/6cbf2d32a5384dc1b787539b1102433c.m3u8 #EXTINF:-1 tvg-id="KTLA5.us" tvg-name="KTLA 5" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/JH99Psi.jpg" group-title="Local",KTLA 5 (Los Angeles) (720p) https://bozztv.com/teleyupp1/teleup-N8qwnqgUq2/playlist.m3u8 -#EXTINF:-1 tvg-id="KTTVFox11LosAngeles.us" tvg-name="KTTV Fox 11 Los Angeles" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",KTTV Fox 11 Los Angeles (720p) +#EXTINF:-1 tvg-id="KTTVFox11LosAngeles.us" tvg-name="KTTV Fox 11 Los Angeles" tvg-country="US" tvg-language="English" tvg-logo="http://live-tv-channels.org/pt-data/uploads/logo/us-fox-11-los-angeles.jpg" group-title="News",KTTV Fox 11 Los Angeles (720p) https://lnc-kttv-fox-aws.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="KTVKDT5.us" tvg-name="KTVK-DT5" tvg-country="US" tvg-language="" tvg-logo="https://meredith-img.s3.amazonaws.com/listings/KTVK-DT5.png" group-title="",KTVK-DT5 (480i) +#EXTINF:-1 tvg-id="KTVKDT5.us" tvg-name="KTVK-DT5" tvg-country="US" tvg-language="English" tvg-logo="https://meredith-img.s3.amazonaws.com/listings/KTVK-DT5.png" group-title="",KTVK-DT5 (480i) https://v-px.mybtv.net/event/725/768x432.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 -#EXTINF:-1 tvg-id="KTVPLD1.us" tvg-name="KTVP-LD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",KTVP-LD (480i) +#EXTINF:-1 tvg-id="KTVPLD1.us" tvg-name="KTVP-LD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/U4bDHHt.png" group-title="",KTVP-LD (480i) https://v-px.mybtv.net/event/726/768x432.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 #EXTINF:-1 tvg-id="KTVUFox2SanFrancisco.us" tvg-name="KTVU Fox 2 San Francisco" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/18isSVd.png" group-title="News",KTVU Fox 2 San Francisco (720p) https://lnc-ktvu-fox-aws.tubi.video/index.m3u8 #EXTINF:-1 tvg-id="KUSI.us" tvg-name="KUSI-DT1" tvg-country="US" tvg-language="English" tvg-logo="https://yt3.ggpht.com/58o6dSeIv5j0byajnK95NeR_FPMY7G1QXXD1FBeV8z_pl4xJqgVz_YvEO0ZSJc1jdza4WJvNow" group-title="Local",KUSI-DT1 https://streams.the6tv.duckdns.org:2443/locals/SanDiego/kusi-dt1.m3u8 -#EXTINF:-1 tvg-id="KVPALD1.us" tvg-name="KVPA-LD" tvg-country="US" tvg-language="" tvg-logo="https://media-uspx.mybtv.net/logos/42.1.png" group-title="",KVPA-LD (720p) +#EXTINF:-1 tvg-id="KVPALD1.us" tvg-name="KVPA-LD" tvg-country="US" tvg-language="English" tvg-logo="https://media-uspx.mybtv.net/logos/42.1.png" group-title="",KVPA-LD (720p) https://v-px.mybtv.net/event/45/1280x720.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 -#EXTINF:-1 tvg-id="KVPALD1.us" tvg-name="KVPA-LD" tvg-country="US" tvg-language="" tvg-logo="https://media-uspx.mybtv.net/logos/42.1.png" group-title="",KVPA-LD (480i) +#EXTINF:-1 tvg-id="KVPALD1.us" tvg-name="KVPA-LD" tvg-country="US" tvg-language="English" tvg-logo="https://media-uspx.mybtv.net/logos/42.1.png" group-title="",KVPA-LD (480i) https://v-px.mybtv.net/event/45/768x432.m3u8?start_time=2021-05-16T23%3A45%3A00%2B00%3A00&end_time=2023-05-17T05%3A00%3A00%2B00%3A00&env=prd&uid=33630 -#EXTINF:-1 tvg-id="KVVBTV33.us" tvg-name="KVVB-TV 33" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/FzxuNhl.png" group-title="",KVVB-TV 33 +#EXTINF:-1 tvg-id="KVVBTV33.us" tvg-name="KVVB-TV 33" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FzxuNhl.png" group-title="",KVVB-TV 33 https://2-fss-2.streamhoster.com/pl_138/amlst:201950-1309230/chunklist_b1000000.m3u8 #EXTINF:-1 tvg-id="KVVBTV33.us" tvg-name="KVVB-TV 33" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FzxuNhl.png" group-title="Local",KVVB-TV 33 (1080p) https://2-fss-2.streamhoster.com/pl_138/amlst:201950-1309230/playlist.m3u8 @@ -2142,7 +2138,7 @@ https://lnc-ksaz-fox-aws.tubi.video/index.m3u8 http://68.235.35.243:1935/lamegamundial/lamegamundial2/playlist.m3u8 #EXTINF:-1 tvg-id="LaMegaMundial.us" tvg-name="La Mega Mundial" tvg-country="US" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/lamegaworldwide/picture?width=320&height=320" group-title="Music",La Mega Mundial (720p) https://59514edd5dd8e.streamlock.net/lamegamundial/lamegamundial2/playlist.m3u8 -#EXTINF:-1 tvg-id="Laff.us" tvg-name="Laff" tvg-country="US" tvg-language="" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/laff.png" group-title="",Laff (720p) +#EXTINF:-1 tvg-id="Laff.us" tvg-name="Laff" tvg-country="US" tvg-language="English" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/laff.png" group-title="Comedy",Laff (720p) https://bozztv.com/teleyupp/teleup-laff/playlist.m3u8 #EXTINF:-1 tvg-id="LakeHavasuCity4.us" tvg-name="Lake Havasu City 4" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/REqqKQ9.png" group-title="Local",Lake Havasu City 4 https://granicusliveus3-a.akamaihd.net/lakehavasucity/G0643_002/chunklist.m3u8 @@ -2152,43 +2148,43 @@ https://livefta.malimarcdn.com/ftaedge00/laothaius.sdp/playlist.m3u8 https://content.uplynk.com/channel/39919d3f7a074eefa8bf579214e952f9.m3u8?ad=live #EXTINF:-1 tvg-id="LSOTL.us" tvg-name="Last Stream On The Left (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Last Stream On The Left (Adult Swim 24/7 Stream) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/lsotl/stream.m3u8 -#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido Music" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Latido Music +#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido Music" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/p3n3CZP.jpg" group-title="Music",Latido Music https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumovidaprimolatido/CDN/master.m3u8 -#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido Music" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Latido Music +#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido Music" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/p3n3CZP.jpg" group-title="Music",Latido Music https://latidomusic.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido Music" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Latido-Music_367x367.png?raw=true" group-title="",Latido Music +#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido Music" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/p3n3CZP.jpg" group-title="Music",Latido Music https://vidaprimo-plex.amagi.tv/hls/amagi_hls_data_vidaprimo-vidaprimo-plex/CDN/playlist.m3u8?us_privacy=1---&did=&dnt=1&X-Plex-Token=vX2gxiT5Q_vtARVYwbZa&channelId=5f598c33465f860041cd2dee -#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido_Music" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/5PzrxYz.png" group-title="Music",Latido Music (1080p) +#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido_Music" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/p3n3CZP.jpg" group-title="Music",Latido Music (1080p) https://vidaprimo-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido Music" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/Latido_190x190.png?raw=true" group-title="",Latido Music +#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido Music" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/p3n3CZP.jpg" group-title="Music",Latido Music https://vidaprimo-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido Music" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Latido Music +#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido Music" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/p3n3CZP.jpg" group-title="Music",Latido Music https://vidaprimo-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido Music" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Latido Music +#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido Music" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/p3n3CZP.jpg" group-title="Music",Latido Music https://vidaprimo-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="LatidoMusicUS.us" tvg-name="Latido Music (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/JsHqCfm.jpg" group-title="Music",Latido Music (US) +#EXTINF:-1 tvg-id="LatidoMusic.us" tvg-name="Latido Music" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/p3n3CZP.jpg" group-title="Music",Latido Music https://vidaprimo-plex.amagi.tv/amRdirect/us_privacy=1---&did=3f68a808-1437-5e57-9eaf-7a12279d9462&dnt=0&X-Plex-Token=nkPyxTGm41qFS7TFC9Yh&channelId=5f598c33465f860041cd2dee/hls/amagi_hls_data_vidaprimo-vidaprimo-plex/CDN/720x404_1460800/index.m3u8 #EXTINF:-1 tvg-id="LatidoMusicHD.us" tvg-name="Latido Music HD" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/p3n3CZP.jpg" group-title="Music",Latido Music HD https://vidaprimo-distroscale.amagi.tv/playlist720p.m3u8 #EXTINF:-1 tvg-id="LatinosNCTV.us" tvg-name="Latinos NCTV" tvg-country="US" tvg-language="" tvg-logo="https://www.revistalatinanc.com/wp-content/uploads/2019/02/3287_LatinosncTV.jpg" group-title="",Latinos NCTV https://live.latinosnc.tv:1443/MRR/live/chunklist_w1148701352.m3u8 -#EXTINF:-1 tvg-id="LawCrime.us" tvg-name="Law & Crime" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SvY0iSk.jpg" group-title="Documentary",Law & Crime (720p) +#EXTINF:-1 tvg-id="LawCrime.us" tvg-name="Law & Crime" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HY64Nhe.png" group-title="Documentary",Law & Crime (720p) https://dai.google.com/linear/hls/event/3w3PsYzZQzS8lyRfi7e4mQ/master.m3u8 -#EXTINF:-1 tvg-id="LawCrime.us" tvg-name="Law & Crime" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Law & Crime +#EXTINF:-1 tvg-id="LawCrime.us" tvg-name="Law & Crime" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HY64Nhe.png" group-title="Documentary",Law & Crime https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziolawandcrime/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="LawCrime.us" tvg-name="Law & Crime" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa2ab08c709ef26d91568c2" group-title="",Law & Crime +#EXTINF:-1 tvg-id="LawCrime.us" tvg-name="Law & Crime" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HY64Nhe.png" group-title="Documentary",Law & Crime https://lawcrime.s.llnwi.net/h72/lawcrimech2/playlist_scte.m3u8 -#EXTINF:-1 tvg-id="LawCrimeXUMO.us" tvg-name="Law & Crime (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Am7pQFt.png" group-title="",Law & Crime (XUMO) (720p) +#EXTINF:-1 tvg-id="LawCrimeXUMO.us" tvg-name="Law & Crime (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HY64Nhe.png" group-title="Documentary",Law & Crime (XUMO) (720p) https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1234A-lawcrime/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="LawCrimeNetwork.us" tvg-name="Law & Crime Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HY64Nhe.png" group-title="Documentary",Law & Crime Network (720p) +#EXTINF:-1 tvg-id="LawCrime.us" tvg-name="Law & Crime" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HY64Nhe.png" group-title="Documentary",Law & Crime (720p) http://lawandcrime.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="LawandCrime.us" tvg-name="Law and Crime" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Law and Crime +#EXTINF:-1 tvg-id="LawCrime.us" tvg-name="Law & Crime" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HY64Nhe.png" group-title="Documentary",Law & Crime https://0e6490ecfe9b4c7696b00aa6767caa75.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_LawAndCrime/3764ff82-e9c3-4cd8-a6d7-fd42b777ed75/1.m3u8 -#EXTINF:-1 tvg-id="043395" tvg-name="Law_and_Crime" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/hx58ehf.png" group-title="",Law and Crime +#EXTINF:-1 tvg-id="LawAndCrime.us" tvg-name="Law_and_Crime" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HY64Nhe.png" group-title="Documentary",Law & Crime https://lawandcrime-samsung.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="LawAndCrimeNetwork.us" tvg-name="Law And Crime Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/39NuAwl.png" group-title="Documentary",Law And Crime Network (720p) +#EXTINF:-1 tvg-id="LawCrime.us" tvg-name="Law & Crime" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/39NuAwl.png" group-title="Documentary",Law & Crime (720p) https://dai2.xumo.com/amagi_hls_data_xumo1234A-lawcrime/CDN/master.m3u8 -#EXTINF:-1 tvg-id="LaxSportsNetworkTV.us" tvg-name="Lax Sports Network TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Lt9ZUYA.png" group-title="",Lax Sports Network TV +#EXTINF:-1 tvg-id="LaxSportsNetworkTV.us" tvg-name="Lax Sports Network TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Lt9ZUYA.png" group-title="Sports",Lax Sports Network TV https://1840769862.rsc.cdn77.org/FTF/LSN_SCTE.m3u8 #EXTINF:-1 tvg-id="LegoChannel.us" tvg-name="Lego Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xePwW13.png" group-title="Kids",Lego Channel (1080p) https://legochannel-roku.amagi.tv/playlist.m3u8 @@ -2198,7 +2194,7 @@ https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22549d5eeee0f5a4094ba/ http://edu.leominster.tv/Edu/smil:Edu.smil/chunklist_w43731873_b1344100_sleng_t64NzIwcA==.m3u8 #EXTINF:-1 tvg-id="LeominsterTVEducational.us" tvg-name="Leominster TV Educational" tvg-country="US" tvg-language="English" tvg-logo="http://www.leominster.tv/SiteAssets/LATV%20Black%20and%20Gold.png" group-title="Local",Leominster TV Educational (1080p) http://edu.leominster.tv/Edu/smil:Edu.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="LeominsterTVGovernment.us" tvg-name="Leominster TV Government" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/nEG2ZST.png" group-title="",Leominster TV Government +#EXTINF:-1 tvg-id="LeominsterTVGovernment.us" tvg-name="Leominster TV Government" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/nEG2ZST.png" group-title="Legislative",Leominster TV Government http://gov.leominster.tv/Gov/smil:Gov.smil/chunklist_w1957429215_b1344100_sleng_t64NzIwcA==.m3u8 #EXTINF:-1 tvg-id="LeominsterTVGovernment.us" tvg-name="Leominster TV Government" tvg-country="US" tvg-language="English" tvg-logo="http://www.leominster.tv/SiteAssets/LATV%20Black%20and%20Gold.png" group-title="Local",Leominster TV Government (1080p) http://gov.leominster.tv/Gov/smil:Gov.smil/playlist.m3u8 @@ -2210,63 +2206,63 @@ http://gov.leominster.tv/Pub/smil:Pub.smil/playlist.m3u8 https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625700145130f25474624/playlist.m3u8 #EXTINF:-1 tvg-id="LevelOneBumblebee.us" tvg-name="Level One (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/http%3A%2F%2Fmedia.unreel.me%2Flive%2Flevel-one.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=7eaf57877f01a8a8263c294420463221" group-title="Kids",Level One (Bumblebee) https://stitcheraws.unreel.me/wse-node04.powr.com/live/5af61be7d5eeee7af3d1db47/playlist.m3u8 -#EXTINF:-1 tvg-id="LexTV.us" tvg-name="Lex TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Lex TV +#EXTINF:-1 tvg-id="LexTV.us" tvg-name="Lex TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Lex TV http://granicusliveus2-a.akamaihd.net/lfucg/G0264_002/chunklist_w831870727.m3u8 #EXTINF:-1 tvg-id="LexTV.us" tvg-name="Lex TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",Lex TV (720p) https://granicusliveus2-a.akamaihd.net/lfucg/G0264_002/playlist.m3u8 #EXTINF:-1 tvg-id="LifeBaeBumblebee.us" tvg-name="LifeBae (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Flive%2Fwhite%2Flifebae.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=76cf12f75ce37863568a8f7dec516609" group-title="Kids",LifeBae (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22681932c8304fc453418/playlist.m3u8 -#EXTINF:-1 tvg-id="Lifestyle.us" tvg-name="Lifestyle" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Lifestyle +#EXTINF:-1 tvg-id="Lifestyle.us" tvg-name="Lifestyle" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="Lifestyle",Lifestyle https://bozztv.com/36bay2/gusa-lifestyle/index.m3u8 #EXTINF:-1 tvg-id="LifevisionTV.us" tvg-name="LifevisionTV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Religious",LifevisionTV (720p) https://uni5rtmp.tulix.tv/lifevision/lifevision.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="LIT.us" tvg-name="LIT" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/FPEisf1.png" group-title="",LIT +#EXTINF:-1 tvg-id="LIT.us" tvg-name="LIT" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FPEisf1.png" group-title="",LIT https://studio1-lit-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="LIT.us" tvg-name="LIT" tvg-country="US" tvg-language="" tvg-logo="" group-title="",LIT +#EXTINF:-1 tvg-id="LIT.us" tvg-name="LIT" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FPEisf1.png" group-title="",LIT https://studio1-lit.amagi.tv/playlist360p.m3u8 #EXTINF:-1 tvg-id="LiveLive.us" tvg-name="Live Live" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/OaSFTnV.png" group-title="Lifestyle",Live Live (1080p) https://dai.google.com/linear/hls/event/xC8SDBfbTKCTCa20kFJQXQ/master.m3u8 -#EXTINF:-1 tvg-id="6a66a7" tvg-name="Lively_Place" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/n5lMm78.png" group-title="",Lively Place +#EXTINF:-1 tvg-id="6a66a7" tvg-name="Lively_Place" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/n5lMm78.png" group-title="",Lively Place https://aenetworks-ae-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="LivelyPlace.us" tvg-name="Lively Place" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Lively Place +#EXTINF:-1 tvg-id="LivelyPlace.us" tvg-name="Lively Place" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/n5lMm78.png" group-title="",Lively Place https://aenetworks-ae-1.roku.wurl.com/manifest/2000.m3u8 -#EXTINF:-1 tvg-id="Livelyplace.us" tvg-name="Livelyplace" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/LivelyPlace_190x190.png?raw=true" group-title="",Livelyplace +#EXTINF:-1 tvg-id="Livelyplace.us" tvg-name="Livelyplace" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/LivelyPlace_190x190.png?raw=true" group-title="",Livelyplace https://aenetworks-ae-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Livexlive.us" tvg-name="Livexlive" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/LivexLive_190x190.png?raw=true" group-title="",Livexlive +#EXTINF:-1 tvg-id="Livexlive.us" tvg-name="Livexlive" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/LivexLive_190x190.png?raw=true" group-title="",Livexlive https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumolivexlive/CDN/master.m3u8 -#EXTINF:-1 tvg-id="LNSports.us" tvg-name="LN Sports" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5ff5007140095248f263f987" group-title="Sports",LN Sports +#EXTINF:-1 tvg-id="LNSports.us" tvg-name="LN Sports" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5ff5007140095248f263f987" group-title="Sports",LN Sports https://d39jokgb64z0et.cloudfront.net/dist/localnow/86/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="LNKTVCity.us" tvg-name="LNKTV City" tvg-country="US" tvg-language="" tvg-logo="" group-title="",LNKTV City +#EXTINF:-1 tvg-id="LNKTVCity.us" tvg-name="LNKTV City" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/dGgmOY0.png" group-title="",LNKTV City http://5tv.lincoln.ne.gov/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 -#EXTINF:-1 tvg-id="LNKTVEducation.us" tvg-name="LNKTV Education" tvg-country="US" tvg-language="" tvg-logo="" group-title="",LNKTV Education +#EXTINF:-1 tvg-id="LNKTVEducation.us" tvg-name="LNKTV Education" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/dGgmOY0.png" group-title="",LNKTV Education http://80tv.lincoln.ne.gov/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 -#EXTINF:-1 tvg-id="LNKTVHealth.us" tvg-name="LNKTV Health" tvg-country="US" tvg-language="" tvg-logo="" group-title="",LNKTV Health +#EXTINF:-1 tvg-id="LNKTVHealth.us" tvg-name="LNKTV Health" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/dGgmOY0.png" group-title="",LNKTV Health http://10tv.lincoln.ne.gov/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 -#EXTINF:-1 tvg-id="LocalNowComedy.us" tvg-name="LocalNow Comedy" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c590dfe3ed0580c0c0494" group-title="Comedy",Local Now Comedy +#EXTINF:-1 tvg-id="LocalNowComedy.us" tvg-name="LocalNow Comedy" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c590dfe3ed0580c0c0494" group-title="Comedy",Local Now Comedy https://linear-89.frequency.stream/dist/localnow/89/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="LocalNowDiscover.us" tvg-name="Local Now Discover" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60481e10fa33524246049ac3" group-title="Travel",Local Now Discover +#EXTINF:-1 tvg-id="LocalNowDiscover.us" tvg-name="Local Now Discover" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60481e10fa33524246049ac3" group-title="Travel",Local Now Discover https://linear-145.frequency.stream/dist/localnow/145/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="LocalNowDrama.us" tvg-name="Local Now Drama" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/603ef0de115bdc7aec7b7e82" group-title="",Local Now Drama +#EXTINF:-1 tvg-id="LocalNowDrama.us" tvg-name="Local Now Drama" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/603ef0de115bdc7aec7b7e82" group-title="Movies",Local Now Drama https://linear-141.frequency.stream/dist/localnow/141/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="LocalNowFireside.us" tvg-name="Local Now Fireside" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fdd3cad46f6084ed5257102" group-title="Entertainment",Local Now Fireside +#EXTINF:-1 tvg-id="LocalNowFireside.us" tvg-name="Local Now Fireside" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fdd3cad46f6084ed5257102" group-title="Entertainment",Local Now Fireside https://linear-127.frequency.stream/dist/localnow/127/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="LocalNowInsight.us" tvg-name="Local Now Insight" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605e56c1043be40ef1371493" group-title="Lifestyle",Local Now Insight +#EXTINF:-1 tvg-id="LocalNowInsight.us" tvg-name="Local Now Insight" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605e56c1043be40ef1371493" group-title="Lifestyle",Local Now Insight https://linear-154.frequency.stream/dist/localnow/154/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="LocalNowInspiration.us" tvg-name="Local Now Inspiration" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6019e7e94284092f43126172" group-title="Entertainment",Local Now Inspiration +#EXTINF:-1 tvg-id="LocalNowInspiration.us" tvg-name="Local Now Inspiration" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6019e7e94284092f43126172" group-title="Religious",Local Now Inspiration https://linear-134.frequency.stream/dist/localnow/134/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="LocalNowMoviesofthe2000s.us" tvg-name="Local Now Movies of the 2000s" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/607df5a93273c1288c732f59" group-title="Entertainment",Local Now Movies of the 2000s +#EXTINF:-1 tvg-id="LocalNowMoviesofthe2000s.us" tvg-name="Local Now Movies of the 2000s" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/607df5a93273c1288c732f59" group-title="Entertainment",Local Now Movies of the 2000s https://linear-167.frequency.stream/dist/localnow/167/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="LocalNowMoviesofthe2010s.us" tvg-name="Local Now Movies of the 2010s" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/607df6d8ec9c645c921ecaa3" group-title="Entertainment",Local Now Movies of the 2010s +#EXTINF:-1 tvg-id="LocalNowMoviesofthe2010s.us" tvg-name="Local Now Movies of the 2010s" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/607df6d8ec9c645c921ecaa3" group-title="Entertainment",Local Now Movies of the 2010s https://linear-168.frequency.stream/dist/localnow/168/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="LocalNowMusic.us" tvg-name="Local Now Music" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6011c3f68a253a517a15fce8" group-title="Music",Local Now Music +#EXTINF:-1 tvg-id="LocalNowMusic.us" tvg-name="Local Now Music" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6011c3f68a253a517a15fce8" group-title="Music",Local Now Music https://linear-136.frequency.stream/dist/localnow/136/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="LocalNowZen.us" tvg-name="Local Now Zen" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fd9322332850459227a39b8" group-title="",Local Now Zen +#EXTINF:-1 tvg-id="LocalNowZen.us" tvg-name="Local Now Zen" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fd9322332850459227a39b8" group-title="",Local Now Zen https://linear-125.frequency.stream/dist/localnow/125/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="LoneStar.us" tvg-name="Lone Star" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Lone Star +#EXTINF:-1 tvg-id="LoneStar.us" tvg-name="Lone Star" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/LoneStar_v2_250x250.png?raw=true" group-title="",Lone Star https://a.jsrdn.com/broadcast/5oWx2VgEmK/+0000/c.m3u8 -#EXTINF:-1 tvg-id="LoneStar.us" tvg-name="Lone Star" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/LoneStar_v2_250x250.png?raw=true" group-title="",Lone Star +#EXTINF:-1 tvg-id="LoneStar.us" tvg-name="Lone Star" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/LoneStar_v2_250x250.png?raw=true" group-title="",Lone Star https://a.jsrdn.com/broadcast/5oWx2VgEmK/+0000/c.m3u8?MoviesPlus -#EXTINF:-1 tvg-id="LoneStar.us" tvg-name="LoneStar" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzMxMzM1NzJf/LoneStar_250x250.png" group-title="",LoneStar +#EXTINF:-1 tvg-id="LoneStar.us" tvg-name="LoneStar" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzMxMzM1NzJf/LoneStar_250x250.png" group-title="",LoneStar https://lonestar-rakuten.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Loop80s.us" tvg-name="Loop 80s" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/lDmxwji.png" group-title="Music",Loop 80s [Geo-blocked] https://loop-80s-2.roku.wurl.com/manifest/playlist.m3u8 @@ -2340,11 +2336,11 @@ https://90a0d12cbaff4b959ea24bb8a3560adf.mediatailor.us-west-2.amazonaws.com/v1/ http://d2dw21aq0j0l5c.cloudfront.net/playlist.m3u8 #EXTINF:-1 tvg-id="LoupeArt.us" tvg-name="Loupe Art" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d18ac345cf61eb60b5895" group-title="Lifestyle",Loupe Art https://linear-144.frequency.stream/dist/localnow/144/hls/hd/playlist.m3u8 -#EXTINF:-1 tvg-id="LoveandHipHop.us" tvg-name="Love and Hip Hop" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/08182020/Love%20&%20Hip%20Hop_190x190.png?raw=true" group-title="",Love and Hip Hop +#EXTINF:-1 tvg-id="LoveandHipHop.us" tvg-name="Love and Hip Hop" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/08182020/Love%20&%20Hip%20Hop_190x190.png?raw=true" group-title="",Love and Hip Hop http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51ddf0369acdb278dfb05e/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus #EXTINF:-1 tvg-id="LoveNature.us" tvg-name="Love Nature" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="Outdoor",Love Nature (1080p) http://bamus-eng-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="LoveNature.us" tvg-name="Love Nature" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K1kJf1s.png" group-title="Outdoor",Love Nature +#EXTINF:-1 tvg-id="LoveNature.us" tvg-name="Love Nature" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="Outdoor",Love Nature http://bamus-eng-roku.amagi.tv/playlist1080p.m3u8 #EXTINF:-1 tvg-id="LoveNature.us" tvg-name="Love Nature" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="Outdoor",Love Nature http://bamus-eng-roku.amagi.tv/playlist404p.m3u8 @@ -2352,13 +2348,13 @@ http://bamus-eng-roku.amagi.tv/playlist404p.m3u8 http://need.sleep.codaytv.eu/c.m3u8?shinta=See_U&coday=f846bc691110108f73cb55c2f4049864&cdy=0b94ce08688c6389ce7b68c52ce3f8c7102a6ed6587b5b8cb4ebbe972864690b #EXTINF:-1 tvg-id="LoveNature4K.us" tvg-name="Love Nature 4K" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="Outdoor",Love Nature 4K https://d27r4t30huw0iy.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="LoveNatureEspanol.us" tvg-name="Love Nature Espanol" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Love Nature Espanol +#EXTINF:-1 tvg-id="LoveNatureEspanol.us" tvg-name="Love Nature Espaรฑol" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="",Love Nature Espaรฑol https://bamus-spa-roku.amagi.tv/hls/amagi_hls_data_bamusaAAA-roku-bam-spanish/CDN/playlist.m3u8?rdid=8f35210d-be26-5e0d-8c57-d0f910026ee7&coppa=false&is_lat=1&content=3dde60b40c0c56758a7c4bf81df47691&genre=ROKU_ADS_CONTENT_GENRE&platform=web&content_type=livefeed&content_rating=ROKU_ADS_CONTENT_RATING&is_roku_lat=1 #EXTINF:-1 tvg-id="LoveWorldUSA.us" tvg-name="LoveWorld USA" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YnOZtNm.png" group-title="Religious",LoveWorld USA (1080p) https://loveworldusa-lh.akamaihd.net/i/lwusa2_1@514985/master.m3u8 #EXTINF:-1 tvg-id="LSN.us" tvg-name="LSN" tvg-country="US" tvg-language="" tvg-logo="" group-title="",LSN https://asermedia-lacrossesportsnetwork-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="LuckyDog.us" tvg-name="Lucky Dog" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/1j4gwL3.png" group-title="",Lucky Dog +#EXTINF:-1 tvg-id="LuckyDog.us" tvg-name="Lucky Dog" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1j4gwL3.png" group-title="",Lucky Dog http://d1gsmhzkyjhxg4.cloudfront.net/playlist.m3u8 #EXTINF:-1 tvg-id="MNow.us" tvg-name="M Now" tvg-country="US" tvg-language="" tvg-logo="" group-title="",M Now https://96f6ab4a7f3c434699b8502a36d670fc.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_MagellanTV/94d277d1-8703-4f03-a2d8-69e91ff314fb/3.m3u8 @@ -2366,19 +2362,19 @@ https://96f6ab4a7f3c434699b8502a36d670fc.mediatailor.us-east-1.amazonaws.com/v1/ https://rpn1.bozztv.com/36bay2/gusa-mwg/mono.m3u8 #EXTINF:-1 tvg-id="MadeInHollywood.us" tvg-name="Made_in_Hollywood" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GQm7gGq.png" group-title="Entertainment",Made in Hollywood (720p) https://connection3-ent.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MadeinHollywood.us" tvg-name="Made in Hollywood" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Made in Hollywood +#EXTINF:-1 tvg-id="MadeinHollywood.us" tvg-name="Made in Hollywood" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Made in Hollywood https://connection3-ent.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MadeinHollywoodAustralia.us" tvg-name="Made in Hollywood (Australia)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Made in Hollywood (Australia) +#EXTINF:-1 tvg-id="MadeinHollywoodAustralia.us" tvg-name="Made in Hollywood (Australia)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GQm7gGq.png" group-title="",Made in Hollywood (Australia) https://connection3-ent-au.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="MadeInHollywoodSTIRR.us" tvg-name="Made In Hollywood (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/30a2f367-97f1-49e2-b9a7-0ae1a859e917-small3x1_STIRR_Logo_0320_MadeInHollywood_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Movies",Made In Hollywood (STIRR) (720p) https://dai.google.com/linear/hls/event/Mteif75-SJeFi19Sk3-dGQ/master.m3u8 #EXTINF:-1 tvg-id="MagellanTV.us" tvg-name="Magellan TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oIy673i.png" group-title="Documentary",Magellan TV (720p) https://dai.google.com/linear/hls/event/5xreV3X4T9WxeIbrwOmdMA/master.m3u8 -#EXTINF:-1 tvg-id="MagellanTV.us" tvg-name="Magellan TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Magellan TV +#EXTINF:-1 tvg-id="MagellanTV.us" tvg-name="Magellan TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oIy673i.png" group-title="",Magellan TV https://magellantv-1.vizio.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="MagellanTV.us" tvg-name="Magellan TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Magellan TV +#EXTINF:-1 tvg-id="MagellanTV.us" tvg-name="Magellan TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oIy673i.png" group-title="",Magellan TV https://magellantv-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MagellanTVNow.us" tvg-name="Magellan TV Now" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/MagellanTVNow_503x503.png?raw=true" group-title="",Magellan TV Now (720p) +#EXTINF:-1 tvg-id="MagellanTVNow.us" tvg-name="Magellan TV Now" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/MagellanTVNow_503x503.png?raw=true" group-title="",Magellan TV Now (720p) https://magellantv-1.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="MainePortlandSTIRR.us" tvg-name="Maine: Portland (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Maine: Portland (STIRR) (720p) https://dai.google.com/linear/hls/event/OaqAqJ0yQPiEIUIYqD7IGQ/master.m3u8 @@ -2386,61 +2382,61 @@ https://dai.google.com/linear/hls/event/OaqAqJ0yQPiEIUIYqD7IGQ/master.m3u8 https://dai.google.com/linear/hls/event/jCNW8TtPRe6lnJMMVBZWVA/master.m3u8 #EXTINF:-1 tvg-id="MasterBuilderBumblebee.us" tvg-name="Master Builder (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Flive%2Fwhite%2FMaster-Builders.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=76104478559d66ac3305d06eeeea7063" group-title="Kids",Master Builder (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf2256ed5eeee0f5a4094bb/playlist.m3u8 -#EXTINF:-1 tvg-id="MavTV.us" tvg-name="Mav TV" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/FrYwhaz.png" group-title="",Mav TV (720p) +#EXTINF:-1 tvg-id="MavTV.us" tvg-name="MavTV" tvg-country="CA" tvg-language="CA" tvg-logo="https://www.mavtv.com/assets/images/mavtv_logo.png" group-title="Sports",MavTV (720p) https://mavtv-1-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MavTV.us" tvg-name="Mav TV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/a2MgGmF.png" group-title="",Mav TV (720p) +#EXTINF:-1 tvg-id="MavTV.us" tvg-name="MavTV" tvg-country="FR" tvg-language="French" tvg-logo="https://www.mavtv.com/assets/images/mavtv_logo.png" group-title="Sports",MavTV (720p) https://mavtv-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MavTV.us" tvg-name="Mav TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/a2MgGmF.png" group-title="",Mav TV (720p) +#EXTINF:-1 tvg-id="MavTV.us" tvg-name="MavTV" tvg-country="UK" tvg-language="English" tvg-logo="https://www.mavtv.com/assets/images/mavtv_logo.png" group-title="Sports",MavTV (720p) https://mavtv-mavtvglobal-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MavTVIndia.us" tvg-name="Mav TV (India)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Mav TV (India) +#EXTINF:-1 tvg-id="MavTVIndia.us" tvg-name="MavTV (India)" tvg-country="US" tvg-language="English" tvg-logo="https://www.mavtv.com/assets/images/mavtv_logo.png" group-title="Sports",MavTV (India) http://mavtv-mavtvglobal-1-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MavTVHD.us" tvg-name="Mav TV HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Fp8DPwN.png" group-title="Auto",Mav TV HD +#EXTINF:-1 tvg-id="MavTVHD.us" tvg-name="MavTV HD" tvg-country="US" tvg-language="English" tvg-logo="https://www.mavtv.com/assets/images/mavtv_logo.png" group-title="Sports",MavTV HD https://bozztv.com/teleyupp/teleup-mavtv/mono.m3u8 -#EXTINF:-1 tvg-id="MAVTVSelect.us" tvg-name="MAV TV Select" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Fp8DPwN.png" group-title="Auto",MAV TV Select (1080p) +#EXTINF:-1 tvg-id="MavTVSelect.us" tvg-name="MavTV Select" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjgzNzU2MTNf?inline=1" group-title="Sports",MavTV Select (1080p) https://mavtv-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MAVTVSelect.us" tvg-name="MAV TV Select" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjgzNzU2MTNf/MAVTVSelect_1060x1060.png" group-title="Auto",MAV TV Select (720p) +#EXTINF:-1 tvg-id="MavTVSelect.us" tvg-name="MavTV Select" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjgzNzU2MTNf?inline=1" group-title="Sports",MavTV Select (720p) https://mavtv-1.sinclair.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MaverickBlackCinema.us" tvg-name="Maverick Black Cinema" tvg-country="US" tvg-language="English" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/61zaOAXTrmL.png" group-title="Movies",Maverick Black Cinema +#EXTINF:-1 tvg-id="MaverickBlackCinema.us" tvg-name="Maverick Black Cinema" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="Movies",Maverick Black Cinema https://bad6f547d5364da0b2fe3080c5a48068.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_MaverickBlackCinema/fd0e4439-3d12-4d07-99b6-7f79ceeb94c2/3.m3u8 -#EXTINF:-1 tvg-id="MaverickBlackCinema.us" tvg-name="Maverick Black Cinema" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Maverick Black Cinema +#EXTINF:-1 tvg-id="MaverickBlackCinema.us" tvg-name="Maverick Black Cinema" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="Movies",Maverick Black Cinema https://dai2.xumo.com/amagi_hls_data_xumo1212A-redbox-maverickmovies/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="MaverickBlackCinema.us" tvg-name="Maverick Black Cinema" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/Maverick%20Black%20Cinema_190x190.png?raw=true" group-title="",Maverick Black Cinema +#EXTINF:-1 tvg-id="MaverickBlackCinema.us" tvg-name="Maverick Black Cinema" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="Movies",Maverick Black Cinema https://maverick-maverick-black-cinema-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MaverickBlackCinema.us" tvg-name="Maverick_Black_Cinema" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/gSSLf2i.png" group-title="Movies",Maverick Black Cinema (1080p) +#EXTINF:-1 tvg-id="MaverickBlackCinema.us" tvg-name="Maverick_Black_Cinema" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="Movies",Maverick Black Cinema (1080p) https://maverick-maverick-black-cinema-2.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MaverickBlackCinema.us" tvg-name="Maverick Black Cinema" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Maverick Black Cinema +#EXTINF:-1 tvg-id="MaverickBlackCinema.us" tvg-name="Maverick Black Cinema" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="Movies",Maverick Black Cinema https://maverick-maverick-black-cinema-2.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MaverickBlackCinema.us" tvg-name="Maverick Black Cinema" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K1kJf1s.png" group-title="Movies",Maverick Black Cinema (1080p) +#EXTINF:-1 tvg-id="MaverickBlackCinema.us" tvg-name="Maverick Black Cinema" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="Movies",Maverick Black Cinema (1080p) https://maverick-maverick-black-cinema-3.roku.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="MaverickMovies.us" tvg-name="Maverick Movies" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Zk5wP5K.png" group-title="Movies",Maverick Movies https://dai2.xumo.com/amagi_hls_data_xumo1212A-redbox-maverickmovies/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="MaverickMoviesXUMO.us" tvg-name="Maverick Movies (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iK3OHVr.png" group-title="",Maverick Movies (XUMO) +#EXTINF:-1 tvg-id="MaverickMoviesXUMO.us" tvg-name="Maverick Movies (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iK3OHVr.png" group-title="Movies",Maverick Movies (XUMO) http://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redbox-maverickmovies/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="MavTV.us" tvg-name="MavTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MavTV +#EXTINF:-1 tvg-id="MavTV.us" tvg-name="MavTV" tvg-country="US" tvg-language="English" tvg-logo="https://www.mavtv.com/assets/images/mavtv_logo.png" group-title="Sports",MavTV https://mavtv-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MavTV.us" tvg-name="MavTV" tvg-country="US;AU" tvg-language="English" tvg-logo="https://i.imgur.com/CqAhL91.png" group-title="Sports",MavTV (720p) +#EXTINF:-1 tvg-id="MavTV.us" tvg-name="MavTV" tvg-country="US;AU" tvg-language="English" tvg-logo="https://www.mavtv.com/assets/images/mavtv_logo.png" group-title="Sports",MavTV (720p) https://mavtv-mavtvglobal-1-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MavTV.us" tvg-name="MavTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MavTV +#EXTINF:-1 tvg-id="MavTV.us" tvg-name="MavTV" tvg-country="US" tvg-language="English" tvg-logo="https://www.mavtv.com/assets/images/mavtv_logo.png" group-title="Sports",MavTV https://mavtv-mavtvglobal-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MavtvNorway.us" tvg-name="Mavtv (Norway)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Mavtv (Norway) +#EXTINF:-1 tvg-id="MavtVNorway.us" tvg-name="Mavtv (Norway)" tvg-country="US" tvg-language="English" tvg-logo="https://www.mavtv.com/assets/images/mavtv_logo.png" group-title="Sports",MavTV (Norway) https://mavtv-mavtvglobal-1-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MavTvSTIRR.us" tvg-name="MavTv (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/b259ec9b-02ed-4aa0-81bd-5b7bd878c753-small3x1_STIRR_Logo_0420_MavTV_1920x1080_EPG.png?cb=a87ff679a2f3e71d9181a67b7542122c" group-title="Sports",MavTv (STIRR) (720p) +#EXTINF:-1 tvg-id="MavTVTIRR.us" tvg-name="MavTV (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://www.mavtv.com/assets/images/mavtv_logo.png" group-title="Sports",MavTV (STIRR) (720p) https://dai.google.com/linear/hls/event/YoBM0ae5Q62TPdrfFHS4RQ/master.m3u8 #EXTINF:-1 tvg-id="MavTVSTIRR.us" tvg-name="MavTV (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://www.mavtv.com/assets/images/mavtv_logo.png" group-title="Sports",MavTV (STIRR) https://mavtv-1.sinclair.wurl.com/manifest/2000.m3u8 -#EXTINF:-1 tvg-id="MavTVSelect.us" tvg-name="MavTV Select" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MavTV Select +#EXTINF:-1 tvg-id="MavTVSelect.us" tvg-name="MavTV Select" tvg-country="US" tvg-language="English" tvg-logo="https://web.opendrive.com/api/v1/download/file.json/MF8yMjgzNzU2MTNf?inline=1" group-title="Sports",MavTV Select https://mavtv-2.roku.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="MCN6.us" tvg-name="MCN6" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/KOgoXoG.png" group-title="",MCN6 https://d18fcxaqfnwjhj.cloudfront.net/CDN_Ingest/MCN6_MAIN.smil/Playlist.m3u8 #EXTINF:-1 tvg-id="MCN6ArtsChannel.us" tvg-name="MCN6 Arts Channel" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/KOgoXoG.png" group-title="",MCN6 Arts Channel https://d18fcxaqfnwjhj.cloudfront.net/CDN_Ingest/MCN6_COMEDY.smil/Playlist.m3u8 -#EXTINF:-1 tvg-id="MCN6MusicChannel.us" tvg-name="MCN6 Music Channel" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/KOgoXoG.png" group-title="",MCN6 Music Channel +#EXTINF:-1 tvg-id="MCN6MusicChannel.us" tvg-name="MCN6 Music Channel" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/KOgoXoG.png" group-title="Music",MCN6 Music Channel https://d18fcxaqfnwjhj.cloudfront.net/CDN_Ingest/MCN6_MUSIC.smil/Playlist.m3u8 -#EXTINF:-1 tvg-id="Metalocalypse.us" tvg-name="Metalocalypse (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Metalocalypse (Adult Swim 24/7 Stream) [Geo-blocked] +#EXTINF:-1 tvg-id="Metalocalypse.us" tvg-name="Metalocalypse (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/N0pMBQ7.png" group-title="",Metalocalypse (Adult Swim 24/7 Stream) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/metalocalypse/stream.m3u8 -#EXTINF:-1 tvg-id="MGMHD.us" tvg-name="MGM HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MGM HD +#EXTINF:-1 tvg-id="MGMHD.us" tvg-name="MGM HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/giHZyYC.png" group-title="",MGM HD http://c0.cdn.trinity-tv.net/stream/uq2t763988wmx82xs37vrzrtrvaz686y22jd9gcgvgbhu88g6dntdb82kggx9zgvpvwj5wisyi5mgwwgdqzm7d6xbf7yvctwzvhsu3t57ms3wa4qxwyeuqk3ayrdwx3k2b6cdtnrydx9qa3ezqzea===.m3u8 -#EXTINF:-1 tvg-id="MHz.us" tvg-name="MHz" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MHz +#EXTINF:-1 tvg-id="MHz.us" tvg-name="MHz" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/762WfN8.png" group-title="",MHz https://mhz-samsung-linear-ca.samsung.wurl.com/manifest/1200.m3u8 #EXTINF:-1 tvg-id="MHZNow.us" tvg-name="MHZ Now" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/MHzNow_190x190.png?raw=true" group-title="",MHZ Now https://mhz-samsung-linear.samsung.wurl.com/manifest/playlist.m3u8 @@ -2450,21 +2446,21 @@ https://granicusliveus9-a.akamaihd.net/miamifl/G2076_003/playlist.m3u8 https://59ec5453559f0.streamlock.net/miamitv/smil:miamitvROKU/chunklist_w1195980091_b2592000.m3u8 #EXTINF:-1 tvg-id="MiamiTV.us" tvg-name="Miami TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/JmUUVL1.png" group-title="XXX",Miami TV https://59ec5453559f0.streamlock.net/miamitv/smil:miamitvROKU/chunklist_w823630935_b2592000.m3u8 -#EXTINF:-1 tvg-id="MiamiTV.us" tvg-name="Miami TV" tvg-country="US" tvg-language="English" tvg-logo="https://www.parsatv.com/index_files/channels/miamitv.png" group-title="XXX",Miami TV +#EXTINF:-1 tvg-id="MiamiTV.us" tvg-name="Miami TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/WlrcyMe.png" group-title="XXX",Miami TV https://59ec5453559f0.streamlock.net/miamitv/smil:miamitvWEB/chunklist_w2005472791_b2592000.m3u8 -#EXTINF:-1 tvg-id="MiamiTV.us" tvg-name="Miami TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/MiamiTV_640x640.png?raw=true" group-title="XXX",Miami TV (720p) +#EXTINF:-1 tvg-id="MiamiTV.us" tvg-name="Miami TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/WlrcyMe.png" group-title="XXX",Miami TV (720p) https://59ec5453559f0.streamlock.net/miamitv/smil:miamitvWEB/playlist.m3u8 -#EXTINF:-1 tvg-id="MiamiTVJenny2.us" tvg-name="Miami TV Jenny 2" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/MiamiTV_640x640.png?raw=true" group-title="XXX",Miami TV Jenny 2 (720p) +#EXTINF:-1 tvg-id="MiamiTVJenny2.us" tvg-name="Miami TV Jenny 2" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/WlrcyMe.png" group-title="XXX",Miami TV Jenny 2 (720p) https://59ec5453559f0.streamlock.net/mexicotv/smil:miamitvmexico/playlist.m3u8 -#EXTINF:-1 tvg-id="MiamiTVJennyLive.us" tvg-name="Miami TV Jenny Live" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/MiamiTV_640x640.png?raw=true" group-title="XXX",Miami TV Jenny Live (720p) +#EXTINF:-1 tvg-id="MiamiTVJennyLive.us" tvg-name="Miami TV Jenny Live" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/WlrcyMe.png" group-title="XXX",Miami TV Jenny Live (720p) https://59ec5453559f0.streamlock.net/JennyLive/JennyLive/playlist.m3u8 #EXTINF:-1 tvg-id="MiamiTVJennyLive.us" tvg-name="Miami TV Jenny Live" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/WlrcyMe.png" group-title="XXX",Miami TV Jenny Live https://59ec5453559f0.streamlock.net/mexicotv/smil:miamitvmexicoROKU/chunklist_w1869403172_b1896000.m3u8 #EXTINF:-1 tvg-id="MiamiTVLatino.us" tvg-name="Miami TV Latino" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/WlrcyMe.png" group-title="XXX",Miami TV Latino https://59ec5453559f0.streamlock.net/canal18/smil:canal18/chunklist_w577650521_b2592000.m3u8 -#EXTINF:-1 tvg-id="MiamiTVLatino.us" tvg-name="Miami TV Latino" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/MiamiTV_640x640.png?raw=true" group-title="XXX",Miami TV Latino (720p) +#EXTINF:-1 tvg-id="MiamiTVLatino.us" tvg-name="Miami TV Latino" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/WlrcyMe.png" group-title="XXX",Miami TV Latino (720p) https://59ec5453559f0.streamlock.net/canal18/smil:canal18/playlist.m3u8 -#EXTINF:-1 tvg-id="MiamiTVLatino.us" tvg-name="Miami TV Latino" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/MiamiTV_640x640.png?raw=true" group-title="XXX",Miami TV Latino (720p) +#EXTINF:-1 tvg-id="MiamiTVLatino.us" tvg-name="Miami TV Latino" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/WlrcyMe.png" group-title="XXX",Miami TV Latino (720p) https://59ec5453559f0.streamlock.net/canal18/smil:canal18WEB/chunklist_w1637706839_b2592000.m3u8 #EXTINF:-1 tvg-id="MiamiTVMexico.us" tvg-name="Miami TV Mรฉxico" tvg-country="US" tvg-language="Spanish" tvg-logo="https://terapiasexo.com/wp-content/uploads/2016/09/logo-miami-tv.png" group-title="XXX",Miami TV Mรฉxico https://59ec5453559f0.streamlock.net/mexicotv/smil:miamitvmexico/chunklist_w1931827340_b1896000.m3u8 @@ -2474,17 +2470,17 @@ https://dai.google.com/linear/hls/event/kJPGlFKuS0itUoW7TfuDYQ/master.m3u8 https://dai.google.com/linear/hls/event/do9arGJBTD--KARQ056kpw/master.m3u8 #EXTINF:-1 tvg-id="MichiganGrandRapidsSTIRR.us" tvg-name="Michigan: Grand Rapids (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Michigan: Grand Rapids (STIRR) (720p) https://dai.google.com/linear/hls/event/leOKmL9fQ6eZyhdoROSh5Q/master.m3u8 -#EXTINF:-1 tvg-id="externallinearfeed-06-26-2020-193305392-06-26-2020" tvg-name="Midnight Pulp" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQwMDkyNjVf/MidnightPulp_200x200.png" group-title="",Midnight Pulp +#EXTINF:-1 tvg-id="externallinearfeed-06-26-2020-193305392-06-26-2020" tvg-name="Midnight Pulp" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjQwMDkyNjVf/MidnightPulp_200x200.png" group-title="",Midnight Pulp https://369f2966f62841f4affe37d0b330a13c.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_MidnightPulp/playlist.m3u8?ads.wurl_channel=263&ads.wurl_name=MidnightPulp&ads.us_privacy=1---&ads.psid=&ads.targetopt=1&ads.plex_token=z1MCPUpbxYcHru-5hdyq&ads.plex_id=5ef4e1b40d9ad000423c4427&ads.ua=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F84.0.4147.89+Safari%2F537.36+OPR%2F70.0.3728.71&ads.app_bundle=&ads.app_store_url=&ads.gdpr=0&ads.consent=0 -#EXTINF:-1 tvg-id="MidnightPulp.us" tvg-name="Midnight Pulp" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Midnight Pulp +#EXTINF:-1 tvg-id="MidnightPulp.us" tvg-name="Midnight Pulp" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/MidnightPulp_190x190.png?raw=true" group-title="",Midnight Pulp https://midnightpulp-samsung.roku.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="MidnightPulp.us" tvg-name="Midnight Pulp" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Midnight Pulp +#EXTINF:-1 tvg-id="MidnightPulp.us" tvg-name="Midnight Pulp" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/MidnightPulp_190x190.png?raw=true" group-title="",Midnight Pulp https://midnightpulp-samsung.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MidnightPulpGEO.us" tvg-name="Midnight Pulp (GEO)" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/MidnightPulp_190x190.png?raw=true" group-title="",Midnight Pulp (GEO) +#EXTINF:-1 tvg-id="MidnightPulpGEO.us" tvg-name="Midnight Pulp (GEO)" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/MidnightPulp_190x190.png?raw=true" group-title="",Midnight Pulp (GEO) https://dmr-midnightpulp-3-us.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="MidnightPulpSTIRR.us" tvg-name="Midnight Pulp (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/2f204814-d041-478c-b10c-88ee96fa4746-small3x1_STIRR_Logo_0520_MidnightPulp_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",Midnight Pulp (STIRR) (720p) https://dai.google.com/linear/hls/event/1fO2zbpBRyy6S5yve_fnaw/master.m3u8 -#EXTINF:-1 tvg-id="MidnightPulpTV.us" tvg-name="Midnight Pulp TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/MidnightPulp_200x200.png?raw=true" group-title="",Midnight Pulp TV (1080p) +#EXTINF:-1 tvg-id="MidnightPulpTV.us" tvg-name="Midnight Pulp TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/MidnightPulp_200x200.png?raw=true" group-title="",Midnight Pulp TV (1080p) https://midnightpulp-samsung.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="MihanTV.us" tvg-name="Mihan TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Mihan TV (720p) http://iptv.mihantv.com/live/playlist.m3u8 @@ -2502,17 +2498,17 @@ https://dai.google.com/linear/hls/event/nkNBP1eHT_GQwS7oYq23zw/master.m3u8 https://dai.google.com/linear/hls/event/O5W1HC47QEKGc5tyscvsLw/master.m3u8 #EXTINF:-1 tvg-id="MLB Network: Intentional Talk" tvg-name="MLB Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oDOpMph.png" group-title="Sports",MLB Network https://hlslive-akc-med1.media.mlb.com/ls01/mlbnetwork/NETWORK_LINEAR_1/master_wired.m3u8 -#EXTINF:-1 tvg-id="MLSPlutoTV.us" tvg-name="MLS (Pluto TV)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MLS (Pluto TV) +#EXTINF:-1 tvg-id="MLSPlutoTV.us" tvg-name="MLS (Pluto TV)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Oqn3ZVJ.png" group-title="Sports",MLS (Pluto TV) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=712&deviceId=5cb626cfcaf83414128f439c&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="MMAJunkie.us" tvg-name="MMA Junkie" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MMA Junkie +#EXTINF:-1 tvg-id="MMAJunkie.us" tvg-name="MMA Junkie" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nSUiODh.png" group-title="",MMA Junkie https://a.jsrdn.com/broadcast/80f6ba72c8/+0000/c.m3u8 -#EXTINF:-1 tvg-id="MMAJunkie.us" tvg-name="MMA Junkie" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/s5NcNef.png" group-title="Sports",MMA Junkie +#EXTINF:-1 tvg-id="MMAJunkie.us" tvg-name="MMA Junkie" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nSUiODh.png" group-title="Sports",MMA Junkie https://a.jsrdn.com/broadcast/80f6ba72c8/+0000/high/c.m3u8 -#EXTINF:-1 tvg-id="MMN.us" tvg-name="MMN" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",MMN +#EXTINF:-1 tvg-id="MMAJunkie.us" tvg-name="MMA Junkie" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nSUiODh.png" group-title="Sports",MMA Junkie https://a.jsrdn.com/broadcast/80f6ba72c8/+0000/low/c.m3u8 #EXTINF:-1 tvg-id="Mobcrush.us" tvg-name="Mobcrush" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/KwN9Ujp.png" group-title="Outdoor",Mobcrush (720p) https://dai.google.com/linear/hls/event/LGDVXxxyT8SxrL4-ZodxKw/master.m3u8 -#EXTINF:-1 tvg-id="Mobcrush.us" tvg-name="Mobcrush" tvg-country="US" tvg-language="English" tvg-logo="https://pmcvariety.files.wordpress.com/2016/10/mobcrush.jpg" group-title="Outdoor",Mobcrush (720p) +#EXTINF:-1 tvg-id="Mobcrush.us" tvg-name="Mobcrush" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/KwN9Ujp.png" group-title="Outdoor",Mobcrush (720p) https://ott.mobcrush.com/hls/0/ott.m3u8 #EXTINF:-1 tvg-id="MohabatTV.us" tvg-name="Mohabat TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/tucTC1O.jpg" group-title="",Mohabat TV (540p) http://media.mohabat.tv:1935/live_transcoder/ngrp:mohabat.stream_all/playlist.m3u8 @@ -2538,105 +2534,107 @@ https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf2218bd5eeee0f5a40941b/ https://dai2-xumo.fubo.tv/amagi_hls_data_xumo1212A-motorvisiontv/CDN/master.m3u8 #EXTINF:-1 tvg-id="MovieKingdom.us" tvg-name="Movie Kingdom" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pIuJqYk.png" group-title="Movies",Movie Kingdom https://a.jsrdn.com/broadcast/e9b4093a41/+0000/high/c.m3u8 -#EXTINF:-1 tvg-id="MovieMex.us" tvg-name="Movie Mex" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Movie Mex +#EXTINF:-1 tvg-id="MovieMex.us" tvg-name="Movie Mex" tvg-country="US" tvg-language="Spanish" tvg-logo="" group-title="Movies",Movie Mex https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokumoovimex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="MovieMixSTIRR.us" tvg-name="Movie Mix (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/7dfc8d97-0c37-40f0-b251-5eacf509d891-small3x1_stirr_1219_epg_moviemix_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Movies",Movie Mix (STIRR) (720p) +#EXTINF:-1 tvg-id="MovieMixSTIRR.us" tvg-name="MovieMix (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/qcgXbuC.png" group-title="Movies",MovieMix (STIRR) (720p) https://dai.google.com/linear/hls/event/TSIJo6RCRZWuCD9WrKtRFg/master.m3u8 -#EXTINF:-1 tvg-id="MOVIESPHERE.us" tvg-name="MOVIE SPHERE" tvg-country="US" tvg-language="English" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ0B2-DR2iZlIxbT0W57803O00tYWx1VAy1tw&usqp=CAU" group-title="",MOVIE SPHERE +#EXTINF:-1 tvg-id="MovieSphere.us" tvg-name="MovieSphere" tvg-country="US" tvg-language="English" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ0B2-DR2iZlIxbT0W57803O00tYWx1VAy1tw&usqp=CAU" group-title="Movies",MovieSphere https://moviesphere-roku.amagi.tv/playlist720lp.m3u8 #EXTINF:-1 tvg-id="MovieMix.us" tvg-name="MovieMix" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/qcgXbuC.png" group-title="",MovieMix (720p) https://moviemix.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MoviesKingdom.us" tvg-name="Movies Kingdom" tvg-country="US;UK" tvg-language="English" tvg-logo="" group-title="Movies",Movies Kingdom (720p) +#EXTINF:-1 tvg-id="MoviesKingdom.us" tvg-name="Movies Kingdom" tvg-country="US;UK" tvg-language="English" tvg-logo="https://i.imgur.com/pIuJqYk.png" group-title="Movies",Movies Kingdom (720p) https://a.jsrdn.com/broadcast/e9b4093a41/+0000/c.m3u8 -#EXTINF:-1 tvg-id="MovieSphere.us" tvg-name="MovieSphere" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM1Njg1NTFf/MovieSphere_400x400.png" group-title="",MovieSphere +#EXTINF:-1 tvg-id="MovieSphere.us" tvg-name="MovieSphere" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM1Njg1NTFf/MovieSphere_400x400.png" group-title="Movies",MovieSphere https://moviesphere-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Moviesphere.us" tvg-name="Moviesphere" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Moviesphere +#EXTINF:-1 tvg-id="Moviesphere.us" tvg-name="Moviesphere" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM1Njg1NTFf/MovieSphere_400x400.png" group-title="Movies",Moviesphere https://moviesphere-roku.amagi.tv/hls/amagi_hls_data_lionsgate-moviesphere-roku-us/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Moviesphere.us" tvg-name="Moviesphere" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Moviesphere +#EXTINF:-1 tvg-id="Moviesphere.us" tvg-name="Moviesphere" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM1Njg1NTFf/MovieSphere_400x400.png" group-title="Movies",Moviesphere https://moviesphere-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="MoviesphereEngland.us" tvg-name="Moviesphere (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Moviesphere (England) +#EXTINF:-1 tvg-id="MoviesphereEngland.us" tvg-name="Moviesphere (England)" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM1Njg1NTFf/MovieSphere_400x400.png" group-title="Movies",Moviesphere (England) https://moviesphereuk-samsunguk.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="MoviesphereFree.us" tvg-name="Moviesphere Free" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/DTXQ3Pc.png" group-title="Movies",Moviesphere Free (1080p) https://moviesphere-samsung-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="MoviesphereUK.us" tvg-name="Moviesphere UK" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Moviesphere UK +#EXTINF:-1 tvg-id="MoviesphereUK.us" tvg-name="Moviesphere UK" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM1Njg1NTFf/MovieSphere_400x400.png" group-title="Movies",Moviesphere UK https://moviesphereuk-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="MPT.us" tvg-name="MPT" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MPT +#EXTINF:-1 tvg-id="MPT.us" tvg-name="MPT" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/kt0R7ua.png" group-title="",MPT https://2-fss-2.streamhoster.com/pl_138/amlst:201814-1291584/chunklist_b600000.m3u8 #EXTINF:-1 tvg-id="MSNBC.us" tvg-name="MSNBC" tvg-country="US" tvg-language="English" tvg-logo="https://static-s.aa-cdn.net/img/ios/396885309/4ad7161a83db264f3ba4b62ef1ab662a?v=1" group-title="News",MSNBC +http://1111296894.rsc.cdn77.org/LS-ATL-54548-10/playlist.m3u8 +#EXTINF:-1 tvg-id="MSNBC.us" tvg-name="MSNBC" tvg-country="US" tvg-language="English" tvg-logo="https://static-s.aa-cdn.net/img/ios/396885309/4ad7161a83db264f3ba4b62ef1ab662a?v=1" group-title="News",MSNBC http://stream.tvtap.live:8081/live/us-msnbc.stream/playlist.m3u8 #EXTINF:-1 tvg-id="MST3K.us" tvg-name="MST3K" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",MST3K https://mst3k-redbox.amagi.tv/hls/amagi_hls_data_redboxAAA-mst3k/CDN/playlist.m3u8?p=Redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows #EXTINF:-1 tvg-id="MST3K.us" tvg-name="MST3K" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",MST3K https://mst3k-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="MTV.us" tvg-name="MTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MTV +#EXTINF:-1 tvg-id="MTV.us" tvg-name="MTV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/9BYL4zH.png" group-title="Music",MTV http://unilivemtveu-lh.akamaihd.net/i/mtvno_1@346424/index_1250_av-p.m3u8 -#EXTINF:-1 tvg-id="MTV.us" tvg-name="MTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MTV +#EXTINF:-1 tvg-id="MTV.us" tvg-name="MTV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/9BYL4zH.png" group-title="Music",MTV https://unilivemtveu-lh.akamaihd.net/i/mtvno_1@346424/index_3500_av-p.m3u8 #EXTINF:-1 tvg-id="MTVBiggestPop.us" tvg-name="MTV Biggest Pop" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fd1a252d35decbc4080c/colorLogoPNG.png" group-title="Music",MTV Biggest Pop (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS02/master.m3u8 -#EXTINF:-1 tvg-id="MTVBiggestPop.us" tvg-name="MTV Biggest Pop" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MTV Biggest Pop +#EXTINF:-1 tvg-id="MTVBiggestPop.us" tvg-name="MTV Biggest Pop" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/NYwcwZY.png" group-title="Music",MTV Biggest Pop https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509fb7809fd000949e39b/master.m3u8?deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&embedPartner=rokuChannel&appName=rokuchannel -#EXTINF:-1 tvg-id="MTVBlockParty.us" tvg-name="MTV Block Party" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d3609cd6a6c78d7672f2a81/colorLogoPNG.png" group-title="Music",MTV Block Party (720p) +#EXTINF:-1 tvg-id="MTVBlockParty.us" tvg-name="MTV Block Party" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d3609cd6a6c78d7672f2a81/colorLogoPNG.png" group-title="Series",MTV Block Party (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS03/master.m3u8 -#EXTINF:-1 tvg-id="MTVBlockParty.us" tvg-name="MTV Block Party" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MTV Block Party +#EXTINF:-1 tvg-id="MTVBlockParty.us" tvg-name="MTV Block Party" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d3609cd6a6c78d7672f2a81/colorLogoPNG.png" group-title="Series",MTV Block Party https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150a3d73fd3f00094f722f/master.m3u8?deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&embedPartner=rokuChannel&appName=rokuchannel -#EXTINF:-1 tvg-id="MTVCatfishGermany.us" tvg-name="MTV Catfish (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MTV Catfish (Germany) +#EXTINF:-1 tvg-id="MTVCatfishGermany.us" tvg-name="MTV Catfish (Germany)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/XrAvfW9.png" group-title="Series",MTV Catfish (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db6a697d5f34a000934cd13/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=1&deviceId=5db6a697d5f34a000934cd13&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="MTVCatfishPlutoSpain.us" tvg-name="MTV Catfish Pluto (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MTV Catfish Pluto (Spain) +#EXTINF:-1 tvg-id="MTVCatfishPlutoSpain.us" tvg-name="MTV Catfish Pluto (Spain)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/XrAvfW9.png" group-title="Series",MTV Catfish Pluto (Spain) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1ab3c7778230000735cf41/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=305&deviceId=5f1ab3c7778230000735cf41&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=41.1167&deviceLon=1.2500&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false -#EXTINF:-1 tvg-id="MTVCribsGermany.us" tvg-name="MTV Cribs (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MTV Cribs (Germany) +#EXTINF:-1 tvg-id="MTVCribsGermany.us" tvg-name="MTV Cribs (Germany)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/MLUnpGA.png" group-title="Series",MTV Cribs (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea815a515d149000748ee9b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=8&deviceId=5ea815a515d149000748ee9b&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="MTVCribsPlutoSpain.us" tvg-name="MTV Cribs Pluto (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MTV Cribs Pluto (Spain) +#EXTINF:-1 tvg-id="MTVCribsPlutoSpain.us" tvg-name="MTV Cribs Pluto (Spain)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/MLUnpGA.png" group-title="Series",MTV Cribs Pluto (Spain) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1ab9c6d8f1300007f54e30/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=315&deviceId=5f1ab9c6d8f1300007f54e30&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=41.1167&deviceLon=1.2500&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false -#EXTINF:-1 tvg-id="MTVHitsEurope.us" tvg-name="MTV Hits Europe" tvg-country="EUR" tvg-language="" tvg-logo="" group-title="Music",MTV Hits Europe (576p) +#EXTINF:-1 tvg-id="MTVHitsEurope.us" tvg-name="MTV Hits Europe" tvg-country="EUR" tvg-language="" tvg-logo="https://i.imgur.com/hwaLKuJ.png" group-title="Music",MTV Hits Europe (576p) http://188.40.68.167/russia/mtv_hits/playlist.m3u8 #EXTINF:-1 tvg-id="MTVLiveHD.us" tvg-name="MTV Live HD" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images2.imgbox.com/92/f9/p2ALSiHp_o.jpg" group-title="Music",MTV Live HD http://cdnx1.plusx.tv:8880/229/mono.m3u8?token=dawids162751365422222 -#EXTINF:-1 tvg-id="MTVMistleYO.us" tvg-name="MTV Mistle YO!" tvg-country="US" tvg-language="English" tvg-logo="http://i.imgur.com/dh6sgLX.jpg" group-title="Music",MTV Mistle YO! (720p) +#EXTINF:-1 tvg-id="MTVMistleYO.us" tvg-name="MTV Mistle YO!" tvg-country="US" tvg-language="English" tvg-logo="http://i.imgur.com/dh6sgLX.jpg" group-title="Series",MTV Mistle YO! (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS08/master.m3u8 #EXTINF:-1 tvg-id="MTVNordic.us" tvg-name="MTV Nordic" tvg-country="NORD" tvg-language="English;Norwegian Bokmรฅl" tvg-logo="https://i.imgur.com/QpdHuGo.png" group-title="Entertainment",MTV Nordic (720p) https://unilivemtveu-lh.akamaihd.net/i/mtvno_1@346424/master.m3u8 -#EXTINF:-1 tvg-id="MTVOriginalsPlutoSpain.us" tvg-name="MTV Originals Pluto (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MTV Originals Pluto (Spain) +#EXTINF:-1 tvg-id="MTVOriginalsPlutoSpain.us" tvg-name="MTV Originals Pluto (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="Series",MTV Originals Pluto (Spain) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aadf373bed3000794d1d7/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=300&deviceId=5f1aadf373bed3000794d1d7&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=41.1167&deviceLon=1.2500&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false -#EXTINF:-1 tvg-id="MTVPluto.us" tvg-name="MTV Pluto" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/MTVPlutoTV_190x190.png?raw=true" group-title="",MTV Pluto +#EXTINF:-1 tvg-id="MTVPluto.us" tvg-name="MTV Pluto" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/MTVPlutoTV_190x190.png?raw=true" group-title="Music",MTV Pluto http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus -#EXTINF:-1 tvg-id="MTVPluto.us" tvg-name="MTV Pluto" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MTV Pluto +#EXTINF:-1 tvg-id="MTVPluto.us" tvg-name="MTV Pluto" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/MTVPlutoTV_190x190.png?raw=true" group-title="Music",MTV Pluto https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e13b6dd7ec3510009e032d0/master.m3u8?deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&embedPartner=rokuChannel&appName=rokuchannel -#EXTINF:-1 tvg-id="MTVPlutoTVGermany.us" tvg-name="MTV Pluto TV (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MTV Pluto TV (Germany) +#EXTINF:-1 tvg-id="MTVPlutoTVGermany.us" tvg-name="MTV Pluto TV (Germany)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/9BYL4zH.png" group-title="Music",MTV Pluto TV (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf325764025859afdd6c4d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=2&deviceId=5caf325764025859afdd6c4d&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="MTVSpankinNew.us" tvg-name="MTV Spankin' New" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fdb8ca91eedee1633117/colorLogoPNG.png" group-title="Music",MTV Spankin' New (720p) +#EXTINF:-1 tvg-id="MTVSpankinNew.us" tvg-name="MTV Spankin' New" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fdb8ca91eedee1633117/colorLogoPNG.png" group-title="Series",MTV Spankin' New (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS07/master.m3u8 -#EXTINF:-1 tvg-id="MTVYo.us" tvg-name="MTV Yo!" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MTV Yo! +#EXTINF:-1 tvg-id="MTVYo.us" tvg-name="MTV Yo!" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Series",MTV Yo! https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150921e2191900097c4c23/master.m3u8?deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&embedPartner=rokuChannel&appName=rokuchannel -#EXTINF:-1 tvg-id="MusicBaeble.us" tvg-name="Music Baeble" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zPs2J7w.jpg" group-title="Music",Music Baeble (1080p) +#EXTINF:-1 tvg-id="MusicBaeble.us" tvg-name="Music Baeble" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zPs2J7w.jpg" group-title="Series",Music Baeble (1080p) https://dai.google.com/linear/hls/event/HuoWULBBQFKJalbtsd7qPw/master.m3u8 -#EXTINF:-1 tvg-id="My5DocumentariesPlutoTVEngland.us" tvg-name="My5 Documentaries Pluto TV (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",My5 Documentaries Pluto TV (England) +#EXTINF:-1 tvg-id="My5DocumentariesPlutoTVEngland.us" tvg-name="My5 Documentaries Pluto TV (England)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/yCqCeFG.png" group-title="Documentary",My5 Documentaries Pluto TV (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf901280e3550009139c86/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=475&deviceId=5ddf901280e3550009139c86&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="WCTX.us" tvg-name="WCTX" tvg-country="US" tvg-language="" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/kpygox.png" group-title="",My9 WCTX My Network TV (Connecticut) +#EXTINF:-1 tvg-id="WCTX.us" tvg-name="WCTX" tvg-country="US" tvg-language="English" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/kpygox.png" group-title="",My9 WCTX My Network TV (Connecticut) https://bozztv.com/teleyupp/e5CGxWp8iU/playlist.m3u8 -#EXTINF:-1 tvg-id="MysteryScienceTheater3000.us" tvg-name="Mystery Science Theater 3000" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9ace054964ba19ff258256" group-title="Comedy",Mystery Science Theater 3000 +#EXTINF:-1 tvg-id="MysteryScienceTheater3000.us" tvg-name="Mystery Science Theater 3000" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9ace054964ba19ff258256" group-title="Comedy",Mystery Science Theater 3000 https://mst3k-localnow.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="MysteryScienceTheater3000.us" tvg-name="Mystery Science Theater 3000" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Mystery Science Theater 3000 +#EXTINF:-1 tvg-id="MysteryScienceTheater3000.us" tvg-name="Mystery Science Theater 3000" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9ace054964ba19ff258256" group-title="",Mystery Science Theater 3000 https://mst3k-vizio.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="MysteryScienceTheater3000STIRR.us" tvg-name="Mystery Science Theater 3000 (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/ee454d3c-4cbe-4bda-a056-56d037c28705-small3x1_STIRR_Logo_0320_MysteryScienceTheater3000_1920x1080_EPG_2.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Movies",Mystery Science Theater 3000 (STIRR) (1080p) https://dai.google.com/linear/hls/event/rmBGeSwhQEG64TrT0_JO2A/master.m3u8 #EXTINF:-1 tvg-id="Mythos.us" tvg-name="Mythos" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/JBEqPZP.png" group-title="Movies",Mythos (720p) https://rpn1.bozztv.com/36bay2/gusa-mythos/mono.m3u8 -#EXTINF:-1 tvg-id="MyTime.us" tvg-name="MyTime" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",MyTime +#EXTINF:-1 tvg-id="MyTimemovienetwork.us" tvg-name="MyTime movie network" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjU5ODE1MzJf/MyTime_260x260.png" group-title="",MyTime movie network https://mytime-roku-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="MytimeSpain.us" tvg-name="Mytime (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Mytime (Spain) +#EXTINF:-1 tvg-id="MyTimemovienetworkSpain.us" tvg-name="MyTime movie network (Spain)" tvg-country="US" tvg-language="Spanish" tvg-logo="https://od.lk/s/MF8yMjU5ODE1MzJf/MyTime_260x260.png" group-title="",MyTime movie network (Spain) https://appletree-mytimespain-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="MyTimeMovienetwork.us" tvg-name="MyTime Movie network" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MyTime Movie network +#EXTINF:-1 tvg-id="MyTimemovienetwork.us" tvg-name="MyTime movie network" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjU5ODE1MzJf/MyTime_260x260.png" group-title="",MyTime movie network https://mytime-roku.cinedigm.com/midroll/amagi_hls_data_xumo-host-mytime-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="MyTimeMovieNetwork.us" tvg-name="MyTime Movie Network" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MyTime Movie Network +#EXTINF:-1 tvg-id="MyTimemovienetwork.us" tvg-name="MyTime movie network" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjU5ODE1MzJf/MyTime_260x260.png" group-title="",MyTime movie network https://mytimeuk-rakuten-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="MyTimeMovieNetworkBrazil.us" tvg-name="MyTime Movie Network (Brazil)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MyTime Movie Network (Brazil) +#EXTINF:-1 tvg-id="MyTimemovienetworkBrazil.us" tvg-name="MyTime movie network (Brazil)" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjU5ODE1MzJf/MyTime_260x260.png" group-title="",MyTime movie network (Brazil) https://appletree-mytime-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="MyTimeMovieNetworkMexico.us" tvg-name="MyTime Movie Network (Mexico)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MyTime Movie Network (Mexico) +#EXTINF:-1 tvg-id="MyTimemovienetworkMexico.us" tvg-name="MyTime movie network (Mexico)" tvg-country="US" tvg-language="Spanish" tvg-logo="https://od.lk/s/MF8yMjU5ODE1MzJf/MyTime_260x260.png" group-title="",MyTime movie network (Mexico) https://appletree-mytime-samsungmexico.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="MyTimeMovies.us" tvg-name="MyTime Movies" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjU5ODE1MzJf/MyTime_260x260.png" group-title="",MyTime Movies +#EXTINF:-1 tvg-id="MyTimemovienetwork.us" tvg-name="MyTime movie network" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjU5ODE1MzJf/MyTime_260x260.png" group-title="Movies",MyTime movie network https://mytime-vizio-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="MyTimeMoviesNetwork.us" tvg-name="MyTime Movies Network" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/SQInLji.png" group-title="",MyTime Movies Network +#EXTINF:-1 tvg-id="MyTimemovienetwork.us" tvg-name="MyTime movie network" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjU5ODE1MzJf/MyTime_260x260.png" group-title="Movies",MyTime movie network https://mytime-tcl.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="KRON.us" tvg-name="myTV (KRON)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/KRON_4_Main_Logo.svg/1920px-KRON_4_Main_Logo.svg.png" group-title="Local",myTV (KRON) https://streams.the6tv.duckdns.org:2443/locals/BayArea/kron-dt1.m3u8 @@ -2646,7 +2644,7 @@ http://iphone-streaming.ustream.tv/uhls/6540154/streams/live/iphone/playlist.m3u https://hls.ums.ustream.tv/playlist/directhls/channel/6540154/playlist.m3u8?sgn=31d0dfb847c358d4cedcd2256dc4e1c42a7f13a7 #EXTINF:-1 tvg-id="NASATV.us" tvg-name="NASA TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iJldO7U.jpg" group-title="Education",NASA TV (504p) https://uplynkcontent.sinclairstoryline.com/channel/ddd76fdc1c0a456ba537e4f48e827d3e.m3u8 -#EXTINF:-1 tvg-id="NASATVISSViews.us" tvg-name="NASA TV ISS Views" tvg-country="US" tvg-language="" tvg-logo="English" group-title="Science",NASA TV ISS Views +#EXTINF:-1 tvg-id="NASATVISSViews.us" tvg-name="NASA TV ISS Views" tvg-country="US" tvg-language="English" tvg-logo="English" group-title="Science",NASA TV ISS Views http://iphone-streaming.ustream.tv/uhls/9408562/streams/live/iphone/playlist.m3u8 #EXTINF:-1 tvg-id="NASATVMedia.us" tvg-name="NASA TV Media" tvg-country="US" tvg-language="English" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTupMmB3cw51YJqk8xVO8WZj3yDVr70ayrxkkLS0_SMNT7pR0t6" group-title="Education",NASA TV Media (720p) https://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8 @@ -2654,17 +2652,17 @@ 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="NASATVPUBLICA.us" tvg-name="NASA.TV - PUBLICA" tvg-country="US" tvg-language="" tvg-logo="https://ustvstaticcdn1-a.akamaihd.net/i/channel/picture/6/5/4/0/6540154/6540154,192x192,r:2.jpg" group-title="Science",NASA.TV - PUBLICA https://ntv1.akamaized.net/hls/live/2014075/NASA-NTV1-HLS/master_2000.m3u8 -#EXTINF:-1 tvg-id="NatGeoPeople.us" tvg-name="Nat Geo People" tvg-country="US" tvg-language="" tvg-logo="https://static.epg.best/id/NatGeoPeople.id.png" group-title="",Nat Geo People +#EXTINF:-1 tvg-id="NatGeoPeople.us" tvg-name="Nat Geo People" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/id/NatGeoPeople.id.png" group-title="",Nat Geo People https://liveanevia.mncnow.id/live/eds/NatGeoPeople/sa_dash_vmx/NatGeoPeople.mpd -#EXTINF:-1 tvg-id="NatGeoWild.us" tvg-name="Nat Geo Wild" tvg-country="US" tvg-language="" tvg-logo="https://static.epg.best/id/NatGeoWild.id.png" group-title="",Nat Geo Wild +#EXTINF:-1 tvg-id="NatGeoWild.us" tvg-name="Nat Geo Wild" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/id/NatGeoWild.id.png" group-title="",Nat Geo Wild https://liveanevia.mncnow.id/live/eds/NatGeoWild/sa_dash_vmx/NatGeoWild.mpd -#EXTINF:-1 tvg-id="NATIONALGEOGRAPHIC.us" tvg-name="NATIONAL GEOGRAPHIC" tvg-country="US" tvg-language="" tvg-logo="https://1000logos.net/wp-content/uploads/2017/04/Color-National-Geographic-Logo-500x250.jpg" group-title="",NATIONAL GEOGRAPHIC +#EXTINF:-1 tvg-id="NationalGeographic.us" tvg-name="National Geographic" tvg-country="US" tvg-language="English" tvg-logo="https://1000logos.net/wp-content/uploads/2017/04/Color-National-Geographic-Logo-500x250.jpg" group-title="",National Geographic https://livecdn.fptplay.net/foxlive/natgeohd_hls.smil/chunklist_b2500000.m3u8 #EXTINF:-1 tvg-id="NationalGeographicAbuDhabi.us" tvg-name="National Geographic Abu Dhabi" tvg-country="US" tvg-language="Arabic" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Nat_geo_channel_abu_dhabi.png/220px-Nat_geo_channel_abu_dhabi.png" group-title="Documentary",National Geographic Abu Dhabi http://admdn2.cdn.mangomolo.com/nagtv/smil:nagtv.stream.smil/chunklist_b800000_t64NDgwcA==.m3u8 #EXTINF:-1 tvg-id="NationalGeographicWildAsia.us" tvg-name="National Geographic Wild Asia" tvg-country="MY" tvg-language="" tvg-logo="https://www.seekpng.com/png/detail/82-828948_national-geographic-logo-transparent-wwwimgkidcom-nat-geo.png" group-title="",National Geographic Wild Asia http://50.7.161.82:8278/streams/d/Natgeowild/playlist.m3u8 -#EXTINF:-1 tvg-id="NationalGeographicWildRussia.us" tvg-name="National Geographic Wild Russia" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Documentary",National Geographic Wild Russia +#EXTINF:-1 tvg-id="NationalGeographicWildRussia.us" tvg-name="National Geographic Wild Russia" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/SiFoU44.png" group-title="Documentary",National Geographic Wild Russia https://sc.id-tv.kz/NatGeoWildHD_34_35.m3u8 #EXTINF:-1 tvg-id="NatureLiveAnimalLiveBumblebee.us" tvg-name="Nature Live - Animal Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YbD8uHc.png" group-title="Relax",Nature Live - Animal Live (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9537b8932c837b49397343/playlist.m3u8 @@ -2686,60 +2684,60 @@ https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538a5932c837b4939735b/ https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538b9932c837b4939735c/playlist.m3u8 #EXTINF:-1 tvg-id="NatureLiveWaterfallsLiveBumblebee.us" tvg-name="Nature Live - Waterfalls Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/i43l93j.png" group-title="Relax",Nature Live - Waterfalls Live (Bumblebee) https://95771f8415a84e31bd152fe9c6c9905c.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5c953910932c837b4939735d/playlist.m3u8 -#EXTINF:-1 tvg-id="NAUTVNorthernArizonaUniversity.us" tvg-name="NAU-TV - Northern Arizona University" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/uNKEoa4.png" group-title="",NAU-TV - Northern Arizona University +#EXTINF:-1 tvg-id="NAUTVNorthernArizonaUniversity.us" tvg-name="NAU-TV - Northern Arizona University" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/uNKEoa4.png" group-title="",NAU-TV - Northern Arizona University http://stream.ec.nau.edu/live/amlst:channelfour/playlist.m3u8 #EXTINF:-1 tvg-id="NBATV.us" tvg-name="NBA TV" tvg-country="TH" tvg-language="English" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-nba.png" group-title="Sports",NBA TV (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 https://www.livedoomovie.com/02_nbahd_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="NBC11PittsburghPAWPXIHD.us" tvg-name="NBC 11 Pittsburgh PA (WPXI-HD)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",NBC 11 Pittsburgh PA (WPXI-HD) +#EXTINF:-1 tvg-id="NBC11PittsburghPAWPXIHD.us" tvg-name="NBC 11 Pittsburgh PA (WPXI-HD)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iud5PUZ.png" group-title="Local",NBC 11 Pittsburgh PA (WPXI-HD) https://svc-lvanvato-cxtv-wpxi.cmgvideo.com/wpxi/2564k/index.m3u8 #EXTINF:-1 tvg-id="NBC15MadisonWIWMTVNBC.us" tvg-name="NBC 15 Madison WI (WMTVNBC)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/qOO32m6.png" group-title="Local",NBC 15 Madison WI (WMTVNBC) (720p) https://ad-playlistserver.aws.syncbak.com/playlist/899088/master.m3u8?access_token=eyJhbGciOiJIUzI1NiIsImtpZCI6IkdyYXkyMDE2MDgyOSIsInN1YiI6IioiLCJ0eXAiOiJKV1QifQ.eyJleHAiOjE3OTAzNjkxMDUsImlzcyI6IldMUyIsIm1kNSI6ImJhZTU4Y2ZlZWM2NmU1MjZkNmVjZmE1YmUzNTQxMzQ4IiwibWlkIjoiODk5MDg4In0.vBWkHmqS3z3dpq8UWfbk4wFd-vQlj6B0up-rpt7X_7Q #EXTINF:-1 tvg-id="NBC26WGBA.us" tvg-name="NBC 26 (WGBA)" tvg-country="US" tvg-language="English" tvg-logo="https://ewscripps.brightspotcdn.com/dims4/default/31cd86c/2147483647/strip/true/crop/600x200+0+0/resize/400x133!/quality/90/?url=https%3A%2F%2Fewscripps.brightspotcdn.com%2F09%2F30%2F6709482a41ef96f6ba6259d6ae66%2Fwgba-geographic-locator-600x200.png" group-title="Local",NBC 26 (WGBA) (720p) https://content.uplynk.com/channel/1fbfb28ae5044f619f75ae0adb011989.m3u8 -#EXTINF:-1 tvg-id="NBC4NewsWashingtonDC.us" tvg-name="NBC 4 News (Washington DC)" tvg-country="US" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/0/0f/Logo_of_WRC-TV.png" group-title="",NBC 4 News (Washington DC) +#EXTINF:-1 tvg-id="NBC4NewsWashingtonDC.us" tvg-name="NBC 4 News (Washington DC)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/0/0f/Logo_of_WRC-TV.png" group-title="Local",NBC 4 News (Washington DC) https://wrclive-f.akamaihd.net/i/wrcb1_1@46880/master.m3u8 -#EXTINF:-1 tvg-id="NBC5NewsChicago.us" tvg-name="NBC 5 News (Chicago)" tvg-country="US" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/en/a/ac/WMAQ_Logo_2012.png" group-title="",NBC 5 News (Chicago) +#EXTINF:-1 tvg-id="NBC5NewsChicago.us" tvg-name="NBC 5 News (Chicago)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/a/ac/WMAQ_Logo_2012.png" group-title="Local",NBC 5 News (Chicago) http://wmaqlive-f.akamaihd.net/i/wmaqa1_1@22923/master.m3u8 -#EXTINF:-1 tvg-id="NBCMadison.us" tvg-name="NBC Madison" tvg-country="US" tvg-language="" tvg-logo="" group-title="",NBC Madison +#EXTINF:-1 tvg-id="NBCMadison.us" tvg-name="NBC Madison" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",NBC Madison http://cutt.ly/1tIzK8o -#EXTINF:-1 tvg-id="NBCNewsNow.us" tvg-name="NBC News Now" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",NBC News Now +#EXTINF:-1 tvg-id="NBCNewsNow.us" tvg-name="NBC News Now" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="News",NBC News Now https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunbcnewsnow/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="NBCNewsNow.us" tvg-name="NBC News Now" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",NBC News Now +#EXTINF:-1 tvg-id="NBCNewsNow.us" tvg-name="NBC News Now" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="News",NBC News Now https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/master.m3u8 #EXTINF:-1 tvg-id="NBCNewsNow.us" tvg-name="NBC News Now" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LUhiYfG.jpg" group-title="News",NBC News Now (1080p) https://nbcnewshls-i.akamaihd.net/hls/live/1005170/nnn_live1/index.m3u8 -#EXTINF:-1 tvg-id="NBCNewsNow.us" tvg-name="NBC News Now" tvg-country="US" tvg-language="" tvg-logo="" group-title="",NBC News Now +#EXTINF:-1 tvg-id="NBCNewsNow.us" tvg-name="NBC News Now" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LUhiYfG.jpg" group-title="News",NBC News Now https://nbcnewshls.akamaized.net/hls/live/2011820/nnn_live1/index_750.m3u8 -#EXTINF:-1 tvg-id="NBCNewsNow.us" tvg-name="NBC News Now" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now +#EXTINF:-1 tvg-id="NBCNewsNow.us" tvg-name="NBC News Now" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="News",NBC News Now https://nbcnewshls.akamaized.net/hls/live/2011820/nnn_live1/master.m3u8 -#EXTINF:-1 tvg-id="NBCNewsNowXUMO.us" tvg-name="NBC News Now (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/v48mMRT.png" group-title="",NBC News Now (XUMO) (1080p) +#EXTINF:-1 tvg-id="NBCNewsNowXUMO.us" tvg-name="NBC News Now (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/v48mMRT.png" group-title="News",NBC News Now (XUMO) (1080p) https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="NBCNewsNowEvent1.us" tvg-name="NBC News Now Event 1" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now Event 1 +#EXTINF:-1 tvg-id="NBCNewsNowEvent1.us" tvg-name="NBC News Now Event 1" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="News",NBC News Now Event 1 https://nbcnews-lh.akamaihd.net/i/nbc_live11@183427/master.m3u8 -#EXTINF:-1 tvg-id="NBCNewsNowEvent2.us" tvg-name="NBC News Now Event 2" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now Event 2 +#EXTINF:-1 tvg-id="NBCNewsNowEvent2.us" tvg-name="NBC News Now Event 2" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="News",NBC News Now Event 2 https://nbcnews-lh.akamaihd.net/i/nbc_live12@187393/master.m3u8 -#EXTINF:-1 tvg-id="NBCNewsNowEvent3.us" tvg-name="NBC News Now Event 3" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now Event 3 +#EXTINF:-1 tvg-id="NBCNewsNowEvent3.us" tvg-name="NBC News Now Event 3" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="News",NBC News Now Event 3 https://nbcnews-lh.akamaihd.net/i/nbc_live13@187394/master.m3u8 -#EXTINF:-1 tvg-id="NBCNewsNowEvent4.us" tvg-name="NBC News Now Event 4" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now Event 4 +#EXTINF:-1 tvg-id="NBCNewsNowEvent4.us" tvg-name="NBC News Now Event 4" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="News",NBC News Now Event 4 https://nbcnews-lh.akamaihd.net/i/nbc_live14@187395/master.m3u8 -#EXTINF:-1 tvg-id="NBCNewsNowHD.us" tvg-name="NBC News Now HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",NBC News Now HD +#EXTINF:-1 tvg-id="NBCNewsNowHD.us" tvg-name="NBC News Now HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LUhiYfG.jpg" group-title="News",NBC News Now HD http://nbcnews2.akamaized.net/hls/live/723426-b/NBCNewsPlaymaker24x7Linear99a3a827-ua/VIDEO_0_6596000.m3u8 -#EXTINF:-1 tvg-id="NBCNewsNowSource1.us" tvg-name="NBC News Now | Source 1" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now | Source 1 +#EXTINF:-1 tvg-id="NBCNewsNowSource1.us" tvg-name="NBC News Now | Source 1" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="News",NBC News Now | Source 1 https://nbcnewshls-i.akamaihd.net/hls/live/1005206/nnn_live2/master.m3u8 -#EXTINF:-1 tvg-id="NBCNewsNowSource2.us" tvg-name="NBC News Now | Source 2" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now | Source 2 +#EXTINF:-1 tvg-id="NBCNewsNowSource2.us" tvg-name="NBC News Now | Source 2" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="News",NBC News Now | Source 2 https://nbcnewshls-i.akamaihd.net/hls/live/1005206-b/nnn_live2/master.m3u8 #EXTINF:-1 tvg-id="NBCSanJoseCAKNTV.us" tvg-name="NBC San Jose CA (KNTV)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jrWg5qE.jpg" group-title="Local",NBC San Jose CA (KNTV) (416p) https://kntvlive-f.akamaihd.net/i/kntvb1_1@15530/master.m3u8 #EXTINF:-1 tvg-id="NBCSanJoseCAKNTV.us" tvg-name="NBC San Jose CA (KNTV)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jrWg5qE.jpg" group-title="Local",NBC San Jose CA (KNTV) (240p) https://kntvlive-f.akamaihd.net/i/kntvb2_1@15530/master.m3u8 -#EXTINF:-1 tvg-id="NBCLX.us" tvg-name="NBCLX" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/JSCsJc5.png" group-title="Lifestyle",NBCLX +#EXTINF:-1 tvg-id="NBCLX.us" tvg-name="NBCLX" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/JSCsJc5.png" group-title="Entertainment",NBCLX https://lxlive-lh.akamaihd.net/i/LX_LIVE@148206/index_1080P_av-p.m3u8 -#EXTINF:-1 tvg-id="NBCLX.us" tvg-name="NBCLX" tvg-country="US" tvg-language="" tvg-logo="" group-title="",NBCLX +#EXTINF:-1 tvg-id="NBCLX.us" tvg-name="NBCLX" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/JSCsJc5.png" group-title="Entertainment",NBCLX https://lxlive-lh.akamaihd.net/i/LX_LIVE@148206/index_360P_av-p.m3u8 -#EXTINF:-1 tvg-id="NBCLX.us" tvg-name="NBCLX" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FPt2WNf.jpg" group-title="Lifestyle",NBCLX (1080p) +#EXTINF:-1 tvg-id="NBCLX.us" tvg-name="NBCLX" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FPt2WNf.jpg" group-title="Entertainment",NBCLX (1080p) https://lxlive-lh.akamaihd.net/i/LX_LIVE@148206/master.m3u8 -#EXTINF:-1 tvg-id="NBCLX.us" tvg-name="NBCLX" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCLX_584x584.png?raw=true" group-title="",NBCLX +#EXTINF:-1 tvg-id="NBCLX.us" tvg-name="NBCLX" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCLX_584x584.png?raw=true" group-title="Entertainment",NBCLX https://lxlive-lh.akamaihd.net/i/LX_LIVE@148206/master.m3u8?OTATV #EXTINF:-1 tvg-id="NebraskaHastingsSTIRR.us" tvg-name="Nebraska: Hastings (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Nebraska: Hastings (STIRR) (720p) https://dai.google.com/linear/hls/event/xtKyBDIFSZa6cT4Of9yaGQ/master.m3u8 @@ -2749,15 +2747,15 @@ https://1d75125ffd43490eb970a2f3f575e96c.mediatailor.us-west-2.amazonaws.com/v1/ https://dai.google.com/linear/hls/event/yDGZP35hTsqdf2rwaP1BGQ/master.m3u8 #EXTINF:-1 tvg-id="NevadaRenoSTIRR.us" tvg-name="Nevada: Reno (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Nevada: Reno (STIRR) (720p) https://dai.google.com/linear/hls/event/0Zb5SSQcTme6P7FYwwAwcQ/master.m3u8 -#EXTINF:-1 tvg-id="NewKMovies.us" tvg-name="New K-Movies" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/dHVfGex.png" group-title="",New K-Movies (720p) +#EXTINF:-1 tvg-id="NewKMovies.us" tvg-name="New K-Movies" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/dHVfGex.png" group-title="Movies",New K-Movies (720p) https://newidco-newmovies-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="NewKID.us" tvg-name="New KID" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Z5t6cCe.jpg" group-title="",New KID +#EXTINF:-1 tvg-id="NewKidTV.us" tvg-name="New Kid TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Z5t6cCe.jpg" group-title="Kids",New Kid TV https://b9860b21629b415987978bdbbfbc3095.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_NewKID/playlist.m3u8 -#EXTINF:-1 tvg-id="NewKID.us" tvg-name="New KID" tvg-country="US" tvg-language="" tvg-logo="" group-title="",New KID +#EXTINF:-1 tvg-id="NewKidTV.us" tvg-name="New Kid TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Z5t6cCe.jpg" group-title="Kids",New Kid TV https://newidco-newkid-2.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="NewKidTV.us" tvg-name="New Kid TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eEBGlFb.png" group-title="",New Kid TV (720p) +#EXTINF:-1 tvg-id="NewKidTV.us" tvg-name="New Kid TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eEBGlFb.png" group-title="Kids",New Kid TV (720p) https://newidco-newkid-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="NewOrleansTelevisionNOTV.us" tvg-name="New Orleans Television (NOTV)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/QPWwlo4.png" group-title="",New Orleans Television (NOTV) +#EXTINF:-1 tvg-id="NewOrleansTelevisionNOTV.us" tvg-name="New Orleans Television (NOTV)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QPWwlo4.png" group-title="",New Orleans Television (NOTV) https://5b0f5374bdf0c.streamlock.net:444/LiveTV/NOTVHD/playlist.m3u8 #EXTINF:-1 tvg-id="NewOrleansTV.us" tvg-name="New Orleans TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tf3KGP4.jpg" group-title="Local",New Orleans TV (720p) http://media4.tripsmarter.com:1935/LiveTV/NOTVHD/playlist.m3u8 @@ -2767,79 +2765,79 @@ https://dai.google.com/linear/hls/event/LT14Y2LdQSWx9OQCmgVfuA/master.m3u8 https://dai.google.com/linear/hls/event/FftwN8CLTnaX1pFHztXlYw/master.m3u8 #EXTINF:-1 tvg-id="NewYorkSyracuseSTIRR.us" tvg-name="New York: Syracuse (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",New York: Syracuse (STIRR) (720p) https://dai.google.com/linear/hls/event/HSX_ZpxDQNy5aXzJHjhGGQ/master.m3u8 -#EXTINF:-1 tvg-id="News12.us" tvg-name="News 12" tvg-country="US" tvg-language="" tvg-logo="" group-title="",News 12 +#EXTINF:-1 tvg-id="News12NewYork.us" tvg-name="News 12 New York" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c57ad92cd1774a1091752" group-title="News",News 12 New York https://lnc-news12.tubi.video/primary/5.m3u8 -#EXTINF:-1 tvg-id="News12NewYork.us" tvg-name="News 12 New York" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c57ad92cd1774a1091752" group-title="News",News 12 New York +#EXTINF:-1 tvg-id="News12NewYork.us" tvg-name="News 12 New York" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c57ad92cd1774a1091752" group-title="Local",News 12 New York https://livestream.chdrstatic.com/2272f9cc29d3f9e812a3b4cacbd767bf69c95a59434c3f482606a67962a0dd5e/localnow/n12nyLocalNow/news12newyork/primary/index.m3u8 -#EXTINF:-1 tvg-id="News12NewYork.us" tvg-name="News 12 New York" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQ0OTQ3NTlf/Tubi_LiveNews_840x840.png" group-title="",News 12 New York +#EXTINF:-1 tvg-id="News12NewYork.us" tvg-name="News 12 New York" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c57ad92cd1774a1091752" group-title="Local",News 12 New York https://lnc-news12.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="880968" tvg-name="News_12_NY" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/dimYVxp.png" group-title="",News 12 NY +#EXTINF:-1 tvg-id="News12NewYork.us" tvg-name="News 12 New York" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c57ad92cd1774a1091752" group-title="Local",News 12 New York https://cheddar-news12ny-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="NEWSNET.us" tvg-name="NEWS NET" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",NEWS NET (480p) -http://broadcastny.yournewsnet.com:8081/master/newsnetweb/playlist.m3u8 -#EXTINF:-1 tvg-id="NewsNet.us" tvg-name="News Net" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/NewsNet.png" group-title="",News Net -https://broadcaster1.prolivestream.net:8083/onair/newsnetweb/playlist.m3u8 -#EXTINF:-1 tvg-id="NewsNet.us" tvg-name="News Net" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/NewsNet.png" group-title="",News Net -https://nrpus.bozztv.com/36bay2/gusa-newsnet/index.m3u8 -#EXTINF:-1 tvg-id="NewsMax.us" tvg-name="NewsMax" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",NewsMax -https://dai2.xumo.com/amagi_hls_data_xumo1212A-newsmaxxumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="90331d" tvg-name="Newsmax" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/a5zs7r7.png" group-title="",Newsmax -https://newsmax-plex.amagi.tv/hls/amagi_hls_data_plexAAAAA-newsmax-plex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/09092020/Newsmax%20TV_190x190.png?raw=true" group-title="",Newsmax -https://newsmax-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Newsmax -https://newsmax-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://image.xumo.com/v1/channels/channel/9999194/300x300.png?type=color_onBlack" group-title="News",Newsmax (1080p) -https://nmxlive.akamaized.net/hls/live/529965/Live_1/index.m3u8 -#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="",Newsmax -https://nmxlive.akamaized.net/hls/live/529965/Live_1/index_1080.m3u8 -#EXTINF:-1 tvg-id="NewsMax.us" tvg-name="NewsMax" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/606f92e82172644613403a30" group-title="News",NewsMax -https://nmxlocalnow.akamaized.net/hls/live/2020471/Live_1/index.m3u8 -#EXTINF:-1 tvg-id="NewsmaxTV.us" tvg-name="Newsmax TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Newsmax TV +#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="News",Newsmax http://nmxlive.akamaized.net/hls/live/529965/Live_1/index_720.m3u8 -#EXTINF:-1 tvg-id="NewsMaxTV.us" tvg-name="NewsMax TV" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/NewsMaxTV.png" group-title="",NewsMax TV -https://d3ut7rvli78ywi.cloudfront.net/v1/master/7b67fbda7ab859400a821e9aa0deda20ab7ca3d2/NewsmaxLive/hls/live/529965/Live_1/index.m3u8 -#EXTINF:-1 tvg-id="NewsMaxTV.us" tvg-name="NewsMax TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",NewsMax TV -https://newsmax-roku-us.amagi.tv/hls/amagi_hls_data_newsmaxAA-newsmax/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="NewsMaxTV.us" tvg-name="NewsMax TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",NewsMax TV -https://nmxdistro.akamaized.net/hls/live/529965/Live_1/index.m3u8 -#EXTINF:-1 tvg-id="NewsmaxTV.us" tvg-name="Newsmax TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Newsmax TV -https://nmxlive.akamaized.net/hls/live/529965/Live_1/index_288.m3u8 -#EXTINF:-1 tvg-id="NewsmaxTV.us" tvg-name="Newsmax TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Newsmax TV -https://nmxlive.akamaized.net/hls/live/529965/Live_1/index_404.m3u8 -#EXTINF:-1 tvg-id="NewsmaxTVXUMO.us" tvg-name="Newsmax TV (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Lonn44h.png" group-title="",Newsmax TV (XUMO) (720p) -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-newsmaxxumo/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="NewsmaxTVHD.us" tvg-name="Newsmax TV HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Newsmax TV HD -https://nmxairy.akamaized.net/hls/live/529965/Live_1/index_1080.m3u8 -#EXTINF:-1 tvg-id="NewsmaxTV.us" tvg-name="NewsmaxTV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/55b179af994403942f3061d6/colorLogoPNG.png" group-title="",NewsmaxTV (1080p) +#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="News",Newsmax (1080p) http://nmxlive.akamaized.net/hls/live/529965/Live_1/master.m3u8 -#EXTINF:-1 tvg-id="NewsNet.us" tvg-name="NewsNet" tvg-country="US" tvg-language="" tvg-logo="" group-title="",NewsNet +#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="News",Newsmax +https://d3ut7rvli78ywi.cloudfront.net/v1/master/7b67fbda7ab859400a821e9aa0deda20ab7ca3d2/NewsmaxLive/hls/live/529965/Live_1/index.m3u8 +#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="News",Newsmax +https://dai2.xumo.com/amagi_hls_data_xumo1212A-newsmaxxumo/CDN/master.m3u8 +#EXTINF:-1 tvg-id="90331d" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="News",Newsmax +https://newsmax-plex.amagi.tv/hls/amagi_hls_data_plexAAAAA-newsmax-plex/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="News",Newsmax +https://newsmax-roku-us.amagi.tv/hls/amagi_hls_data_newsmaxAA-newsmax/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/09092020/Newsmax%20TV_190x190.png?raw=true" group-title="News",Newsmax +https://newsmax-samsungus.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="News",Newsmax +https://newsmax-vizio.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="News",Newsmax +https://nmxdistro.akamaized.net/hls/live/529965/Live_1/index.m3u8 +#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax (1080p)" tvg-country="US" tvg-language="English" tvg-logo="https://image.xumo.com/v1/channels/channel/9999194/300x300.png?type=color_onBlack" group-title="News",Newsmax (1080p) +https://nmxlive.akamaized.net/hls/live/529965/Live_1/index.m3u8 +#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="News",Newsmax +https://nmxlive.akamaized.net/hls/live/529965/Live_1/index_1080.m3u8 +#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="News",Newsmax +https://nmxlive.akamaized.net/hls/live/529965/Live_1/index_288.m3u8 +#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="News",Newsmax +https://nmxlive.akamaized.net/hls/live/529965/Live_1/index_404.m3u8 +#EXTINF:-1 tvg-id="Newsmax.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/606f92e82172644613403a30" group-title="News",Newsmax +https://nmxlocalnow.akamaized.net/hls/live/2020471/Live_1/index.m3u8 +#EXTINF:-1 tvg-id="NewsmaxXUMO.us" tvg-name="Newsmax (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="News",Newsmax (XUMO) (720p) +https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-newsmaxxumo/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="NewsmaxHD.us" tvg-name="Newsmax" tvg-country="US" tvg-language="English" tvg-logo="https://gitee.com/radioer/radioer/raw/main/newsmax.jpg" group-title="News",Newsmax HD +https://nmxairy.akamaized.net/hls/live/529965/Live_1/index_1080.m3u8 +#EXTINF:-1 tvg-id="NewsNet.us" tvg-name="NewsNet" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/NewsNet.png" group-title="News",NewsNet (480p) +http://broadcastny.yournewsnet.com:8081/master/newsnetweb/playlist.m3u8 +#EXTINF:-1 tvg-id="NewsNet.us" tvg-name="NewsNet" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/NewsNet.png" group-title="News",NewsNet https://2-fss-2.streamhoster.com/pl_138/amlst:201950-1311088/chunklist_b600000.m3u8 -#EXTINF:-1 tvg-id="NewsNetHD.us" tvg-name="NewsNet HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",NewsNet HD +#EXTINF:-1 tvg-id="NewsNet.us" tvg-name="NewsNet" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/NewsNet.png" group-title="News",NewsNet +https://broadcaster1.prolivestream.net:8083/onair/newsnetweb/playlist.m3u8 +#EXTINF:-1 tvg-id="NewsNet.us" tvg-name="NewsNet" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/NewsNet.png" group-title="News",NewsNet +https://nrpus.bozztv.com/36bay2/gusa-newsnet/index.m3u8 +#EXTINF:-1 tvg-id="NewsNetHD.us" tvg-name="NewsNet HD" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/NewsNet.png" group-title="News",NewsNet HD https://2-fss-2.streamhoster.com/pl_138/amlst:201950-1311088/chunklist_b2000000.m3u8 -#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f96bdd939905e0ce7438dd4" group-title="News",Newsy +#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eEqyFBX.jpg" group-title="News",Newsy https://547f72e6652371c3.mediapackage.us-east-1.amazonaws.com/out/v1/e3e6e29095844c4ba7d887f01e44a5ef/index.m3u8 -#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Newsy_359x359.png?raw=true" group-title="",Newsy +#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eEqyFBX.jpg" group-title="News",Newsy https://content.uplynk.com/channel/1f93c13275024afb9e0ead299624073d.m3u8?ad=therokuchannel #EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eEqyFBX.jpg" group-title="News",Newsy (720p) https://content.uplynk.com/channel/4bb4901b934c4e029fd4c1abfc766c37.m3u8 #EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eEqyFBX.jpg" group-title="News",Newsy (720p) https://content.uplynk.com/channel/4bb4901b934c4e029fd4c1abfc766c37.m3u8?ad=newsyweb -#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",Newsy +#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eEqyFBX.jpg" group-title="News",Newsy https://d3ra88okaj5j4j.cloudfront.net/out/v1/e3e6e29095844c4ba7d887f01e44a5ef/index.m3u8 #EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eEqyFBX.jpg" group-title="News",Newsy (1080p) https://dai.google.com/linear/hls/event/0PopB0AoSiClAGrHVHBTlw/master.m3u8 -#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Newsy +#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eEqyFBX.jpg" group-title="News",Newsy https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-Newsy.m3u8 -#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Newsy +#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eEqyFBX.jpg" group-title="News",Newsy https://newsy-newsy-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/Newsy_190x190.png?raw=true" group-title="",Newsy +#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eEqyFBX.jpg" group-title="News",Newsy https://newsy.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Newsy +#EXTINF:-1 tvg-id="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eEqyFBX.jpg" group-title="News",Newsy https://newsy.sinclair.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="NewsyTopStories.us" tvg-name="Newsy Top Stories" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Newsy Top Stories +#EXTINF:-1 tvg-id="NewsyTopStories.us" tvg-name="Newsy Top Stories" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eEqyFBX.jpg" group-title="News",Newsy Top Stories https://content.uplynk.com/channel/387c33ce09da4de699668c0c7d1244a8.m3u8?ad=distrotv -#EXTINF:-1 tvg-id="NGWILD.us" tvg-name="NG WILD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",NG WILD +#EXTINF:-1 tvg-id="NationalGeographicWild.us" tvg-name="National Geographic Wild" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",National Geographic Wild https://cdn1.mobiletv.bg/T5/ng_wild_hd/ng_wild_hd_794613_850k.m3u8 #EXTINF:-1 tvg-id="NickPlutoTV.us" tvg-name="Nick (Pluto TV)" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca673e0d0bd6c2689c94ce3/colorLogoPNG.png" group-title="Kids",Nick (Pluto TV) (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -2853,7 +2851,7 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca6748a37b88b26947 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="NickJrPlutoTV.us" tvg-name="Nick Jr (Pluto TV)" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5ede45451dce190007ef9ff2/colorLogoPNG.png" group-title="Kids",Nick Jr (Pluto TV) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede45451dce190007ef9ff2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="NickJr.us" tvg-name="Nick Jr." tvg-country="US" tvg-language="" tvg-logo="" group-title="",Nick Jr. +#EXTINF:-1 tvg-id="NickJr.us" tvg-name="Nick Jr." tvg-country="US" tvg-language="English" tvg-logo="http://static.epg.best/sa/NickJr.sa.png" group-title="Kids",Nick Jr. https://cdn1.mobiletv.bg/T5/bit/bit_794613_850k.m3u8 #EXTINF:-1 tvg-id="NickJrClubPlutoTV.us" tvg-name="Nick Jr. Club (Pluto TV)" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ddd7cb2cbb9010009b4fe32/colorLogoPNG.png" group-title="Kids",Nick Jr. Club (Pluto TV) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddd7cb2cbb9010009b4fe32/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= @@ -2861,21 +2859,21 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddd7cb2cbb9010009 http://212.224.98.213:2200/EX/Nick_Jr_Too-uk/index.m3u8?token= #EXTINF:-1 tvg-id="nickjrtoo.us" tvg-name="Nick Jr. Too" tvg-country="UK;IE" tvg-language="English" tvg-logo="http://neczbm.to/images/channels/NickJrToo.png" group-title="Kids",Nick Jr. Too (576p) http://46.105.112.116/?watch=EX/Nick_Jr_Too-uk -#EXTINF:-1 tvg-id="NickJuniorClubPlutoTVBrazil.us" tvg-name="Nick Junior Club Pluto TV (Brazil)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Nick Junior Club Pluto TV (Brazil) +#EXTINF:-1 tvg-id="NickJuniorClubPlutoTVBrazil.us" tvg-name="Nick Junior Club Pluto TV (Brazil)" tvg-country="US" tvg-language="" tvg-logo="https://images.pluto.tv/channels/5ddd7cb2cbb9010009b4fe32/colorLogoPNG.png" group-title="Kids",Nick Junior Club Pluto TV (Brazil) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f121460b73ac6000719fbaf/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=706&deviceId=5f121460b73ac6000719fbaf&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=-23.5475&deviceLon=-46.6361&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=BR&serverSideAds=false -#EXTINF:-1 tvg-id="NickPluto.us" tvg-name="Nick Pluto" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/07292020/Nick_Pluto_TV_190x190.png?raw=true" group-title="",Nick Pluto +#EXTINF:-1 tvg-id="NickPluto.us" tvg-name="Nick Pluto" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/07292020/Nick_Pluto_TV_190x190.png?raw=true" group-title="Kids",Nick Pluto http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus&coppa=1 -#EXTINF:-1 tvg-id="NickPlutoGermany.us" tvg-name="Nick Pluto (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Nick Pluto (Germany) +#EXTINF:-1 tvg-id="NickPlutoGermany.us" tvg-name="Nick Pluto (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="Kids",Nick Pluto (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede448d3d50590007a4419e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=261&deviceId=5ede448d3d50590007a4419e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="NickPlutoTV.us" tvg-name="Nick Pluto TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Nick Pluto TV +#EXTINF:-1 tvg-id="NickPlutoTV.us" tvg-name="Nick Pluto TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Kids",Nick Pluto TV 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&sid=e6f1682e-cc62-437a-bd0d-082bea9a4059&userId=&serverSideAds=true #EXTINF:-1 tvg-id="NickRewindGermany.us" tvg-name="Nick Rewind (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Nick Rewind (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ed106ce4bf2e80007700bb3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=262&deviceId=5ed106ce4bf2e80007700bb3&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="NickelodeonHD.us" tvg-name="Nickelodeon HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Nickelodeon HD +#EXTINF:-1 tvg-id="NickelodeonHD.us" tvg-name="Nickelodeon HD" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Nickelodeon HD http://c0.cdn.trinity-tv.net/stream/7tsewn83ddjifz69us9je7eftbm5nuausb4dsvz9g5aydin9672n734qbb9jgcfpiqtpwudvs9dpi2udjc3eh4h462eie5azjmfbfgfjeqfuhjmmgx9zuj736ijg7nffhf8rviq5svkgxbp639y9nfgc.m3u8 -#EXTINF:-1 tvg-id="NickelodeonHD.us" tvg-name="Nickelodeon HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Nickelodeon HD +#EXTINF:-1 tvg-id="NickelodeonHD.us" tvg-name="Nickelodeon HD" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Nickelodeon HD http://iptv-telik.usite.pro/load/0-0-1-125-20 -#EXTINF:-1 tvg-id="NitroCircus.us" tvg-name="Nitro Circus" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Nitro Circus +#EXTINF:-1 tvg-id="NitroCircus.us" tvg-name="Nitro Circus" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Nitro Circus https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxnitrocircus/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows #EXTINF:-1 tvg-id="NoorTV.us" tvg-name="Noor TV" tvg-country="AF" tvg-language="" tvg-logo="https://i.imgur.com/oeV42l0.jpg" group-title="",Noor TV https://ls1.serverdump.com/stream3.m3u8 @@ -2885,63 +2883,63 @@ https://dai.google.com/linear/hls/event/trvuY4TqQCmrAKFTlr6tPQ/master.m3u8 https://dai.google.com/linear/hls/event/B6RsXGIZSVqeVZGZIEZESg/master.m3u8 #EXTINF:-1 tvg-id="NorthCarolinaRaleighDurhamSTIRR.us" tvg-name="North Carolina: Raleigh - Durham (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",North Carolina: Raleigh - Durham (STIRR) (720p) https://dai.google.com/linear/hls/event/86JIujPNRWiVvtfzksp8QQ/master.m3u8 -#EXTINF:-1 tvg-id="Nosey.us" tvg-name="Nosey" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Nosey -https://9c27771bc8af464c8588ae326fe26edd.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_Nosey/3e715e05-ef51-4db7-8499-59628359c65b/5.m3u8 -#EXTINF:-1 tvg-id="nosey.us" tvg-name="nosey" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",nosey +#EXTINF:-1 tvg-id="nosey.us" tvg-name="nosey" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="",nosey +https://9c27771bc8af464c8588ae326fe26edd.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_nosey/3e715e05-ef51-4db7-8499-59628359c65b/5.m3u8 +#EXTINF:-1 tvg-id="nosey.us" tvg-name="nosey" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="",nosey https://dai2.xumo.com/amagi_hls_data_xumo1212A-redbox-nosey/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="d11e92" tvg-name="Nosey" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="",Nosey +#EXTINF:-1 tvg-id="d11e92" tvg-name="nosey" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="",nosey https://nosey-2.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Nosey.us" tvg-name="Nosey" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Nosey +#EXTINF:-1 tvg-id="nosey.us" tvg-name="nosey" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="",nosey https://nosey-2.roku.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="nosey.us" tvg-name="nosey" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",nosey +#EXTINF:-1 tvg-id="nosey.us" tvg-name="nosey" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="",nosey https://nosey-2.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Nosey.us" tvg-name="Nosey" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/Nosey_190x190.png?raw=true" group-title="",Nosey +#EXTINF:-1 tvg-id="nosey.us" tvg-name="nosey" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="",nosey https://nosey-2.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Nosey.us" tvg-name="Nosey" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Nosey +#EXTINF:-1 tvg-id="nosey.us" tvg-name="nosey" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="",nosey https://nosey-realnosey-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="NoseyXUMO.us" tvg-name="Nosey (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://image.xumo.com/v1/channels/channel/9999922/248x140.png?type=channelTile" group-title="",Nosey (XUMO) +#EXTINF:-1 tvg-id="noseyXUMO.us" tvg-name="nosey (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="",nosey (XUMO) https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redbox-nosey/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="noseyDivorceCourt.us" tvg-name="nosey | Divorce Court" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/nosey_485x485.png?raw=true" group-title="Entertainment",nosey | Divorce Court +#EXTINF:-1 tvg-id="noseyDivorceCourt.us" tvg-name="nosey | Divorce Court" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="Entertainment",nosey | Divorce Court https://stitcheraws.unreel.me/wse-node02.powr.com/powr/ngrp:5eb1e76d1474f9020c06f9ee_all/playlist.m3u8 -#EXTINF:-1 tvg-id="noseyJerrySpringer.us" tvg-name="nosey | Jerry Springer" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/nosey_485x485.png?raw=true" group-title="Entertainment",nosey | Jerry Springer +#EXTINF:-1 tvg-id="noseyJerrySpringer.us" tvg-name="nosey | Jerry Springer" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="Entertainment",nosey | Jerry Springer https://stitcheraws.unreel.me/wse-node04.powr.com/powr_480pt/ngrp:5eb1e7f848f1ff2e1d2555a2_all/playlist.m3u8 -#EXTINF:-1 tvg-id="noseyJudgeKarensCourt.us" tvg-name="nosey | Judge Karen's Court" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/nosey_485x485.png?raw=true" group-title="Entertainment",nosey | Judge Karen's Court +#EXTINF:-1 tvg-id="noseyJudgeKarensCourt.us" tvg-name="nosey | Judge Karen's Court" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="Entertainment",nosey | Judge Karen's Court https://stitcheraws.unreel.me/wse-node02.powr.com/powr/ngrp:5eb1e7261474f9020c06f9ec_all/playlist.m3u8 -#EXTINF:-1 tvg-id="noseyMaury.us" tvg-name="nosey | Maury" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/nosey_485x485.png?raw=true" group-title="Entertainment",nosey | Maury +#EXTINF:-1 tvg-id="noseyMaury.us" tvg-name="nosey | Maury" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="Entertainment",nosey | Maury https://stitcheraws.unreel.me/wse-node04.powr.com/powr_480pt/ngrp:5eb1e88458ad7801fa2cfc2e_all/playlist.m3u8 -#EXTINF:-1 tvg-id="noseySteveWilkos.us" tvg-name="nosey | Steve Wilkos" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/nosey_485x485.png?raw=true" group-title="Entertainment",nosey | Steve Wilkos +#EXTINF:-1 tvg-id="noseySteveWilkos.us" tvg-name="nosey | Steve Wilkos" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="Entertainment",nosey | Steve Wilkos https://stitcheraws.unreel.me/wse-node04.powr.com/powr_480pt/ngrp:5eb1e84c95ee0253b97679d7_all//playlist.m3u8 #EXTINF:-1 tvg-id="NothingScripted.us" tvg-name="Nothing Scripted" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QSH4Z4p.png" group-title="Local",Nothing Scripted (720p) https://30a-tv.com/NothingScripted.m3u8 -#EXTINF:-1 tvg-id="NovelasDramas.us" tvg-name="Novelas Dramas" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/Novelas_Drama_190x190.png?raw=true" group-title="",Novelas Dramas +#EXTINF:-1 tvg-id="NovelasDramas.us" tvg-name="Novelas Dramas" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/Novelas_Drama_190x190.png?raw=true" group-title="Series",Novelas Dramas http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus -#EXTINF:-1 tvg-id="NovelasRomance.us" tvg-name="Novelas Romance" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/Novelas_Drama_190x190.png?raw=true" group-title="",Novelas Romance +#EXTINF:-1 tvg-id="NovelasRomance.us" tvg-name="Novelas Romance" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/Novelas_Drama_190x190.png?raw=true" group-title="Series",Novelas Romance http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84db2db3851800077c871e/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus -#EXTINF:-1 tvg-id="NowThis.us" tvg-name="Now This" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Now This +#EXTINF:-1 tvg-id="NowThis.us" tvg-name="Now This" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Now_This_Logo_White.svg/1200px-Now_This_Logo_White.svg.png" group-title="General",Now This https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxnowthis/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="NowThis.us" tvg-name="Now This" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Now This +#EXTINF:-1 tvg-id="NowThis.us" tvg-name="Now This" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Now_This_Logo_White.svg/1200px-Now_This_Logo_White.svg.png" group-title="General",Now This https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunowthis/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="NowThis.us" tvg-name="Now This" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Now This +#EXTINF:-1 tvg-id="NowThis.us" tvg-name="Now This" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Now_This_Logo_White.svg/1200px-Now_This_Logo_White.svg.png" group-title="General",Now This https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunowthis/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="NowThis.us" tvg-name="Now This" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1qYilYp.png" group-title="",Now This (XUMO) +#EXTINF:-1 tvg-id="NowThis.us" tvg-name="Now This" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Now_This_Logo_White.svg/1200px-Now_This_Logo_White.svg.png" group-title="General",Now This (XUMO) https://dai2.xumo.com/amagi_hls_data_xumo1212A-nowthis/CDN/master.m3u8 -#EXTINF:-1 tvg-id="NowThisXUMO.us" tvg-name="Now This (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SXWwfca.png" group-title="",Now This (XUMO) +#EXTINF:-1 tvg-id="NowThisXUMO.us" tvg-name="Now This (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Now_This_Logo_White.svg/1200px-Now_This_Logo_White.svg.png" group-title="General",Now This (XUMO) https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxnowthis/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="NowYouKnowBumblebee.us" tvg-name="Now You Know (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/78K3L8J.png" group-title="Education",Now You Know (Bumblebee) https://stitcheraws.unreel.me/wse-node04.powr.com/live/5b284f40d5eeee07522b775e/playlist.m3u8 -#EXTINF:-1 tvg-id="NRBNetworkEnglish.us" tvg-name="NRB Network (English)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",NRB Network (English) (480p) +#EXTINF:-1 tvg-id="NRBNetworkEnglish.us" tvg-name="NRB Network (English)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S3Ujv10.png" group-title="",NRB Network (English) (480p) http://uni6rtmp.tulix.tv:1935/nrbnetwork/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="NRBTV.us" tvg-name="NRBTV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Religious",NRBTV (480p) +#EXTINF:-1 tvg-id="NRBTV.us" tvg-name="NRBTV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S3Ujv10.png" group-title="Religious",NRBTV (480p) https://uni6rtmp.tulix.tv/nrbnetwork/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="NYXT.us" tvg-name="NYXT" tvg-country="US" tvg-language="" tvg-logo="" group-title="",NYXT +#EXTINF:-1 tvg-id="NYXT.us" tvg-name="NYXT" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/KiIzWmO.png" group-title="",NYXT https://api.new.livestream.com/accounts/19770665/events/5522162/live.m3u8 -#EXTINF:-1 tvg-id="OANEncore.us" tvg-name="OAN Encore" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60482b7d23abc17c31500628" group-title="News",OAN Encore +#EXTINF:-1 tvg-id="OANEncore.us" tvg-name="OAN Encore" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60482b7d23abc17c31500628" group-title="News",OAN Encore https://cdn.herringnetwork.com/80A4DFF/oane_oregon/OAN_Encore.m3u8 #EXTINF:-1 tvg-id="OANEncore.us" tvg-name="OAN Encore" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/9S4ZbPL.jpg" group-title="News",OAN Encore https://oneamericanews-roku-us.amagi.tv/hls/amagi_hls_data_oneameric-oneamericanews/CDN/512x288_875600/index.m3u8 #EXTINF:-1 tvg-id="OANPlus.us" tvg-name="OAN Plus" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jpDLjPW.png" group-title="",OAN Plus (1080p) http://oneamericanews-roku-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="OANPlus.us" tvg-name="OAN Plus" tvg-country="US" tvg-language="" tvg-logo="" group-title="",OAN Plus +#EXTINF:-1 tvg-id="OANPlus.us" tvg-name="OAN Plus" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jpDLjPW.png" group-title="",OAN Plus https://cdn.herringnetwork.com/80A4DFF/oane_oregon/OAN_Encore_180p30.m3u8 #EXTINF:-1 tvg-id="OANNOneAmericaNewsNetwork.us" tvg-name="OANN One America News Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/G6e7Hcl.png" group-title="News",OANN One America News Network (720p) http://n1.klowdtv.net/live1/oan_720p/playlist.m3u8 @@ -2971,25 +2969,25 @@ http://granicusliveus12-a.akamaihd.net/olelo/G0125_011/chunklist.m3u8 https://granicusliveus12-a.akamaihd.net/olelo/G0125_012/chunklist.m3u8 #EXTINF:-1 tvg-id="Olelo55.us" tvg-name="Olelo 55" tvg-country="US" tvg-language="English" tvg-logo="http://olelo.org/wp-content/uploads/2017/03/cropped-site-icon-180x180.png" group-title="Local",Olelo 55 https://granicusliveus12-a.akamaihd.net/olelo/G0125_013/chunklist.m3u8 -#EXTINF:-1 tvg-id="OmidJavedan.us" tvg-name="Omid Javedan" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Omid Javedan +#EXTINF:-1 tvg-id="OmidJavedan.us" tvg-name="Omid Javedan" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/G1tOSzq.png" group-title="",Omid Javedan http://livestream.5centscdn.com/shaditv/23abe62a446fc05ce0a6c810f4045308.sdp/index.m3u8 -#EXTINF:-1 tvg-id="OMLonRevry.us" tvg-name="OML on Revry" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc810e0f000c90dd9563252" group-title="Entertainment",OML on Revry +#EXTINF:-1 tvg-id="OMLonRevry.us" tvg-name="OML on Revry" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc810e0f000c90dd9563252" group-title="Entertainment",OML on Revry https://linear-73.frequency.stream/dist/localnow/73/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="OneAmericaOAN.us" tvg-name="One America (OAN)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",One America (OAN) +#EXTINF:-1 tvg-id="OneAmericaNewsOAN.us" tvg-name="One America News (OAN)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/G6e7Hcl.png" group-title="News",One America News (OAN) https://oneamericanews-roku-us.amagi.tv/hls/amagi_hls_data_oneameric-oneamericanews/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="OneAmericaNews.us" tvg-name="One America News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/G6e7Hcl.png" group-title="",One America News +#EXTINF:-1 tvg-id="OneAmericaNewsOAN.us" tvg-name="One America News (OAN)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/G6e7Hcl.png" group-title="News",One America News (OAN) http://n1.klowdtv.net/live1/oan_720p/chunks.m3u8 -#EXTINF:-1 tvg-id="OneAmericaNews.us" tvg-name="One America News" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",One America News (720p) +#EXTINF:-1 tvg-id="OneAmericaNewsOAN.us" tvg-name="One America News (OAN)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/G6e7Hcl.png" group-title="News",One America News (OAN) (720p) https://cdn.klowdtv.net/803B48A/oan_aws_ms/OAN.m3u8 -#EXTINF:-1 tvg-id="OneAmericaNews.us" tvg-name="One America News" tvg-country="US" tvg-language="" tvg-logo="" group-title="",One America News +#EXTINF:-1 tvg-id="OneAmericaNewsOAN.us" tvg-name="One America News (OAN)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/G6e7Hcl.png" group-title="News",One America News (OAN) https://oneamericanews-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="OneAmericaNewsNetwork.us" tvg-name="One America News Network" tvg-country="US" tvg-language="" tvg-logo="" group-title="",One America News Network +#EXTINF:-1 tvg-id="OneAmericaNewsOAN.us" tvg-name="One America News (OAN)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/G6e7Hcl.png" group-title="News",One America News (OAN) https://cdn.klowdtv.net/803B48A/oan_aws_ms/OAN_180p30.m3u8 -#EXTINF:-1 tvg-id="OrangeTV.us" tvg-name="Orange TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Orange TV +#EXTINF:-1 tvg-id="OrangeTV.us" tvg-name="Orange TV" tvg-country="US" tvg-language="English" tvg-logo="http://lh4.ggpht.com/rTO2b4xizn7KZy6X-3RUSMWmNi86B116IuF9kgi51fyNTp8mrEhP25svcAMx5BngXwlf=w300" group-title="Local",Orange TV http://otv3.ocfl.net:1936/OrangeTV/smil:OrangeTV.smil/chunklist_b894100_sleng.m3u8 -#EXTINF:-1 tvg-id="OrangeTV.us" tvg-name="Orange TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Orange TV +#EXTINF:-1 tvg-id="OrangeTV.us" tvg-name="Orange TV" tvg-country="US" tvg-language="English" tvg-logo="http://lh4.ggpht.com/rTO2b4xizn7KZy6X-3RUSMWmNi86B116IuF9kgi51fyNTp8mrEhP25svcAMx5BngXwlf=w300" group-title="Local",Orange TV http://otv3.ocfl.net:1936/OrangeTV/smil:OrangeTV.smil/chunklist_w1007974604_b894100_sleng.m3u8 -#EXTINF:-1 tvg-id="OrangeTV.us" tvg-name="Orange TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",Orange TV (720p) +#EXTINF:-1 tvg-id="OrangeTV.us" tvg-name="Orange TV" tvg-country="US" tvg-language="English" tvg-logo="http://lh4.ggpht.com/rTO2b4xizn7KZy6X-3RUSMWmNi86B116IuF9kgi51fyNTp8mrEhP25svcAMx5BngXwlf=w300" group-title="Local",Orange TV (720p) http://otv3.ocfl.net:1936/OrangeTV/smil:OrangeTV.smil/playlist.m3u8 #EXTINF:-1 tvg-id="OregonEugeneSpringfield1STIRR.us" tvg-name="Oregon: Eugene - Springfield #1 (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Oregon: Eugene - Springfield #1 (STIRR) (720p) https://dai.google.com/linear/hls/event/Ep4QBzH-TKW0iLhPVGuCvA/master.m3u8 @@ -3005,23 +3003,23 @@ https://hls-cdn.tvstartup.net/barakyah-channel/play/mp4:ourtvedge/chunklist.m3u8 https://d18toqrnfyz3v1.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/OutdoorAmerica-PLEX/159.m3u8 #EXTINF:-1 tvg-id="OutdoorAmerica.us" tvg-name="Outdoor America" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/BYNg7Wk.png" group-title="Outdoor",Outdoor America (720p) https://dai.google.com/linear/hls/event/WB-7LjdsRVm0wVoLZjR8mA/master.m3u8 -#EXTINF:-1 tvg-id="OutdoorAmerica.us" tvg-name="Outdoor America" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Outdoor America +#EXTINF:-1 tvg-id="OutdoorAmerica.us" tvg-name="Outdoor America" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Outdoor",Outdoor America https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows/amagi_hls_data_xumo1212A-redboxoutdooramerica/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="OutdoorAmericaSTIRR.us" tvg-name="Outdoor America (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fZDrLpd.png" group-title="Outdoor",Outdoor America (STIRR) (720p) https://obsession-media-sinclair.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="OutdoorChannel.us" tvg-name="Outdoor Channel" tvg-country="AU" tvg-language="English" tvg-logo="http://i.mjh.nz/.images/tv.7outdoor.png" group-title="Outdoor",Outdoor Channel (720p) [Geo-blocked] https://i.mjh.nz/au/Sydney/tv.7outdoor.m3u8 -#EXTINF:-1 tvg-id="OutdoorChannel.us" tvg-name="Outdoor Channel" tvg-country="US" tvg-language="" tvg-logo="https://static.epg.best/gb/OutdoorChannel.uk.png" group-title="Outdoor",Outdoor Channel +#EXTINF:-1 tvg-id="OutdoorChannel.us" tvg-name="Outdoor Channel" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/gb/OutdoorChannel.uk.png" group-title="Outdoor",Outdoor Channel https://livecdn.fptplay.net/world/outdoorfhd_hls.smil/chunklist_b2500000.m3u8 #EXTINF:-1 tvg-id="OutdoorChannel.us" tvg-name="Outdoor Channel" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/mcUDAhZ.png" group-title="Outdoor",Outdoor Channel (1080p) https://outdoorchannel-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="OutdoorHD.us" tvg-name="Outdoor HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Outdoor HD +#EXTINF:-1 tvg-id="OutdoorHD.us" tvg-name="Outdoor HD" tvg-country="US" tvg-language="English" tvg-logo="http://i.mjh.nz/.images/tv.7outdoor.png" group-title="Outdoor",Outdoor HD http://ott.watch/stream/E7Q3UVKI5H/211.m3u8 -#EXTINF:-1 tvg-id="OutsideTV.us" tvg-name="Outside TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Outside TV +#EXTINF:-1 tvg-id="OutsideTV.us" tvg-name="Outside TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/NeXxP2T.png" group-title="Outdoor",Outside TV https://outside-tv-samsung.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="OutsideTV.us" tvg-name="Outside TV" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c1efa49020443150ee563" group-title="Sports",Outside TV +#EXTINF:-1 tvg-id="OutsideTV.us" tvg-name="Outside TV" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c1efa49020443150ee563" group-title="Outdoor",Outside TV https://outsidetv-outside-localnow.amagi.tv/localnow.m3u8 -#EXTINF:-1 tvg-id="OutsideTV.us" tvg-name="Outside TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Outside TV +#EXTINF:-1 tvg-id="OutsideTV.us" tvg-name="Outside TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/NeXxP2T.png" group-title="Outdoor",Outside TV https://outsidetv-roku-us.amagi.tv/hls/amagi_hls_data_outsidetv-outsidetv/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="OutsideTV.us" tvg-name="Outside TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/OutsideTVPlus_540x540.png?raw=true" group-title="Outdoor",Outside TV (1080p) https://outsidetvplus-stirr.amagi.tv/playlist.m3u8 @@ -3029,11 +3027,11 @@ https://outsidetvplus-stirr.amagi.tv/playlist.m3u8 https://dai.google.com/linear/hls/event/HJAq3zH1SUy_B6fb1j80_Q/master.m3u8 #EXTINF:-1 tvg-id="OutsideTVUS.us" tvg-name="Outside TV (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1CViR0E.png" group-title="Outdoor",Outside TV (US) (720p) https://outside-tv.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="OutsideTVPlus.us" tvg-name="Outside TV+" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Outside TV+ +#EXTINF:-1 tvg-id="OutsideTVPlus.us" tvg-name="Outside TV+" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Outdoor",Outside TV+ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxoutsidetv/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows #EXTINF:-1 tvg-id="OutsideTVPlus.us" tvg-name="Outside TV+" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1CViR0E.png" group-title="Outdoor",Outside TV+ https://outsidetvplus-stirr.amagi.tv/playlistR360p.m3u8 -#EXTINF:-1 tvg-id="OutsideTVPlus.us" tvg-name="Outside TV+" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Outside TV+ +#EXTINF:-1 tvg-id="OutsideTVPlus.us" tvg-name="Outside TV+" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="Outdoor",Outside TV+ https://outsidetvplus-xumo.amagi.tv/hls/amagi_hls_data_outsidetv-outsidetvplusxumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="PAC12.us" tvg-name="PAC 12" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Sports",PAC 12 https://pac12-redbox.amagi.tv/hls/amagi_hls_data_pac-12AAA-pac12-redbox/CDN/playlist.m3u8?deviceid=&is_lat=&subp=RedboxdesktopWebWindows @@ -3041,29 +3039,29 @@ https://pac12-redbox.amagi.tv/hls/amagi_hls_data_pac-12AAA-pac12-redbox/CDN/play https://pac12-vizio.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Pac12.us" tvg-name="Pac-12" tvg-country="AU" tvg-language="English" tvg-logo="http://i.mjh.nz/.images/tv.7pac12.png" group-title="",Pac-12 [Geo-blocked] https://i.mjh.nz/au/Sydney/tv.7pac12.m3u8 -#EXTINF:-1 tvg-id="Pac12Insider.us" tvg-name="Pac-12 Insider" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Pac-12 Insider +#EXTINF:-1 tvg-id="Pac12Insider.us" tvg-name="Pac-12 Insider" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Pac-12 Insider https://pac12-roku-us.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="PAC12Insider.us" tvg-name="PAC12 Insider" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/3lp7suq.png" group-title="Sports",PAC12 Insider (1080p) https://pac12-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ParamountComedyRussia.us" tvg-name="Paramount Comedy Russia" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="",Paramount Comedy Russia +#EXTINF:-1 tvg-id="ParamountComedyRussia.us" tvg-name="Paramount Comedy Russia" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/u50d1gv.png" group-title="Comedy",Paramount Comedy Russia http://45.145.32.11:20007/paramount_comedy/video.m3u8 -#EXTINF:-1 tvg-id="ParamountMovieChannel.us" tvg-name="Paramount Movie Channel" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/06052020/Paramount_Movie_Channel_190x190.png?raw=true" group-title="",Paramount Movie Channel +#EXTINF:-1 tvg-id="ParamountMovieChannel.us" tvg-name="Paramount Movie Channel" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/06052020/Paramount_Movie_Channel_190x190.png?raw=true" group-title="",Paramount Movie Channel http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus -#EXTINF:-1 tvg-id="PartyLoop.us" tvg-name="Party Loop" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Party Loop +#EXTINF:-1 tvg-id="PartyLoop.us" tvg-name="Party Loop" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Party Loop https://loop-party-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PartyTymeKaraoke.us" tvg-name="Party_Tyme_Karaoke" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Jj4zvOK.png" group-title="",Party Tyme Karaoke +#EXTINF:-1 tvg-id="PartyTymeKaraoke.us" tvg-name="Party_Tyme_Karaoke" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Jj4zvOK.png" group-title="",Party Tyme Karaoke https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=64 -#EXTINF:-1 tvg-id="PartyTymeKaraoke.us" tvg-name="Party Tyme Karaoke" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Party Tyme Karaoke +#EXTINF:-1 tvg-id="PartyTymeKaraoke.us" tvg-name="Party Tyme Karaoke" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Party Tyme Karaoke https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=64&live=1&app_bundle=com.plexapp.desktop&did=df8e1a36-847d-5096-86a7-3803ed330ede&app_domain=app.plex.tv&app_name=plex&h=691&w=1224&content_title=MorUy57ijWhGe4ixZb_T&content_series=5f17a1a283581000409bd875&custom4=plex&gdpr=1&device_make=Windows&device_model=Firefox&coppa=0&us_privacy=1--- #EXTINF:-1 tvg-id="Pattrn.us" tvg-name="Pattrn" tvg-country="US" tvg-language="Englih" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f976cdcd40f5d6678647013" group-title="Weather",Pattrn https://csm-e-cetubiausw2live204-01130c4edc259e208.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-Pattrn.m3u8 -#EXTINF:-1 tvg-id="Pattrn.us" tvg-name="Pattrn" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f976cdcd40f5d6678647013" group-title="Weather",Pattrn +#EXTINF:-1 tvg-id="Pattrn.us" tvg-name="Pattrn" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f976cdcd40f5d6678647013" group-title="Weather",Pattrn https://linear-76.frequency.stream/dist/localnow/76/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="PayameAfghanTV.us" tvg-name="Payam-e-Afghan TV" tvg-country="AF" tvg-language="" tvg-logo="" group-title="",Payam-e-Afghan TV +#EXTINF:-1 tvg-id="PayameAfghanTV.us" tvg-name="Payam-e-Afghan TV" tvg-country="AF" tvg-language="" tvg-logo="https://i.imgur.com/G7Zn0gN.png" group-title="",Payam-e-Afghan TV http://g5nl6xx5lpq6-hls-live.5centscdn.com/live1234/2621b29e501b445fabf227b086123b70.sdp/mono.m3u8 #EXTINF:-1 tvg-id="PayvandTV.us" tvg-name="Payvand TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Payvand TV http://uni6rtmp.tulix.tv:1935/ucur1/Payvand/playlist.m3u8 -#EXTINF:-1 tvg-id="PBCTapeshTV.us" tvg-name="PBC Tapesh TV" tvg-country="US;IR" tvg-language="Persian" tvg-logo="" group-title="General",PBC Tapesh TV (720p) +#EXTINF:-1 tvg-id="PBCTapeshTV.us" tvg-name="PBC Tapesh TV" tvg-country="US;IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/Yry3FXW.png" group-title="General",PBC Tapesh TV (720p) https://iptv.tapesh.tv/tapesh/playlist.m3u8 #EXTINF:-1 tvg-id="PBSAmerica.us" tvg-name="PBS America" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/J4zE5z9.jpg" group-title="General",PBS America (720p) https://pbs-samsunguk.amagi.tv/playlist.m3u8 @@ -3089,17 +3087,17 @@ https://dai.google.com/linear/hls/event/BXZlH0kXTeGczlQ49-0QFQ/master.m3u8 https://dai.google.com/linear/hls/event/qJU_NkxXQoCbACvG5BWrXQ/master.m3u8 #EXTINF:-1 tvg-id="PennsylvaniaWilkesBarreScrantonSTIRR.us" tvg-name="Pennsylvania: Wilkes Barre - Scranton (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Pennsylvania: Wilkes Barre - Scranton (STIRR) (720p) https://dai.google.com/linear/hls/event/jlf2tRLPTg2xjMtKe5ey-w/master.m3u8 -#EXTINF:-1 tvg-id="Peopleareawesome.us" tvg-name="People are awesome" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People are awesome +#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People are Awesome https://a357e37df8ec46719fdeffa29a3e8e40.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex-intl_PeopleAreAwesome/8fe64d6c-210c-42ac-8b42-8006b8721cf4/3.m3u8 -#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People are Awesome +#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People are Awesome https://dai2.xumo.com/amagi_hls_data_xumo1212A-peopleareawesome/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",People are Awesome +#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",People are Awesome https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxpeopleareawesome/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="4370d6" tvg-name="People_are_Awesome" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/gWOqTZg.png" group-title="",People are Awesome +#EXTINF:-1 tvg-id="4370d6" tvg-name="People_are_Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/gWOqTZg.png" group-title="",People are Awesome https://jukin-peopleareawesome-1.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People are Awesome (720p) https://jukin-peopleareawesome-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People are Awesome +#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People are Awesome https://jukin-peopleareawesome-1.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/L6Bljv7.png" group-title="",People are Awesome (720p) https://jukin-peopleareawesome-2-ca.samsung.wurl.com/manifest/playlist.m3u8 @@ -3107,85 +3105,85 @@ https://jukin-peopleareawesome-2-ca.samsung.wurl.com/manifest/playlist.m3u8 https://jukin-peopleareawesome-2-de.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People are Awesome (720p) https://jukin-peopleareawesome-2-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Peopleareawesome.us" tvg-name="People are awesome" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People are awesome +#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People are Awesome https://jukin-peopleareawesome-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleAreAwesome.us" tvg-name="People Are Awesome" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People Are Awesome +#EXTINF:-1 tvg-id="PeopleAreAwesome.us" tvg-name="People Are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People Are Awesome https://jukin-peopleareawesome-2-gb.samsung.wurl.com/manifest/1200.m3u8 #EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People are Awesome (720p) https://jukin-peopleareawesome-2-gb.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People are Awesome (720p) https://jukin-peopleareawesome-2-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleAreAwesome.us" tvg-name="People Are Awesome" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People Are Awesome +#EXTINF:-1 tvg-id="PeopleAreAwesome.us" tvg-name="People Are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People Are Awesome https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e54169f4b9b25000994a303/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=340&deviceId=5e54169f4b9b25000994a303&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PeopleAreAwesomeAustralia.us" tvg-name="People Are Awesome (Australia)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People Are Awesome (Australia) +#EXTINF:-1 tvg-id="PeopleAreAwesomeAustralia.us" tvg-name="People Are Awesome (Australia)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People Are Awesome (Australia) https://jukin-peopleareawesome-2-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleareAwesomeIndia.us" tvg-name="People are Awesome (India)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People are Awesome (India) +#EXTINF:-1 tvg-id="PeopleareAwesomeIndia.us" tvg-name="People are Awesome (India)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People are Awesome (India) https://jukin-peopleareawesome-2-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleareAwesomeMexico.us" tvg-name="People are Awesome (Mexico)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People are Awesome (Mexico) +#EXTINF:-1 tvg-id="PeopleareAwesomeMexico.us" tvg-name="People are Awesome (Mexico)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People are Awesome (Mexico) https://jukin-peopleareawesome-2-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleareAwesomeNetherlands.us" tvg-name="People are Awesome (Netherlands)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People are Awesome (Netherlands) +#EXTINF:-1 tvg-id="PeopleareAwesomeNetherlands.us" tvg-name="People are Awesome (Netherlands)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People are Awesome (Netherlands) https://jukin-peopleareawesome-2-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleareAwesomeSweden.us" tvg-name="People are Awesome (Sweden)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People are Awesome (Sweden) +#EXTINF:-1 tvg-id="PeopleareAwesomeSweden.us" tvg-name="People are Awesome (Sweden)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/msHBlDz.png" group-title="",People are Awesome (Sweden) https://jukin-peopleareawesome-2-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People TV +#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/59c2c3ae40e64939daad8b76/colorLogoPNG.png" group-title="Entertainment",People TV https://csm-e-cetubiausw2live204-0d03c1c1e1332a1c7.csm.tubi.video/csm/live/241832244.m3u8 -#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",People TV +#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="Entertainment",People TV https://d1qaz9zojo1ayt.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQ0OTQ3NTlf/Tubi_LiveNews_840x840.png" group-title="",People TV +#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjQ0OTQ3NTlf/Tubi_LiveNews_840x840.png" group-title="Entertainment",People TV https://lnc-people-tv.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c20f530708568031c60e2" group-title="Entertainment",People TV +#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c20f530708568031c60e2" group-title="Entertainment",People TV https://peopletv-localnow.akamaized.net/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People TV +#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/59c2c3ae40e64939daad8b76/colorLogoPNG.png" group-title="Entertainment",People TV https://peopletv-oo.akamaized.net/playlist480p.m3u8 -#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People TV +#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/59c2c3ae40e64939daad8b76/colorLogoPNG.png" group-title="Entertainment",People TV https://peopletv-roku-us.akamaized.net/midroll/amagi_hls_data_peopletvA-peopletvtrc/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/06052020/People_%20TV_190x190.png?raw=true" group-title="",People TV +#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/06052020/People_%20TV_190x190.png?raw=true" group-title="Entertainment",People TV https://peopletv-samsungus-ingest.akamaized.net/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",People TV +#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="Entertainment",People TV https://peopletvssai.akamaized.net/amagi_hls_data_peopletvA-peopletvxumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="PeopleTVSTIRR.us" tvg-name="People TV (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/649c7a9c-8b5b-4494-bb0a-a5e8e4cc20fb-small3x1_STIRR_Logo_0420_PeopleTV_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Lifestyle",People TV (STIRR) (1080p) +#EXTINF:-1 tvg-id="PeopleTVSTIRR.us" tvg-name="People TV (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/649c7a9c-8b5b-4494-bb0a-a5e8e4cc20fb-small3x1_STIRR_Logo_0420_PeopleTV_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Entertainment",People TV (STIRR) (1080p) https://dai.google.com/linear/hls/event/Fe9LYYCFR5Csif-I5dyMHg/master.m3u8 -#EXTINF:-1 tvg-id="PeopleTVHD.us" tvg-name="People TV HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",People TV HD +#EXTINF:-1 tvg-id="PeopleTVHD.us" tvg-name="People TV HD" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/59c2c3ae40e64939daad8b76/colorLogoPNG.png" group-title="Entertainment",People TV HD https://peopletv-oo.akamaized.net/playlist720p.m3u8 -#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="PeopleTV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/59c2c3ae40e64939daad8b76/colorLogoPNG.png" group-title="",PeopleTV (720p) +#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/59c2c3ae40e64939daad8b76/colorLogoPNG.png" group-title="Entertainment",People TV (720p) http://plutotv.vo.llnwd.net/m/hlslive/peopletv.m3u8?chname=peopletv&pub=0 -#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="PeopleTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",PeopleTV +#EXTINF:-1 tvg-id="PeopleTV.us" tvg-name="People TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/59c2c3ae40e64939daad8b76/colorLogoPNG.png" group-title="Entertainment",People TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59c2c3ae40e64939daad8b76/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=192&deviceId=59c2c3ae40e64939daad8b76&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PinkfongBabyShark.us" tvg-name="Pinkfong Baby Shark" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/1MGJg18.jpg" group-title="",Pinkfong Baby Shark https://fc2f8d2d3cec45bb9187e8de15532838.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_BabySharkTV/playlist.m3u8 -#EXTINF:-1 tvg-id="PIX11NewYork.us" tvg-name="PIX11 (New York)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",PIX11 (New York) (720p) +#EXTINF:-1 tvg-id="PIX11NewYork.us" tvg-name="PIX11 (New York)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/qDLtnQ6.png" group-title="Local",PIX11 (New York) (720p) https://content.uplynk.com/channel/98828f7707b84dc496472d5789143df2.m3u8 -#EXTINF:-1 tvg-id="PlantBasedNetwork.us" tvg-name="Plant Based Network" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Plant Based Network +#EXTINF:-1 tvg-id="PlantBasedNetwork.us" tvg-name="Plant Based Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iwd9Jxb.png" group-title="",Plant Based Network https://hls-cdn.tvstartup.net/barakyah-channel/live/pbtv/chunklist_w2143964786.m3u8 #EXTINF:-1 tvg-id="PlantBasedNetworkHD.us" tvg-name="Plant-Based Network HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iwd9Jxb.png" group-title="Cooking",Plant-Based Network HD https://hls-cdn.tvstartup.net/barakyah-channel/live/pbtv/chunklist_w1880221002.m3u8 -#EXTINF:-1 tvg-id="PlayWorks.us" tvg-name="Play Works" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Play Works +#EXTINF:-1 tvg-id="PlayWorks.us" tvg-name="Play Works" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Play Works https://b12eca572da7423284734ca3a6242ea2.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_PlayWorks/playlist.m3u8?ads.wurl_channel=512&ads.wurl_name=PlayWorks&ads.us_privacy=1---&ads.psid=df8e1a36-847d-5096-86a7-3803ed330ede&ads.targetopt=0&ads.plex_token=MorUy57ijWhGe4ixZb_T&ads.plex_id=5f0ff263d71dcb00449ec01e&ads.ua=Mozilla%2F5.0%20(Windows%20NT%206.1%3B%20rv%3A83.0)%20Gecko%2F20100101%20Firefox%2F83.0&ads.app_bundle=com.plexapp.desktop&ads.app_store_url=https%3A%2F%2Fapp.plex.tv&ads.gdpr=1&ads.consent=0 #EXTINF:-1 tvg-id="PlayboyTV.us" tvg-name="Playboy TV" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/fr/3/3f/PLAYBOY_TV.jpg" group-title="XXX",Playboy TV http://187.188.147.165:8000/play/a00l/index.m3u8 -#EXTINF:-1 tvg-id="PlayboyTVEurope.us" tvg-name="Playboy TV Europe" tvg-country="US" tvg-language="English" tvg-logo="" group-title="XXX",Playboy TV Europe +#EXTINF:-1 tvg-id="PlayboyTVEurope.us" tvg-name="Playboy TV Europe" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/cQDAzDF.png" group-title="XXX",Playboy TV Europe http://212.42.193.122:8888/play/a00p/index.m3u8 -#EXTINF:-1 tvg-id="PlayboyTV.us" tvg-name="Playboy TV Latin America" tvg-country="US" tvg-language="Spanish" tvg-logo="" group-title="XXX",Playboy TV Latin America +#EXTINF:-1 tvg-id="PlayboyTV.us" tvg-name="Playboy TV Latin America" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/cQDAzDF.png" group-title="XXX",Playboy TV Latin America http://186.101.216.211:8000/play/pboy #EXTINF:-1 tvg-id="PlayersTV.us" tvg-name="Players TV" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/d3EaS41.png" group-title="",Players TV (1080p) https://playerstv-samsungca.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="PlayersTV.us" tvg-name="Players TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/31L4TjP.png" group-title="",Players TV (1080p) https://playerstv-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="PlayersTV.us" tvg-name="Players TV" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/08182020/PlayersTV_190x190.png?raw=true" group-title="",Players TV +#EXTINF:-1 tvg-id="PlayersTV.us" tvg-name="Players TV" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/08182020/PlayersTV_190x190.png?raw=true" group-title="",Players TV https://playerstv-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="PlayersTV.us" tvg-name="Players TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Players TV +#EXTINF:-1 tvg-id="PlayersTV.us" tvg-name="Players TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/31L4TjP.png" group-title="",Players TV https://playerstv-vizio.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Playerstv.us" tvg-name="Players.tv" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Players.tv https://playerstv-roku-us.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="PlayersTV.us" tvg-name="PlayersTV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",PlayersTV https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-playerstv/CDN/master.m3u8 -#EXTINF:-1 tvg-id="PlayWorks.us" tvg-name="PlayWorks" tvg-country="US" tvg-language="" tvg-logo="" group-title="",PlayWorks +#EXTINF:-1 tvg-id="PlayWorks.us" tvg-name="PlayWorks" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xnIdSaS.png" group-title="",PlayWorks https://playworksdigital-playworks-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="5076c7" tvg-name="PlayWorks" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/xnIdSaS.png" group-title="",PlayWorks +#EXTINF:-1 tvg-id="5076c7" tvg-name="PlayWorks" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xnIdSaS.png" group-title="",PlayWorks https://playworksdigital-playworks-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Playworks.us" tvg-name="Playworks" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Playworks +#EXTINF:-1 tvg-id="Playworks.us" tvg-name="Playworks" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xnIdSaS.png" group-title="",Playworks https://playworksdigital-playworks-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PlutoCars.us" tvg-name="Pluto Cars" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/PlutoTV_Cars_190x190.png?raw=true" group-title="",Pluto Cars +#EXTINF:-1 tvg-id="PlutoCars.us" tvg-name="Pluto Cars" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/PlutoTV_Cars_190x190.png?raw=true" group-title="Auto",Pluto Cars http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c12ba66eae03059cbdc77f2/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus #EXTINF:-1 tvg-id="PlutoMundoRealSpain.us" tvg-name="Pluto Mundo Real (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto Mundo Real (Spain) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1acdfda84c970007e750b5/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=405&deviceId=5f1acdfda84c970007e750b5&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=41.1167&deviceLon=1.2500&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false @@ -3199,7 +3197,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca525b65 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d86f519358a00072b978e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="AvidamodernadeRocko.us" tvg-name="A vida moderna de Rocko" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f6df6293a12e10007017396/colorLogoPNG.png" group-title="",Pluto TV A vida moderna de Rocko https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6df6293a12e10007017396/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVAction.us" tvg-name="Pluto TV Action" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Action +#EXTINF:-1 tvg-id="PlutoTVAction.us" tvg-name="Pluto TV Action" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed1ff5c39700007e2204a/colorLogoPNG.png" group-title="",Pluto TV Action https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561d7d484dc7c8770484914a/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=54&deviceId=561d7d484dc7c8770484914a&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVAction.us" tvg-name="Pluto TV Action" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed1ff5c39700007e2204a/colorLogoPNG.png" group-title="Movies",Pluto TV Action 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= @@ -3209,7 +3207,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561d7d484 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbfeb961b411c00090b52b3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVAction.us" tvg-name="Pluto TV Action" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f8ed1ff5c39700007e2204a/colorLogoPNG.png" group-title="Movies",Pluto TV Action https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVActionSports.us" tvg-name="Pluto TV Action Sports" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Action Sports +#EXTINF:-1 tvg-id="PlutoTVActionSports.us" tvg-name="Pluto TV Action Sports" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5db867744f229f0009266784/colorLogoPNG.png" group-title="Sports",Pluto TV Action Sports https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db867744f229f0009266784/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=759&deviceId=5db867744f229f0009266784&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="ActionSports.us" tvg-name="Action Sports" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5be1be871843b56328bc3ef1/colorLogoPNG.png" group-title="Sports",Pluto TV Action Sports https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be1be871843b56328bc3ef1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3227,11 +3225,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82b55ad https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d1697f10a0e000798ed8d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="AllRealitybyWEtv.us" tvg-name="All Reality by WE tv" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e82530945600e0007ca076c/colorLogoPNG.png" group-title="Entertainment",Pluto TV All Reality by WE tv https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82530945600e0007ca076c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVAmericasTestKitchen.us" tvg-name="Pluto TV America's Test Kitchen" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV America's Test Kitchen +#EXTINF:-1 tvg-id="PlutoTVAmericasTestKitchen.us" tvg-name="Pluto TV America's Test Kitchen" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e84f54a82f05300080e6746/colorLogoPNG.png" group-title="Cooking",Pluto TV America's Test Kitchen https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84f54a82f05300080e6746/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=605&deviceId=5e84f54a82f05300080e6746&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="AmericasTestKitchen.us" tvg-name="America's Test Kitchen" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e84f54a82f05300080e6746/colorLogoPNG.png" group-title="Cooking",Pluto TV America's Test Kitchen https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84f54a82f05300080e6746/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVAmericanGladiators.us" tvg-name="Pluto TV American Gladiators" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV American Gladiators +#EXTINF:-1 tvg-id="PlutoTVAmericanGladiators.us" tvg-name="Pluto TV American Gladiators" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d815e489b315b154db2e053/colorLogoPNG.png" group-title="",Pluto TV American Gladiators https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d815e489b315b154db2e053/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=303&deviceId=5d815e489b315b154db2e053&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="AmericanGladiators.us" tvg-name="American Gladiators" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d815e489b315b154db2e053/colorLogoPNG.png" group-title="Series",Pluto TV American Gladiators https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d815e489b315b154db2e053/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3243,27 +3241,27 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8db96bc https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acc3e061597000768d4ea/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING #EXTINF:-1 tvg-id="PlutoTVAnimakids.us" tvg-name="Pluto TV Animakids" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1aabee6f4a2c00076a322c/colorLogoPNG.png" group-title="Kids",Pluto TV Animakids https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aabee6f4a2c00076a322c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.us" tvg-name="Pluto TV Animakids (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Animakids (Spain) +#EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.us" tvg-name="Pluto TV Animakids (Spain)" tvg-country="US" tvg-language="" tvg-logo="https://images.pluto.tv/channels/5f1aabee6f4a2c00076a322c/colorLogoPNG.png" group-title="Kids",Pluto TV Animakids (Spain) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aabee6f4a2c00076a322c/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=905&deviceId=5f1aabee6f4a2c00076a322c&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=41.1167&deviceLon=1.2500&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVAnimakidsPlus.us" tvg-name="Pluto TV Animakids Plus" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1aabee6f4a2c00076a322c/colorLogoPNG.png" group-title="Kids",Pluto TV Animakids Plus https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5a0b44cc331900075e7769/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVAnimales.us" tvg-name="Pluto TV Animales" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dd834c66fe2ca0009303b8d/colorLogoPNG.png" group-title="Entertainment",Pluto TV Animales +#EXTINF:-1 tvg-id="PlutoTVAnimales.us" tvg-name="Pluto TV Animales" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dd834c66fe2ca0009303b8d/colorLogoPNG.png" group-title="Family",Pluto TV Animales 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="PlutoTVAnimals.us" tvg-name="Pluto TV Animals" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Animals +#EXTINF:-1 tvg-id="PlutoTVAnimals.us" tvg-name="Pluto TV Animals" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/56b27f85ff3037045055037e/colorLogoPNG.png" group-title="Family",Pluto TV Animals https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56b27f85ff3037045055037e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=666&deviceId=56b27f85ff3037045055037e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVAnimals.us" tvg-name="Pluto TV Animals" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Animals +#EXTINF:-1 tvg-id="PlutoTVAnimals.us" tvg-name="Pluto TV Animals" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/56b27f85ff3037045055037e/colorLogoPNG.png" group-title="Family",Pluto TV Animals https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=9015b970-057f-11eb-aeab-0242ac110002&deviceId=5d767ae7b456c8cf265ce922&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVAnimals.us" tvg-name="Pluto TV Animals" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/56b27f85ff3037045055037e/colorLogoPNG.png" group-title="Entertainment",Pluto TV Animals +#EXTINF:-1 tvg-id="PlutoTVAnimals.us" tvg-name="Pluto TV Animals" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/56b27f85ff3037045055037e/colorLogoPNG.png" group-title="Family",Pluto TV Animals https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56b27f85ff3037045055037e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Animals.us" tvg-name="Animals" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d767ae7b456c8cf265ce922/colorLogoPNG.png" group-title="Entertainment",Pluto TV Animals +#EXTINF:-1 tvg-id="Animals.us" tvg-name="Animals" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d767ae7b456c8cf265ce922/colorLogoPNG.png" group-title="Family",Pluto TV Animals https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVAnimals.us" tvg-name="Pluto TV Animals" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ddf8ea0d000120009bcad83/colorLogoPNG.png" group-title="Entertainment",Pluto TV Animals +#EXTINF:-1 tvg-id="PlutoTVAnimals.us" tvg-name="Pluto TV Animals" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ddf8ea0d000120009bcad83/colorLogoPNG.png" group-title="Family",Pluto TV Animals https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf8ea0d000120009bcad83/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVAnimalsEngland.us" tvg-name="Pluto TV Animals (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Animals (England) +#EXTINF:-1 tvg-id="PlutoTVAnimalsEngland.us" tvg-name="Pluto TV Animals (England)" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/56b27f85ff3037045055037e/colorLogoPNG.png" group-title="Family",Pluto TV Animals (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf8ea0d000120009bcad83/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=550&deviceId=5ddf8ea0d000120009bcad83&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVAnimalsGermany.us" tvg-name="Pluto TV Animals (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Animals (Germany) +#EXTINF:-1 tvg-id="PlutoTVAnimalsGermany.us" tvg-name="Pluto TV Animals (Germany)" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/56b27f85ff3037045055037e/colorLogoPNG.png" group-title="Family",Pluto TV Animals (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=301&deviceId=5d767ae7b456c8cf265ce922&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVAnimalsPlus.us" tvg-name="Pluto TV Animals+" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Animals+ +#EXTINF:-1 tvg-id="PlutoTVAnimalsPlus.us" tvg-name="Pluto TV Animals+" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/56b27f85ff3037045055037e/colorLogoPNG.png" group-title="Family",Pluto TV Animals+ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b6f57ef2767e1846e59f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=b6f8a12a-554c-4970-82ca-4dc1f84a4016&deviceId=d548b050-1c0f-11eb-8801-b9710ba01352&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVAnime.us" tvg-name="Pluto TV Anime" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde17bf6591d0009839e02/colorLogoPNG.png" group-title="Animation",Pluto TV Anime 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= @@ -3271,13 +3269,13 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde17bf6591d0009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12136385bccc00070142ed/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="AnimeAllAges.us" tvg-name="Anime All Ages" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5be4c6311843b56328bce619/colorLogoPNG.png" group-title="Animation",Pluto TV Anime All Ages https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be4c6311843b56328bce619/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVAnimeAllDay.us" tvg-name="Pluto TV Anime All Day" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Anime All Day +#EXTINF:-1 tvg-id="PlutoTVAnimeAllDay.us" tvg-name="Pluto TV Anime All Day" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812b7d3249444e05d09cc49/colorLogoPNG.png" group-title="Animation",Pluto TV Anime All Day https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b7d3249444e05d09cc49/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=830&deviceId=5812b7d3249444e05d09cc49&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="AnimeAllDay.us" tvg-name="Anime All Day" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812b7d3249444e05d09cc49/colorLogoPNG.png" group-title="Animation",Pluto TV Anime All Day https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b7d3249444e05d09cc49/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="AnimeAllDay.us" tvg-name="Anime All Day" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c363ac9e41be30cb6054c7c/colorLogoPNG.png" group-title="Animation",Pluto TV Anime All Day https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c363ac9e41be30cb6054c7c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVAnimeallday.us" tvg-name="Pluto TV Anime allday" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/AnimeAllDay_190x190.png?raw=true" group-title="",Pluto TV Anime allday +#EXTINF:-1 tvg-id="PlutoTVAnimeallday.us" tvg-name="Pluto TV Anime allday" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/AnimeAllDay_190x190.png?raw=true" group-title="",Pluto TV Anime allday http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be4c6311843b56328bce619/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus #EXTINF:-1 tvg-id="PlutoTVAnimeClasico.us" tvg-name="Pluto TV Anime Clรกsico" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/6054acc871ec430007f54c7d/colorLogoPNG.png" group-title="Animation",Pluto TV Anime Clรกsico https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6054acc871ec430007f54c7d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3287,7 +3285,7 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e6a4d875d7ccf0007 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="PlutoTVAnimeAllDay.us" tvg-name="Pluto TV Animรฉ All Day" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed52a62fa750007733239/colorLogoPNG.png" group-title="Animation",Pluto TV Animรฉ All Day https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed52a62fa750007733239/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVAntiquesRoadshowUK.us" tvg-name="Pluto TV Antiques Roadshow UK" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Antiques Roadshow UK +#EXTINF:-1 tvg-id="PlutoTVAntiquesRoadshowUK.us" tvg-name="Pluto TV Antiques Roadshow UK" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ce44810b421747ae467b7cd/colorLogoPNG.png" group-title="",Pluto TV Antiques Roadshow UK https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce44810b421747ae467b7cd/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=621&deviceId=5ce44810b421747ae467b7cd&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="AntiquesRoadshowUK.us" tvg-name="Antiques Roadshow UK" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ce44810b421747ae467b7cd/colorLogoPNG.png" group-title="Series",Pluto TV Antiques Roadshow UK https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce44810b421747ae467b7cd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3299,51 +3297,51 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f984f4a0 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f99aad4e82db50007fac4b2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="AsesinatosdeMidsomer.us" tvg-name="Asesinatos de Midsomer" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1aca8310a30e00074fab92/colorLogoPNG.png" group-title="",Pluto TV Asesinatos de Midsomer https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aca8310a30e00074fab92/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVAuctionHunters.us" tvg-name="Pluto TV Auction Hunters" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Auction Hunters +#EXTINF:-1 tvg-id="PlutoTVAuctionHunters.us" tvg-name="Pluto TV Auction Hunters" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ede45d077746000072be0fe/colorLogoPNG.png" group-title="Series",Pluto TV Auction Hunters https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede45d077746000072be0fe/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=58a8da20-057f-11eb-9b92-0242ac110002&deviceId=5ede45d077746000072be0fe&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="AuctionHunters.us" tvg-name="Auction Hunters" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ede45d077746000072be0fe/colorLogoPNG.png" group-title="",Pluto TV Auction Hunters https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede45d077746000072be0fe/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVAutoMotorSport.us" tvg-name="Pluto TV Auto Motor Sport" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Auto Motor Sport +#EXTINF:-1 tvg-id="PlutoTVAutoMotorSport.us" tvg-name="Pluto TV Auto Motor Sport" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f760c3d41aa2d0007bfde19/colorLogoPNG.png" group-title="Sports",Pluto TV Auto Motor Sport https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f760c3d41aa2d0007bfde19/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=c676a4b5-65d2-474a-b477-c04f8b88e727&deviceId=5f760c3d41aa2d0007bfde19&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="AutoMotorSport.us" tvg-name="Auto Motor Sport" tvg-country="US" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5f760c3d41aa2d0007bfde19/colorLogoPNG.png" group-title="Auto",Pluto TV Auto Motor Sport https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f760c3d41aa2d0007bfde19/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="Avatar.us" tvg-name="Avatar" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/600adbdf8c554e00072125c9/colorLogoPNG.png" group-title="",Pluto TV Avatar https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600adbdf8c554e00072125c9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVAventura.us" tvg-name="Pluto TV Aventura" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ddc266f80e3550009136843/colorLogoPNG.png" group-title="",Pluto TV Aventura +#EXTINF:-1 tvg-id="PlutoTVAventura.us" tvg-name="Pluto TV Aventura" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ddc266f80e3550009136843/colorLogoPNG.png" group-title="Series",Pluto TV Aventura 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="PlutoTVAwesomenessTV.us" tvg-name="Pluto TV Awesomeness TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Awesomeness TV +#EXTINF:-1 tvg-id="PlutoTVAwesomenessTV.us" tvg-name="Pluto TV Awesomeness TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5595e43c66ace1652e63c6a2/colorLogoPNG.png" group-title="Series",Pluto TV Awesomeness TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5595e43c66ace1652e63c6a2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=194&deviceId=5595e43c66ace1652e63c6a2&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="AwesomenessTV.us" tvg-name="Awesomeness TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5595e43c66ace1652e63c6a2/colorLogoPNG.png" group-title="",Pluto TV Awesomeness TV +#EXTINF:-1 tvg-id="AwesomenessTV.us" tvg-name="Awesomeness TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5595e43c66ace1652e63c6a2/colorLogoPNG.png" group-title="Series",Pluto TV Awesomeness TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5595e43c66ace1652e63c6a2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="AwesomenessTV.us" tvg-name="Awesomeness TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d7656a8d0438aceb41cfdef/colorLogoPNG.png" group-title="",Pluto TV Awesomeness TV +#EXTINF:-1 tvg-id="AwesomenessTV.us" tvg-name="Awesomeness TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d7656a8d0438aceb41cfdef/colorLogoPNG.png" group-title="Series",Pluto TV Awesomeness TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7656a8d0438aceb41cfdef/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="Babar.us" tvg-name="Babar" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5e67e20c93312100076f3ffe/colorLogoPNG.png" group-title="",Pluto TV Babar 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" tvg-name="Pluto TV Backcountry" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Backcountry +#EXTINF:-1 tvg-id="PlutoTVBackcountry.us" tvg-name="Pluto TV Backcountry" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5cabdf1437b88b26947346b2/colorLogoPNG.png" group-title="Outdoor",Pluto TV Backcountry https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cabdf1437b88b26947346b2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=755&deviceId=5cabdf1437b88b26947346b2&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVBackcountry.us" tvg-name="Pluto TV Backcountry" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5cabdf1437b88b26947346b2/colorLogoPNG.png" group-title="Outdoor",Pluto TV Backcountry https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cabdf1437b88b26947346b2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Barney.us" tvg-name="Barney" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f29ada4bdaebd000708d49d/colorLogoPNG.png" group-title="",Pluto TV Barney +#EXTINF:-1 tvg-id="Barney.us" tvg-name="Barney" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f29ada4bdaebd000708d49d/colorLogoPNG.png" group-title="Series",Pluto TV Barney https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f29ada4bdaebd000708d49d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVBaywatch.us" tvg-name="Pluto TV Baywatch" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Baywatch +#EXTINF:-1 tvg-id="PlutoTVBaywatch.us" tvg-name="Pluto TV Baywatch" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d815eb889bca2ce7b746fdd/colorLogoPNG.png" group-title="Series",Pluto TV Baywatch https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d815eb889bca2ce7b746fdd/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=142&deviceId=5d815eb889bca2ce7b746fdd&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="Baywatch.us" tvg-name="Baywatch" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d815eb889bca2ce7b746fdd/colorLogoPNG.png" group-title="Series",Pluto TV Baywatch https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d815eb889bca2ce7b746fdd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="BBCFood.us" tvg-name="BBC Food" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5fb5844bf5514d0007945bda/colorLogoPNG.png" group-title="Cooking",Pluto TV BBC Food https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5844bf5514d0007945bda/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="BBCHome.us" tvg-name="BBC Home" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5fb5836fe745b600070fc743/colorLogoPNG.png" group-title="",Pluto TV BBC Home +#EXTINF:-1 tvg-id="BBCHome.us" tvg-name="BBC Home" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5fb5836fe745b600070fc743/colorLogoPNG.png" group-title="Lifestyle",Pluto TV BBC Home https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5836fe745b600070fc743/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="BeautyandtheGeek.us" tvg-name="Beauty and the Geek" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ea18c138c32460007cc6b46/colorLogoPNG.png" group-title="",Pluto TV Beauty and the Geek https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18c138c32460007cc6b46/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVBeingHuman.us" tvg-name="Pluto TV Being Human" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Being Human +#EXTINF:-1 tvg-id="PlutoTVBeingHuman.us" tvg-name="Pluto TV Being Human" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e78f4dd001977000787d7e3/colorLogoPNG.png" group-title="",Pluto TV Being Human https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e78f4dd001977000787d7e3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=dd1d87dc-057f-11eb-a18c-0242ac110002&deviceId=5e78f4dd001977000787d7e3&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="BeingHuman.us" tvg-name="Being Human" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e78f4dd001977000787d7e3/colorLogoPNG.png" group-title="",Pluto TV Being Human https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e78f4dd001977000787d7e3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVBellatorMMA.us" tvg-name="Pluto TV Bellator MMA" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Bellator MMA +#EXTINF:-1 tvg-id="PlutoTVBellatorMMA.us" tvg-name="Pluto TV Bellator MMA" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ebc8688f3697d00072f7cf8/colorLogoPNG.png" group-title="Sports",Pluto TV Bellator MMA https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebc8688f3697d00072f7cf8/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=730&deviceId=5ebc8688f3697d00072f7cf8&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="BellatorMMA.us" tvg-name="Bellator MMA" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ebc8688f3697d00072f7cf8/colorLogoPNG.png" group-title="Sports",Pluto TV Bellator MMA https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ebc8688f3697d00072f7cf8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVBestLife.us" tvg-name="Pluto TV Best Life" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Best Life +#EXTINF:-1 tvg-id="PlutoTVBestLife.us" tvg-name="Pluto TV Best Life" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5887ba337b8e94223eb121bd/colorLogoPNG.png" group-title="",Pluto TV Best Life https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5887ba337b8e94223eb121bd/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=630&deviceId=5887ba337b8e94223eb121bd&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVBestLife.us" tvg-name="Pluto TV Best Life" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5887ba337b8e94223eb121bd/colorLogoPNG.png" group-title="",Pluto TV Best Life https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5887ba337b8e94223eb121bd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3353,7 +3351,7 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca670f6593a5d78f0e 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="BETCLASSICSPlutoTV.us" tvg-name="BET CLASSICS Pluto TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f92b5ba040eaa0007074d0a/colorLogoPNG.png" group-title="Entertainment",Pluto TV BET CLASSICS Pluto TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVBETHer.us" tvg-name="Pluto TV BET Her" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV BET Her +#EXTINF:-1 tvg-id="PlutoTVBETHer.us" tvg-name="Pluto TV BET Her" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d51e6949ab8e2b35bdcaa9f/colorLogoPNG.png" group-title="",Pluto TV BET Her https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e6949ab8e2b35bdcaa9f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=175&deviceId=5d51e6949ab8e2b35bdcaa9f&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="BETHer.us" tvg-name="BET Her" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d51e6949ab8e2b35bdcaa9f/colorLogoPNG.png" group-title="Entertainment",Pluto TV BET Her https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e6949ab8e2b35bdcaa9f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3363,11 +3361,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca670f65 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db81695a95186000941ee8b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="BeverlyHillbillies.us" tvg-name="Beverly Hillbillies" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f7796e470510900070d4e3d/colorLogoPNG.png" group-title="Classic",Pluto TV Beverly Hillbillies https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7796e470510900070d4e3d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVBeybladeBurstnick.us" tvg-name="Pluto TV Beyblade Burst nick" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Beyblade Burst nick +#EXTINF:-1 tvg-id="PlutoTVBeybladeBurstNick.us" tvg-name="Pluto TV Beyblade Burst Nick" tvg-country="US" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5e8b551ddcd25500072c4dad/colorLogoPNG.png" group-title="Kids",Pluto TV Beyblade Burst Nick https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b551ddcd25500072c4dad/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=a38b88ed-0712-11eb-8b9f-0242ac110002&deviceId=5e8b551ddcd25500072c4dad&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="BeybladeBurstnick.us" tvg-name="Beyblade Burst nick" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b551ddcd25500072c4dad/colorLogoPNG.png" group-title="",Pluto TV Beyblade Burst nick +#EXTINF:-1 tvg-id="BeybladeBurstNick.us" tvg-name="Beyblade Burst Nick" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b551ddcd25500072c4dad/colorLogoPNG.png" group-title="Kids",Pluto TV Beyblade Burst Nick https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b551ddcd25500072c4dad/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVBigSkyConference.us" tvg-name="Pluto TV Big Sky Conference" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Big Sky Conference +#EXTINF:-1 tvg-id="PlutoTVBigSkyConference.us" tvg-name="Pluto TV Big Sky Conference" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/59641d9173ac1fec2fc01f17/colorLogoPNG.png" group-title="",Pluto TV Big Sky Conference https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59641d9173ac1fec2fc01f17/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=752&deviceId=59641d9173ac1fec2fc01f17&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="BigSkyConference.us" tvg-name="Big Sky Conference" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/59641d9173ac1fec2fc01f17/colorLogoPNG.png" group-title="Sports",Pluto TV Big Sky Conference https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/59641d9173ac1fec2fc01f17/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3375,27 +3373,27 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/59641d917 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa7aab66c76000790ee7e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING #EXTINF:-1 tvg-id="PlutoTVBiography.us" tvg-name="Pluto TV Biography" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d4af2a24f1c5ab2d298776b/colorLogoPNG.png" group-title="Documentary",Pluto TV Biography https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af2a24f1c5ab2d298776b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVBlackCinema.us" tvg-name="Pluto TV Black Cinema" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Black Cinema +#EXTINF:-1 tvg-id="PlutoTVBlackCinema.us" tvg-name="Pluto TV Black Cinema" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/58af4c093a41ca9d4ecabe96/colorLogoPNG.png" group-title="",Pluto TV Black Cinema https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=80&deviceId=58af4c093a41ca9d4ecabe96&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="BlackCinema.us" tvg-name="Black Cinema" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/58af4c093a41ca9d4ecabe96/colorLogoPNG.png" group-title="Movies",Pluto TV Black Cinema https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="BLACKCINEMATV.us" tvg-name="BLACK CINEMA TV" tvg-country="US" tvg-language="English" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS-49aoj6Si_lI71HtOvBgQYrgi9ejDkVvVbkG4ESjG-efqMYfx" group-title="Movies",Pluto TV BLACK CINEMA TV https://stitcher.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?deviceType=web&deviceMake=Chrome&deviceModel=Chrome&sid=6e360db0-724b-11e8-be77-bf4d1417b012&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceVersion=37.0.2049.0&appVersion=2.0.0&deviceDNT=0&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVBlackInkCrew.us" tvg-name="Pluto TV Black Ink Crew" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Black Ink Crew +#EXTINF:-1 tvg-id="PlutoTVBlackInkCrew.us" tvg-name="Pluto TV Black Ink Crew" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d51e2bceca5b4b2c0e06c50/colorLogoPNG.png" group-title="Series",Pluto TV Black Ink Crew https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e2bceca5b4b2c0e06c50/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=285&deviceId=5d51e2bceca5b4b2c0e06c50&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="BlackInkCrew.us" tvg-name="Black Ink Crew" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d51e2bceca5b4b2c0e06c50/colorLogoPNG.png" group-title="Series",Pluto TV Black Ink Crew https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e2bceca5b4b2c0e06c50/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="BlackNewsChannel.us" tvg-name="Black News Channel" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f1efad04320070007dbb60b/colorLogoPNG.png" group-title="News",Pluto TV Black News Channel (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1efad04320070007dbb60b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVBlazeLive.us" tvg-name="Pluto TV Blaze Live" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Blaze Live +#EXTINF:-1 tvg-id="PlutoTVBlazeLive.us" tvg-name="Pluto TV Blaze Live" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b60419becf60008c841fd/colorLogoPNG.png" group-title="",Pluto TV Blaze Live https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46fba0c43b0d00096e5ac1/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=238&deviceId=5e46fba0c43b0d00096e5ac1&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVBlazenick.us" tvg-name="Pluto TV Blaze nick" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Blaze nick +#EXTINF:-1 tvg-id="PlutoTVBlazeNick.us" tvg-name="Pluto TV Blaze Nick" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b60419becf60008c841fd/colorLogoPNG.png" group-title="Kids",Pluto TV Blaze Nick https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b60419becf60008c841fd/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=ebc579c0-0712-11eb-97af-0242ac110002&deviceId=5e8b60419becf60008c841fd&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="Blazenick.us" tvg-name="Blaze nick" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b60419becf60008c841fd/colorLogoPNG.png" group-title="",Pluto TV Blaze nick +#EXTINF:-1 tvg-id="BlazeNick.us" tvg-name="Blaze Nick" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b60419becf60008c841fd/colorLogoPNG.png" group-title="Kids",Pluto TV Blaze Nick https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b60419becf60008c841fd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVBluesCluesnick.us" tvg-name="Pluto TV Blue's Clues nick" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Blue's Clues nick +#EXTINF:-1 tvg-id="PlutoTVBluesCluesNick.us" tvg-name="Pluto TV Blue's Clues Nick" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b564ff59d130007363823/colorLogoPNG.png" group-title="Kids",Pluto TV Blue's Clues Nick https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b564ff59d130007363823/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=29e99f3f-0713-11eb-a59f-0242ac110002&deviceId=5e8b564ff59d130007363823&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="BluesCluesnick.us" tvg-name="Blue's Clues nick" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b564ff59d130007363823/colorLogoPNG.png" group-title="",Pluto TV Blue's Clues nick +#EXTINF:-1 tvg-id="BluesCluesNick.us" tvg-name="Blue's Clues Nick" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b564ff59d130007363823/colorLogoPNG.png" group-title="Kids",Pluto TV Blue's Clues Nick https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b564ff59d130007363823/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="BobEsponja.us" tvg-name="Bob Esponja" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1aca0b4e448e00075e7c5e/colorLogoPNG.png" group-title="",Pluto TV Bob Esponja https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aca0b4e448e00075e7c5e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING @@ -3413,27 +3411,27 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b68a18823ecb93393c https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b68a18823ecb93393cba2f1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVBritpocalypse.us" tvg-name="Pluto TV Britpocalypse" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e1edac394e0e80009b2416a/colorLogoPNG.png" group-title="",Pluto TV Britpocalypse https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1edac394e0e80009b2416a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVBubbleGuppies.us" tvg-name="Pluto TV Bubble Guppies" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Bubble Guppies +#EXTINF:-1 tvg-id="PlutoTVBubbleGuppies.us" tvg-name="Pluto TV Bubble Guppies" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b5a4bb7da5c0007e5c9e9/colorLogoPNG.png" group-title="",Pluto TV Bubble Guppies https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b5a4bb7da5c0007e5c9e9/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=5c631817-0713-11eb-9df2-0242ac110002&deviceId=5e8b5a4bb7da5c0007e5c9e9&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="BubbleGuppies.us" tvg-name="Bubble Guppies" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b5a4bb7da5c0007e5c9e9/colorLogoPNG.png" group-title="",Pluto TV Bubble Guppies https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5a4bb7da5c0007e5c9e9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVBUZZR.us" tvg-name="Pluto TV BUZZR" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV BUZZR +#EXTINF:-1 tvg-id="PlutoTVBUZZR.us" tvg-name="Pluto TV BUZZR" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812bfbe4ced4f7b601b12e6/colorLogoPNG.png" group-title="",Pluto TV BUZZR https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=540&deviceId=5812bfbe4ced4f7b601b12e6&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="BUZZR.us" tvg-name="BUZZR" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812bfbe4ced4f7b601b12e6/colorLogoPNG.png" group-title="",Pluto TV BUZZR (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCars.us" tvg-name="Pluto TV Cars" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Cars +#EXTINF:-1 tvg-id="PlutoTVCars.us" tvg-name="Pluto TV Cars" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812b3a4249444e05d09cc46/colorLogoPNG.png" group-title="Auto",Pluto TV Cars https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=663&deviceId=5812b3a4249444e05d09cc46&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVCars.us" tvg-name="Pluto TV Cars" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812b3a4249444e05d09cc46/colorLogoPNG.png" group-title="Auto",Pluto TV Cars https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCatfish.us" tvg-name="Pluto TV Catfish" tvg-country="CH;FR" tvg-language="French" tvg-logo="" group-title="",Pluto TV Catfish +#EXTINF:-1 tvg-id="PlutoTVCatfish.us" tvg-name="Pluto TV Catfish" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8eb66537867f0007146953/colorLogoPNG.png" group-title="",Pluto TV Catfish 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%2Csamsung%2Cmobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 #EXTINF:-1 tvg-id="CATFISHTV.us" tvg-name="CATFISH TV" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8eb66537867f0007146953/colorLogoPNG.png" group-title="",Pluto TV CATFISH TV 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="CATFISHTV.us" tvg-name="CATFISH TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8eb66537867f0007146953/colorLogoPNG.png" group-title="",Pluto TV CATFISH TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb66537867f0007146953/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCats247.us" tvg-name="Pluto TV Cats 24/7" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Cats 24/7 +#EXTINF:-1 tvg-id="PlutoTVCats247.us" tvg-name="Pluto TV Cats 24/7" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/599375885ceaac3cabccbed7/colorLogoPNG.png" group-title="",Pluto TV Cats 24/7 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/599375885ceaac3cabccbed7/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=635&deviceId=599375885ceaac3cabccbed7&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVCats247.us" tvg-name="Pluto TV Cats 24/7" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Cats 24/7 +#EXTINF:-1 tvg-id="PlutoTVCats247.us" tvg-name="Pluto TV Cats 24/7" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/599375885ceaac3cabccbed7/colorLogoPNG.png" group-title="",Pluto TV Cats 24/7 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db6a56ce10f0b0009e64037/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=4f8f5d53-0580-11eb-8b9f-0242ac110002&deviceId=5db6a56ce10f0b0009e64037&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="Cats247.us" tvg-name="Cats 24/7" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/599375885ceaac3cabccbed7/colorLogoPNG.png" group-title="Series",Pluto TV Cats 24/7 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/599375885ceaac3cabccbed7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3441,7 +3439,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/599375885 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db044d7846b170009215ef0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="Cats247.us" tvg-name="Cats 24/7" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db6a56ce10f0b0009e64037/colorLogoPNG.png" group-title="Series",Pluto TV Cats 24/7 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db6a56ce10f0b0009e64037/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCBSN2.us" tvg-name="Pluto TV CBSN 2" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV CBSN 2 +#EXTINF:-1 tvg-id="PlutoTVCBSN2.us" tvg-name="Pluto TV CBSN 2" tvg-country="US" tvg-language="English" tvg-logo="" group-title="General",Pluto TV CBSN 2 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a6b92f6e22a617379789618/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=204&deviceId=5a6b92f6e22a617379789618&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="CBSNMinnesota.us" tvg-name="CBSN Minnesota" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5eb1b0bf2240d8000732a09c/colorLogoPNG.png" group-title="Local",Pluto TV CBSN Minnesota (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b0bf2240d8000732a09c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3449,103 +3447,93 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b0bf2 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b05ea168cc000767ba67/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="CBSNPittsburgh.us" tvg-name="CBSN Pittsburgh" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5eb1b17aa5277e00083f6521/colorLogoPNG.png" group-title="Local",Pluto TV CBSN Pittsburgh (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b17aa5277e00083f6521/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCelebrity.us" tvg-name="Pluto TV Celebrity" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Celebrity +#EXTINF:-1 tvg-id="PlutoTVCelebrity.us" tvg-name="Pluto TV Celebrity" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d8bf1472907815f66a866dd/colorLogoPNG.png" group-title="",Pluto TV Celebrity https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8bf1472907815f66a866dd/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=320&deviceId=5d8bf1472907815f66a866dd&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVCelebrity.us" tvg-name="Pluto TV Celebrity" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d8bf1472907815f66a866dd/colorLogoPNG.png" group-title="",Pluto TV Celebrity https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8bf1472907815f66a866dd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVChassy.us" tvg-name="Pluto TV Chassy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Chassy +#EXTINF:-1 tvg-id="PlutoTVChassy.us" tvg-name="Pluto TV Chassy" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b6b285823ecb93393cbf766/colorLogoPNG.png" group-title="",Pluto TV Chassy https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b6b285823ecb93393cbf766/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=687&deviceId=5b6b285823ecb93393cbf766&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="Chassy.us" tvg-name="Chassy" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b6b285823ecb93393cbf766/colorLogoPNG.png" group-title="",Pluto TV Chassy https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b6b285823ecb93393cbf766/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVChefkoch.us" tvg-name="Pluto TV Chefkoch" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Chefkoch +#EXTINF:-1 tvg-id="PlutoTVChefkoch.us" tvg-name="Pluto TV Chefkoch" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8c4c3f141f350007936f7d/colorLogoPNG.png" group-title="",Pluto TV Chefkoch https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8c4c3f141f350007936f7d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=8ae325bb-0580-11eb-9df2-0242ac110002&deviceId=5e8c4c3f141f350007936f7d&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="Chefkoch.us" tvg-name="Chefkoch" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5e8c4c3f141f350007936f7d/colorLogoPNG.png" group-title="",Pluto TV Chefkoch https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8c4c3f141f350007936f7d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCiencia.us" tvg-name="Pluto TV Ciencia" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dd8364ea1d6780009929902/colorLogoPNG.png" group-title="",Pluto TV Ciencia +#EXTINF:-1 tvg-id="PlutoTVCiencia.us" tvg-name="Pluto TV Ciencia" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dd8364ea1d6780009929902/colorLogoPNG.png" group-title="Science",Pluto TV Ciencia https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd8364ea1d6780009929902/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCine.us" tvg-name="Pluto TV Cine" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Cine +#EXTINF:-1 tvg-id="PlutoTVCine.us" tvg-name="Pluto TV Cine" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5cf96b1c4f1ca3f0629f4bf0/colorLogoPNG.png" group-title="Movies",Pluto TV Cine https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b1c4f1ca3f0629f4bf0/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=902&deviceId=5cf96b1c4f1ca3f0629f4bf0&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVCine.us" tvg-name="Pluto TV Cine" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5cf96b1c4f1ca3f0629f4bf0/colorLogoPNG.png" group-title="",Pluto TV Cine +#EXTINF:-1 tvg-id="PlutoTVCine.us" tvg-name="Pluto TV Cine" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5cf96b1c4f1ca3f0629f4bf0/colorLogoPNG.png" group-title="Movies",Pluto TV Cine https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b1c4f1ca3f0629f4bf0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="CINEACCIONPLUTOTV.us" tvg-name="CINE ACCION" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcb62e63d4d8f0009f36881/colorLogoPNG.png?w=117" group-title="",Pluto TV CINE ACCION -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="CINEACCIONPLUTOTV.us" tvg-name="CINE ACCION" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcb62e63d4d8f0009f36881/colorLogoPNG.png?w=117" group-title="",Pluto TV CINE ACCION -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCineAccion.us" tvg-name="Pluto TV Cine Acciรณn" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1ac2591dd8880007bb7d6d/colorLogoPNG.png" group-title="",Pluto TV Cine Acciรณn -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591dd8880007bb7d6d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVCineAcciun.us" tvg-name="Pluto TV Cine Acciัƒn" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Cine Acciัƒn +#EXTINF:-1 tvg-id="PlutoTVCineAcciรณn.us" tvg-name="Pluto TV Cine Acciรณn" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1ac2591dd8880007bb7d6d/colorLogoPNG.png" group-title="Movies",Pluto TV Cine Acciรณn https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=904&deviceId=5d8d164d92e97a5e107638d2&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVCineComedia.us" tvg-name="Pluto TV Cine Comedia" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcdde78f080d900098550e4/colorLogoPNG.png" group-title="",Pluto TV Cine Comedia +#EXTINF:-1 tvg-id="PlutoTVCineAcciรณn.us" tvg-name="Pluto TV Cine Acciรณn" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcb62e63d4d8f0009f36881/colorLogoPNG.png?w=117" group-title="Movies",Pluto TV Cine Acciรณn +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="PlutoTVCineAcciรณn.us" tvg-name="Pluto TV Cine Acciรณn" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcb62e63d4d8f0009f36881/colorLogoPNG.png?w=117" group-title="Movies",Pluto TV Cine Acciรณn +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel +#EXTINF:-1 tvg-id="PlutoTVCineAcciรณn.us" tvg-name="Pluto TV Cine Acciรณn" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1ac2591dd8880007bb7d6d/colorLogoPNG.png" group-title="Movies",Pluto TV Cine Acciรณn +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591dd8880007bb7d6d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING +#EXTINF:-1 tvg-id="PlutoTVCineComรฉdia.us" tvg-name="Pluto TV Cine Comรฉdia" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcdde78f080d900098550e4/colorLogoPNG.png" group-title="Comedy",Pluto TV Cine Comรฉdia 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="PlutoTVCineComedia.us" tvg-name="Pluto TV Cine Comedia" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1ac8099c49f600076579b2/colorLogoPNG.png" group-title="",Pluto TV Cine Comedia -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8099c49f600076579b2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVCineComedia.us" tvg-name="Pluto TV Cine Comรฉdia" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f12101f0b12f00007844c7c/colorLogoPNG.png" group-title="",Pluto TV Cine Comรฉdia +#EXTINF:-1 tvg-id="PlutoTVCineComรฉdia.us" tvg-name="Pluto TV Cine Comรฉdia" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f12101f0b12f00007844c7c/colorLogoPNG.png" group-title="Comedy",Pluto TV Cine Comรฉdia https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12101f0b12f00007844c7c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCineDrama.us" tvg-name="Pluto TV Cine Drama" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcddfcb229eff00091b6bdf/colorLogoPNG.png" group-title="",Pluto TV Cine Drama +#EXTINF:-1 tvg-id="PlutoTVCineComรฉdia.us" tvg-name="Pluto TV Cine Comรฉdia" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1ac8099c49f600076579b2/colorLogoPNG.png" group-title="Comedy",Pluto TV Cine Comรฉdia +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8099c49f600076579b2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING +#EXTINF:-1 tvg-id="PlutoTVCineDrama.us" tvg-name="Pluto TV Cine Drama" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcddfcb229eff00091b6bdf/colorLogoPNG.png" group-title="Movies",Pluto TV Cine Drama 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="CINEDRAMAPLUTOTV.us" tvg-name="CINE DRAMA" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5b4e92e4694c027be6ecece1/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600" group-title="",Pluto TV CINE DRAMA +#EXTINF:-1 tvg-id="PlutoTVCineDrama.us" tvg-name="Pluto TV Cine Drama" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5b4e92e4694c027be6ecece1/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600" group-title="Movies",Pluto TV Cine Drama https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1210d14ae1f80007bafb1d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCineDrama.us" tvg-name="Pluto TV Cine Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1ac947dcd00d0007937c08/colorLogoPNG.png" group-title="",Pluto TV Cine Drama +#EXTINF:-1 tvg-id="PlutoTVCineDrama.us" tvg-name="Pluto TV Cine Drama" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1ac947dcd00d0007937c08/colorLogoPNG.png" group-title="Movies",Pluto TV Cine Drama https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac947dcd00d0007937c08/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVCineEstelar.us" tvg-name="Pluto TV Cine Estelar" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Cine Estelar +#EXTINF:-1 tvg-id="PlutoTVCineEstelar.us" tvg-name="Pluto TV Cine Estelar" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde437229eff00091b6c30/colorLogoPNG.png" group-title="Movies",Pluto TV Cine Estelar https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=901&deviceId=5cf968040ab7d8f181e6a68b&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVCineEstelar.us" tvg-name="Pluto TV Cine Estelar" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde437229eff00091b6c30/colorLogoPNG.png" group-title="",Pluto TV Cine Estelar +#EXTINF:-1 tvg-id="PlutoTVCineEstelar.us" tvg-name="Pluto TV Cine Estelar" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde437229eff00091b6c30/colorLogoPNG.png" group-title="Movies",Pluto TV Cine Estelar 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="CINEESTELARPLUTOTV.us" tvg-name="CINE ESTELAR" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde437229eff00091b6c30/featuredImage.jpg?w=175&fm=jpg&q=75&fit=fill&fill=blur" group-title="",Pluto TV CINE ESTELAR +#EXTINF:-1 tvg-id="PlutoTVCineEstelar.us" tvg-name="Pluto TV Cine Estelar" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde437229eff00091b6c30/featuredImage.jpg?w=175&fm=jpg&q=75&fit=fill&fill=blur" group-title="Movies",Pluto TV Cine Estelar https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCineEstelar.us" tvg-name="Pluto TV Cine Estelar" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1ac1f1b66c76000790ef27/colorLogoPNG.png" group-title="",Pluto TV Cine Estelar +#EXTINF:-1 tvg-id="PlutoTVCineEstelar.us" tvg-name="Pluto TV Cine Estelar" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1ac1f1b66c76000790ef27/colorLogoPNG.png" group-title="Movies",Pluto TV Cine Estelar https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1f1b66c76000790ef27/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="CINEFAMILIARPLUTOTV.us" tvg-name="CINE FAMILIAR" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dd6ddb30a1d8a000908ed4c/featuredImage.jpg?w=175&fm=jpg&q=75&fit=fill&fill=blur" group-title="",Pluto TV CINE FAMILIAR +#EXTINF:-1 tvg-id="PlutoTVCineFamรญlia" tvg-name="Pluto TV Cine Famรญlia" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dd6ddb30a1d8a000908ed4c/featuredImage.jpg?w=175&fm=jpg&q=75&fit=fill&fill=blur" group-title="",Pluto TV Cine Famรญlia 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="PlutoTVCineFamilia.us" tvg-name="Pluto TV Cine Famรญlia" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f171f032cd22e0007f17f3d/colorLogoPNG.png" group-title="",Pluto TV Cine Famรญlia +#EXTINF:-1 tvg-id="PlutoTVCineFamรญlia" tvg-name="Pluto TV Cine Famรญlia" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f171f032cd22e0007f17f3d/colorLogoPNG.png" group-title="",Pluto TV Cine Famรญlia https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f171f032cd22e0007f17f3d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="CineLatino.us" tvg-name="Cine Latino" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f984c1dc54853000797a5e8/colorLogoPNG.png" group-title="",Pluto TV Cine Latino -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f984c1dc54853000797a5e8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="CINEPLUTOTV.us" tvg-name="CINE PLUTO.TV" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5defde6d6c07b50009cf0757/colorLogoPNG.png?w=117" group-title="",Pluto TV CINE PLUTO.TV -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5defde6d6c07b50009cf0757/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="CINEROMANTICOPLUTOTV.us" tvg-name="CINE ROMANTICO PLUTO.TV" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1ac9a2d3611d0007a844bb/colorLogoPNG.png" group-title="",Pluto TV CINE ROMANTICO PLUTO.TV -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac9a2d3611d0007a844bb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="CINESERIESPLUTOTV.us" tvg-name="CINE SERIES PLUTO.TV" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde1317578340009b751d0/featuredImage.jpg?w=175&fm=jpg&q=75&fit=fill&fill=blur" group-title="",Pluto TV CINE SERIES PLUTO.TV -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8f49205650007bc15f1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVCineSucessos.us" tvg-name="Pluto TV Cine Sucessos" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f120e94a5714d00074576a1/colorLogoPNG.png" group-title="",Pluto TV Cine Sucessos -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f120e94a5714d00074576a1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCineSuspenso.us" tvg-name="Pluto TV Cine Suspenso" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ddc4e8bcbb9010009b4e84f/colorLogoPNG.png" group-title="",Pluto TV Cine Suspenso +#EXTINF:-1 tvg-id="CineLatino.us" tvg-name="Cine Latino" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f984c1dc54853000797a5e8/colorLogoPNG.png" group-title="Culture",Pluto TV Cine Suspenso 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="PlutoTVCineTerror.us" tvg-name="Pluto TV Cine Terror" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Cine Terror +#EXTINF:-1 tvg-id="PlutoTVCineTerror.us" tvg-name="Pluto TV Cine Terror" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcddf1ed95e740009fef7ab/colorLogoPNG.png" group-title="Movies",Pluto TV Cine Terror https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=913&deviceId=5d8d180092e97a5e107638d3&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVCineTerror.us" tvg-name="Pluto TV Cine Terror" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcddf1ed95e740009fef7ab/colorLogoPNG.png" group-title="",Pluto TV Cine Terror +#EXTINF:-1 tvg-id="PlutoTVCineTerror.us" tvg-name="Pluto TV Cine Terror" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcddf1ed95e740009fef7ab/colorLogoPNG.png" group-title="Movies",Pluto TV Cine Terror 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="PlutoTVCineTerror.us" tvg-name="Pluto TV Cine Terror" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f12111c9e6c2c00078ef3bb/colorLogoPNG.png" group-title="",Pluto TV Cine Terror -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12111c9e6c2c00078ef3bb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="CINETERRORPLUTOTV.us" tvg-name="CINE TERROR PLUTO.TV" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcddf1ed95e740009fef7ab/colorLogoPNG.png?w=117" group-title="",Pluto TV CINE TERROR PLUTO.TV +#EXTINF:-1 tvg-id="PlutoTVCineTerror.us" tvg-name="Pluto TV Cine Terror" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcddf1ed95e740009fef7ab/colorLogoPNG.png?w=117" group-title="Movies",Pluto TV Cine Terror https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCine.us" tvg-name="Pluto TV Cinรฉ" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed0f17564a300082b676a/colorLogoPNG.png" group-title="",Pluto TV Cinรฉ +#EXTINF:-1 tvg-id="PlutoTVCineTerror.us" tvg-name="Pluto TV Cine Terror" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f12111c9e6c2c00078ef3bb/colorLogoPNG.png" group-title="Movies",Pluto TV Cine Terror +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12111c9e6c2c00078ef3bb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel +#EXTINF:-1 tvg-id="PlutoTVCine.us" tvg-name="Pluto TV Cinรฉ" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed0f17564a300082b676a/colorLogoPNG.png" group-title="Movies",Pluto TV Cinรฉ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0f17564a300082b676a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCine.us" tvg-name="Pluto TV Cinรฉ" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed0f17564a300082b676a/colorLogoPNG.png" group-title="",Pluto TV Cinรฉ +#EXTINF:-1 tvg-id="PlutoTVCine.us" tvg-name="Pluto TV Cinรฉ" tvg-country="US" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed0f17564a300082b676a/colorLogoPNG.png" group-title="Movies",Pluto TV Cinรฉ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0f17564a300082b676a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCineRetro.us" tvg-name="Pluto TV Cinรฉ Rรฉtro" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed168f72fcd0007e56269/colorLogoPNG.png" group-title="",Pluto TV Cinรฉ Rรฉtro +#EXTINF:-1 tvg-id="PlutoTVCineRetro.us" tvg-name="Pluto TV Cinรฉ Rรฉtro" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed168f72fcd0007e56269/colorLogoPNG.png" group-title="Movies",Pluto TV Cinรฉ Rรฉtro 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="PlutoTVCineRetro.us" tvg-name="Pluto TV Cinรฉ Rรฉtro" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed168f72fcd0007e56269/colorLogoPNG.png" group-title="",Pluto TV Cinรฉ Rรฉtro +#EXTINF:-1 tvg-id="PlutoTVCineRetro.us" tvg-name="Pluto TV Cinรฉ Rรฉtro" tvg-country="US" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed168f72fcd0007e56269/colorLogoPNG.png" group-title="Movies",Pluto TV Cinรฉ Rรฉtro https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCinema.us" tvg-name="Pluto TV Cinรฉma" tvg-country="CH;FR" tvg-language="French" tvg-logo="" group-title="",Pluto TV Cinรฉma +#EXTINF:-1 tvg-id="PlutoTVCinema.us" tvg-name="Pluto TV Cinรฉma" tvg-country="CH;FR" tvg-language="French" tvg-logo="" group-title="Movies",Pluto TV Cinรฉma https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0f17564a300082b676a/master.m3u8?deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android%2Csamsung%2Cmobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe73477534&appVersion=5.4.0 -#EXTINF:-1 tvg-id="PlutoTVClassicEngland.us" tvg-name="Pluto TV Classic (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Classic (England) +#EXTINF:-1 tvg-id="PlutoTVClassicEngland.us" tvg-name="Pluto TV Classic (England)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Classic",Pluto TV Classic (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d134a74ca91eedee1630faa/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=903&deviceId=5d134a74ca91eedee1630faa&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVClassicMoviesChannel.us" tvg-name="Pluto TV Classic Movies Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Classic Movies Channel +#EXTINF:-1 tvg-id="PlutoTVClassicMoviesChannel.us" tvg-name="Pluto TV Classic Movies Channel" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Movies",Pluto TV Classic Movies Channel https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=106&deviceId=561c5b0dada51f8004c4d855&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoClassicMoviesChannel.us" tvg-name="Pluto Classic Movies Channel" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/561c5b0dada51f8004c4d855/colorLogoPNG.png" group-title="Classic",Pluto TV Classic Movies Channel https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVClassicToonsTV.us" tvg-name="Pluto TV Classic Toons TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Classic Toons TV +#EXTINF:-1 tvg-id="PlutoTVClassicToonsTV.us" tvg-name="Pluto TV Classic Toons TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/562ea53fa9060c5a7d463e74/colorLogoPNG.png" group-title="Classic",Pluto TV Classic Toons TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=548&deviceId=562ea53fa9060c5a7d463e74&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="ClassicToonsTV.us" tvg-name="Classic Toons TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/562ea53fa9060c5a7d463e74/colorLogoPNG.png" group-title="Kids",Pluto TV Classic Toons TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVClassicTV.us" tvg-name="Pluto TV Classic TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d134a74ca91eedee1630faa/colorLogoPNG.png" group-title="Classic",Pluto TV Classic TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d134a74ca91eedee1630faa/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVClassicTVComedy.us" tvg-name="Pluto TV Classic TV Comedy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Classic TV Comedy +#EXTINF:-1 tvg-id="PlutoTVClassicTVComedy.us" tvg-name="Pluto TV Classic TV Comedy" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f15e32b297f96000768f928/colorLogoPNG.png" group-title="Classic",Pluto TV Classic TV Comedy https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e32b297f96000768f928/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=501&deviceId=5f15e32b297f96000768f928&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoClassicTVComedy.us" tvg-name="Pluto Classic TV Comedy" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f15e32b297f96000768f928/colorLogoPNG.png" group-title="Classic",Pluto TV Classic TV Comedy https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e32b297f96000768f928/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVClassicTVDrama.us" tvg-name="Pluto TV Classic TV Drama" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Classic TV Drama +#EXTINF:-1 tvg-id="PlutoTVClassicTVDrama.us" tvg-name="Pluto TV Classic TV Drama" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f15e3cccf49290007053c67/colorLogoPNG.png" group-title="Classic",Pluto TV Classic TV Drama https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e3cccf49290007053c67/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=520&deviceId=5f15e3cccf49290007053c67&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoClassicTVDrama.us" tvg-name="Pluto Classic TV Drama" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f15e3cccf49290007053c67/colorLogoPNG.png" group-title="Classic",Pluto TV Classic TV Drama https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e3cccf49290007053c67/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3557,21 +3545,21 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f984784c https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600ad1a372e57c0007dbee5a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoCMT.us" tvg-name="Pluto CMT" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/us/CMT.us.png" group-title="Music",Pluto TV CMT http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcc42446750e200093b15e2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=182&deviceId=5dcc42446750e200093b15e2&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVCMT.us" tvg-name="Pluto TV CMT" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Pluto TV CMT +#EXTINF:-1 tvg-id="PlutoTVCMT.us" tvg-name="Pluto TV CMT" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Pluto TV CMT https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509b87809fd000949e399/master.m3u8?deviceId=d3e60034-bdd6-5f69-a7a8-a82b92d5b116&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=d3e60034-bdd6-5f69-a7a8-a82b92d5b116&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=0adc72cd87e45d3491f8e47e54bbcc98&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=d3e60034-bdd6-5f69-a7a8-a82b92d5b116&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=151908&channelStore=us #EXTINF:-1 tvg-id="PlutoCMTEqualPlay.us" tvg-name="Pluto CMT Equal Play" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f68f53eb1e5800007390bf8/colorLogoPNG.png" group-title="Music",Pluto TV CMT Equal Play (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f68f53eb1e5800007390bf8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoCMTPlutoTV.us" tvg-name="Pluto CMT Pluto TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dcc42446750e200093b15e2/colorLogoPNG.png" group-title="Music",Pluto TV CMT Pluto TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dcc42446750e200093b15e2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCMTWesterns.us" tvg-name="Pluto TV CMT Westerns" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV CMT Westerns +#EXTINF:-1 tvg-id="PlutoTVCMTWesterns.us" tvg-name="Pluto TV CMT Westerns" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4e94282d4ec87bdcbb87cd/colorLogoPNG.png" group-title="",Pluto TV CMT Westerns https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e94282d4ec87bdcbb87cd/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=103&deviceId=5b4e94282d4ec87bdcbb87cd&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoCMTWesterns.us" tvg-name="Pluto CMT Westerns" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4e94282d4ec87bdcbb87cd/colorLogoPNG.png" group-title="Classic",Pluto TV CMT Westerns https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e94282d4ec87bdcbb87cd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCNET.us" tvg-name="Pluto TV CNET" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV CNET +#EXTINF:-1 tvg-id="PlutoTVCNET.us" tvg-name="Pluto TV CNET" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/56283c8769ba54637dea0464/colorLogoPNG.png" group-title="",Pluto TV CNET https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56283c8769ba54637dea0464/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=228&deviceId=56283c8769ba54637dea0464&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="CNET.us" tvg-name="CNET" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/56283c8769ba54637dea0464/colorLogoPNG.png" group-title="",Pluto TV CNET https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56283c8769ba54637dea0464/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCocina.us" tvg-name="Pluto TV Cocina" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Cocina +#EXTINF:-1 tvg-id="PlutoTVCocina.us" tvg-name="Pluto TV Cocina" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde0657444a40009cd2422/colorLogoPNG.png" group-title="",Pluto TV Cocina https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=956&deviceId=5d8d0fbaa8742fa3093899da&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVCocina.us" tvg-name="Pluto TV Cocina" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde0657444a40009cd2422/colorLogoPNG.png" group-title="",Pluto TV Cocina https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0657444a40009cd2422/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= @@ -3581,19 +3569,19 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0fbaa https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acdaa8ba90f0007d5e760/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.us" tvg-name="Pluto TV Cocina (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Cocina (Spain) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1acdaa8ba90f0007d5e760/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=700&deviceId=5f1acdaa8ba90f0007d5e760&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=41.1167&deviceLon=1.2500&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVColdCaseFiles.us" tvg-name="Pluto TV Cold Case Files" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Cold Case Files +#EXTINF:-1 tvg-id="PlutoTVColdCaseFiles.us" tvg-name="Pluto TV Cold Case Files" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV Cold Case Files https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c37d6712de254456f7ec340/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=373&deviceId=5c37d6712de254456f7ec340&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="ColdCaseFiles.us" tvg-name="Cold Case Files" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c37d6712de254456f7ec340/colorLogoPNG.png" group-title="Series",Pluto TV Cold Case Files https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c37d6712de254456f7ec340/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCombateWorld.us" tvg-name="Pluto TV Combate World" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Combate World +#EXTINF:-1 tvg-id="PlutoTVCombateWorld.us" tvg-name="Pluto TV Combate World" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/5bb1ac3e268cae539bcedb07/colorLogoPNG.png" group-title="",Pluto TV Combate World https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ac3e268cae539bcedb07/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=970&deviceId=5bb1ac3e268cae539bcedb07&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="CombateWorld.us" tvg-name="Combate World" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bb1ac3e268cae539bcedb07/colorLogoPNG.png" group-title="Sports",Pluto TV Combate World https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1ac3e268cae539bcedb07/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="ComediamadeinSpain.us" tvg-name="Comedia made in Spain" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1abce155a03d0007718834/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedia made in Spain +#EXTINF:-1 tvg-id="PlutoTVComediaMadeinSpain.us" tvg-name="Pluto TV Comedia (Made in Spain)" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1abce155a03d0007718834/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedia (Made in Spain) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abce155a03d0007718834/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVComedy.us" tvg-name="Pluto TV Comedy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Comedy +#EXTINF:-1 tvg-id="PlutoTVComedy.us" tvg-name="Pluto TV Comedy" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5a4d3a00ad95e4718ae8d8db/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=57&deviceId=5a4d3a00ad95e4718ae8d8db&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVComedy.us" tvg-name="Pluto TV Comedy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Comedy +#EXTINF:-1 tvg-id="PlutoTVComedy.us" tvg-name="Pluto TV Comedy" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5a4d3a00ad95e4718ae8d8db/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1efd0dbbe3ba000908b639/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=2ede5357-0728-11eb-82fe-0242ac110002&deviceId=5e1efd0dbbe3ba000908b639&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVComedy.us" tvg-name="Pluto TV Comedy" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5a4d3a00ad95e4718ae8d8db/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3603,23 +3591,23 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c363c241 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1efd0dbbe3ba000908b639/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="ComedyCentral.us" tvg-name="Comedy Central" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/il/ComedyCentral.il.png" group-title="Comedy",Pluto TV Comedy Central http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca671f215a62078d2ec0abf/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=465&deviceId=5ca671f215a62078d2ec0abf&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVComedyCentral.us" tvg-name="Pluto TV Comedy Central" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Comedy Central +#EXTINF:-1 tvg-id="PlutoTVComedyCentral.us" tvg-name="Pluto TV Comedy Central" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d4947590ba40f75dc29c26b/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy Central https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4947590ba40f75dc29c26b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=5ca4fefb-0728-11eb-a18c-0242ac110002&deviceId=5d4947590ba40f75dc29c26b&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="ComedyCentral.us" tvg-name="Comedy Central" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d4947590ba40f75dc29c26b/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy Central https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4947590ba40f75dc29c26b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVComedyCentralPlus.us" tvg-name="Pluto TV Comedy Central +" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Comedy Central + +#EXTINF:-1 tvg-id="PlutoTVComedyCentralPlus.us" tvg-name="Pluto TV Comedy Central +" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/6/60/Comedy_central.png" group-title="Comedy",Pluto TV Comedy Central + https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcea6bc6fb8890009322ff3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=90d72ed4-4920-4983-a25f-2926c714e415&deviceId=5dcea6bc6fb8890009322ff3&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="ComedyCentralAnimation.us" tvg-name="Comedy Central Animation" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f99e24636d67d0007a94e6d/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy Central Animation https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f99e24636d67d0007a94e6d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVComedyCentralLatino.us" tvg-name="Pluto TV Comedy Central Latino" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Comedy Central Latino +#EXTINF:-1 tvg-id="PlutoTVComedyCentralLatino.us" tvg-name="Pluto TV Comedy Central Latino" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5cf96dad1652631e36d43320/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy Central Latino https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96dad1652631e36d43320/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=967&deviceId=5cf96dad1652631e36d43320&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="ComedyCentralLatino.us" tvg-name="Comedy Central Latino" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5cf96dad1652631e36d43320/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy Central Latino https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96dad1652631e36d43320/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVComedyCentralMadeinGermany.us" tvg-name="Pluto TV Comedy Central Made in Germany" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Comedy Central Made in Germany +#EXTINF:-1 tvg-id="PlutoTVComedyCentralMadeinGermany.us" tvg-name="Pluto TV Comedy Central (Made in Germany)" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d4948418101147596fd6c5a/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy Central (Made in Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4948418101147596fd6c5a/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=91083755-0728-11eb-aeab-0242ac110002&deviceId=5d4948418101147596fd6c5a&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="ComedyCentralMadeinGermany.us" tvg-name="Comedy Central Made in Germany" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5d4948418101147596fd6c5a/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy Central Made in Germany +#EXTINF:-1 tvg-id="PlutoTVComedyCentralMadeinGermany.us" tvg-name="Comedy Central (Made in Germany)" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5d4948418101147596fd6c5a/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy Central (Made in Germany) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4948418101147596fd6c5a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVComedyCentralMadeinGermanyPlus.us" tvg-name="Pluto TV Comedy Central Made in Germany+" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Comedy Central Made in Germany+ +#EXTINF:-1 tvg-id="PlutoTVComedyCentralMadeinGermanyPlus.us" tvg-name="Pluto TV Comedy Central (Made in Germany)+" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/6/60/Comedy_central.png" group-title="Comedy",Pluto TV Comedy Central (Made in Germany)+ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b8923fc302800079e4f4f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=ee59b770-663e-4463-bf9b-3f7c374fbc39&deviceId=5e7b8923fc302800079e4f4f&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" tvg-name="Comedy Central Pluto TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca671f215a62078d2ec0abf/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy Central Pluto TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca671f215a62078d2ec0abf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3631,41 +3619,41 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb91bb9b9e70008 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVConspiracy.us" tvg-name="Pluto TV Conspiracy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d4ae94ef1a1bbb350ca41bb/colorLogoPNG.png" group-title="",Pluto TV Conspiracy https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4ae94ef1a1bbb350ca41bb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVConspiracyEngland.us" tvg-name="Pluto TV Conspiracy (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Conspiracy (England) +#EXTINF:-1 tvg-id="PlutoTVConspiracyEngland.us" tvg-name="Pluto TV Conspiracy (England)" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d4ae94ef1a1bbb350ca41bb/colorLogoPNG.png" group-title="",Pluto TV Conspiracy (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4ae94ef1a1bbb350ca41bb/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=202&deviceId=5d4ae94ef1a1bbb350ca41bb&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVCookalong.us" tvg-name="Pluto TV Cookalong" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dbc297672961b0009f12e5b/colorLogoPNG.png" group-title="Cooking",Pluto TV Cookalong https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc297672961b0009f12e5b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCOPS.us" tvg-name="Pluto TV COPS" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV COPS +#EXTINF:-1 tvg-id="PlutoTVCOPS.us" tvg-name="Pluto TV COPS" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e1f7e089f23700009d66303/colorLogoPNG.png" group-title="Series",Pluto TV COPS https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1f7e089f23700009d66303/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=367&deviceId=5e1f7e089f23700009d66303&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="COPS.us" tvg-name="COPS" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e1f7e089f23700009d66303/colorLogoPNG.png" group-title="Series",Pluto TV COPS https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1f7e089f23700009d66303/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="CourtTV.us" tvg-name="Court TV" tvg-country="US" tvg-language="English" tvg-logo="http://www.courttv.com/wp-content/themes/courttv/assets/images/logo.png" group-title="",Pluto TV Court TV (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0b4841a7d0000938ddbd/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=395&deviceId=5dae0b4841a7d0000938ddbd&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVCrime.us" tvg-name="Pluto TV Crime" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Crime +#EXTINF:-1 tvg-id="PlutoTVCrime.us" tvg-name="Pluto TV Crime" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed4dbf6bb0800071ffbcb/colorLogoPNG.png" group-title="Series",Pluto TV Crime https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b6c60fd20c50007910bf5/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=b2da8f50-0581-11eb-97af-0242ac110002&deviceId=5e7b6c60fd20c50007910bf5&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVCrime.us" tvg-name="Pluto TV Crime" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed4dbf6bb0800071ffbcb/colorLogoPNG.png" group-title="",Pluto TV Crime +#EXTINF:-1 tvg-id="PlutoTVCrime.us" tvg-name="Pluto TV Crime" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed4dbf6bb0800071ffbcb/colorLogoPNG.png" group-title="Series",Pluto TV Crime 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="PlutoTVCrime.us" tvg-name="Pluto TV Crime" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d767790d0438aceb41d03ae/colorLogoPNG.png" group-title="",Pluto TV Crime +#EXTINF:-1 tvg-id="PlutoTVCrime.us" tvg-name="Pluto TV Crime" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d767790d0438aceb41d03ae/colorLogoPNG.png" group-title="Series",Pluto TV Crime https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767790d0438aceb41d03ae/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Crime.us" tvg-name="Crime" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e7b6c60fd20c50007910bf5/colorLogoPNG.png" group-title="",Pluto TV Crime +#EXTINF:-1 tvg-id="Crime.us" tvg-name="Crime" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e7b6c60fd20c50007910bf5/colorLogoPNG.png" group-title="Series",Pluto TV Crime https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e7b6c60fd20c50007910bf5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCrime.us" tvg-name="Pluto TV Crime" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed4dbf6bb0800071ffbcb/colorLogoPNG.png" group-title="",Pluto TV Crime +#EXTINF:-1 tvg-id="PlutoTVCrime.us" tvg-name="Pluto TV Crime" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed4dbf6bb0800071ffbcb/colorLogoPNG.png" group-title="Series",Pluto TV Crime https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed4dbf6bb0800071ffbcb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCrimeEngland.us" tvg-name="Pluto TV Crime (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Crime (England) +#EXTINF:-1 tvg-id="PlutoTVCrimeEngland.us" tvg-name="Pluto TV Crime (England)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Series",Pluto TV Crime (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea18cd42ee5410007e349dc/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=200&deviceId=5ea18cd42ee5410007e349dc&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVCrimeDrama.us" tvg-name="Pluto TV Crime Drama" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Crime Drama +#EXTINF:-1 tvg-id="PlutoTVCrimeDrama.us" tvg-name="Pluto TV Crime Drama" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f31fd1b4c510e00071c3103/colorLogoPNG.png" group-title="Movies",Pluto TV Crime Drama https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f31fd1b4c510e00071c3103/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=350&deviceId=5f31fd1b4c510e00071c3103&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVCrimeDrama.us" tvg-name="Pluto TV Crime Drama" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f31fd1b4c510e00071c3103/colorLogoPNG.png" group-title="",Pluto TV Crime Drama +#EXTINF:-1 tvg-id="PlutoTVCrimeDrama.us" tvg-name="Pluto TV Crime Drama" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f31fd1b4c510e00071c3103/colorLogoPNG.png" group-title="Movies",Pluto TV Crime Drama https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f31fd1b4c510e00071c3103/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="CrimeInvestigation.us" tvg-name="Crime Investigation" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ea18cd42ee5410007e349dc/colorLogoPNG.png" group-title="",Pluto TV Crime Investigation +#EXTINF:-1 tvg-id="CrimeInvestigation.us" tvg-name="Crime Investigation" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ea18cd42ee5410007e349dc/colorLogoPNG.png" group-title="Series",Pluto TV Crime Investigation https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18cd42ee5410007e349dc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Crime360.us" tvg-name="Crime 360" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/6000a5a9e767980007b497ca/colorLogoPNG.png" group-title="",Pluto TV Crime Investigation 360 +#EXTINF:-1 tvg-id="Crime360.us" tvg-name="Crime 360" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/6000a5a9e767980007b497ca/colorLogoPNG.png" group-title="Series",Pluto TV Crime Investigation 360 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6000a5a9e767980007b497ca/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVCrimeMovies.us" tvg-name="Pluto TV Crime Movies" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c37d6712de254456f7ec340/colorLogoPNG.png" group-title="Movies",Pluto TV Crime Movies https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d8594eb979c0007706de7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="CrimeTV.us" tvg-name="Crime TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ut0EOQn.jpg" group-title="",Pluto TV Crime TV +#EXTINF:-1 tvg-id="CrimeTV.us" tvg-name="Crime TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ut0EOQn.jpg" group-title="Series",Pluto TV Crime TV http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d2c571faeb3e2738ae27933/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=470&deviceId=5d2c571faeb3e2738ae27933&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVCSI.us" tvg-name="Pluto TV CSI" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV CSI +#EXTINF:-1 tvg-id="PlutoTVCSI.us" tvg-name="Pluto TV CSI" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5efbd29e4aa26700076c0d06/colorLogoPNG.png" group-title="Series",Pluto TV CSI https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efbd29e4aa26700076c0d06/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=355&deviceId=5efbd29e4aa26700076c0d06&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="CSI.us" tvg-name="CSI" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5efbd29e4aa26700076c0d06/colorLogoPNG.png" group-title="Series",Pluto TV CSI https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd29e4aa26700076c0d06/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3673,7 +3661,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd29e4 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="PlutoTVCuisine.us" tvg-name="Pluto TV Cuisine" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed48146ba9e00078424b6/colorLogoPNG.png" group-title="Cooking",Pluto TV Cuisine https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" tvg-name="Pluto TV Cult Films" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Cult Films +#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" tvg-name="Pluto TV Cult Films" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c31f2f21b553c1f673fb0/colorLogoPNG.png" group-title="",Pluto TV Cult Films https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=109&deviceId=5c665db3e6c01b72c4977bc2&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVCultFilms.us" tvg-name="Pluto TV Cult Films" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c31f2f21b553c1f673fb0/colorLogoPNG.png" group-title="Movies",Pluto TV Cult Films https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c31f2f21b553c1f673fb0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3681,25 +3669,25 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c31f2f https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="CurroJimenez.us" tvg-name="Curro Jimรฉnez" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1acd36779de70007a680d1/colorLogoPNG.png" group-title="",Pluto TV Curro Jimรฉnez https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acd36779de70007a680d1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVDallasCowboysCheer.us" tvg-name="Pluto TV Dallas Cowboys Cheer" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Dallas Cowboys Cheer +#EXTINF:-1 tvg-id="PlutoTVDallasCowboysCheer.us" tvg-name="Pluto TV Dallas Cowboys Cheer" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d40855b3fb0855028c99b6f/colorLogoPNG.png" group-title="",Pluto TV Dallas Cowboys Cheer https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=315&deviceId=5d40855b3fb0855028c99b6f&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="DallasCowboysCheer.us" tvg-name="Dallas Cowboys Cheer" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d40855b3fb0855028c99b6f/colorLogoPNG.png" group-title="Series",Pluto TV Dallas Cowboys Cheer https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVDarkMatter.us" tvg-name="Pluto TV Dark Matter" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Dark Matter +#EXTINF:-1 tvg-id="PlutoTVDarkMatter.us" tvg-name="Pluto TV Dark Matter" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e843d849109b700075d5ada/colorLogoPNG.png" group-title="",Pluto TV Dark Matter https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e843d849109b700075d5ada/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=ddc64e1e-0581-11eb-82fe-0242ac110002&deviceId=5e843d849109b700075d5ada&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="DarkMatter.us" tvg-name="Dark Matter" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e843d849109b700075d5ada/colorLogoPNG.png" group-title="",Pluto TV Dark Matter https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e843d849109b700075d5ada/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVDarkShadows.us" tvg-name="Pluto TV Dark Shadows" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Dark Shadows +#EXTINF:-1 tvg-id="PlutoTVDarkShadows.us" tvg-name="Pluto TV Dark Shadows" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ef3958c66ac540007d6e6a7/colorLogoPNG.png" group-title="",Pluto TV Dark Shadows https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef3958c66ac540007d6e6a7/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=535&deviceId=5ef3958c66ac540007d6e6a7&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="DarkShadows.us" tvg-name="Dark Shadows" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ef3958c66ac540007d6e6a7/colorLogoPNG.png" group-title="",Pluto TV Dark Shadows https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ef3958c66ac540007d6e6a7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="DeadlyWomen.us" tvg-name="Deadly Women" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ca1df0d50be2571e393ad31/colorLogoPNG.png" group-title="",Pluto TV Deadly Women https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1df0d50be2571e393ad31/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVDealorNoDeal.us" tvg-name="Pluto TV Deal or No Deal" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Deal or No Deal +#EXTINF:-1 tvg-id="PlutoTVDealorNoDeal.us" tvg-name="Pluto TV Deal or No Deal" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e9debf8c881310007d7bde1/colorLogoPNG.png" group-title="",Pluto TV Deal or No Deal https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e9debf8c881310007d7bde1/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=165&deviceId=5e9debf8c881310007d7bde1&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="DealorNoDeal.us" tvg-name="Deal or No Deal" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e9debf8c881310007d7bde1/colorLogoPNG.png" group-title="Series",Pluto TV Deal or No Deal https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e9debf8c881310007d7bde1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVDegrassi.us" tvg-name="Pluto TV Degrassi" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Degrassi +#EXTINF:-1 tvg-id="PlutoTVDegrassi.us" tvg-name="Pluto TV Degrassi" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5de58ef515635d00091f605d/colorLogoPNG.png" group-title="",Pluto TV Degrassi https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c6eeb85c05dfc257e5a50c4/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=144&deviceId=5c6eeb85c05dfc257e5a50c4&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="Degrassi.us" tvg-name="Degrassi" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5de58ef515635d00091f605d/colorLogoPNG.png" group-title="",Pluto TV Degrassi https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de58ef515635d00091f605d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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= @@ -3709,13 +3697,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c6eeb85c https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f061242a7951e00075d7413/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=172&deviceId=5f061242a7951e00075d7413&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVDeportes.us" tvg-name="Pluto TV Deportes" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde07af1c85b0009b18651/colorLogoPNG.png" group-title="",Pluto TV Deportes https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde07af1c85b0009b18651/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVDoctorWhoClassic.us" tvg-name="Pluto TV Doctor Who Classic" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Doctor Who Classic +#EXTINF:-1 tvg-id="PlutoTVDoctorWhoClassic.us" tvg-name="Pluto TV Doctor Who Classic" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ce4475cd43850831ca91ce7/colorLogoPNG.png" group-title="Classic",Pluto TV Doctor Who Classic https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce4475cd43850831ca91ce7/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=532&deviceId=5ce4475cd43850831ca91ce7&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVDoctorWhoClassic.us" tvg-name="Pluto TV Doctor Who Classic" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ce4475cd43850831ca91ce7/colorLogoPNG.png" group-title="Series",Pluto TV Doctor Who Classic https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce4475cd43850831ca91ce7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" tvg-name="Pluto TV Documentaries" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Documentaries +#EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" tvg-name="Pluto TV Documentaries" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b85a7582921777994caea63/colorLogoPNG.png" group-title="Documentary",Pluto TV Documentaries https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b85a7582921777994caea63/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=91&deviceId=5b85a7582921777994caea63&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" tvg-name="Pluto TV Documentaries" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Documentaries +#EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" tvg-name="Pluto TV Documentaries" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b85a7582921777994caea63/colorLogoPNG.png" group-title="Documentary",Pluto TV Documentaries https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db048f9447d6c0009b8f29d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=0d94d79f-0582-11eb-8b9f-0242ac110002&deviceId=5db048f9447d6c0009b8f29d&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" tvg-name="Pluto TV Documentaries" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b85a7582921777994caea63/colorLogoPNG.png" group-title="Documentary",Pluto TV Documentaries https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b85a7582921777994caea63/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3725,7 +3713,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db042522 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db048f9447d6c0009b8f29d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="Dogelcazarrecompensas.us" tvg-name="Dog el cazarrecompensas" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f9992c685a2a80007fa414a/colorLogoPNG.png" group-title="",Pluto TV Dog el cazarrecompensas 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="PlutoTVDogtheBountyHunter.us" tvg-name="Pluto TV Dog the Bounty Hunter" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Dog the Bounty Hunter +#EXTINF:-1 tvg-id="PlutoTVDogtheBountyHunter.us" tvg-name="Pluto TV Dog the Bounty Hunter" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bee1a7359ee03633e780238/colorLogoPNG.png" group-title="",Pluto TV Dog the Bounty Hunter https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bee1a7359ee03633e780238/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=381&deviceId=5bee1a7359ee03633e780238&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="DogtheBountyHunter.us" tvg-name="Dog the Bounty Hunter" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bee1a7359ee03633e780238/colorLogoPNG.png" group-title="",Pluto TV Dog the Bounty Hunter https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bee1a7359ee03633e780238/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3733,17 +3721,17 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bee1a735 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6b535a278bfe000799484a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVDogs.us" tvg-name="Pluto TV Dogs" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d8dc0740e843c7812dcb8db/colorLogoPNG.png" group-title="Series",Pluto TV Dogs https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8dc0740e843c7812dcb8db/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVDogs247.us" tvg-name="Pluto TV Dogs 24/7" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Dogs 24/7 +#EXTINF:-1 tvg-id="PlutoTVDogs247.us" tvg-name="Pluto TV Dogs 24/7" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b329e0a7b9d8872aeb49ceb/colorLogoPNG.png" group-title="",Pluto TV Dogs 24/7 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b329e0a7b9d8872aeb49ceb/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=636&deviceId=5b329e0a7b9d8872aeb49ceb&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVDogs247.us" tvg-name="Pluto TV Dogs 24/7" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Dogs 24/7 +#EXTINF:-1 tvg-id="PlutoTVDogs247.us" tvg-name="Pluto TV Dogs 24/7" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b329e0a7b9d8872aeb49ceb/colorLogoPNG.png" group-title="",Pluto TV Dogs 24/7 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8dc1d8da13e15d9fce6911/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=7254c815-0582-11eb-8b9f-0242ac110002&deviceId=5d8dc1d8da13e15d9fce6911&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="Dogs247.us" tvg-name="Dogs 24/7" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b329e0a7b9d8872aeb49ceb/colorLogoPNG.png" group-title="Series",Pluto TV Dogs 24/7 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b329e0a7b9d8872aeb49ceb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="Dogs247.us" tvg-name="Dogs 24/7" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d8dc1d8da13e15d9fce6911/colorLogoPNG.png" group-title="Series",Pluto TV Dogs 24/7 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8dc1d8da13e15d9fce6911/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVDoraTV.us" tvg-name="Pluto TV Dora TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Dora TV +#EXTINF:-1 tvg-id="PlutoTVDoraTV.us" tvg-name="Pluto TV Dora TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecb9524419b0007365a1c/colorLogoPNG.png" group-title="Kids",Pluto TV Dora TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=985&deviceId=5d14fb6c84dd37df3b4290c5&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVDoraTV.us" tvg-name="Pluto TV Dora TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Dora TV +#EXTINF:-1 tvg-id="PlutoTVDoraTV.us" tvg-name="Pluto TV Dora TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecb9524419b0007365a1c/colorLogoPNG.png" group-title="Kids",Pluto TV Dora TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e43c344b54fe800093552f4/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=c28ebf75-0713-11eb-97af-0242ac110002&deviceId=5e43c344b54fe800093552f4&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="DoraTV.us" tvg-name="Dora TV" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ecb9524419b0007365a1c/colorLogoPNG.png" group-title="Kids",Pluto TV Dora TV 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= @@ -3755,35 +3743,35 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e43c344b https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="DossiersFBI.us" tvg-name="Dossiers FBI" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8edad922b10b000753bc37/colorLogoPNG.png" group-title="",Pluto TV Dossiers FBI 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" tvg-name="Pluto TV Dossiers FBI" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV Dossiers FBI +#EXTINF:-1 tvg-id="PlutoTVDossiersFBI.us" tvg-name="Pluto TV Dossiers FBI" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8edad922b10b000753bc37/colorLogoPNG.png" group-title="",Pluto TV Dossiers FBI https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8edad922b10b000753bc37/master.m3u8?architecture=mobile&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceVersion=7.1.2_25&appVersion=5.4.0&deviceType=android%2Csamsung%2Cmobile&deviceMake=samsung&sid=b90a2c1a-a2ce-4601-a02d-abe734775341&deviceDNT=0&deviceModel=SM-N976N&appName=androidmobile #EXTINF:-1 tvg-id="DossiersFBI.us" tvg-name="Dossiers FBI" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8edad922b10b000753bc37/colorLogoPNG.png" group-title="",Pluto TV Dossiers FBI https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8edad922b10b000753bc37/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="DrOz.us" tvg-name="Dr. Oz" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5fac43a40fe4ab0007f478ac/colorLogoPNG.png" group-title="Series",Pluto TV Dr. Oz https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fac43a40fe4ab0007f478ac/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVDrama.us" tvg-name="Pluto TV Drama" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Drama +#EXTINF:-1 tvg-id="PlutoTVDrama.us" tvg-name="Pluto TV Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed2d1c34c2300073bf02c/colorLogoPNG.png" group-title="Movies",Pluto TV Drama https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=60&deviceId=5b4e92e4694c027be6ecece1&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVDrama.us" tvg-name="Pluto TV Drama" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Drama +#EXTINF:-1 tvg-id="PlutoTVDrama.us" tvg-name="Pluto TV Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed2d1c34c2300073bf02c/colorLogoPNG.png" group-title="Movies",Pluto TV Drama https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=a1f190ec-0582-11eb-a59f-0242ac110002&deviceId=5dc190f7bfed110009d934c3&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVDrama.us" tvg-name="Pluto TV Drama" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed2d1c34c2300073bf02c/colorLogoPNG.png" group-title="",Pluto TV Drama +#EXTINF:-1 tvg-id="PlutoTVDrama.us" tvg-name="Pluto TV Drama" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed2d1c34c2300073bf02c/colorLogoPNG.png" group-title="Movies",Pluto TV Drama 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" tvg-name="Pluto TV Drama" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4e92e4694c027be6ecece1/colorLogoPNG.png" group-title="",Pluto TV Drama +#EXTINF:-1 tvg-id="PlutoTVDrama.us" tvg-name="Pluto TV Drama" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4e92e4694c027be6ecece1/colorLogoPNG.png" group-title="Movies",Pluto TV Drama https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Drama.us" tvg-name="Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc190f7bfed110009d934c3/colorLogoPNG.png" group-title="",Pluto TV Drama +#EXTINF:-1 tvg-id="Drama.us" tvg-name="Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc190f7bfed110009d934c3/colorLogoPNG.png" group-title="Movies",Pluto TV Drama https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVDrama.us" tvg-name="Pluto TV Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ddf91149880d60009d35d27/colorLogoPNG.png" group-title="",Pluto TV Drama +#EXTINF:-1 tvg-id="PlutoTVDrama.us" tvg-name="Pluto TV Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ddf91149880d60009d35d27/colorLogoPNG.png" group-title="Movies",Pluto TV Drama https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf91149880d60009d35d27/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVDrama.us" tvg-name="Pluto TV Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed2d1c34c2300073bf02c/colorLogoPNG.png" group-title="",Pluto TV Drama +#EXTINF:-1 tvg-id="PlutoTVDrama.us" tvg-name="Pluto TV Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed2d1c34c2300073bf02c/colorLogoPNG.png" group-title="Movies",Pluto TV Drama https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed2d1c34c2300073bf02c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVDramaEngland.us" tvg-name="Pluto TV Drama (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Drama (England) +#EXTINF:-1 tvg-id="PlutoTVDramaEngland.us" tvg-name="Pluto TV Drama (England)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Movies",Pluto TV Drama (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf91149880d60009d35d27/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=402&deviceId=5ddf91149880d60009d35d27&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVDramaGermany.us" tvg-name="Pluto TV Drama (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Drama (Germany) +#EXTINF:-1 tvg-id="PlutoTVDramaGermany.us" tvg-name="Pluto TV Drama (Germany)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Movies",Pluto TV Drama (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=200&deviceId=5dc190f7bfed110009d934c3&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVDramaLife.us" tvg-name="Pluto TV Drama Life" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Drama Life +#EXTINF:-1 tvg-id="PlutoTVDramaLife.us" tvg-name="Pluto TV Drama Life" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f24662bebe0f0000767de32/colorLogoPNG.png" group-title="Movies",Pluto TV Drama Life https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f24662bebe0f0000767de32/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=332&deviceId=5f24662bebe0f0000767de32&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVDramaLife.us" tvg-name="Pluto TV Drama Life" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f24662bebe0f0000767de32/colorLogoPNG.png" group-title="",Pluto TV Drama Life +#EXTINF:-1 tvg-id="PlutoTVDramaLife.us" tvg-name="Pluto TV Drama Life" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f24662bebe0f0000767de32/colorLogoPNG.png" group-title="Movies",Pluto TV Drama Life https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f24662bebe0f0000767de32/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVDramaPlus.us" tvg-name="Pluto TV Drama+" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Drama+ +#EXTINF:-1 tvg-id="PlutoTVDramaPlus.us" tvg-name="Pluto TV Drama+" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Movies",Pluto TV Drama+ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddbf866b1862a0009a0648e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=3a2ed1cd-e3a3-4fa3-bdbc-94e7363ca0cf&deviceId=5ddbf866b1862a0009a0648e&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="DuckDynasty.us" tvg-name="Duck Dynasty" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f6b54b9e67cf60007d4cef1/colorLogoPNG.png" group-title="Series",Pluto TV Duck Dynasty https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6b54b9e67cf60007d4cef1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3803,43 +3791,43 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b8551 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="PlutoTVExtreme.us" tvg-name="Pluto TV Extrรชme" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed327f9e9b0000761141e/colorLogoPNG.png" group-title="",Pluto TV Extrรชme https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed327f9e9b0000761141e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ebaccf1734aaf0007142c86/colorLogoPNG.png" group-title="",Pluto TV FailArmy +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ebaccf1734aaf0007142c86/colorLogoPNG.png" group-title="Comedy",Pluto TV FailArmy 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" tvg-name="FailArmy" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ecd9169d2d4000864a974/colorLogoPNG.png" group-title="",Pluto TV FailArmy +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ecd9169d2d4000864a974/colorLogoPNG.png" group-title="Comedy",Pluto TV FailArmy 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" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/554158e864526b29254ff105/colorLogoPNG.png" group-title="",Pluto TV FailArmy +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/554158e864526b29254ff105/colorLogoPNG.png" group-title="Comedy",Pluto TV FailArmy https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/554158e864526b29254ff105/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d883e738977e2c31096b/colorLogoPNG.png" group-title="",Pluto TV FailArmy +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d883e738977e2c31096b/colorLogoPNG.png" group-title="Comedy",Pluto TV FailArmy https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d883e738977e2c31096b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad9b7ffe738977e2c312133/colorLogoPNG.png" group-title="",Pluto TV FailArmy +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad9b7ffe738977e2c312133/colorLogoPNG.png" group-title="Comedy",Pluto TV FailArmy https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1abf5fafb5ee0007d4d0ca/colorLogoPNG.png" group-title="",Pluto TV FailArmy +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1abf5fafb5ee0007d4d0ca/colorLogoPNG.png" group-title="Comedy",Pluto TV FailArmy https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf5fafb5ee0007d4d0ca/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f5141c1605ddf000748eb1b/colorLogoPNG.png" group-title="",Pluto TV FailArmy +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f5141c1605ddf000748eb1b/colorLogoPNG.png" group-title="Comedy",Pluto TV FailArmy https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5141c1605ddf000748eb1b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecd9169d2d4000864a974/colorLogoPNG.png" group-title="",Pluto TV FailArmy +#EXTINF:-1 tvg-id="FailArmy.us" tvg-name="FailArmy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecd9169d2d4000864a974/colorLogoPNG.png" group-title="Comedy",Pluto TV FailArmy https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVFaithTV.us" tvg-name="Pluto TV Faith TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Faith TV +#EXTINF:-1 tvg-id="PlutoTVFaithTV.us" tvg-name="Pluto TV Faith TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c58a539fae3812612f33ca3/colorLogoPNG.png" group-title="Religious",Pluto TV Faith TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c58a539fae3812612f33ca3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=643&deviceId=5c58a539fae3812612f33ca3&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="FaithTV.us" tvg-name="Faith TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c58a539fae3812612f33ca3/colorLogoPNG.png" group-title="",Pluto TV Faith TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c58a539fae3812612f33ca3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVFamily.us" tvg-name="Pluto TV Family" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc3fc6b9133f500099c7d98/colorLogoPNG.png" group-title="",Pluto TV Family +#EXTINF:-1 tvg-id="PlutoTVFamily.us" tvg-name="Pluto TV Family" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc3fc6b9133f500099c7d98/colorLogoPNG.png" group-title="Family",Pluto TV Family https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc3fc6b9133f500099c7d98/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="FamilyTies.us" tvg-name="Family Ties" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f77939a630f530007dde654/colorLogoPNG.png" group-title="Series",Pluto TV Family Ties https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f77939a630f530007dde654/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVFantastic.us" tvg-name="Pluto TV Fantastic" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/08182020/Pluto%20TV%20Fantastic_190x190.png?raw=true" group-title="",Pluto TV Fantastic +#EXTINF:-1 tvg-id="PlutoTVFantastic.us" tvg-name="Pluto TV Fantastic" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/08182020/Pluto%20TV%20Fantastic_190x190.png?raw=true" group-title="",Pluto TV Fantastic http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&profileLimit=&profileFloor=&embedPartner=samsung-tvplus -#EXTINF:-1 tvg-id="PlutoTVFantastic.us" tvg-name="Pluto TV Fantastic" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Fantastic -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=66&deviceId=5b64a245a202b3337f09e51d&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVFantastic.us" tvg-name="Pluto TV Fantastic" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b64a245a202b3337f09e51d/colorLogoPNG.png" group-title="",Pluto TV Fantastic +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=66&deviceId=5b64a245a202b3337f09e51d&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false +#EXTINF:-1 tvg-id="PlutoTVFantastic.us" tvg-name="Pluto TV Fantastic" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b64a245a202b3337f09e51d/colorLogoPNG.png" group-title="Series",Pluto TV Fantastic https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVFashionBox.us" tvg-name="Pluto TV FashionBox" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ee8d84bfb286e0007285aad/colorLogoPNG.png" group-title="",Pluto TV FashionBox +#EXTINF:-1 tvg-id="PlutoTVFashionBox.us" tvg-name="Pluto TV FashionBox" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ee8d84bfb286e0007285aad/colorLogoPNG.png" group-title="Lifestyle",Pluto TV FashionBox https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee8d84bfb286e0007285aad/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVFashionbox.us" tvg-name="Pluto TV Fashionbox" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f516730b78b7600079294f5/colorLogoPNG.png" group-title="",Pluto TV Fashionbox +#EXTINF:-1 tvg-id="PlutoTVFashionbox.us" tvg-name="Pluto TV Fashionbox" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f516730b78b7600079294f5/colorLogoPNG.png" group-title="Lifestyle",Pluto TV Fashionbox https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f516730b78b7600079294f5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="FBIFiles.us" tvg-name="FBI Files" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5cb6f6f9a461406ffe4022cf/colorLogoPNG.png" group-title="",Pluto TV FBI Files https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb6f6f9a461406ffe4022cf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVFearFactor.us" tvg-name="Pluto TV Fear Factor" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Fear Factor +#EXTINF:-1 tvg-id="PlutoTVFearFactor.us" tvg-name="Pluto TV Fear Factor" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/588128d17d64bc0d0f385c34/colorLogoPNG.png" group-title="Series",Pluto TV Fear Factor https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/588128d17d64bc0d0f385c34/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=301&deviceId=588128d17d64bc0d0f385c34&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="FearFactor.us" tvg-name="Fear Factor" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/588128d17d64bc0d0f385c34/colorLogoPNG.png" group-title="Series",Pluto TV Fear Factor https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/588128d17d64bc0d0f385c34/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3847,15 +3835,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/588128d17 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c362ded581a86051df509b4/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="FemmesDeLoi.us" tvg-name="Femmes De Loi" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed673cad35f0007651fd4/colorLogoPNG.png" group-title="",Pluto TV Femmes De Loi https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed673cad35f0007651fd4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVFemmesdeLoi.us" tvg-name="Pluto TV Femmes de Loi" tvg-country="CH;FR" tvg-language="French" tvg-logo="" group-title="",Pluto TV Femmes de Loi +#EXTINF:-1 tvg-id="PlutoTVFemmesdeLoi.us" tvg-name="Pluto TV Femmes de Loi" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed673cad35f0007651fd4/colorLogoPNG.png" group-title="",Pluto TV Femmes de Loi https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed673cad35f0007651fd4/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%2Csamsung%2Cmobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 #EXTINF:-1 tvg-id="FemmesDeLoi.us" tvg-name="Femmes De Loi" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f8ed673cad35f0007651fd4/colorLogoPNG.png" group-title="",Pluto TV Femmes De Loi https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed673cad35f0007651fd4/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="FifthGear.us" tvg-name="Fifth Gear" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ca1de9208ee5378be82db3b/colorLogoPNG.png" group-title="",Pluto TV Fifth Gear https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1de9208ee5378be82db3b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVFight.us" tvg-name="Pluto TV Fight" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Fight +#EXTINF:-1 tvg-id="PlutoTVFight.us" tvg-name="Pluto TV Fight" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812b0f2237a6ff45d16c3f9/colorLogoPNG.png" group-title="",Pluto TV Fight https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b0f2237a6ff45d16c3f9/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=726&deviceId=5812b0f2237a6ff45d16c3f9&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVFight.us" tvg-name="Pluto TV Fight" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Fight +#EXTINF:-1 tvg-id="PlutoTVFight.us" tvg-name="Pluto TV Fight" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812b0f2237a6ff45d16c3f9/colorLogoPNG.png" group-title="",Pluto TV Fight https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bda9fd87eb3a2717cce0/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=5c2fb668-242f-4e7f-a025-087099fd0aca&deviceId=5ad9bda9fd87eb3a2717cce0&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="Fight.us" tvg-name="Fight" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812b0f2237a6ff45d16c3f9/colorLogoPNG.png" group-title="Sports",Pluto TV Fight https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b0f2237a6ff45d16c3f9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3869,35 +3857,35 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f120f41b https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f171d3442a0500007362f22/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVFishing.us" tvg-name="Pluto TV Fishing" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d4af39510fd17b31a528eda/colorLogoPNG.png" group-title="Outdoor",Pluto TV Fishing https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af39510fd17b31a528eda/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVFitness.us" tvg-name="Pluto TV Fitness" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Fitness +#EXTINF:-1 tvg-id="PlutoTVFitness.us" tvg-name="Pluto TV Fitness" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b0c92783b3f0007a4c7df/colorLogoPNG.png" group-title="",Pluto TV Fitness https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b0c92783b3f0007a4c7df/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=3b0b1ee4-3c26-4c24-8a7c-1b12f2e4e536&deviceId=5e8b0c92783b3f0007a4c7df&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVFitness.us" tvg-name="Pluto TV Fitness" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b0c92783b3f0007a4c7df/colorLogoPNG.png" group-title="Lifestyle",Pluto TV Fitness https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b0c92783b3f0007a4c7df/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVFlicksofFury.us" tvg-name="Pluto TV Flicks of Fury" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Flicks of Fury +#EXTINF:-1 tvg-id="PlutoTVFlicksofFury.us" tvg-name="Pluto TV Flicks of Fury" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/58e55b14ad8e9c364d55f717/colorLogoPNG.png" group-title="",Pluto TV Flicks of Fury https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58e55b14ad8e9c364d55f717/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=112&deviceId=58e55b14ad8e9c364d55f717&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="FlicksofFury.us" tvg-name="Flicks of Fury" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/58e55b14ad8e9c364d55f717/colorLogoPNG.png" group-title="Movies",Pluto TV Flicks of Fury https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58e55b14ad8e9c364d55f717/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVFocusTV.us" tvg-name="Pluto TV Focus TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Focus TV +#EXTINF:-1 tvg-id="PlutoTVFocusTV.us" tvg-name="Pluto TV Focus TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f3bd0e63f793300071574cd/colorLogoPNG.png" group-title="",Pluto TV Focus TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f3bd0e63f793300071574cd/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=95e98e2b-3403-11eb-b13a-0242ac110002&deviceId=5f3bd0e63f793300071574cd&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="FocusTV.us" tvg-name="Focus TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f3bd0e63f793300071574cd/colorLogoPNG.png" group-title="",Pluto TV Focus TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f3bd0e63f793300071574cd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVFood.us" tvg-name="Pluto TV Food" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Food +#EXTINF:-1 tvg-id="PlutoTVFood.us" tvg-name="Pluto TV Food" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc280c9aa218c0009724b4b/colorLogoPNG.png" group-title="Cooking",Pluto TV Food https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc280c9aa218c0009724b4b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=0734c282-0583-11eb-a18c-0242ac110002&deviceId=5dc280c9aa218c0009724b4b&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="Food.us" tvg-name="Food" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc280c9aa218c0009724b4b/colorLogoPNG.png" group-title="Cooking",Pluto TV Food https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc280c9aa218c0009724b4b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVFood.us" tvg-name="Pluto TV Food" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ddf930548ff9b00090d5686/colorLogoPNG.png" group-title="Cooking",Pluto TV Food https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf930548ff9b00090d5686/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVFoodEngland.us" tvg-name="Pluto TV Food (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Food (England) +#EXTINF:-1 tvg-id="PlutoTVFoodEngland.us" tvg-name="Pluto TV Food (England)" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ddf930548ff9b00090d5686/colorLogoPNG.png" group-title="Cooking",Pluto TV Food (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf930548ff9b00090d5686/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=500&deviceId=5ddf930548ff9b00090d5686&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVFoodTV.us" tvg-name="Pluto TV Food TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Food TV +#EXTINF:-1 tvg-id="PlutoTVFoodTV.us" tvg-name="Pluto TV Food TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ddf930548ff9b00090d5686/colorLogoPNG.png" group-title="Cooking",Pluto TV Food TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5877ac8cb791f4eb4a140d81/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=601&deviceId=5877ac8cb791f4eb4a140d81&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVForensicFiles.us" tvg-name="Pluto TV Forensic Files" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Forensic Files +#EXTINF:-1 tvg-id="PlutoTVForensicFiles.us" tvg-name="Pluto TV Forensic Files" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bb1af6a268cae539bcedb0a/colorLogoPNG.png" group-title="Documentary",Pluto TV Forensic Files http://stitcher.pluto.tv/stitch/hls/channel/5bb1af6a268cae539bcedb0a/master.m3u8?sid=web24157571521&deviceType=web&deviceMake=web&deviceVersion=1&deviceId=web24163643069&appVersion=5.2.7&deviceDNT=web&deviceModel=web&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVForensicFiles.us" tvg-name="Pluto TV Forensic Files" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Forensic Files +#EXTINF:-1 tvg-id="PlutoTVForensicFiles.us" tvg-name="Pluto TV Forensic Files" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bb1af6a268cae539bcedb0a/colorLogoPNG.png" group-title="Documentary",Pluto TV Forensic Files https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1af6a268cae539bcedb0a/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=370&deviceId=5bb1af6a268cae539bcedb0a&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="ForensicFiles.us" tvg-name="Forensic Files" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bb1af6a268cae539bcedb0a/colorLogoPNG.png" group-title="Documentary",Pluto TV Forensic Files https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1af6a268cae539bcedb0a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVForensicFilesenESP.us" tvg-name="Pluto TV Forensic Files en ESP" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Forensic Files en ESP +#EXTINF:-1 tvg-id="PlutoTVForensicFilesenESP.us" tvg-name="Pluto TV Forensic Files en ESP" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bb1af6a268cae539bcedb0a/colorLogoPNG.png" group-title="Documentary",Pluto TV Forensic Files en ESP https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e94cd036cc69d0007e8a1ba/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=933&deviceId=5e94cd036cc69d0007e8a1ba&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="ForensicFilesenESP.us" tvg-name="Forensic Files en ESP" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e94cd036cc69d0007e8a1ba/colorLogoPNG.png" group-title="Documentary",Pluto TV Forensic Files en ESP https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e94cd036cc69d0007e8a1ba/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3905,35 +3893,35 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e94cd036 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a74b8e1e22a61737979c6bf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="FoxSportspluto.us" tvg-name="Fox Sports pluto" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X491SzR.gif" group-title="Sports",Pluto TV Fox Sports pluto (720p) https://stitcher.pluto.tv/stitch/hls/channel/5a74b8e1e22a61737979c6bf/master.m3u8?deviceType=web&deviceMake=Chrome&deviceModel=Chrome&sid=3fab7580-8b86-11e8-a44b-996a399dacd8&deviceId=3fab0050-8b86-11e8-a44b-996a399dacd8&deviceVersion=67.0.3396.99&appVersion=2.0.0&deviceDNT=0&userId=&advertisingId=&deviceLat=38.8177&deviceLon=-77.1527&app_name=&appName=&appStoreUrl=&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVFrontDoor.us" tvg-name="Pluto TV FrontDoor" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV FrontDoor +#EXTINF:-1 tvg-id="PlutoTVFrontDoor.us" tvg-name="Pluto TV FrontDoor" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5938888cd045ffce74cf9048/colorLogoPNG.png" group-title="",Pluto TV FrontDoor https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5938888cd045ffce74cf9048/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=612&deviceId=5938888cd045ffce74cf9048&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="FrontDoor.us" tvg-name="FrontDoor" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5938888cd045ffce74cf9048/colorLogoPNG.png" group-title="",Pluto TV FrontDoor https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5938888cd045ffce74cf9048/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVFrontDoor.us" tvg-name="Pluto TV FrontDoor" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV FrontDoor +#EXTINF:-1 tvg-id="PlutoTVFrontDoor.us" tvg-name="Pluto TV FrontDoor" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5938888cd045ffce74cf9048/colorLogoPNG.png" group-title="",Pluto TV FrontDoor https://stitcher.pluto.tv/stitch/hls/channel/5938888cd045ffce74cf9048/master.m3u8?deviceType=web&deviceMake=Chrome&deviceModel=Chrome&sid=88958f10-712d-11e8-b9ec-8ba319deeadf&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceVersion=37.0.2049.0&appVersion=2.0.0&deviceDNT=0&userId=&advertisingId=&deviceLat=38.5783&deviceLon=-90.6666&app_name=&appName=&appStoreUrl=&serverSideAds=false #EXTINF:-1 tvg-id="FullCustomGarage.us" tvg-name="Full Custom Garage" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e78faa05a0e200007a6f487/colorLogoPNG.png" group-title="Auto",Pluto TV Full Custom Garage https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e78faa05a0e200007a6f487/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVFunnyAF.us" tvg-name="Pluto TV Funny AF" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Funny AF +#EXTINF:-1 tvg-id="PlutoTVFunnyAF.us" tvg-name="Pluto TV Funny AF" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/580e87ff497c73ba2f321dd3/colorLogoPNG.png" group-title="Comedy",Pluto TV Funny AF https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/580e87ff497c73ba2f321dd3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=450&deviceId=580e87ff497c73ba2f321dd3&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="FunnyAF.us" tvg-name="Funny AF" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/580e87ff497c73ba2f321dd3/colorLogoPNG.png" group-title="Comedy",Pluto TV Funny AF https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/580e87ff497c73ba2f321dd3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="FutbolParaFans.us" tvg-name="Fรบtbol Para Fans" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5e3ddd1a3ef73b00091d5779/colorLogoPNG.png" group-title="Sports",Pluto TV Fรบtbol Para Fans https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e3ddd1a3ef73b00091d5779/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVGameShowCentral.us" tvg-name="Pluto TV Game Show Central" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Game Show Central +#EXTINF:-1 tvg-id="PlutoTVGameShowCentral.us" tvg-name="Pluto TV Game Show Central" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e54187aae660e00093561d6/colorLogoPNG.png" group-title="Entertainment",Pluto TV Game Show Central https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e54187aae660e00093561d6/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=167&deviceId=5e54187aae660e00093561d6&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="GameShowCentral.us" tvg-name="Game Show Central" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e54187aae660e00093561d6/colorLogoPNG.png" group-title="",Pluto TV Game Show Central +#EXTINF:-1 tvg-id="GameShowCentral.us" tvg-name="Game Show Central" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e54187aae660e00093561d6/colorLogoPNG.png" group-title="Entertainment",Pluto TV Game Show Central https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e54187aae660e00093561d6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVGamer.us" tvg-name="Pluto TV Gamer" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Gamer +#EXTINF:-1 tvg-id="PlutoTVGamer.us" tvg-name="Pluto TV Gamer" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca7f16c37b88b2694731c79/colorLogoPNG.png" group-title="Entertainment",Pluto TV Gamer https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca7f16c37b88b2694731c79/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=801&deviceId=5ca7f16c37b88b2694731c79&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVGamer.us" tvg-name="Pluto TV Gamer" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca7f16c37b88b2694731c79/colorLogoPNG.png" group-title="",Pluto TV Gamer +#EXTINF:-1 tvg-id="PlutoTVGamer.us" tvg-name="Pluto TV Gamer" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca7f16c37b88b2694731c79/colorLogoPNG.png" group-title="Entertainment",Pluto TV Gamer https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca7f16c37b88b2694731c79/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVGameSpot.us" tvg-name="Pluto TV GameSpot" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV GameSpot +#EXTINF:-1 tvg-id="PlutoTVGameSpot.us" tvg-name="Pluto TV GameSpot" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f186626dcd00d0007936443/colorLogoPNG.png" group-title="Entertainment",Pluto TV GameSpot https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f186626dcd00d0007936443/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=806&deviceId=5f186626dcd00d0007936443&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="GameSpot.us" tvg-name="GameSpot" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f186626dcd00d0007936443/colorLogoPNG.png" group-title="",Pluto TV GameSpot (1080p) +#EXTINF:-1 tvg-id="GameSpot.us" tvg-name="GameSpot" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f186626dcd00d0007936443/colorLogoPNG.png" group-title="Entertainment",Pluto TV GameSpot (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f186626dcd00d0007936443/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="GamingTV.us" tvg-name="Gaming TV" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8eccd81062c300078a11df/colorLogoPNG.png" group-title="",Pluto TV Gaming TV +#EXTINF:-1 tvg-id="GamingTV.us" tvg-name="Gaming TV" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8eccd81062c300078a11df/colorLogoPNG.png" group-title="Entertainment",Pluto TV Gaming TV 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="GamingTV.us" tvg-name="Gaming TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8eccd81062c300078a11df/colorLogoPNG.png" group-title="",Pluto TV Gaming TV +#EXTINF:-1 tvg-id="GamingTV.us" tvg-name="Gaming TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8eccd81062c300078a11df/colorLogoPNG.png" group-title="Entertainment",Pluto TV Gaming TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eccd81062c300078a11df/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVGarfield.us" tvg-name="Pluto TV Garfield" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/6054ab20a365c70007e4fd44/colorLogoPNG.png" group-title="Kids",Pluto TV Garfield https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6054ab20a365c70007e4fd44/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3943,9 +3931,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2a69bc https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c45f5a9d40d58066869fa60/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="GhostHunters.us" tvg-name="Ghost Hunters" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f27bbe4779de70007a6d1c1/colorLogoPNG.png" group-title="",Pluto TV Ghost Hunters https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f27bbe4779de70007a6d1c1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVGLORYKickboxing.us" tvg-name="Pluto TV GLORY Kickboxing" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV GLORY Kickboxing +#EXTINF:-1 tvg-id="PlutoTVGLORYKickboxing.us" tvg-name="Pluto TV GLORY Kickboxing" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AQbc1ER.png" group-title="Sports",Pluto TV GLORY Kickboxing https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5417a212ff9fba68282fbf5e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=736&deviceId=5417a212ff9fba68282fbf5e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" tvg-name="Pluto TV Glory Kickboxing" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Glory Kickboxing +#EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" tvg-name="Pluto TV Glory Kickboxing" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5417a212ff9fba68282fbf5e/colorLogoPNG.png" group-title="Sports",Pluto TV Glory Kickboxing https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9be1be738977e2c312134/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=f6e88030-d7c8-47c8-8fed-7e24dd0a038a&deviceId=5ad9be1be738977e2c312134&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="GLORYKickboxing.us" tvg-name="GLORY Kickboxing" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5417a212ff9fba68282fbf5e/colorLogoPNG.png" group-title="Sports",Pluto TV GLORY Kickboxing https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5417a212ff9fba68282fbf5e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3955,7 +3943,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d6f5e https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9be1be738977e2c312134/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="GoDiegoGo.us" tvg-name="Go Diego Go!" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1aa89d42a0500007363ea3/colorLogoPNG.png" group-title="",Pluto TV Go Diego Go! https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa89d42a0500007363ea3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVGordonRamsaysKitchen.us" tvg-name="Pluto TV Gordon Ramsay's Kitchen" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Gordon Ramsay's Kitchen +#EXTINF:-1 tvg-id="PlutoTVGordonRamsaysKitchen.us" tvg-name="Pluto TV Gordon Ramsay's Kitchen" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4e99f4423e067bd6df6903/colorLogoPNG.png" group-title="Cooking",Pluto TV Gordon Ramsay's Kitchen https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e99f4423e067bd6df6903/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=294&deviceId=5b4e99f4423e067bd6df6903&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="GordonRamsaysKitchen.us" tvg-name="Gordon Ramsay's Kitchen" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4e99f4423e067bd6df6903/colorLogoPNG.png" group-title="Series",Pluto TV Gordon Ramsay's Kitchen https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e99f4423e067bd6df6903/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -3971,49 +3959,49 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c2d7ae https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e6f38792075160007d85823/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVHER.us" tvg-name="Pluto TV HER" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e4bf0db50560a000948ce52/colorLogoPNG.png" group-title="",Pluto TV HER https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e4bf0db50560a000948ce52/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVHillsongChannel.us" tvg-name="Pluto TV Hillsong Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Hillsong Channel +#EXTINF:-1 tvg-id="PlutoTVHillsongChannel.us" tvg-name="Pluto TV Hillsong Channel" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d486b87428fe37d8cadba44/colorLogoPNG.png" group-title="Religious",Pluto TV Hillsong Channel https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d486b87428fe37d8cadba44/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=898&deviceId=5d486b87428fe37d8cadba44&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="HillsongChannel.us" tvg-name="Hillsong Channel" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d486b87428fe37d8cadba44/colorLogoPNG.png" group-title="",Pluto TV Hillsong Channel (720p) +#EXTINF:-1 tvg-id="HillsongChannel.us" tvg-name="Hillsong Channel" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d486b87428fe37d8cadba44/colorLogoPNG.png" group-title="Religious",Pluto TV Hillsong Channel (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d486b87428fe37d8cadba44/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVHistoria.us" tvg-name="Pluto TV Historia" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5de5758e1a30dc00094fcd6c/colorLogoPNG.png" group-title="",Pluto TV Historia https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de5758e1a30dc00094fcd6c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="HistoriasdeUltratumba.us" tvg-name="Historias de Ultratumba" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f4d3696d938c900072679fd/colorLogoPNG.png" group-title="",Pluto TV Historias de Ultratumba https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d3696d938c900072679fd/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVHistory.us" tvg-name="Pluto TV History" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV History +#EXTINF:-1 tvg-id="PlutoTVHISTORY.us" tvg-name="Pluto TV HISTORY" tvg-country="US" tvg-language="English" tvg-logo="http://i1.kym-cdn.com/entries/icons/original/000/019/322/photo.jpg" group-title="",Pluto TV HISTORY https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d35dfa5c02e717a234f86/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=651&deviceId=5a4d35dfa5c02e717a234f86&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVHistory.us" tvg-name="Pluto TV History" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV History +#EXTINF:-1 tvg-id="PlutoTVHISTORY.us" tvg-name="Pluto TV HISTORY" tvg-country="US" tvg-language="English" tvg-logo="http://i1.kym-cdn.com/entries/icons/original/000/019/322/photo.jpg" group-title="",Pluto TV HISTORY https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b1c126c65d0a307355f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=52e8f9a9-0583-11eb-97af-0242ac110002&deviceId=5d767b1c126c65d0a307355f&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVHistory.us" tvg-name="Pluto TV History" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5a4d35dfa5c02e717a234f86/colorLogoPNG.png" group-title="",Pluto TV History +#EXTINF:-1 tvg-id="PlutoTVHISTORY.us" tvg-name="Pluto TV HISTORY" tvg-country="US" tvg-language="English" tvg-logo="http://i1.kym-cdn.com/entries/icons/original/000/019/322/photo.jpg" group-title="",Pluto TV HISTORY https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a4d35dfa5c02e717a234f86/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVHistory.us" tvg-name="Pluto TV History" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d4af1803e7983b391d73b13/colorLogoPNG.png" group-title="",Pluto TV History +#EXTINF:-1 tvg-id="PlutoTVHISTORY.us" tvg-name="Pluto TV HISTORY" tvg-country="US" tvg-language="English" tvg-logo="http://i1.kym-cdn.com/entries/icons/original/000/019/322/photo.jpg" group-title="",Pluto TV HISTORY https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af1803e7983b391d73b13/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVHistoryGermany.us" tvg-name="Pluto TV History (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV History (Germany) +#EXTINF:-1 tvg-id="PlutoTVHISTORYGermany.us" tvg-name="Pluto TV HISTORY (Germany)" tvg-country="US" tvg-language="" tvg-logo="http://i1.kym-cdn.com/entries/icons/original/000/019/322/photo.jpg" group-title="",Pluto TV HISTORY (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b1c126c65d0a307355f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=302&deviceId=5d767b1c126c65d0a307355f&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVHistoryPlus.us" tvg-name="Pluto TV History+" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV History+ +#EXTINF:-1 tvg-id="PlutoTVHISTORYPlus.us" tvg-name="Pluto TV HISTORY+" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/a/a3/History2Logo2019.png" group-title="",Pluto TV HISTORY+ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b6941b95267e225e59c0/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=4637a2ad-1dd6-49d1-a8cc-435684c4a7ea&deviceId=5ad9b6941b95267e225e59c0&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVHogar.us" tvg-name="Pluto TV Hogar" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dd6ab8056beb000091fc6b6/colorLogoPNG.png" group-title="",Pluto TV Hogar https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6ab8056beb000091fc6b6/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVHome.us" tvg-name="Pluto TV Home" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Home +#EXTINF:-1 tvg-id="PlutoTVHome.us" tvg-name="Pluto TV Home" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db04c9eedc89300090d2884/colorLogoPNG.png" group-title="Lifestyle",Pluto TV Home https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5eb96303f5bb020008e7e44f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=8044788b-0583-11eb-a18c-0242ac110002&deviceId=5eb96303f5bb020008e7e44f&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVHome.us" tvg-name="Pluto TV Home" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db04c9eedc89300090d2884/colorLogoPNG.png" group-title="",Pluto TV Home +#EXTINF:-1 tvg-id="PlutoTVHome.us" tvg-name="Pluto TV Home" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db04c9eedc89300090d2884/colorLogoPNG.png" group-title="Lifestyle",Pluto TV Home https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04c9eedc89300090d2884/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Home.us" tvg-name="Home" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5eb96303f5bb020008e7e44f/colorLogoPNG.png" group-title="",Pluto TV Home +#EXTINF:-1 tvg-id="Home.us" tvg-name="Home" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5eb96303f5bb020008e7e44f/colorLogoPNG.png" group-title="Lifestyle",Pluto TV Home https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb96303f5bb020008e7e44f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="HomesUnderHammer.us" tvg-name="Homes Under Hammer" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c2e9d8002db3c3e0b1c72/colorLogoPNG.png" group-title="",Pluto TV Homes Under Hammer https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c2e9d8002db3c3e0b1c72/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVHorror.us" tvg-name="Pluto TV Horror" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Horror +#EXTINF:-1 tvg-id="PlutoTVHorror.us" tvg-name="Pluto TV Horror" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/569546031a619b8f07ce6e25/colorLogoPNG.png" group-title="",Pluto TV Horror https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=75&deviceId=569546031a619b8f07ce6e25&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVHorror.us" tvg-name="Pluto TV Horror" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/569546031a619b8f07ce6e25/colorLogoPNG.png" group-title="",Pluto TV Horror https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/569546031a619b8f07ce6e25/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="HORRORTV.us" tvg-name="HORROR TV" tvg-country="US" tvg-language="English" tvg-logo="https://hellnotes.com/wp-content/uploads/2014/05/terror-tv-logo.jpg" group-title="",Pluto TV HORROR TV https://stitcher.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?deviceType=web&deviceMake=Chrome&deviceModel=Chrome&sid=6e360db0-724b-11e8-be77-bf4d1417b012&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceVersion=37.0.2049.0&appVersion=2.0.0&deviceDNT=0&userId=&advertisingId=&deviceLat=38.5783&deviceLon=-90.6666&app_name=&appName=&appStoreUrl=&serverSideAds=false -#EXTINF:-1 tvg-id="HSN.us" tvg-name="HSN" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f8a02476b72230007e62b7d/colorLogoPNG.png" group-title="",Pluto TV HSN +#EXTINF:-1 tvg-id="PlutoTVHSN.us" tvg-name="Pluto TV HSN" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f8a02476b72230007e62b7d/colorLogoPNG.png" group-title="",Pluto TV HSN https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8a02476b72230007e62b7d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVHumor.us" tvg-name="Pluto TV Humor" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5e8397936791b30007ebb5a7/colorLogoPNG.png" group-title="",Pluto TV Humor 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="Hunter.us" tvg-name="Hunter" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c99f5810c95814ff92512f9/colorLogoPNG.png" group-title="",Pluto TV Hunter https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c99f5810c95814ff92512f9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTViCarly.us" tvg-name="Pluto TV iCarly" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV iCarly +#EXTINF:-1 tvg-id="PlutoTViCarly.us" tvg-name="Pluto TV iCarly" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b580a233dc90007f0cb9d/colorLogoPNG.png" group-title="",Pluto TV iCarly https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b580a233dc90007f0cb9d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=4c53d6ac-a6d2-4c2c-9403-6101f770b205&deviceId=5e8b580a233dc90007f0cb9d&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="iCarly.us" tvg-name="iCarly" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b580a233dc90007f0cb9d/colorLogoPNG.png" group-title="",Pluto TV iCarly https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b580a233dc90007f0cb9d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4021,15 +4009,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b580a2 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="iCarlyTV.us" tvg-name="iCarly TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecc7aa44d9c00081fca29/colorLogoPNG.png" group-title="",Pluto TV iCarly TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecc7aa44d9c00081fca29/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTViCarlyPlus.us" tvg-name="Pluto TV iCarly+" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV iCarly+ +#EXTINF:-1 tvg-id="PlutoTViCarlyPlus.us" tvg-name="Pluto TV iCarly+" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV iCarly+ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f3d2cb9f5b291000773807a/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=4c128fa6-7ec2-4a50-a81b-37f9e8c1e48f&deviceId=5f3d2cb9f5b291000773807a&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVIcePilots.us" tvg-name="Pluto TV Ice Pilots" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Ice Pilots +#EXTINF:-1 tvg-id="PlutoTVIcePilots.us" tvg-name="Pluto TV Ice Pilots" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c3639dd01112605397333a2/colorLogoPNG.png" group-title="",Pluto TV Ice Pilots https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce40f42ba7f7f5ea9518fe1/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=aeca4ad7-0583-11eb-8b9f-0242ac110002&deviceId=5ce40f42ba7f7f5ea9518fe1&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="IcePilots.us" tvg-name="Ice Pilots" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c3639dd01112605397333a2/colorLogoPNG.png" group-title="",Pluto TV Ice Pilots https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3639dd01112605397333a2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="IcePilots.us" tvg-name="Ice Pilots" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ce40f42ba7f7f5ea9518fe1/colorLogoPNG.png" group-title="",Pluto TV Ice Pilots https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce40f42ba7f7f5ea9518fe1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVIGN.us" tvg-name="Pluto TV IGN" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV IGN +#EXTINF:-1 tvg-id="PlutoTVIGN.us" tvg-name="Pluto TV IGN" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecee24576bc0007a13b79/colorLogoPNG.png" group-title="",Pluto TV IGN https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5f613286e48904fb2677/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=805&deviceId=561c5f613286e48904fb2677&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="IGN.us" tvg-name="IGN" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ecee24576bc0007a13b79/colorLogoPNG.png" group-title="",Pluto TV IGN 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= @@ -4043,11 +4031,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bc207 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac118dd7e6000077e31af/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING #EXTINF:-1 tvg-id="IGN.us" tvg-name="IGN" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecee24576bc0007a13b79/colorLogoPNG.png" group-title="",Pluto TV IGN https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVIMPACTWrestling.us" tvg-name="Pluto TV IMPACT Wrestling" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV IMPACT Wrestling +#EXTINF:-1 tvg-id="PlutoTVIMPACTWrestling.us" tvg-name="Pluto TV IMPACT Wrestling" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/59b722526996084038c01e1b/colorLogoPNG.png" group-title="Sports",Pluto TV IMPACT Wrestling https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59b722526996084038c01e1b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=734&deviceId=59b722526996084038c01e1b&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="IMPACTWrestling.us" tvg-name="IMPACT Wrestling" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/59b722526996084038c01e1b/colorLogoPNG.png" group-title="Sports",Pluto TV IMPACT Wrestling https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/59b722526996084038c01e1b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVIndies.us" tvg-name="Pluto TV Indies" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Indies +#EXTINF:-1 tvg-id="PlutoTVIndies.us" tvg-name="Pluto TV Indies" tvg-country="US" tvg-language="" tvg-logo="https://images.pluto.tv/channels/5c542e03044f5604b11cf808/colorLogoPNG.png" group-title="",Pluto TV Indies https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce40e59246a395e9758923e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=aa724654-057a-11eb-8b9f-0242ac110002&deviceId=5ce40e59246a395e9758923e&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVIndies.us" tvg-name="Pluto TV Indies" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c542e03044f5604b11cf808/colorLogoPNG.png" group-title="",Pluto TV Indies https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c542e03044f5604b11cf808/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4055,45 +4043,45 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c542e030 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce40e59246a395e9758923e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVInside.us" tvg-name="Pluto TV Inside" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed3892ed7bb000741a1d2/colorLogoPNG.png" group-title="",Pluto TV Inside https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVInside.us" tvg-name="Pluto TV Inside" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d767857f65029ce2385b217/colorLogoPNG.png" group-title="",Pluto TV Inside +#EXTINF:-1 tvg-id="PlutoTVInside.us" tvg-name="Pluto TV Inside" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d767857f65029ce2385b217/colorLogoPNG.png" group-title="Series",Pluto TV Inside https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767857f65029ce2385b217/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVInside.us" tvg-name="Pluto TV Inside" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed3892ed7bb000741a1d2/colorLogoPNG.png" group-title="",Pluto TV Inside +#EXTINF:-1 tvg-id="PlutoTVInside.us" tvg-name="Pluto TV Inside" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed3892ed7bb000741a1d2/colorLogoPNG.png" group-title="Series",Pluto TV Inside https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVInsideEngland.us" tvg-name="Pluto TV Inside (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Inside (England) +#EXTINF:-1 tvg-id="PlutoTVInsideEngland.us" tvg-name="Pluto TV Inside (England)" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed3892ed7bb000741a1d2/colorLogoPNG.png" group-title="Series",Pluto TV Inside (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767857f65029ce2385b217/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=302&deviceId=5d767857f65029ce2385b217&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVInsideGermany.us" tvg-name="Pluto TV Inside (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Inside (Germany) +#EXTINF:-1 tvg-id="PlutoTVInsideGermany.us" tvg-name="Pluto TV Inside (Germany)" tvg-country="US" tvg-language="" tvg-logo="https://images.pluto.tv/channels/5f8ed3892ed7bb000741a1d2/colorLogoPNG.png" group-title="Series",Pluto TV Inside (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b4889bca2ce7b73ef2e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=303&deviceId=5d767b4889bca2ce7b73ef2e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVInspectorGadget.us" tvg-name="Pluto TV Inspector Gadget" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Inspector Gadget +#EXTINF:-1 tvg-id="PlutoTVInspectorGadget.us" tvg-name="Pluto TV Inspector Gadget" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d765786aad587cf4d0e2bf6/colorLogoPNG.png" group-title="Series",Pluto TV Inspector Gadget https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbc2d1ce10f0b0009e6cf9e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=efbfa162-0713-11eb-9b92-0242ac110002&deviceId=5dbc2d1ce10f0b0009e6cf9e&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="InspectorGadget.us" tvg-name="Inspector Gadget" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d765786aad587cf4d0e2bf6/colorLogoPNG.png" group-title="",Pluto TV Inspector Gadget +#EXTINF:-1 tvg-id="InspectorGadget.us" tvg-name="Inspector Gadget" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d765786aad587cf4d0e2bf6/colorLogoPNG.png" group-title="Series",Pluto TV Inspector Gadget https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d765786aad587cf4d0e2bf6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVInspectorGadget.us" tvg-name="Pluto TV Inspector Gadget" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Inspector Gadget +#EXTINF:-1 tvg-id="PlutoTVInspectorGadget.us" tvg-name="Pluto TV Inspector Gadget" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d765786aad587cf4d0e2bf6/colorLogoPNG.png" group-title="Series",Pluto TV Inspector Gadget https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc2d1ce10f0b0009e6cf9e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVInvestiga.us" tvg-name="Pluto TV Investiga" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Investiga +#EXTINF:-1 tvg-id="PlutoTVInvestiga.us" tvg-name="Pluto TV Investiga" tvg-country="US" tvg-language="" tvg-logo="https://images.pluto.tv/channels/5dcde27ffae9520009c0c75a/colorLogoPNG.png" group-title="Series",Pluto TV Investiga https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=936&deviceId=5cf96b8f4f1ca3f0629f4bf1&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVInvestiga.us" tvg-name="Pluto TV Investiga" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde27ffae9520009c0c75a/colorLogoPNG.png" group-title="",Pluto TV Investiga +#EXTINF:-1 tvg-id="PlutoTVInvestiga.us" tvg-name="Pluto TV Investiga" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde27ffae9520009c0c75a/colorLogoPNG.png" group-title="Series",Pluto TV Investiga 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="PlutoTVInvestiga.us" tvg-name="Pluto TV Investiga" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5cf96b8f4f1ca3f0629f4bf1/colorLogoPNG.png" group-title="",Pluto TV Investiga +#EXTINF:-1 tvg-id="PlutoTVInvestiga.us" tvg-name="Pluto TV Investiga" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5cf96b8f4f1ca3f0629f4bf1/colorLogoPNG.png" group-title="Series",Pluto TV Investiga https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVInvestigation.us" tvg-name="Pluto TV Investigation" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f914f4b36d67d0007a91a04/colorLogoPNG.png" group-title="",Pluto TV Investigation +#EXTINF:-1 tvg-id="PlutoTVInvestigation.us" tvg-name="Pluto TV Investigation" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f914f4b36d67d0007a91a04/colorLogoPNG.png" group-title="Series",Pluto TV Investigation 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="PlutoTVInvestigation.us" tvg-name="Pluto TV Investigation" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV Investigation +#EXTINF:-1 tvg-id="PlutoTVInvestigation.us" tvg-name="Pluto TV Investigation" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f914f4b36d67d0007a91a04/colorLogoPNG.png" group-title="Series",Pluto TV Investigation 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%2Csamsung%2Cmobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 -#EXTINF:-1 tvg-id="PlutoTVInvestigation.us" tvg-name="Pluto TV Investigation" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f914f4b36d67d0007a91a04/colorLogoPNG.png" group-title="",Pluto TV Investigation +#EXTINF:-1 tvg-id="PlutoTVInvestigation.us" tvg-name="Pluto TV Investigation" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f914f4b36d67d0007a91a04/colorLogoPNG.png" group-title="Series",Pluto TV Investigation https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVInvestigacao.us" tvg-name="Pluto TV Investigaรงรฃo" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f32cf37c9ff2b00082adbc8/colorLogoPNG.png" group-title="",Pluto TV Investigaรงรฃo +#EXTINF:-1 tvg-id="PlutoTVInvestigacao.us" tvg-name="Pluto TV Investigaรงรฃo" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f32cf37c9ff2b00082adbc8/colorLogoPNG.png" group-title="Series",Pluto TV Investigaรงรฃo https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32cf37c9ff2b00082adbc8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="JamesBond007.us" tvg-name="James Bond 007" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f4d83e0a382c00007bc02e7/colorLogoPNG.png" group-title="",Pluto TV James Bond 007 +#EXTINF:-1 tvg-id="JamesBond007.us" tvg-name="James Bond 007" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f4d83e0a382c00007bc02e7/colorLogoPNG.png" group-title="Series",Pluto TV James Bond 007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d83e0a382c00007bc02e7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVJohnnyCarsonTV.us" tvg-name="Pluto TV Johnny Carson TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Johnny Carson TV +#EXTINF:-1 tvg-id="PlutoTVJohnnyCarsonTV.us" tvg-name="Pluto TV Johnny Carson TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e66928133461100077dfd73/colorLogoPNG.png" group-title="Classic",Pluto TV Johnny Carson TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e66928133461100077dfd73/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=514&deviceId=5e66928133461100077dfd73&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="JohnnyCarsonTV.us" tvg-name="Johnny Carson TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e66928133461100077dfd73/colorLogoPNG.png" group-title="Classic",Pluto TV Johnny Carson TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e66928133461100077dfd73/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVJudgeNosey.us" tvg-name="Pluto TV Judge Nosey" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Judge Nosey +#EXTINF:-1 tvg-id="PlutoTVJudgenosey.us" tvg-name="Pluto TV Judge nosey" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e9decb953e157000752321c/colorLogoPNG.png" group-title="Series",Pluto TV Judge nosey https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e9decb953e157000752321c/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=160&deviceId=5e9decb953e157000752321c&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="JudgeNosey.us" tvg-name="Judge Nosey" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e9decb953e157000752321c/colorLogoPNG.png" group-title="",Pluto TV Judge Nosey +#EXTINF:-1 tvg-id="Judgenosey.us" tvg-name="Judge nosey" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e9decb953e157000752321c/colorLogoPNG.png" group-title="Series",Pluto TV Judge nosey https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e9decb953e157000752321c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="JudgeNosey.us" tvg-name="Judge Nosey" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/600acdc434a37000070004cf/colorLogoPNG.png" group-title="",Pluto TV Judge Nosey +#EXTINF:-1 tvg-id="Judgenosey.us" tvg-name="Judge nosey" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/600acdc434a37000070004cf/colorLogoPNG.png" group-title="Series",Pluto TV Judge nosey https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600acdc434a37000070004cf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVJunior.us" tvg-name="Pluto TV Junior" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde2ac4bc6c500094ab45b/colorLogoPNG.png" group-title="Kids",Pluto TV Junior 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= @@ -4105,15 +4093,17 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12141b1 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa9bcd8160700076d45d1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING #EXTINF:-1 tvg-id="PlutoTVJunior.us" tvg-name="Pluto TV Junior" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecb336537e8000764a17f/colorLogoPNG.png" group-title="Kids",Pluto TV Junior https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecb336537e8000764a17f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="KenanyKel.us" tvg-name="Kenan y Kel" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5fcea93ffcf94500071c4b2f/colorLogoPNG.png" group-title="",Pluto TV Kenan y Kel +#EXTINF:-1 tvg-id="PlutoTVJustforLaughs.us" tvg-name="Pluto TV Just for Laughs" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/60a286daf888610007669/colorLogoPNG.png" group-title="Kids",Pluto TV Just for Laughs +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a286daf888610007669/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel +#EXTINF:-1 tvg-id="KenanyKel.us" tvg-name="Kenan y Kel" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5fcea93ffcf94500071c4b2f/colorLogoPNG.png" group-title="Comedy",Pluto TV Kenan y Kel 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="PlutoTVKevinHartLOL.us" tvg-name="Pluto TV Kevin Hart LOL" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Kevin Hart LOL +#EXTINF:-1 tvg-id="PlutoTVKevinHartLOL.us" tvg-name="Pluto TV Kevin Hart LOL" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5af09e645126c2157123f9eb/colorLogoPNG.png" group-title="Comedy",Pluto TV Kevin Hart LOL https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5af09e645126c2157123f9eb/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=462&deviceId=5af09e645126c2157123f9eb&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="KevinHartLOL.us" tvg-name="Kevin Hart LOL" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5af09e645126c2157123f9eb/colorLogoPNG.png" group-title="Comedy",Pluto TV Kevin Hart LOL https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5af09e645126c2157123f9eb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVKids.us" tvg-name="Pluto TV Kids" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Kids +#EXTINF:-1 tvg-id="PlutoTVKids.us" tvg-name="Pluto TV Kids" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dd6dae8ce788b0009eaf77b/colorLogoPNG.png" group-title="Kids",Pluto TV Kids https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/51c75f7bb6f26ba1cd00002f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=989&deviceId=51c75f7bb6f26ba1cd00002f&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVKids.us" tvg-name="Pluto TV Kids" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Kids +#EXTINF:-1 tvg-id="PlutoTVKids.us" tvg-name="Pluto TV Kids" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dd6dae8ce788b0009eaf77b/colorLogoPNG.png" group-title="Kids",Pluto TV Kids https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b648e738977e2c312131/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=30292edb-0714-11eb-97af-0242ac110002&deviceId=5ad9b648e738977e2c312131&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVKids.us" tvg-name="Pluto TV Kids" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dd6dae8ce788b0009eaf77b/colorLogoPNG.png" group-title="Kids",Pluto TV Kids https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dae8ce788b0009eaf77b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= @@ -4127,9 +4117,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b648e https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1214a637c6fd00079c652f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVKids.us" tvg-name="Pluto TV Kids" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1aab1d29b39600073e243f/colorLogoPNG.png" group-title="Kids",Pluto TV Kids https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aab1d29b39600073e243f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVKidsSpain.us" tvg-name="Pluto TV Kids (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Kids (Spain) +#EXTINF:-1 tvg-id="PlutoTVKidsSpain.us" tvg-name="Pluto TV Kids (Spain)" tvg-country="US" tvg-language="" tvg-logo="https://images.pluto.tv/channels/5dd6dae8ce788b0009eaf77b/colorLogoPNG.png" group-title="Kids",Pluto TV Kids (Spain) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aab1d29b39600073e243f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=910&deviceId=5f1aab1d29b39600073e243f&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=41.1167&deviceLon=1.2500&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" tvg-name="Pluto TV Kids Animation" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Kids Animation +#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" tvg-name="Pluto TV Kids Animation" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8eba14a4ffb8000764e950/colorLogoPNG.png" group-title="Kids",Pluto TV Kids Animation https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=976&deviceId=5db0ad56edc89300090d2ebb&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" tvg-name="Pluto TV Kids Animation" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8eba14a4ffb8000764e950/colorLogoPNG.png" group-title="Kids",Pluto TV Kids Animation 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= @@ -4145,49 +4135,49 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b625c 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" tvg-name="Pluto TV Kids Sรฉries" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8eb99ff17815000784a3b0/colorLogoPNG.png" group-title="Kids",Pluto TV Kids Sรฉries https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="LaChicaInvisible.us" tvg-name="La Chica Invisible" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1abe3ffcd659000770d88d/colorLogoPNG.png" group-title="",Pluto TV La Chica Invisible +#EXTINF:-1 tvg-id="LaChicaInvisible.us" tvg-name="La Chica Invisible" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1abe3ffcd659000770d88d/colorLogoPNG.png" group-title="Series",Pluto TV La Chica Invisible https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abe3ffcd659000770d88d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVLandSitcoms.us" tvg-name="Pluto TV Land Sitcoms" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/12082020/TVLand_190x190circle.png?raw=true" group-title="",Pluto TV Land Sitcoms +#EXTINF:-1 tvg-id="PlutoTVLandSitcoms.us" tvg-name="Pluto TV Land Sitcoms" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/12082020/TVLand_190x190circle.png?raw=true" group-title="",Pluto TV Land Sitcoms http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c2d64ffbdf11b71587184b8/997452/playlist.m3u8?terminate=false&embedPartner=samsung-tvplus&serverSideAds=true&paln=&includeExtendedEvents=&architecture=&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceVersion=unknown&appVersion=unknown&deviceType=samsungmobiletvplus&deviceMake=samsung&sid=SAMSUNG-TVPLUS-fcaa053c-0ece-49c6-ae1f-c3e42a7faf17&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceDNT=0&deviceModel=samsung&userId=&appName=samsungmobiletvplus -#EXTINF:-1 tvg-id="LasPistasdeBlue.us" tvg-name="Las Pistas de Blue" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f9996533c9de3000759ccb5/colorLogoPNG.png" group-title="",Pluto TV Las Pistas de Blue +#EXTINF:-1 tvg-id="LasPistasdeBlue.us" tvg-name="Las Pistas de Blue" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f9996533c9de3000759ccb5/colorLogoPNG.png" group-title="Series",Pluto TV Las Pistas de Blue https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f9996533c9de3000759ccb5/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="Lasreglasdeljuego.us" tvg-name="Las reglas del juego" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1acb4eebe0f0000767b40f/colorLogoPNG.png" group-title="",Pluto TV Las reglas del juego +#EXTINF:-1 tvg-id="Lasreglasdeljuego.us" tvg-name="Las reglas del juego" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1acb4eebe0f0000767b40f/colorLogoPNG.png" group-title="Series",Pluto TV Las reglas del juego https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acb4eebe0f0000767b40f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="LatinAngels.us" tvg-name="Latin Angels" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5df41355939756000921d15b/colorLogoPNG.png" group-title="",Pluto TV Latin Angels +#EXTINF:-1 tvg-id="LatinAngels.us" tvg-name="Latin Angels" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5df41355939756000921d15b/colorLogoPNG.png" group-title="Series",Pluto TV Latin Angels https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df41355939756000921d15b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="LesCordier.us" tvg-name="Les Cordier" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed80fa09f120007c8daa5/colorLogoPNG.png" group-title="",Pluto TV Les Cordier +#EXTINF:-1 tvg-id="LesCordier.us" tvg-name="Les Cordier" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed80fa09f120007c8daa5/colorLogoPNG.png" group-title="Series",Pluto TV Les Cordier 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="LesCordier.us" tvg-name="Les Cordier" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f8ed80fa09f120007c8daa5/colorLogoPNG.png" group-title="",Pluto TV Les Cordier +#EXTINF:-1 tvg-id="LesCordier.us" tvg-name="Les Cordier" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f8ed80fa09f120007c8daa5/colorLogoPNG.png" group-title="Series",Pluto TV Les Cordier https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed80fa09f120007c8daa5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="LesNouveauxDetectives.us" tvg-name="Les Nouveaux Detectives" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8edb6df1ebb800072edf10/colorLogoPNG.png" group-title="",Pluto TV Les Nouveaux Detectives +#EXTINF:-1 tvg-id="LesNouveauxDetectives.us" tvg-name="Les Nouveaux Detectives" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8edb6df1ebb800072edf10/colorLogoPNG.png" group-title="Series",Pluto TV Les Nouveaux Detectives 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="LesNouveauxDetectives.us" tvg-name="Les Nouveaux Detectives" tvg-country="FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8edb6df1ebb800072edf10/colorLogoPNG.png" group-title="",Pluto TV Les Nouveaux Detectives +#EXTINF:-1 tvg-id="LesNouveauxDetectives.us" tvg-name="Les Nouveaux Detectives" tvg-country="FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8edb6df1ebb800072edf10/colorLogoPNG.png" group-title="Series",Pluto TV Les Nouveaux Detectives https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8edb6df1ebb800072edf10/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVLittleBabyBum.us" tvg-name="Pluto TV Little Baby Bum" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Little Baby Bum +#EXTINF:-1 tvg-id="PlutoTVLittleBabyBum.us" tvg-name="Pluto TV Little Baby Bum" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5eb301b7395671000780d100/colorLogoPNG.png" group-title="Series",Pluto TV Little Baby Bum https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5eb301b7395671000780d100/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=995&deviceId=5eb301b7395671000780d100&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="LittleBabyBum.us" tvg-name="Little Baby Bum" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5eb301b7395671000780d100/colorLogoPNG.png" group-title="",Pluto TV Little Baby Bum +#EXTINF:-1 tvg-id="LittleBabyBum.us" tvg-name="Little Baby Bum" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5eb301b7395671000780d100/colorLogoPNG.png" group-title="Series",Pluto TV Little Baby Bum https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb301b7395671000780d100/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVLiveMusicReplay.us" tvg-name="Pluto TV Live Music Replay" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Live Music Replay +#EXTINF:-1 tvg-id="PlutoTVLiveMusicReplay.us" tvg-name="Pluto TV Live Music Replay" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5873fc21cad696fb37aa9054/colorLogoPNG.png" group-title="Music",Pluto TV Live Music Replay http://stitcher.pluto.tv/stitch/hls/channel/5873fc21cad696fb37aa9054/master.m3u8?sid=web24157571521&deviceType=web&deviceMake=web&deviceVersion=1&deviceId=web24163643069&appVersion=5.2.7&deviceDNT=web&deviceModel=web&serverSideAds=false -#EXTINF:-1 tvg-id="LiveMusicReplay.us" tvg-name="Live Music Replay" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5873fc21cad696fb37aa9054/colorLogoPNG.png" group-title="",Pluto TV Live Music Replay +#EXTINF:-1 tvg-id="LiveMusicReplay.us" tvg-name="Live Music Replay" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5873fc21cad696fb37aa9054/colorLogoPNG.png" group-title="Music",Pluto TV Live Music Replay https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5873fc21cad696fb37aa9054/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="LiveMusicReplayUS.us" tvg-name="Live Music Replay (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/NLEWmqQ.png" group-title="Music",Pluto TV Live Music Replay (US) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5873fc21cad696fb37aa9054/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=855&deviceId=5873fc21cad696fb37aa9054&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVLivelyPlace.us" tvg-name="Pluto TV Lively Place" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Lively Place +#EXTINF:-1 tvg-id="PlutoTVLivelyPlace.us" tvg-name="Pluto TV Lively Place" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dc1cb279c91420009db261d/colorLogoPNG.png" group-title="",Pluto TV Lively Place https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc1cb279c91420009db261d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=615&deviceId=5dc1cb279c91420009db261d&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="LivelyPlace.us" tvg-name="Lively Place" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dc1cb279c91420009db261d/colorLogoPNG.png" group-title="",Pluto TV Lively Place +#EXTINF:-1 tvg-id="LivelyPlace.us" tvg-name="Lively Place" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dc1cb279c91420009db261d/colorLogoPNG.png" group-title="Series",Pluto TV Lively Place https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc1cb279c91420009db261d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVLives.us" tvg-name="Pluto TV Lives" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Lives +#EXTINF:-1 tvg-id="PlutoTVLives.us" tvg-name="Pluto TV Lives" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d8beeb39b5d5d5f8c672530/colorLogoPNG.png" group-title="Series",Pluto TV Lives https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8beeb39b5d5d5f8c672530/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=276&deviceId=5d8beeb39b5d5d5f8c672530&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVLives.us" tvg-name="Pluto TV Lives" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Lives +#EXTINF:-1 tvg-id="PlutoTVLives.us" tvg-name="Pluto TV Lives" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d8beeb39b5d5d5f8c672530/colorLogoPNG.png" group-title="Series",Pluto TV Lives https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db04b360fa2560009deb3de/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=84dcf52a-0584-11eb-97af-0242ac110002&deviceId=5db04b360fa2560009deb3de&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVLives.us" tvg-name="Pluto TV Lives" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d8beeb39b5d5d5f8c672530/colorLogoPNG.png" group-title="",Pluto TV Lives +#EXTINF:-1 tvg-id="PlutoTVLives.us" tvg-name="Pluto TV Lives" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d8beeb39b5d5d5f8c672530/colorLogoPNG.png" group-title="Series",Pluto TV Lives https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8beeb39b5d5d5f8c672530/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Lives.us" tvg-name="Lives" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db04b360fa2560009deb3de/colorLogoPNG.png" group-title="",Pluto TV Lives +#EXTINF:-1 tvg-id="Lives.us" tvg-name="Lives" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db04b360fa2560009deb3de/colorLogoPNG.png" group-title="Series",Pluto TV Lives https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04b360fa2560009deb3de/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVLives.us" tvg-name="Pluto TV Lives" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/600acaff5f2d6e000745effb/colorLogoPNG.png" group-title="",Pluto TV Lives +#EXTINF:-1 tvg-id="PlutoTVLives.us" tvg-name="Pluto TV Lives" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/600acaff5f2d6e000745effb/colorLogoPNG.png" group-title="Series",Pluto TV Lives https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600acaff5f2d6e000745effb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVLogo.us" tvg-name="Pluto TV Logo" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Logo +#EXTINF:-1 tvg-id="PlutoTVLogo.us" tvg-name="Pluto TV Logo" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ce5a8954311f992edbe1da2/colorLogoPNG.png" group-title="",Pluto TV Logo https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce5a8954311f992edbe1da2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=187&deviceId=5ce5a8954311f992edbe1da2&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="LogoPlutoTV.us" tvg-name="Logo Pluto TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ce5a8954311f992edbe1da2/colorLogoPNG.png" group-title="",Pluto TV Logo Pluto TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce5a8954311f992edbe1da2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4201,19 +4191,19 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acba0d 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="LouisLaBrocante.us" tvg-name="Louis La Brocante" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f8ed6d569d2d4000864a976/colorLogoPNG.png" group-title="",Pluto TV Louis La Brocante https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed6d569d2d4000864a976/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVLoupe.us" tvg-name="Pluto TV Loupe" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Loupe +#EXTINF:-1 tvg-id="PlutoTVLoupe.us" tvg-name="Pluto TV Loupe" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/5f0cb39b4ae1f80007bad585/colorLogoPNG.png" group-title="",Pluto TV Loupe https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f0cb39b4ae1f80007bad585/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=694&deviceId=5f0cb39b4ae1f80007bad585&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="Loupe.us" tvg-name="Loupe" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5f0cb39b4ae1f80007bad585/colorLogoPNG.png" group-title="",Pluto TV Loupe https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0cb39b4ae1f80007bad585/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVLoveHipHop.us" tvg-name="Pluto TV Love & Hip Hop" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Love & Hip Hop +#EXTINF:-1 tvg-id="PlutoTVLoveHipHop.us" tvg-name="Pluto TV Love & Hip Hop" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d51ddf0369acdb278dfb05e/colorLogoPNG.png" group-title="Series",Pluto TV Love & Hip Hop https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51ddf0369acdb278dfb05e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=283&deviceId=5d51ddf0369acdb278dfb05e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="LoveHipHop.us" tvg-name="Love & Hip Hop" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d51ddf0369acdb278dfb05e/colorLogoPNG.png" group-title="",Pluto TV Love & Hip Hop +#EXTINF:-1 tvg-id="LoveHipHop.us" tvg-name="Love & Hip Hop" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d51ddf0369acdb278dfb05e/colorLogoPNG.png" group-title="Series",Pluto TV Love & Hip Hop https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51ddf0369acdb278dfb05e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVLoveStories.us" tvg-name="Pluto TV Love Stories" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Love Stories +#EXTINF:-1 tvg-id="PlutoTVLoveStories.us" tvg-name="Pluto TV Love Stories" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f15e181520cfa000771ce79/colorLogoPNG.png" group-title="Series",Pluto TV Love Stories https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e181520cfa000771ce79/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=147&deviceId=5f15e181520cfa000771ce79&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVLoveStories.us" tvg-name="Pluto TV Love Stories" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f15e181520cfa000771ce79/colorLogoPNG.png" group-title="",Pluto TV Love Stories +#EXTINF:-1 tvg-id="PlutoTVLoveStories.us" tvg-name="Pluto TV Love Stories" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f15e181520cfa000771ce79/colorLogoPNG.png" group-title="Series",Pluto TV Love Stories https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e181520cfa000771ce79/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVLuchaLibreAAA.us" tvg-name="Pluto TV Lucha Libre AAA" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Lucha Libre AAA +#EXTINF:-1 tvg-id="PlutoTVLuchaLibreAAA.us" tvg-name="Pluto TV Lucha Libre AAA" tvg-country="US" tvg-language="" tvg-logo="https://images.pluto.tv/channels/5f99a772c54853000797bf18/colorLogoPNG.png" group-title="",Pluto TV Lucha Libre AAA https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c01df1759ee03633e7b272c/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=971&deviceId=5c01df1759ee03633e7b272c&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="LuchaLibreAAA.us" tvg-name="Lucha Libre AAA" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f99a772c54853000797bf18/colorLogoPNG.png" group-title="",Pluto TV Lucha Libre AAA 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= @@ -4221,31 +4211,31 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f99a772c548530007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c01df1759ee03633e7b272c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="MADE.us" tvg-name="MADE" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1aaefb96f755000733c11a/colorLogoPNG.png" group-title="",Pluto TV MADE https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aaefb96f755000733c11a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="MadeInBritain.us" tvg-name="Made In Britain" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e14486590ba3e0009d912ff/colorLogoPNG.png" group-title="",Pluto TV Made In Britain +#EXTINF:-1 tvg-id="MadeInBritain.us" tvg-name="Made In Britain" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e14486590ba3e0009d912ff/colorLogoPNG.png" group-title="Series",Pluto TV Made In Britain https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e14486590ba3e0009d912ff/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="MADETV.us" tvg-name="MADE TV" tvg-country="FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8eb71a26ed8300076433f9/colorLogoPNG.png" group-title="",Pluto TV MADE TV 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="MADETV.us" tvg-name="MADE TV" tvg-country="FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8eb71a26ed8300076433f9/colorLogoPNG.png" group-title="",Pluto TV MADE TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb71a26ed8300076433f9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="MarioandSonic.us" tvg-name="Mario and Sonic" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dbc264e0451770009ed742f/colorLogoPNG.png" group-title="",Pluto TV Mario and Sonic +#EXTINF:-1 tvg-id="MarioandSonic.us" tvg-name="Mario and Sonic" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dbc264e0451770009ed742f/colorLogoPNG.png" group-title="Kids",Pluto TV Mario and Sonic https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc264e0451770009ed742f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMariovsSonic.us" tvg-name="Pluto TV Mario vs Sonic" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Mario vs Sonic +#EXTINF:-1 tvg-id="PlutoTVMariovsSonic.us" tvg-name="Pluto TV Mario vs Sonic" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc02ece31f6050009de4b39/colorLogoPNG.png" group-title="Kids",Pluto TV Mario vs Sonic https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc02ece31f6050009de4b39/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=7ecc4d45-0714-11eb-9b92-0242ac110002&deviceId=5dc02ece31f6050009de4b39&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="MariovsSonic.us" tvg-name="Mario vs Sonic" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5dc02ece31f6050009de4b39/colorLogoPNG.png" group-title="",Pluto TV Mario vs Sonic +#EXTINF:-1 tvg-id="MariovsSonic.us" tvg-name="Mario vs Sonic" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5dc02ece31f6050009de4b39/colorLogoPNG.png" group-title="Kids",Pluto TV Mario vs Sonic https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc02ece31f6050009de4b39/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="MasterChef.us" tvg-name="MasterChef" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5e3ddbd27091820009f86dd9/colorLogoPNG.png" group-title="",Pluto TV MasterChef https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e3ddbd27091820009f86dd9/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="McLeodsDaughters.us" tvg-name="McLeod's Daughters" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ea18e5df6dd1d0007cf7bad/colorLogoPNG.png" group-title="",Pluto TV McLeod's Daughters +#EXTINF:-1 tvg-id="McLeodsDaughters.us" tvg-name="McLeod's Daughters" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ea18e5df6dd1d0007cf7bad/colorLogoPNG.png" group-title="Series",Pluto TV McLeod's Daughters https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18e5df6dd1d0007cf7bad/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMidsomerMurders.us" tvg-name="Pluto TV Midsomer Murders" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Midsomer Murders +#EXTINF:-1 tvg-id="PlutoTVMidsomerMurders.us" tvg-name="Pluto TV Midsomer Murders" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f77977bd924d80007eee60c/colorLogoPNG.png" group-title="Series",Pluto TV Midsomer Murders https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cbf6a868a1bce4a3d52a5e9/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=385&deviceId=5cbf6a868a1bce4a3d52a5e9&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="MidsomerMurders.us" tvg-name="Midsomer Murders" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f77977bd924d80007eee60c/colorLogoPNG.png" group-title="",Pluto TV Midsomer Murders +#EXTINF:-1 tvg-id="MidsomerMurders.us" tvg-name="Midsomer Murders" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f77977bd924d80007eee60c/colorLogoPNG.png" group-title="Series",Pluto TV Midsomer Murders https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f77977bd924d80007eee60c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMilitary.us" tvg-name="Pluto TV Military" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Military +#EXTINF:-1 tvg-id="PlutoTVMilitary.us" tvg-name="Pluto TV Military" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bb3fea0f711fd76340eebff/colorLogoPNG.png" group-title="Series",Pluto TV Military https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=655&deviceId=5bb3fea0f711fd76340eebff&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVMilitary.us" tvg-name="Pluto TV Military" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bb3fea0f711fd76340eebff/colorLogoPNG.png" group-title="",Pluto TV Military +#EXTINF:-1 tvg-id="PlutoTVMilitary.us" tvg-name="Pluto TV Military" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bb3fea0f711fd76340eebff/colorLogoPNG.png" group-title="Series",Pluto TV Military https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMinecrafTV.us" tvg-name="Pluto TV MinecrafTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MinecrafTV +#EXTINF:-1 tvg-id="PlutoTVMinecrafTV.us" tvg-name="Pluto TV MinecrafTV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812b821249444e05d09cc4c/colorLogoPNG.png" group-title="",Pluto TV MinecrafTV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b821249444e05d09cc4c/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=815&deviceId=5812b821249444e05d09cc4c&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="MinecrafTV.us" tvg-name="MinecrafTV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812b821249444e05d09cc4c/colorLogoPNG.png" group-title="",Pluto TV MinecrafTV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4255,13 +4245,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d907e https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bca67ef2767e1846e5a1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVMinutoParaGanar.us" tvg-name="Minuto Para Ganar" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5e46e64dc73db400094b5f0b/colorLogoPNG.png" group-title="Series",Pluto TV Minuto Para Ganar 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="MissionImpossible.us" tvg-name="Mission: Impossible" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5cbf6a868a1bce4a3d52a5e9/colorLogoPNG.png" group-title="",Pluto TV Mission: Impossible +#EXTINF:-1 tvg-id="MissionImpossible.us" tvg-name="Mission: Impossible" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5cbf6a868a1bce4a3d52a5e9/colorLogoPNG.png" group-title="Series",Pluto TV Mission: Impossible https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cbf6a868a1bce4a3d52a5e9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMisterios.us" tvg-name="Pluto TV Misterios" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde2f53449c50009b2b4dc/colorLogoPNG.png" group-title="",Pluto TV Misterios +#EXTINF:-1 tvg-id="PlutoTVMisterios.us" tvg-name="Pluto TV Misterios" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde2f53449c50009b2b4dc/colorLogoPNG.png" group-title="Series",Pluto TV Misterios 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="MisteriosMedicos.us" tvg-name="Misterios Medicos" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f230e416b68ff00075b0139/colorLogoPNG.png" group-title="",Pluto TV Misterios Medicos +#EXTINF:-1 tvg-id="MisteriosMedicos.us" tvg-name="Misterios Medicos" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f230e416b68ff00075b0139/colorLogoPNG.png" group-title="Series",Pluto TV Misterios Medicos 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="MisteriossinResolver.us" tvg-name="Misterios sin Resolver" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f610042272f68000867685b/colorLogoPNG.png" group-title="",Pluto TV Misterios sin Resolver +#EXTINF:-1 tvg-id="MisteriossinResolver.us" tvg-name="Misterios sin Resolver" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f610042272f68000867685b/colorLogoPNG.png" group-title="Series",Pluto TV Misterios sin Resolver 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="MLB.us" tvg-name="MLB" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e66968a70f34c0007d050be/colorLogoPNG.png" group-title="Sports",Pluto TV MLB https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e66968a70f34c0007d050be/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4269,57 +4259,57 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e66968a7 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?deviceType=web&deviceMake=Chrome&deviceModel=Chrome&sid=d1634607-2892-447a-b316-17a106f905fb&deviceId=9f228953-21cb-4b82-a393-dd32d047379f&deviceVersion=76.0.3809.132&appVersion=2.7.4-9a7fc53e0c1da468e3c566c3f53e98a36ca1f97b&deviceDNT=0&userId=&advertisingId=&deviceLat=45.4994&deviceLon=-73.5703&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&serverSideAds=true #EXTINF:-1 tvg-id="MLS.us" tvg-name="MLS" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5cb626cfcaf83414128f439c/colorLogoPNG.png" group-title="Sports",Pluto TV MLS https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMotor.us" tvg-name="Pluto TV Motor" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db0510962948d000961d3c6/colorLogoPNG.png" group-title="",Pluto TV Motor +#EXTINF:-1 tvg-id="PlutoTVMotor.us" tvg-name="Pluto TV Motor" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db0510962948d000961d3c6/colorLogoPNG.png" group-title="Auto",Pluto TV Motor https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db0510962948d000961d3c6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMotorEngland.us" tvg-name="Pluto TV Motor (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Motor (England) +#EXTINF:-1 tvg-id="PlutoTVMotorEngland.us" tvg-name="Pluto TV Motor (England)" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db0510962948d000961d3c6/colorLogoPNG.png" group-title="Motor",Pluto TV Motor (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0510962948d000961d3c6/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=576&deviceId=5db0510962948d000961d3c6&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="MOVIECHANNEL.us" tvg-name="MOVIE CHANNEL" tvg-country="US" tvg-language="English" tvg-logo="https://pbs.twimg.com/profile_images/809343882689277952/wx8-cTwO_400x400.jpg" group-title="Movies",Pluto TV MOVIE CHANNEL 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&sid=e2177d24-366a-4c1c-b974-702fe1d6159a&userId=&serverSideAds=true -#EXTINF:-1 tvg-id="PlutoTVMovies.us" tvg-name="Pluto TV Movies" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Movies +#EXTINF:-1 tvg-id="PlutoTVMovies.us" tvg-name="Pluto TV Movies" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d3a31b95267e225e4e09/colorLogoPNG.png" group-title="Movies",Pluto TV Movies https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=eddfafe3-0584-11eb-82fe-0242ac110002&deviceId=5c5c3b948002db3c3e0b262e&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVMovies.us" tvg-name="Pluto TV Movies" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d3a31b95267e225e4e09/colorLogoPNG.png" group-title="Movies",Pluto TV Movies https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d3a31b95267e225e4e09/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="Movies.us" tvg-name="Movies" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5c5c3b948002db3c3e0b262e/colorLogoPNG.png" group-title="Movies",Pluto TV Movies https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMoviesEngland.us" tvg-name="Pluto TV Movies (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Movies (England) +#EXTINF:-1 tvg-id="PlutoTVMoviesEngland.us" tvg-name="Pluto TV Movies (England)" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d3a31b95267e225e4e09/colorLogoPNG.png" group-title="Movies",Pluto TV Movies (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d3a31b95267e225e4e09/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=50&deviceId=5ad8d3a31b95267e225e4e09&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVMoviesGermany.us" tvg-name="Pluto TV Movies (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Movies (Germany) +#EXTINF:-1 tvg-id="PlutoTVMoviesGermany.us" tvg-name="Pluto TV Movies (Germany)" tvg-country="US" tvg-language="" tvg-logo="https://images.pluto.tv/channels/5ad8d3a31b95267e225e4e09/colorLogoPNG.png" group-title="Movies",Pluto TV Movies (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=50&deviceId=5c5c3b948002db3c3e0b262e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="MoviesCH.us" tvg-name="Movies CH" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5dc2bdfec6cdc10009975e20/colorLogoPNG.png" group-title="Movies",Pluto TV Movies CH https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2bdfec6cdc10009975e20/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMoviesPlus.us" tvg-name="Pluto TV Movies+" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Movies+ +#EXTINF:-1 tvg-id="PlutoTVMoviesPlus.us" tvg-name="Pluto TV Movies+" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Movies",Pluto TV Movies+ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d0a1f73654db655a9274428/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=372611e5-6b4b-4a3f-9491-368034dfa39e&deviceId=5d0a1f73654db655a9274428&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVMoviesPlusCH.us" tvg-name="Pluto TV Movies+ (CH)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Movies+ (CH) +#EXTINF:-1 tvg-id="PlutoTVMoviesPlusCH.us" tvg-name="Pluto TV Movies+ (CH)" tvg-country="US" tvg-language="" tvg-logo="" group-title="Movies",Pluto TV Movies+ (CH) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c8a6bc64dc7286c6afaf4ab/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=f747754f-ee3e-4968-9e8e-779da031bce9&deviceId=5c8a6bc64dc7286c6afaf4ab&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVMST3K.us" tvg-name="Pluto TV MST3K" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MST3K +#EXTINF:-1 tvg-id="PlutoTVMST3K.us" tvg-name="Pluto TV MST3K" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/545943f1c9f133a519bbac92/colorLogoPNG.png" group-title="",Pluto TV MST3K https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/545943f1c9f133a519bbac92/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=488&deviceId=545943f1c9f133a519bbac92&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="MST3K.us" tvg-name="MST3K" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/545943f1c9f133a519bbac92/colorLogoPNG.png" group-title="Series",Pluto TV MST3K https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/545943f1c9f133a519bbac92/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="MST3K.us" tvg-name="MST3K" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d44cfd87eb3a2717afc5/colorLogoPNG.png" group-title="Series",Pluto TV MST3K https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d44cfd87eb3a2717afc5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="MTV.us" tvg-name="MTV" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/il/MTV.il.png" group-title="",Pluto TV MTV +#EXTINF:-1 tvg-id="MTV.us" tvg-name="MTV" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/il/MTV.il.png" group-title="Music",Pluto TV MTV http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=178&deviceId=5ca672f515a62078d2ec0ad2&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVMTV.us" tvg-name="Pluto TV MTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV +#EXTINF:-1 tvg-id="PlutoTVMTV.us" tvg-name="Pluto TV MTV" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/il/MTV.il.png" group-title="Music",Pluto TV MTV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf325764025859afdd6c4d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=1b711cc8-0587-11eb-9df2-0242ac110002&deviceId=5caf325764025859afdd6c4d&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVMTV.us" tvg-name="Pluto TV MTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV +#EXTINF:-1 tvg-id="PlutoTVMTV.us" tvg-name="Pluto TV MTV" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/il/MTV.il.png" group-title="Music",Pluto TV MTV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcebe53d352330009e56f5b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=b3be0889-389b-4ef9-a876-b3d589aa6cd9&deviceId=5dcebe53d352330009e56f5b&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="MTVAnimaciones.us" tvg-name="MTV Animaciones" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5efb8ce2e426140007c78fd1/colorLogoPNG.png" group-title="",Pluto TV MTV Animaciones +#EXTINF:-1 tvg-id="MTVAnimaciones.us" tvg-name="MTV Animaciones" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5efb8ce2e426140007c78fd1/colorLogoPNG.png" group-title="Series",Pluto TV MTV Animaciones https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb8ce2e426140007c78fd1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="MTVAreyoutheOne.us" tvg-name="MTV Are you the One?" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f6108d8cc331900075e98e4/colorLogoPNG.png" group-title="",Pluto TV MTV Are you the One? +#EXTINF:-1 tvg-id="MTVAreyoutheOne.us" tvg-name="MTV Are you the One?" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f6108d8cc331900075e98e4/colorLogoPNG.png" group-title="Series",Pluto TV MTV Are you the One? https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6108d8cc331900075e98e4/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMTVBiggestPop.us" tvg-name="Pluto TV MTV Biggest Pop" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV Biggest Pop +#EXTINF:-1 tvg-id="PlutoTVMTVBiggestPop.us" tvg-name="Pluto TV MTV Biggest Pop" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fd1a252d35decbc4080c/colorLogoPNG.png" group-title="Series",Pluto TV MTV Biggest Pop https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=870&deviceId=5d14fd1a252d35decbc4080c&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="MTVBiggestPop.us" tvg-name="MTV Biggest Pop" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5d14fd1a252d35decbc4080c/colorLogoPNG.png" group-title="Music",Pluto TV MTV Biggest Pop (720p) +#EXTINF:-1 tvg-id="MTVBiggestPop.us" tvg-name="MTV Biggest Pop" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5d14fd1a252d35decbc4080c/colorLogoPNG.png" group-title="Series",Pluto TV MTV Biggest Pop (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMTVBlockParty.us" tvg-name="Pluto TV MTV Block Party" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV Block Party +#EXTINF:-1 tvg-id="PlutoTVMTVBlockParty.us" tvg-name="Pluto TV MTV Block Party" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d3609cd6a6c78d7672f2a81/colorLogoPNG.png" group-title="Series",Pluto TV MTV Block Party https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=868&deviceId=5d3609cd6a6c78d7672f2a81&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="MTVBlockParty.us" tvg-name="MTV Block Party" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d3609cd6a6c78d7672f2a81/colorLogoPNG.png" group-title="Music",Pluto TV MTV Block Party (720p) +#EXTINF:-1 tvg-id="MTVBlockParty.us" tvg-name="MTV Block Party" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d3609cd6a6c78d7672f2a81/colorLogoPNG.png" group-title="Series",Pluto TV MTV Block Party (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMTVCatfish.us" tvg-name="Pluto TV MTV Catfish" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV Catfish +#EXTINF:-1 tvg-id="PlutoTVMTVCatfish.us" tvg-name="Pluto TV MTV Catfish" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1ab3c7778230000735cf41/colorLogoPNG.png" group-title="Series",Pluto TV MTV Catfish https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db6a697d5f34a000934cd13/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=f1438745-0586-11eb-82fe-0242ac110002&deviceId=5db6a697d5f34a000934cd13&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="MTVCatfishTVShow.us" tvg-name="MTV Catfish TV Show" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1ab3c7778230000735cf41/colorLogoPNG.png" group-title="",Pluto TV MTV Catfish TV Show +#EXTINF:-1 tvg-id="MTVCatfishTVShow.us" tvg-name="MTV Catfish TV Show" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1ab3c7778230000735cf41/colorLogoPNG.png" group-title="Series",Pluto TV MTV Catfish TV Show https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ab3c7778230000735cf41/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVMTVCatfishPlus.us" tvg-name="Pluto TV MTV Catfish+" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV Catfish+ +#EXTINF:-1 tvg-id="PlutoTVMTVCatfishPlus.us" tvg-name="Pluto TV MTV Catfish+" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Series",Pluto TV MTV Catfish+ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b855972c36600076b7ddd/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=4433ef8f-a215-466e-a65b-405518cd6e6c&deviceId=5e7b855972c36600076b7ddd&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="MTVClassic.us" tvg-name="MTV Classic" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5de91b7ea86ee60009d89e75/colorLogoPNG.png" group-title="Music",Pluto TV MTV Classic 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= @@ -4327,27 +4317,27 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91b7ea86ee60009 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="MTVCLASSICS.us" tvg-name="MTV CLASSICS" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f92b56a367e170007cd43f4/colorLogoPNG.png" group-title="Music",Pluto TV MTV CLASSICS https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMTVCribs.us" tvg-name="Pluto TV MTV Cribs" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV Cribs +#EXTINF:-1 tvg-id="PlutoTVMTVCribs.us" tvg-name="Pluto TV MTV Cribs" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ea815a515d149000748ee9b/colorLogoPNG.png" group-title="Series",Pluto TV MTV Cribs https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea815a515d149000748ee9b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=fb612cc2-0587-11eb-97af-0242ac110002&deviceId=5ea815a515d149000748ee9b&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="MTVCribs.us" tvg-name="MTV Cribs" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ea815a515d149000748ee9b/colorLogoPNG.png" group-title="",Pluto TV MTV Cribs +#EXTINF:-1 tvg-id="MTVCribs.us" tvg-name="MTV Cribs" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ea815a515d149000748ee9b/colorLogoPNG.png" group-title="Series",Pluto TV MTV Cribs https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea815a515d149000748ee9b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="MTVCribs.us" tvg-name="MTV Cribs" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1ab9c6d8f1300007f54e30/colorLogoPNG.png" group-title="",Pluto TV MTV Cribs +#EXTINF:-1 tvg-id="MTVCribs.us" tvg-name="MTV Cribs" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1ab9c6d8f1300007f54e30/colorLogoPNG.png" group-title="Series",Pluto TV MTV Cribs https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ab9c6d8f1300007f54e30/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVMTVCribsPlus.us" tvg-name="Pluto TV MTV Cribs+" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV Cribs+ +#EXTINF:-1 tvg-id="PlutoTVMTVCribsPlus.us" tvg-name="Pluto TV MTV Cribs+" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Series",Pluto TV MTV Cribs+ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb54eaa5714d000744b6a0/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=f664f477-078c-4957-bc9a-51f90e3d9ce7&deviceId=5efb54eaa5714d000744b6a0&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVMTVDating.us" tvg-name="Pluto TV MTV Dating" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV Dating +#EXTINF:-1 tvg-id="PlutoTVMTVDating.us" tvg-name="Pluto TV MTV Dating" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca6899a37b88b269472ea4b/colorLogoPNG.png" group-title="Series",Pluto TV MTV Dating https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca6899a37b88b269472ea4b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=330&deviceId=5ca6899a37b88b269472ea4b&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVMTVDating.us" tvg-name="Pluto TV MTV Dating" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV Dating +#EXTINF:-1 tvg-id="PlutoTVMTVDating.us" tvg-name="Pluto TV MTV Dating" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca6899a37b88b269472ea4b/colorLogoPNG.png" group-title="Series",Pluto TV MTV Dating https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf330ea5068259a32320fd/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=4c740197-0587-11eb-a18c-0242ac110002&deviceId=5caf330ea5068259a32320fd&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="MTVDating.us" tvg-name="MTV Dating" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca6899a37b88b269472ea4b/colorLogoPNG.png" group-title="",Pluto TV MTV Dating +#EXTINF:-1 tvg-id="MTVDating.us" tvg-name="MTV Dating" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca6899a37b88b269472ea4b/colorLogoPNG.png" group-title="Series",Pluto TV MTV Dating https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca6899a37b88b269472ea4b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="MTVDating.us" tvg-name="MTV Dating" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5caf330ea5068259a32320fd/colorLogoPNG.png" group-title="",Pluto TV MTV Dating +#EXTINF:-1 tvg-id="MTVDating.us" tvg-name="MTV Dating" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5caf330ea5068259a32320fd/colorLogoPNG.png" group-title="Series",Pluto TV MTV Dating https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf330ea5068259a32320fd/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="MTVDating.us" tvg-name="MTV Dating" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/600169ec77e6f70008fa9cf0/colorLogoPNG.png" group-title="",Pluto TV MTV Dating +#EXTINF:-1 tvg-id="MTVDating.us" tvg-name="MTV Dating" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/600169ec77e6f70008fa9cf0/colorLogoPNG.png" group-title="Series",Pluto TV MTV Dating https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600169ec77e6f70008fa9cf0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="MTVEmbarazadaalos16.us" tvg-name="MTV Embarazada a los 16" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f98537a5a4341000733aefe/colorLogoPNG.png" group-title="",Pluto TV MTV Embarazada a los 16 +#EXTINF:-1 tvg-id="MTVEmbarazadaalos16.us" tvg-name="MTV Embarazada a los 16" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f98537a5a4341000733aefe/colorLogoPNG.png" group-title="Series",Pluto TV MTV Embarazada a los 16 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f98537a5a4341000733aefe/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVMTVLatino.us" tvg-name="Pluto TV MTV Latino" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV Latino +#EXTINF:-1 tvg-id="PlutoTVMTVLatino.us" tvg-name="Pluto TV MTV Latino" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/5cf96d351652631e36d4331f/colorLogoPNG.png" group-title="Music",Pluto TV MTV Latino https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96d351652631e36d4331f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=965&deviceId=5cf96d351652631e36d4331f&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="MTVLatino.us" tvg-name="MTV Latino" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5cf96d351652631e36d4331f/colorLogoPNG.png" group-title="Music",Pluto TV MTV Latino https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96d351652631e36d4331f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4363,29 +4353,29 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f51 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf325764025859afdd6c4d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="MTVPlutoTV.us" tvg-name="MTV Pluto TV" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1212fb81e85c00077ae9ef/colorLogoPNG.png" group-title="Music",Pluto TV MTV Pluto TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1212fb81e85c00077ae9ef/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="MTVPranks.us" tvg-name="MTV Pranks" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5e98a911c881310007d7aae2/colorLogoPNG.png" group-title="",Pluto TV MTV Pranks +#EXTINF:-1 tvg-id="MTVPranks.us" tvg-name="MTV Pranks" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5e98a911c881310007d7aae2/colorLogoPNG.png" group-title="Series",Pluto TV MTV Pranks https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e98a911c881310007d7aae2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="MTVRidiculousness.us" tvg-name="MTV Ridiculousness" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f9847fd513250000728a9a5/solidLogoPNG.png" group-title="",Pluto TV MTV Ridiculousness +#EXTINF:-1 tvg-id="MTVRidiculousness.us" tvg-name="MTV Ridiculousness" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f9847fd513250000728a9a5/solidLogoPNG.png" group-title="Series",Pluto TV MTV Ridiculousness https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f9847fd513250000728a9a5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMTVSpankinNew.us" tvg-name="Pluto TV MTV Spankin' New" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV Spankin' New +#EXTINF:-1 tvg-id="PlutoTVMTVSpankinNew.us" tvg-name="Pluto TV MTV Spankin' New" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fdb8ca91eedee1633117/colorLogoPNG.png" group-title="Series",Pluto TV MTV Spankin' New https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fdb8ca91eedee1633117/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=869&deviceId=5d14fdb8ca91eedee1633117&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="MTVSpankinNew.us" tvg-name="MTV Spankin' New" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fdb8ca91eedee1633117/colorLogoPNG.png" group-title="",Pluto TV MTV Spankin' New (720p) +#EXTINF:-1 tvg-id="MTVSpankinNew.us" tvg-name="MTV Spankin' New" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fdb8ca91eedee1633117/colorLogoPNG.png" group-title="Series",Pluto TV MTV Spankin' New (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fdb8ca91eedee1633117/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMTVTeenMom.us" tvg-name="Pluto TV MTV Teen Mom" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV Teen Mom +#EXTINF:-1 tvg-id="PlutoTVMTVTeenMom.us" tvg-name="Pluto TV MTV Teen Mom" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5cffcf5686dfe15595fb3f56/featuredImage.jpg?w=750&fm=png" group-title="Series",Pluto TV MTV Teen Mom https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cffcf5686dfe15595fb3f56/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=7ca1fec5-0587-11eb-aeab-0242ac110002&deviceId=5cffcf5686dfe15595fb3f56&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="MTVTeenMom.us" tvg-name="MTV Teen Mom" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5cffcf5686dfe15595fb3f56/featuredImage.jpg?w=750&fm=png" group-title="",Pluto TV MTV Teen Mom +#EXTINF:-1 tvg-id="MTVTeenMom.us" tvg-name="MTV Teen Mom" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5cffcf5686dfe15595fb3f56/featuredImage.jpg?w=750&fm=png" group-title="Series",Pluto TV MTV Teen Mom https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cffcf5686dfe15595fb3f56/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMTVTheHills.us" tvg-name="Pluto TV MTV The Hills" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV The Hills +#EXTINF:-1 tvg-id="PlutoTVMTVTheHills.us" tvg-name="Pluto TV MTV The Hills" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d00e86bf0bac55fe7f75736/colorLogoPNG.png" group-title="Series",Pluto TV MTV The Hills https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e86bf0bac55fe7f75736/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=a934c097-0587-11eb-8b9f-0242ac110002&deviceId=5d00e86bf0bac55fe7f75736&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="MTVTheHills.us" tvg-name="MTV The Hills" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d00e86bf0bac55fe7f75736/colorLogoPNG.png" group-title="",Pluto TV MTV The Hills +#EXTINF:-1 tvg-id="MTVTheHills.us" tvg-name="MTV The Hills" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d00e86bf0bac55fe7f75736/colorLogoPNG.png" group-title="Series",Pluto TV MTV The Hills https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d00e86bf0bac55fe7f75736/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMTVTheShores.us" tvg-name="Pluto TV MTV The Shores" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV MTV The Shores +#EXTINF:-1 tvg-id="PlutoTVMTVTheShores.us" tvg-name="Pluto TV MTV The Shores" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5caf32c2a5068259a32320fc/colorLogoPNG.png" group-title="Series",Pluto TV MTV The Shores https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf32c2a5068259a32320fc/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=d49824ea-0587-11eb-82fe-0242ac110002&deviceId=5caf32c2a5068259a32320fc&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="MTVTheShores.us" tvg-name="MTV The Shores" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5caf32c2a5068259a32320fc/colorLogoPNG.png" group-title="",Pluto TV MTV The Shores +#EXTINF:-1 tvg-id="MTVTheShores.us" tvg-name="MTV The Shores" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5caf32c2a5068259a32320fc/colorLogoPNG.png" group-title="Series",Pluto TV MTV The Shores https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf32c2a5068259a32320fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="MTVUnplugged.us" tvg-name="MTV Unplugged" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f98471110cca20007d39f76/colorLogoPNG.png" group-title="",Pluto TV MTV Unplugged +#EXTINF:-1 tvg-id="MTVUnplugged.us" tvg-name="MTV Unplugged" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f98471110cca20007d39f76/colorLogoPNG.png" group-title="Series",Pluto TV MTV Unplugged https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f98471110cca20007d39f76/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMundo.us" tvg-name="Pluto TV Mundo" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Mundo +#EXTINF:-1 tvg-id="PlutoTVMundo.us" tvg-name="Pluto TV Mundo" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/5d8d103f031154a4172d262b/colorLogoPNG.png" group-title="",Pluto TV Mundo https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d103f031154a4172d262b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=959&deviceId=5d8d103f031154a4172d262b&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVMundo.us" tvg-name="Pluto TV Mundo" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d8d103f031154a4172d262b/colorLogoPNG.png" group-title="",Pluto TV Mundo https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d103f031154a4172d262b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4397,19 +4387,19 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8dc008d https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acc91cc9e1b000711ff21/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING #EXTINF:-1 tvg-id="My5Crime.us" tvg-name="My5 Crime" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d2c571faeb3e2738ae27933/colorLogoPNG.png" group-title="",Pluto TV My5 Crime https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d2c571faeb3e2738ae27933/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="My5Documentaries.us" tvg-name="My5 Documentaries" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xhIXQGK.png" group-title="",Pluto TV My5 Documentaries +#EXTINF:-1 tvg-id="My5Documentaries.us" tvg-name="My5 Documentaries" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xhIXQGK.png" group-title="Documentary",Pluto TV My5 Documentaries https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf901280e3550009139c86/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="My5GPs.us" tvg-name="My5 GP's" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xhIXQGK.png" group-title="",Pluto TV My5 GP's https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d2c57ee4f9ddf73da8a0ba5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVMy5GPsEngland.us" tvg-name="Pluto TV My5 GP's (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV My5 GP's (England) +#EXTINF:-1 tvg-id="PlutoTVMy5GPsEngland.us" tvg-name="Pluto TV My5 GP's (England)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xhIXQGK.png" group-title="",Pluto TV My5 GP's (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d2c57ee4f9ddf73da8a0ba5/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=480&deviceId=5d2c57ee4f9ddf73da8a0ba5&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="Mythbusters.us" tvg-name="Mythbusters" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5bd833b41843b56328bac189/colorLogoPNG.png" group-title="",Pluto TV Mythbusters +#EXTINF:-1 tvg-id="Mythbusters.us" tvg-name="Mythbusters" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5bd833b41843b56328bac189/colorLogoPNG.png" group-title="Series",Pluto TV Mythbusters https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd833b41843b56328bac189/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="N24Doku.us" tvg-name="N24 Doku" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/60080e8a4bf36000076a81b1/colorLogoPNG.png" group-title="",Pluto TV N24 Doku https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60080e8a4bf36000076a81b1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="Narcos.us" tvg-name="Narcos" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5f7274806621ff00072651ff/colorLogoPNG.png" group-title="",Pluto TV Narcos https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7274806621ff00072651ff/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVNaruto.us" tvg-name="Pluto TV Naruto" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Naruto +#EXTINF:-1 tvg-id="PlutoTVNaruto.us" tvg-name="Pluto TV Naruto" tvg-country="US" tvg-language="" tvg-logo="https://images.pluto.tv/channels/5ee92e72fb286e0007285fec/colorLogoPNG.png" group-title="",Pluto TV Naruto https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=836&deviceId=5da0c85bd2c9c10009370984&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="Naruto.us" tvg-name="Naruto" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ee92e72fb286e0007285fec/colorLogoPNG.png" group-title="",Pluto TV Naruto 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= @@ -4417,25 +4407,25 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee92e72fb286e0007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="Naruto.us" tvg-name="Naruto" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f6df5a173d7340007c559f7/colorLogoPNG.png" group-title="",Pluto TV Naruto https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6df5a173d7340007c559f7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Nashville.us" tvg-name="Nashville" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/601a026c464ef900073130f0/featuredImage.jpg" group-title="",Pluto TV Nashville (720p) +#EXTINF:-1 tvg-id="Nashville.us" tvg-name="Nashville" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/601a026c464ef900073130f0/featuredImage.jpg" group-title="Series",Pluto TV Nashville (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/601a026c464ef900073130f0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" tvg-name="Pluto TV Naturaleza" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Naturaleza +#EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" tvg-name="Pluto TV Naturaleza" tvg-country="US" tvg-language="" tvg-logo="https://images.pluto.tv/channels/5dd85eac039bba0009e86d1d/colorLogoPNG.png" group-title="",Pluto TV Naturaleza https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d10ce06a9665fe54bf74a/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=962&deviceId=5d8d10ce06a9665fe54bf74a&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" tvg-name="Pluto TV Naturaleza" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dd85eac039bba0009e86d1d/colorLogoPNG.png" group-title="",Pluto TV Naturaleza 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" tvg-name="Pluto TV Naturaleza" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d8d10ce06a9665fe54bf74a/colorLogoPNG.png" group-title="",Pluto TV Naturaleza https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d10ce06a9665fe54bf74a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVNature.us" tvg-name="Pluto TV Nature" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Nature +#EXTINF:-1 tvg-id="PlutoTVNature.us" tvg-name="Pluto TV Nature" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed58b2db26f0007b4aa73/colorLogoPNG.png" group-title="Outdoor",Pluto TV Nature https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5be1c3f9851dd5632e2c91b2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=1e26d24e-0585-11eb-82fe-0242ac110002&deviceId=5be1c3f9851dd5632e2c91b2&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVNature.us" tvg-name="Pluto TV Nature" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed58b2db26f0007b4aa73/colorLogoPNG.png" group-title="",Pluto TV Nature +#EXTINF:-1 tvg-id="PlutoTVNature.us" tvg-name="Pluto TV Nature" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed58b2db26f0007b4aa73/colorLogoPNG.png" group-title="Outdoor",Pluto TV Nature https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed58b2db26f0007b4aa73/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="Nature.us" tvg-name="Nature" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5be1c3f9851dd5632e2c91b2/colorLogoPNG.png" group-title="",Pluto TV Nature +#EXTINF:-1 tvg-id="Nature.us" tvg-name="Nature" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5be1c3f9851dd5632e2c91b2/colorLogoPNG.png" group-title="Outdoor",Pluto TV Nature https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be1c3f9851dd5632e2c91b2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVNature.us" tvg-name="Pluto TV Nature" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db050444f3c52000984c72a/colorLogoPNG.png" group-title="",Pluto TV Nature +#EXTINF:-1 tvg-id="PlutoTVNature.us" tvg-name="Pluto TV Nature" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db050444f3c52000984c72a/colorLogoPNG.png" group-title="Outdoor",Pluto TV Nature https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db050444f3c52000984c72a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVNature.us" tvg-name="Pluto TV Nature" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed58b2db26f0007b4aa73/colorLogoPNG.png" group-title="",Pluto TV Nature +#EXTINF:-1 tvg-id="PlutoTVNature.us" tvg-name="Pluto TV Nature" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed58b2db26f0007b4aa73/colorLogoPNG.png" group-title="Outdoor",Pluto TV Nature https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed58b2db26f0007b4aa73/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVNaturescape.us" tvg-name="Pluto TV Naturescape" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Naturescape +#EXTINF:-1 tvg-id="PlutoTVNaturescape.us" tvg-name="Pluto TV Naturescape" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812bd9f249444e05d09cc4e/colorLogoPNG.png" group-title="",Pluto TV Naturescape https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=692&deviceId=5812bd9f249444e05d09cc4e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="Naturescape.us" tvg-name="Naturescape" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812bd9f249444e05d09cc4e/colorLogoPNG.png" group-title="",Pluto TV Naturescape (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4443,13 +4433,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bd9f2 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0c2f3739f6b900075f366c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVNatureza.us" tvg-name="Pluto TV Natureza" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1213ba0ecebc00070e170f/colorLogoPNG.png" group-title="",Pluto TV Natureza https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1213ba0ecebc00070e170f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVNBCNewsNOW.us" tvg-name="Pluto TV NBC News NOW" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV NBC News NOW +#EXTINF:-1 tvg-id="PlutoTVNBCNewsNOW.us" tvg-name="Pluto TV NBC News NOW" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5df97894467dfa00091c873c/colorLogoPNG.png" group-title="News",Pluto TV NBC News NOW https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df97894467dfa00091c873c/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=213&deviceId=5df97894467dfa00091c873c&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="NBCNewsNOW.us" tvg-name="NBC News NOW" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5df97894467dfa00091c873c/colorLogoPNG.png" group-title="",Pluto TV NBC News NOW (720p) +#EXTINF:-1 tvg-id="NBCNewsNOW.us" tvg-name="NBC News NOW" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5df97894467dfa00091c873c/colorLogoPNG.png" group-title="News",Pluto TV NBC News NOW (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5df97894467dfa00091c873c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVNews.us" tvg-name="Pluto TV News" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV News +#EXTINF:-1 tvg-id="PlutoTVNews.us" tvg-name="Pluto TV News" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5268abcd0ce20a8472000114/colorLogoPNG.png" group-title="News",Pluto TV News https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=202&deviceId=5268abcd0ce20a8472000114&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVNews.us" tvg-name="Pluto TV News" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5268abcd0ce20a8472000114/colorLogoPNG.png" group-title="",Pluto TV News +#EXTINF:-1 tvg-id="PlutoTVNews.us" tvg-name="Pluto TV News" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5268abcd0ce20a8472000114/colorLogoPNG.png" group-title="News",Pluto TV News https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5268abcd0ce20a8472000114/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="NFLChannel.us" tvg-name="NFL Channel" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ced7d5df64be98e07ed47b6/colorLogoPNG.png" group-title="Sports",Pluto TV NFL Channel https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ced7d5df64be98e07ed47b6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4461,51 +4451,51 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c 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.us" tvg-name="Nick Clรกssico" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f12151794c1800007a8ae63/colorLogoPNG.png" group-title="Kids",Pluto TV Nick Clรกssico https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12151794c1800007a8ae63/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVnickEmmaeinfachmagisch.us" tvg-name="Pluto TV nick Emma einfach magisch!" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV nick Emma einfach magisch! +#EXTINF:-1 tvg-id="PlutoTVNickEmmaeinfachmagisch.us" tvg-name="Pluto TV Nick Emma einfach magisch!" tvg-country="US" tvg-language="" tvg-logo="https://images.pluto.tv/channels/5f4796368174910007756454/colorLogoPNG.png" group-title="Kids",Pluto TV Nick Emma einfach magisch! https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4796368174910007756454/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=db62fa8b-15bd-11eb-bde1-0242ac110002&deviceId=5f4796368174910007756454&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="nickEmmaeinfachmagisch.us" tvg-name="nick Emma einfach magisch!" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5f4796368174910007756454/colorLogoPNG.png" group-title="Kids",Pluto TV nick Emma einfach magisch! https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4796368174910007756454/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="NickJrClub.us" tvg-name="Nick Jr. Club" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f121460b73ac6000719fbaf/colorLogoPNG.png" group-title="Kids",Pluto TV Nick Jr. Club https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121460b73ac6000719fbaf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVNickJrLatino.us" tvg-name="Pluto TV Nick Jr. Latino" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Nick Jr. Latino +#EXTINF:-1 tvg-id="PlutoTVNickJrLatino.us" tvg-name="Pluto TV Nick Jr. Latino" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/5d8d0ec7b0f7015fbe0a3bf7/colorLogoPNG.png" group-title="Kids",Pluto TV Nick Jr. Latino https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0ec7b0f7015fbe0a3bf7/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=998&deviceId=5d8d0ec7b0f7015fbe0a3bf7&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="NickJrLatino.us" tvg-name="Nick Jr. Latino" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5d8d0ec7b0f7015fbe0a3bf7/colorLogoPNG.png" group-title="Kids",Pluto TV Nick Jr. Latino https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0ec7b0f7015fbe0a3bf7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVnickJrPlutoTV.us" tvg-name="Pluto TV nick Jr. Pluto TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV nick Jr. Pluto TV +#EXTINF:-1 tvg-id="PlutoTVNickJr.us" tvg-name="Pluto TV Nick Jr." tvg-country="US" tvg-language="English" tvg-logo="" group-title="Kids",Pluto TV Nick Jr. https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede45451dce190007ef9ff2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=d1d4cf70-0714-11eb-a59f-0242ac110002&deviceId=5ede45451dce190007ef9ff2&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVNickLatino.us" tvg-name="Pluto TV Nick Latino" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Nick Latino +#EXTINF:-1 tvg-id="PlutoTVNickLatino.us" tvg-name="Pluto TV Nick Latino" tvg-country="US" tvg-language="" tvg-logo="" group-title="Kids",Pluto TV Nick Latino https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d08395f39465da6fb3ec4/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=997&deviceId=5d8d08395f39465da6fb3ec4&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVnickPlutoTV.us" tvg-name="Pluto TV nick Pluto TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV nick Pluto TV +#EXTINF:-1 tvg-id="PlutoTVNick.us" tvg-name="Pluto TV Nick" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Kids",Pluto TV Nick https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede448d3d50590007a4419e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=fbbb3638-0714-11eb-aeab-0242ac110002&deviceId=5ede448d3d50590007a4419e&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVnickPlutoTVPlus.us" tvg-name="Pluto TV nick Pluto TV+" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV nick Pluto TV+ +#EXTINF:-1 tvg-id="PlutoTVNick.us" tvg-name="Pluto TV Nick" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Kids",Pluto TV Nick https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f3d2b57d6c60800074cb305/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=19a8ba6e-9713-4df0-83d9-93dd72c984f0&deviceId=5f3d2b57d6c60800074cb305&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVnickrewind.us" tvg-name="Pluto TV nickrewind" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV nickrewind +#EXTINF:-1 tvg-id="PlutoTVNickRewind.us" tvg-name="Pluto TV Nick Rewind" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ed106ce4bf2e80007700bb3/colorLogoPNG.png" group-title="Kids",Pluto TV Nick Rewind https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ed106ce4bf2e80007700bb3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=1f8c3bd8-0715-11eb-97af-0242ac110002&deviceId=5ed106ce4bf2e80007700bb3&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="nickrewind.us" tvg-name="nickrewind" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ed106ce4bf2e80007700bb3/colorLogoPNG.png" group-title="Kids",Pluto TV nickrewind +#EXTINF:-1 tvg-id="PlutoTVNickRewind.us" tvg-name="Pluto TV Nick Rewind" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ed106ce4bf2e80007700bb3/colorLogoPNG.png" group-title="Kids",Pluto TV Nick Rewind https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ed106ce4bf2e80007700bb3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVnickrewindPlus.us" tvg-name="Pluto TV nickrewind+" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV nickrewind+ +#EXTINF:-1 tvg-id="PlutoTVnickrewindPlus.us" tvg-name="Pluto TV nickrewind+" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ed106ce4bf2e80007700bb3/colorLogoPNG.png" group-title="Kids",Pluto TV nickrewind+ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f3d2bcd0fadc30007b4863b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=26a921c8-2009-4fa8-9d4f-3edbe18a97f7&deviceId=5f3d2bcd0fadc30007b4863b&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVNosey.us" tvg-name="Pluto TV Nosey" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Nosey +#EXTINF:-1 tvg-id="PlutoTVnosey.us" tvg-name="Pluto TV nosey" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5aec96ec5126c2157123c657/colorLogoPNG.png" group-title="Series",Pluto TV nosey https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5aec96ec5126c2157123c657/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=159&deviceId=5aec96ec5126c2157123c657&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="Nosey.us" tvg-name="Nosey" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5aec96ec5126c2157123c657/colorLogoPNG.png" group-title="",Pluto TV Nosey +#EXTINF:-1 tvg-id="nosey.us" tvg-name="nosey" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5aec96ec5126c2157123c657/colorLogoPNG.png" group-title="Series",Pluto TV nosey https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aec96ec5126c2157123c657/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Nosey.us" tvg-name="Nosey" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc2ba1a9c91420009db4858/colorLogoPNG.png" group-title="",Pluto TV Nosey +#EXTINF:-1 tvg-id="nosey.us" tvg-name="nosey" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc2ba1a9c91420009db4858/colorLogoPNG.png" group-title="Series",Pluto TV nosey https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2ba1a9c91420009db4858/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVNovelas.us" tvg-name="Pluto TV Novelas" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde0cc2efd2700090b7ff4/colorLogoPNG.png" group-title="",Pluto TV Novelas 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" tvg-name="Pluto TV Novelas Drama" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Novelas Drama +#EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" tvg-name="Pluto TV Novelas Drama" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/5e84dbf4a838b60007ffbba1/colorLogoPNG.png" group-title="Movies",Pluto TV Novelas Drama https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=942&deviceId=5e84dbf4a838b60007ffbba1&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="NovelasDrama.us" tvg-name="Novelas Drama" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5e84dbf4a838b60007ffbba1/colorLogoPNG.png" group-title="",Pluto TV Novelas Drama +#EXTINF:-1 tvg-id="NovelasDrama.us" tvg-name="Novelas Drama" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5e84dbf4a838b60007ffbba1/colorLogoPNG.png" group-title="Movies",Pluto TV Novelas Drama https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" tvg-name="Pluto TV Novelas Romance" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Novelas Romance +#EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" tvg-name="Pluto TV Novelas Romance" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/5e84db2db3851800077c871e/colorLogoPNG.png" group-title="",Pluto TV Novelas Romance https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84db2db3851800077c871e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=941&deviceId=5e84db2db3851800077c871e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="NovelasRomance.us" tvg-name="Novelas Romance" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5e84db2db3851800077c871e/colorLogoPNG.png" group-title="",Pluto TV Novelas Romance https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84db2db3851800077c871e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVNovelasThriller.us" tvg-name="Pluto TV Novelas Thriller" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Novelas Thriller +#EXTINF:-1 tvg-id="PlutoTVNovelasThriller.us" tvg-name="Pluto TV Novelas Thriller" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/5e84dc59026b9b000766f9a2/colorLogoPNG.png" group-title="",Pluto TV Novelas Thriller https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dc59026b9b000766f9a2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=943&deviceId=5e84dc59026b9b000766f9a2&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="NovelasThriller.us" tvg-name="Novelas Thriller" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5e84dc59026b9b000766f9a2/colorLogoPNG.png" group-title="",Pluto TV Novelas Thriller https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dc59026b9b000766f9a2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVNuestraVision.us" tvg-name="Pluto TV Nuestra Vision" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Nuestra Vision +#EXTINF:-1 tvg-id="PlutoTVNuestraVision.us" tvg-name="Pluto TV Nuestra Vision" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/5e6690befbdf780007f78158/colorLogoPNG.png" group-title="",Pluto TV Nuestra Vision https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e6690befbdf780007f78158/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=920&deviceId=5e6690befbdf780007f78158&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="NuestraVision.us" tvg-name="Nuestra Vision" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5e6690befbdf780007f78158/colorLogoPNG.png" group-title="",Pluto TV Nuestra Vision (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e6690befbdf780007f78158/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4513,9 +4503,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e6690bef https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2acdab16f5b3000721ae2c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="OnePiece.us" tvg-name="One Piece" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f7790b3ed0c88000720b241/colorLogoPNG.png" group-title="",Pluto TV One Piece https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7790b3ed0c88000720b241/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Pac12Insider.us" tvg-name="Pac-12 Insider" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f84ce2ac265700008d48dcf/colorLogoPNG.png" group-title="",Pluto TV Pac-12 Insider (720p) +#EXTINF:-1 tvg-id="Pac12Insider.us" tvg-name="Pac-12 Insider" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f84ce2ac265700008d48dcf/colorLogoPNG.png" group-title="Sports",Pluto TV Pac-12 Insider (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f84ce2ac265700008d48dcf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVParamountMovieChannel.us" tvg-name="Pluto TV Paramount Movie Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Paramount Movie Channel +#EXTINF:-1 tvg-id="PlutoTVParamountMovieChannel.us" tvg-name="Pluto TV Paramount Movie Channel" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5cb0cae7a461406ffe3f5213/colorLogoPNG.png" group-title="Movies",Pluto TV Paramount Movie Channel https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=100&deviceId=5cb0cae7a461406ffe3f5213&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="ParamountMovieChannel.us" tvg-name="Paramount Movie Channel" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5cb0cae7a461406ffe3f5213/colorLogoPNG.png" group-title="",Pluto TV Paramount Movie Channel https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4523,41 +4513,41 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb0cae7a http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb0cae7a461406ffe3f5213/3063648/master.m3u8?terminate=false&deviceId=f326520d-7599-402b-adc7-3b65e7a93a7d&deviceVersion=63.0.3368.71&appVersion=2.7.4-9a7fc53e0c1da468e3c566c3f53e98a36ca1f97b&deviceType=web&deviceMake=Opera&sid=fdb5e6bd-6102-4712-bf51-a879469a0d4b&advertisingId=&deviceLat=40.7308&deviceLon=-73.9975&deviceDNT=0&deviceModel=Opera&userId=&embedPartner=&appName=web&serverSideAds=true&architecture=&paln= #EXTINF:-1 tvg-id="ParamountPlusPicks.us" tvg-name="Paramount+ Picks" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ff8c708653d080007361b14/featuredImage.jpg" group-title="",Pluto TV Paramount+ Picks https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ff8c708653d080007361b14/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVParanormal.us" tvg-name="Pluto TV Paranormal" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Paranormal +#EXTINF:-1 tvg-id="PlutoTVParanormal.us" tvg-name="Pluto TV Paranormal" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed9461b35690007a0bc3a/colorLogoPNG.png" group-title="Series",Pluto TV Paranormal https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=669&deviceId=5adf96e3e738977e2c31cb04&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVParanormal.us" tvg-name="Pluto TV Paranormal" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed9461b35690007a0bc3a/colorLogoPNG.png" group-title="",Pluto TV Paranormal +#EXTINF:-1 tvg-id="PlutoTVParanormal.us" tvg-name="Pluto TV Paranormal" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed9461b35690007a0bc3a/colorLogoPNG.png" group-title="Series",Pluto TV Paranormal 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="PlutoTVParanormal.us" tvg-name="Pluto TV Paranormal" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Paranormal +#EXTINF:-1 tvg-id="PlutoTVParanormal.us" tvg-name="Pluto TV Paranormal" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV Paranormal https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f98487036af340008da1e37/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=77386fa6-3401-11eb-8335-0242ac110002&deviceId=5f98487036af340008da1e37&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVParanormal.us" tvg-name="Pluto TV Paranormal" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5adf96e3e738977e2c31cb04/colorLogoPNG.png" group-title="",Pluto TV Paranormal +#EXTINF:-1 tvg-id="PlutoTVParanormal.us" tvg-name="Pluto TV Paranormal" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5adf96e3e738977e2c31cb04/colorLogoPNG.png" group-title="Series",Pluto TV Paranormal https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVParanormal.us" tvg-name="Pluto TV Paranormal" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d4af2ffa9506ab29cf38c38/colorLogoPNG.png" group-title="",Pluto TV Paranormal +#EXTINF:-1 tvg-id="PlutoTVParanormal.us" tvg-name="Pluto TV Paranormal" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d4af2ffa9506ab29cf38c38/colorLogoPNG.png" group-title="Series",Pluto TV Paranormal https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af2ffa9506ab29cf38c38/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVParanormal.us" tvg-name="Pluto TV Paranormal" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed9461b35690007a0bc3a/colorLogoPNG.png" group-title="",Pluto TV Paranormal +#EXTINF:-1 tvg-id="PlutoTVParanormal.us" tvg-name="Pluto TV Paranormal" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed9461b35690007a0bc3a/colorLogoPNG.png" group-title="Series",Pluto TV Paranormal https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed9461b35690007a0bc3a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Paranormal.us" tvg-name="Paranormal" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5f98487036af340008da1e37/colorLogoPNG.png" group-title="",Pluto TV Paranormal +#EXTINF:-1 tvg-id="Paranormal.us" tvg-name="Paranormal" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5f98487036af340008da1e37/colorLogoPNG.png" group-title="Series",Pluto TV Paranormal https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f98487036af340008da1e37/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVParanormalEngland.us" tvg-name="Pluto TV Paranormal (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Paranormal (England) +#EXTINF:-1 tvg-id="PlutoTVParanormalEngland.us" tvg-name="Pluto TV Paranormal (England)" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5adf96e3e738977e2c31cb04/colorLogoPNG.png" group-title="Series",Pluto TV Paranormal (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4af2ffa9506ab29cf38c38/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=216&deviceId=5d4af2ffa9506ab29cf38c38&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVPeleas.us" tvg-name="Pluto TV Peleas" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5e98b0447665f200078caded/colorLogoPNG.png" group-title="",Pluto TV Peleas https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e98b0447665f200078caded/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ebac65911406400078b8993/colorLogoPNG.png" group-title="",Pluto TV People are Awesome +#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ebac65911406400078b8993/colorLogoPNG.png" group-title="Series",Pluto TV People are Awesome 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="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed0720dc198000728f9d3/colorLogoPNG.png" group-title="",Pluto TV People are Awesome +#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed0720dc198000728f9d3/colorLogoPNG.png" group-title="Series",Pluto TV People are Awesome 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="PeopleAreAwesome.us" tvg-name="People Are Awesome" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e54169f4b9b25000994a303/colorLogoPNG.png" group-title="",Pluto TV People Are Awesome +#EXTINF:-1 tvg-id="PeopleAreAwesome.us" tvg-name="People Are Awesome" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e54169f4b9b25000994a303/colorLogoPNG.png" group-title="Series",Pluto TV People Are Awesome https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e54169f4b9b25000994a303/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PeopleareAWESOME.us" tvg-name="People are AWESOME" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5eb95c119dc712000741fa35/colorLogoPNG.png" group-title="",Pluto TV People are AWESOME https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb95c119dc712000741fa35/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5eb95d63b270fc0007c465e6/colorLogoPNG.png" group-title="",Pluto TV People are Awesome +#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5eb95d63b270fc0007c465e6/colorLogoPNG.png" group-title="Series",Pluto TV People are Awesome https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb95d63b270fc0007c465e6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1ac1780e94100007f94b3f/colorLogoPNG.png" group-title="",Pluto TV People are Awesome +#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1ac1780e94100007f94b3f/colorLogoPNG.png" group-title="Series",Pluto TV People are Awesome https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1780e94100007f94b3f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f515d080e738d000739e19c/colorLogoPNG.png" group-title="",Pluto TV People are Awesome +#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f515d080e738d000739e19c/colorLogoPNG.png" group-title="Series",Pluto TV People are Awesome https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515d080e738d000739e19c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed0720dc198000728f9d3/colorLogoPNG.png" group-title="",Pluto TV People are Awesome +#EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ed0720dc198000728f9d3/colorLogoPNG.png" group-title="Series",Pluto TV People are Awesome https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVPGATOUR.us" tvg-name="Pluto TV PGA TOUR" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV PGA TOUR +#EXTINF:-1 tvg-id="PlutoTVPGATOUR.us" tvg-name="Pluto TV PGA TOUR" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5de94dacb394a300099fa22a/colorLogoPNG.png" group-title="Sports",Pluto TV PGA TOUR https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de94dacb394a300099fa22a/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=713&deviceId=5de94dacb394a300099fa22a&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PGATOUR.us" tvg-name="PGA TOUR" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5de94dacb394a300099fa22a/colorLogoPNG.png" group-title="Sports",Pluto TV PGA TOUR https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5de94dacb394a300099fa22a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4567,21 +4557,21 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa82c1 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="PlusBelleLaVie.us" tvg-name="Plus Belle La Vie" tvg-country="US" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed5fba4ffb8000764ea01/colorLogoPNG.png" group-title="",Pluto TV Plus Belle La Vie https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed5fba4ffb8000764ea01/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVPluto80sRewind.us" tvg-name="Pluto TV Pluto 80s Rewind" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Pluto 80s Rewind +#EXTINF:-1 tvg-id="PlutoTVPluto80sRewind.us" tvg-name="Pluto TV Pluto 80s Rewind" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV Pluto 80s Rewind https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca525b650be2571e3943c63/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=95&deviceId=5ca525b650be2571e3943c63&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVPlutoActionSports.us" tvg-name="Pluto TV Pluto Action Sports" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Pluto Action Sports +#EXTINF:-1 tvg-id="PlutoTVPlutoActionSports.us" tvg-name="Pluto TV Pluto Action Sports" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",Pluto TV Pluto Action Sports https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5be1be871843b56328bc3ef1/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=8a1b4593-8596-4ff8-8720-2c3271ea36ca&deviceId=5be1be871843b56328bc3ef1&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVPlutoAdventureTV.us" tvg-name="Pluto TV Pluto Adventure TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Pluto Adventure TV +#EXTINF:-1 tvg-id="PlutoTVPlutoAdventureTV.us" tvg-name="Pluto TV Pluto Adventure TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV Pluto Adventure TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5938876b78d8d9c074c3c657/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=675&deviceId=5938876b78d8d9c074c3c657&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVPlutoAfterSchoolCartoons.us" tvg-name="Pluto TV Pluto After School Cartoons" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Pluto After School Cartoons +#EXTINF:-1 tvg-id="PlutoTVPlutoAfterSchoolCartoons.us" tvg-name="Pluto TV Pluto After School Cartoons" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Kids",Pluto TV Pluto After School Cartoons https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56171fafada51f8004c4b40f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=990&deviceId=56171fafada51f8004c4b40f&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVPlutoAllRealitybyWEtv.us" tvg-name="Pluto TV Pluto All Reality by WE tv" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Pluto All Reality by WE tv +#EXTINF:-1 tvg-id="PlutoTVPlutoAllRealitybyWEtv.us" tvg-name="Pluto TV Pluto All Reality by WE tv" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV Pluto All Reality by WE tv https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82530945600e0007ca076c/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=310&deviceId=5e82530945600e0007ca076c&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PLUTOTVENDIRECTOENVIVO.us" tvg-name="PLUTO.TV EN DIRECTO EN VIVO" tvg-country="US" tvg-language="English" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTPHfqOPcJ7PulwxLDzu1XhBJalePLqRJAVXA&usqp=CAU" group-title="",Pluto TV PLUTO.TV EN DIRECTO EN VIVO https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfcb229eff00091b6bdf/master.m3u8?deviceId=0&deviceVersion=0&appVersion=0&deviceType=0&deviceMake=0&sid=a6f8&deviceDNT=0&deviceModel=0 #EXTINF:-1 tvg-id="PLUTOTVENVIVO.us" tvg-name="PLUTO.TV EN VIVO" tvg-country="US" tvg-language="English" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTPHfqOPcJ7PulwxLDzu1XhBJalePLqRJAVXA&usqp=CAU" group-title="",Pluto TV PLUTO.TV EN VIVO https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?deviceId=0&deviceVersion=0&appVersion=0&deviceType=0&deviceMake=0&sid=9f61&deviceDNT=0&deviceModel=0 -#EXTINF:-1 tvg-id="PlutoTVpocketwatch.us" tvg-name="Pluto TV pocket.watch" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV pocket.watch +#EXTINF:-1 tvg-id="PlutoTVpocketwatch.us" tvg-name="Pluto TV pocket.watch" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dae0a40e8ee0d000975e99b/colorLogoPNG.png" group-title="",Pluto TV pocket.watch https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=993&deviceId=5dae0a40e8ee0d000975e99b&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="pocketwatch.us" tvg-name="pocket.watch" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dae0a40e8ee0d000975e99b/colorLogoPNG.png" group-title="",Pluto TV pocket.watch (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4589,87 +4579,87 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae0a40e https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e79c2f280389000077242a8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PortadosFundos.us" tvg-name="Porta dos Fundos" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f36f2346ede750007332d11/colorLogoPNG.png" group-title="",Pluto TV Porta dos Fundos https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f36f2346ede750007332d11/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVPrivacyPolicy.us" tvg-name="Pluto TV Privacy Policy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Privacy Policy +#EXTINF:-1 tvg-id="PlutoTVPrivacyPolicy.us" tvg-name="Pluto TV Privacy Policy" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b36abcddfb1f0729a3a7dab/colorLogoPNG.png" group-title="",Pluto TV Privacy Policy https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b36abcddfb1f0729a3a7dab/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=899&deviceId=5b36abcddfb1f0729a3a7dab&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PrivacyPolicy.us" tvg-name="Privacy Policy" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b36abcddfb1f0729a3a7dab/colorLogoPNG.png" group-title="",Pluto TV Privacy Policy https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b36abcddfb1f0729a3a7dab/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVProWrestling.us" tvg-name="Pluto TV Pro Wrestling" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5fac431fc1ffbc0007e6b6a7/colorLogoPNG.png" group-title="",Pluto TV Pro Wrestling +#EXTINF:-1 tvg-id="PlutoTVProWrestling.us" tvg-name="Pluto TV Pro Wrestling" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5fac431fc1ffbc0007e6b6a7/colorLogoPNG.png" group-title="Sports",Pluto TV Pro Wrestling https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fac431fc1ffbc0007e6b6a7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVPursuitUP.us" tvg-name="Pluto TV PursuitUP" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV PursuitUP +#EXTINF:-1 tvg-id="PlutoTVPursuitUP.us" tvg-name="Pluto TV PursuitUP" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV PursuitUP https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d486bed428fe37d8cadba45/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=756&deviceId=5d486bed428fe37d8cadba45&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="RealLife.us" tvg-name="Real Life" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1abdceddf6a20007f8ccd2/colorLogoPNG.png" group-title="",Pluto TV Real Life +#EXTINF:-1 tvg-id="RealLife.us" tvg-name="Real Life" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1abdceddf6a20007f8ccd2/colorLogoPNG.png" group-title="Series",Pluto TV Real Life https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abdceddf6a20007f8ccd2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING #EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" tvg-name="Pluto TV Realities ESP" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Realities ESP https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=953&deviceId=5d93b4d71754e6a4298d086e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" tvg-name="Pluto TV Realities ESP" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d93b4d71754e6a4298d086e/colorLogoPNG.png" group-title="",Pluto TV Realities ESP +#EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" tvg-name="Pluto TV Realities ESP" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d93b4d71754e6a4298d086e/colorLogoPNG.png" group-title="Series",Pluto TV Realities ESP https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVReality.us" tvg-name="Pluto TV Reality" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Reality +#EXTINF:-1 tvg-id="PlutoTVReality.us" tvg-name="Pluto TV Reality" tvg-country="US" tvg-language="" tvg-logo="https://images.pluto.tv/channels/5dcde197f6591d0009839e04/colorLogoPNG.png" group-title="Series",Pluto TV Reality https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8bf0b06d2d855ee15115e3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=275&deviceId=5d8bf0b06d2d855ee15115e3&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVReality.us" tvg-name="Pluto TV Reality" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde197f6591d0009839e04/colorLogoPNG.png" group-title="",Pluto TV Reality +#EXTINF:-1 tvg-id="PlutoTVReality.us" tvg-name="Pluto TV Reality" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde197f6591d0009839e04/colorLogoPNG.png" group-title="Series",Pluto TV Reality 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" tvg-name="Pluto TV Reality" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5bd8186d53ed2c6334ea0855/colorLogoPNG.png" group-title="",Pluto TV Reality +#EXTINF:-1 tvg-id="PlutoTVReality.us" tvg-name="Pluto TV Reality" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5bd8186d53ed2c6334ea0855/colorLogoPNG.png" group-title="Series",Pluto TV Reality https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd8186d53ed2c6334ea0855/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVReality.us" tvg-name="Pluto TV Reality" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d8bf0b06d2d855ee15115e3/colorLogoPNG.png" group-title="",Pluto TV Reality +#EXTINF:-1 tvg-id="PlutoTVReality.us" tvg-name="Pluto TV Reality" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d8bf0b06d2d855ee15115e3/colorLogoPNG.png" group-title="Series",Pluto TV Reality https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8bf0b06d2d855ee15115e3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVRescue911.us" tvg-name="Pluto TV Rescue 911" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Rescue 911 +#EXTINF:-1 tvg-id="PlutoTVRescue911.us" tvg-name="Pluto TV Rescue 911" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f21e831e9fe730007706acb/colorLogoPNG.png" group-title="Series",Pluto TV Rescue 911 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e831e9fe730007706acb/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=277&deviceId=5f21e831e9fe730007706acb&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="Rescue911.us" tvg-name="Rescue 911" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f21e831e9fe730007706acb/colorLogoPNG.png" group-title="",Pluto TV Rescue 911 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21e831e9fe730007706acb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVRetroDrama.us" tvg-name="Pluto TV Retro Drama" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Retro Drama +#EXTINF:-1 tvg-id="PlutoTVRetroDrama.us" tvg-name="Pluto TV Retro Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dde47b63585b500099f74ec/colorLogoPNG.png" group-title="Classic",Pluto TV Retro Drama https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dde47b63585b500099f74ec/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=5204e9ec-0585-11eb-a18c-0242ac110002&deviceId=5dde47b63585b500099f74ec&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="RetroDrama.us" tvg-name="Retro Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dde47b63585b500099f74ec/colorLogoPNG.png" group-title="",Pluto TV Retro Drama +#EXTINF:-1 tvg-id="RetroDrama.us" tvg-name="Retro Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dde47b63585b500099f74ec/colorLogoPNG.png" group-title="Classic",Pluto TV Retro Drama https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dde47b63585b500099f74ec/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVRetroDrama.us" tvg-name="Pluto TV Retro Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ddf91f19c2c3300098ce961/colorLogoPNG.png" group-title="",Pluto TV Retro Drama +#EXTINF:-1 tvg-id="PlutoTVRetroDrama.us" tvg-name="Pluto TV Retro Drama" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ddf91f19c2c3300098ce961/colorLogoPNG.png" group-title="Classic",Pluto TV Retro Drama https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf91f19c2c3300098ce961/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVRetroDramaEngland.us" tvg-name="Pluto TV Retro Drama (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Retro Drama (England) +#EXTINF:-1 tvg-id="PlutoTVRetroDramaEngland.us" tvg-name="Pluto TV Retro Drama (England)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Classic",Pluto TV Retro Drama (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf91f19c2c3300098ce961/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=415&deviceId=5ddf91f19c2c3300098ce961&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVRetroToons.us" tvg-name="Pluto TV Retro Toons" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Retro Toons +#EXTINF:-1 tvg-id="PlutoTVRetroToons.us" tvg-name="Pluto TV Retro Toons" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c2b9d8002db3c3e0b1c6d/colorLogoPNG.png" group-title="Kids",Pluto TV Retro Toons https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1c669094e0e80009b22ab8/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=886c7aee-0585-11eb-8b9f-0242ac110002&deviceId=5e1c669094e0e80009b22ab8&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVRetroToons.us" tvg-name="Pluto TV Retro Toons" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Retro Toons +#EXTINF:-1 tvg-id="PlutoTVRetroToons.us" tvg-name="Pluto TV Retro Toons" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c2b9d8002db3c3e0b1c6d/colorLogoPNG.png" group-title="Kids",Pluto TV Retro Toons https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1c669094e0e80009b22ab8/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=a8542c9b-0714-11eb-a18c-0242ac110002&deviceId=5e1c669094e0e80009b22ab8&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVRetroToons.us" tvg-name="Pluto TV Retro Toons" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c2b9d8002db3c3e0b1c6d/colorLogoPNG.png" group-title="",Pluto TV Retro Toons +#EXTINF:-1 tvg-id="PlutoTVRetroToons.us" tvg-name="Pluto TV Retro Toons" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c5c2b9d8002db3c3e0b1c6d/colorLogoPNG.png" group-title="Kids",Pluto TV Retro Toons https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c2b9d8002db3c3e0b1c6d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="RetroToons.us" tvg-name="Retro Toons" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e1c669094e0e80009b22ab8/colorLogoPNG.png" group-title="",Pluto TV Retro Toons +#EXTINF:-1 tvg-id="RetroToons.us" tvg-name="Retro Toons" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e1c669094e0e80009b22ab8/colorLogoPNG.png" group-title="Classic",Pluto TV Retro Toons https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1c669094e0e80009b22ab8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVRetro.us" tvg-name="Pluto TV Retrรด" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1212ad1728050007a523b8/colorLogoPNG.png" group-title="",Pluto TV Retrรด +#EXTINF:-1 tvg-id="PlutoTVRetro.us" tvg-name="Pluto TV Retrรด" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1212ad1728050007a523b8/colorLogoPNG.png" group-title="Classic",Pluto TV Retrรด https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1212ad1728050007a523b8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVRiffTrax.us" tvg-name="Pluto TV RiffTrax" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV RiffTrax +#EXTINF:-1 tvg-id="PlutoTVRiffTrax.us" tvg-name="Pluto TV RiffTrax" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/58d947b9e420d8656ee101ab/colorLogoPNG.png" group-title="",Pluto TV RiffTrax https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58d947b9e420d8656ee101ab/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=489&deviceId=58d947b9e420d8656ee101ab&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="RiffTrax.us" tvg-name="RiffTrax" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/58d947b9e420d8656ee101ab/colorLogoPNG.png" group-title="",Pluto TV RiffTrax https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58d947b9e420d8656ee101ab/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="RiffTrax.us" tvg-name="RiffTrax" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d4e7e738977e2c310937/colorLogoPNG.png" group-title="",Pluto TV RiffTrax https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d4e7e738977e2c310937/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVRoblox.us" tvg-name="Pluto TV Roblox" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Roblox +#EXTINF:-1 tvg-id="PlutoTVRoblox.us" tvg-name="Pluto TV Roblox" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV Roblox https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51dd5d369acdb278dfb05d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=816&deviceId=5d51dd5d369acdb278dfb05d&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVRockosModernLifeBrazil.us" tvg-name="Pluto TV Rockoโ€™s Modern Life (Brazil)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Rockoโ€™s Modern Life (Brazil) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f6df6293a12e10007017396/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=731&deviceId=5f6df6293a12e10007017396&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=-23.5475&deviceLon=-46.6361&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=BR&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVRomance.us" tvg-name="Pluto TV Romance" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Romance +#EXTINF:-1 tvg-id="PlutoTVRomance.us" tvg-name="Pluto TV Romance" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5a66795ef91fef2c7031c599/colorLogoPNG.png" group-title="Movies",Pluto TV Romance https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=70&deviceId=5a66795ef91fef2c7031c599&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVRomance.us" tvg-name="Pluto TV Romance" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Romance +#EXTINF:-1 tvg-id="PlutoTVRomance.us" tvg-name="Pluto TV Romance" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5a66795ef91fef2c7031c599/colorLogoPNG.png" group-title="Movies",Pluto TV Romance https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=b2e82991-0585-11eb-8b9f-0242ac110002&deviceId=5dc287ce3086a20009f5024c&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVRomance.us" tvg-name="Pluto TV Romance" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5a66795ef91fef2c7031c599/colorLogoPNG.png" group-title="",Pluto TV Romance +#EXTINF:-1 tvg-id="PlutoTVRomance.us" tvg-name="Pluto TV Romance" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5a66795ef91fef2c7031c599/colorLogoPNG.png" group-title="Movies",Pluto TV Romance https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVRomance.us" tvg-name="Pluto TV Romance" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d7677c0edace7cff8180b16/colorLogoPNG.png" group-title="",Pluto TV Romance +#EXTINF:-1 tvg-id="PlutoTVRomance.us" tvg-name="Pluto TV Romance" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d7677c0edace7cff8180b16/colorLogoPNG.png" group-title="Movies",Pluto TV Romance https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677c0edace7cff8180b16/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Romance.us" tvg-name="Romance" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc287ce3086a20009f5024c/colorLogoPNG.png" group-title="",Pluto TV Romance +#EXTINF:-1 tvg-id="Romance.us" tvg-name="Romance" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc287ce3086a20009f5024c/colorLogoPNG.png" group-title="Movies",Pluto TV Romance https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVRomanceEngland.us" tvg-name="Pluto TV Romance (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Romance (England) +#EXTINF:-1 tvg-id="PlutoTVRomanceEngland.us" tvg-name="Pluto TV Romance (England)" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5a66795ef91fef2c7031c599/colorLogoPNG.png" group-title="Movies",Pluto TV Romance (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7677c0edace7cff8180b16/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=57&deviceId=5d7677c0edace7cff8180b16&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="RugratsCrecidos.us" tvg-name="Rugrats Crecidos" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ea7215005d66d0007e8128a/colorLogoPNG.png" group-title="",Pluto TV Rugrats Crecidos +#EXTINF:-1 tvg-id="RugratsCrecidos.us" tvg-name="Rugrats Crecidos" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ea7215005d66d0007e8128a/colorLogoPNG.png" group-title="Kids",Pluto TV Rugrats Crecidos 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" tvg-name="Pluto TV Sabrina" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Sabrina +#EXTINF:-1 tvg-id="PlutoTVSabrina.us" tvg-name="Pluto TV Sabrina" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5a66795ef91fef2c7031c599/colorLogoPNG.png" group-title="",Pluto TV Sabrina https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbc327d0451770009ed7577/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=4aa698a0-0715-11eb-aeab-0242ac110002&deviceId=5dbc327d0451770009ed7577&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="Sabrina.us" tvg-name="Sabrina" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dbc327d0451770009ed7577/colorLogoPNG.png" group-title="",Pluto TV Sabrina +#EXTINF:-1 tvg-id="Sabrina.us" tvg-name="Sabrina" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5a66795ef91fef2c7031c599/colorLogoPNG.png" group-title="Series",Pluto TV Sabrina https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc327d0451770009ed7577/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="SabrinaTeenageWitch.us" tvg-name="Sabrina Teenage Witch" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d94a5451754e6a4298d1059/colorLogoPNG.png" group-title="",Pluto TV Sabrina Teenage Witch https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d94a5451754e6a4298d1059/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="SamCat.us" tvg-name="Sam & Cat" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b5ba20af628000707cee3/colorLogoPNG.png" group-title="",Pluto TV Sam & Cat https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5ba20af628000707cee3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSanctuary.us" tvg-name="Pluto TV Sanctuary" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Sanctuary +#EXTINF:-1 tvg-id="PlutoTVSanctuary.us" tvg-name="Pluto TV Sanctuary" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e7de99bc5200300072e971a/colorLogoPNG.png" group-title="",Pluto TV Sanctuary https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7de99bc5200300072e971a/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=e6fbc174-0585-11eb-9b92-0242ac110002&deviceId=5e7de99bc5200300072e971a&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="Sanctuary.us" tvg-name="Sanctuary" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e7de99bc5200300072e971a/colorLogoPNG.png" group-title="",Pluto TV Sanctuary https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e7de99bc5200300072e971a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSciFi.us" tvg-name="Pluto TV Sci-Fi" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Sci-Fi +#EXTINF:-1 tvg-id="PlutoTVSciFi.us" tvg-name="Pluto TV Sci-Fi" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f2817d3d7573a00080f9175/colorLogoPNG.png" group-title="",Pluto TV Sci-Fi https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=151&deviceId=5b4fc274694c027be6ed3eea&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVSciFi.us" tvg-name="Pluto TV Sci-Fi" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f2817d3d7573a00080f9175/colorLogoPNG.png" group-title="",Pluto TV Sci-Fi 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= @@ -4677,9 +4667,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2817d3d7573a0008 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVSciFi.us" tvg-name="Pluto TV Sci-Fi" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc02a44a9518600094273ac/colorLogoPNG.png" group-title="",Pluto TV Sci-Fi https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc02a44a9518600094273ac/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSciFi.us" tvg-name="Pluto TV Sci-Fi" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f6a38eaa5b68b0007a00e7a/colorLogoPNG.png" group-title="",Pluto TV Sci-Fi +#EXTINF:-1 tvg-id="PlutoTVSciFi.us" tvg-name="Pluto TV Sci-Fi" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f6a38eaa5b68b0007a00e7a/colorLogoPNG.png" group-title="Science",Pluto TV Sci-Fi https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6a38eaa5b68b0007a00e7a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="PlutoTVScience.us" tvg-name="Pluto TV Science" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Science +#EXTINF:-1 tvg-id="PlutoTVScience.us" tvg-name="Pluto TV Science" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/563a970aa1a1f7fe7c9daad7/colorLogoPNG.png" group-title="Science",Pluto TV Science https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/563a970aa1a1f7fe7c9daad7/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=672&deviceId=563a970aa1a1f7fe7c9daad7&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVScience.us" tvg-name="Pluto TV Science" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/563a970aa1a1f7fe7c9daad7/colorLogoPNG.png" group-title="Science",Pluto TV Science https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/563a970aa1a1f7fe7c9daad7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4697,27 +4687,27 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f9853138 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd837642c6e9300098ad484/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVSeriesRetro.us" tvg-name="Pluto TV Series Retro" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5de802659167b10009e7deba/colorLogoPNG.png" group-title="",Pluto TV Series Retro https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de802659167b10009e7deba/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVSherlock.us" tvg-name="Pluto TV Sherlock" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc2c00abfed110009d97243/colorLogoPNG.png" group-title="",Pluto TV Sherlock +#EXTINF:-1 tvg-id="PlutoTVSherlock.us" tvg-name="Pluto TV Sherlock" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc2c00abfed110009d97243/colorLogoPNG.png" group-title="Series",Pluto TV Sherlock https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2c00abfed110009d97243/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVShoutFactoryTV.us" tvg-name="Pluto TV Shout! Factory TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Shout! Factory TV +#EXTINF:-1 tvg-id="PlutoTVShoutFactoryTV.us" tvg-name="Pluto TV Shout! Factory TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV Shout! Factory TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/55a6a3275616b6240c26f393/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=542&deviceId=55a6a3275616b6240c26f393&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="ShowtimeSelect.us" tvg-name="Showtime Select" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f988934a507de00075d9ae7/colorLogoPNG.png" group-title="",Pluto TV Showtime Select https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f988934a507de00075d9ae7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSitcoms.us" tvg-name="Pluto TV Sitcoms" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Sitcoms +#EXTINF:-1 tvg-id="PlutoTVSitcoms.us" tvg-name="Pluto TV Sitcoms" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d767ab2b456c8cf265ce921/colorLogoPNG.png" group-title="",Pluto TV Sitcoms https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=7e35daaa-06ef-11eb-9df2-0242ac110002&deviceId=5d767ab2b456c8cf265ce921&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="Sitcoms.us" tvg-name="Sitcoms" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d767ab2b456c8cf265ce921/colorLogoPNG.png" group-title="",Pluto TV Sitcoms https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.us" tvg-name="Pluto TV Sitcoms (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Sitcoms (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=405&deviceId=5d767ab2b456c8cf265ce921&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVSitcomsPlus.us" tvg-name="Pluto TV Sitcoms+" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Sitcoms+ +#EXTINF:-1 tvg-id="PlutoTVSitcomsPlus.us" tvg-name="Pluto TV Sitcoms+" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV Sitcoms+ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cd149f021cb6c55e258bbe8/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=375760ce-ac7c-4306-818c-98562edc8da5&deviceId=5cd149f021cb6c55e258bbe8&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="SkillsPlusThrills.us" tvg-name="Skills + Thrills" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/6000a6f4c3f8550008fc9b91/colorLogoPNG.png" group-title="",Pluto TV Skills + Thrills https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6000a6f4c3f8550008fc9b91/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSlightlyOffByIFC.us" tvg-name="Pluto TV Slightly Off By IFC" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Slightly Off By IFC +#EXTINF:-1 tvg-id="PlutoTVSlightlyOffByIFC.us" tvg-name="Pluto TV Slightly Off By IFC" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e82547b6b3df60007fec2b5/colorLogoPNG.png" group-title="",Pluto TV Slightly Off By IFC https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82547b6b3df60007fec2b5/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=458&deviceId=5e82547b6b3df60007fec2b5&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="SlightlyOffByIFC.us" tvg-name="Slightly Off By IFC" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e82547b6b3df60007fec2b5/colorLogoPNG.png" group-title="",Pluto TV Slightly Off By IFC https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82547b6b3df60007fec2b5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSlowTV.us" tvg-name="Pluto TV Slow TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Slow TV +#EXTINF:-1 tvg-id="PlutoTVSlowTV.us" tvg-name="Pluto TV Slow TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5317bfebff98025b3200ff99/colorLogoPNG.png" group-title="",Pluto TV Slow TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5317bfebff98025b3200ff99/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=696&deviceId=5317bfebff98025b3200ff99&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="SlowTV.us" tvg-name="Slow TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5317bfebff98025b3200ff99/colorLogoPNG.png" group-title="",Pluto TV Slow TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5317bfebff98025b3200ff99/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4727,29 +4717,29 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d765a05f https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21ea08007a49000762d349/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVSpace.us" tvg-name="Pluto TV Space" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dbc2f98777f2e0009934ae7/colorLogoPNG.png" group-title="Science",Pluto TV Space https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc2f98777f2e0009934ae7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSpikeAventura.us" tvg-name="Pluto TV Spike Aventura" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Spike Aventura +#EXTINF:-1 tvg-id="PlutoTVSpikeAventura.us" tvg-name="Pluto TV Spike Aventura" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d8d11baeb31c5a43b77bf59/colorLogoPNG.png" group-title="",Pluto TV Spike Aventura https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d11baeb31c5a43b77bf59/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=950&deviceId=5d8d11baeb31c5a43b77bf59&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="SpikeAventura.us" tvg-name="Spike Aventura" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5d8d11baeb31c5a43b77bf59/colorLogoPNG.png" group-title="",Pluto TV Spike Aventura https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d11baeb31c5a43b77bf59/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSpikeOutdoors.us" tvg-name="Pluto TV Spike Outdoors" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Spike Outdoors +#EXTINF:-1 tvg-id="PlutoTVSpikeOutdoors.us" tvg-name="Pluto TV Spike Outdoors" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c393cad2de254456f7ef8c2/colorLogoPNG.png" group-title="Outdoor",Pluto TV Spike Outdoors https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c393cad2de254456f7ef8c2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=291&deviceId=5c393cad2de254456f7ef8c2&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="SpikeOutdoors.us" tvg-name="Spike Outdoors" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c393cad2de254456f7ef8c2/colorLogoPNG.png" group-title="Outdoor",Pluto TV Spike Outdoors https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c393cad2de254456f7ef8c2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSpikePlutoTV.us" tvg-name="Pluto TV Spike Pluto TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Spike Pluto TV +#EXTINF:-1 tvg-id="PlutoTVSpikePlutoTV.us" tvg-name="Pluto TV Spike Pluto TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812bcc8237a6ff45d16c407/colorLogoPNG.png" group-title="",Pluto TV Spike Pluto TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bcc8237a6ff45d16c407/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=290&deviceId=5812bcc8237a6ff45d16c407&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="SpikePlutoTV.us" tvg-name="Spike Pluto TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812bcc8237a6ff45d16c407/colorLogoPNG.png" group-title="",Pluto TV Spike Pluto TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bcc8237a6ff45d16c407/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopfGermany.us" tvg-name="Pluto TV SpongeBob Schwammkopf (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV SpongeBob Schwammkopf (Germany) +#EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopfGermany.us" tvg-name="Pluto TV SpongeBob Schwammkopf (Germany)" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d00e8adaab96b5635b2a005/colorLogoPNG.png" group-title="",Pluto TV SpongeBob Schwammkopf (Germany) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=248&deviceId=5d00e8adaab96b5635b2a005&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=51.2993&deviceLon=9.4910&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopfnick.us" tvg-name="Pluto TV SpongeBob Schwammkopf nick" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV SpongeBob Schwammkopf nick +#EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopfnick.us" tvg-name="Pluto TV SpongeBob Schwammkopf nick" tvg-country="US" tvg-language="" tvg-logo="https://images.pluto.tv/channels/5d00e8adaab96b5635b2a005/colorLogoPNG.png" group-title="Kids",Pluto TV SpongeBob Schwammkopf nick https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=715c465f-0715-11eb-a18c-0242ac110002&deviceId=5d00e8adaab96b5635b2a005&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="SpongeBobSchwammkopfnick.us" tvg-name="SpongeBob Schwammkopf nick" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5d00e8adaab96b5635b2a005/colorLogoPNG.png" group-title="",Pluto TV SpongeBob Schwammkopf nick +#EXTINF:-1 tvg-id="SpongeBobSchwammkopfnick.us" tvg-name="SpongeBob Schwammkopf nick" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5d00e8adaab96b5635b2a005/colorLogoPNG.png" group-title="Kids",Pluto TV SpongeBob Schwammkopf nick https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSPORTBeINSportsXtra.us" tvg-name="Pluto TV SPORT : BeIN Sports Xtra" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV SPORT : BeIN Sports Xtra +#EXTINF:-1 tvg-id="PlutoTVSPORTBeINSportsXtra.us" tvg-name="Pluto TV SPORT : BeIN Sports Xtra" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",Pluto TV SPORT : BeIN Sports Xtra https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df975e2b27cf5000921c102/master.m3u8?deviceType=web&deviceMake=Opera&deviceModel=Opera&sid=855d6801-c912-428d-b620-ede4dd0c3b15&deviceId=b702181a-c1d6-4ee2-9481-753f471e2ce7&deviceVersion=66.0.3515.44&appVersion=2.9.3-b879e400d5df7a969d4bff8863fe5cb02c7120e6&deviceDNT=0&userId=&advertisingId=&deviceLat=40.8364&deviceLon=-74.1403&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&serverSideAds=tr -#EXTINF:-1 tvg-id="PlutoTVSports.us" tvg-name="Pluto TV Sports" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Sports +#EXTINF:-1 tvg-id="PlutoTVSports.us" tvg-name="Pluto TV Sports" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/56340779a738201b4ccfeac9/colorLogoPNG.png" group-title="Sports",Pluto TV Sports https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56340779a738201b4ccfeac9/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=725&deviceId=56340779a738201b4ccfeac9&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVSports.us" tvg-name="Pluto TV Sports" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Sports +#EXTINF:-1 tvg-id="PlutoTVSports.us" tvg-name="Pluto TV Sports" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/56340779a738201b4ccfeac9/colorLogoPNG.png" group-title="Sports",Pluto TV Sports https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=b22749b0-ca0e-4663-8bb3-d83febbbb89f&deviceId=5ad9bb941b95267e225e59c2&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVSports.us" tvg-name="Pluto TV Sports" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/56340779a738201b4ccfeac9/colorLogoPNG.png" group-title="Sports",Pluto TV Sports https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56340779a738201b4ccfeac9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4757,63 +4747,63 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56340779a https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVSports.us" tvg-name="Pluto TV Sports" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d7677fa2ec536ce1d587eeb/colorLogoPNG.png" group-title="Sports",Pluto TV Sports https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677fa2ec536ce1d587eeb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSportsEngland.us" tvg-name="Pluto TV Sports (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Sports (England) +#EXTINF:-1 tvg-id="PlutoTVSportsEngland.us" tvg-name="Pluto TV Sports (England)" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d7677fa2ec536ce1d587eeb/colorLogoPNG.png" group-title="Sports",Pluto TV Sports (England) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7677fa2ec536ce1d587eeb/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=607&deviceId=5d7677fa2ec536ce1d587eeb&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVSpotlight.us" tvg-name="Pluto TV Spotlight" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Spotlight +#EXTINF:-1 tvg-id="PlutoTVSpotlight.us" tvg-name="Pluto TV Spotlight" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/5ba3fb9c4b078e0f37ad34e8/colorLogoPNG.png" group-title="",Pluto TV Spotlight https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ba3fb9c4b078e0f37ad34e8/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=51&deviceId=5ba3fb9c4b078e0f37ad34e8&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVSpotlight.us" tvg-name="Pluto TV Spotlight" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ba3fb9c4b078e0f37ad34e8/colorLogoPNG.png" group-title="Movies",Pluto TV Spotlight https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ba3fb9c4b078e0f37ad34e8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVStadium.us" tvg-name="Pluto TV Stadium" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Stadium +#EXTINF:-1 tvg-id="PlutoTVStadium.us" tvg-name="Pluto TV Stadium" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV Stadium https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59974b6d7ec5063cb56f24c9/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=748&deviceId=59974b6d7ec5063cb56f24c9&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVStaffPicks.us" tvg-name="Pluto TV Staff Picks" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f4d863b98b41000076cd061/colorLogoPNG.png" group-title="",Pluto TV Staff Picks https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d863b98b41000076cd061/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVStandUp.us" tvg-name="Pluto TV Stand Up" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d135e29a52c94dfe543c5d3/colorLogoPNG.png" group-title="Comedy",Pluto TV Stand Up https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d135e29a52c94dfe543c5d3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVStandUpTV.us" tvg-name="Pluto TV Stand-Up TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Stand-Up TV +#EXTINF:-1 tvg-id="PlutoTVStandUpTV.us" tvg-name="Pluto TV Stand-Up TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5637d31f319573e26b64040b/colorLogoPNG.png" group-title="Comedy",Pluto TV Stand-Up TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5637d31f319573e26b64040b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=468&deviceId=5637d31f319573e26b64040b&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="StandUpTV.us" tvg-name="Stand-Up TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5637d31f319573e26b64040b/colorLogoPNG.png" group-title="Comedy",Pluto TV Stand-Up TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5637d31f319573e26b64040b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVStarTrek.us" tvg-name="Pluto TV Star Trek" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Star Trek +#EXTINF:-1 tvg-id="PlutoTVStarTrek.us" tvg-name="Pluto TV Star Trek" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5efbd39f8c4ce900075d7698/colorLogoPNG.png" group-title="Series",Pluto TV Star Trek https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efbd39f8c4ce900075d7698/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=150&deviceId=5efbd39f8c4ce900075d7698&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="StarTrek.us" tvg-name="Star Trek" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5efbd39f8c4ce900075d7698/colorLogoPNG.png" group-title="Series",Pluto TV Star Trek https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd39f8c4ce900075d7698/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVStorageWars.us" tvg-name="Pluto TV Storage Wars" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Storage Wars +#EXTINF:-1 tvg-id="PlutoTVStorageWars.us" tvg-name="Pluto TV Storage Wars" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ede464e7be0030007c58b73/colorLogoPNG.png" group-title="Series",Pluto TV Storage Wars https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede464e7be0030007c58b73/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=5922d945-0586-11eb-a59f-0242ac110002&deviceId=5ede464e7be0030007c58b73&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="StorageWars.us" tvg-name="Storage Wars" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5ede464e7be0030007c58b73/colorLogoPNG.png" group-title="Series",Pluto TV Storage Wars https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede464e7be0030007c58b73/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVStoriesbyAMC.us" tvg-name="Pluto TV Stories by AMC" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Stories by AMC +#EXTINF:-1 tvg-id="PlutoTVStoriesbyAMC.us" tvg-name="Pluto TV Stories by AMC" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e8254118601b80007b4b7ae/colorLogoPNG.png" group-title="",Pluto TV Stories by AMC https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=135&deviceId=5e8254118601b80007b4b7ae&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="StoriesbyAMC.us" tvg-name="Stories by AMC" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e8254118601b80007b4b7ae/colorLogoPNG.png" group-title="",Pluto TV Stories by AMC https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVStrongman.us" tvg-name="Pluto TV Strongman" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Strongman +#EXTINF:-1 tvg-id="PlutoTVStrongman.us" tvg-name="Pluto TV Strongman" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5bd81b1053ed2c6334ea0856/colorLogoPNG.png" group-title="Series",Pluto TV Strongman https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1452156c07b50009d0230e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=abec40e3-86b9-48b6-981d-dc5eeecc6cf9&deviceId=5e1452156c07b50009d0230e&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="Strongman.us" tvg-name="Strongman" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5bd81b1053ed2c6334ea0856/colorLogoPNG.png" group-title="",Pluto TV Strongman +#EXTINF:-1 tvg-id="Strongman.us" tvg-name="Strongman" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5bd81b1053ed2c6334ea0856/colorLogoPNG.png" group-title="Series",Pluto TV Strongman https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd81b1053ed2c6334ea0856/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Strongman.us" tvg-name="Strongman" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e1452156c07b50009d0230e/colorLogoPNG.png" group-title="",Pluto TV Strongman +#EXTINF:-1 tvg-id="Strongman.us" tvg-name="Strongman" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e1452156c07b50009d0230e/colorLogoPNG.png" group-title="Series",Pluto TV Strongman https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1452156c07b50009d0230e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSurf.us" tvg-name="Pluto TV Surf" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Surf +#EXTINF:-1 tvg-id="PlutoTVSurf.us" tvg-name="Pluto TV Surf" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d1ce51dbaca4afdb7abfe5f/colorLogoPNG.png" group-title="",Pluto TV Surf https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d1ce51dbaca4afdb7abfe5f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=abec40e3-86b9-48b6-981d-dc5eeecc6cf9&deviceId=5d1ce51dbaca4afdb7abfe5f&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVSurf.us" tvg-name="Pluto TV Surf" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d1ce51dbaca4afdb7abfe5f/colorLogoPNG.png" group-title="",Pluto TV Surf https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d1ce51dbaca4afdb7abfe5f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSurvivor.us" tvg-name="Pluto TV Survivor" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Survivor +#EXTINF:-1 tvg-id="PlutoTVSurvivor.us" tvg-name="Pluto TV Survivor" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f21e7b24744c60007c1f6fc/colorLogoPNG.png" group-title="Series",Pluto TV Survivor https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e7b24744c60007c1f6fc/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=296&deviceId=5f21e7b24744c60007c1f6fc&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="Survivor.us" tvg-name="Survivor" tvg-country="US" tvg-language="Englsih" tvg-logo="http://images.pluto.tv/channels/5f21e7b24744c60007c1f6fc/colorLogoPNG.png" group-title="",Pluto TV Survivor +#EXTINF:-1 tvg-id="Survivor.us" tvg-name="Survivor" tvg-country="US" tvg-language="Englsih" tvg-logo="http://images.pluto.tv/channels/5f21e7b24744c60007c1f6fc/colorLogoPNG.png" group-title="Series",Pluto TV Survivor https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21e7b24744c60007c1f6fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVSuspense.us" tvg-name="Pluto TV Suspense" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Suspense +#EXTINF:-1 tvg-id="PlutoTVSuspense.us" tvg-name="Pluto TV Suspense" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f15e281b0b8840007324b55/colorLogoPNG.png" group-title="",Pluto TV Suspense https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e281b0b8840007324b55/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=149&deviceId=5f15e281b0b8840007324b55&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVSuspense.us" tvg-name="Pluto TV Suspense" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f15e281b0b8840007324b55/colorLogoPNG.png" group-title="",Pluto TV Suspense https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e281b0b8840007324b55/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVSeries.us" tvg-name="Pluto TV Sรฉries" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f121262a189a800076b9386/colorLogoPNG.png" group-title="",Pluto TV Sรฉries https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121262a189a800076b9386/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5fd1419a3b4f4b000773ba85/colorLogoPNG.png" group-title="",Pluto TV Tastemade (720p) +#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5fd1419a3b4f4b000773ba85/colorLogoPNG.png" group-title="Cooking",Pluto TV Tastemade (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd1419a3b4f4b000773ba85/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTBN.us" tvg-name="Pluto TV TBN" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV TBN +#EXTINF:-1 tvg-id="PlutoTVTBN.us" tvg-name="Pluto TV TBN" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d486b2eeddd9576d66f9066/colorLogoPNG.png" group-title="",Pluto TV TBN https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d486b2eeddd9576d66f9066/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=644&deviceId=5d486b2eeddd9576d66f9066&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="TBN.us" tvg-name="TBN" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d486b2eeddd9576d66f9066/colorLogoPNG.png" group-title="",Pluto TV TBN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d486b2eeddd9576d66f9066/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVTeen.us" tvg-name="Pluto TV Teen" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dd6de52b9914200091f047a/colorLogoPNG.png" group-title="Kids",Pluto TV Teen 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="PlutoTVTeennick.us" tvg-name="Pluto TV Teen nick" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Teen nick +#EXTINF:-1 tvg-id="PlutoTVTeennick.us" tvg-name="Pluto TV Teen nick" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f0d668b872e4400073acc68/colorLogoPNG.png" group-title="Kids",Pluto TV Teen nick https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f0d668b872e4400073acc68/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=9c22837c-0715-11eb-9b92-0242ac110002&deviceId=5f0d668b872e4400073acc68&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="Teennick.us" tvg-name="Teen nick" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5f0d668b872e4400073acc68/colorLogoPNG.png" group-title="Kids",Pluto TV Teen nick https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0d668b872e4400073acc68/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4827,7 +4817,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60016a60a https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91cf02fc07c0009910465/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="TelefeNoticias.us" tvg-name="Telefe Noticias" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f523aa5523ae000074745ec/colorLogoPNG.png" group-title="",Pluto TV Telefe Noticias (720p) 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="PlutoTVTelemundoTelenovelas.us" tvg-name="Pluto TV Telemundo Telenovelas" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Telemundo Telenovelas +#EXTINF:-1 tvg-id="PlutoTVTelemundoTelenovelas.us" tvg-name="Pluto TV Telemundo Telenovelas" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/5cf96cc422df39f1a338d165/colorLogoPNG.png" group-title="",Pluto TV Telemundo Telenovelas https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96cc422df39f1a338d165/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=940&deviceId=5cf96cc422df39f1a338d165&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="TelemundoTelenovelas.us" tvg-name="Telemundo Telenovelas" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5cf96cc422df39f1a338d165/colorLogoPNG.png" group-title="",Pluto TV Telemundo Telenovelas https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96cc422df39f1a338d165/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4835,15 +4825,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96cc42 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="PlutoTVTelenovela.us" tvg-name="Pluto TV Telenovela" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f914f9dccb4de0007df8bc4/colorLogoPNG.png" group-title="",Pluto TV Telenovela https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f9dccb4de0007df8bc4/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTerror.us" tvg-name="Pluto TV Terror" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Terror +#EXTINF:-1 tvg-id="PlutoTVTerror.us" tvg-name="Pluto TV Terror" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c6dc88fcd232425a6e0f06e/colorLogoPNG.png" group-title="",Pluto TV Terror https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=76&deviceId=5c6dc88fcd232425a6e0f06e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVTerror.us" tvg-name="Pluto TV Terror" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c6dc88fcd232425a6e0f06e/colorLogoPNG.png" group-title="",Pluto TV Terror https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTheAddamsFamily.us" tvg-name="Pluto TV The Addams Family" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV The Addams Family +#EXTINF:-1 tvg-id="PlutoTVTheAddamsFamily.us" tvg-name="Pluto TV The Addams Family" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d81607ab737153ea3c1c80e/colorLogoPNG.png" group-title="Series",Pluto TV The Addams Family https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d81607ab737153ea3c1c80e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=511&deviceId=5d81607ab737153ea3c1c80e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="TheAddamsFamily.us" tvg-name="The Addams Family" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d81607ab737153ea3c1c80e/colorLogoPNG.png" group-title="Series",Pluto TV The Addams Family https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d81607ab737153ea3c1c80e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTheAmazingRace.us" tvg-name="Pluto TV The Amazing Race" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV The Amazing Race +#EXTINF:-1 tvg-id="PlutoTVTheAmazingRace.us" tvg-name="Pluto TV The Amazing Race" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f21e8a6e2f12b000755afdb/colorLogoPNG.png" group-title="Series",Pluto TV The Amazing Race https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e8a6e2f12b000755afdb/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=297&deviceId=5f21e8a6e2f12b000755afdb&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="TheAmazingRace.us" tvg-name="The Amazing Race" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f21e8a6e2f12b000755afdb/colorLogoPNG.png" group-title="Series",Pluto TV The Amazing Race https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21e8a6e2f12b000755afdb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4855,109 +4845,109 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c45f0427 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cc81e793798650e4f7d9fd3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="TheBobRossChannel.us" tvg-name="The Bob Ross Channel" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ef396d1be50a3000722808b/colorLogoPNG.png" group-title="Series",Pluto TV The Bob Ross Channel (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f36d726234ce10007784f2a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTheCarolBurnettShow.us" tvg-name="Pluto TV The Carol Burnett Show" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV The Carol Burnett Show +#EXTINF:-1 tvg-id="PlutoTVTheCarolBurnettShow.us" tvg-name="Pluto TV The Carol Burnett Show" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ef396d1be50a3000722808b/colorLogoPNG.png" group-title="Classic",Pluto TV The Carol Burnett Show https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef396d1be50a3000722808b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=516&deviceId=5ef396d1be50a3000722808b&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="TheCarolBurnettShow.us" tvg-name="The Carol Burnett Show" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ef396d1be50a3000722808b/colorLogoPNG.png" group-title="Classic",Pluto TV The Carol Burnett Show https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ef396d1be50a3000722808b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTheChallenge.us" tvg-name="Pluto TV The Challenge" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV The Challenge +#EXTINF:-1 tvg-id="PlutoTVTheChallenge.us" tvg-name="Pluto TV The Challenge" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d48685da7e9f476aa8a1888/colorLogoPNG.png" group-title="Series",Pluto TV The Challenge https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d48685da7e9f476aa8a1888/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=298&deviceId=5d48685da7e9f476aa8a1888&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="TheChallenge.us" tvg-name="The Challenge" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d48685da7e9f476aa8a1888/colorLogoPNG.png" group-title="",Pluto TV The Challenge +#EXTINF:-1 tvg-id="TheChallenge.us" tvg-name="The Challenge" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d48685da7e9f476aa8a1888/colorLogoPNG.png" group-title="Series",Pluto TV The Challenge https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48685da7e9f476aa8a1888/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="TheDesignNetwork.us" tvg-name="The Design Network" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f4ff8c8bcf3d600078af3eb/colorLogoPNG.png" group-title="",Pluto TV The Design Network (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4ff8c8bcf3d600078af3eb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTheFirst.us" tvg-name="Pluto TV The First" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV The First +#EXTINF:-1 tvg-id="PlutoTVTheFirst.us" tvg-name="Pluto TV The First" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV The First https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d486acc34ceb37d3c458a64/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=244&deviceId=5d486acc34ceb37d3c458a64&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="TheLoveBoat.us" tvg-name="The Love Boat" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f7794a788d29000079d2f07/colorLogoPNG.png" group-title="Classic",Pluto TV The Love Boat https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7794a788d29000079d2f07/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTheNewDetectives.us" tvg-name="Pluto TV The New Detectives" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV The New Detectives +#EXTINF:-1 tvg-id="PlutoTVTheNewDetectives.us" tvg-name="Pluto TV The New Detectives" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ea71d48af1d0b0007d837f4/colorLogoPNG.png" group-title="Series",Pluto TV The New Detectives https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5aea40b35126c2157123aa64/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=376&deviceId=5aea40b35126c2157123aa64&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="TheNewDetectives.us" tvg-name="The New Detectives" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ea71d48af1d0b0007d837f4/colorLogoPNG.png" group-title="",Pluto TV The New Detectives +#EXTINF:-1 tvg-id="TheNewDetectives.us" tvg-name="The New Detectives" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ea71d48af1d0b0007d837f4/colorLogoPNG.png" group-title="Series",Pluto TV The New Detectives 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" tvg-name="The New Detectives" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5aea40b35126c2157123aa64/colorLogoPNG.png" group-title="",Pluto TV The New Detectives +#EXTINF:-1 tvg-id="TheNewDetectives.us" tvg-name="The New Detectives" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5aea40b35126c2157123aa64/colorLogoPNG.png" group-title="Series",Pluto TV The New Detectives https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="TheNewDetectives.us" tvg-name="The New Detectives" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e393d5c696b3b0009775c8b/colorLogoPNG.png" group-title="",Pluto TV The New Detectives +#EXTINF:-1 tvg-id="TheNewDetectives.us" tvg-name="The New Detectives" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e393d5c696b3b0009775c8b/colorLogoPNG.png" group-title="Series",Pluto TV The New Detectives https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e393d5c696b3b0009775c8b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ebacbcae43a6d000787b88e/colorLogoPNG.png" group-title="",Pluto TV The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ebacbcae43a6d000787b88e/colorLogoPNG.png" group-title="Series",Pluto TV The Pet Collective 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" tvg-name="The Pet Collective" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ecd336d64c9000754cdf1/colorLogoPNG.png" group-title="",Pluto TV The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ecd336d64c9000754cdf1/colorLogoPNG.png" group-title="Series",Pluto TV The Pet Collective 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" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d819e738977e2c31096a/colorLogoPNG.png" group-title="",Pluto TV The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d819e738977e2c31096a/colorLogoPNG.png" group-title="Series",Pluto TV The Pet Collective https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d819e738977e2c31096a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5b4f5a07694c027be6ed1417/colorLogoPNG.png" group-title="",Pluto TV The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5b4f5a07694c027be6ed1417/colorLogoPNG.png" group-title="Series",Pluto TV The Pet Collective https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4f5a07694c027be6ed1417/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bb1ad55268cae539bcedb08/colorLogoPNG.png" group-title="",Pluto TV The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bb1ad55268cae539bcedb08/colorLogoPNG.png" group-title="Series",Pluto TV The Pet Collective https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1abf097eb06300079b30f7/colorLogoPNG.png" group-title="",Pluto TV The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1abf097eb06300079b30f7/colorLogoPNG.png" group-title="Series",Pluto TV The Pet Collective https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf097eb06300079b30f7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING -#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f515ebac01c0f00080e8439/colorLogoPNG.png" group-title="",Pluto TV The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f515ebac01c0f00080e8439/colorLogoPNG.png" group-title="Series",Pluto TV The Pet Collective https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515ebac01c0f00080e8439/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecd336d64c9000754cdf1/colorLogoPNG.png" group-title="",Pluto TV The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecd336d64c9000754cdf1/colorLogoPNG.png" group-title="Series",Pluto TV The Pet Collective https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="ThePriceisRight.us" tvg-name="The Price is Right" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f7791b8372da90007fd45e6/colorLogoPNG.png" group-title="",Pluto TV The Price is Right (720p) +#EXTINF:-1 tvg-id="ThePriceisRight.us" tvg-name="The Price is Right" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f7791b8372da90007fd45e6/colorLogoPNG.png" group-title="Series",Pluto TV The Price is Right (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7791b8372da90007fd45e6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTheRifleman.us" tvg-name="Pluto TV The Rifleman" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV The Rifleman +#EXTINF:-1 tvg-id="PlutoTVTheRifleman.us" tvg-name="Pluto TV The Rifleman" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e825550e758c700077b0aef/colorLogoPNG.png" group-title="Series",Pluto TV The Rifleman https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e825550e758c700077b0aef/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=529&deviceId=5e825550e758c700077b0aef&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="TheRifleman.us" tvg-name="The Rifleman" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e825550e758c700077b0aef/colorLogoPNG.png" group-title="",Pluto TV The Rifleman +#EXTINF:-1 tvg-id="TheRifleman.us" tvg-name="The Rifleman" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e825550e758c700077b0aef/colorLogoPNG.png" group-title="Series",Pluto TV The Rifleman https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e825550e758c700077b0aef/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="TheSimpleLife.us" tvg-name="The Simple Life" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ea18f35ae8f730007465915/colorLogoPNG.png" group-title="",Pluto TV The Simple Life +#EXTINF:-1 tvg-id="TheSimpleLife.us" tvg-name="The Simple Life" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ea18f35ae8f730007465915/colorLogoPNG.png" group-title="Series",Pluto TV The Simple Life https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18f35ae8f730007465915/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTheStoryofBeatclub.us" tvg-name="Pluto TV The Story of Beatclub" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV The Story of Beatclub +#EXTINF:-1 tvg-id="PlutoTVTheStoryofBeatclub.us" tvg-name="Pluto TV The Story of Beatclub" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f982c3420de4100070a545e/colorLogoPNG.png" group-title="Series",Pluto TV The Story of Beatclub https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f982c3420de4100070a545e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=09ab0f67-3401-11eb-a786-0242ac110002&deviceId=5f982c3420de4100070a545e&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="TheStoryofBeatclub.us" tvg-name="The Story of Beatclub" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5f982c3420de4100070a545e/colorLogoPNG.png" group-title="",Pluto TV The Story of Beatclub +#EXTINF:-1 tvg-id="TheStoryofBeatclub.us" tvg-name="The Story of Beatclub" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5f982c3420de4100070a545e/colorLogoPNG.png" group-title="Series",Pluto TV The Story of Beatclub https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f982c3420de4100070a545e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us" tvg-name="Pluto TV The Walking Dead ESP" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV The Walking Dead ESP +#EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us" tvg-name="Pluto TV The Walking Dead ESP" tvg-country="US" tvg-language="" tvg-logo="http://images.pluto.tv/channels/5e82bb378601b80007b4bd78/colorLogoPNG.png" group-title="Series",Pluto TV The Walking Dead ESP https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=925&deviceId=5e82bb378601b80007b4bd78&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="TheWalkingDeadESP.us" tvg-name="The Walking Dead ESP" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5e82bb378601b80007b4bd78/colorLogoPNG.png" group-title="Series",Pluto TV The Walking Dead ESP https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVThisOldHouse.us" tvg-name="Pluto TV This Old House" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV This Old House +#EXTINF:-1 tvg-id="PlutoTVThisOldHouse.us" tvg-name="Pluto TV This Old House" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d51e791b7dba3b2ae990ab2/colorLogoPNG.png" group-title="Series",Pluto TV This Old House https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=618&deviceId=5d51e791b7dba3b2ae990ab2&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="ThisOldHouse.us" tvg-name="This Old House" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d51e791b7dba3b2ae990ab2/colorLogoPNG.png" group-title="Series",Pluto TV This Old House https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVThreesCompany.us" tvg-name="Pluto TV Three's Company" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Three's Company +#EXTINF:-1 tvg-id="PlutoTVThreesCompany.us" tvg-name="Pluto TV Three's Company" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ef3977e5d773400077de284/colorLogoPNG.png" group-title="Series",Pluto TV Three's Company https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef3977e5d773400077de284/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=508&deviceId=5ef3977e5d773400077de284&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="ThreesCompany.us" tvg-name="Three's Company" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ef3977e5d773400077de284/colorLogoPNG.png" group-title="Series",Pluto TV Three's Company https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ef3977e5d773400077de284/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVThrillers.us" tvg-name="Pluto TV Thrillers" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Thrillers +#EXTINF:-1 tvg-id="PlutoTVThrillers.us" tvg-name="Pluto TV Thrillers" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4e69e08291147bd04a9fd7/colorLogoPNG.png" group-title="Series",Pluto TV Thrillers https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=74&deviceId=5b4e69e08291147bd04a9fd7&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVThrillers.us" tvg-name="Pluto TV Thrillers" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Thrillers +#EXTINF:-1 tvg-id="PlutoTVThrillers.us" tvg-name="Pluto TV Thrillers" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4e69e08291147bd04a9fd7/colorLogoPNG.png" group-title="Series",Pluto TV Thrillers https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1efdbf90ba3e0009d99082/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=b790e11f-0586-11eb-9b92-0242ac110002&deviceId=5e1efdbf90ba3e0009d99082&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVThrillers.us" tvg-name="Pluto TV Thrillers" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4e69e08291147bd04a9fd7/colorLogoPNG.png" group-title="",Pluto TV Thrillers +#EXTINF:-1 tvg-id="PlutoTVThrillers.us" tvg-name="Pluto TV Thrillers" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4e69e08291147bd04a9fd7/colorLogoPNG.png" group-title="Series",Pluto TV Thrillers https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVThrillers.us" tvg-name="Pluto TV Thrillers" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dbfedccc563080009b60f4a/colorLogoPNG.png" group-title="",Pluto TV Thrillers +#EXTINF:-1 tvg-id="PlutoTVThrillers.us" tvg-name="Pluto TV Thrillers" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dbfedccc563080009b60f4a/colorLogoPNG.png" group-title="Series",Pluto TV Thrillers https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbfedccc563080009b60f4a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Thrillers.us" tvg-name="Thrillers" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e1efdbf90ba3e0009d99082/colorLogoPNG.png" group-title="",Pluto TV Thrillers +#EXTINF:-1 tvg-id="PlutoTVThrillers.us" tvg-name="Pluto TV Thrillers" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e1efdbf90ba3e0009d99082/colorLogoPNG.png" group-title="Series",Pluto TV Thrillers https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1efdbf90ba3e0009d99082/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVThrillers.us" tvg-name="Pluto TV Thrillers" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1ac8a87cd38d000745d7cf/colorLogoPNG.png" group-title="",Pluto TV Thrillers +#EXTINF:-1 tvg-id="PlutoTVThrillers.us" tvg-name="Pluto TV Thrillers" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1ac8a87cd38d000745d7cf/colorLogoPNG.png" group-title="Series",Pluto TV Thrillers https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8a87cd38d000745d7cf/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING #EXTINF:-1 tvg-id="TinyHouseNation.us" tvg-name="Tiny House Nation" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/601a0342dcf4370007566891/colorLogoPNG.png" group-title="Series",Pluto TV Tiny House Nation https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/601a0342dcf4370007566891/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTODAY.us" tvg-name="Pluto TV TODAY" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV TODAY +#EXTINF:-1 tvg-id="PlutoTVTODAY.us" tvg-name="Pluto TV TODAY" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV TODAY https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d695f7db53adf96b78e7ce3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=234&deviceId=5d695f7db53adf96b78e7ce3&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="TODAY.us" tvg-name="TODAY" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d695f7db53adf96b78e7ce3/colorLogoPNG.png" group-title="",Pluto TV TODAY +#EXTINF:-1 tvg-id="PlutoTVTODAY.us" tvg-name="Pluto TV TODAY" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d695f7db53adf96b78e7ce3/colorLogoPNG.png" group-title="Series",Pluto TV TODAY https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d695f7db53adf96b78e7ce3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="TokuSHOUTsu.us" tvg-name="TokuSHOUTsu" tvg-country="US" tvg-language="English" tvg-logo="https://i0.wp.com/tokusatsunetwork.com/wp-content/uploads/2020/03/tsu-e1584362198575.png" group-title="",Pluto TV TokuSHOUTsu +#EXTINF:-1 tvg-id="TokuSHOUTsu.us" tvg-name="TokuSHOUTsu" tvg-country="US" tvg-language="English" tvg-logo="https://i0.wp.com/tokusatsunetwork.com/wp-content/uploads/2020/03/tsu-e1584362198575.png" group-title="Series",Pluto TV TokuSHOUTsu http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=848&deviceId=5c3f8f12a93c2d61b9990a4e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="TokuSHOUTsu.us" tvg-name="TokuSHOUTsu" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c3f8f12a93c2d61b9990a4e/colorLogoPNG.png" group-title="",Pluto TV TokuSHOUTsu +#EXTINF:-1 tvg-id="TokuSHOUTsu.us" tvg-name="TokuSHOUTsu" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c3f8f12a93c2d61b9990a4e/colorLogoPNG.png" group-title="Series",Pluto TV TokuSHOUTsu https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="ToonsClasico.us" tvg-name="ToonsClรกsico" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/609e7e423e9173000706a681/colorLogoPNG.png" group-title="",Pluto TV Toons Clรกsico +#EXTINF:-1 tvg-id="ToonsClasico.us" tvg-name="ToonsClรกsico" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/609e7e423e9173000706a681/colorLogoPNG.png" group-title="Kids",Pluto TV Toons Clรกsico https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609e7e423e9173000706a681/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="TortuesNinjaTV.us" tvg-name="Tortues Ninja TV" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ecc1b37867f00071469e9/colorLogoPNG.png" group-title="",Pluto TV Tortues Ninja TV +#EXTINF:-1 tvg-id="TortuesNinjaTV.us" tvg-name="Tortues Ninja TV" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ecc1b37867f00071469e9/colorLogoPNG.png" group-title="Series",Pluto TV Tortues Ninja TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecc1b37867f00071469e9/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="TortuesNinjaTV.us" tvg-name="Tortues Ninja TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecc1b37867f00071469e9/colorLogoPNG.png" group-title="",Pluto TV Tortues Ninja TV +#EXTINF:-1 tvg-id="TortuesNinjaTV.us" tvg-name="Tortues Ninja TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecc1b37867f00071469e9/colorLogoPNG.png" group-title="Series",Pluto TV Tortues Ninja TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecc1b37867f00071469e9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTosh0.us" tvg-name="Pluto TV Tosh.0" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Tosh.0 +#EXTINF:-1 tvg-id="PlutoTVTosh0.us" tvg-name="Pluto TV Tosh.0" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dae084727c8af0009fe40a4/colorLogoPNG.png" group-title="Series",Pluto TV Tosh.0 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae084727c8af0009fe40a4/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=470&deviceId=5dae084727c8af0009fe40a4&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="Tosh0.us" tvg-name="Tosh.0" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dae084727c8af0009fe40a4/colorLogoPNG.png" group-title="",Pluto TV Tosh.0 +#EXTINF:-1 tvg-id="Tosh0.us" tvg-name="Tosh.0" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dae084727c8af0009fe40a4/colorLogoPNG.png" group-title="Series",Pluto TV Tosh.0 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae084727c8af0009fe40a4/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTOTALLYTURTLES.us" tvg-name="Pluto TV TOTALLY TURTLES" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV TOTALLY TURTLES +#EXTINF:-1 tvg-id="PlutoTVTotallyTurtlesnick.us" tvg-name="Pluto TV Totally Turtles nick" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d0c16d686454ead733d08f8/colorLogoPNG.png" group-title="Kids",Pluto TV Totally Turtles nick https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=983&deviceId=5d0c16d686454ead733d08f8&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="TOTALLYTURTLES.us" tvg-name="TOTALLY TURTLES" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d0c16d686454ead733d08f8/colorLogoPNG.png" group-title="",Pluto TV TOTALLY TURTLES (720p) +#EXTINF:-1 tvg-id="PlutoTVTotallyTurtlesnick.us" tvg-name="Pluto TV Totally Turtles nick" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d0c16d686454ead733d08f8/colorLogoPNG.png" group-title="Kids",Pluto TV Totally Turtles nick (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTotallyTurtlesnick.us" tvg-name="Pluto TV Totally Turtles nick" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Totally Turtles nick +#EXTINF:-1 tvg-id="PlutoTVTotallyTurtlesnick.us" tvg-name="Pluto TV Totally Turtles nick" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d6792bd6be2998ad0ccce30/colorLogoPNG.png" group-title="Kids",Pluto TV Totally Turtles nick https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=ca4dc680-0715-11eb-aeab-0242ac110002&deviceId=5d6792bd6be2998ad0ccce30&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="TotallyTurtlesnick.us" tvg-name="Totally Turtles nick" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5d6792bd6be2998ad0ccce30/colorLogoPNG.png" group-title="",Pluto TV Totally Turtles nick +#EXTINF:-1 tvg-id="TotallyTurtlesnick.us" tvg-name="Totally Turtles nick" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5d6792bd6be2998ad0ccce30/colorLogoPNG.png" group-title="Kids",Pluto TV Totally Turtles nick https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTravel.us" tvg-name="Pluto TV Travel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Travel +#EXTINF:-1 tvg-id="PlutoTVTravel.us" tvg-name="Pluto TV Travel" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/59c01b1953680139c6ae9d4d/colorLogoPNG.png" group-title="Travel",Pluto TV Travel https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59c01b1953680139c6ae9d4d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=678&deviceId=59c01b1953680139c6ae9d4d&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVTravel.us" tvg-name="Pluto TV Travel" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/59c01b1953680139c6ae9d4d/colorLogoPNG.png" group-title="Travel",Pluto TV Travel https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/59c01b1953680139c6ae9d4d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -4969,37 +4959,37 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aae8c6 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="TROLLTV.us" tvg-name="TROLL TV" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8eb8a8b2619a000710605c/colorLogoPNG.png" group-title="",Pluto TV TROLL TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb8a8b2619a000710605c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTrueCrime.us" tvg-name="Pluto TV True Crime" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV True Crime +#EXTINF:-1 tvg-id="PlutoTVTrueCrime.us" tvg-name="Pluto TV True Crime" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812be1c249444e05d09cc50/colorLogoPNG.png" group-title="Series",Pluto TV True Crime https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812be1c249444e05d09cc50/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=365&deviceId=5812be1c249444e05d09cc50&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVTrueCrime.us" tvg-name="Pluto TV True Crime" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812be1c249444e05d09cc50/colorLogoPNG.png" group-title="",Pluto TV True Crime +#EXTINF:-1 tvg-id="PlutoTVTrueCrime.us" tvg-name="Pluto TV True Crime" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812be1c249444e05d09cc50/colorLogoPNG.png" group-title="Series",Pluto TV True Crime https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812be1c249444e05d09cc50/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="Truly.us" tvg-name="Truly" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ebd0ff1e1a4770007479dc7/colorLogoPNG.png" group-title="",Pluto TV Truly https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ebd0ff1e1a4770007479dc7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="TurmadaMonica.us" tvg-name="Turma da Mรดnica" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f997e44949bc70007a6941e/colorLogoPNG.png" group-title="",Pluto TV Turma da Mรดnica https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f997e44949bc70007a6941e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTVLandDrama.us" tvg-name="Pluto TV TV Land Drama" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV TV Land Drama +#EXTINF:-1 tvg-id="PlutoTVTVLandDrama.us" tvg-name="Pluto TV TV Land Drama" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d40bebc5e3d2750a2239d7e/colorLogoPNG.png" group-title="Movies",Pluto TV TV Land Drama https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=130&deviceId=5d40bebc5e3d2750a2239d7e&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="TVLandDrama.us" tvg-name="TV Land Drama" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d40bebc5e3d2750a2239d7e/colorLogoPNG.png" group-title="",Pluto TV TV Land Drama +#EXTINF:-1 tvg-id="PlutoTVTVLandDrama.us" tvg-name="Pluto TV TV Land Drama" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d40bebc5e3d2750a2239d7e/colorLogoPNG.png" group-title="Movies",Pluto TV TV Land Drama https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTVLandSitcoms.us" tvg-name="Pluto TV TV Land Sitcoms" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV TV Land Sitcoms +#EXTINF:-1 tvg-id="PlutoTVTVLandSitcoms.us" tvg-name="Pluto TV TV Land Sitcoms" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c2d64ffbdf11b71587184b8/colorLogoPNG.png" group-title="",Pluto TV TV Land Sitcoms https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=455&deviceId=5c2d64ffbdf11b71587184b8&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="TVLandSitcoms.us" tvg-name="TV Land Sitcoms" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c2d64ffbdf11b71587184b8/colorLogoPNG.png" group-title="",Pluto TV TV Land Sitcoms https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVTween.us" tvg-name="Pluto TV Tween" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Tween +#EXTINF:-1 tvg-id="PlutoTVTween.us" tvg-name="Pluto TV Tween" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5db0ae5af8797b00095c0794/colorLogoPNG.png" group-title="",Pluto TV Tween https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ae5af8797b00095c0794/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=991&deviceId=5db0ae5af8797b00095c0794&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVTween.us" tvg-name="Pluto TV Tween" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5db0ae5af8797b00095c0794/colorLogoPNG.png" group-title="",Pluto TV Tween https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db0ae5af8797b00095c0794/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="TYTNetwork.us" tvg-name="TYT Network" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5331d5fb753499095a00045a/colorLogoPNG.png" group-title="",Pluto TV TYT Network (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5331d5fb753499095a00045a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="UnbeatenEsports.us" tvg-name="Unbeaten Esports" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc2a961bac1f70009ca7524/colorLogoPNG.png" group-title="",Pluto TV Unbeaten Esports +#EXTINF:-1 tvg-id="UnbeatenEsports.us" tvg-name="Unbeaten Esports" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc2a961bac1f70009ca7524/colorLogoPNG.png" group-title="Entertainment",Pluto TV Unbeaten Esports https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2a961bac1f70009ca7524/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="UndercoverBossGlobal.us" tvg-name="Undercover Boss Global" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f0dc00b15eef10007726ef7/colorLogoPNG.png" group-title="",Pluto TV Undercover Boss Global +#EXTINF:-1 tvg-id="UndercoverBossGlobal.us" tvg-name="Undercover Boss Global" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f0dc00b15eef10007726ef7/colorLogoPNG.png" group-title="Series",Pluto TV Undercover Boss Global https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0dc00b15eef10007726ef7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVUnsolvedMysteries.us" tvg-name="Pluto TV Unsolved Mysteries" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Unsolved Mysteries +#EXTINF:-1 tvg-id="PlutoTVUnsolvedMysteries.us" tvg-name="Pluto TV Unsolved Mysteries" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4e96a0423e067bd6df6901/colorLogoPNG.png" group-title="Series",Pluto TV Unsolved Mysteries https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e96a0423e067bd6df6901/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=379&deviceId=5b4e96a0423e067bd6df6901&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="UnsolvedMysteries.us" tvg-name="Unsolved Mysteries" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4e96a0423e067bd6df6901/colorLogoPNG.png" group-title="",Pluto TV Unsolved Mysteries +#EXTINF:-1 tvg-id="UnsolvedMysteries.us" tvg-name="Unsolved Mysteries" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4e96a0423e067bd6df6901/colorLogoPNG.png" group-title="Series",Pluto TV Unsolved Mysteries https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e96a0423e067bd6df6901/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="UnsolvedMysteries.us" tvg-name="Unsolved Mysteries" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5bd05b4694d45d266bc951f2/colorLogoPNG.png" group-title="",Pluto TV Unsolved Mysteries +#EXTINF:-1 tvg-id="UnsolvedMysteries.us" tvg-name="Unsolved Mysteries" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5bd05b4694d45d266bc951f2/colorLogoPNG.png" group-title="Series",Pluto TV Unsolved Mysteries https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd05b4694d45d266bc951f2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="Vayasemanita.us" tvg-name="Vaya semanita" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f28009b150b2500077766b8/colorLogoPNG.png" group-title="",Pluto TV Vaya semanita https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f28009b150b2500077766b8/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&content_rating=ROKU_ADS_CONTENT_RATING @@ -5041,51 +5031,51 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5e43f https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df265697ec3510009df1ef0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVVidaReal.us" tvg-name="Pluto TV Vida Real" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f32d4d9ec194100070c7449/colorLogoPNG.png" group-title="",Pluto TV Vida Real https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32d4d9ec194100070c7449/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVVoyagerDocumentaries.us" tvg-name="Pluto TV Voyager Documentaries" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Voyager Documentaries +#EXTINF:-1 tvg-id="PlutoTVVoyagerDocumentaries.us" tvg-name="Pluto TV Voyager Documentaries" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/589aa03df9ba56a84197a560/colorLogoPNG.png" group-title="Documentary",Pluto TV Voyager Documentaries https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/589aa03df9ba56a84197a560/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=681&deviceId=589aa03df9ba56a84197a560&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" tvg-name="Voyager Documentaries" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/589aa03df9ba56a84197a560/colorLogoPNG.png" group-title="",Pluto TV Voyager Documentaries +#EXTINF:-1 tvg-id="PlutoTVVoyagerDocumentaries.us" tvg-name="Pluto TV Voyager Documentaries" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/589aa03df9ba56a84197a560/colorLogoPNG.png" group-title="Documentary",Pluto TV Voyager Documentaries https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/589aa03df9ba56a84197a560/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" tvg-name="Voyager Documentaries" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d1e9e738977e2c310925/colorLogoPNG.png" group-title="",Pluto TV Voyager Documentaries +#EXTINF:-1 tvg-id="PlutoTVVoyagerDocumentaries.us" tvg-name="Pluto TV Voyager Documentaries" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d1e9e738977e2c310925/colorLogoPNG.png" group-title="Documentary",Pluto TV Voyager Documentaries https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d1e9e738977e2c310925/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" tvg-name="Pluto TV WeatherNation" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV WeatherNation +#EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" tvg-name="Pluto TV WeatherNation" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bdce04659ee03633e758130/colorLogoPNG.png" group-title="Weather",Pluto TV WeatherNation https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bdce04659ee03633e758130/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=217&deviceId=5bdce04659ee03633e758130&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="WeatherNation.us" tvg-name="WeatherNation" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bdce04659ee03633e758130/colorLogoPNG.png" group-title="Weather",Pluto TV WeatherNation (720p) +#EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" tvg-name="Pluto TV WeatherNation" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bdce04659ee03633e758130/colorLogoPNG.png" group-title="Weather",Pluto TV WeatherNation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bdce04659ee03633e758130/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVWeddings.us" tvg-name="Pluto TV Weddings" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Weddings +#EXTINF:-1 tvg-id="PlutoTVWeddings.us" tvg-name="Pluto TV Weddings" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5877acecb16bb1e042ee453f/colorLogoPNG.png" group-title="Series",Pluto TV Weddings https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=632&deviceId=5877acecb16bb1e042ee453f&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVWeddings.us" tvg-name="Pluto TV Weddings" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5877acecb16bb1e042ee453f/colorLogoPNG.png" group-title="",Pluto TV Weddings +#EXTINF:-1 tvg-id="PlutoTVWeddings.us" tvg-name="Pluto TV Weddings" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5877acecb16bb1e042ee453f/colorLogoPNG.png" group-title="Series",Pluto TV Weddings https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVWeddings.us" tvg-name="Pluto TV Weddings" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d49455dfd09fd7d4c0daf26/colorLogoPNG.png" group-title="",Pluto TV Weddings +#EXTINF:-1 tvg-id="PlutoTVWeddings.us" tvg-name="Pluto TV Weddings" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d49455dfd09fd7d4c0daf26/colorLogoPNG.png" group-title="Series",Pluto TV Weddings https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d49455dfd09fd7d4c0daf26/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVWesternTV.us" tvg-name="Pluto TV Western TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Western TV +#EXTINF:-1 tvg-id="PlutoTVWesternTV.us" tvg-name="Pluto TV Western TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e8df4bc16e34700077e77d3/colorLogoPNG.png" group-title="",Pluto TV Western TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8df4bc16e34700077e77d3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=526&deviceId=5e8df4bc16e34700077e77d3&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="WesternTV.us" tvg-name="Western TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e8df4bc16e34700077e77d3/colorLogoPNG.png" group-title="",Pluto TV Western TV +#EXTINF:-1 tvg-id="PlutoTVWesternTV.us" tvg-name="Pluto TV Western TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e8df4bc16e34700077e77d3/colorLogoPNG.png" group-title="",Pluto TV Western TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8df4bc16e34700077e77d3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVWesterns.us" tvg-name="Pluto TV Westerns" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d4bdb635ce813b38639e6a3/colorLogoPNG.png" group-title="",Pluto TV Westerns https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4bdb635ce813b38639e6a3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVWildNOut.us" tvg-name="Pluto TV Wild 'N Out" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Wild 'N Out +#EXTINF:-1 tvg-id="PlutoTVWildNOut.us" tvg-name="Pluto TV Wild 'N Out" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d48678d34ceb37d3c458a55/colorLogoPNG.png" group-title="Series",Pluto TV Wild 'N Out https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d48678d34ceb37d3c458a55/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=480&deviceId=5d48678d34ceb37d3c458a55&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="WildNOut.us" tvg-name="Wild 'N Out" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d48678d34ceb37d3c458a55/colorLogoPNG.png" group-title="",Pluto TV Wild 'N Out +#EXTINF:-1 tvg-id="WildNOut.us" tvg-name="Wild 'N Out" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d48678d34ceb37d3c458a55/colorLogoPNG.png" group-title="Series",Pluto TV Wild 'N Out https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48678d34ceb37d3c458a55/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Wings.us" tvg-name="Wings" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f7792f6e093980007e02945/colorLogoPNG.png" group-title="",Pluto TV Wings +#EXTINF:-1 tvg-id="Wings.us" tvg-name="Wings" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f7792f6e093980007e02945/colorLogoPNG.png" group-title="Series",Pluto TV Wings https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7792f6e093980007e02945/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="WipeOut.us" tvg-name="Wipe Out" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ed6828192e8b3000743ef61/colorLogoPNG.png" group-title="",Pluto TV Wipe Out +#EXTINF:-1 tvg-id="WipeOut.us" tvg-name="Wipe Out" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ed6828192e8b3000743ef61/colorLogoPNG.png" group-title="Series",Pluto TV Wipe Out 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" tvg-name="Pluto TV Wipeout" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Wipeout +#EXTINF:-1 tvg-id="PlutoTVWipeout.us" tvg-name="Pluto TV Wipeout" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ab3e1242be690697279c75d/colorLogoPNG.png" group-title="Series",Pluto TV Wipeout https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ab3e1242be690697279c75d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=305&deviceId=5ab3e1242be690697279c75d&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="Wipeout.us" tvg-name="Wipeout" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ab3e1242be690697279c75d/colorLogoPNG.png" group-title="",Pluto TV Wipeout +#EXTINF:-1 tvg-id="Wipeout.us" tvg-name="Wipeout" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ab3e1242be690697279c75d/colorLogoPNG.png" group-title="Series",Pluto TV Wipeout https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ab3e1242be690697279c75d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Wipeout.us" tvg-name="Wipeout" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ea190ae85a26900075a80e9/colorLogoPNG.png" group-title="",Pluto TV Wipeout +#EXTINF:-1 tvg-id="Wipeout.us" tvg-name="Wipeout" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ea190ae85a26900075a80e9/colorLogoPNG.png" group-title="Series",Pluto TV Wipeout https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea190ae85a26900075a80e9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVWorldPokerTour.us" tvg-name="Pluto TV World Poker Tour" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV World Poker Tour +#EXTINF:-1 tvg-id="PlutoTVWorldPokerTour.us" tvg-name="Pluto TV World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV World Poker Tour https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=770&deviceId=5616f9c0ada51f8004c4b091&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVWorldPokerTour.us" tvg-name="Pluto TV World Poker Tour" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV World Poker Tour +#EXTINF:-1 tvg-id="PlutoTVWorldPokerTour.us" tvg-name="Pluto TV World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Pluto TV World Poker Tour https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b7aae738977e2c312132/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=48d01e71-b553-42a5-9205-affb7381b546&deviceId=5ad9b7aae738977e2c312132&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false -#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" tvg-name="Pluto TV Yo! MTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Yo! MTV +#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" tvg-name="Pluto TV Yo! MTV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fc31252d35decbc4080b/colorLogoPNG.png" group-title="Series",Pluto TV Yo! MTV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fc31252d35decbc4080b/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=873&deviceId=5d14fc31252d35decbc4080b&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="YoMTV.us" tvg-name="Yo! MTV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fc31252d35decbc4080b/colorLogoPNG.png" group-title="",Pluto TV Yo! MTV (720p) +#EXTINF:-1 tvg-id="YoMTV.us" tvg-name="Yo! MTV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fc31252d35decbc4080b/colorLogoPNG.png" group-title="Series",Pluto TV Yo! MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fc31252d35decbc4080b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVYoga.us" tvg-name="Pluto TV Yoga" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Yoga +#EXTINF:-1 tvg-id="PlutoTVYoga.us" tvg-name="Pluto TV Yoga" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b0d10e186bf0007e2b100/colorLogoPNG.png" group-title="",Pluto TV Yoga https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b0d10e186bf0007e2b100/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=2c143e9d-0cd6-4d02-8b92-df3471ececef&deviceId=5e8b0d10e186bf0007e2b100&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="PlutoTVYoga.us" tvg-name="Pluto TV Yoga" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e8b0d10e186bf0007e2b100/colorLogoPNG.png" group-title="",Pluto TV Yoga https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b0d10e186bf0007e2b100/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -5093,41 +5083,41 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b0d10e https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5fceaab478f2af00080ff51f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="YuGiOh.us" tvg-name="Yu-Gi-Oh" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fc31252d35decbc4080b/colorLogoPNG.png" group-title="",Pluto TV Yu-Gi-Oh https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4ec10ed9636f00089b8c89/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoWesterns.us" tvg-name="Pluto Westerns" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/02232021/Pluto_TV_Westerns_190x190_Circle.png?raw=true" group-title="",Pluto Westerns +#EXTINF:-1 tvg-id="PlutoWesterns.us" tvg-name="Pluto Westerns" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/02232021/Pluto_TV_Westerns_190x190_Circle.png?raw=true" group-title="",Pluto Westerns http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e94282d4ec87bdcbb87cd/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus -#EXTINF:-1 tvg-id="PocketWatch.us" tvg-name="Pocket Watch" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pocket Watch -https://pocketwatch.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="a14c64" tvg-name="pocket.watch" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Fi3klzX.png" group-title="",pocket.watch -https://pocketwatch.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PocketWatch.us" tvg-name="Pocket.Watch" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/pockwatch_190x190.png?raw=true" group-title="",Pocket.Watch -https://pocketwatch.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="pocketwatch.us" tvg-name="pocketwatch" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",pocketwatch +#EXTINF:-1 tvg-id="pocketwatch.us" tvg-name="pocket.watch" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Fi3klzX.png" group-title="",pocket.watch https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxpocketwatch/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="Pocketwatch.us" tvg-name="Pocketwatch" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pocketwatch +#EXTINF:-1 tvg-id="Pocketwatch.us" tvg-name="pocket.watch" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Fi3klzX.png" group-title="",pocket.watch https://pocketwatch-vizio.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="a14c64" tvg-name="pocket.watch" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Fi3klzX.png" group-title="",pocket.watch +https://pocketwatch.plex.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="PocketWatch.us" tvg-name="pocket.watch" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Fi3klzX.png" group-title="",pocket.watch +https://pocketwatch.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="PocketWatch.us" tvg-name="pocket.watch" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Fi3klzX.png" group-title="",Pocket.Watch +https://pocketwatch.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="PongloNovelaClub.us" tvg-name="Pong lo Novela Club" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pong lo Novela Club https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunovelaclub/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Pop.us" tvg-name="Pop" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tTGgNWX.png" group-title="General",Pop http://n1.klowdtv.net/live2/pop_720p/chunks.m3u8 #EXTINF:-1 tvg-id="Pop.us" tvg-name="Pop" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tTGgNWX.png" group-title="General",Pop (1080p) https://live-poptv-fastly-prod.global.ssl.fastly.net/pop/master.m3u8 -#EXTINF:-1 tvg-id="PopStar.us" tvg-name="Pop Star" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/2sfC2Gu.png" group-title="",Pop Star -https://a.jsrdn.com/broadcast/wAlxn4cs/c.m3u8 -#EXTINF:-1 tvg-id="PopCornFlixActionBumblebee.us" tvg-name="PopCornFlix Action (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fpopcornflixlive%2Flogo%2F2c2888fd-01b8-447d-8f03-8811a343422f?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=d05e5cc69e71d25d2e922efcf87df487" group-title="",PopCornFlix Action (Bumblebee) +#EXTINF:-1 tvg-id="PopCornFlixActionBumblebee.us" tvg-name="PopCornFlix Action (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fpopcornflixlive%2Flogo%2F2c2888fd-01b8-447d-8f03-8811a343422f?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=d05e5cc69e71d25d2e922efcf87df487" group-title="Movies",PopCornFlix Action (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5d4b21643f4d602ba521b06c/playlist.m3u8 -#EXTINF:-1 tvg-id="PopstarTV.us" tvg-name="Popstar! TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Popstar! TV +#EXTINF:-1 tvg-id="PopstarTV.us" tvg-name="Popstar! TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/mWrqBaS.png" group-title="Entertainment",Popstar! TV http://a.jsrdn.com/broadcast/wAlxn4cs/cupertino10_360p_1000000.m3u8 -#EXTINF:-1 tvg-id="PopstarTV.us" tvg-name="Popstar! TV" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/600a03d75fd31823584e9f14" group-title="Entertainment",Popstar! TV +#EXTINF:-1 tvg-id="PopStar.us" tvg-name="Pop Star" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/mWrqBaS.png" group-title="Entertainment",Popstar! TV +https://a.jsrdn.com/broadcast/wAlxn4cs/c.m3u8 +#EXTINF:-1 tvg-id="PopstarTV.us" tvg-name="Popstar! TV" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/600a03d75fd31823584e9f14" group-title="Entertainment",Popstar! TV https://linear-10.frequency.stream/dist/localnow/10/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="8323b1" tvg-name="PopStar!_TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/mWrqBaS.png" group-title="",PopStar! TV +#EXTINF:-1 tvg-id="8323b1" tvg-name="PopStar!_TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/mWrqBaS.png" group-title="Entertainment",PopStar! TV https://linear-10.frequency.stream/dist/plex/10/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="PopstarTV.us" tvg-name="Popstar! TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Popstar! TV +#EXTINF:-1 tvg-id="PopstarTV.us" tvg-name="Popstar! TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Entertainment",Popstar! TV https://linear-10.frequency.stream/dist/plex/10/hls/master/playlist.m3u8?ads.plex_token=MorUy57ijWhGe4ixZb_T&ads.plex_id=5ef11487d33ab9004048a1d6&ads.device_id=df8e1a36-847d-5096-86a7-3803ed330ede&ads.dnt=0&ads.us_privacy=1--- -#EXTINF:-1 tvg-id="PopstarTVSTIRR.us" tvg-name="Popstar! TV (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/0e59efc2-cf39-4ae8-a587-c7b83f16b74e-small3x1_STIRR_Logo_0320_PopstarTV_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Lifestyle",Popstar! TV (STIRR) (1080p) +#EXTINF:-1 tvg-id="PopstarTVSTIRR.us" tvg-name="Popstar! TV (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/mWrqBaS.png" group-title="Lifestyle",Popstar! TV (STIRR) (1080p) https://dai.google.com/linear/hls/event/cJFuxTLzQUqbGGrqTMBJuw/master.m3u8 -#EXTINF:-1 tvg-id="PopularScience.us" tvg-name="Popular Science" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Popular Science +#EXTINF:-1 tvg-id="PopularScience.us" tvg-name="Popular Science" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nAsNU9q.png" group-title="Science",Popular Science https://a.jsrdn.com/broadcast/447912f76b/+0000/c.m3u8 -#EXTINF:-1 tvg-id="PopularScience.us" tvg-name="Popular Science" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Outdoor",Popular Science +#EXTINF:-1 tvg-id="PopularScience.us" tvg-name="Popular Science" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nAsNU9q.png" group-title="Science",Popular Science https://a.jsrdn.com/broadcast/447912f76b/+0000/low/c.m3u8 #EXTINF:-1 tvg-id="PositivTV.us" tvg-name="Positiv TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ULF3iOE.png" group-title="Family",Positiv TV (1080p) https://api.new.livestream.com/accounts/27460990/events/8973036/live.m3u8 @@ -5137,7 +5127,7 @@ https://rtmtv-powernation-1.roku.wurl.com/manifest/playlist.m3u8 https://rtmtv.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="PowerNationUS.us" tvg-name="Power Nation (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iJmj6zC.png" group-title="Auto",Power Nation (US) (720p) https://rtmtv-samsung.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PreviewChannel.us" tvg-name="Preview Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Preview Channel +#EXTINF:-1 tvg-id="PreviewChannel.us" tvg-name="Preview Channel" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Preview Channel https://previewchannel-previewchannel-1.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="PrimeTimeDrama.us" tvg-name="Prime Time Drama" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K36sd0M.png" group-title="Classic",Prime Time Drama (720p) https://rpn1.bozztv.com/36bay2/gusa-ptd/mono.m3u8 @@ -5145,9 +5135,9 @@ https://rpn1.bozztv.com/36bay2/gusa-ptd/mono.m3u8 http://morningside-lh.akamaihd.net/i/jblive_1@303354/index_2008_av-p.m3u8 #EXTINF:-1 tvg-id="PTLTVNetwork.us" tvg-name="PTL TV Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/EhISpCd.png" group-title="Religious",PTL TV Network (720p) https://morningside-lh.akamaihd.net/i/jblive_1@303354/master.m3u8 -#EXTINF:-1 tvg-id="PureRock.us" tvg-name="Pure Rock" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/EAkvIw8.jpg" group-title="Music",Pure Rock +#EXTINF:-1 tvg-id="PureRock.us" tvg-name="Pure Rock" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/EAkvIw8.jpg" group-title="Music",Pure Rock http://159.69.56.148:25461/live/PuroRock/PuroRock24-7.com/25.m3u8 -#EXTINF:-1 tvg-id="PursuitUp.us" tvg-name="Pursuit Up" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/Pursuit_Circle_190x190.png?raw=true" group-title="",Pursuit Up +#EXTINF:-1 tvg-id="PursuitUp.us" tvg-name="Pursuit Up" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/Pursuit_Circle_190x190.png?raw=true" group-title="",Pursuit Up https://pursuitup.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="PursuitUP.us" tvg-name="PursuitUP" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d486bed428fe37d8cadba45/colorLogoPNG.png" group-title="",PursuitUP (720p) http://plutotv.vo.llnwd.net/m/hlslive/pursuit2.m3u8?chname=pursuit2&pub=0 @@ -5157,33 +5147,33 @@ https://dai.google.com/linear/hls/event/NpkpFaFVRqaQwSkpPdramg/master.m3u8 https://dai.google.com/linear/hls/event/BakMHO8xRSmGKYeiyhsq3A/master.m3u8 #EXTINF:-1 tvg-id="QuahzTV.us" tvg-name="Quahz TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Quahz TV https://t06243a-lh.akamaihd.net/i/t06243a_1@536897/index_750_av-p.m3u8 -#EXTINF:-1 tvg-id="Qubo.us" tvg-name="Qubo" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ki7zVmW.png" group-title="",Qubo (720p) +#EXTINF:-1 tvg-id="Qubo.us" tvg-name="Qubo" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ki7zVmW.png" group-title="Kids",Qubo (720p) http://ion-qubo-1.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Quietude.us" tvg-name="Quietude" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60626721b00966395078de5d" group-title="",Quietude https://linear-81.frequency.stream/dist/localnow/81/hls/master/playlist.m3u8 #EXTINF:-1 tvg-id="QVC.us" tvg-name="QVC" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC (540p) http://live.qvcuk.simplestreamcdn.com/live/qvcuk_main_clean/bitrate1.isml/live.m3u8 -#EXTINF:-1 tvg-id="QVC.us" tvg-name="QVC" tvg-country="US" tvg-language="English" tvg-logo="https://sc.dish.com/shared/images/station-logos/qvc.png" group-title="Shop",QVC (720p) +#EXTINF:-1 tvg-id="QVC.us" tvg-name="QVC" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC (720p) https://lsqvc1uscln-lh.akamaihd.net/i/lsqvc1uscln_01@809410/master.m3u8 -#EXTINF:-1 tvg-id="QVC.us" tvg-name="QVC" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",QVC +#EXTINF:-1 tvg-id="QVC.us" tvg-name="QVC" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC https://lsqvc1usott-lh.akamaihd.net/i/lsqvc1usott_01@838836/master.m3u8 -#EXTINF:-1 tvg-id="QVC.us" tvg-name="QVC" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/QVC_190x190.png?raw=true" group-title="",QVC +#EXTINF:-1 tvg-id="QVC.us" tvg-name="QVC" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC https://qvc.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="QVC.us" tvg-name="QVC" tvg-country="US" tvg-language="German" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC (German) https://d2mn03dhv5o3g8.cloudfront.net/live/qvcde_main_clean/bitrate1.isml/live.m3u8 -#EXTINF:-1 tvg-id="QVCSTIRR.us" tvg-name="QVC (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/88c4dda8-577b-4a9f-ad81-1b5378fd24dd-small3x1_STIRR_Logo_0520_QVC_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Shop",QVC (STIRR) (720p) +#EXTINF:-1 tvg-id="QVCSTIRR.us" tvg-name="QVC (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC (STIRR) (720p) https://dai.google.com/linear/hls/event/roEbn_l7Tzezwy22F1NSfA/master.m3u8 -#EXTINF:-1 tvg-id="QVC2.us" tvg-name="QVC 2" tvg-country="US" tvg-language="English" tvg-logo="https://sc.dish.com/shared/images/station-logos/qvc2.png" group-title="Shop",QVC 2 (720p) +#EXTINF:-1 tvg-id="QVC2.us" tvg-name="QVC 2" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC 2 (720p) https://lsqvc2us-lh.akamaihd.net/i/lsqvc2us_01@809440/master.m3u8 -#EXTINF:-1 tvg-id="QVC3.us" tvg-name="QVC 3" tvg-country="US" tvg-language="English" tvg-logo="https://sc.dish.com/shared/images/station-logos/qvc3.png" group-title="Shop",QVC 3 (720p) +#EXTINF:-1 tvg-id="QVC3.us" tvg-name="QVC 3" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC 3 (720p) https://lsqvc3us-lh.akamaihd.net/i/lsqvc3us_01@809459/master.m3u8 -#EXTINF:-1 tvg-id="QVCBeauty.us" tvg-name="QVC Beauty" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1Zp2uo5.png" group-title="Shop",QVC Beauty +#EXTINF:-1 tvg-id="QVCBeauty.us" tvg-name="QVC Beauty" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC Beauty http://live.qvcuk.simplestreamcdn.com/live/qvcuk_beauty_clean/bitrate1.isml/live.m3u8 -#EXTINF:-1 tvg-id="QVCBeauty.us" tvg-name="QVC Beauty" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1Zp2uo5.png" group-title="Shop",QVC Beauty (German) +#EXTINF:-1 tvg-id="QVCBeauty.us" tvg-name="QVC Beauty" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC Beauty (German) https://d2mn03dhv5o3g8.cloudfront.net/live/qvcde_beauty_clean/bitrate1.isml/live.m3u8 -#EXTINF:-1 tvg-id="QVCItalia.us" tvg-name="QVC Italia" tvg-country="IT" tvg-language="Italian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/9/91/Logo_QVC_2019.png" group-title="Shop",QVC Italia (720p) +#EXTINF:-1 tvg-id="QVCItalia.us" tvg-name="QVC Italia" tvg-country="IT" tvg-language="Italian" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC Italia (720p) https://qrg.akamaized.net/hls/live/2017383/lsqvc1it/master.m3u8 -#EXTINF:-1 tvg-id="QVCJapan.us" tvg-name="QVC Japan" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://i.imgur.com/9u9TaMA.png" group-title="Shop",QVC Japan +#EXTINF:-1 tvg-id="QVCJapan.us" tvg-name="QVC Japan" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC Japan https://cdn-live1.qvc.jp/iPhone/1501/1501.m3u8 #EXTINF:-1 tvg-id="QVCPlus.de" tvg-name="QVC PLUS" tvg-country="US" tvg-language="German" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvcplus.png" group-title="Shop",QVC PLUS https://d2mn03dhv5o3g8.cloudfront.net/live/qvcde_plus_clean/bitrate1.isml/live.m3u8 @@ -5191,61 +5181,61 @@ https://d2mn03dhv5o3g8.cloudfront.net/live/qvcde_plus_clean/bitrate1.isml/live.m http://live.qvcuk.simplestreamcdn.com/live/qvcuk_style_clean/bitrate1.isml/live.m3u8 #EXTINF:-1 tvg-id="QVCStyleDeutsch.us" tvg-name="QVC Style (Deutsch)" tvg-country="US" tvg-language="German" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC Style (Deutsch) (540p) http://live.qvcde.simplestreamcdn.com/live/qvcde_beauty_clean/bitrate1.isml/live.m3u8 -#EXTINF:-1 tvg-id="QVCUK.us" tvg-name="QVC UK" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/m1xhwRa.png" group-title="Shop",QVC UK +#EXTINF:-1 tvg-id="QVCUK.us" tvg-name="QVC UK" tvg-country="UK" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC UK https://d1txbbj1u9asam.cloudfront.net/live/qvcuk_main_clean/bitrate1.isml/live.m3u8 #EXTINF:-1 tvg-id="QVC2Deutsch.us" tvg-name="QVC2 (Deutsch)" tvg-country="US" tvg-language="German" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC2 (Deutsch) (540p) http://live.qvcde.simplestreamcdn.com/live/qvcde_plus_clean/bitrate1.isml/live.m3u8 #EXTINF:-1 tvg-id="QVTV.us" tvg-name="QVTV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X9LBFzK.jpg" group-title="Religious",QVTV https://qvmstream.tulix.tv/720p/720p/chunklist_w1600218747.m3u8 -#EXTINF:-1 tvg-id="RadioJavan.us" tvg-name="Radio Javan" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Radio Javan +#EXTINF:-1 tvg-id="RadioJavan.us" tvg-name="Radio Javan" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/oO6kxWO.png" group-title="",Radio Javan https://stream.rjtv.stream/live/smil:rjtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RadioUTV.us" tvg-name="Radio U TV" tvg-country="US" tvg-language="English" tvg-logo="https://radiou.com/wp-content/uploads/2018/06/RadioUSiteFooterTransparent.png" group-title="Music",Radio U TV https://cdnlive.radiou.com/LS-ATL-43240-1/index.m3u8 #EXTINF:-1 tvg-id="RadioyTelevisionMarti.us" tvg-name="Radio y Televisiรณn Martรญ" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/B6C0FyM.png" group-title="Local",Radio y Televisiรณn Martรญ (480p) https://ocb-lh.akamaihd.net/i/ocb_mpls_tvmc1@383606/master.m3u8 -#EXTINF:-1 tvg-id="RainbowRuby.us" tvg-name="Rainbow Ruby" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Rainbow Ruby +#EXTINF:-1 tvg-id="RainbowRuby.us" tvg-name="Rainbow Ruby" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/LrunNdE.png" group-title="",Rainbow Ruby https://dai2.xumo.com/amagi_hls_data_xumo1212A-roku-rainbow-ruby/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="RealAmericasVoice.us" tvg-name="Real America's Voice" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e84f54a82f05300080e6746/colorLogoPNG.png" group-title="",Real America's Voice (720p) http://plutotv.vo.llnwd.net/m/hlslive/amvoice.m3u8?chname=amvoice&pub=0 -#EXTINF:-1 tvg-id="RealAmericasVoice.us" tvg-name="Real America's Voice" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Real America's Voice +#EXTINF:-1 tvg-id="RealAmericasVoice.us" tvg-name="Real America's Voice" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5Noa5O2.png" group-title="News",Real America's Voice https://p1media-americasvoice-1.roku.wurl.com/manifest/b1ba4c5e9571b4919d24d0e97f8b7202.m3u8 -#EXTINF:-1 tvg-id="a9d5c8" tvg-name="Real_Families" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/z8O4Dl6.png" group-title="",Real Families +#EXTINF:-1 tvg-id="a9d5c8" tvg-name="Real_Families" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/z8O4Dl6.png" group-title="Family",Real Families https://lds-realfamilies-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RealFamiliesAustralia.us" tvg-name="Real Families (Australia)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Real Families (Australia) +#EXTINF:-1 tvg-id="RealFamiliesAustralia.us" tvg-name="Real Families (Australia)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/z8O4Dl6.png" group-title="Family",Real Families (Australia) https://lds-realfamilies-samsunguau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RealNosey.us" tvg-name="Real Nosey" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/eVB5iNV.png" group-title="",Real Nosey +#EXTINF:-1 tvg-id="Realnosey.us" tvg-name="Real nosey" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eVB5iNV.png" group-title="",Real nosey https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxrealnosey/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="RealNosey.us" tvg-name="Real Nosey" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/eVB5iNV.png" group-title="",Real Nosey +#EXTINF:-1 tvg-id="Realnosey.us" tvg-name="Real nosey" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eVB5iNV.png" group-title="",Real nosey https://nosey-realnosey-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RealNosey.us" tvg-name="Real Nosey" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/eVB5iNV.png" group-title="",Real Nosey +#EXTINF:-1 tvg-id="Realnosey.us" tvg-name="Real nosey" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eVB5iNV.png" group-title="",Real nosey https://nosey-realnosey-1.roku.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="RealPeopleSTIRR.us" tvg-name="Real People (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/61d8a775-ee54-406e-ab70-828eff54bad8-small3x1_stirr_0120_epg_RealPeople_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="",Real People (STIRR) (720p) https://dai.google.com/linear/hls/event/RoiVzG-4TJiJMSVUatDd4A/master.m3u8 -#EXTINF:-1 tvg-id="RealStories.us" tvg-name="Real Stories" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/J6dpNiD.png" group-title="",Real Stories +#EXTINF:-1 tvg-id="RealStories.us" tvg-name="Real Stories" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/J6dpNiD.png" group-title="",Real Stories https://lds-realstories-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RealTruthCrime.us" tvg-name="Real Truth Crime" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Real Truth Crime +#EXTINF:-1 tvg-id="RealTruthCrime.us" tvg-name="Real Truth Crime" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Real Truth Crime https://endemol-reeltruthcrime-1.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="RealVision.us" tvg-name="Real Vision" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/mLUmsCt.png" group-title="Business",Real Vision https://a.jsrdn.com/broadcast/2a755012a8/+0000/c.m3u8 -#EXTINF:-1 tvg-id="RealityMashup.us" tvg-name="Reality Mashup" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Reality Mashup +#EXTINF:-1 tvg-id="RealityMashup.us" tvg-name="Reality Mashup" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/hMAPXxJ.png" group-title="",Reality Mashup https://bk7l2w4nlx53-hls-live.5centscdn.com/AETV/514c04b31b5f01cf00dd4965e197fdda.sdp/AETV/OBS12/chunks.m3u8 #EXTINF:-1 tvg-id="RecoilTVBumblebee.us" tvg-name="Recoil TV (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Frecoiltv%2Flogo%2F50b6aeda-9f06-4ea6-9015-76e9ced1ebb2?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=f50350a77faef8a096f6ff512f6dd8b5" group-title="",Recoil TV (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7dff0f932c8368bdbfd5fd/playlist.m3u8 -#EXTINF:-1 tvg-id="RedApple21FairfaxCountyPublicSchools.us" tvg-name="Red Apple 21 (Fairfax County Public Schools)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/ICcQUCH.png" group-title="",Red Apple 21 (Fairfax County Public Schools) +#EXTINF:-1 tvg-id="RedApple21FairfaxCountyPublicSchools.us" tvg-name="Red Apple 21 (Fairfax County Public Schools)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ICcQUCH.png" group-title="Education",Red Apple 21 (Fairfax County Public Schools) https://cs.ebmcdn.net/eastbay-live-hs-1/fcps/mp4:fcps/playlist.m3u8 #EXTINF:-1 tvg-id="Redbox1Spotlight.us" tvg-name="Redbox 1: Spotlight" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/OrGCnPg.jpg" group-title="",Redbox 1: Spotlight (1080p) https://spotlight-redbox.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Redbox1Spotlight.us" tvg-name="Redbox 1: Spotlight" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/OrGCnPg.jpg" group-title="",Redbox 1: Spotlight https://spotlight-rokuus.amagi.tv/hls/amagi_hls_data_redboxAAA-spotlight-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Redbox2Comedy.us" tvg-name="Redbox 2: Comedy" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox 2: Comedy +#EXTINF:-1 tvg-id="Redbox2Comedy.us" tvg-name="Redbox 2: Comedy" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Comedy",Redbox 2: Comedy https://comedy-redbox.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Redbox3Rush.us" tvg-name="Redbox 3: Rush" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pA6g3iH.jpg" group-title="",Redbox 3: Rush (1080p) https://rush-redbox.amagi.tv/hls/amagi_hls_data_redboxAAA-rush/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Redbox3Rush.us" tvg-name="Redbox 3: Rush" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pA6g3iH.jpg" group-title="",Redbox 3: Rush (1080p) https://rush-redbox.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RedBoxKabillion.us" tvg-name="RedBox Kabillion" tvg-country="US" tvg-language="" tvg-logo="" group-title="",RedBox Kabillion +#EXTINF:-1 tvg-id="RedBoxKabillion.us" tvg-name="RedBox Kabillion" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/2Ybvtlg.png" group-title="",RedBox Kabillion http://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxkabillion/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="RedseatTheFirst.us" tvg-name="Redseat The First" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Redseat The First +#EXTINF:-1 tvg-id="RedseatTheFirst.us" tvg-name="Redseat The First" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Redseat The First https://redseat-thefirst-klowdtv.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Reelz.us" tvg-name="Reelz" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/UQjtEqR.png" group-title="Documentary",Reelz https://a.jsrdn.com/broadcast/d37066a396/+0000/c.m3u8 @@ -5259,21 +5249,21 @@ https://media.cdn.adultswim.com/streams/playlists/fishcam.backup.m3u8 https://a.jsrdn.com/broadcast/76381deeda/+0000/c.m3u8 #EXTINF:-1 tvg-id="Restore.us" tvg-name="Restore" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Entertainment",Restore https://endemol-restore-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RetroCrush.us" tvg-name="Retro Crush" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K1kJf1s.png" group-title="",Retro Crush (1080p) -https://digitalmediarights-retrocrush-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RetroCrush.us" tvg-name="Retro Crush" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K1kJf1s.png" group-title="",Retro Crush -https://digitalmediarights-retrocrush-1.sinclair.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RetroTV.us" tvg-name="Retro TV" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzI1NDE0MTFf/RetroTV_v2_281x281.png" group-title="",Retro TV +#EXTINF:-1 tvg-id="RetroTV.us" tvg-name="Retro TV" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzI1NDE0MTFf/RetroTV_v2_281x281.png" group-title="",Retro TV https://bcovlive-a.akamaihd.net/5e531be3ed6c41229b2af2d9bffba88d/us-east-1/6183977686001/playlist.m3u8 -#EXTINF:-1 tvg-id="RetroCrushSTIRR.us" tvg-name="RetroCrush (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/0eacc4f1-90c4-4ea4-b2f6-b643f77a92e2-small3x1_STIRR_Logo_0520_Retrocrush_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",RetroCrush (STIRR) (720p) -https://dai.google.com/linear/hls/event/7LAMGFcmQN6iFJjNoHWXrg/master.m3u8 -#EXTINF:-1 tvg-id="RetroCrushTV.us" tvg-name="RetroCrush TV" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQwMDkzNDRf/RetroCrush_576x576.png" group-title="",RetroCrush TV +#EXTINF:-1 tvg-id="RetroCrushTV.us" tvg-name="RetroCrush TV" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjQwMDkzNDRf/RetroCrush_576x576.png" group-title="",RetroCrush TV https://45034ce1cbb7489ab1499301f6274415.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_RetroCrush/playlist.m3u8?ads.wurl_channel=491&ads.wurl_name=RetroCrush&ads.us_privacy=1---&ads.psid=&ads.targetopt=1&ads.plex_token=z1MCPUpbxYcHru-5hdyq&ads.plex_id=5ef4e1b40d9ad000423c442a&ads.ua=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F84.0.4147.89+Safari%2F537.36+OPR%2F70.0.3728.71&ads.app_bundle=&ads.app_store_url=&ads.gdpr=0&ads.consent=0 -#EXTINF:-1 tvg-id="RetroCrushTV.us" tvg-name="RetroCrush TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/RetroCrush_576x576.png?raw=true" group-title="",RetroCrush TV +#EXTINF:-1 tvg-id="RetroCrushTV.us" tvg-name="RetroCrush TV" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjQwMDkzNDRf/RetroCrush_576x576.png" group-title="",RetroCrush TV https://digitalmediarights-retrocrush-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RevandRoll.us" tvg-name="Rev and Roll" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Rev and Roll +#EXTINF:-1 tvg-id="RetroCrush.us" tvg-name="RetroCrush TV" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjQwMDkzNDRf/RetroCrush_576x576.png" group-title="",RetroCrush TV (1080p) +https://digitalmediarights-retrocrush-1.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RetroCrush.us" tvg-name="RetroCrush TV" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjQwMDkzNDRf/RetroCrush_576x576.png" group-title="",RetroCrush TV +https://digitalmediarights-retrocrush-1.sinclair.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RetroCrushSTIRR.us" tvg-name="RetroCrush TV (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjQwMDkzNDRf/RetroCrush_576x576.png" group-title="",RetroCrush TV (STIRR) (720p) +https://dai.google.com/linear/hls/event/7LAMGFcmQN6iFJjNoHWXrg/master.m3u8 +#EXTINF:-1 tvg-id="RevandRoll.us" tvg-name="Rev and Roll" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Rev and Roll https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokurev-and-roll/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Revn.us" tvg-name="Rev'n" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzI1NDE5MjRf/Revn_375x375.png" group-title="",Rev'n +#EXTINF:-1 tvg-id="Revn.us" tvg-name="Rev'n" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzI1NDE5MjRf/Revn_375x375.png" group-title="",Rev'n https://bcovlive-a.akamaihd.net/a71236fdda1747999843bd3d55bdd6fa/us-east-1/6183977686001/playlist.m3u8 #EXTINF:-1 tvg-id="RevelationTV.us" tvg-name="Revelation TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/sOVdYJZ.png" group-title="Religious",Revelation TV (720p) https://rtv.cdn.mangomolo.com/rtv/smil:rtv.stream.smil/playlist.m3u8 @@ -5281,37 +5271,37 @@ https://rtv.cdn.mangomolo.com/rtv/smil:rtv.stream.smil/playlist.m3u8 https://rtv.cdn.mangomolo.com/rtv/smil:switch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Revolt.us" tvg-name="Revolt" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/us/Revolt.us.png" group-title="",Revolt https://bozztv.com/teleyupp/teleup-revolt/playlist.m3u8 -#EXTINF:-1 tvg-id="Revry.us" tvg-name="Revry" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Revry +#EXTINF:-1 tvg-id="Revry.us" tvg-name="Revry" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc81016d98cab623846a4f3" group-title="Lifestyle",Revry https://80b6878a343a4c37ae7c81c26e367b59.mediatailor.us-west-2.amazonaws.com/v1/manifest/ba62fe743df0fe93366eba3a257d792884136c7f/LINEAR-5-REVRY-PLEX/aa5b463a-e354-4b03-ab59-020c6cd3713e/0.m3u8 -#EXTINF:-1 tvg-id="Revry.us" tvg-name="Revry" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Revry +#EXTINF:-1 tvg-id="Revry.us" tvg-name="Revry" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="Lifestyle",Revry https://dai2.xumo.com/amagi_hls_data_xumo1212A-revryxumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="Revry.us" tvg-name="Revry" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc81016d98cab623846a4f3" group-title="Entertainment",Revry +#EXTINF:-1 tvg-id="Revry.us" tvg-name="Revry" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc81016d98cab623846a4f3" group-title="Lifestyle",Revry https://linear-43.frequency.stream/dist/localnow/43/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="Revry.us" tvg-name="Revry" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Revry +#EXTINF:-1 tvg-id="Revry.us" tvg-name="Revry" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc81016d98cab623846a4f3" group-title="Lifestyle",Revry https://linear-45.frequency.stream/dist/roku/45/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="b29065" tvg-name="Revry" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/5a3aMth.png" group-title="",Revry +#EXTINF:-1 tvg-id="b29065" tvg-name="Revry" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc81016d98cab623846a4f3" group-title="Lifestyle",Revry https://linear-5.frequency.stream/dist/plex/5/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="Revry.us" tvg-name="Revry" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Revry +#EXTINF:-1 tvg-id="Revry.us" tvg-name="Revry" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc81016d98cab623846a4f3" group-title="Lifestyle",Revry https://revry-revry-3-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RevrySTIRR.us" tvg-name="Revry (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/38394c13-f158-4f11-ac90-e9c8f3e5784f-small3x1_STIRR_Logo_0320_Revry_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",Revry (STIRR) (720p) +#EXTINF:-1 tvg-id="RevrySTIRR.us" tvg-name="Revry (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc81016d98cab623846a4f3" group-title="Lifestyle",Revry (STIRR) (720p) https://dai.google.com/linear/hls/event/gvO6-Y6TTjCxRf1QALU4VQ/master.m3u8 -#EXTINF:-1 tvg-id="Revry2.us" tvg-name="Revry 2" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Revry 2 +#EXTINF:-1 tvg-id="Revry2.us" tvg-name="Revry 2" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc81016d98cab623846a4f3" group-title="Lifestyle",Revry 2 https://0bef58ceebc44ecbba8ed46a4b17de0c.mediatailor.us-west-2.amazonaws.com/v1/manifest/ba62fe743df0fe93366eba3a257d792884136c7f/LINEAR-43-REVRY2-PLEX/09eef831-6e1a-4f60-a138-77c0a1da8e06/0.m3u8 -#EXTINF:-1 tvg-id="RevryNews.us" tvg-name="Revry News" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Revry News +#EXTINF:-1 tvg-id="RevryNews.us" tvg-name="Revry News" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Lifestyle",Revry News https://0b4227d4da7e4ba4aa9d980f532fdc86.mediatailor.us-west-2.amazonaws.com/v1/manifest/ba62fe743df0fe93366eba3a257d792884136c7f/LINEAR-44-REVRYNOW-PLEX/384b6047-c4ba-41fa-93da-86bb345ec805/0.m3u8 -#EXTINF:-1 tvg-id="RevryNews.us" tvg-name="Revry News" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc81131e591a036585913e9" group-title="News",Revry News +#EXTINF:-1 tvg-id="RevryNews.us" tvg-name="Revry News" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc81131e591a036585913e9" group-title="Lifestyle",Revry News https://linear-44.frequency.stream/dist/localnow/44/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="RevryNews.us" tvg-name="Revry News" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/AdIThwq.png" group-title="",Revry News +#EXTINF:-1 tvg-id="RevryNews.us" tvg-name="Revry News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AdIThwq.png" group-title="Lifestyle",Revry News https://linear-44.frequency.stream/dist/plex/44/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="RevryNews.us" tvg-name="Revry News" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Revry News +#EXTINF:-1 tvg-id="RevryNews.us" tvg-name="Revry News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AdIThwq.png" group-title="Lifestyle",Revry News https://revry-revrynews-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="REVRYQueer247.us" tvg-name="REVRY Queer 247" tvg-country="US" tvg-language="" tvg-logo="" group-title="",REVRY Queer 247 +#EXTINF:-1 tvg-id="RevryQueer.us" tvg-name="Revry Queer" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc81016d98cab623846a4f3" group-title="Lifestyle",Revry Queer https://4aafa23ec0a6477ca31466bd83a115a4.mediatailor.us-west-2.amazonaws.com/v1/master/ba62fe743df0fe93366eba3a257d792884136c7f/LINEAR-43-REVRY2-GALXY/mt/galxy/43/hls/master/playlist.m3u8 #EXTINF:-1 tvg-id="RhodeIslandProvidenceSTIRR.us" tvg-name="Rhode Island: Providence (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Rhode Island: Providence (STIRR) (720p) https://dai.google.com/linear/hls/event/5hLTCUyrQcS3B-NF8fNp-g/master.m3u8 #EXTINF:-1 tvg-id="RickAndMorty.us" tvg-name="Rick and Morty (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Rick and Morty (Adult Swim 24/7 Stream) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/rick-and-morty/stream.m3u8 -#EXTINF:-1 tvg-id="Rifftrax.us" tvg-name="Rifftrax" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Rifftrax +#EXTINF:-1 tvg-id="Rifftrax.us" tvg-name="Rifftrax" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/PZ9iGaO.png" group-title="",Rifftrax https://rifftrax-2.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="RiffTrax.us" tvg-name="RiffTrax" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/PZ9iGaO.png" group-title="",RiffTrax (720p) https://rifftrax.samsung.wurl.com/manifest/playlist.m3u8 @@ -5325,45 +5315,45 @@ https://stadium-ringofhonor-1.sinclair.wurl.com/manifest/playlist.m3u8 https://adultswim-vodlive.cdn.turner.com/live/robot-chicken/stream.m3u8 #EXTINF:-1 tvg-id="Romantique.us" tvg-name="Romantique" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/604819fcb99c5b3ca1689cf2" group-title="",Romantique https://linear-152.frequency.stream/dist/localnow/152/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="RoosterTeethTV.us" tvg-name="Rooster Teeth TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/3o9cG76.png" group-title="",Rooster Teeth TV +#EXTINF:-1 tvg-id="RoosterTeethTV.us" tvg-name="Rooster Teeth TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/3o9cG76.png" group-title="",Rooster Teeth TV https://d2klx6wjx7p5vm.cloudfront.net/Rooster-teeth/ngrp:Rooster-teeth_all/playlist.m3u8 -#EXTINF:-1 tvg-id="RuntimeBrazil.us" tvg-name="Runtime (Brazil)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Runtime (Brazil) -https://runtimebrazil-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RuntimeMexico.us" tvg-name="Runtime (Mexico)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Runtime (Mexico) -https://runtimemx-samsungmx.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RuntimeSpain.us" tvg-name="Runtime (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Runtime (Spain) -https://ammo-espanol-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RuntimeSpain.us" tvg-name="Runtime (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Runtime (Spain) -https://runtime-espana-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RuntimeSpain.us" tvg-name="Runtime (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Runtime (Spain) -https://runtime-espanol-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RuntimeSpain.us" tvg-name="Runtime (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Runtime (Spain) -https://runtimeespana-samsungspain.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RunTimeFreeMovies.us" tvg-name="RunTime Free Movies" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Runtime_120x120.png?raw=true" group-title="",RunTime Free Movies +#EXTINF:-1 tvg-id="RunTimeFreeMovies.us" tvg-name="RunTime" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Runtime_120x120.png?raw=true" group-title="Movies",RunTime https://ammoruntime-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RunwayTV.us" tvg-name="Runway TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/RunwayTV_960x960.png?raw=true" group-title="",Runway TV +#EXTINF:-1 tvg-id="RuntimeBrazil.us" tvg-name="Runtime (Brazil)" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Runtime_120x120.png?raw=true" group-title="",Runtime (Brazil) +https://runtimebrazil-samsungbrazil.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RuntimeMexico.us" tvg-name="Runtime (Mexico)" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Runtime_120x120.png?raw=true" group-title="",Runtime (Mexico) +https://runtimemx-samsungmx.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RuntimeSpain.us" tvg-name="Runtime (Spain)" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Runtime_120x120.png?raw=true" group-title="",Runtime (Spain) +https://ammo-espanol-plex.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RuntimeSpain.us" tvg-name="Runtime (Spain)" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Runtime_120x120.png?raw=true" group-title="",Runtime (Spain) +https://runtime-espana-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RuntimeSpain.us" tvg-name="Runtime (Spain)" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Runtime_120x120.png?raw=true" group-title="",Runtime (Spain) +https://runtime-espanol-roku.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RuntimeSpain.us" tvg-name="Runtime (Spain)" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Runtime_120x120.png?raw=true" group-title="",Runtime (Spain) +https://runtimeespana-samsungspain.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RunwayTV.us" tvg-name="Runway TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/RunwayTV_960x960.png?raw=true" group-title="",Runway TV https://runway-hls.secdn.net/runway-live/play/runway/playlist.m3u8 -#EXTINF:-1 tvg-id="RushbyAMC.us" tvg-name="Rush by AMC" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/x64jw3W.png" group-title="",Rush by AMC +#EXTINF:-1 tvg-id="RushbyAMC.us" tvg-name="Rush by AMC" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/sUwYQ6o.png" group-title="",Rush by AMC https://amc-rushbyamc-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RushStreet.us" tvg-name="Rush Street" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Rush Street +#EXTINF:-1 tvg-id="RushStreet.us" tvg-name="Rush Street" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/8wXTK2H.png" group-title="",Rush Street https://rushstreet-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RyanandFriends.us" tvg-name="Ryan and Friends" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/uG675tT.png" group-title="",Ryan and Friends +#EXTINF:-1 tvg-id="RyanandFriends.us" tvg-name="Ryan and Friends" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/uG675tT.png" group-title="",Ryan and Friends https://pocketwatch-ryanandfriends-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RyanandFriends.us" tvg-name="Ryan and Friends" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/uG675tT.png" group-title="",Ryan and Friends +#EXTINF:-1 tvg-id="RyanandFriends.us" tvg-name="Ryan and Friends" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/uG675tT.png" group-title="",Ryan and Friends https://pocketwatch-ryanandfriends-1.roku.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="SafeTV.us" tvg-name="SafeTV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/sDGZCpL.png" group-title="Religious",SafeTV (1080p) http://18.191.91.130:1935/live/safetv/playlist.m3u8 #EXTINF:-1 tvg-id="SamsungWildlife.us" tvg-name="Samsung Wildlife" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/x06npU2.png" group-title="",Samsung Wildlife https://d23gend7a1exlu.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="SamuelGoldwynChannel.us" tvg-name="Samuel Goldwyn Channel" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Samuel Goldwyn Channel +#EXTINF:-1 tvg-id="SamuelGoldwynChannel.us" tvg-name="Samuel Goldwyn Channel" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Samuel Goldwyn Channel https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxsamuelgoldwyn/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="SamuelGoldwynChannel.us" tvg-name="Samuel Goldwyn Channel" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Samuel Goldwyn Channel +#EXTINF:-1 tvg-id="SamuelGoldwynChannel.us" tvg-name="Samuel Goldwyn Channel" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Samuel Goldwyn Channel https://samuelgoldwyn-films-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="SamuelGoldwynClassics.us" tvg-name="Samuel Goldwyn Classics" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Samuel Goldwyn Classics +#EXTINF:-1 tvg-id="SamuelGoldwynClassics.us" tvg-name="Samuel Goldwyn Classics" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="Classic",Samuel Goldwyn Classics https://samuelgoldwyn-classic-roku.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="SamuraiJack.us" tvg-name="Samurai Jack (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Samurai Jack (Adult Swim 24/7 Stream) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/samurai-jack/stream.m3u8 -#EXTINF:-1 tvg-id="SantaandtheThreeBears.us" tvg-name="Santa and the Three Bears" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Generic_Christmas_715x715.png?raw=true" group-title="",Santa and the Three Bears (480p) +#EXTINF:-1 tvg-id="SantaandtheThreeBears.us" tvg-name="Santa and the Three Bears" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Generic_Christmas_715x715.png?raw=true" group-title="Family",Santa and the Three Bears (480p) https://cloudfront.tubi.video/21df8036-fa23-49ff-9877-8af983546d2b/elw3phlf/stream.m3u8 #EXTINF:-1 tvg-id="Saveur.us" tvg-name="Saveur" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Saveur (720p) https://a.jsrdn.com/broadcast/060753d37e/+0000/c.m3u8 @@ -5371,11 +5361,11 @@ https://a.jsrdn.com/broadcast/060753d37e/+0000/c.m3u8 https://sonlife5-i.akamaihd.net/hls/live/584631/ch5/master.m3u8 #EXTINF:-1 tvg-id="SBN.us" tvg-name="SBN" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/sbn.png" group-title="",SBN https://sonlife7-i.akamaihd.net/hls/live/585011/ch7/master.m3u8 -#EXTINF:-1 tvg-id="SBNGlobal.us" tvg-name="SBN Global" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Religious",SBN Global +#EXTINF:-1 tvg-id="SBNGlobal.us" tvg-name="SBN Global" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/h9Gxavk.png" group-title="Religious",SBN Global https://sonlife10-i.akamaihd.net/hls/live/585013/ch10/master.m3u8 #EXTINF:-1 tvg-id="Screamfest.us" tvg-name="Screamfest" tvg-country="US" tvg-language="English" tvg-logo="https://app.digitickets.co.uk/userfiles/companies/screamfestlogo.300x150.png" group-title="Movies",Screamfest (720p) https://vcnleomarkstudios.teleosmedia.com/stream/leomarkstudios/screamfest/playlist.m3u8 -#EXTINF:-1 tvg-id="Screendreams.us" tvg-name="Screendreams" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Screendreams +#EXTINF:-1 tvg-id="Screendreams.us" tvg-name="Screendreams" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Screendreams https://content.uplynk.com/channel/3e4b9cada2b74cf18977298804134a36.m3u8 #EXTINF:-1 tvg-id="SeattleChannelWashingtonSTIRR.us" tvg-name="Seattle Channel - Washington (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/NfE5jtp.png" group-title="Local",Seattle Channel - Washington (STIRR) (720p) https://wowzaprod188-i.akamaihd.net/hls/live/730322/3fa8d5f5/playlist.m3u8 @@ -5383,47 +5373,47 @@ https://wowzaprod188-i.akamaihd.net/hls/live/730322/3fa8d5f5/playlist.m3u8 https://rpn1.bozztv.com/36bay2/gusa-stgn/mono.m3u8 #EXTINF:-1 tvg-id="SGTN.us" tvg-name="SGTN" tvg-country="US" tvg-language="" tvg-logo="" group-title="",SGTN http://stgn-49.tulix.tv/live19/Stream1/playlist.m3u8 -#EXTINF:-1 tvg-id="Shabakeh7.us" tvg-name="Shabakeh 7" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Shabakeh 7 +#EXTINF:-1 tvg-id="Shabakeh7.us" tvg-name="Shabakeh 7" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/LeYSfhX.png" group-title="",Shabakeh 7 http://rtmp.abnsat.com/hls/txministry.m3u8 -#EXTINF:-1 tvg-id="ShalomTV.us" tvg-name="Shalom TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Shalom TV (720p) +#EXTINF:-1 tvg-id="ShalomTV.us" tvg-name="Shalom TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/IfF3zyd.png" group-title="",Shalom TV (720p) http://api.new.livestream.com/accounts/25038049/events/7483919/live.m3u8 #EXTINF:-1 tvg-id="ShalomTV.us" tvg-name="Shalom TV" tvg-country="INT" tvg-language="Spanish" tvg-logo="https://i3.wp.com/unored.tv/wp-content/uploads/2018/10/Shalom-TV-logo-oficial.jpg" group-title="Religious",Shalom TV https://livestreamcdn.net:444/ShalomTV/ShalomTV/playlist.m3u8 #EXTINF:-1 tvg-id="ShopHQ.us" tvg-name="Shop HQ" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/thumb/6/69/ShopHQ_2019_Logo.png/200px-ShopHQ_2019_Logo.png" group-title="Shop",Shop HQ (720p) https://aos01-evine.secure.footprint.net/evine/cleanfeed/master.m3u8 -#EXTINF:-1 tvg-id="ShopHQTV.us" tvg-name="Shop HQ TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Shop HQ TV (720p) +#EXTINF:-1 tvg-id="ShopHQTV.us" tvg-name="Shop HQ TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nVDmVad.png" group-title="Shop",Shop HQ TV (720p) https://aos01-evine.secure.footprint.net/evine/clean/appleman.m3u8 -#EXTINF:-1 tvg-id="ShopLC.us" tvg-name="Shop LC" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/606f94fdf46bcb6017662744" group-title="Lifestyle",Shop LC +#EXTINF:-1 tvg-id="ShopLC.us" tvg-name="Shop LC" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/606f94fdf46bcb6017662744" group-title="Shop",Shop LC https://cdn-shop-lc-01.akamaized.net/Content/DASH_DASH/Live/channel(ott)/master.mpd -#EXTINF:-1 tvg-id="ShopLC.us" tvg-name="Shop LC" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/606f94fdf46bcb6017662744" group-title="Lifestyle",Shop LC -https://cdn-shop-lc-01.vos360.video/Content/HLS_HLS/Live/channel(ShopLC_LocalNow)/master.m3u8 -#EXTINF:-1 tvg-id="ShopLC.us" tvg-name="ShopLC" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",ShopLC +#EXTINF:-1 tvg-id="ShopLC.us" tvg-name="Shop LC" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="Shop",Shop LC https://cdn-shop-lc-01.akamaized.net/Content/HLS_HLS/Live/channel(xumo)/index.m3u8 +#EXTINF:-1 tvg-id="ShopLC.us" tvg-name="Shop LC" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/606f94fdf46bcb6017662744" group-title="Shop",Shop LC +https://cdn-shop-lc-01.vos360.video/Content/HLS_HLS/Live/channel(ShopLC_LocalNow)/master.m3u8 #EXTINF:-1 tvg-id="ShortChannelBumblebee.us" tvg-name="Short Channel (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Findieflix%2Flogo%2Fa33d2d10-b8e7-4f8b-9139-f2bbe00910d1%3Fv%3D1?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=0ddf1eedd5f0614256c6916301f6b6b3" group-title="",Short Channel (Bumblebee) https://b29da26d9a17436eafe339c08e488f33.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5f8609010d552957bf5aa546/playlist.m3u8 -#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="",Shout! Factory TV +#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="General",Shout! Factory TV http://shoutfactory-redbox.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="",Shout! Factory TV +#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="General",Shout! Factory TV https://dai.google.com/linear/hls/event/JX5KKhKKRPqchP3LfXD-1A/master.m3u8 -#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="",Shout! Factory TV +#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="General",Shout! Factory TV https://shout-factory.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="",Shout! Factory TV +#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="General",Shout! Factory TV https://shout-factory.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="",Shout! Factory TV +#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="General",Shout! Factory TV https://shoutfactory-localnow.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="",Shout! Factory TV +#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="General",Shout! Factory TV https://shoutfactory-redbox.amagi.tv/hls/amagi_hls_data_redboxAAA-shoutfactorytv/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="",Shout! Factory TV +#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="General",Shout! Factory TV https://shoutfactory-shoutfactory-zype.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="",Shout! Factory TV +#EXTINF:-1 tvg-id="ShoutFactoryTV.us" tvg-name="Shout! Factory TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="General",Shout! Factory TV https://shoutfactory-xumo.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ShowtimeattheApollo.us" tvg-name="Showtime at the Apollo" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Showtime at the Apollo +#EXTINF:-1 tvg-id="ShowtimeattheApollo.us" tvg-name="Showtime at the Apollo" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Showtime at the Apollo https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxshowtimeattheapollo/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Sightline.us" tvg-name="Sightline" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f7b6665bf6bbf67610fbf02" group-title="Documentary",Sightline +#EXTINF:-1 tvg-id="Sightline.us" tvg-name="Sightline" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f7b6665bf6bbf67610fbf02" group-title="Documentary",Sightline https://linear-64.frequency.stream/dist/localnow/64/hls/master/playlist.m3u8 #EXTINF:-1 tvg-id="SilkStalkingsSTIRR.us" tvg-name="Silk Stalkings (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/f391754b-a2f8-4c0e-bdf9-7c40ffe92655-small3x1_stirr_1219_epg_silkstalkings_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="",Silk Stalkings (STIRR) (720p) https://dai.google.com/linear/hls/event/8ZYru1fgSY6JL1Ejb6T5Ag/master.m3u8 -#EXTINF:-1 tvg-id="SkillsPlusThrills.us" tvg-name="Skills + Thrills" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/kFJ3Qa4.png" group-title="",Skills + Thrills +#EXTINF:-1 tvg-id="SkillsPlusThrills.us" tvg-name="Skills + Thrills" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/kFJ3Qa4.png" group-title="",Skills + Thrills https://aenetworks-skills-thrills-1.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="SkillsPlusThrillsChannel2.us" tvg-name="Skills + Thrills Channel 2" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/kFJ3Qa4.png" group-title="",Skills + Thrills Channel 2 (1080p) https://aenetworks-skills-thrills-1.roku.wurl.com/manifest/playlist.m3u8 @@ -5433,27 +5423,27 @@ https://aenetworks-skills-thrills-1.samsung.wurl.com/manifest/playlist.m3u8 https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=71 #EXTINF:-1 tvg-id="SkyNews.us" tvg-name="SkyNews" tvg-country="US" tvg-language="English" tvg-logo="http://epg.51zmt.top:8000/tb1/gt/SkyNews.png" group-title="News",Sky News (720p) https://skynews2-plutolive-vo.akamaized.net/cdhlsskynewsamericas/1013/latest.m3u8 -#EXTINF:-1 tvg-id="ccc7e7" tvg-name="Slightly_Off_by_IFC" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/0tv3PRr.png" group-title="",Slightly Off by IFC +#EXTINF:-1 tvg-id="ccc7e7" tvg-name="Slightly_Off_by_IFC" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/0tv3PRr.png" group-title="",Slightly Off by IFC https://amc-slightly-off-by-amc-1.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="SlimoBumblebee.us" tvg-name="Slimo (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://media.unreel.me/prod/bumblebeetv/general/f260a87a-ab75-43f7-bafd-49f4143262b0" group-title="",Slimo (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e2783932c8368bdbfd8a5/playlist.m3u8 -#EXTINF:-1 tvg-id="SmartLifestyleTV.us" tvg-name="Smart Lifestyle TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Smart Lifestyle TV +#EXTINF:-1 tvg-id="SmartLifestyleTV.us" tvg-name="Smart Lifestyle TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Lifestyle",Smart Lifestyle TV https://t01587-lh.akamaihd.net/i/t01587SmartLifeStyle_1@692079/master.m3u8 -#EXTINF:-1 tvg-id="Smile.us" tvg-name="Smile" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TBN_Smile_512x512.png?raw=true" group-title="",Smile +#EXTINF:-1 tvg-id="Smile.us" tvg-name="Smile" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TBN_Smile_512x512.png?raw=true" group-title="",Smile https://api.new.livestream.com/accounts/27460990/events/8266916/live.m3u8 #EXTINF:-1 tvg-id="SmithsonianChannelAsia.us" tvg-name="Smithsonian Channel Asia" tvg-country="US;AU" tvg-language="English" tvg-logo="https://i.imgur.com/weNdD7r.png" group-title="Science",Smithsonian Channel Asia (1080p) https://smithsonianaus-samsungau.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="SmoshBumblebee.us" tvg-name="Smosh (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F28618872-8b59-4e7f-b796-141321b0ac02?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=a593a906847cd325667a5e1805072b15" group-title="",Smosh (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625af5748670f12a3bee9/playlist.m3u8 -#EXTINF:-1 tvg-id="SoReal.us" tvg-name="So Real" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjU5ODE2MDdf/SoReal_240x240.png" group-title="",So Real +#EXTINF:-1 tvg-id="SoReal.us" tvg-name="So Real" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjU5ODE2MDdf/SoReal_240x240.png" group-title="",So Real https://cinedigm-so-real-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="SoReal.us" tvg-name="So Real" tvg-country="US" tvg-language="" tvg-logo="" group-title="",So Real +#EXTINF:-1 tvg-id="SoReal.us" tvg-name="So Real" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjU5ODE2MDdf/SoReal_240x240.png" group-title="",So Real https://soreal-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="SoYummy.us" tvg-name="So Yummy!" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",So Yummy! +#EXTINF:-1 tvg-id="SoYummy.us" tvg-name="So Yummy!" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Cooking",So Yummy! https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxsoyummy/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="SoYummy.us" tvg-name="So Yummy!" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",So Yummy! +#EXTINF:-1 tvg-id="SoYummy.us" tvg-name="So Yummy!" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="Cooking",So Yummy! https://dai2.xumo.com/amagi_hls_data_xumo1212A-soyummy-xumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="SoReal.us" tvg-name="So Real" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa0a1d994163b4d276cb845" group-title="Lifestyle",So... Real +#EXTINF:-1 tvg-id="SoReal.us" tvg-name="So Real" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa0a1d994163b4d276cb845" group-title="Lifestyle",So Real https://soreal-localnow.cinedigm.com/playlist.m3u8 #EXTINF:-1 tvg-id="SOARSTIRR.us" tvg-name="SOAR (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/2b6ed67f-5284-4622-8594-a956633c8383-small3x1_stirr_1219_epg_soartv_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="",SOAR (STIRR) (720p) https://dai.google.com/linear/hls/event/_PDxBUttQYqkxPnmh3VOZA/master.m3u8 @@ -5471,11 +5461,11 @@ https://dai.google.com/linear/hls/event/btXotLiMRvmsa5J5AetBGQ/master.m3u8 https://dai.google.com/linear/hls/event/6Ll-qQyAQlWgCt4PhH11Kw/master.m3u8 #EXTINF:-1 tvg-id="Space1999STIRR.us" tvg-name="Space 1999 (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/aaaa25c9-d98a-46b8-8dca-3851ab93d3ee-small3x1_STIRR_Logo_0320_SPACE1999_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",Space 1999 (STIRR) (720p) https://dai.google.com/linear/hls/event/NeKNJHuzSeCiN_7Fcuo83Q/master.m3u8 -#EXTINF:-1 tvg-id="SpikeAdventura.us" tvg-name="Spike Adventura" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/Spike_Aventura_190x190.png?raw=true" group-title="",Spike Adventura +#EXTINF:-1 tvg-id="SpikeAdventura.us" tvg-name="Spike Adventura" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/Spike_Aventura_190x190.png?raw=true" group-title="",Spike Adventura http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d11baeb31c5a43b77bf59/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus #EXTINF:-1 tvg-id="SpikeItalia.us" tvg-name="Spike Italia" tvg-country="IT" tvg-language="Italian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Spike_logo_2015.svg/1280px-Spike_logo_2015.svg.png" group-title="",Spike Italia (480p) https://viacomitalytest-lh.akamaihd.net/i/sbshdlive_1@829515/master.m3u8 -#EXTINF:-1 tvg-id="SpiritTV.us" tvg-name="Spirit TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/jR24flK.png" group-title="Music",Spirit TV +#EXTINF:-1 tvg-id="SpiritTV.us" tvg-name="Spirit TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jR24flK.png" group-title="Religious",Spirit TV https://cdnlive.myspirit.tv/LS-ATL-43240-2/index.m3u8 #EXTINF:-1 tvg-id="SportsChannelNetwork.us" tvg-name="Sports Channel Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.ytimg.com/vi/2FtbPXeYTvo/maxresdefault.jpg" group-title="Sports",Sports Channel Network https://vod365-sports-channel-network-1-gb.samsung.wurl.com/manifest/playlist.m3u8 @@ -5497,7 +5487,7 @@ https://sportsgrid-samsungus.amagi.tv/playlist.m3u8 https://sportsgrid-xumo-us.amagi.tv/xumo.m3u8 #EXTINF:-1 tvg-id="SportskoolTV.us" tvg-name="Sportskool TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="Sports",Sportskool TV (720p) https://a.jsrdn.com/broadcast/fabeab4b08/+0000/c.m3u8 -#EXTINF:-1 tvg-id="Spotlight.us" tvg-name="Spotlight" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Spotlight +#EXTINF:-1 tvg-id="Spotlight.us" tvg-name="Spotlight" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/g9zxqSd.png" group-title="",Spotlight https://spotlight-vizio.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="SpydarTV.us" tvg-name="Spydar TV" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/NostTV_SpydarTV.png" group-title="Entertainment",Spydar TV (720p) https://simultv.s.llnwi.net/n4s4/Spydar/interlink.m3u8 @@ -5529,25 +5519,25 @@ https://sportsgrid-tribal.amagi.tv/playlist.m3u8 https://d179m5eq83yziw.cloudfront.net/live3/unbeaten_tv/bitrate1-clear.isml/manifest.m3u8 #EXTINF:-1 tvg-id="STTVWorldPokerTour.us" tvg-name="ST-TV | World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzA3OTUzMjVf/WPT_490x490.png" group-title="Sports",ST-TV | World Poker Tour (1080p) https://d3w4n3hhseniak.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/WPT-SportsTribal/120.m3u8 -#EXTINF:-1 tvg-id="Stadium.us" tvg-name="Stadium" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Stadium +#EXTINF:-1 tvg-id="Stadium.us" tvg-name="Stadium" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/n38w3FD.png" group-title="Sports",Stadium https://dai2.xumo.com/amagi_hls_data_xumo1234A-stadiumsports/CDN/master.m3u8 -#EXTINF:-1 tvg-id="Stadium.us" tvg-name="Stadium" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Wti4u7W.png" group-title="Sports",Stadium (720p) +#EXTINF:-1 tvg-id="Stadium.us" tvg-name="Stadium" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/n38w3FD.png" group-title="Sports",Stadium (720p) https://stadium-ringofhonor-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Stadium.us" tvg-name="Stadium" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Stadium +#EXTINF:-1 tvg-id="Stadium.us" tvg-name="Stadium" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/n38w3FD.png" group-title="Sports",Stadium https://stadium.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Stadium.us" tvg-name="Stadium" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/STADIUM_190x190.png?raw=true" group-title="",Stadium +#EXTINF:-1 tvg-id="Stadium.us" tvg-name="Stadium" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/n38w3FD.png" group-title="Sports",Stadium https://stadium.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Stadium.us" tvg-name="Stadium" tvg-country="US" tvg-language="English" tvg-logo="https://www.bestappletv.com/wp-content/uploads/2017/10/STADIUM_LOGO-620x350_2-620x350.jpg" group-title="Sports",Stadium (720p) +#EXTINF:-1 tvg-id="Stadium.us" tvg-name="Stadium" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/n38w3FD.png" group-title="Sports",Stadium (720p) https://stadiumlivein-i.akamaihd.net/hls/live/522512/mux_4/master.m3u8 #EXTINF:-1 tvg-id="StadiumSTIRR.us" tvg-name="Stadium (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/n38w3FD.png" group-title="Sports",Stadium (STIRR) (720p) http://stadium.sinclair.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="StadiumSTIRR.us" tvg-name="Stadium (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/b4e26296-be68-4e3d-beda-04e81f4d34ee-small3x1_stirr_1219_epg_stadium_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Sports",Stadium (STIRR) (720p) +#EXTINF:-1 tvg-id="StadiumSTIRR.us" tvg-name="Stadium (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/n38w3FD.png" group-title="Sports",Stadium (STIRR) (720p) https://dai.google.com/linear/hls/event/0jRU1DBXSW6a_TFheLfAUQ/master.m3u8 -#EXTINF:-1 tvg-id="StadiumLiveHD.us" tvg-name="Stadium | Live HD" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/Stadium.png" group-title="",Stadium | Live HD (720p) +#EXTINF:-1 tvg-id="StadiumLiveHD.us" tvg-name="Stadium | Live HD" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/Stadium.png" group-title="Sports",Stadium | Live HD (720p) https://bcovlive-a.akamaihd.net/e64d564b9275484f85981d8c146fb915/us-east-1/5994000126001/f3d8696d886f4c3b9612132643061743/playlist_ssaiM.m3u8 -#EXTINF:-1 tvg-id="STARChannel.us" tvg-name="STAR Channel (Spain)" tvg-country="ES" tvg-language="Spanish;English" tvg-logo="" group-title="",STAR Channel (Spain) +#EXTINF:-1 tvg-id="STARChannel.us" tvg-name="STAR Channel (Spain)" tvg-country="ES" tvg-language="Spanish;English" tvg-logo="https://i.imgur.com/e4izZbC.png" group-title="",STAR Channel (Spain) http://45.179.140.242:8000/play/a0h5 -#EXTINF:-1 tvg-id="STARLife.us" tvg-name="STAR Life (Spain)" tvg-country="ES" tvg-language="Spanish;English" tvg-logo="" group-title="",STAR Life (Spain) +#EXTINF:-1 tvg-id="STARLife.us" tvg-name="STAR Life (Spain)" tvg-country="ES" tvg-language="Spanish;English" tvg-logo="https://i.imgur.com/e4izZbC.png" group-title="",STAR Life (Spain) http://45.179.140.242:8000/play/a0h4 #EXTINF:-1 tvg-id="STARMOVIEMIHDSTIRR.us" tvg-name="STAR MOVIEMI HD (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT2kTZnEQilym8ptRCEoFwFHsTvp0m_y-VOdvWZSFErs4Nyke_m&usqp=CAU" group-title="",STAR MOVIEMI HD (STIRR) https://sonar.sinclair.wurl.com/manifest/playlist.m3u8 @@ -5611,17 +5601,17 @@ https://cdn61.liveonlineservices.com/hls/subrang.m3u8 https://janson-supersimplesongs-1.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Supertoons.us" tvg-name="Supertoons" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iVeuci8.jpg" group-title="Kids",Supertoons https://kedoo-supertoonstv-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="SurfNowTV.us" tvg-name="Surf Now TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",Surf Now TV +#EXTINF:-1 tvg-id="SurfNowTV.us" tvg-name="Surf Now TV" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/06232020/SURF_NOW_TV_190x190.png?raw=true" group-title="Sports",Surf Now TV https://0e52d42a12b74a218576cd628069fa50.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_SurfNowTV/1e05afbf-0234-4d61-9406-20bf6719fce5/3.m3u8 -#EXTINF:-1 tvg-id="SurfNowTV.us" tvg-name="Surf Now TV" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/06232020/SURF_NOW_TV_190x190.png?raw=true" group-title="",Surf Now TV +#EXTINF:-1 tvg-id="SurfNowTV.us" tvg-name="Surf Now TV" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/06232020/SURF_NOW_TV_190x190.png?raw=true" group-title="",Surf Now TV https://1091-surfnowtv-1.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="SurvivorNetTV.us" tvg-name="SurvivorNetTV" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/607723ec19daa1553816098b" group-title="Entertainment",SurvivorNetTV https://linear-165.frequency.stream/dist/localnow/165/hls/master/playlist.m3u8 #EXTINF:-1 tvg-id="SwordandShield.us" tvg-name="Sword and Shield" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xwHhiAc.png" group-title="Documentary",Sword and Shield https://a.jsrdn.com/broadcast/9e63a1b236/+0000/c.m3u8 -#EXTINF:-1 tvg-id="SYFY.us" tvg-name="SYFY" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Entertainment",SYFY +#EXTINF:-1 tvg-id="SYFY.us" tvg-name="SYFY" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SdyCmW4.png" group-title="Entertainment",SYFY https://bozztv.com/teleyupp/teleup-syfy/playlist.m3u8 -#EXTINF:-1 tvg-id="TAGTV.us" tvg-name="TAG TV" tvg-country="US" tvg-language="Hindi" tvg-logo="" group-title="News",TAG TV +#EXTINF:-1 tvg-id="TAGTV.us" tvg-name="TAG TV" tvg-country="US" tvg-language="Hindi" tvg-logo="https://i.imgur.com/9vosZt4.png" group-title="News",TAG TV https://cdn30.liveonlineservices.com/hls/tagtv.m3u8 #EXTINF:-1 tvg-id="Tankee.us" tvg-name="Tankee" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oMWbZ8n.png" group-title="Kids",Tankee https://72c5b87587c545558c3170ab55de2915.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_Tankee/282d947f-8e33-4bcb-8d98-3c7d9254f6f5/3.m3u8 @@ -5633,53 +5623,53 @@ https://playworksdigital-tankee-1.plex.wurl.com/manifest/playlist.m3u8 https://playworksdigital-tankee-1.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="TasteItTVBumblebee.us" tvg-name="Taste It TV (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/http%3A%2F%2Fmedia.unreel.me%2Flive%2Ftaste_it.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=8386337bef4f78e30939e75c286ba10f" group-title="",Taste It TV (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5af61f59d5eeee7af3d1db8f/playlist.m3u8 -#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/dwMUVhs.png" group-title="",Tastemade (720p) +#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade (720p) https://tastemade-de-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="",Tastemade +#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Tastemade +#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade https://tastemade-xumo.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16xumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/TASTEMADE_190x190.png?raw=true" group-title="",Tastemade +#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade https://tastemade.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Tastemade +#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade https://tastemadefr16min-redbox.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-redbox/CDN/playlist.m3u8?p=Redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="English" tvg-logo="https://yt3.ggpht.com/a-/AAuE7mB9l6rHPU5feWQg5I7xyag5bc9-fS-suqi5sg=s900-mo-c-c0xffffffff-rj-k-no" group-title="Cooking",Tastemade (1080p) +#EXTINF:-1 tvg-id="Tastemade.us" tvg-name="Tastemade" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade (1080p) https://tastemadessai.akamaized.net/amagi_hls_data_tastemade-tastemade/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TastemadeBrazil.us" tvg-name="Tastemade (Brazil)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Tastemade (Brazil) +#EXTINF:-1 tvg-id="TastemadeBrazil.us" tvg-name="Tastemade (Brazil)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade (Brazil) https://tastemade-pt16intl-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TastemadeIndia.us" tvg-name="Tastemade (India)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Tastemade (India) +#EXTINF:-1 tvg-id="TastemadeIndia.us" tvg-name="Tastemade (India)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade (India) https://tastemadeintaus-smindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TasteMadeMexico.us" tvg-name="TasteMade (Mexico)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",TasteMade (Mexico) +#EXTINF:-1 tvg-id="TasteMadeMexico.us" tvg-name="TasteMade (Mexico)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",TasteMade (Mexico) https://tastemadees16intl-samsungmexico.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TastemadeSpain.us" tvg-name="Tastemade" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Tastemade (Spain) +#EXTINF:-1 tvg-id="TastemadeSpain.us" tvg-name="Tastemade" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade (Spain) https://tastemadees16intl-brightcove.amagi.tv/hls/amagi_hls_data_tastemade-tastemade-es16intl-brightcove/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TastemadeEnEspanol.us" tvg-name="Tastemade En Espanol" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/10272020/Tastemade_en_Espanol_190x190.png?raw=true" group-title="",Tastemade En Espanol +#EXTINF:-1 tvg-id="TastemadeEnEspanol.us" tvg-name="Tastemade En Espaรฑol" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade En Espaรฑol https://tastemade-es16tm-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TastemadeEnEspanol.us" tvg-name="Tastemade En Espanol" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Tastemade En Espanol +#EXTINF:-1 tvg-id="TastemadeEnEspanol.us" tvg-name="Tastemade En Espaรฑol" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade En Espaรฑol https://tastemade-es8intl-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TastemadeEspanol.us" tvg-name="Tastemade Espanol" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Tastemade Espanol +#EXTINF:-1 tvg-id="TastemadeEspanol.us" tvg-name="Tastemade Espaรฑol" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade Espaรฑol https://tastemade-es8intl-roku.amagi.tv/hls/amagi_hls_data_tastemade-tastemade-es8intl-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TastemadeEspanol.us" tvg-name="Tastemade Espanol" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Tastemade Espanol +#EXTINF:-1 tvg-id="TastemadeEspanol.us" tvg-name="Tastemade Espaรฑol" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade Espaรฑol https://tastemadees16intl-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TastemadeInternational.us" tvg-name="Tastemade International" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Tastemade International +#EXTINF:-1 tvg-id="TastemadeInternational.us" tvg-name="Tastemade International" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade International https://tastemade-intl-vizioca.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TastemadeInternationalAustralia.us" tvg-name="Tastemade International (Australia)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Tastemade International (Australia) +#EXTINF:-1 tvg-id="TastemadeInternationalAustralia.us" tvg-name="Tastemade International (Australia)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade International (Australia) https://tmint-aus-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TastemadeTravel.us" tvg-name="Tastemade Travel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Tastemade Travel +#EXTINF:-1 tvg-id="TastemadeTravel.us" tvg-name="Tastemade Travel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="Cooking",Tastemade Travel https://tastemadetravel-vizio.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TBD.us" tvg-name="TBD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Fbzbq1y.png" group-title="General",TBD (720p) https://content.uplynk.com/channel/1831163f97674328ad9f4b4814ed39c5.m3u8 #EXTINF:-1 tvg-id="TBD.us" tvg-name="TBD." tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ii5W0Lx.png" group-title="General",TBD. (720p) https://dai.google.com/linear/hls/event/_xtY848OSRCm_k0veSjMHg/master.m3u8 -#EXTINF:-1 tvg-id="TBNAsia.us" tvg-name="TBN Asia" tvg-country="US" tvg-language="" tvg-logo="" group-title="",TBN Asia +#EXTINF:-1 tvg-id="TBNAsia.us" tvg-name="TBN Asia" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/QyMAyrs.png" group-title="",TBN Asia http://210.210.155.35/qwr9ew/s/s39/02.m3u8 -#EXTINF:-1 tvg-id="TBNUS.us" tvg-name="TBN US" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TBN_TBN_485x485.png?raw=true" group-title="",TBN US +#EXTINF:-1 tvg-id="TBNUS.us" tvg-name="TBN US" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TBN_TBN_485x485.png?raw=true" group-title="",TBN US https://api.new.livestream.com/accounts/27460990/events/8266920/live.m3u8 #EXTINF:-1 tvg-id="TBNUkraina.us" tvg-name="TBN ะฃะบั€ะฐะธะฝะฐ" tvg-country="UA" tvg-language="" tvg-logo="https://i.imgur.com/DHwhdRF.png" group-title="",TBN ะฃะบั€ะฐะธะฝะฐ http://62.32.67.187:1935/WEB_Ukraine24/Ukraine24.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="TBSEast.us" tvg-name="TBS (East)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",TBS (East) [Geo-blocked] +#EXTINF:-1 tvg-id="TBSEast.us" tvg-name="TBS (East)" tvg-country="US" tvg-language="English" tvg-logo="https://en.wikipedia.org/wiki/File:TBS_1987_logo.png" group-title="",TBS (East) [Geo-blocked] https://tve-live-lln.warnermediacdn.com/hls/live/2023172/tbseast/slate/VIDEO_0_3564000.m3u8 -#EXTINF:-1 tvg-id="TBSWest.us" tvg-name="TBS (West)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",TBS (West) [Geo-blocked] +#EXTINF:-1 tvg-id="TBSWest.us" tvg-name="TBS (West)" tvg-country="US" tvg-language="English" tvg-logo="https://en.wikipedia.org/wiki/File:TBS_1987_logo.png" group-title="",TBS (West) [Geo-blocked] https://tve-live-lln.warnermediacdn.com/hls/live/2023174/tbswest/slate/VIDEO_0_3564000.m3u8 #EXTINF:-1 tvg-id="TCMTurnerClassicMoviesEast.us" tvg-name="TCM (Turner Classic Movies) (East)" tvg-country="US" tvg-language="English" tvg-logo="https://www.csadesign.com/images/tcm_logo1.gif" group-title="Classic",TCM (Turner Classic Movies) (East) [Geo-blocked] https://tve-live-lln.warnermediacdn.com/hls/live/2023186/tcmeast/noslate/VIDEO_1_5128000.m3u8 @@ -5689,7 +5679,7 @@ https://tve-live-lln.warnermediacdn.com/hls/live/2023187/tcmwest/noslate/VIDEO_1 https://bcoveliveios-i.akamaihd.net/hls/live/206632/1997976452001/TCTHLS/playlist.m3u8 #EXTINF:-1 tvg-id="TCTKids.us" tvg-name="TCT Kids" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Kids",TCT Kids https://bcoveliveios-i.akamaihd.net/hls/live/206632/1997976452001/FamilyHLS/playlist.m3u8 -#EXTINF:-1 tvg-id="TDAmeritradeNetwork.us" tvg-name="TD Ameritrade Network" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TDAmeritradeNetwork_284x284.png?raw=true" group-title="",TD Ameritrade Network +#EXTINF:-1 tvg-id="TDAmeritradeNetwork.us" tvg-name="TD Ameritrade Network" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TDAmeritradeNetwork_284x284.png?raw=true" group-title="",TD Ameritrade Network https://content.uplynk.com/channel/f9aafa1f132e40af9b9e7238bc18d128.m3u8 #EXTINF:-1 tvg-id="TDAmeritradeNetwork.us" tvg-name="TD Ameritrade Network" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TDAmeritradeNetwork_284x284.png?raw=true" group-title="",TD Ameritrade Network https://tdameritrade-distro.amagi.tv/playlist.m3u8 @@ -5701,11 +5691,11 @@ https://wmaqlive-f.akamaihd.net/i/wmaqb1_1@24420/master.m3u8 https://streams.the6tv.duckdns.org:2443/locals/Pheonix/ktaz-dt1.m3u8 #EXTINF:-1 tvg-id="WZDCCD.us" tvg-name="Telemundo 44 [WZDC-CD] (Washington DC)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/G8Bk8si.png" group-title="General",Telemundo 44 Washington DC (432p) https://wrclive-f.akamaihd.net/i/wrcb2_1@46880/master.m3u8 -#EXTINF:-1 tvg-id="KUAN.us" tvg-name="KUAN-LD2" tvg-country="US" tvg-language="Spanish" tvg-logo="https://media.localbtv.com/images/sandiegobtv/logos/20551-88536.png" group-title="",teleXitos (KUAN-LD2) +#EXTINF:-1 tvg-id="KUAN.us" tvg-name="KUAN-LD2" tvg-country="US" tvg-language="Spanish" tvg-logo="https://media.localbtv.com/images/sandiegobtv/logos/20551-88536.png" group-title="Local",teleXitos (KUAN-LD2) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/kuan-ld2.m3u8 #EXTINF:-1 tvg-id="Tempe11.us" tvg-name="Tempe 11" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/2XKjSpy.gif" group-title="Local",Tempe 11 https://granicusliveus1-a.akamaihd.net/tempe/G0355_003/playlist.m3u8 -#EXTINF:-1 tvg-id="TempleUniversityTV.us" tvg-name="Temple University TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/YchkfWy.png" group-title="",Temple University TV +#EXTINF:-1 tvg-id="TempleUniversityTV.us" tvg-name="Temple University TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YchkfWy.png" group-title="",Temple University TV http://streaming.temple.edu/tutvlive/mp4:8BRYCQMB/playlist.m3u8 #EXTINF:-1 tvg-id="TennesseeChattanoogaSTIRR.us" tvg-name="Tennessee: Chattanooga (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Tennessee: Chattanooga (STIRR) (720p) https://dai.google.com/linear/hls/event/7_v7qMjnQWGZShy2eOvR5g/master.m3u8 @@ -5733,39 +5723,37 @@ https://dai.google.com/linear/hls/event/TIQuLmldSj2SqS8y2ud9Xg/master.m3u8 https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=31 #EXTINF:-1 tvg-id="TGJunior.us" tvg-name="TG Junior" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/12Vkj60.png" group-title="",TG Junior (720p) https://tg-junior.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="TGToonGoogles.us" tvg-name="TG Toon Googles" tvg-country="US" tvg-language="" tvg-logo="" group-title="",TG Toon Googles (720p) -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37 #EXTINF:-1 tvg-id="The360Channel.us" tvg-name="The 360 Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/48iMZ7c.png" group-title="Education",The 360 Channel https://www.filmon.com/vr-streams/4136.high/playlist.m3u8 #EXTINF:-1 tvg-id="TheAdventuresofSherlockHolmesSTIRR.us" tvg-name="The Adventures of Sherlock Holmes (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/8f0ba0f2-e3aa-45ca-bc7c-26d2e4cc79d9-small3x1_stirr_0120_epg_Sherlock_1920x1080.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",The Adventures of Sherlock Holmes (STIRR) (720p) https://dai.google.com/linear/hls/event/fMcxjP7ORACGFsBvi7ZhAg/master.m3u8 -#EXTINF:-1 tvg-id="TheArchive.us" tvg-name="The Archive" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",The Archive +#EXTINF:-1 tvg-id="TheArchive.us" tvg-name="The Archive" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",The Archive https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxthearchive/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TheArchive.us" tvg-name="The Archive" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg0MDgzNDBf/TheArchive_300x300.png" group-title="",The Archive +#EXTINF:-1 tvg-id="TheArchive.us" tvg-name="The Archive" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjg0MDgzNDBf/TheArchive_300x300.png" group-title="",The Archive https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=74 -#EXTINF:-1 tvg-id="TheArchive.us" tvg-name="The Archive" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg0MDgzNDBf/TheArchive_300x300.png" group-title="",The Archive +#EXTINF:-1 tvg-id="TheArchive.us" tvg-name="The Archive" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjg0MDgzNDBf/TheArchive_300x300.png" group-title="",The Archive https://stream.ads.ottera.tv/playlist.m3u8?network_id=93 -#EXTINF:-1 tvg-id="TheAsylum.us" tvg-name="The Asylum" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/1pxXEtP.png" group-title="",The Asylum +#EXTINF:-1 tvg-id="TheAsylum.us" tvg-name="The Asylum" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1pxXEtP.png" group-title="",The Asylum http://asylum-stirr.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TheAsylum.us" tvg-name="The Asylum" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Asylum +#EXTINF:-1 tvg-id="TheAsylum.us" tvg-name="The Asylum" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1pxXEtP.png" group-title="",The Asylum https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/591105034c1806b47438342c/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=115&deviceId=591105034c1806b47438342c&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="TheAsylumSTIRR.us" tvg-name="The Asylum (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/2be0c3dc-50f6-46f6-b44f-f84cec861b5f-small3x1_STIRR_Logo_0520_TheAsylum_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",The Asylum (STIRR) (1080p) +#EXTINF:-1 tvg-id="TheAsylumSTIRR.us" tvg-name="The Asylum (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1pxXEtP.png" group-title="",The Asylum (STIRR) (1080p) https://dai.google.com/linear/hls/event/2r7F3DThT-C5YW21CUuGLQ/master.m3u8 -#EXTINF:-1 tvg-id="TheAsylumChannel.us" tvg-name="The Asylum Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Asylum Channel +#EXTINF:-1 tvg-id="TheAsylumChannel.us" tvg-name="The Asylum Channel" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/1pxXEtP.png" group-title="",The Asylum Channel https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cc81e793798650e4f7d9fd3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=867f59cf-0586-11eb-8b9f-0242ac110002&deviceId=5cc81e793798650e4f7d9fd3&deviceVersion=DNT&appVersion=DNT&deviceDNT=1&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false #EXTINF:-1 tvg-id="TheBeachChannel.us" tvg-name="The Beach Channel" tvg-country="US" tvg-language="English" tvg-logo="https://images.squarespace-cdn.com/content/5bbd189f840b16624eaaaa54/1564164558355-89YX9OANPEHYV71HWPT1/BC+LOGO_CH5_REVISED.png" group-title="Lifestyle",The Beach Channel https://live.lwcdn.com/live/amlst:ALH8QFrg_all/playlist.m3u8 -#EXTINF:-1 tvg-id="TheBlaze.us" tvg-name="The Blaze" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Blaze +#EXTINF:-1 tvg-id="TheBlaze.us" tvg-name="The Blaze" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/toNeonC.png" group-title="",The Blaze https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46fba0c43b0d00096e5ac1/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&sid=e6f1682e-cc62-437a-bd0d-082bea9a4059&userId=&serverSideAds=true #EXTINF:-1 tvg-id="TheBoatShow.us" tvg-name="The Boat Show" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iYDR5VS.jpg" group-title="Outdoor",The Boat Show https://a.jsrdn.com/broadcast/256ccf645e/+0000/c.m3u8 -#EXTINF:-1 tvg-id="TheBoatShow.us" tvg-name="The Boat Show" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Outdoor",The Boat Show +#EXTINF:-1 tvg-id="TheBoatShow.us" tvg-name="The Boat Show" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iYDR5VS.jpg" group-title="Outdoor",The Boat Show https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/14c063cc-8be5-11eb-a7de-bacfe1f83627/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="TheBoatShow.us" tvg-name="The Boat Show" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Outdoor",The Boat Show +#EXTINF:-1 tvg-id="TheBoatShow.us" tvg-name="The Boat Show" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iYDR5VS.jpg" group-title="Outdoor",The Boat Show https://e99f8e610cd24f40a2c5f054d33aad3a.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_TheBoatShow/820e6d4e-cebb-4533-adf7-d0193f320ac9/4.m3u8 -#EXTINF:-1 tvg-id="TheBoatShow.us" tvg-name="The Boat Show" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ndD8tcp.png" group-title="Outdoor",The Boat Show +#EXTINF:-1 tvg-id="TheBoatShow.us" tvg-name="The Boat Show" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iYDR5VS.jpg" group-title="Outdoor",The Boat Show https://vitor-theboatshow-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="TheBoatShow.us" tvg-name="The_Boat_Show" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xVpV3v3.png" group-title="Outdoor",The Boat Show +#EXTINF:-1 tvg-id="TheBoatShow.us" tvg-name="The_Boat_Show" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iYDR5VS.jpg" group-title="Outdoor",The Boat Show https://vitor-theboatshow-1.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="TheBobRossChannel.us" tvg-name="The Bob Ross Channel" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/BobRossChannel_275x275.png?raw=true" group-title="Culture",The Bob Ross Channel https://bobross-us-roku.cinedigm.com/midroll/amagi_hls_data_xumo-host-roku-bobross/CDN/playlist.m3u8 @@ -5785,21 +5773,21 @@ https://dai.google.com/linear/hls/event/3dbJrQmVT_-psb-KBYuKQA/master.m3u8 https://carolburnett-roku.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TheCommishSTIRR.us" tvg-name="The Commish (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/3a139329-7cdd-40f7-85fa-35d3b68853ca-small3x1_stirr_1219_epg_thecommish_1920x1080.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Series",The Commish (STIRR) (720p) https://dai.google.com/linear/hls/event/zfyiHhG0TeuoNist_WUwjg/master.m3u8 -#EXTINF:-1 tvg-id="TheCraftistry.us" tvg-name="The Craftistry" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Craftistry +#EXTINF:-1 tvg-id="TheCraftistry.us" tvg-name="The Craftistry" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",The Craftistry https://studio71-craftistry-roku.amagi.tv/hls/amagi_hls_data_studio71A-craftistry-rokuA/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TheCraftistry.us" tvg-name="The Craftistry" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",The Craftistry +#EXTINF:-1 tvg-id="TheCraftistry.us" tvg-name="The Craftistry" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",The Craftistry https://studio71-craftistry-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TheDesignNetwork.us" tvg-name="The Design Network" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",The Design Network +#EXTINF:-1 tvg-id="TheDesignNetwork.us" tvg-name="The Design Network" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Lifestyle",The Design Network https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxthedesignnetwork/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TheDesignNetwork.us" tvg-name="The Design Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/VrZkqvM.png" group-title="Entertainment",The Design Network (1080p) +#EXTINF:-1 tvg-id="TheDesignNetwork.us" tvg-name="The Design Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/VrZkqvM.png" group-title="Lifestyle",The Design Network (1080p) https://thedesignnetwork-tdn-2.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="TheDesignNetwork.us" tvg-name="The Design Network" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Design Network +#EXTINF:-1 tvg-id="TheDesignNetwork.us" tvg-name="The Design Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LoUGscj.png" group-title="Lifestyle",The Design Network https://thedesignnetwork-tdn-4.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="bb3805" tvg-name="The_Design_Network" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/LoUGscj.png" group-title="",The Design Network +#EXTINF:-1 tvg-id="bb3805" tvg-name="The_Design_Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LoUGscj.png" group-title="Lifestyle",The Design Network https://thedesignnetwork-tdn-5.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="TheDesignNetwork.us" tvg-name="The Design Network" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Design Network +#EXTINF:-1 tvg-id="TheDesignNetwork.us" tvg-name="The Design Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LoUGscj.png" group-title="Lifestyle",The Design Network https://thedesignnetwork-tdn-6-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="TheDesignNetworkTV.us" tvg-name="The Design Network TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/84yzpXE.png" group-title="Entertainment",The Design Network TV (720p) +#EXTINF:-1 tvg-id="TheDesignNetworkTV.us" tvg-name="The Design Network TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LoUGscj.png" group-title="Lifestyle",The Design Network TV (720p) https://thedesignnetwork-tdn-1.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="TheEricAndreShow.us" tvg-name="The Eric Andre Show (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",The Eric Andre Show (Adult Swim 24/7 Stream) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/eric-andre/stream.m3u8 @@ -5807,15 +5795,15 @@ https://adultswim-vodlive.cdn.turner.com/live/eric-andre/stream.m3u8 https://a.jsrdn.com/broadcast/9Kl3dcb5l/indexfd_1280x720.m3u8 #EXTINF:-1 tvg-id="TheFilmDetective.us" tvg-name="The Film Detective" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Y0lYPgY.png" group-title="Movies",The Film Detective (720p) https://dai.google.com/linear/hls/event/OYH9J7rZSK2fabKXWAYcfA/master.m3u8 -#EXTINF:-1 tvg-id="TheFilmDetective.us" tvg-name="The_Film_Detective" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/X7NV3X1.png" group-title="",The Film Detective +#EXTINF:-1 tvg-id="TheFilmDetective.us" tvg-name="The_Film_Detective" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X7NV3X1.png" group-title="",The Film Detective https://filmdetective-plex.amagi.tv/hls/amagi_hls_data_plexAAAAA-filmdetective-plex/CDN/master.m3u8 -#EXTINF:-1 tvg-id="TheFilmDetective.us" tvg-name="The Film Detective" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NjA3MTRf/FilmDetective_400x400.png" group-title="",The Film Detective +#EXTINF:-1 tvg-id="TheFilmDetective.us" tvg-name="The Film Detective" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NjA3MTRf/FilmDetective_400x400.png" group-title="",The Film Detective https://tfd-distro.amagi.tv/index.m3u8 -#EXTINF:-1 tvg-id="TheFilmDetective.us" tvg-name="The Film Detective HD" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",The Film Detective HD [Geo-blocked] +#EXTINF:-1 tvg-id="TheFilmDetective.us" tvg-name="The Film Detective HD" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",The Film Detective HD [Geo-blocked] https://a.jsrdn.com/broadcast/9Kl3dcb5l/c.m3u8 -#EXTINF:-1 tvg-id="TheFilmDetective.us" tvg-name="The Film Detective" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NjA3MTRf/FilmDetective_400x400.png" group-title="",The Film Detective | Sc.1 +#EXTINF:-1 tvg-id="TheFilmDetective.us" tvg-name="The Film Detective" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NjA3MTRf/FilmDetective_400x400.png" group-title="",The Film Detective | Sc.1 https://filmdetective-stirr.amagi.tv/index.m3u8 -#EXTINF:-1 tvg-id="TheFilmDetective.us" tvg-name="The Film Detective" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NjA3MTRf/FilmDetective_400x400.png" group-title="",The Film Detective | Sc.2 +#EXTINF:-1 tvg-id="TheFilmDetective.us" tvg-name="The Film Detective" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NjA3MTRf/FilmDetective_400x400.png" group-title="",The Film Detective | Sc.2 https://filmdetective-plex.amagi.tv/index.m3u8 #EXTINF:-1 tvg-id="TheFirst.us" tvg-name="The First" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc953ab6426646dbd7347b4" group-title="News",The First https://redseat-thefirst-localnow.amagi.tv/playlist.m3u8 @@ -5823,13 +5811,13 @@ https://redseat-thefirst-localnow.amagi.tv/playlist.m3u8 https://thefirst-vizio.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TheFirstSTIRR.us" tvg-name="The First (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/5cc1a83b-0a37-452a-9fb2-3708d4579a58-small3x1_STIRR_Logo_0520_TheFirst_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="News",The First (STIRR) (1080p) https://dai.google.com/linear/hls/event/nX39-giHRPuKQiVAhua0Kg/master.m3u8 -#EXTINF:-1 tvg-id="TheFirstTV.us" tvg-name="The First TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The First TV +#EXTINF:-1 tvg-id="TheFirstTV.us" tvg-name="The First TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",The First TV https://redseat-thefirst-glewedtv.amagi.tv/index.m3u8 -#EXTINF:-1 tvg-id="TheFirstTVHD.us" tvg-name="The First TV HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The First TV HD +#EXTINF:-1 tvg-id="TheFirstTVHD.us" tvg-name="The First TV HD" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",The First TV HD https://thefirst-distroscale.amagi.tv/index.m3u8 -#EXTINF:-1 tvg-id="TheHeartlandNetwork.us" tvg-name="The Heartland Network" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzI1NDE5MjJf/Heartland_720x720.png" group-title="",The Heartland Network +#EXTINF:-1 tvg-id="TheHeartlandNetwork.us" tvg-name="The Heartland Network" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzI1NDE5MjJf/Heartland_720x720.png" group-title="",The Heartland Network https://bcovlive-a.akamaihd.net/1ad942d15d9643bea6d199b729e79e48/us-east-1/6183977686001/playlist.m3u8 -#EXTINF:-1 tvg-id="TheHumorMill.us" tvg-name="The Humor Mill" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Humor Mill +#EXTINF:-1 tvg-id="TheHumorMill.us" tvg-name="The Humor Mill" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Comedy",The Humor Mill https://damkf751d85s1.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/HumorMill-DistroTV/152.m3u8 #EXTINF:-1 tvg-id="TheLoneRangerSTIRR.us" tvg-name="The Lone Ranger (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/37204910-429a-4e1a-8c8d-eeb697ae5c62-small3x1_stirr_0120_epg_TheLoneRanger_1920x1080_v3.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Classic",The Lone Ranger (STIRR) (720p) https://dai.google.com/linear/hls/event/dRKvXuioSv-e5T65yR_7Ow/master.m3u8 @@ -5839,75 +5827,77 @@ https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=43 https://dai.google.com/linear/hls/event/-s-FtbzrQCaLMDSyM0ejyw/master.m3u8 #EXTINF:-1 tvg-id="TheMonarchChannel.us" tvg-name="The Monarch Channel" tvg-country="US;UK" tvg-language="English" tvg-logo="" group-title="Documentary",The Monarch Channel (720p) https://a.jsrdn.com/broadcast/0c9a09c94c/+0000/c.m3u8 -#EXTINF:-1 tvg-id="TheNewDetectives.us" tvg-name="The New Detectives" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/TheNewDetectives_190x190.png?raw=true" group-title="",The New Detectives +#EXTINF:-1 tvg-id="TheNewDetectives.us" tvg-name="The New Detectives" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/TheNewDetectives_190x190.png?raw=true" group-title="",The New Detectives http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus #EXTINF:-1 tvg-id="TheNowNetwork.us" tvg-name="The Now Network" tvg-country="US" tvg-language="English" tvg-logo="https://channels.roku.com/images/be4667a16b1e483b8c7746156192b5ba-hd.jpg" group-title="Religious",The Now Network (480p) https://link.frontlayer.com/services/hls2/fl619843/index.m3u8 -#EXTINF:-1 tvg-id="TheOfficialLEGOChannel.us" tvg-name="The Official LEGO Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Official LEGO Channel +#EXTINF:-1 tvg-id="TheOfficialLEGOChannel.us" tvg-name="The Official LEGO Channel" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",The Official LEGO Channel https://legochannel-vizio.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TheOutdoorCookingChannel.us" tvg-name="The Outdoor Cooking Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/PnBXXw4.png" group-title="Cooking",The Outdoor Cooking Channel (480p) http://edge1.tikilive.com:1935/unrestricted_tikilive/25947/amlst:NWKlw6jwyXpz/playlist.m3u8 -#EXTINF:-1 tvg-id="TheOutdoorCookingChannel.us" tvg-name="The Outdoor Cooking Channel" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Cooking",The Outdoor Cooking Channel +#EXTINF:-1 tvg-id="TheOutdoorCookingChannel.us" tvg-name="The Outdoor Cooking Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/PnBXXw4.png" group-title="Cooking",The Outdoor Cooking Channel https://ch.iptvmate.net/11e118e202992ae500578c6f72bcf142.m3u8 -#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective https://631dd17512664bafa0f3d1bd9717d7c0.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex-intl_ThePetCollective/9a0bc894-3507-4712-ac73-40ae060ddbef/3.m3u8 -#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective https://dai2.xumo.com/amagi_hls_data_xumo1212A-petcollective/CDN/master.m3u8 -#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxpetcollective/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=637&deviceId=5bb1ad55268cae539bcedb08&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false -#EXTINF:-1 tvg-id="ThePetCollective.de" tvg-name="The Pet Collective" tvg-country="INT" tvg-language="" tvg-logo="https://i.imgur.com/RHqiy4Z.png" group-title="",The Pet Collective (720p) +#EXTINF:-1 tvg-id="ThePetCollective.de" tvg-name="The Pet Collective" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective (720p) https://the-pet-collective-international-de.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/The_Pet_Collective_190x190.png?raw=true" group-title="",The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective https://the-pet-collective-linear.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective https://the-pet-collective-linear.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="",The Pet Collective +#EXTINF:-1 tvg-id="ThePetCollective.us" tvg-name="The Pet Collective" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective https://the-pet-collective-samsung.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollectiveAustralia.us" tvg-name="The Pet Collective (Australia)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective (Australia) +#EXTINF:-1 tvg-id="ThePetCollectiveAustralia.us" tvg-name="The Pet Collective (Australia)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective (Australia) https://the-pet-collective-international-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollectiveBrazil.us" tvg-name="The Pet Collective (Brazil)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective (Brazil) +#EXTINF:-1 tvg-id="ThePetCollectiveBrazil.us" tvg-name="The Pet Collective (Brazil)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective (Brazil) https://the-pet-collective-international-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollectiveCanada.us" tvg-name="The Pet Collective (Canada)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective (Canada) +#EXTINF:-1 tvg-id="ThePetCollectiveCanada.us" tvg-name="The Pet Collective (Canada)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective (Canada) https://the-pet-collective-international-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollectiveEngland.us" tvg-name="The Pet Collective (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective (England) +#EXTINF:-1 tvg-id="ThePetCollectiveEngland.us" tvg-name="The Pet Collective (England)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective (England) https://the-pet-collective-international-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollectiveIndia.us" tvg-name="The Pet Collective (India)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective (India) +#EXTINF:-1 tvg-id="ThePetCollectiveIndia.us" tvg-name="The Pet Collective (India)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective (India) https://the-pet-collective-international-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollectiveItaly.us" tvg-name="The Pet Collective (Italy)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective (Italy) +#EXTINF:-1 tvg-id="ThePetCollectiveItaly.us" tvg-name="The Pet Collective (Italy)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective (Italy) https://the-pet-collective-international-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollectiveMexico.us" tvg-name="The Pet Collective (Mexico)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective (Mexico) +#EXTINF:-1 tvg-id="ThePetCollectiveMexico.us" tvg-name="The Pet Collective (Mexico)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective (Mexico) https://the-pet-collective-international-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollectiveSpain.us" tvg-name="The Pet Collective (Spain)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective (Spain) +#EXTINF:-1 tvg-id="ThePetCollectiveSpain.us" tvg-name="The Pet Collective (Spain)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective (Spain) https://the-pet-collective-international-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollectiveInternational.us" tvg-name="The Pet Collective International" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective International +#EXTINF:-1 tvg-id="ThePetCollectiveInternational.us" tvg-name="The Pet Collective International" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective International https://the-pet-collective-international-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePetCollectiveInternationalSweden.us" tvg-name="The Pet Collective International (Sweden)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Pet Collective International (Sweden) +#EXTINF:-1 tvg-id="ThePetCollectiveInternationalSweden.us" tvg-name="The Pet Collective International (Sweden)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="Family",The Pet Collective International (Sweden) https://the-pet-collective-international-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThePreviewChannel.us" tvg-name="The Preview Channel" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ThePreviewChannel_220x220.png?raw=true" group-title="",The Preview Channel +#EXTINF:-1 tvg-id="ThePreviewChannel.us" tvg-name="The Preview Channel" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ThePreviewChannel_220x220.png?raw=true" group-title="",The Preview Channel https://hls.xumo.com/channel-hls/v1/bmneuerw7j9k5lfc/9999330/master.m3u8 -#EXTINF:-1 tvg-id="ThePreviewChannel.us" tvg-name="The Preview Channel" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/The_Preview_Channel_476x476circle.png?raw=true" group-title="",The Preview Channel +#EXTINF:-1 tvg-id="ThePreviewChannel.us" tvg-name="The Preview Channel" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/The_Preview_Channel_476x476circle.png?raw=true" group-title="",The Preview Channel https://previewchannel-previewchannel-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="TheRetroChannelHD.us" tvg-name="The Retro Channel HD" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/t3i1HtE.jpg" group-title="Music",The Retro Channel HD +#EXTINF:-1 tvg-id="TheRetroChannelHD.us" tvg-name="The Retro Channel HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/t3i1HtE.jpg" group-title="Music",The Retro Channel HD https://5fd5567570c0e.streamlock.net/theretrochannel/stream/playlist.m3u8 -#EXTINF:-1 tvg-id="TheRockvilleChannel.us" tvg-name="The Rockville Channel" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/0mvGibX.jpg" group-title="",The Rockville Channel +#EXTINF:-1 tvg-id="TheRockvilleChannel.us" tvg-name="The Rockville Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/0mvGibX.jpg" group-title="",The Rockville Channel http://granicusliveus12-a.akamaihd.net/rockvillemd/G0458_001/playlist.m3u8 #EXTINF:-1 tvg-id="TheShoppingChannel.us" tvg-name="The Shopping Channel" tvg-country="US" tvg-language="English" tvg-logo="http://cdn.iphoneincanada.ca/wp-content/uploads/2015/07/the-shopping-channel-logo.jpg" group-title="Shop",The Shopping Channel (720p) https://tscstreaming-lh.akamaihd.net/i/TSCLiveStreaming_1@91031/master.m3u8 -#EXTINF:-1 tvg-id="TheSoutheasternChannel.us" tvg-name="The Southeastern Channel" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",The Southeastern Channel +#EXTINF:-1 tvg-id="TheSoutheasternChannel.us" tvg-name="The Southeastern Channel" tvg-country="US" tvg-language="English" tvg-logo="https://ott-gateway.sinclairstoryline.com/optimized/90/17ec0fba-d4ec-4421-a665-c8dcab0f80ee-small3x1_TheTChannel.png" group-title="Local",The Southeastern Channel http://147.174.13.196/live/WIFI-1296k-540p/WIFI-1296k-540p.m3u8 -#EXTINF:-1 tvg-id="TheTSTIRR.us" tvg-name="The T (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/887ab420-6923-4600-b1ed-3cba74db10fd-small3x1_STIRR_Logo_0320_TheT_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",The T (STIRR) (720p) -https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d5564216132f.m3u8 -#EXTINF:-1 tvg-id="TheTennisChannel.us" tvg-name="The Tennis Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Tennis Channel +#EXTINF:-1 tvg-id="TheTennisChannel.us" tvg-name="The Tennis Channel" tvg-country="US" tvg-language="English" tvg-logo="https://ott-gateway.sinclairstoryline.com/optimized/90/17ec0fba-d4ec-4421-a665-c8dcab0f80ee-small3x1_TheTChannel.png" group-title="Sports",The Tennis Channel https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d5564216132f/f.m3u8 #EXTINF:-1 tvg-id="TheTennisChannel.us" tvg-name="The Tennis Channel" tvg-country="US" tvg-language="English" tvg-logo="https://ott-gateway.sinclairstoryline.com/optimized/90/17ec0fba-d4ec-4421-a665-c8dcab0f80ee-small3x1_TheTChannel.png" group-title="Sports",The Tennis Channel https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d5564216132f/g.m3u8 -#EXTINF:-1 tvg-id="TheTennisChannelPlus1.us" tvg-name="The Tennis Channel" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TennisChannelPlus_244x244.png?raw=true" group-title="",The Tennis Channel +#EXTINF:-1 tvg-id="TheTennisChannelPlus2.us" tvg-name="The Tennis Channel" tvg-country="US" tvg-language="English" tvg-logo="https://ott-gateway.sinclairstoryline.com/optimized/90/17ec0fba-d4ec-4421-a665-c8dcab0f80ee-small3x1_TheTChannel.png" group-title="Sports",The Tennis Channel +https://playoutengine.sinclairstoryline.com/playout/e1838c44-dcb6-47b5-93d4-a0547833518f.m3u8 +#EXTINF:-1 tvg-id="TheTennisChannelPlus1.us" tvg-name="The Tennis Channel" tvg-country="US" tvg-language="English" tvg-logo="https://ott-gateway.sinclairstoryline.com/optimized/90/17ec0fba-d4ec-4421-a665-c8dcab0f80ee-small3x1_TheTChannel.png" group-title="Sports",The Tennis Channel https://playoutengine.sinclairstoryline.com/playout/f2f8b269-dd85-4434-bdd3-b3a64ca9cd60.m3u8 -#EXTINF:-1 tvg-id="TheTitanicChannel.us" tvg-name="The Titanic Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",The Titanic Channel +#EXTINF:-1 tvg-id="TheTSTIRR.us" tvg-name="The Tennis Channel (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://ott-gateway.sinclairstoryline.com/optimized/90/17ec0fba-d4ec-4421-a665-c8dcab0f80ee-small3x1_TheTChannel.png" group-title="Sports",The Tennis Channel (STIRR) (720p) +https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d5564216132f.m3u8 +#EXTINF:-1 tvg-id="TheTitanicChannel.us" tvg-name="The Titanic Channel" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",The Titanic Channel https://a.jsrdn.com/broadcast/e6bdcb5ae9/+0000/c.m3u8 -#EXTINF:-1 tvg-id="TheVentureBros.us" tvg-name="The Venture Bros. (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",The Venture Bros. (Adult Swim 24/7 Stream) [Geo-blocked] +#EXTINF:-1 tvg-id="TheVentureBros.us" tvg-name="The Venture Bros. (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QQc2rh8.png" group-title="",The Venture Bros. (Adult Swim 24/7 Stream) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/venture-bros/stream.m3u8 #EXTINF:-1 tvg-id="TheWallStreetJournalLive.us" tvg-name="The Wall Street Journal Live" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ZzyXAKm.jpg" group-title="News",The Wall Street Journal Live (720p) https://d155hi8td9k2ns.cloudfront.net/out/wapo-medialive3-rtmp/live.m3u8 @@ -5921,7 +5911,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziothisoldhouse/playlist.m3u8 https://thisoldhouse-2.roku.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="ThisOldHouse.us" tvg-name="This Old House" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/lbOPCEJ.png" group-title="Series",This Old House (720p) https://thisoldhouse.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ThisTVNetwork.us" tvg-name="This TV Network" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/FQCVaSR.png" group-title="",This TV Network +#EXTINF:-1 tvg-id="ThisTVNetwork.us" tvg-name="This TV Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FQCVaSR.png" group-title="",This TV Network https://cdn.igocast.com/channel11_hls/channel11_master.m3u8 #EXTINF:-1 tvg-id="TimeLineAustralia.us" tvg-name="Time Line (Australia)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/J8qVUjM.png" group-title="Entertainment",Time Line (Australia) https://lds-timeline-samsungau.amagi.tv/playlist.m3u8 @@ -5929,15 +5919,15 @@ https://lds-timeline-samsungau.amagi.tv/playlist.m3u8 https://lds-timeline-plex.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TinyHouseNation.us" tvg-name="Tiny House Nation" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/o8ooqA1.png" group-title="",Tiny House Nation (720p) https://aenetworks-tinyhousenation-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="TMZ.us" tvg-name="TMZ" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",TMZ +#EXTINF:-1 tvg-id="TMZ.us" tvg-name="TMZ" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Entertainment",TMZ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtmz/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="TMZ.us" tvg-name="TMZ" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/wzBD6fy.png" group-title="Entertainment",TMZ https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziotmz/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="TMZ.us" tvg-name="TMZ" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/wzBD6fy.png" group-title="Entertainment",TMZ https://dai2.xumo.com/amagi_hls_data_xumo1234A-tmz/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TNTEast.us" tvg-name="TNT (East)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",TNT (East) [Geo-blocked] +#EXTINF:-1 tvg-id="TNTEast.us" tvg-name="TNT (East)" tvg-country="US" tvg-language="English" tvg-logo="https://en.wikipedia.org/wiki/File:TNT_logo_1988.png" group-title="",TNT (East) [Geo-blocked] https://tve-live-lln.warnermediacdn.com/hls/live/2023168/tnteast/slate/VIDEO_0_3564000.m3u8 -#EXTINF:-1 tvg-id="TNTWest.us" tvg-name="TNT (West)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",TNT (West) [Geo-blocked] +#EXTINF:-1 tvg-id="TNTWest.us" tvg-name="TNT (West)" tvg-country="US" tvg-language="English" tvg-logo="https://en.wikipedia.org/wiki/File:TNT_logo_1988.png" group-title="",TNT (West) [Geo-blocked] https://tve-live-lln.warnermediacdn.com/hls/live/2023170/tntwest/slate/VIDEO_0_3564000.m3u8 #EXTINF:-1 tvg-id="TNTSports2Brasil.us" tvg-name="TNT Sports 2 Brasil" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://upload.wikimedia.org/wikipedia/pt/d/dc/Logotipo_TNT_Sports.png" group-title="Sports",TNT Sports 2 Brasil https://glxlmn026c.singularcdn.net.br/playout_02/playlist.m3u8 @@ -5947,29 +5937,31 @@ https://glxlmn026c.singularcdn.net.br/playout_03/playlist.m3u8 https://glxlmn026c.singularcdn.net.br/playout_04/playlist.m3u8 #EXTINF:-1 tvg-id="TNTSports5Brasil.us" tvg-name="TNT Sports 5 Brasil" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://upload.wikimedia.org/wikipedia/pt/d/dc/Logotipo_TNT_Sports.png" group-title="Sports",TNT Sports 5 Brasil https://glxlmn026c.singularcdn.net.br/playout_05/playlist.m3u8 -#EXTINF:-1 tvg-id="ToonGoggles.us" tvg-name="Toon Goggles" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Toon Goggles +#EXTINF:-1 tvg-id="ToonGoggles.us" tvg-name="Toon Goggles" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Animation",Toon Goggles https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtoongoggles/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ToonGoggles.us" tvg-name="Toon Goggles" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Toon Goggles +#EXTINF:-1 tvg-id="ToonGoggles.us" tvg-name="Toon Goggles" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oyIMxzM.png" group-title="Kids",Toon Goggles (720p) +https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37 +#EXTINF:-1 tvg-id="ToonGoggles.us" tvg-name="Toon Goggles" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oyIMxzM.png" group-title="Kids",Toon Goggles https://toon-goggles-samsung.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ToonGoggles.us" tvg-name="Toon Goggles" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oyIMxzM.png" group-title="",Toon Goggles (720p) +#EXTINF:-1 tvg-id="ToonGoggles.us" tvg-name="Toon Goggles" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oyIMxzM.png" group-title="Kids",Toon Goggles (720p) https://toon-goggles.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ToonGoggles.us" tvg-name="Toon Goggles" tvg-country="US;AU" tvg-language="English" tvg-logo="https://i.imgur.com/XusVyxA.jpg" group-title="Kids",Toon Goggles (720p) +#EXTINF:-1 tvg-id="ToonGoggles.us" tvg-name="Toon Goggles" tvg-country="US;AU" tvg-language="English" tvg-logo="https://i.imgur.com/oyIMxzM.png" group-title="Kids",Toon Goggles (720p) https://toongoggles-toongoggles-3-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ToonGoogles.us" tvg-name="Toon Googles" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Toon Googles +#EXTINF:-1 tvg-id="ToonGoogles.us" tvg-name="Toon Googles" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oyIMxzM.png" group-title="Kids",Toon Googles https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=36 -#EXTINF:-1 tvg-id="TopCine.us" tvg-name="Top Cine" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Top Cine +#EXTINF:-1 tvg-id="TopCine.us" tvg-name="Top Cine" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Movies",Top Cine https://olympusamagi.amagi.tv/hls/amagi_hls_data_olympusat-topcine-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TopCine.us" tvg-name="Top Cine" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Top Cine +#EXTINF:-1 tvg-id="TopCine.us" tvg-name="Top Cine" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="Movies",Top Cine https://olympusamagi.pc.cdn.bitgravity.com/TopCine-roku/master.m3u8 -#EXTINF:-1 tvg-id="TopStoriesbyNewsy.us" tvg-name="Top Stories by Newsy" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5459795fc9f133a519bc0bef/colorLogoPNG.png" group-title="",Top Stories by Newsy (720p) +#EXTINF:-1 tvg-id="TopStoriesbyNewsy.us" tvg-name="Top Stories by Newsy" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5459795fc9f133a519bc0bef/colorLogoPNG.png" group-title="News",Top Stories by Newsy (720p) http://content.uplynk.com/channel/04cce35dcd994bbc82d61805ae67a65f.m3u8 -#EXTINF:-1 tvg-id="TopStoriesbyNewsy.us" tvg-name="Top Stories by Newsy" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/SpH5ink.png" group-title="",Top Stories by Newsy +#EXTINF:-1 tvg-id="TopStoriesbyNewsy.us" tvg-name="Top Stories by Newsy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SpH5ink.png" group-title="News",Top Stories by Newsy https://content.uplynk.com/channel/33c48f602cfd4474b957eb4ad999caf8.m3u8 #EXTINF:-1 tvg-id="ToyZoneBumblebee.us" tvg-name="Toy Zone (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Flive%2Fwhite%2FToy-Zone.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=77cfafff3a3db4f6e6d70d5e8201c299" group-title="",Toy Zone (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22491932c8304fc4533e4/playlist.m3u8 -#EXTINF:-1 tvg-id="TranquilThunderstorms.us" tvg-name="Tranquil Thunderstorms" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Tranquil Thunderstorms +#EXTINF:-1 tvg-id="TranquilThunderstorms.us" tvg-name="Tranquil Thunderstorms" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Tranquil Thunderstorms https://a.jsrdn.com/broadcast/18b42f9aef/+0000/c.m3u8 -#EXTINF:-1 tvg-id="TravelChannel.us" tvg-name="Travel Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Travel Channel +#EXTINF:-1 tvg-id="TravelChannel.us" tvg-name="Travel Channel" tvg-country="US" tvg-language="English" tvg-logo="https://commons.wikimedia.org/wiki/File:Travel_Channel_Logo.png" group-title="Travel",Travel Channel https://cdn1.mobiletv.bg/T5/travel_channel/travel_channel_794613_850k.m3u8 #EXTINF:-1 tvg-id="TrinityBeyondBumblebee.us" tvg-name="Trinity & Beyond (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F63a5bca6-637e-4e98-8640-d4e5124f6790?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=9e379d44cc14eec53a1c8f0b6a1893a5" group-title="",Trinity & Beyond (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2626030145130f25474626/playlist.m3u8 @@ -5977,37 +5969,37 @@ https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2626030145130f25474626/ http://rtmp1.abnsat.com/hls/trinity.m3u8 #EXTINF:-1 tvg-id="TrulySTIRR.us" tvg-name="Truly (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/ed531a2a-04cd-4845-a419-cc46ed05333b-small3x1_STIRR_Logo_0320_Truly_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",Truly (STIRR) (720p) https://dai.google.com/linear/hls/event/Xu-I6qGiSTKeu6glzS4BtQ/master.m3u8 -#EXTINF:-1 tvg-id="TruTVEast.us" tvg-name="TruTV (East)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",TruTV (East) [Geo-blocked] +#EXTINF:-1 tvg-id="TruTVEast.us" tvg-name="TruTV (East)" tvg-country="US" tvg-language="English" tvg-logo="https://commons.wikimedia.org/wiki/File:Vecchio_logo_truTV.png" group-title="",TruTV (East) [Geo-blocked] https://tve-live-lln.warnermediacdn.com/hls/live/2023176/trueast/slate/VIDEO_0_3564000.m3u8 -#EXTINF:-1 tvg-id="TruTVWest.us" tvg-name="TruTV (West)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",TruTV (West) [Geo-blocked] +#EXTINF:-1 tvg-id="TruTVWest.us" tvg-name="TruTV (West)" tvg-country="US" tvg-language="English" tvg-logo="https://commons.wikimedia.org/wiki/File:Vecchio_logo_truTV.png" group-title="",TruTV (West) [Geo-blocked] https://tve-live-lln.warnermediacdn.com/hls/live/2023178/truwest/slate/VIDEO_0_3564000.m3u8 #EXTINF:-1 tvg-id="TSTV.us" tvg-name="TSTV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",TSTV http://tstv-stream.tsm.utexas.edu/hls/livestream_hi/index.m3u8 #EXTINF:-1 tvg-id="TULALIPTV.us" tvg-name="TULALIP TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/2I3OG2n.png" group-title="",TULALIP TV https://dcunilive262-lh.akamaihd.net/i/dclive_1@303126/index_150_av-p.m3u8?sd=10&rebase=on -#EXTINF:-1 tvg-id="TVCLASSICS.us" tvg-name="TV CLASSICS" tvg-country="US" tvg-language="" tvg-logo="https://image.roku.com/developer_channels/prod/d3de398e682d6958762def3914cb211c8f062e8b24df9a2d95d5bfc0aa4b80c0.png" group-title="",TV CLASSICS +#EXTINF:-1 tvg-id="TVCLASSICS.us" tvg-name="TV CLASSICS" tvg-country="US" tvg-language="English" tvg-logo="https://image.roku.com/developer_channels/prod/d3de398e682d6958762def3914cb211c8f062e8b24df9a2d95d5bfc0aa4b80c0.png" group-title="Classic",TV CLASSICS https://vitor-tvclassics-1.plex.wurl.com/manifest/4300.m3u8 -#EXTINF:-1 tvg-id="TV251Buzzr.us" tvg-name="25.1" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.1 Buzzr +#EXTINF:-1 tvg-id="TV251Buzzr.us" tvg-name="25.1" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.1 Buzzr https://cdn.igocast.com/channel1_hls/channel1_master.m3u8 -#EXTINF:-1 tvg-id="TV2510ShopLC.us" tvg-name="25.10" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.10 Shop LC +#EXTINF:-1 tvg-id="TV2510ShopLC.us" tvg-name="25.10" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="Shop",TV25.10 Shop LC https://cdn.igocast.com/channel10_hls/channel10_master.m3u8 -#EXTINF:-1 tvg-id="TV2512JewelryTV.us" tvg-name="25.12" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.12 Jewelry TV +#EXTINF:-1 tvg-id="TV2512JewelryTV.us" tvg-name="25.12" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="Lifestyle",TV25.12 Jewelry TV https://cdn.igocast.com/channel12_hls/channel12_master.m3u8 -#EXTINF:-1 tvg-id="TV252NewsNet.us" tvg-name="25.2" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.2 NewsNet +#EXTINF:-1 tvg-id="TV252NewsNet.us" tvg-name="25.2" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="News",TV25.2 NewsNet https://cdn.igocast.com/channel2_hls/channel2_master.m3u8 -#EXTINF:-1 tvg-id="TV253AceTV.us" tvg-name="TV25.3 Ace TV" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.3 Ace TV +#EXTINF:-1 tvg-id="TV253AceTV.us" tvg-name="TV25.3 Ace TV" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.3 Ace TV https://cdn.igocast.com/channel3_hls/channel3_master.m3u8 -#EXTINF:-1 tvg-id="TV254Action.us" tvg-name="25.4" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.4 Action +#EXTINF:-1 tvg-id="TV254Action.us" tvg-name="25.4" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.4 Action https://cdn.igocast.com/channel4_hls/channel4_master.m3u8 -#EXTINF:-1 tvg-id="TV255AmericasVoice.us" tvg-name="TV25.5 America's Voice" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.5 America's Voice +#EXTINF:-1 tvg-id="TV255AmericasVoice.us" tvg-name="TV25.5 America's Voice" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="News",TV25.5 America's Voice https://cdn.igocast.com/channel5_hls/channel5_master.m3u8 -#EXTINF:-1 tvg-id="I25.6.97120.zap2it.com" tvg-name="25.6" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.6 WeatherNation +#EXTINF:-1 tvg-id="I25.6.97120.zap2it.com" tvg-name="25.6" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="Weather",TV25.6 WeatherNation https://cdn.igocast.com/channel6_hls/channel6_master.m3u8 -#EXTINF:-1 tvg-id="I25.7.97124.zap2it.com" tvg-name="25.7" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.7 Rev'n +#EXTINF:-1 tvg-id="I25.7.97124.zap2it.com" tvg-name="25.7" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="Auto",TV25.7 Rev'n https://cdn.igocast.com/channel7_hls/channel7_master.m3u8 -#EXTINF:-1 tvg-id="I25.8.97125.zap2it.com" tvg-name="25.8" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.8 Untamed Sports TV +#EXTINF:-1 tvg-id="I25.8.97125.zap2it.com" tvg-name="25.8" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="Sports",TV25.8 Untamed Sports TV https://cdn.igocast.com/channel8_hls/channel8_master.m3u8 -#EXTINF:-1 tvg-id="I25.9.97126.zap2it.com" tvg-name="25.9" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",TV25.9 Retro TV +#EXTINF:-1 tvg-id="I25.9.97126.zap2it.com" tvg-name="25.9" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="Classic",TV25.9 Retro TV https://cdn.igocast.com/channel9_hls/channel9_master.m3u8 #EXTINF:-1 tvg-id="TVSBoxing.us" tvg-name="TVS Boxing" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/sal5CkX.jpg" group-title="Sports",TVS Boxing (720p) https://rpn1.bozztv.com/36bay2/gusa-tvsboxing/index.m3u8 @@ -6039,7 +6031,7 @@ https://rpn1.bozztv.com/36bay2/gusa-tvshorror/index.m3u8 https://rpn1.bozztv.com/36bay2/gusa-TVSInspirationalNetwork/index.m3u8 #EXTINF:-1 tvg-id="TVSMainstreet.us" tvg-name="TVS Mainstreet" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/37OGfa3.jpg" group-title="Classic",TVS Mainstreet (264p) https://rpn1.bozztv.com/36bay2/gusa-tvsmainst/index.m3u8 -#EXTINF:-1 tvg-id="TVSMusicNetwork.us" tvg-name="TVS Music Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="",TVS Music Network +#EXTINF:-1 tvg-id="TVSMusicNetwork.us" tvg-name="TVS Music Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Music",TVS Music Network https://rpn1.bozztv.com/36bay2/gusa-tvsmusic/mono.m3u8 #EXTINF:-1 tvg-id="TVSNostalgia.us" tvg-name="TVS Nostalgia" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Classic",TVS Nostalgia (720p) https://rpn1.bozztv.com/36bay2/gusa-nostalgia/mono.m3u8 @@ -6077,11 +6069,11 @@ https://rpn1.bozztv.com/36bay2/gusa-tvsturbo/index.m3u8 https://rpn1.bozztv.com/36bay2/gusa-tvswesternmovies/index.m3u8 #EXTINF:-1 tvg-id="TVSWomenSports.us" tvg-name="TVS Women Sports" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jQdBjyx.jpg" group-title="Sports",TVS Women Sports (480p) https://rpn1.bozztv.com/36bay2/gusa-tvswsn/index.m3u8 -#EXTINF:-1 tvg-id="TYT.us" tvg-name="TYT" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/mTd5yQ0.png" group-title="",TYT (720p) +#EXTINF:-1 tvg-id="TYT.us" tvg-name="TYT" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/mTd5yQ0.png" group-title="News",TYT (720p) https://tyt-samsungus.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TYTNetwork.us" tvg-name="TYT Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XDNXJCl.png" group-title="News",TYT Network https://tyt-xumo-us.amagi.tv/hls/amagi_hls_data_tytnetwor-tyt-xumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="UALRTV.us" tvg-name="UALR TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",UALR TV (720p) +#EXTINF:-1 tvg-id="UALRTV.us" tvg-name="UALR TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/MrLTXL1.png" group-title="Local",UALR TV (720p) https://na-all23.secdn.net/pegstream3-live/play/65ea794b-dd82-41ce-8e98-a9177289a063/master.m3u8 #EXTINF:-1 tvg-id="UCTVUniversityofCalifornia.us" tvg-name="UCTV - University of California" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ehMz9T5.png" group-title="Education",UCTV - University of California (720p) https://59e8e1c60a2b2.streamlock.net/509/509.stream/playlist.m3u8 @@ -6099,103 +6091,105 @@ https://a.jsrdn.com/broadcast/4hhfi556/indexR720P.m3u8 https://streams.the6tv.duckdns.org:2443/locals/BayArea/kfsf-dt1.m3u8 #EXTINF:-1 tvg-id="KDTV.us" tvg-name="Univision (KDTV)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/f/f6/KDTV-14_logo.png" group-title="Local",Univision (KDTV) https://streams.the6tv.duckdns.org:2443/locals/BayArea/kfsf-dt2.m3u8 -#EXTINF:-1 tvg-id="UnsolvedMysteries.us" tvg-name="Unsolved Mysteries" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Unsolved Mysteries +#EXTINF:-1 tvg-id="WUVP.us" tvg-name="WUVP-DT1" tvg-country="US" tvg-language="US" tvg-logo="https://static.locastnet.org/logo/504/1613144123818_UNI.png" group-title="",Univision Philadelphia (WUVP) +https://cdn007.the6tv.duckdns.org:2443/the6tv-phl/wuvp-dt1/index.m3u8 +#EXTINF:-1 tvg-id="UnsolvedMysteries.us" tvg-name="Unsolved Mysteries" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Unsolved Mysteries https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxunsolvedmysteries/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows #EXTINF:-1 tvg-id="UnsolvedMysteriesSTIRR.us" tvg-name="Unsolved Mysteries (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/5cf60259-ce44-452f-a8a1-cb33585ea701-small3x1_stirr_1219_epg_unsolvedmysteries_1920x1080.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",Unsolved Mysteries (STIRR) (720p) https://dai.google.com/linear/hls/event/iLjE1UKtRCiSNkFatA65bg/master.m3u8 -#EXTINF:-1 tvg-id="UNTV.us" tvg-name="UNTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",UNTV +#EXTINF:-1 tvg-id="UNTV.us" tvg-name="UNTV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/CzIpMK9.png" group-title="",UNTV http://cdn.untvweb.com/live-stream/chunklist_b332000.m3u8 -#EXTINF:-1 tvg-id="UNTV.us" tvg-name="UNTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",UNTV +#EXTINF:-1 tvg-id="UNTV.us" tvg-name="UNTV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/CzIpMK9.png" group-title="",UNTV http://cdn.untvweb.com/live-stream/chunklist_b732000.m3u8 -#EXTINF:-1 tvg-id="UNTV.us" tvg-name="UNTV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",UNTV +#EXTINF:-1 tvg-id="UNTV.us" tvg-name="UNTV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/CzIpMK9.png" group-title="",UNTV https://cdn.untvweb.com/live-stream/playlist.m3u8 -#EXTINF:-1 tvg-id="UNTVHD.us" tvg-name="UNTV HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",UNTV HD +#EXTINF:-1 tvg-id="UNTVHD.us" tvg-name="UNTV HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/CzIpMK9.png" group-title="",UNTV HD https://cdn.untvweb.com/live-stream/chunklist_b2592000.m3u8 #EXTINF:-1 tvg-id="USSPORTTennisPlus1.us" tvg-name="US SPORT Tennis Plus 1" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tbcqI3o.jpg" group-title="Sports",US SPORT Tennis Plus 1 https://playoutengine.sinclairstoryline.com/playout/f2f8b269-dd85-4434-bdd3-b3a64ca9cd60/g.m3u8 -#EXTINF:-1 tvg-id="USAtoday.us" tvg-name="USA today" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",USA today +#EXTINF:-1 tvg-id="USAToday.us" tvg-name="USA Today" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzIyMDM0MzNf/USAToday_480x480.png" group-title="",USA Today https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxusatoday/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="UsaToday.us" tvg-name="Usa Today" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Usa Today +#EXTINF:-1 tvg-id="USAToday.us" tvg-name="USA Today" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzIyMDM0MzNf/USAToday_480x480.png" group-title="",USA Today https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuusatodaynews/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="USAToday.us" tvg-name="USA Today" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",USA Today +#EXTINF:-1 tvg-id="USAToday.us" tvg-name="USA Today" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzIyMDM0MzNf/USAToday_480x480.png" group-title="",USA Today https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuusatodaynews/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="USAToday.us" tvg-name="USA Today" tvg-country="US" tvg-language="" tvg-logo="" group-title="",USA Today +#EXTINF:-1 tvg-id="USAToday.us" tvg-name="USA Today" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzIyMDM0MzNf/USAToday_480x480.png" group-title="",USA Today https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziousatoday/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="USAToday.us" tvg-name="USA Today" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzIyMDM0MzNf/USAToday_480x480.png" group-title="",USA Today +#EXTINF:-1 tvg-id="USAToday.us" tvg-name="USA Today" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzIyMDM0MzNf/USAToday_480x480.png" group-title="",USA Today https://dai2.xumo.com/xumocdn/p=/amagi_hls_data_xumo1212A-rokuusatodaynews/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="USATodaySportswire.us" tvg-name="USA Today Sportswire" tvg-country="US" tvg-language="" tvg-logo="" group-title="",USA Today Sportswire +#EXTINF:-1 tvg-id="USATodaySportswire.us" tvg-name="USA Today Sportswire" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzIyMDM0MzNf/USAToday_480x480.png" group-title="Sports",USA Today Sportswire https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziousatodaysportswire/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="UtahSaltLakeCitySTIRR.us" tvg-name="Utah: Salt Lake City (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Utah: Salt Lake City (STIRR) (720p) https://dai.google.com/linear/hls/event/1bMiswhQQxqH-X8D3qbmKQ/master.m3u8 -#EXTINF:-1 tvg-id="VanityFair.us" tvg-name="Vanity Fair" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Vanity Fair +#EXTINF:-1 tvg-id="VanityFair.us" tvg-name="Vanity Fair" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Lifestyle",Vanity Fair https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvanityfair/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="VanityFair.us" tvg-name="Vanity Fair" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Vanity Fair +#EXTINF:-1 tvg-id="VanityFair.us" tvg-name="Vanity Fair" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/KMUYfnz.png" group-title="Lifestyle",Vanity Fair https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuvanityfair/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="VBS.us" tvg-name="VBS" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/IWpevBp.jpg" group-title="",VBS http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w530158239_b1228800.m3u8 -#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",VENN +#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zVoX1fM.png" group-title="Entertainment",VENN https://d80z5qf1qyhbf.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/VENN_552x552.png?raw=true" group-title="",VENN +#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zVoX1fM.png" group-title="Entertainment",VENN https://venntv-distrotv.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c298487761b0460464ad3" group-title="Entertainment",VENN +#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zVoX1fM.png" group-title="Entertainment",VENN https://venntv-localnow.amagi.tv/index.m3u8 -#EXTINF:-1 tvg-id="c648ce" tvg-name="VENN" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/RINxuUC.png" group-title="",VENN +#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zVoX1fM.png" group-title="Entertainment",VENN https://venntv-plex.amagi.tv/hls/amagi_hls_data_venntvAAA-venntv-plex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="" tvg-logo="" group-title="",VENN +#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zVoX1fM.png" group-title="Entertainment",VENN https://venntv-plex.amagi.tv/hls/amagi_hls_data_venntvAAA-venntv-plex/CDN/playlist.m3u8?us_privacy=1---&did=df8e1a36-847d-5096-86a7-3803ed330ede&dnt=0&X-Plex-Token=MorUy57ijWhGe4ixZb_T&channelId=5f74cf7dffbe690040689f3b%20 -#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",VENN -https://venntv-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="VennTV.us" tvg-name="Venn TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/MYHC666.png" group-title="",Venn TV (1080p) -https://venntv-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="VennTV.us" tvg-name="Venn TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Venn TV -https://venntv-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="VennTVEngland.us" tvg-name="Venn TV (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Venn TV (England) -https://venntv-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="VENNWebstream.us" tvg-name="VENN | Webstream" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/VENN_552x552.png?raw=true" group-title="",VENN | Webstream -https://venntv-ono.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="venntv.us" tvg-name="venntv" tvg-country="US" tvg-language="" tvg-logo="" group-title="",venntv +#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zVoX1fM.png" group-title="Entertainment",VENN https://venntv-rakuten-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="VeryAlabama.us" tvg-name="Very Alabama" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Very Alabama +#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zVoX1fM.png" group-title="Entertainment",VENN +https://venntv-roku.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zVoX1fM.png" group-title="Entertainment",VENN (1080p) +https://venntv-samsungus.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Venn.us" tvg-name="VENN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zVoX1fM.png" group-title="Entertainment",VENN +https://venntv-vizio.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="VennTVEngland.us" tvg-name="VENN (England)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zVoX1fM.png" group-title="Sports",VENN (England) +https://venntv-samsunguk.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="VENN.us" tvg-name="VENN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zVoX1fM.png" group-title="Entertainment",VENN +https://venntv-ono.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="VeryAlabama.us" tvg-name="Very Alabama" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Very Alabama https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WVTM.m3u8 -#EXTINF:-1 tvg-id="VeryCincinnatibyWLWT.us" tvg-name="Very Cincinnati by WLWT" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Very Cincinnati by WLWT +#EXTINF:-1 tvg-id="VeryCincinnatibyWLWT.us" tvg-name="Very Cincinnati by WLWT" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Very Cincinnati by WLWT https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WLWT.m3u8 -#EXTINF:-1 tvg-id="VeryKansasCityKMBC.us" tvg-name="Very Kansas City KMBC" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Very Kansas City KMBC +#EXTINF:-1 tvg-id="VeryKansasCityKMBC.us" tvg-name="Very Kansas City KMBC" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Very Kansas City KMBC https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KMBC.m3u8 -#EXTINF:-1 tvg-id="VeryNolabyWDSU.us" tvg-name="Very Nola by WDSU" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Very Nola by WDSU +#EXTINF:-1 tvg-id="VeryNolabyWDSU.us" tvg-name="Very Nola by WDSU" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Very Nola by WDSU https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WDSU.m3u8 -#EXTINF:-1 tvg-id="VeryOklahomabyKOCO.us" tvg-name="Very Oklahoma by KOCO" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Very Oklahoma by KOCO +#EXTINF:-1 tvg-id="VeryOklahomabyKOCO.us" tvg-name="Very Oklahoma by KOCO" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Very Oklahoma by KOCO https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-KOCO.m3u8 -#EXTINF:-1 tvg-id="VeryOmahabyKETV7.us" tvg-name="Very Omaha by KETV7" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Very Omaha by KETV7 +#EXTINF:-1 tvg-id="VeryOmahabyKETV7.us" tvg-name="Very Omaha by KETV7" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Very Omaha by KETV7 https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KETV.m3u8 -#EXTINF:-1 tvg-id="VeryPittsburgbyWTAE.us" tvg-name="Very Pittsburg by WTAE" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Very Pittsburg by WTAE +#EXTINF:-1 tvg-id="VeryPittsburgbyWTAE.us" tvg-name="Very Pittsburg by WTAE" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Very Pittsburg by WTAE https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WTAE.m3u8 #EXTINF:-1 tvg-id="VEVO2KUS.us" tvg-name="VEVO 2K (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SG96HGW.jpg" group-title="Music",VEVO 2K (US) (1080p) https://5fa09a21270b74000140368e-samsung.ssai.zype.com/5fa09a21270b74000140368e_samsung/manifest.m3u8 -#EXTINF:-1 tvg-id="Vevo80s.us" tvg-name="Vevo 80s" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Vevo 80s +#EXTINF:-1 tvg-id="Vevo80s.us" tvg-name="Vevo 80s" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Music",Vevo 80s https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvevo80s/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows #EXTINF:-1 tvg-id="VEVOCountryUS.us" tvg-name="VEVO Country (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/BFdWrhQ.jpg" group-title="Music",VEVO Country (US) (1080p) https://5dcc69faf960dd5dcc551818-s-2.ssai.zype.com/5dcc69faf960dd5dcc551818-s-2/manifest.m3u8 #EXTINF:-1 tvg-id="VEVOHipHopUS.us" tvg-name="VEVO Hip Hop (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Lbc9cYw.png" group-title="Music",VEVO Hip Hop (US) (1080p) https://5dcc6a54d90e8c5dc4345c16-s-4.ssai.zype.com/5dcc6a54d90e8c5dc4345c16-s-4/manifest.m3u8 -#EXTINF:-1 tvg-id="VevoHoliday.us" tvg-name="Vevo Holiday" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/11162020/Vevo_Holiday_190X190.png?raw=true" group-title="",Vevo Holiday +#EXTINF:-1 tvg-id="VevoHoliday.us" tvg-name="Vevo Holiday" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/11162020/Vevo_Holiday_190X190.png?raw=true" group-title="",Vevo Holiday https://5dcc69bb1621dc5de50b1db7-s-1.ssai.zype.com/5dcc69bb1621dc5de50b1db7-s-1/manifest.m3u8 #EXTINF:-1 tvg-id="VEVOLatinoUS.us" tvg-name="VEVO Latino (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/D7SwmuB.png" group-title="Music",VEVO Latino (US) (1080p) https://5dcc6a9f1621dc5dd511ca14-s-5.ssai.zype.com/5dcc6a9f1621dc5dd511ca14-s-5/manifest.m3u8 -#EXTINF:-1 tvg-id="VevoPop.us" tvg-name="Vevo Pop" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Vevo Pop +#EXTINF:-1 tvg-id="VevoPop.us" tvg-name="Vevo Pop" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Music",Vevo Pop https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvevo/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="VevoPopEngland.us" tvg-name="Vevo Pop (England)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Vevo Pop (England) +#EXTINF:-1 tvg-id="VevoPopEngland.us" tvg-name="Vevo Pop (England)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Music",Vevo Pop (England) https://5f3491c50b093e00015a3c4c-samsung.eu.ssai.zype.com/5f3491c50b093e00015a3c4c_samsung_eu/manifest.m3u8 #EXTINF:-1 tvg-id="VEVORBUS.us" tvg-name="VEVO R&B (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fJFzPB7.jpg" group-title="Music",VEVO R&B (US) (1080p) https://5dcc6a2840dfd15e7f8518ef-s-3.ssai.zype.com/5dcc6a2840dfd15e7f8518ef-s-3/manifest.m3u8 -#EXTINF:-1 tvg-id="VH1.us" tvg-name="VH1" tvg-country="US" tvg-language="" tvg-logo="" group-title="",VH1 +#EXTINF:-1 tvg-id="VH1.us" tvg-name="VH1" tvg-country="US" tvg-language="English" tvg-logo="https://commons.wikimedia.org/wiki/File:VH1_2020.png" group-title="Music",VH1 https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8?ct=c&expand=simulcast_standard&exp=1529767847&rn=-811303751&cid=36953f5b6546464590d2fcd954bc89cf&tc=1&sig= #EXTINF:-1 tvg-id="VH1Italia.us" tvg-name="VH1 Italia" tvg-country="IT" tvg-language="Italian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/VH1_logonew.svg/440px-VH1_logonew.svg.png" group-title="Music",VH1 Italia (1080p) https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8 -#EXTINF:-1 tvg-id="VictorValleyMovies.us" tvg-name="Victor Valley Movies" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/VictorValleyMovies_229x229.png?raw=true" group-title="",Victor Valley Movies +#EXTINF:-1 tvg-id="VictorValleyMovies.us" tvg-name="Victor Valley Movies" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/VictorValleyMovies_229x229.png?raw=true" group-title="Movies",Victor Valley Movies https://2-fss-1.streamhoster.com/pl_122/201794-1414514-1/playlist.m3u8 #EXTINF:-1 tvg-id="VictoryTelevisionNetwork.us" tvg-name="Victory Television Network" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Religious",Victory Television Network (240p) http://184.173.179.163:1935/victorytelevisionnetwork/victorytelevisionnetwork/playlist.m3u8 -#EXTINF:-1 tvg-id="VidaMejorTV.us" tvg-name="Vida Mejor TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Vida Mejor TV +#EXTINF:-1 tvg-id="VidaMejorTV.us" tvg-name="Vida Mejor TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/W5C1ZRd.png" group-title="",Vida Mejor TV https://uni10rtmp.tulix.tv/bettervida/bettervida.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="VirginiaLynchburgRoanokeSTIRR.us" tvg-name="Virginia: Lynchburg - Roanoke (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Virginia: Lynchburg - Roanoke (STIRR) (720p) https://dai.google.com/linear/hls/event/Fwm4J95UQi67l2FEV7N5kQ/master.m3u8 @@ -6209,29 +6203,29 @@ https://voa-lh.akamaihd.net/i/voapnn_7@72817/master.m3u8 https://voa-lh.akamaihd.net/i/voa_mpls_tvmc3_3@320295/master.m3u8 #EXTINF:-1 tvg-id="VoATV.us" tvg-name="VoA TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/9A6LZ7z.jpg" group-title="News",VoA TV (1080p) https://voa-lh.akamaihd.net/i/voa_mpls_tvmc6@320298/master.m3u8 -#EXTINF:-1 tvg-id="Vogue.us" tvg-name="Vogue" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Vogue +#EXTINF:-1 tvg-id="Vogue.us" tvg-name="Vogue" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Lifestyle",Vogue https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvogue/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="Vogue.us" tvg-name="Vogue" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Vogue +#EXTINF:-1 tvg-id="Vogue.us" tvg-name="Vogue" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Lifestyle",Vogue https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuvogue/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="VoiceofAmerica.us" tvg-name="Voice of America" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Voice of America +#EXTINF:-1 tvg-id="VoiceofAmerica.us" tvg-name="Voice of America" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/4K19XyZ.png" group-title="News",Voice of America http://voa-lh.akamaihd.net/i/voa_mpls_tvmc6@320298/index_0360_av-p.m3u8?sd=10&rebase=on -#EXTINF:-1 tvg-id="VoyagerDocs.us" tvg-name="Voyager Docs" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Voyager Docs +#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" tvg-name="Voyager Documentaries" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Documentary",Voyager Documentaries https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvoyager/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" tvg-name="Voyager Documentaries" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Voyager Documentaries +#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" tvg-name="Voyager Documentaries" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Documentary",Voyager Documentaries https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvoyager/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" tvg-name="Voyager Documentaries" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Voyager Documentaries +#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" tvg-name="Voyager Documentaries" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Documentary",Voyager Documentaries https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuvoyagerdocumentaries/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="VSiN.us" tvg-name="VSiN" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/VSiN_400x400.png?raw=true" group-title="",VSiN https://stream.rcncdn.com/live/vsinproxy.m3u8 -#EXTINF:-1 tvg-id="WABI5.us" tvg-name="WABI 5" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WABI 5 +#EXTINF:-1 tvg-id="WABI5.us" tvg-name="WABI 5" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/MsE05yj.png" group-title="Local",WABI 5 https://ad-playlistserver.aws.syncbak.com/playlist/13613390/master.m3u8?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkdyYXkyMDE2MDgyOSJ9.eyJtaWQiOjEzNjEzMzkwLCJtZDUiOiI2Y2M5MzczYjIxZWIwNzQ4ZDA0YTRlYzYyMjU2YjBhMiIsImlhdCI6MTQ5NzM4MTU5NywiaXNzIjoiU3luY2JhayIsInN1YiI6IkdyYXkifQ.qJPiMCbnGjAn9wgPrGjVl3M9Xfc4CVSyoZTZ5OH-1jo #EXTINF:-1 tvg-id="WABI5BangorMaineSTIRR.us" tvg-name="WABI 5 - Bangor - Maine (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/D8uMAuV.png" group-title="Local",WABI 5 - Bangor - Maine (STIRR) https://ad-playlistserver.aws.syncbak.com/playlist/13613390/master.m3u8?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkdyYXkyMDE2MDgyOSJ9.eyJtaWQiOjEzNjEzMzkwL (STIRR)CJtZDUiOiI2Y2M5MzczYjIxZWIwNzQ4ZDA0YTRlYzYyMjU2YjBhMiIsImlhdCI6MTQ5NzM4MTU5NywiaXNzIjoiU3luY2JhayIsInN1YiI6IkdyYXkifQ.qJPiMCbnGjAn9wgPrGjVl3M9Xfc4CVSyoZTZ5OH-1jo #EXTINF:-1 tvg-id="WAGAFox5Atlanta.us" tvg-name="WAGA Fox 5 Atlanta" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/DcZoeGw.jpg" group-title="News",WAGA Fox 5 Atlanta (720p) https://lnc-waga-fox-aws.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="WarnerTV.us" tvg-name="Warner TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Movies",Warner TV +#EXTINF:-1 tvg-id="WarnerTV.us" tvg-name="Warner TV" tvg-country="US" tvg-language="English" tvg-logo="http://static.epg.best/fr/WarnerTV.fr.png" group-title="Movies",Warner TV http://203.154.243.89:11205/ -#EXTINF:-1 tvg-id="WarnerTV.us" tvg-name="Warner TV" tvg-country="US" tvg-language="" tvg-logo="http://static.epg.best/fr/WarnerTV.fr.png" group-title="",Warner TV +#EXTINF:-1 tvg-id="WarnerTV.us" tvg-name="Warner TV" tvg-country="US" tvg-language="English" tvg-logo="http://static.epg.best/fr/WarnerTV.fr.png" group-title="",Warner TV https://liveanevia.mncnow.id/live/eds/WarnerTV/sa_dash_vmx/WarnerTV.mpd #EXTINF:-1 tvg-id="WarnerTV.us" tvg-name="WarnerTV" tvg-country="TH" tvg-language="Thai" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-warnertv.png" group-title="Movies",WarnerTV (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 @@ -6242,19 +6236,19 @@ https://dai.google.com/linear/hls/event/VLEduzwwQfGSwV4eNdkj0g/master.m3u8 https://dai.google.com/linear/hls/event/Ae0L5AucTcqefaIvaS504A/master.m3u8 #EXTINF:-1 tvg-id="WashingtonYakimaPasco2STIRR.us" tvg-name="Washington: Yakima - Pasco #2 (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Washington: Yakima - Pasco #2 (STIRR) (720p) https://dai.google.com/linear/hls/event/FJejnzFjSFGpaogi0GzPyw/master.m3u8 -#EXTINF:-1 tvg-id="WatchItKid.us" tvg-name="Watch It Kid" tvg-country="US" tvg-language="" tvg-logo="https://s3-us-west-2.amazonaws.com/klowdtvstorage/herring/images/channels/watchitKid/logo_small.png" group-title="",Watch It Kid +#EXTINF:-1 tvg-id="WatchItKid.us" tvg-name="Watch It Kid" tvg-country="US" tvg-language="English" tvg-logo="https://s3-us-west-2.amazonaws.com/klowdtvstorage/herring/images/channels/watchitKid/logo_small.png" group-title="Kids",Watch It Kid http://content-ausw2.uplynk.com/channel/ce3b524c342247549e996e7d3a977157.m3u8 -#EXTINF:-1 tvg-id="WatchitKid.us" tvg-name="Watch it Kid" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/DAhbkLv.png" group-title="",Watch it Kid +#EXTINF:-1 tvg-id="WatchitKid.us" tvg-name="Watch it Kid" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/DAhbkLv.png" group-title="Kids",Watch it Kid https://content.uplynk.com/channel/ce3b524c342247549e996e7d3a977157.m3u8 -#EXTINF:-1 tvg-id="WatchitScream.us" tvg-name="Watch it Scream !" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Watch it Scream ! +#EXTINF:-1 tvg-id="WatchitScream.us" tvg-name="Watch it Scream !" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Watch it Scream ! https://content.uplynk.com/channel/29aff31fecb848ab9044369db2d61642.m3u8 #EXTINF:-1 tvg-id="Waypoint.us" tvg-name="Waypoint" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nbVom3F.jpg" group-title="Outdoor",Waypoint (720p) https://dai.google.com/linear/hls/event/im0MqOKRTHy9nVa1sirQSg/master.m3u8 -#EXTINF:-1 tvg-id="WaypointOutdoors.us" tvg-name="Waypoint Outdoors" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/moVEMe0.png" group-title="",Waypoint Outdoors (720p) +#EXTINF:-1 tvg-id="WaypointOutdoors.us" tvg-name="Waypoint Outdoors" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/6r2YHtv.png" group-title="Outdoor",Waypoint Outdoors (720p) https://waypointtv.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WaypointTV.us" tvg-name="Waypoint TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Waypoint TV +#EXTINF:-1 tvg-id="WaypointTV.us" tvg-name="Waypoint TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/6r2YHtv.png" group-title="Outdoor",Waypoint TV https://waypointtv-samsung.plex.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="224f8a" tvg-name="Waypoint_TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/6r2YHtv.png" group-title="",Waypoint TV +#EXTINF:-1 tvg-id="224f8a" tvg-name="Waypoint_TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/6r2YHtv.png" group-title="Outdoor",Waypoint TV https://waypointtv-samsung.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="WCAT15.us" tvg-name="WCAT 15" tvg-country="US" tvg-language="English" tvg-logo="https://frontdoor.wcat-tv.org/Cablecast/WebFiles/7385/wcatlogo.png" group-title="Local",WCAT 15 [Not 24/7] https://edu-wcat.azureedge.net/live/live.m3u8 @@ -6264,75 +6258,75 @@ https://frontdoor.wcat-tv.org:8686/live/live.m3u8 https://frontdoor.wcat-tv.org:8787/live/live.m3u8 #EXTINF:-1 tvg-id="WCCATVWorcester.us" tvg-name="WCCA-TV (Worcester)" tvg-country="US" tvg-language="English" tvg-logo="https://worcester.vod.castus.tv/wccalive.png" group-title="Local",WCCA-TV (Worcester) https://worcester.vod.castus.tv/live/ch1.m3u8 -#EXTINF:-1 tvg-id="WCTX.us" tvg-name="WCTX" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WCTX +#EXTINF:-1 tvg-id="WCTX.us" tvg-name="WCTX" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QwuP3cX.png" group-title="Local",WCTX https://bozztv.com/teleyupp/e5CGxWp8iU/tracks-v3a1/mono.m3u8 -#EXTINF:-1 tvg-id="WeatherChannel.us" tvg-name="Weather Channel" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Weather Channel +#EXTINF:-1 tvg-id="WeatherChannel.us" tvg-name="Weather Channel" tvg-country="US" tvg-language="English" tvg-logo="http://i.imgur.com/D4vJyy9.png" group-title="Weather",Weather Channel https://weather-lh.akamaihd.net/i/twc_1@92006/index_2400_av-b.m3u8 #EXTINF:-1 tvg-id="WeatherChannel.us" tvg-name="Weather Channel" tvg-country="US" tvg-language="English" tvg-logo="http://i.imgur.com/D4vJyy9.png" group-title="Weather",Weather Channel https://weather-lh.akamaihd.net/i/twc_1@92006/index_2400_av-b.m3u8?sd=10&rebase=on -#EXTINF:-1 tvg-id="WeatherGoneViral.us" tvg-name="Weather Gone Viral" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fdd3d8b9f3978154b03b203" group-title="Documentary",Weather Gone Viral +#EXTINF:-1 tvg-id="WeatherGoneViral.us" tvg-name="Weather Gone Viral" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fdd3d8b9f3978154b03b203" group-title="Documentary",Weather Gone Viral https://linear-128.frequency.stream/dist/localnow/128/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="WeatherNation.us" tvg-name="Weather Nation" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K1kJf1s.png" group-title="Weather",Weather Nation (720p) +#EXTINF:-1 tvg-id="WeatherNation.us" tvg-name="Weather Nation" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="Weather",Weather Nation (720p) https://weathernationtv.roku.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Weather Nation" tvg-name="Weather Nation" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X23p0GB.png" group-title="Weather",Weather Nation (720p) https://weathernationtv.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WeatherSpy.us" tvg-name="Weather Spy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Weather Spy +#EXTINF:-1 tvg-id="WeatherSpy.us" tvg-name="WeatherSpy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SAZF1cq.jpg" group-title="Weather",WeatherSpy https://04799df414944908856c6c521891945f.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex-intl_WeatherSpy/2eba863c-1452-4ea6-98b2-2b1c0c81c112/3.m3u8 -#EXTINF:-1 tvg-id="WeatherSpyAustralia.us" tvg-name="Weather Spy (Australia)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Weather Spy (Australia) +#EXTINF:-1 tvg-id="WeatherSpyAustralia.us" tvg-name="WeatherSpy (Australia)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SAZF1cq.jpg" group-title="Weather",WeatherSpy (Australia) https://jukin-weatherspy-2-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WeatherSpyUK.us" tvg-name="Weather Spy (UK)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/SAZF1cq.jpg" group-title="",Weather Spy (UK) +#EXTINF:-1 tvg-id="WeatherSpyUK.us" tvg-name="WeatherSpy (UK)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SAZF1cq.jpg" group-title="Weather",WeatherSpy (UK) https://jukin-weatherspy-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Weatherspy.us" tvg-name="Weatherspy" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Weatherspy +#EXTINF:-1 tvg-id="WeatherSpy.us" tvg-name="WeatherSpy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SAZF1cq.jpg" group-title="Weather",WeatherSpy https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxweatherspy/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="Weatherspy.us" tvg-name="Weatherspy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Weatherspy +#EXTINF:-1 tvg-id="WeatherSpy.us" tvg-name="WeatherSpy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SAZF1cq.jpg" group-title="Weather",WeatherSpy https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuweatherspy/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="WeatherSpy.us" tvg-name="WeatherSpy" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",WeatherSpy +#EXTINF:-1 tvg-id="WeatherSpy.us" tvg-name="WeatherSpy" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="Weather",WeatherSpy https://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-rokuweatherspy/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="d27f65" tvg-name="WeatherSpy" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/77cliq4.png" group-title="",WeatherSpy +#EXTINF:-1 tvg-id="d27f65" tvg-name="WeatherSpy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SAZF1cq.jpg" group-title="Weather",WeatherSpy https://jukin-weatherspy-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WeatherSpy.us" tvg-name="WeatherSpy" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WeatherSpy +#EXTINF:-1 tvg-id="WeatherSpy.us" tvg-name="WeatherSpy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SAZF1cq.jpg" group-title="Weather",WeatherSpy https://jukin-weatherspy-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WeatherSpyBrazil.us" tvg-name="WeatherSpy (Brazil)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WeatherSpy (Brazil) +#EXTINF:-1 tvg-id="WeatherSpyBrazil.us" tvg-name="WeatherSpy (Brazil)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/SAZF1cq.jpg" group-title="Weather",WeatherSpy (Brazil) https://jukin-weatherspy-2-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WeatherspyIndia.us" tvg-name="Weatherspy (India)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Weatherspy (India) +#EXTINF:-1 tvg-id="WeatherSpyIndia.us" tvg-name="WeatherSpy (India)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/SAZF1cq.jpg" group-title="Weather",WeatherSpy (India) https://jukin-weatherspy-2-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WeatherSpyMexico.us" tvg-name="WeatherSpy (Mexico)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WeatherSpy (Mexico) +#EXTINF:-1 tvg-id="WeatherSpyMexico.us" tvg-name="WeatherSpy (Mexico)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/SAZF1cq.jpg" group-title="Weather",WeatherSpy (Mexico) https://jukin-weatherspy-2-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WeatherspyTV.us" tvg-name="Weatherspy TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/NQABecK.png" group-title="Weather",Weatherspy TV (720p) +#EXTINF:-1 tvg-id="WeatherSpyTV.us" tvg-name="WeatherSpy TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SAZF1cq.jpg" group-title="Weather",WeatherSpy TV (720p) https://jukin-weatherspy-1.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="WestVirginiaCharlestonHuntingtonSTIRR.us" tvg-name="West Virginia: Charleston - Huntington (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",West Virginia: Charleston - Huntington (STIRR) (720p) https://dai.google.com/linear/hls/event/fLqJePs_QR-FRTttC8fMIA/master.m3u8 -#EXTINF:-1 tvg-id="WEWS5ABCClevelandNews.us" tvg-name="WEWS 5 ABC Cleveland News" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/606e0f9a9739652ec518e8c1" group-title="News",WEWS 5 ABC Cleveland News +#EXTINF:-1 tvg-id="WEWS5ABCClevelandNews.us" tvg-name="WEWS 5 ABC Cleveland News" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/606e0f9a9739652ec518e8c1" group-title="Local",WEWS 5 ABC Cleveland News https://wews-syndication.ewscloud.com/out/v1/72729e3f4dbe4aafbab93d6b1117e5f1/index.m3u8 -#EXTINF:-1 tvg-id="WEWSABC5.us" tvg-name="WEWS ABC 5" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WEWS ABC 5 +#EXTINF:-1 tvg-id="WEWSABC5.us" tvg-name="WEWS ABC 5" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1YL0wkp.png" group-title="Local",WEWS ABC 5 https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WEWS.m3u8 -#EXTINF:-1 tvg-id="WFGCTV.us" tvg-name="WFGC TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WFGC TV +#EXTINF:-1 tvg-id="WFGCTV.us" tvg-name="WFGC TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",WFGC TV http://hls1.livestreamingcdn.com:1935/livecdn631/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="WFLDFOX32Chicago.us" tvg-name="WFLD FOX 32 Chicago" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/lf5sLNn.png" group-title="News",WFLD FOX 32 Chicago (720p) +#EXTINF:-1 tvg-id="WFLDFOX32Chicago.us" tvg-name="WFLD FOX 32 Chicago" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/lf5sLNn.png" group-title="Local",WFLD FOX 32 Chicago (720p) https://lnc-wfld-fox-aws.tubi.video/index.m3u8 #EXTINF:-1 tvg-id="WFTVChannel9FloridaOrlando.us" tvg-name="WFTV Channel 9 - Florida - Orlando" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/S3fqmWY.png" group-title="Local",WFTV Channel 9 - Florida - Orlando (720p) https://d3nzocdfkx2ybv.cloudfront.net/in/cmg-wftve2-hls-v3/live.m3u8 -#EXTINF:-1 tvg-id="WGN.us" tvg-name="WGN" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WGN +#EXTINF:-1 tvg-id="WGN.us" tvg-name="WGN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/dpI43Wg.png" group-title="Local",WGN https://bozztv.com/teleyupp1/teleup-mBm5MQ50rA/tracks-v3a1/mono.m3u8 -#EXTINF:-1 tvg-id="WGN9Chicago.us" tvg-name="WGN9 (Chicago)" tvg-country="US" tvg-language="" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/lpaqfc.png" group-title="",WGN9 (Chicago) +#EXTINF:-1 tvg-id="WGN9Chicago.us" tvg-name="WGN9 (Chicago)" tvg-country="US" tvg-language="English" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/lpaqfc.png" group-title="Local",WGN9 (Chicago) https://bozztv.com/teleyupp1/teleup-mBm5MQ50rA/playlist.m3u8 -#EXTINF:-1 tvg-id="WHBQFOX13Memphis.us" tvg-name="WHBQ FOX 13 Memphis" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WHBQ FOX 13 Memphis +#EXTINF:-1 tvg-id="WHBQFOX13Memphis.us" tvg-name="WHBQ FOX 13 Memphis" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/E9vX12j.png" group-title="Local",WHBQ FOX 13 Memphis https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WHBQ.m3u8 -#EXTINF:-1 tvg-id="WHIO.us" tvg-name="WHIO" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/thumb/6/69/WHIO-TV_Logo.png/285px-WHIO-TV_Logo.png" group-title="Local",WHIO +#EXTINF:-1 tvg-id="WHIO.us" tvg-name="WHIO" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/n38ZKuE.png" group-title="Local",WHIO https://svc-lvanvato-cxtv-whio.cmgvideo.com/whio/2596k/index.m3u8 -#EXTINF:-1 tvg-id="Whistle.us" tvg-name="Whistle" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Whistle +#EXTINF:-1 tvg-id="WhistleSports.us" tvg-name="Whistle Sports" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/0zX4ydB.png" group-title="Sports",Whistle Sports https://whistle-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WhistleSports.us" tvg-name="Whistle Sports" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Whistle Sports +#EXTINF:-1 tvg-id="WhistleSports.us" tvg-name="Whistle Sports" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/0zX4ydB.png" group-title="Sports",Whistle Sports https://whistlesports-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="WhistleTV.us" tvg-name="Whistle TV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/WhistleTV_350x350.png?raw=true" group-title="",Whistle TV +#EXTINF:-1 tvg-id="WhistleSports.us" tvg-name="Whistle Sports" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/WhistleTV_350x350.png?raw=true" group-title="Sports",Whistle Sports https://whistle-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WhistleTV.us" tvg-name="Whistle TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/CNO8eQ7.png" group-title="",Whistle TV (720p) +#EXTINF:-1 tvg-id="WhistleSports.us" tvg-name="Whistle Sports" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/CNO8eQ7.png" group-title="Sports",Whistle Sports (720p) https://whistle-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WhistleTV.us" tvg-name="Whistle TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Whistle TV +#EXTINF:-1 tvg-id="WhistleSports.us" tvg-name="Whistle Sports" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/0zX4ydB.png" group-title="Sports",Whistle Sports https://whistletv-roku.cinedigm.com/midroll/amagi_hls_data_xumo-host-whistlesports-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="WhistleTVSTIRR.us" tvg-name="Whistle TV (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/2cbf9983-6f7c-49f0-8343-416f93d9e8ed-small3x1_STIRR_Logo_0320_WhistleTV_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",Whistle TV (STIRR) (720p) +#EXTINF:-1 tvg-id="WhistleSportsTVSTIRR.us" tvg-name="Whistle Sports (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/2cbf9983-6f7c-49f0-8343-416f93d9e8ed-small3x1_STIRR_Logo_0320_WhistleTV_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",Whistle Sports (STIRR) (720p) https://dai.google.com/linear/hls/event/Wu11mwhnTKGNhwZimEK6Jg/master.m3u8 -#EXTINF:-1 tvg-id="WhistleTV.us" tvg-name="WhistleTV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",WhistleTV +#EXTINF:-1 tvg-id="WhistleSports.us" tvg-name="Whistle Sports" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="Sports",Whistle Sports https://whistletv-roku-ingest.cinedigm.com/master.m3u8 #EXTINF:-1 tvg-id="WhitePlainsCommunityMedia.us" tvg-name="White Plains Community Media" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/hhjrOB1.png" group-title="Local",White Plains Community Media http://stream.swagit.com/live-edge/whiteplainsny/smil:std-4x3-1-b/chunklist_w1456643228_b512000.m3u8 @@ -6344,21 +6338,21 @@ http://stream.swagit.com/live-edge/hastingsonhudsonny/smil:std-4x3-1-a/playlist. https://dai.google.com/linear/hls/event/SYob3ZZfTwyVW7LILC9ckw/master.m3u8 #EXTINF:-1 tvg-id="WHPR.us" tvg-name="WHPR" tvg-country="US" tvg-language="English" tvg-logo="http://313watkins.com/images/logo.png" group-title="Local",WHPR (720p) http://162.244.81.156:1935/whprtv33roku/whprtv33roku/playlist.m3u8 -#EXTINF:-1 tvg-id="WildnoutMTV.us" tvg-name="Wild'n out MTV" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/08182020/Wild%20N%20Out_190x190.png?raw=true" group-title="",Wild'n out MTV +#EXTINF:-1 tvg-id="WildnoutMTV.us" tvg-name="Wild'n out MTV" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/08182020/Wild%20N%20Out_190x190.png?raw=true" group-title="Series",Wild'n out MTV http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48678d34ceb37d3c458a55/master.m3u8?deviceType=samsung-tvplus&deviceMake=samsung&deviceModel=samsung&deviceVersion=unknown&appVersion=unknown&deviceLat=0&deviceLon=0&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceUA=samsung%2FSM-T720%2F10&advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&us_privacy=1YNY&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&profileLimit=&profileFloor=&embedPartner=samsung-tvplus -#EXTINF:-1 tvg-id="Wipeout.us" tvg-name="Wipeout" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Wipeout +#EXTINF:-1 tvg-id="Wipeout.us" tvg-name="Wipeout" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/cII7j51.png" group-title="Series",Wipeout https://endemol-wipeoutxtra-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WipeoutXtra.us" tvg-name="Wipeout Xtra" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/WipeoutXtra_190x190.png?raw=true" group-title="",Wipeout Xtra +#EXTINF:-1 tvg-id="WipeoutXtra.us" tvg-name="Wipeout Xtra" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/WipeoutXtra_190x190.png?raw=true" group-title="",Wipeout Xtra https://endemol-wipeoutxtra-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WipeoutXtra.us" tvg-name="Wipeout Xtra" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K1kJf1s.png" group-title="",Wipeout Xtra (1080p) +#EXTINF:-1 tvg-id="WipeoutXtra.us" tvg-name="Wipeout Xtra" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="",Wipeout Xtra (1080p) https://endemol-wipeoutxtra-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WipeoutXtra.us" tvg-name="Wipeout Xtra" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/08182020/Wipeout%20Xtra_190x190.png?raw=true" group-title="",Wipeout Xtra +#EXTINF:-1 tvg-id="WipeoutXtra.us" tvg-name="Wipeout Xtra" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/all-channels/08182020/Wipeout%20Xtra_190x190.png?raw=true" group-title="",Wipeout Xtra https://endemol-wipeoutxtra-1.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="WipeoutXtraSTIRR.us" tvg-name="Wipeout Xtra (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/8bb7cca9-e66e-4776-a70b-b22add0e368c-small3x1_STIRR_Logo_0620_Wipeout_1920x1080_EPG1.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",Wipeout Xtra (STIRR) (720p) https://dai.google.com/linear/hls/event/0DG8p66IRES7ZzEe1WJS-w/master.m3u8 -#EXTINF:-1 tvg-id="Wired.us" tvg-name="Wired" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Wired +#EXTINF:-1 tvg-id="Wired.us" tvg-name="Wired" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Wired https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows/amagi_hls_data_xumo1212A-redboxwired/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Wired2Fish.us" tvg-name="Wired2Fish" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d1769345cf61eb60b5893" group-title="Sports",Wired2Fish +#EXTINF:-1 tvg-id="Wired2Fish.us" tvg-name="Wired2Fish" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d1769345cf61eb60b5893" group-title="Sports",Wired2Fish https://linear-80.frequency.stream/dist/localnow/80/hls/master/playlist.m3u8 #EXTINF:-1 tvg-id="WisconsinGreenBaySTIRR.us" tvg-name="Wisconsin: Green Bay (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Wisconsin: Green Bay (STIRR) (720p) https://dai.google.com/linear/hls/event/a6lsWNYDQwyM9fjytUCrcw/master.m3u8 @@ -6366,71 +6360,67 @@ https://dai.google.com/linear/hls/event/a6lsWNYDQwyM9fjytUCrcw/master.m3u8 https://dai.google.com/linear/hls/event/jWaxnXHPQjGX1yTxuFxpuw/master.m3u8 #EXTINF:-1 tvg-id="WiseguySTIRR.us" tvg-name="Wiseguy (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/5e3b98cb-3de9-4bb2-b775-e487f3a117ca-small3x1_stirr_1219_epg_wiseguy_1920x1080.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",Wiseguy (STIRR) (720p) https://dai.google.com/linear/hls/event/kv03O_9RS8-uRahEGtDcjA/master.m3u8 -#EXTINF:-1 tvg-id="WITIFox6Milwaukee.us" tvg-name="WITI Fox 6 Milwaukee" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/qmOd9Yr.jpg" group-title="News",WITI Fox 6 Milwaukee (720p) +#EXTINF:-1 tvg-id="WITIFox6Milwaukee.us" tvg-name="WITI Fox 6 Milwaukee" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/qmOd9Yr.jpg" group-title="Local",WITI Fox 6 Milwaukee (720p) https://lnc-witi-fox-aws.tubi.video/index.m3u8 #EXTINF:-1 tvg-id="WJAXActionNewsJacksonville.us" tvg-name="WJAX Action News - Jacksonville" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LW3Dfbt.png" group-title="Local",WJAX Action News - Jacksonville (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?aws.sessionId=dcb19887-c2ac-40ff-94fa-4f9c8692f754 #EXTINF:-1 tvg-id="WJBKFox2Detroit.us" tvg-name="WJBK Fox 2 Detroit" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/EL9Bwtf.png" group-title="News",WJBK Fox 2 Detroit (720p) https://lnc-wjbk-fox-aws.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="WJLA.us" tvg-name="WJLA" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WJLA +#EXTINF:-1 tvg-id="WJLA.us" tvg-name="WJLA" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LttuGfq.png" group-title="Local",WJLA https://content.uplynk.com/40cec2bf074c40f08932da03ab4510be.m3u8 -#EXTINF:-1 tvg-id="WLNGRadio.us" tvg-name="WLNG Radio" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WLNG Radio +#EXTINF:-1 tvg-id="WLNGRadio.us" tvg-name="WLNG Radio" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/11r6tgW.png" group-title="Local",WLNG Radio http://wlngstudiowebcam.srfms.com:1935/wlngstudiowebcam/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="WLVT" tvg-name="WLVT PBS Allentown" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/PBS.png?raw=true" group-title="",WLVT PBS Allentown +#EXTINF:-1 tvg-id="WLVT" tvg-name="WLVT PBS Allentown" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/PBS.png?raw=true" group-title="Local",WLVT PBS Allentown https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/playlist.m3u8 #EXTINF:-1 tvg-id="WMFD.us" tvg-name="WMFD" tvg-country="US" tvg-language="English" tvg-logo="https://wmfd.com/images/logo.png" group-title="Local",WMFD (720p) [Not 24/7] https://player-api.new.livestream.com/accounts/1194911/events/3466400/live.m3u8 -#EXTINF:-1 tvg-id="WMURNewHampshire.us" tvg-name="WMUR New Hampshire" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WMUR New Hampshire +#EXTINF:-1 tvg-id="WMURNewHampshire.us" tvg-name="WMUR New Hampshire" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/6oNx5F0.png" group-title="Local",WMUR New Hampshire https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WMUR.m3u8 -#EXTINF:-1 tvg-id="WNWYFox5NewYork.us" tvg-name="WNYW Fox 5 New York" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/OfGcsUO.png" group-title="News",WNYW Fox 5 New York (720p) +#EXTINF:-1 tvg-id="WNWYFox5NewYork.us" tvg-name="WNYW Fox 5 New York" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/OfGcsUO.png" group-title="Local",WNYW Fox 5 New York (720p) https://lnc-wnyw-fox-aws.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="WOFLFox35Orlando.us" tvg-name="WOFL Fox 35 Orlando" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/BOA8KKZ.jpg" group-title="",WOFL Fox 35 Orlando (720p) +#EXTINF:-1 tvg-id="WOFLFox35Orlando.us" tvg-name="WOFL Fox 35 Orlando" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/BOA8KKZ.jpg" group-title="Local",WOFL Fox 35 Orlando (720p) https://lnc-wofl-fox-aws.tubi.video/index.m3u8 #EXTINF:-1 tvg-id="WorldFashionChannel.us" tvg-name="World Fashion Channel" tvg-country="INT" tvg-language="English" tvg-logo="https://wfc.tv/images/Logo-WF.png" group-title="Lifestyle",World Fashion Channel (1080p) https://wfcint.mediacdn.ru/cdn/wfcintweb/playlist.m3u8 -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/b0bcc7de-1b66-4bb0-aaba-f6b124b6446e-small3x1_STIRR_Logo_0520_WorldPokerTour_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",World Poker Tour -https://0f2030e8d8b24ee5bf5144417e07d65a.mediatailor.us-west-2.amazonaws.com/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/WPT-Stirr/119.m3u8 -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f734c9891c71211f2258e72" group-title="",World Poker Tour -https://d3w4n3hhseniak.cloudfront.net/scheduler/scheduleMaster/175.m3u8 -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",World Poker Tour +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/b0bcc7de-1b66-4bb0-aaba-f6b124b6446e-small3x1_STIRR_Logo_0520_WorldPokerTour_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Entertainment",World Poker Tour https://d3w4n3hhseniak.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/WPT-DistroTV/150.m3u8 -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",World Poker Tour +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="Entertainment",World Poker Tour https://d3w4n3hhseniak.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/WPT-DistroTV/150.m3u8?Entertainment -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",World Poker Tour +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="Entertainment",World Poker Tour https://d3w4n3hhseniak.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/WPT-DistroTV/150.m3u8?Lifestyle -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Nus9e8M.jpg" group-title="Sports",World Poker Tour (1080p) +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Nus9e8M.jpg" group-title="Entertainment",World Poker Tour (1080p) https://dai.google.com/linear/hls/event/V7AWGB66R3avQhuIFaxmjw/master.m3u8 -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",World Poker Tour +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="Entertainment",World Poker Tour https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxworldpokertour/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/WPT_600x600.png?raw=true" group-title="",World Poker Tour +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/WPT_600x600.png?raw=true" group-title="Entertainment",World Poker Tour https://dth07jsr8atug.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/WPT-Plex/171.m3u8 -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ecfb9db6c180007a6d1b0/colorLogoPNG.png" group-title="",World Poker Tour +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ecfb9db6c180007a6d1b0/colorLogoPNG.png" group-title="Entertainment",World Poker Tour 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" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5616f9c0ada51f8004c4b091/colorLogoPNG.png" group-title="",World Poker Tour +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5616f9c0ada51f8004c4b091/colorLogoPNG.png" group-title="Entertainment",World Poker Tour https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d796e738977e2c31094a/colorLogoPNG.png" group-title="",World Poker Tour +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d796e738977e2c31094a/colorLogoPNG.png" group-title="Entertainment",World Poker Tour https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d796e738977e2c31094a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad9b7aae738977e2c312132/colorLogoPNG.png" group-title="",World Poker Tour +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad9b7aae738977e2c312132/colorLogoPNG.png" group-title="Entertainment",World Poker Tour https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7aae738977e2c312132/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecfb9db6c180007a6d1b0/colorLogoPNG.png" group-title="",World Poker Tour +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecfb9db6c180007a6d1b0/colorLogoPNG.png" group-title="Entertainment",World Poker Tour https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="CA" tvg-language="" tvg-logo="https://i.imgur.com/ZqB9etQ.png" group-title="",World Poker Tour (720p) +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/ZqB9etQ.png" group-title="Entertainment",World Poker Tour (720p) https://world-poker-tour-samsung-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",World Poker Tour +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="Entertainment",World Poker Tour https://world-poker-tour.localnowlive.com/v1/master/385c85a93929f94966d0fb186fc33b431e6f1eb9/DSP_5f734a4a0a6064513436ac12_world-poker-tour/175.m3u8 -#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/World_Poker_Tour_190x190.png?raw=true" group-title="",World Poker Tour +#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/World_Poker_Tour_190x190.png?raw=true" group-title="Entertainment",World Poker Tour https://world-poker-tour.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="wowNowkids.us" tvg-name="wow Now kids" tvg-country="US" tvg-language="" tvg-logo="" group-title="",wow Now kids +#EXTINF:-1 tvg-id="wowNowkids.us" tvg-name="wow Now kids" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Kids",wow Now kids https://wownow-wownowkids-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WOWTV.us" tvg-name="WOW! TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Movies",WOW! TV (720p) +#EXTINF:-1 tvg-id="WOWTV.us" tvg-name="WOW! TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/28RcmTX.png" group-title="Movies",WOW! TV (720p) http://cdn.elsalvadordigital.com:1935/wowtv/wowtv/playlist.m3u8 -#EXTINF:-1 tvg-id="WPECCBS12News.us" tvg-name="WPEC CBS12 News" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",WPEC CBS12 News (720p) +#EXTINF:-1 tvg-id="WPECCBS12News.us" tvg-name="WPEC CBS12 News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SG7iSaA.png" group-title="Local",WPEC CBS12 News (720p) https://content.uplynk.com/channel/0123b306191a4307a31b9fb573213fd3.m3u8 -#EXTINF:-1 tvg-id="WPPT" tvg-name="WPPT 39 Extra Philadelphia" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/PBS.png?raw=true" group-title="",WPPT 39 Extra Philadelphia +#EXTINF:-1 tvg-id="WPPT" tvg-name="WPPT 39 Extra Philadelphia" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/PBS.png?raw=true" group-title="",WPPT 39 Extra Philadelphia https://forerunnerrtmp.livestreamingcdn.com/output18-2/output18-2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="WSJ.us" tvg-name="WSJ" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/2IOP6LI.jpg" group-title="News",WSJ (1080p) https://wsjlivehls-lh.akamaihd.net/i/events1_1@174990/master.m3u8 -#EXTINF:-1 tvg-id="WSVN.us" tvg-name="WSVN" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WSVN +#EXTINF:-1 tvg-id="WSVN.us" tvg-name="WSVN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5BuH0iY.png" group-title="",WSVN https://bozztv.com/teleyupp1/teleup-GgIpXe0CjT/tracks-v3a1/mono.m3u8 #EXTINF:-1 tvg-id="WSVNFOX7Florida.us" tvg-name="WSVN FOX 7 (Florida)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zQlK5ux.png" group-title="Local",WSVN FOX 7 (Florida) (720p) https://bozztv.com/teleyupp1/teleup-GgIpXe0CjT/playlist.m3u8 @@ -6440,37 +6430,37 @@ https://bcsecurelivehls-i.akamaihd.net/hls/live/598043/4368278029001_1/onair/mas https://content.uplynk.com/channel/e56ba52a1b9d45ad8c8a033fd83fe480.m3u8 #EXTINF:-1 tvg-id="WTTGFox5WashingtonDC.us" tvg-name="WTTG Fox 5 Washington DC" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ktLKla7.png" group-title="News",WTTG Fox 5 Washington DC (720p) https://lnc-wttg-fox-aws.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="WTVTFox13TampaBay.us" tvg-name="WTVT Fox 13 Tampa Bay" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Bvkri2L.png" group-title="News",WTVT Fox 13 Tampa Bay (720p) +#EXTINF:-1 tvg-id="WTVTFox13TampaBay.us" tvg-name="WTVT Fox 13 Tampa Bay" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Bvkri2L.png" group-title="Local",WTVT Fox 13 Tampa Bay (720p) https://lnc-wtvt-fox-aws.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="WTXFFox29Philadelphia.us" tvg-name="WTXF Fox 29 Philadelphia" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fRjmk5r.png" group-title="News",WTXF Fox 29 Philadelphia (720p) +#EXTINF:-1 tvg-id="WTXFFox29Philadelphia.us" tvg-name="WTXF Fox 29 Philadelphia" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fRjmk5r.png" group-title="Local",WTXF Fox 29 Philadelphia (720p) https://lnc-wtxf-fox-aws.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="WuTang.us" tvg-name="Wu Tang" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Wu Tang +#EXTINF:-1 tvg-id="WuTang.us" tvg-name="Wu Tang" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Music",Wu Tang https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=73&live=1&app_bundle=com.plexapp.desktop&did=df8e1a36-847d-5096-86a7-3803ed330ede&app_domain=app.plex.tv&app_name=plex&h=691&w=1224&content_title=MorUy57ijWhGe4ixZb_T&content_series=5eea605474085f0040ddc770&custom4=plex&gdpr=1&device_make=Windows&device_model=Firefox&coppa=0&us_privacy=1--- -#EXTINF:-1 tvg-id="WuTangCollection.us" tvg-name="Wu_Tang_Collection" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/jbMmsjI.png" group-title="",Wu Tang Collection +#EXTINF:-1 tvg-id="WuTangCollection.us" tvg-name="Wu_Tang_Collection" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jbMmsjI.png" group-title="Music",Wu Tang Collection https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=73 -#EXTINF:-1 tvg-id="WXYZ7ABC.us" tvg-name="WXYZ 7 ABC" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WXYZ 7 ABC +#EXTINF:-1 tvg-id="WXYZ7ABC.us" tvg-name="WXYZ 7 ABC" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ESTQfq3.png" group-title="Local",WXYZ 7 ABC https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WXYZ.m3u8 -#EXTINF:-1 tvg-id="WXYZABC7Detroit.us" tvg-name="WXYZ ABC 7 Detroit" tvg-country="US" tvg-language="" tvg-logo="" group-title="",WXYZ ABC 7 Detroit +#EXTINF:-1 tvg-id="WXYZABC7Detroit.us" tvg-name="WXYZ ABC 7 Detroit" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ESTQfq3.png" group-title="Local",WXYZ ABC 7 Detroit https://content-auso2.uplynk.com/channel/9c9e4e410b5a471391c116166d8c010e.m3u8 -#EXTINF:-1 tvg-id="XCorps.us" tvg-name="XCorps" tvg-country="US" tvg-language="" tvg-logo="" group-title="",XCorps -https://simultv.s.llnwi.net/n4s4/xcorps/interlink.m3u8 -#EXTINF:-1 tvg-id="XcorpsTV.us" tvg-name="Xcorps TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SDKWWQu.png" group-title="Classic",Xcorps TV (720p) +#EXTINF:-1 tvg-id="XcorpsTV.us" tvg-name="Xcorps" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SDKWWQu.png" group-title="Classic",Xcorps (720p) https://rpn1.bozztv.com/36bay2/gusa-xcorps/mono.m3u8 -#EXTINF:-1 tvg-id="Xplore.us" tvg-name="Xplore" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QQuPjTD.png" group-title="",Xplore (1080p) +#EXTINF:-1 tvg-id="XCorps.us" tvg-name="XCorps" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/SDKWWQu.png" group-title="",XCorps +https://simultv.s.llnwi.net/n4s4/xcorps/interlink.m3u8 +#EXTINF:-1 tvg-id="Xplore.us" tvg-name="Xplore" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjU5MDAzNDRf/Xplore_307x307.png" group-title="",Xplore (1080p) http://xlpore-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Xplore.us" tvg-name="Xplore" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjU5MDAzNDRf/Xplore_307x307.png" group-title="Entertainment",Xplore +#EXTINF:-1 tvg-id="Xplore.us" tvg-name="Xplore" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjU5MDAzNDRf/Xplore_307x307.png" group-title="Entertainment",Xplore https://xplore-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="xplore.us" tvg-name="xplore" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",xplore +#EXTINF:-1 tvg-id="xplore.us" tvg-name="xplore" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjU5MDAzNDRf/Xplore_307x307.png" group-title="",xplore https://xplore-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Xplore.us" tvg-name="Xplore" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Xplore +#EXTINF:-1 tvg-id="Xplore.us" tvg-name="Xplore" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjU5MDAzNDRf/Xplore_307x307.png" group-title="",Xplore https://xplore-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="XploreReisen.us" tvg-name="Xplore Reisen" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Xplore Reisen +#EXTINF:-1 tvg-id="XploreReisen.us" tvg-name="Xplore Reisen" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Xplore Reisen https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/1ecb875d-8be7-11eb-a7de-bacfe1f83627/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="XumoFreeMovies.us" tvg-name="Xumo Free Movies" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Xumo Free Movies +#EXTINF:-1 tvg-id="XumoFreeMovies.us" tvg-name="Xumo Free Movies" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Movies",Xumo Free Movies https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuxumofreemovies/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="XumoFreeWesterns.us" tvg-name="Xumo Free Westerns" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Xumo Free Westerns +#EXTINF:-1 tvg-id="XumoFreeWesterns.us" tvg-name="Xumo Free Westerns" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Xumo Free Westerns https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuxumowesterns/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="XumoFreeWesterns.us" tvg-name="Xumo Free Westerns" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/XumoFreeWesterns.png?raw=true" group-title="",Xumo Free Westerns +#EXTINF:-1 tvg-id="XumoFreeWesterns.us" tvg-name="Xumo Free Westerns" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/XumoFreeWesterns.png?raw=true" group-title="",Xumo Free Westerns https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuxumowesterns/CDN/playlist.m3u8?p=roku #EXTINF:-1 tvg-id="YahooFinance.us" tvg-name="Yahoo! Finance" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/kiVL66Q.png" group-title="Business",Yahoo! Finance https://yahoo-plex.amagi.tv/amRdirect/us_privacy=1---&did=61e24c69-c657-5bf3-b863-7cdc122e912c&dnt=0&X-Plex-Token=yd2t7_mqLeso7PyTUYZ6&channelId=5f170f01b898490041b49dd1/hls/amagi_hls_data_yahoofina-yahoofinance-plex/CDN/playlist.m3u8 @@ -6490,26 +6480,26 @@ https://d1ewctnvcwvvvu.cloudfront.net/playlist.m3u8 https://content.uplynk.com/channel/411ba7ca8cb6403a9e73509e49c3a77b.m3u8 #EXTINF:-1 tvg-id="YoGabbaGabba.us" tvg-name="Yo Gabba Gabba" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Yo Gabba Gabba https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuyogabagaba/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="YoMTV.us" tvg-name="Yo! MTV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fc31252d35decbc4080b/colorLogoPNG.png" group-title="",Yo! MTV (720p) +#EXTINF:-1 tvg-id="YoMTV.us" tvg-name="Yo! MTV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fc31252d35decbc4080b/colorLogoPNG.png" group-title="Series",Yo! MTV (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS01/master.m3u8 -#EXTINF:-1 tvg-id="YoungHollywood.us" tvg-name="Young Hollywood" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Young Hollywood +#EXTINF:-1 tvg-id="YoungHollywood.us" tvg-name="Young Hollywood" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X27MGHd.png" group-title="Entertainment",Young Hollywood https://a.jsrdn.com/broadcast/e0f99ab19c/+0000/c.m3u8 -#EXTINF:-1 tvg-id="YoungHollywood.us" tvg-name="Young Hollywood" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Young Hollywood +#EXTINF:-1 tvg-id="YoungHollywood.us" tvg-name="Young Hollywood" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X27MGHd.png" group-title="Entertainment",Young Hollywood https://younghollywood-rakuten-samsung.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="YoungHollywood.us" tvg-name="Young Hollywood" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X27MGHd.png" group-title="Entertainment",Young Hollywood (720p) https://younghollywood-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="YoungHollywood.us" tvg-name="Young Hollywood" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Young Hollywood +#EXTINF:-1 tvg-id="YoungHollywood.us" tvg-name="Young Hollywood" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X27MGHd.png" group-title="Entertainment",Young Hollywood https://younghollywood-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="YoungHollywood.us" tvg-name="Young Hollywood" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Young Hollywood +#EXTINF:-1 tvg-id="YoungHollywood.us" tvg-name="Young Hollywood" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X27MGHd.png" group-title="Entertainment",Young Hollywood https://younghollywood-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="YPF.us" tvg-name="Your Pretty Face Is Going To Hell (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Your Pretty Face Is Going To Hell (Adult Swim 24/7 Stream) [Geo-blocked] +#EXTINF:-1 tvg-id="YPF.us" tvg-name="Your Pretty Face Is Going To Hell (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/yVZAI7F.png" group-title="Series",Your Pretty Face Is Going To Hell (Adult Swim 24/7 Stream) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/ypf/stream.m3u8 -#EXTINF:-1 tvg-id="YoutooAmerica.us" tvg-name="Youtoo America" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/3se2VEB.png" group-title="",Youtoo America -https://gideommd.mmdlive.lldns.net/gideommd/d5b6a753f86e4e51b8e15c7d23887a4f/playlist.m3u8 -#EXTINF:-1 tvg-id="YoutooAmericaHD.us" tvg-name="Youtoo America HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nOWeBGz.png" group-title="Shop",Youtoo America HD (1080p) -https://thegateway.app/YouToo/CueTones/playlist.m3u8 -#EXTINF:-1 tvg-id="YTATV.us" tvg-name="YTA TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",YTA TV +#EXTINF:-1 tvg-id="YoutooAmerica.us" tvg-name="Youtoo America" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/3se2VEB.png" group-title="Entertainment",Youtoo America http://wpso.com:1936/hls/wzra.m3u8 +#EXTINF:-1 tvg-id="YoutooAmerica.us" tvg-name="Youtoo America" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/3se2VEB.png" group-title="Entertainment",Youtoo America +https://gideommd.mmdlive.lldns.net/gideommd/d5b6a753f86e4e51b8e15c7d23887a4f/playlist.m3u8 +#EXTINF:-1 tvg-id="YoutooAmericaHD.us" tvg-name="Youtoo America HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/3se2VEB.png" group-title="Entertainment",Youtoo America HD (1080p) +https://thegateway.app/YouToo/CueTones/playlist.m3u8 #EXTINF:-1 tvg-id="YUYUTV.us" tvg-name="YUYU TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Bbvtcd7.png" group-title="",YUYU TV https://yuyu-samsung.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="ZLiving.us" tvg-name="Z Living" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/c3Z5i2L.png" group-title="Classic",Z Living (720p) @@ -6520,5 +6510,5 @@ https://y5w8j4a9.ssl.hwcdn.net/zlivingusa_r_prod/index.m3u8 https://ln-zen.localnowlive.com/v1/master/385c85a93929f94966d0fb186fc33b431e6f1eb9/DSP_5fd8fd0625dd2a6b74008872_ln-zen/playlist.m3u8 #EXTINF:-1 tvg-id="ZooMoo.us" tvg-name="Zoo Moo" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1wYnA2i.jpg" group-title="Kids",Zoo Moo (720p) https://rockentertainment-zoomoo-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="KanalDisney.us" tvg-name="ะšะฐะฝะฐะป Disney" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Kids",ะšะฐะฝะฐะป Disney (576p) +#EXTINF:-1 tvg-id="KanalDisney.us" tvg-name="ะšะฐะฝะฐะป Disney" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/Q9KoVy9.png" group-title="Kids",ะšะฐะฝะฐะป Disney (576p) http://188.40.68.167/russia/disney/playlist.m3u8 diff --git a/channels/xk.m3u b/channels/xk.m3u index 518536308..04aad17b8 100644 --- a/channels/xk.m3u +++ b/channels/xk.m3u @@ -1,7 +1,7 @@ #EXTM3U -#EXTINF:-1 tvg-id="ArtaNews.xk" tvg-name="Arta News" tvg-country="XK" tvg-language="" tvg-logo="https://i.imgur.com/V4ZTL3h.png" group-title="",Arta News (1080p) +#EXTINF:-1 tvg-id="ArtaNews.xk" tvg-name="Arta News" tvg-country="XK" tvg-language="" tvg-logo="https://i.imgur.com/V4ZTL3h.png" group-title="News",Arta News (1080p) https://dracarys.gjirafa.com/live/ZvTsY6MH7RPPvXuUDjRjcEYkK7yryigW/yt1q1x.m3u8 -#EXTINF:-1 tvg-id="ArtaNews.xk" tvg-name="Arta News" tvg-country="XK" tvg-language="" tvg-logo="https://i.imgur.com/V4ZTL3h.png" group-title="",Arta News (1080p) +#EXTINF:-1 tvg-id="ArtaNews.xk" tvg-name="Arta News" tvg-country="XK" tvg-language="" tvg-logo="https://i.imgur.com/V4ZTL3h.png" group-title="News",Arta News (1080p) https://dracarys.gjirafa.com/live/ZvTsY6MH7RPPvXuUDjRjcEYkK7yryigW/yt1q1x480/index.m3u8 #EXTINF:-1 tvg-id="ClubFmKosova.xk" tvg-name="ClubFm Kosova" tvg-country="XK" tvg-language="" tvg-logo="https://i.imgur.com/7I4F48I.jpg" group-title="",ClubFm Kosova (1080p) https://dracarys.gjirafa.com/live/ZvTsY6MH7RPPvXuUDjRjcEYkK7yryigW/y1zqz1480/index.m3u8 @@ -35,7 +35,7 @@ http://stream2.rtkit.com:1935/rtk4stream/rtk4.stream/chunklist.m3u8 http://stream2.rtkit.com:1935/rtk4stream/rtk4.stream/chunklist_w599618358.m3u8 #EXTINF:-1 tvg-id="RTK4.xk" tvg-name="RTK 4" tvg-country="XK" tvg-language="Albanian" tvg-logo="https://i.imgur.com/H4EWXF3.png" group-title="",RTK 4 (720p) http://stream2.rtkit.com:1935/rtk4stream/rtk4.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="travelingo.tv" tvg-name="Travelingo TV" tvg-country="XK" tvg-language="" tvg-logo="https://i.imgur.com/PS0j4ic.png" group-title="",Travelingo TV (1080p) +#EXTINF:-1 tvg-id="travelingo.tv" tvg-name="Travelingo TV" tvg-country="XK" tvg-language="" tvg-logo="https://i.imgur.com/PS0j4ic.png" group-title="Travel",Travelingo TV (1080p) https://dracarys.gjirafa.com/live/ZvTsY6MH7RPPvXuUDjRjcEYkK7yryigW/ytkytq480/index.m3u8 #EXTINF:-1 tvg-id="ZeriTV.xk" tvg-name="Zeri TV" tvg-country="XK" tvg-language="" tvg-logo="https://i.imgur.com/UVFCGWS.jpg" group-title="",Zeri TV (1080p) https://dracarys.gjirafa.com/live/ZvTsY6MH7RPPvXuUDjRjcEYkK7yryigW/ytkt1k480/index.m3u8 diff --git a/scripts/blacklist.json b/scripts/blacklist.json index b0410d49f..8893f5de1 100644 --- a/scripts/blacklist.json +++ b/scripts/blacklist.json @@ -1,69 +1,380 @@ [ - "Animal Planet", - "Asian Food Network", - "Cooking Channel", - "Discovery Asia", - "Discovery Channel", - "Discovery Civiliztion", - "Discovery en Espanol", - "Discovery Family", - "Discovery Historia", - "Discovery History", - "Discovery Home and Health", - "Discovery Life", - "Discovery Science", - "Discovery Shed", - "Discovery Theater", - "Discovery Travel and Living", - "Discovery Turbo Xtra", - "Discovery World", - "Discovery", - "DIY Network", - "DKiss", - "DMax", - "Eurosport 1", - "Eurosport 2", - "Eurosport", - "eve", - "Familia Discovery", - "Fatafeat", - "FEM", - "Fine Living", - "Food Network", - "food tv", - "foodtv", - "Frisbee", - "Giallo", - "Golf TV", - "GolfTV", - "HGTV", - "ID Investigation Discovery", - "ID Investigation", - "K2", - "Living Channel", - "Mango", - "Motortrend", - "Nove", - "Oprah", - "OWN", - "Quest Red", - "Quest", - "Real Time", - "Sky TG24", - "TLC", - "Trvl Channel", - "TTV", - "TV Norge", - "Tvn 24 Bis", - "TVN 24", - "Tvn 7", - "TVN Extra", - "TVN Fabula", - "TVN Meteo", - "TVN Style", - "TVN Turbo", - "TVN Warszawa", - "TVN", - "Vox", - "World Discovery" + { + "name": "Animal Planet", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Asian Food Network", + "country": "sg", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Cooking Channel", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery Asia", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery Channel", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery Civiliztion", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery en Espanol", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery Family", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery Historia", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery History", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery Home and Health", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery Life", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery Science", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery Shed", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery Theater", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery Travel and Living", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery Turbo Xtra", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery World", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Discovery", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "DIY Network", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "DKiss", + "country": "es", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "DMax", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Eurosport 1", + "country": "fr", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Eurosport 2", + "country": "fr", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Eurosport", + "country": "fr", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "eve", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Familia Discovery", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Fatafeat", + "country": "eg", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "FEM", + "country": "no", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Fine Living", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Food Network", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "food tv", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": ["foodtv"] + }, + { + "name": "Frisbee", + "country": "it", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Giallo", + "country": "it", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "GolfTV", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": ["Golf TV"] + }, + { + "name": "HGTV", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Investigation Discovery", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": ["ID Investigation Discovery", "ID Investigation", "ID"] + }, + { + "name": "K2", + "country": "it", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Living Channel", + "country": "nz", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Mango", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Motortrend", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Nove", + "country": "it", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "OWN", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": ["Oprah"] + }, + { + "name": "Quest Red", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Quest", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Real Time", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Sky TG24", + "country": "it", + "dmca_notice": "https://github.com/iptv-org/iptv/pull/2294", + "aliases": [] + }, + { + "name": "TLC", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Trvl Channel", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "TTV", + "country": "pl", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "TV Norge", + "country": "no", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Tvn 24 Bis", + "country": "pl", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "TVN 24", + "country": "pl", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Tvn 7", + "country": "pl", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "TVN Extra", + "country": "pl", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "TVN Fabula", + "country": "pl", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "TVN Meteo", + "country": "pl", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "TVN Style", + "country": "pl", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "TVN Turbo", + "country": "pl", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "TVN Warszawa", + "country": "pl", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "TVN", + "country": "pl", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "Vox", + "country": "no", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + }, + { + "name": "World Discovery", + "country": "us", + "dmca_notice": "https://github.com/iptv-org/iptv/issues/1831", + "aliases": [] + } ] diff --git a/scripts/filter.js b/scripts/filter.js new file mode 100644 index 000000000..ec90cab56 --- /dev/null +++ b/scripts/filter.js @@ -0,0 +1,67 @@ +const parser = require('./parser') +const utils = require('./utils') +const blacklist = require('./blacklist.json') + +async function main() { + const playlists = parseIndex() + for (const playlist of playlists) { + await loadPlaylist(playlist.url).then(removeBlacklisted).then(savePlaylist).then(done) + } + + finish() +} + +function parseIndex() { + console.info(`Parsing 'index.m3u'...`) + let playlists = parser.parseIndex() + console.info(`Found ${playlists.length} playlist(s)\n`) + + return playlists +} + +async function loadPlaylist(url) { + console.info(`Processing '${url}'...`) + return parser.parsePlaylist(url) +} + +async function removeBlacklisted(playlist) { + console.info(` Looking for blacklisted channels...`) + playlist.channels = playlist.channels.filter(channel => { + return !blacklist.find(i => { + const channelName = channel.name.toLowerCase() + return ( + (i.name.toLowerCase() === channelName || + i.aliases.map(i => i.toLowerCase()).includes(channelName)) && + i.country === channel.filename + ) + }) + }) + + return playlist +} + +async function savePlaylist(playlist) { + console.info(` Saving playlist...`) + const original = utils.readFile(playlist.url) + const output = playlist.toString({ raw: true }) + + if (original === output) { + console.info(`No changes have been made.`) + return false + } else { + utils.createFile(playlist.url, output) + console.info(`Playlist has been updated.`) + } + + return true +} + +async function done() { + console.info(` `) +} + +function finish() { + console.info('Done.') +} + +main() diff --git a/scripts/format.js b/scripts/format.js index a407d334f..38673dd6b 100644 --- a/scripts/format.js +++ b/scripts/format.js @@ -1,5 +1,4 @@ const { program } = require('commander') -const blacklist = require('./blacklist') const parser = require('./parser') const utils = require('./utils') const axios = require('axios') @@ -35,7 +34,6 @@ async function main() { for (const playlist of playlists) { await loadPlaylist(playlist.url) .then(sortChannels) - .then(filterChannels) .then(detectResolution) .then(savePlaylist) .then(done) @@ -67,16 +65,6 @@ async function sortChannels(playlist) { return playlist } -async function filterChannels(playlist) { - console.info(` Filtering channels...`) - const list = blacklist.map(i => i.toLowerCase()) - playlist.channels = playlist.channels.filter(i => { - return !list.includes(i.name.toLowerCase()) - }) - - return playlist -} - async function detectResolution(playlist) { if (!config.resolution) return playlist console.log(' Detecting resolution...')